﻿body {
    color: var(--clr-common);
}
a {
    color: var(--clr-secondary);
}

.panel-heading {
    padding: 13px 15px;
}
    /** Body **/
    @font-face {
        font-family: 'Oswaldtext';
        src: url('../fonts/Oswald-Regular.ttf');
    }

    @font-face {
        font-family: 'Font Awesome';
        src: url('../fonts/fontawesome-webfont.eot');
        src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    }

    p {
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.bgpattern-pw-pattern {
    background-image: url("../../../Images/background.png");
    background-size: 100%;
    background-attachment: fixed;
    background-size: cover;
    background:var(--bg-primary);
}

.body-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
}



#wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
}
/**Top Wrapper **/
.header_wrapper, .top_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    background-size: 100% 1000px;
    z-index: 1;
}

#header {
    clear: both;
}
/****************************
Boxed
****************************/
.boxed {
    width: 1070px;
    margin: auto;
    background-color: white;
}

    .boxed .thumb-label-item {
        width: 288px;
    }

    .boxed .portfolio-items-cols2 .thumb-label-item {
        width: 464px;
    }

    .boxed .portfolio-items-cols3 .thumb-label-item {
        width: 25%;
    }

    .boxed .flickr_badge_wrapper .flickr_badge_image img {
        width: 64px;
        height: 64px;
    }

    .boxed .thumb-label-item {
        width: 288px;
    }

    .boxed .portfolio-items-cols2 .thumb-label-item {
        width: 464px;
    }

    .boxed .portfolio-items-cols3 .thumb-label-item {
        width: 25%;
    }
