@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";


@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Cabin:400);
@import url(//fonts.googleapis.com/css?family=Cabin:400italic);
@import url(//fonts.googleapis.com/css?family=Cabin:500);
@import url(//fonts.googleapis.com/css?family=Cabin:700);
html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background: url(../images/bg_body.png) 0 0 repeat;
    color: #b19d8b;
    font: 14px/20px 'Open Sans', sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}


input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    line-height: 45px;
    padding-top: 38px;
    margin-bottom: 5px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    color: #84634a;
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 37px;
}

h3.head1 {
    padding-top: 64px;
    margin-bottom: 38px;
}

.page1 h3 {
    padding-top: 53px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 39px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {

}

ul.list li {
    color: #987f64;
    font: bold 11px/26px 'Cabin', sans-serif;
    padding-left: 15px;
    text-transform: uppercase;
    background: url(../images/marker.png) 0 10px no-repeat;
}

ul.list li+li {
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #ff8401;
}

a.btn {
    display: inline-block;
    color: #84634a;
    font: bold 16px/30px 'Cabin', sans-serif;
    padding-left: 20px;
    margin-top: 13px;
    background: url(../images/btn_marker.png) 0 11px no-repeat;
}

a.btn:hover {
    color: #ff8401;
}

.mid_block a.btn {
    margin-top: 15px;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 34px;
}

.page1 .img_inner {
     margin-bottom: 29px;
    margin-top: 7px;   
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 28px;
    margin-bottom: 0px;
    margin-top: 7px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    display: block;
    position: relative;
   
}

header h1 {
    position: relative;
    text-align: center;
    float: left;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 331px;
    height: 41px;
    font-size: 0;
    line-height: 0;
    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
header h1 a img {
    display: block;
}


.main {
    background-color: #fff;
}

.page {
    width: 1230px;
    margin: 0 auto;
}

.page1 .main {
    background: url(../images/page1_img.jpg) center 0 no-repeat #fff;
}

.page1_block {
    background-color: #fabc1f;
    text-align: center;
    color: #fff;
    padding-bottom: 174px;
    font: 26px/45px 'Cabin', sans-serif;
}

.page1_block a {
    margin-top: 6px;
    font-size: 18px;
    line-height: 24px;
    color: #fff5d3;
    display: inline-block;
    padding-right: 17px;
    background: url(../images/link_marker.png) right 8px no-repeat;
}

.page1_block a:hover {
    color: #84634a;
}

.banner {
    margin-top: -153px;
}

.banner>img {
    border-radius: 500px 500px 0 0;
}

.banner .title {
    position: relative;
    background-color: #fff;
    border: 10px solid #fff;
    width: 168px;
    height: 168px;
    text-align: center;
    margin: -80px auto 0;
    border-radius: 500px;
    font: 20px/26px 'Cabin', sans-serif;
    color: #84634a; 
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.banner .title img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 21;
}

.banner .title>div {
    border: 1px solid #fabc20;
    border-radius: 500px;
    width: 146px;
    height: 146px;
    border-bottom-color: #fff;
}

.banner .title>div  span {
    padding-top: 33px;
    display: block;
}

.banner .title>div * {
    position: relative;
    z-index: 50;
}

.banner .title a {
    text-transform: none;
    color: #fabc1f;
    font-size: 14px;
    display: inline-block;
    margin-top: 6px;
}

.banner .title a:hover {
    color: #84634a;
}

/**Content**/
.content {
    padding-bottom: 96px;
}

.page1 .content {
    position: relative;
    margin-top: -11px;
    background: url(../images/orn1.png) 0 0 repeat-x #fff;
    padding-bottom: 81px;
}

.block1 {
    padding-bottom: 5px;
    padding-top: 18px;
    color: #bba694;
    font: 20px/26px 'Cabin', sans-serif;
}

.block1 .title {
    margin-bottom: 19px;
    padding-top: 46px;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 42px;
}

.block1 img {
    margin-left: 20px;
    float: right;
    margin-right: -41px;
}

.block1 a {
    display: inline-block;
    background: url(../images/link_marker1.png) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    margin-top: 10px;
    margin-left: 1px;
}

.block1 a:hover {
    opacity: 0.5;
}

.mid_block {
    position: relative;
    padding-bottom: 75px;
    font-size: 13px;
    line-height: 24px;
    background: url(../images/orn2.png) 0 0 repeat-x #f8f4e6;
}

.mid_block:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';   
    background: url(../images/orn3.png) 0 0 repeat-x;
    height: 6px;
}

.mid_block img {
    padding-top: 49px;
    margin-bottom: 26px;
}

.mid_block .title {
    background: url(../images/mid_sep.png) 0 bottom repeat-x;
    color: #84634a;
    padding-bottom: 26px;
    margin-bottom: 17px;
    text-transform: uppercase;
    font: 20px/26px 'Cabin', sans-serif;
}

.pad1 {
    padding-right: 40px;
}

.text1 {
    text-transform: uppercase; 
    margin-bottom: 14px;
    font: bold 15px/20px 'Cabin', sans-serif;
}

.add1 {
    margin-top: -2px;
    background: url(../images/mid_sep.png) 0 bottom repeat-x;
    margin-right: 48px;
    padding-bottom: 44px;
}

.add1 +h3 {
    padding-top: 39px;
    margin-bottom: 31px;
}

.add1 span{
    font: 16px/28px 'Cabin', sans-serif;
    color: #795b45;
}

.add1 a {
    margin-top: 30px;
    padding-top: 2px;
    font-style: italic;
    font-size: 16px;
    display: inline-block;
    padding-left: 30px;
    background: url(../images/mail_icon.png) 0 0 no-repeat;
}

.socials {
    overflow: hidden;
    padding-left: 1px;
}

.socials a {
    display: block;
    float: left;
    background: url(../images/socials.png) 0 0 no-repeat;
    width: 34px;
    height: 34px;
}

.socials a:hover {
    opacity: 0.5;
}

.socials a+a {
    margin-left: 11px;
    background-position: -45px 0;
}

.socials a+a+a {
    background-position: -90px 0;
}

.socials a+a+a+a {
    margin-left: 12px;
    background-position: right 0;
}

.block2 {
    overflow: hidden;
}

.block2 time {
    display: block;
    float: left;
    margin-right: 22px;
    width: 80px;
    background-color: #ff8401;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font: 500 36px/24px 'Cabin', sans-serif;
    margin-top: 4px;
    padding-top: 18px;
    padding-bottom: 13px;
}

.block2 time span {
    display: block;
    font-size: 14px;
    padding-top: 8px;
}

.block2+.block2 {
    margin-top: 26px;
}

.block2+a.btn {
    margin-top: 24px;
}

.l1 {
    margin-top: -3px;
}

.gallery {
    overflow: hidden;
    padding-top: 5px;
}

a.gal {
    display: block;
    margin-bottom: 26px;
    background: url(../images/magnify.png) center center no-repeat #e45046;
}

a.gal:hover img {
    opacity: 0.2;
}

a.gal img {
    width: 100%;
    box-shadow: 0 0 0 #fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery .text1 {
    margin-bottom: 8px;
}

.gallery .clear {
    height: 29px;
}

.block3 {
    overflow: hidden;
    margin-bottom: 3px;
}

.block3 .count{
    width: 51px;
    height: 51px;
    float: left;
    background-color: #ff8401;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    border-radius: 500px;
    margin-right: 20px;
    font: 500 20px/52px 'Cabin', sans-serif;
}

.block3 .text1 {
    position: relative;
    top: 6px;
}

.cl2 {
    height: 24px;
}

.block4 {
    overflow: hidden;
}

.block4 .fleft {
    margin-top: 4px;
}

.block4 a.btn {
    margin-top: 3px;
}

.block4+.block4 {
    margin-top: 31px;
}

.prv .text1 {
    margin-bottom: 0;
}

/**Map**/

.col1 {
    color: #ff8401;
}

.col1 a:hover, a.col1:hover {
    color: #84634a;
}

.col2 {
    color: #84634a;
}

.map {
    overflow: hidden;
    position: relative;
}
 
.map figure {
    padding-top: 5px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 27px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


.map figure iframe {
    width: 100%;
    height: 412px;
    max-width: 100%;
}
.map address {
    padding-top: 29px;
    display: block;
}

.map address dt {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.map address+address {
    padding-top: 47px;
}

 address dd span {
    min-width: 80px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

/**Footer**/

footer {
    display: block;
    padding: 47px 0 57px;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/orn2.png) 0 0 repeat-x;
    font: bold 15px/20px 'Cabin', sans-serif;
}

footer a {
    color: #e5d3a7;
}

footer a:hover {
    color: #fff;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 54px;
    height: 54px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1236px) {
    .page {
        margin: 0;
        width: auto;
    }

    .block1 img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    
    .extra_wrapper {
        overflow: visible;
    }  

    .banner {
    }

    .banners {
        background-color: #fff;
    }

}

@media only screen and (max-width: 979px) {

.map address dd span {
    min-width: 0;
}

.block1 .title {
    font-size: 23px;
    line-height: 26px;
}

.block1 {
    font-size: 15px;
}

.socials a+a {
    margin-left: 5px !important;
}


 .map figure,  
 .map figure iframe,  
 #form input,  
 #form textarea,  
 #form .success {
    width: 100% !important;
    float: none !important;
}
 #form .success {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

}

@media only screen and (max-width: 767px) {

.block3 .count {
    margin-bottom: 25px;
}

.gallery .clear {
    height: 0;
}

.cl2 {
    height: 0;
}

.block3 {
    padding-top: 30px;
}

a.gal {
    margin-top: 40px;
}

.banner img {
    width: 100%;
}

.block1 {
    padding-bottom: 30px;
}

.block1 img {
    margin-left: 0;
    float: none;
}

.banner.lst {
    margin-bottom: 0;
}

.banner {
    margin-bottom: 170px;
}

.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 30px;
 float: none;
 left: 0;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}


}


@media only screen and (max-width: 479px) {

}
