﻿
/***************  GLOBAL STYLES  ***************/
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    background: url(../images/body-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

strong {
    font-weight: bold;
}

html, body {
    overflow-x: hidden;
}

p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
}

h2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

    a:hover {
        color: #333;
    }

.hide {
    display: none !important;
}

.cl:before, .cl:after {
    display: table;
    content: " ";
}

.cl:after {
    clear: both;
}

.cl {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

small {
    font-size: 10px;
    line-height: 14px;
    display: block;
}

section {
    position: relative;
}

.bold {
    font-weight: 700;
}

/***************  FONTS  ***************/
@font-face {
    font-family: "Lucia BT";
    src: url("../font/2e7899fe8575c94e22b0bf119e79da12.eot"); /* IE9*/
    src: url("../font/2e7899fe8575c94e22b0bf119e79da12.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/2e7899fe8575c94e22b0bf119e79da12.woff2") format("woff2"), /* chrome、firefox */
    url("../font/2e7899fe8575c94e22b0bf119e79da12.woff") format("woff"), /* chrome、firefox */
    url("../font/2e7899fe8575c94e22b0bf119e79da12.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../font/2e7899fe8575c94e22b0bf119e79da12.svg#Lucia BT") format("svg"); /* iOS 4.1- */
}

.luciaFont {
    font-family: "Lucia BT" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/***************  WRAPPER STRUCTURE  ***************/
header, section, footer {
    width: 100%;
}

.container {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

.container-bg-top, .container-bg-bottom {
    position: relative;
}

.container-bg-top, .container-bg-bottom {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 920px;
    z-index: -1;
}

    .container-bg-top:after, .container-bg-bottom:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 60px;
        width: 920px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#926636+0,f1ce81+50,926636+100 */
        background: #926636; /* Old browsers */
        background: -moz-linear-gradient(left, #926636 0%, #f1ce81 50%, #926636 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#926636), color-stop(50%,#f1ce81), color-stop(100%,#926636)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(left, #926636 0%,#f1ce81 50%,#926636 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(left, #926636 0%,#f1ce81 50%,#926636 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(left, #926636 0%,#f1ce81 50%,#926636 100%); /* IE10 preview */
        background: linear-gradient(to right, #926636 0%,#f1ce81 50%,#926636 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#926636', endColorstr='#926636',GradientType=1 ); /* IE6-9 */
    }

.container-bg-top {
    top: 0;
}


    .container-bg-top:after {
        top: -15px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }


.container-bg-bottom {
    bottom: 0px;
}

    .container-bg-bottom:after {
        bottom: -15px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }



/***************  UI STYLES ***************/
.color-blue {
    color: #0455a4;
}

.color-green {
    color: #99c60b;
}

.color-yellow {
    color: #f7d899;
}

.color-red {
    color: #db0000;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}


/*************** INPUT STYLES ***************/

.form-control {
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    border: 1px solid #f1ce81;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}


    .form-control:hover, .form-control:focus {
        border: 1px solid #926636;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }

.btn {
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #99c60b;
    border: 1px solid #99c60b;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

    .btn:hover, .btn:focus {
        border: 1px solid #86af03;
        color: #fff;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }


/***************  HEADER STYLES ***************/
.top-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,472309+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #472309 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#472309)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #000000 0%,#472309 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #000000 0%,#472309 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #000000 0%,#472309 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #000000 0%,#472309 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#472309',GradientType=0 ); /* IE6-9 */
    min-height: 174px;
    position: relative;
    z-index: 10;
    -moz-box-shadow: 8px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

    .top-header:before,
    .top-header:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        min-height: 174px;
        width: 230px;
    }

    .top-header:before {
        left: -160px;
        background: url(../images/top-header-left.png) no-repeat center;
    }

    .top-header:after {
        right: -160px;
        background: url(../images/top-header-right.png) no-repeat center;
    }


.logo {
    text-align: center;
}

.navigation {
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 76px;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

.navigation-mobile {
    display: none;
}

nav li {
    display: inline-block;
}

    nav li a {
        display: block;
        color: #f7d899;
        padding: 18px 26px;
        font-size: 14px;
        line-height: 16px;
        position: relative;
    }

    nav li.active a {
        font-weight: 700;
    }

    nav li a:hover,
    nav li a:focus {
        color: #f7d899;
    }

    nav li a:after {
        background-image: url(../images/nav-sprite.png);
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 37px;
        width: 2px;
    }

    nav li:last-child a:after {
        background: none;
    }
/***************  SECTION.SLIDER STYLES ***************/
.slider .container {
}

.slider .item {
    position: relative;
    width: 100%;
}


.item-slider {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 305px;
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.item-slider-1 {
    background-image: url(../images/APOG4.jpg);
}

.item-slider-2 {
    background-image: url(../images/APOG2.jpg);
}

.item-slider-3 {
    background-image: url(../images/APOG3.jpg);
}

.item-slider-4 {
    background-image: url(../images/APOG1.jpg);
}

.item-slider-5 {
    background-image: url(../images/APOG5.jpg);
}

.item-slider-6 {
    background-image: url(../images/APOG6.jpg);
}

.item-slider-7 {
    background-image: url(../images/APOG7.jpg);
}

.item-slider-8 {
    background-image: url(../images/APOG8.jpg);
}

.slider .item .caption, .content-page .caption {
    position: absolute;
    right: 0;
    bottom: 40px;
    min-height: 135px;
    height: 135px;
    padding: 15px 15px 15px 60px;
    width: 460px;
    box-sizing: border-box;
    background: url(../images/headline-bg.png) no-repeat center;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}


    .slider .item .caption .headline, .content-page .caption .headline {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 15px;
        text-shadow: 2px 2px rgba(0,0,0,0.8);
    }

    .slider .item .caption .sub-headline, .content-page .caption .sub-headline {
        font-size: 80px;
        text-shadow: 2px 2px rgba(0,0,0,0.8);
    }

.owl-slider .owl-stage-outer {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}



/***************  SECTION.CONTENT STYLES ***************/
.content {
    margin-top: 35px;
}

    .content .container {
        background-color: #f3ddb9;
        border-radius: 12px;
        padding: 15px 20px;
        box-sizing: border-box;
        -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    }

.column-1 {
    left: 40%;
    width: 60%;
    float: left;
    position: relative;
}

    .column-1 h1 {
        margin-bottom: 20px;
        font-weight: 600;
    }

    .column-1 p {
        margin-bottom: 20px;
    }

.column-2-pull {
    right: 60%;
    width: 40%;
    float: left;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
}

.banner1-slider {
    height: 110px;
}

.banner1-slider-item {
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    background-size: cover;
    height: 110px;
    -webkit-box-shadow: inset 0 25px 20px -20px rgba(0,0,0,1);
    -moz-box-shadow: inset 0 25px 20px -20px rgba(0,0,0,1);
    box-shadow: inset 0 25px 20px -20px rgba(0,0,0,1);
}

.banner1-slider-item-1 {
    background-image: url(../images/Small1.jpg);
}

.banner1-slider-item-2 {
    background-image: url(../images/small2.jpg);
}

.banner1-slider-item-3 {
    background-image: url(../images/small3.jpg);
}

.banner1-slider-item-4 {
    background-image: url(../images/small4.jpg);
}

.banner1-slider-item-5 {
    background-image: url(../images/small5.jpg);
}

.banner1-slider-item-6 {
    background-image: url(../images/small6.jpg);
}

.banner1-slider-item-7 {
    background-image: url(../images/small7.jpg);
}

.banner1-slider-item-8 {
    background-image: url(../images/small8.jpg);
}

.banner1-slider-item-9 {
    background-image: url(../images/small9.jpg);
}

.banner1-slider-item-10 {
    background-image: url(../images/small10.jpg);
}

.banner1-slider-item-11 {
    background-image: url(../images/small11.jpg);
}

.banner1-slider-item-12 {
    background-image: url(../images/small12.jpg);
}

.banner1-slider-item-13 {
    background-image: url(../images/small13.jpg);
}

.banner1-slider-item-14 {
    background-image: url(../images/small14.jpg);
}

.banner1-slider-item-15 {
    background-image: url(../images/small15.jpg);
}

.banner1-slider-item-16 {
    background-image: url(../images/small16.jpg);
}

.banner1-slider-item-17 {
    background-image: url(../images/small17.jpg);
}


.content-list {
    float: left;
    list-style: disc;
    color: #1d1d1d;
    margin-left: 15px;
}

.list-1 {
    margin-right: 40px;
}

.content-list li {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}



.small-slider-wrapper {
    position: relative;
}

    .small-slider-wrapper:after, .small-box-wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#926636+0,f1ce81+50,926636+100 */
        background: #926636; /* Old browsers */
        background: -moz-linear-gradient(left, #926636 0%, #f1ce81 50%, #926636 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#926636), color-stop(50%,#f1ce81), color-stop(100%,#926636)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(left, #926636 0%,#f1ce81 50%,#926636 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(left, #926636 0%,#f1ce81 50%,#926636 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(left, #926636 0%,#f1ce81 50%,#926636 100%); /* IE10 preview */
        background: linear-gradient(to right, #926636 0%,#f1ce81 50%,#926636 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#926636', endColorstr='#926636',GradientType=1 ); /* IE6-9 */
        top: 0;
        top: 0px;
        border-radius: 12px;
    }


    .small-slider-wrapper .title, .small-box-wrapper .title {
        color: #351702;
        z-index: 1;
        position: relative;
        padding: 8px 20px;
    }

.small-box-wrapper {
    position: relative;
}

    .small-box-wrapper p {
        position: relative;
        z-index: 1;
        color: #fff;
        padding: 15px 20px;
    }


.small-box-wrapper1 {
    height: 150px;
}

.box-banner1-bg {
    background: url(../images/slider-banner1.jpg) no-repeat center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 36px;
    right: 0;
    bottom: 0px;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 25px 20px -20px rgba(0,0,0,1);
    -moz-box-shadow: inset 0 25px 20px -20px rgba(0,0,0,1);
    box-shadow: inset 0 25px 20px -20px rgba(0,0,0,1);
}




.box-banner2-bg {
    background: url(../images/box-banner2.jpg) no-repeat center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 36px;
    right: 0;
    bottom: 0px;
    border-radius: 12px;
}



/***************  SECTION.CONTENT-PAGE STYLES ***************/
.content-page {
}


.content-page-wrapper {
    position: relative;
    min-height: 320px;
}
 .hero-image ,  .hero-image2, .hero-image3, .hero-image4{

    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	}
	
	
.content-page .content-page-wrapper .hero-image {
    background: url(../images/SubHeader3.jpg) no-repeat center;
    min-height: 320px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.content-page .content-page-wrapper .hero-image2 {
    background: url(../images/APOG3.jpg) no-repeat center;
    min-height: 320px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.content-page .content-page-wrapper .hero-image3 {
    background: url(../images/SubHeader1.jpg) no-repeat center;
    min-height: 320px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.content-page .content-page-wrapper .hero-image4 {
    background: url(../images/SubHeader2.jpg) no-repeat center;
    min-height: 320px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/***************  SECTION.TESTIMONIALS STYLES ***************/
.testimonials {
    margin-top: 65px;
}

    .testimonials .container {
        background-color: #f3ddb9;
        border-radius: 12px;
        padding: 15px 20px;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }


    .testimonials .title {
        position: absolute;
        top: -26px;
        left: 0;
        right: 0;
        text-align: center;
        color: #351702;
    }

    .testimonials .container-bg-top:after {
        top: -28px;
    }

    .testimonials p {
        margin-bottom: 0px;
    }

    .testimonials .client {
        font-style: italic;
        text-shadow: 1px 2px rgba(0,0,0,0.5);
        font-size: 28px;
        font-weight: 600;
    }


/*************** CONTACT STYLES ***************/

.contact-form .field-1 {
    margin-bottom: 16px;
	position:relative;
}

    .contact-form .field-1 input[type=text] {
        width: 49%;
    }

.contact-form .field-2 {
    margin-bottom: 16px;
	position:relative;
}

    .contact-form .field-2 input[type=email] {
        width: 100%;
    }

.contact-form .field-3 {
    margin-bottom: 16px;
	position:relative;
}

    .contact-form .field-3 input[type=text] {
        width: 49%;
    }

.contact-form .field-4 {
    margin-bottom: 16px;
	position:relative;
}

    .contact-form .field-4 textarea {
        min-height: 120px;
        resize: vertical;
    }

	
	.contact-form .captcha-form img{
		float:left;
		margin-right:10px;
		margin-top: 4px;
	}
	
	.contact-form .field-5 {
    margin-bottom: 16px;
	position:relative;
}

   .contact-form .field-5 input[type=text] {
        width: 25%;
		float:left;
    }

.contact-form .form-left {
    float: left;
}

.contact-form .form-right {
    float: right;
}

.contact-form .buttons {
}

.contact-form .clear {
    text-decoration: underline;
    font-size: 12px;
    line-height: 18px;
    padding-left: 15px;
}

.contact-form {
}


.contact-info p {
    margin-bottom: 5px;
}

.contact-info .text-1 {
    width: 230px;
    display: inline-block;
}

.contact-form .error{
	position: absolute;
    top: 28px;
    font-size: 12px;
}



.contact-form .error-left{
    left: 0;
}


.contact-form .error-right{
    left: 270px;
}

.contact-form .error-textarea{
    left: 0;
	top:116px;
}
/***************  FOOTER STYLES ***************/

footer {
    margin: 30px 0px;
}

    footer h3 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    footer p {
        line-height: 18px;
        font-size: 16px;
        color: #f8e7cb;
    }

    footer span {
        color: #f8e7cb;
    }

    footer small {
        color: #f8e7cb;
    }

.contact-column {
    width: 45%;
    float: left;
}

    .contact-column .text-1 {
        width: 230px;
        display: inline-block;
    }

.address-column {
    width: 25%;
    float: left;
}

.credits-column {
    width: 28%;
    float: right;
}