/* Alias for .header_wrapper  
/*
Header Element, Container for
  - Logo
  - Navigation
  - Search
*/
/* Configuration of the header*/
.top-header {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.header {
    padding: 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

 
/** CSS Top Bar **/
.top-bar {
    background-color: #FBFBFB;
    line-height: 35px;
    border-bottom: 1px solid #E9E9E9;
}

.call-us {
    margin-right: 10px;
}

.call-us, .top-bar-block {
    color: #969696;
    float: left;
}

    .call-us i {
        font-size: 22px;
        line-height: 35px;
        float: left;
    }

    .call-us span, .top-bar-block span {
        padding-left: 10px;
        font-size: 11px;
    }

.mail-us i {
    font-size: 17px;
    line-height: 35px;
    float: left;
}

.mail-us span, .top-bar-block span {
    padding-left: 10px;
    font-size: 11px;
}

.top-bar-block:last-child {
    border-right: 0;
}

.top-bar .social-icons {
    overflow: hidden;
    float: right;
    width: auto;
}

    .top-bar .social-icons > ul {
        margin: 0;
        background-color: transparent;
        float: right;
    }

    .top-bar .social-icons .social-media-icon {
        background-color: transparent;
        height: 35px;
        border: none;
        margin: 0;
        background-position: 0 -43px;
    }

        .top-bar .social-icons .social-media-icon:hover {
            border: none;
            background-position: 0 -3px;
        }

    .top-bar .social-icons li {
        float: right;
    }
.posfix {
    position: absolute;
}
/****************************
Navigation Responsive
****************************/
.navigation_resp {
    background-color: #ccc;
    width: 400px;
    padding: 10px 5px 10px 20px;
}

    .navigation_resp, .navigation_resp ul {
        list-style-type: none;
        padding-left: 0;
    }
/* line 1, ../scss/resp_nav.scss */
.navigation_resp {
    background-color: #ccc;
    width: 400px;
    padding: 10px 5px 10px 20px;
}
    /* line 6, ../scss/resp_nav.scss */
    .navigation_resp, .navigation_resp ul {
        list-style-type: none;
        padding-left: 0;
    }
/*Navigation */
.navigation {
    float: right;
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}

    .navigation > li {
        float: left;
        margin-right: 15px;
    }

        .navigation > li:last-child {
            margin-right: 0;
        }
        /* First Level Styling */
        .navigation > li > a {
            color: var(--clr-common);
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            position: relative;
            padding-right: 8px;            
        }

            .navigation > li > a > span.label-nav {
                float: left;
                line-height: 20px;
                display: block;
                width: 100%;
                clear: both;
                text-transform: none;
                color: #30292A;
            }

            .navigation > li > a > span.label-nav-sub {
                float: left;
                line-height: 20px;
                width: 100%;
                clear: both;
                font-size: 12px;
                color: #bcbcbc;
                display: inline-block;
                position: relative;
                -webkit-transition: -webkit-transform 0.3s;
                -moz-transition: -moz-transform 0.3s;
                transition: transform 0.3s;
                -webkit-transform-origin: 50% 0;
                -moz-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                -o-transform-origin: 50% 0;
                transform-origin: 50% 0;
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-perspective: 1000px;
                -moz-perspective: 1000px;
                -ms-perspective: 1000px;
                perspective: 1000px;
                text-transform: capitalize;
            }

                .navigation > li > a > span.label-nav-sub::before {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    content: attr(data-hover);
                    -webkit-transition: opacity 0.3s;
                    -moz-transition: opacity 0.3s;
                    transition: opacity 0.3s;
                    -webkit-transform: rotateX(-90deg);
                    -moz-transform: rotateX(-90deg);
                    -ms-transform: rotateX(-90deg);
                    transform: rotateX(-90deg);
                    -webkit-transform-origin: 50% 0;
                    -moz-transform-origin: 50% 0;
                    -ms-transform-origin: 50% 0;
                    -o-transform-origin: 50% 0;
                    transform-origin: 50% 0;
                    opacity: 0;
                }

        .navigation > li:hover > a > span.label-nav-sub,
        .navigation > li:hover > a > span.label-nav-sub {
            -webkit-transform: rotateX(90deg) translateY(-22px);
            -moz-transform: rotateX(90deg) translateY(-22px);
            -ms-transform: rotateX(90deg) translateY(-22px);
            -o-transform: rotateX(90deg) translateY(-22px);
            transform: rotateX(90deg) translateY(-22px);
            -ms-transform: none;
        }

.ie10 .navigation > li:hover > a > span.label-nav-sub,
.ie10 .navigation > li:hover > a > span.label-nav-sub {
    transform: none;
}

.navigation > li:hover > a, .navigation > li > a:hover, .navigation > li > a > .activelink {
    color: #628E4C;
}

    .navigation > li:hover > a > span.label-nav-sub::before, .navigation > li:hover > a > span.label-nav-sub::before {
        color: #628E4C;
        opacity: 1;
        opacity: 0\9;
    }

    .navigation > li:hover > a, .navigation > li > a:hover, .navigation > li > .activelink, .navigation > li:hover > a > i, .navigation > li > a:hover > span.label-nav-sub::before, .navigation > li > a:focus > span.label-nav-sub::before {
        color: #628E4C;
    }

    .navigation > li > a > .activelink span.label-nav {
        color: #628E4C; /*585858;*/
    }

.navigation > li:last-child > a {
    margin-right: 0;
    padding-right: 0;
}
/* set all LI to relative */
.navigation li {
    position: relative;
}
/* Sub menu Style */
.navigation ul {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #fff;
    display: none;
    z-index: 1;
    border: 1px solid #DDDDDD;
    border-top: 2px solid #DDD;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    left: -13px;
}

    .navigation ul li {
        line-height: 0;
        list-style-type: none;
    }

    .navigation ul.show-sub-menu {
        display: block;
        opacity: 1;
        height: auto;
    }

.navigation .icon-arrow-menu {
    position: absolute;
    top: 19px;
    left: 6px;
    color: white;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    display: none;
    z-index: 10;
}

.navigation .icon-arrow-submenu {
    position: absolute;
    top: 14px;
    right: 10px;
    color: white;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.navigation ul li a {
    padding: 0 0 0 12px;
    width: 170px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    display: block;
    color: #787878;
    text-decoration: none;
    font-size: 13px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    font-family: "Raleway", sans-serif;
    float: left;
}
/* Link hover for sub menu */
.navigation ul li:hover > a {
    background-color: #F7F7F7;
    color: var(--clr-primary);
}
    /* icon hover for sub menu */
    .navigation ul li:hover > a i {
        color: white;
    }

.navigation ul li a.activelink {
    color: var(--clr-primary);
}

.navigation ul li:first-child > a {
    border-top: none;
}
/* 3rd level */
.navigation ul ul {
    left: 172px;
    top: 0;
    border-top: 0;
}

.mobile-menu-button {
    display: none;
}

.mobile-menu-button-Sticky {
    display: none;
}

.mobile-nav {
    display: none;
}

    .mobile-nav > li:last-child a {
        border-bottom: none;
    }

/************************************
Sticky Menu
************************************/
.sticky-navigation {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    background-color: #184780;
    background-color: rgba(24, 71, 128, 0.9);
}

    .sticky-navigation .navigation {
        margin: auto;
        width: 940px;
        float: none;
        list-style-type: none;
        top: 25px;
    }

        .sticky-navigation .navigation > li > ul {
            top: 30px;
        }

        .sticky-navigation .navigation > li > a {
            line-height: 30px;
            height: auto;
            font-size: 13px;
        }

    .sticky-navigation ul {
        list-style-type: none;
    }

.header-no-shadow.header:after {
    background-image: none;
}

.sticky-header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.95;
    max-height: 100%;
    -webkit-backface-visibility: hidden;
}

    .sticky-header .header {
        height: 30px;
    }

        .sticky-header .header .logo {
            margin: 6px 0 0 0;
            -moz-transition: margin 0.3s;
            -o-transition: margin 0.3s;
            -webkit-transition: margin 0.3s;
            transition: margin 0.3s;
        }

            .sticky-header .header .logo img {
                height: 40px;
            }

    .sticky-header .navigation > li > a > span.label-nav-sub {
        visibility: hidden;
    }

    .sticky-header .navigation > li > a {
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        height: 35px;
    }

        .sticky-header .navigation > li > a > span.label-nav {
            -moz-transition: margin 0.3s;
            -o-transition: margin 0.3s;
            -webkit-transition: margin 0.3s;
            transition: margin 0.3s;
            margin: 10px 0 0 0;
        }

        .sticky-header .navigation > li > a:before {
            -moz-transition: top 0.3s;
            -o-transition: top 0.3s;
            -webkit-transition: top 0.3s;
            transition: top 0.3s;
            top: 10px;
        }

    .sticky-header .navigation ul {
        top: 40px;
        -moz-transition: top 0.3s;
        -o-transition: top 0.3s;
        -webkit-transition: top 0.3s;
        transition: top 0.3s;
    }

    .sticky-header .navigation > li > a:after, .sticky-header .navigation > li > .activelink:after {
        height: 0px !important;
    }

    .sticky-header .mobile-menu-button-Sticky {
        top: 12px;
    }

    .sticky-header .navigation > li > a > span.label-nav-sub {
        visibility: hidden;
    }

    .sticky-header .navigation > li > a {
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        height: 35px;
    }

        .sticky-header .navigation > li > a > span.label-nav {
            -moz-transition: margin 0.3s;
            -o-transition: margin 0.3s;
            -webkit-transition: margin 0.3s;
            transition: margin 0.3s;
            margin: 10px 0 0 0;
        }

        .sticky-header .navigation > li > a:before {
            -moz-transition: top 0.3s;
            -o-transition: top 0.3s;
            -webkit-transition: top 0.3s;
            transition: top 0.3s;
            top: 10px;
        }

    .sticky-header .navigation ul {
        top: 40px;
        -moz-transition: top 0.3s;
        -o-transition: top 0.3s;
        -webkit-transition: top 0.3s;
        transition: top 0.3s;
    }

    .sticky-header .navigation > li > a:after, .sticky-header .navigation > li > .activelink:after {
        height: 0px !important;
    }

    .sticky-header .mobile-menu-button-Sticky {
        top: 18px;
    }
/************************************
 Main Container 
************************************/
.right-text {
    text-align: right;
}

.left-text {
    text-align: left;
}

.center-text {
    text-align: center;
}

.background-text {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.title-text-style {
    text-transform: uppercase;
}

.top-title-wrapper {
    background-color: var(--clr-primary);
    width: 100%;
    overflow: hidden;
}

.h1-page-title {
    font-weight: 100;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 20px;
    float: left;
    color: #EEEEEE;
    margin-right: 10px;
}

.h2-page-desc {
    font-weight: 100;
    font-size: 22px;
    line-height: 20px;
    color: #EEEEEE;
    /*border-left: 1px solid;*/
    padding-left: 10px;
    float: left;
    margin-bottom: 10px;
}

.h2-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}

body .h4-section-title, html .h4-section-title,
button .h4-section-title,
input .h4-section-title,
select .h4-section-title,
textarea .h4-section-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #4b4b4b !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 28px;
}

.h3-section-info {
    font-size: 22px;
    text-align: center;
    color: #535353;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.p-section-info {
    font-weight: 100;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.i-section-title {
    background: transparent;
    height: 20px;
    text-align: center;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #F0F0F0;
    width: 50%;
}

    .i-section-title i, .i-section-title i.fa {
        background: #fff;
        width: 40px;
        font-size: 32px;
        padding-top: 10px;
        border-radius: 50%;
        height: 40px;
        color: #D8D8D8;
        padding: 0 20px;
        line-height: 40px;
        display: inline;
    }

.section-icon-item {
    display: inline-block;
    margin-right: 20px;
}

    .section-icon-item i.entypo {
        font-size: 40px;
    }

    .section-icon-item i {
        font-size: 22px;
        padding: 0 5px 0 0;
        position: relative;
        top: 4px;
    }

.tool-tip {
    color: #628E4C;
    cursor: pointer;
}

    .tool-tip:hover {
        text-decoration: none !important;
    }
/* H2 default style */
.h2-body-title {
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    clear: both;
    text-transform: uppercase;
}
/* H3 default style */
.h3-body-title {
    font-size: 18px;
    color: #4b4b4b !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 20px 0px;
    line-height: 20px;
}

.section-content {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 40px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .section-content.section-tabs {
        border: 0;
    }

    .section-content.section-px {
        background-image: url(../images/blurred1.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        border: none;
    }

        .section-content.section-px.stones-bg {
            background-image: url(../images/placeholders/stones.jpg);
        }

body .section-content.section-image, html .section-content.section-image,
button .section-content.section-image,
input .section-content.section-image,
select .section-content.section-image,
textarea .section-content.section-image {
    position: relative;
    background-color: #628E4C;
    background-color: rgba(39, 159, 187, 0.6);
    border: none;
}

.section-content.section-image:after {
    background-image: url(../images/placeholders/section-content-bg1.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    content: "";
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.section-content.section-image.bg2:after {
    background-image: url(../images/placeholders/section-content-bg2.jpg);
}

.section-content.bottom-body {
    padding: 30px 0;
}

.section-content.clients-section {
    padding: 10px;
}

.section-content.no-padding {
    padding-bottom: 0;
}

.section-content.section-color-bg {
    position: relative;
    background-color: rgba(39, 159, 187, 0.8);
    border: 0;
}

.section-content.section-color-orange {
    border: 0;
    background-color: #d35400;
}

.section-content.section-color-green {
    border: 0;
    background-color: #16a085;
}

.section-content.section-color-blue {
    background-color: #2980b9;
    border: 0;
}

.section-content.section-color-red {
    background-color: #e74c3c;
    border: 0;
}

.section-content.section-color-clouds {
    background-color: #ecf0f1;
    border: 0;
}

.section-content.section-color-dark-blue {
    background-color: #2c3e50;
    border: 0;
}

.section-content.section-color-purple {
    background-color: #8e44ad;
    border: 0;
}

.section-content.section-color-gray {
    background-color: #f9f9f9;
}

.section-content.top-body {
    background-color: #fbfbfb;
    padding: 20px 0;
}

    .section-content.top-body h1 {
        font-weight: 100;
        font-size: 20px;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
        line-height: 30px;
    }

.section-color-bg h1 a:hover, .section-color-bg h2 a:hover, .section-color-bg h3 a:hover, .section-color-bg h4 a:hover, .section-color-bg h5 a:hover, .section-color-bg h6 a:hover, .section-color-red h1 a:hover, .section-color-red h2 a:hover, .section-color-red h3 a:hover, .section-color-red h4 a:hover, .section-color-red h5 a:hover, .section-color-red h6 a:hover, .section-color-orange h1 a:hover, .section-color-orange h2 a:hover, .section-color-orange h3 a:hover, .section-color-orange h4 a:hover, .section-color-orange h5 a:hover, .section-color-orange h6 a:hover, .section-color-green h1 a:hover, .section-color-green h2 a:hover, .section-color-green h3 a:hover, .section-color-green h4 a:hover, .section-color-green h5 a:hover, .section-color-green h6 a:hover, .section-color-blue h1 a:hover, .section-color-blue h2 a:hover, .section-color-blue h3 a:hover, .section-color-blue h4 a:hover, .section-color-blue h5 a:hover, .section-color-blue h6 a:hover,
.section-color-dark-blue h1 a:hover,
.section-color-dark-blue h2 a:hover,
.section-color-dark-blue h3 a:hover,
.section-color-dark-blue h4 a:hover,
.section-color-dark-blue h5 a:hover,
.section-color-dark-blue h6 a:hover, .section-color-gray h1 a:hover, .section-color-gray h2 a:hover, .section-color-gray h3 a:hover, .section-color-gray h4 a:hover, .section-color-gray h5 a:hover, .section-color-gray h6 a:hover, .section-color-clouds h1 a:hover, .section-color-clouds h2 a:hover, .section-color-clouds h3 a:hover, .section-color-clouds h4 a:hover, .section-color-clouds h5 a:hover, .section-color-clouds h6 a:hover, .section-color-purple h1 a:hover, .section-color-purple h2 a:hover, .section-color-purple h3 a:hover, .section-color-purple h4 a:hover, .section-color-purple h5 a:hover, .section-color-purple h6 a:hover, .section-px h1 a:hover, .section-px h2 a:hover, .section-px h3 a:hover, .section-px h4 a:hover, .section-px h5 a:hover, .section-px h6 a:hover, .section-image h1 a:hover, .section-image h2 a:hover, .section-image h3 a:hover, .section-image h4 a:hover, .section-image h5 a:hover, .section-image h6 a:hover {
    color: #ededed;
}

.section-content.bottom-body {
    padding: 30px 0;
}

.section-content.clients-section {
    padding: 10px;
}

.section-content.top-body {
    padding: 20px 0;
}

    .section-content.top-body h1 {
        font-weight: 100;
        font-size: 20px;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
        line-height: 30px;
    }

.left-image-container {
    position: relative;
    left: 0;
    bottom: 0;
}

.right-image-container {
    position: relative;
    right: 0;
    bottom: 0;
}

.title-block .h3-body-title {
    float: left;
    margin: 0px 20px 20px 0px;
}

.title-block .title-seperator {
    background: url("../images/divider-stripe5.png");
    height: 5px;
    overflow: hidden;
    margin-top: 8px;
    overflow: hidden;
}

.h3-sidebar-title {
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.h4-body-title {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: normal;
}

.space-sep20 {
    clear: both;
    display: block;
    height: 20px;
}

.space-sep30 {
    clear: both;
    display: block;
    height: 30px;
}

.space-sep40 {
    clear: both;
    display: block;
    height: 40px;
}

.space-sep50 {
    clear: both;
    display: block;
    height: 50px;
}

.space-sep60 {
    clear: both;
    display: block;
    height: 60px;
}

.space-sep70 {
    clear: both;
    display: block;
    height: 70px;
}

.space-sep80 {
    clear: both;
    display: block;
    height: 80px;
}

.space-sep90 {
    clear: both;
    display: block;
    height: 90px;
}

.space-sep100 {
    clear: both;
    display: block;
    height: 100px;
}

.page-info {
    padding: 5px 0 5px 0;
    position: relative;
    overflow: hidden;
}
/* Paragraph */
.dropcaps {
    display: inline-block;
    float: left;
    margin: 12px 8px 0 0;
    color: #666666;
    font-size: 45px;
    text-transform: uppercase;
}

    .dropcaps.dropcaps-color-style {
        margin: 5px 8px 0 0;
        padding: 10px 10px;
        font-weight: bold;
        font-size: 26px;
        background-color: #628E4C;
        line-height: 15px;
        color: #ffffff;
    }

.single-icon i {
    margin-right: 10px;
}
/* 404 */
.not-found-404 {
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
}

    .not-found-404 h2 {
        font-size: 180px;
        margin: 30px 0;
        line-height: 180px;
    }

    .not-found-404 p {
        font-size: 28px;
        color: #9a9a9a;
        margin-bottom: 40px !important;
        line-height: 32px;
    }

.search-404 {
    margin: 0 auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
}

    .search-404 input[type="submit"] {
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        margin: 0;
        height: 33px;
    }

.form-wrapper .search-404 .search-text {
    height: 33px;
    float: left;
    padding: 0 10px !important;
    width: 219px;
}

.search-submit {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none !important;
    float: left;
}

/****************************
Content Box
****************************/
.content-box {
    overflow: hidden;
}

    .content-box h4 {
        margin: 0 0 20px 0;
        text-transform: uppercase;
        font-size: 16px;
    }

content-box h4 i {
    font-size: 25px;
    float: left;
    margin: 0 10px 0 0;
    color: #628E4C;
}

.content-box .read-more {
    text-align: right;
}

.content-box .read-more {
    color: #4b4b4b;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}

    .content-box .read-more:hover i {
        text-decoration: none;
    }

    .content-box .read-more span {
        padding: 1px 10px 0 0;
        display: inline-block;
    }

    .content-box .read-more i {
        font-size: 10px;
        float: right;
        margin: 7px 0px 0 0;
    }

.content-box .content-box-text .read-more {
    display: block;
}
/* Content Box Style 2 */
.content-box.content-style2 {
    text-align: center;
    padding: 10px;
}

    .content-box.content-style2 h4 i {
        display: block;
        float: none;
        font-size: 22px;
        margin: 0 0 10px 0;
        border: 1px solid;
        border-color: #628E4C;
        color: #628E4C;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .content-box.content-style2:hover i {
        background-color: #628E4C;
        color: #fff;
    }

    .content-box.content-style2 .read-more {
        text-align: center;
        margin-top: 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #b8b8b8;
    }

        .content-box.content-style2 .read-more span {
            padding: 0;
        }

        .content-box.content-style2 .read-more:hover {
            color: #666666;
        }

        .content-box.content-style2 .read-more i {
            float: none;
            display: none;
        }

        .content-box.content-style2 .read-more:hover i {
            text-decoration: none;
        }

    .content-box.content-style2:hover {
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.content-box.content-style4 {
    position: relative;
    text-align: center;
    height: 105px;
}

    .content-box.content-style4 h4 {
        text-align: center;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all .4s ease-in-out;
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        -moz-transition: all .4s ease-in-out;
        -o-transform: rotateX(0deg) rotateY(0deg);
        -o-transform-style: preserve-3d;
        -o-backface-visibility: hidden;
        -o-transition: all .4s ease-in-out;
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -ms-transform-style: preserve-3d;
        -ms-backface-visibility: hidden;
        -ms-transition: all .4s ease-in-out;
        transform: rotateX(0deg) rotateY(0deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
        transition: all .4s ease-in-out;
    }

        .content-box.content-style4 h4 i {
            background-color: #628E4C;
            color: #fff;
            float: none;
            margin: 0 10px 0 0;
            border-radius: 50%;
            text-align: center;
            display: block;
            margin: 5px auto 15px auto;
        }

    .content-box.content-style4 .content-box-text {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all .4s ease-in-out;
        -moz-transform: rotateY(-180deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        -moz-transition: all .4s ease-in-out;
        -o-transform: rotateY(-180deg);
        -o-transform-style: preserve-3d;
        -o-backface-visibility: hidden;
        -o-transition: all .4s ease-in-out;
        -ms-transform: rotateY(-180deg);
        -ms-transform-style: preserve-3d;
        -ms-backface-visibility: hidden;
        -ms-transition: all .4s ease-in-out;
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
        transition: all .4s ease-in-out;
    }

    .content-box.content-style4:hover .h4-body-title {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .content-box.content-style4:hover .content-box-text {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }

    .content-box.content-style4 .btn {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .content-box.content-style4 .h4-body-title {
        opacity: 1\9;
        display: block\9;
    }

    .content-box.content-style4 .content-box-text {
        opacity: 0\9;
        display: none\9;
    }

    .content-box.content-style4:hover .h4-body-title {
        opacity: 0\9;
        display: none\9;
    }

    .content-box.content-style4:hover .content-box-text {
        opacity: 1\9;
        display: block\9;
    }

content-box.content-style2 .h4 a {
    color: #628E4C;
}

.content-box.content-style4.small h4 {
    margin: 0;
}

    .content-box.content-style4.small h4 i {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-position: -10px;
    }

.content-box.content-style4.medium h4 {
    margin: 0;
}

    .content-box.content-style4.medium h4 i {
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 68px;
    }

.content-box.style5 h4 {
    margin: 0;
    line-height: 60px;
}

    .content-box.style5 h4 i {
        border: 1px solid;
        border-color: #628E4C;
        color: #628E4C;
        float: left;
        margin: 2px 20px 0 0;
        border-radius: 50%;
        text-align: center;
        display: block;
        font-size: 22px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

.content-box.style5:hover i {
    background-color: #628E4C;
    color: #fff;
}

.content-box.style5 .content-box-text {
    margin-left: 80px;
    margin-top: 5px;
}

    .content-box.style5 .content-box-text .read-more {
        text-align: left;
    }

        .content-box.style5 .content-box-text .read-more i {
            float: none;
        }

.content-box.style5.small .content-box-text {
    margin-left: 60px;
    font-size: 13px;
}

.right-text .content-box.small .content-box-text {
    margin-left: 0;
    margin-right: 60px;
}

.right-text .content-box .content-box-text {
    margin-left: 0;
    margin-right: 80px;
}

.content-box.style5.small h4 > i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: 0 -20px;
}

.content-box.style5.small h4 {
    line-height: 40px;
}

ul.icon-content-list-container {
    padding: 0;
    list-style-type: none;
}

    ul.icon-content-list-container li.icon-content-single {
        float: left;
        margin: 0 0 20px 0;
        list-style-type: none;
    }

        ul.icon-content-list-container li.icon-content-single:last-child {
            margin-bottom: 0;
        }

        ul.icon-content-list-container li.icon-content-single .icon-box {
            float: left;
            margin-right: 20px;
            text-align: center;
            width: 60px;
            height: 60px;
            background-color: #f2f2f2;
        }

            ul.icon-content-list-container li.icon-content-single .icon-box i {
                font-size: 42px;
                color: #628E4C;
                line-height: 60px;
            }

        ul.icon-content-list-container li.icon-content-single h4 {
            margin-bottom: 5px;
        }

        ul.icon-content-list-container li.icon-content-single p {
            color: #494949;
        }

        ul.icon-content-list-container li.icon-content-single .content-box.style5 h4 i {
            margin-top: 14px;
        }

        ul.icon-content-list-container li.icon-content-single .content-box.style5.small h4 i {
            margin-top: 4px;
        }

        ul.icon-content-list-container li.icon-content-single .content-box-text {
            margin-top: -14px;
        }

        ul.icon-content-list-container li.icon-content-single .small .content-box-text {
            margin-top: -7px;
            font-size: 13px;
        }

.right-text ul.icon-content-list-container li.icon-content-single h4 i {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.content-style3 {
    width: -moz-calc(100% - 28px);
    width: -o-calc(100% - 28px);
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    background-color: #fff;
    position: relative;
    padding: 20px 30px 20px 20px;
    color: #6c6c6c;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible !important;
}

    .content-style3:hover .content-style3-icon {
        color: #fff;
        background: #628E4C;
    }

    .content-style3 .content-style3-icon {
        position: absolute;
        right: -34px;
        top: 30px;
        background-color: #fff;
        width: 60px;
        height: 60px;
        font-size: 32px;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.28);
        -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.28);
        box-shadow: -2px 0 2px rgba(0, 0, 0, 0.28);
        color: #628E4C;
        -moz-transition: background 0.8s, color 0.2s;
        -o-transition: background 0.8s, color 0.2s;
        -webkit-transition: background 0.8s, color 0.2s;
        transition: background 0.8s, color 0.2s;
    }

    .content-style3 .content-style3-title {
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    }

    .content-style3 .content-style3-text {
        text-align: center;
    }


/****************************
Footer
****************************/
.footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 0 0 0 0;
    background: 1px #FBFBFB;
    border-top: 1px #E9E9E9 solid;
}

    .footer:after {
        _content: "";
        position: absolute;
        left: 0;
        top: 0px;
        height: 1px;
        width: 100%;
        background-color: #a2aab3;
    }

    .footer:before {
        _content: "";
        position: absolute;
        left: 0;
        top: 1px;
        height: 4px;
        width: 100%;
        background-color: #bbbbbb;
    }

    .footer .footer-col .footer-title {
        padding: 0 0 8px 0;
        margin: 0 0 20px 0;
        text-transform: uppercase;
        color: #f2f2f2;
        font-family: "Raleway", sans-serif;
        font-weight: bold;
    }

    .footer .footer-col .footer-content {
        color: #d4d4d4;
        line-height: 20px;
        font-family: "Open Sans", sans-serif;
        padding-bottom: 0px;
    }

        .footer .footer-col .footer-content .footer-content-text {
            line-height: 20px;
            color: #428bca;
        }

        .footer .footer-col .footer-content .footer-content-logo {
            float: left;
            clear: both;
            margin: 0 0 20px 0;
            width: 100%;
        }

        .footer .footer-col .footer-content a {
            color: #C9C9C9;
            text-decoration: none;
        }

        .footer .footer-col .footer-content .footer-recent-tweets {
            list-style-type: none;
            padding-left: 25px;
            color: #C9C9C9;
        }

            .footer .footer-col .footer-content .footer-recent-tweets li {
                line-height: 20px;
                margin-top: 20px;
                position: relative;
            }

                .footer .footer-col .footer-content .footer-recent-tweets li a {
                    color: #f8f8f8;
                }

                .footer .footer-col .footer-content .footer-recent-tweets li:after {
                    content: "";
                    position: absolute;
                    left: -25px;
                    top: 5px;
                    background: no-repeat -98px -1px url("../images/sprites.png");
                    width: 16px;
                    height: 13px;
                }

        .footer .footer-col .footer-content .nice-time {
            font-size: 10px;
            font-family: "Myriad Pro", sans-serif;
            font-weight: bold;
            color: #C9C9C9;
        }

            .footer .footer-col .footer-content .nice-time a {
                text-decoration: none;
            }

        .footer .footer-col .footer-content .footer-category-list {
            list-style-type: none;
            padding-left: 0;
            color: #C9C9C9;
        }

            .footer .footer-col .footer-content .footer-category-list li {
                padding: 6px 0;
                position: relative;
                border-bottom: 1px solid #414141;
            }

                .footer .footer-col .footer-content .footer-category-list li:first-child {
                    padding-top: 0;
                }

                .footer .footer-col .footer-content .footer-category-list li a {
                    text-decoration: none;
                }

                    .footer .footer-col .footer-content .footer-category-list li a:hover {
                        color: #f8f8f8;
                    }

        .footer .footer-col .footer-content .input {
            width: 100%;
            display: block;
            background-color: #133763;
            border: 0;
            border-radius: 5px;
            outline: 0;
            padding: 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #ccc;
        }

    .footer .footer-col .footer-getintouch-row {
        margin: 10px 0 0 0;
    }

    .footer .footer-col .footer-content .input:hover {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.38);
        color: #333;
    }

    .footer .footer-col .footer-content .input:focus {
        background-color: rgba(255, 255, 255, 0.8);
        color: #333;
    }

    .footer .footer-col .footer-content input[type=text] {
        height: 30px;
    }

    .footer .footer-col .footer-content input[type=submit] {
        background-color: #184780;
        border: 0;
        -moz-box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21);
        -webkit-box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21);
        box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21);
        padding: 7px 18px;
        border-radius: 5px;
        color: #d2d2d2;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
    }

        .footer .footer-col .footer-content input[type=submit]:hover {
            background-color: #164279;
        }

        .footer .footer-col .footer-content input[type=submit]:active {
            background-color: #184780;
        }

    .footer .copyright {
        height: 40px;
        width: 100%;
        font-size: 12px;
        Padding: 8px;
        font-family: "Open Sans", sans-serif;
    }

        .footer .copyright a {
            color: #A3A3A3;
            text-decoration: none;
        }

            .footer .copyright a:hover {
                color: #e8e8e8;
            }

        .footer .copyright .copyright-text {
            line-height: 40px;
        }

        .footer .copyright:before {
            position: absolute;
            display: block;
            content: '';
            height: 1px;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

.footer-wrapper {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer-wrapper:after {
        content: "";
        position: absolute;
        left: -50%;
        top: -8px;
        width: 2000px;
        height: 359px;
        margin-left: 0;
        z-index: -1;
    }

/****************************
Breadcrumb
****************************/
.breadcrumb-container {
    position: absolute;
    right: 0;
    top: 40%;
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
    display: inline-block;
}

.breadcrumb-container span {
    display: inline-block;
    float: left;
    font-size: 11px;
    margin: 0 7px 0 0;
}

.breadcrumbs li {
    float: left;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 13px;
    color: #FFF;
}

    .breadcrumbs li a {
        color: #E2E2E2;
        text-decoration: none;
    }

        .breadcrumbs li a:hover {
            text-decoration: underline;
        }

    .breadcrumbs li:after {
        content: "/";
        display: inline-block;
        width: 20px;
        text-align: center;
        color: #DADADA;
    }

    .breadcrumbs li:last-child:after {
        content: "";
        width: 0px;
    }
/* Slider Global */
.parallax-slide {
    height: 500px;
}

.cycle-slideshow {
    overflow: hidden;
    height: 275px;
    z-index: 0;
    position: relative;
}

.aboutus {
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.parallax-slider.cycle-slideshow {
    height: auto;
}

.cycle-slide {
    width: 100%;
    overflow: hidden;
}

.cycle-next,
.cycle-prev {
    position: absolute;
    right: -100px;
    top: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f8f8f8;
    z-index: 1000;
    margin-top: -15px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cycle-prev {
    left: -100px;
    right: auto;
}

.cycle-slideshow:hover .cycle-next {
    right: 5px;
}

.cycle-slideshow:hover .cycle-prev {
    left: 5px;
}

.cycle-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.cycle-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.cycle-pager {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 28px;
    z-index: 1000;
    left: 0;
    bottom: 1px;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .cycle-pager .cycle-pager-active,
    .cycle-pager span:hover {
        color: #969696;
        text-shadow: 0 0 2px #000;
        cursor: pointer;
    }
/****************************
Cycle Slider ( Home Page )
****************************/
.slider-fixed-frame .cycle-show-with-frame {
    float: left;
    height: 600px;
    z-index: 1;
}

.cycle-show-with-frame:after {
    background-color: transparent;
}

.slider-fixed-frame .home-bullets {
    height: 12px;
    display: block;
    bottom: -6px;
    left: 50%;
    width: auto;
}

    .slider-fixed-frame .home-bullets span {
        cursor: pointer;
        position: relative;
        background: url(../images/assets/bullets3.png) no-repeat top left;
        width: 12px;
        height: 12px;
        margin-right: 0px;
        float: left;
        margin-top: -10px;
        margin-left: 3px;
    }

    .slider-fixed-frame .home-bullets .cycle-pager-active {
        background-position: 0 -16px;
    }

.cycle-slideshow img {
    width: 100%;
}
/****************************
Slider fixed container
****************************/
.slider-fixed-container {
    width: 100%;
    overflow: hidden;
}

.slider-fixed-frame {
    margin: auto;
    position: relative;
    z-index: 0;
    /*margin-bottom:20px;*/
}

    .slider-fixed-frame .cycle-slideshow.cycle-show-with-frame {
        float: none;
    }

    .slider-fixed-frame:after {
        position: absolute;
        left: 0px;
        top: 16px;
        z-index: 0;
        content: "";
    }

.information {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.headline {
    font-family: 'Oswaldtext', 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-size: 3.2em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0px 0px 12px 0px;
}

.headline {
    display: inline-block;
    /*margin-top: 200px;*/
    padding: 18px 24px;
    border: 4px solid #ffffff;
    border-radius: 6px;
}

.excerpt {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 400;
    margin: 6px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
}

.excerpt {
    font-family: 'Oswaldtext', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}
/* Links*/
A.navMain:link {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
}

A.navMain:active {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
}

A.navMain:visited {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
}

A.navMain:hover {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #22C3FF;
}

A.navMainActive:link {
    font-family: Verdana, Arial;
    text-decoration: none;
    font-size: 12px;
    color: #22C3FF;
}

A.navMainActive:active {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #22C3FF;
}

A.navMainActive:visited {
    font-family: Verdana, Arial;
    text-decoration: none;
    font-size: 12px;
    color: #22C3FF;
}

A.navMainActive:hover {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #22C3FF;
}

A.bread:link {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #777;
}

A.bread:active {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #777;
}

A.bread:visited {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #777;
}

A.bread:hover {
    font-family: Arial;
    text-decoration: underline;
    font-size: 12px;
    color: #777;
}



A.h4:link {
    font-family: Arial;
    text-decoration: none;
    font-size: 10px;
    color: #707E70;
}

A.footer:active {
    font-family: Arial;
    text-decoration: none;
    font-size: 10px;
    color: #707E70;
}

A.footer:visited {
    font-family: Arial;
    text-decoration: none;
    font-size: 10px;
    color: #707E70;
}

A.footer:hover {
    font-family: Arial;
    text-decoration: underline;
    font-size: 10px;
    color: #707E70;
}

.footerActive {
    font-family: Arial;
    text-decoration: underline;
    font-size: 10px;
    color: #707E70;
}

.txtFooter10px {
    font-family: Arial;
    font-size: 10px;
    color: #707E70;
}

.margin20px {
    margin-left: 20px;
}

.helpNumbers {
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    color: #1A8FCC;
    padding-bottom: 6px;
}

/* Text*/
.txt-danger {
    color: red;
}

.text-justify {
    text-align: justify;
}

.noStyle {
    text-decoration: none;
}

.bg-Search {
    color: #fff;
    background-color: #628E4C;
}

    .bg-Search:hover,
    .bg-Search:active {
        background-color: #597c48;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.bg-editinfo {
    color: #fff;
    background-color: #32a1ad;
}

    .bg-editinfo:hover, .bg-editinfo:active {
        background-color: #1d8c98;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.bg-req {
    color: #fff;
    background-color: #CD8844;
}

    .bg-req:hover,
    .bg-req:active {
        background-color: #b2773d;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.bg-status {
    color: #fff;
    background-color: #1A8FCC;
}

    .bg-status:hover,
    .bg-status:active {
        background-color: #0e7db7;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.bg-notification {
    color: #fff;
    background-color: #e74c3c;
}

    .bg-notification:hover,
    .bg-notification:active {
        background-color: #ca2615;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.bg-bids {
    color: #fff;
    background-color: #ca2615;
}

    .bg-bids:hover,
    .bg-bids:active {
        background-color: #a91f10;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

a:hover, a:active {
    text-decoration: none !important;
}

.table-heading-bg {
    background: var(--clr-secondary);
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    color:#fff;
}

.table-heading-success {
    background: linear-gradient(to bottom, rgb(72, 162, 79) 0%,#64d486 50%,#68d68c 51%,rgba(53, 167, 72, 0.81) 100%);
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

.homeMetro {
    padding-top: 10px;
}

    


.proplist {
    padding: 5px;
}

    .proplist > .table {
        -webkit-box-shadow: 0 4px 4px -2px rgba(172, 172, 172, 0.60);
        box-shadow: 0 4px 4px -2px rgba(172, 172, 172, 0.60);
    }

        .proplist > .table:hover {
            Background: #d6e9c6;
            -webkit-box-shadow: 0 4px 4px -2px rgba(172, 172, 172, 0.60);
            box-shadow: 0 4px 4px -2px rgba(172, 172, 172, 0.60);
        }

p {
    line-height: 1.8em;
    margin-bottom: .875em;
}

.panel-body {
    padding: 0.7em;
}

.lic-hd {
    border-bottom: solid 4px #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 6px 4px;
    font: bold 14px;
    color: #ccc;
}

.lic-hd-active {
    border-bottom: solid 4px var(--clr-secondary);
    text-align: center;
    vertical-align: middle;
    padding: 6px 4px;
    font: bold 14px;
    color: var(--clr-secondary);    
}

.licwizinner {
    padding: 6px;
    border: 1px solid #ddd;    
    margin-top: 0px;
    border-top-color: #ccc;
    background-color: #fff;
    border-bottom-color: #aaa;
    border-left-color: #ccc;
}

.license-form-horizontal {
    border: 0px solid #daeeb9;
    border-bottom: solid 0px #9ec460;
    background-color: #f6ffe9;
    min-height: 550px;
    overflow: visible;
    color: #666;
    border-radius: 0px;
    padding: 12px;
    -webkit-box-shadow: 0px -1px 3px rgba(80,80,80, 0.5);
    box-shadow: 0px -1px 3px rgba(80,80,80, 0.5);
}


.revolution-text-center {
    left: 0 !important;
    display: block;
    width: 100%;
    font-size: 48px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    position: absolute;
    bottom: 10px;
}

/*Hunting Leases*/

.oval {
    height: 88px;
    background: #EDF9EC;
    color: #2a9001;
    -moz-border-radius: 100px/50px;
    -webkit-border-radius: 100px/50px;
    border-radius: 100px/50px;
    Border: 2px solid #2a9001;
}

.Bckgreen {
    color: #fff;
    background-color: #628E4C;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 10px;
}

.Bckwhite {
    height: 438px;
    background-color: #ffffff;
    color: #628E4C;
    border: solid 2px #628E4C;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 10px;
}

.oval-shape {
    height: 450px;
    border: 5px solid #628E4C;
    padding: 1px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.hunttext {
    font-size: 1.2em;
}

.word-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aboutus img {
    width: 100%;
}

#footer {
    clear: both;
    background: 1px #FBFBFB;
    border-top: 1px #E9E9E9 solid;
    overflow: hidden;
    position: relative;
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
}

#footer-nav {
    /*margin: 1em 0; 
    border-top: 1px solid #9c9c9c;
    font-size: 0.8em;*/
}

#footer-nav {
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--clr-primary);
}

    #primary-nav ul, #footer-nav ul {
        margin: 0;
        padding: 0;
    }

        #primary-nav ul li, #footer-nav ul li {
            display: inline;
            margin: 0;
            padding: 0.5em;
        }

            #footer-nav ul li a {
                padding: 0.5em 2em;
            }

            #primary-nav ul li a, #footer-nav ul li a {
                display: inline-block;
                text-align: center;
                padding: 0 0.5em;
                font-size:14px;
            }

#footer .copyright .copyright-text {
    line-height: 40px;
}

#footer .copyright {
    height: 40px;
    width: 100%;
    font-size: 12px;
    Padding: 8px;
    /*font-family: "Open Sans", sans-serif;*/
}
.paymentButton {
    padding: 11px 30px;
    font-size: 13px;
    background-color: var(--btn-bg);
    color: white;
}


