@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "font-awesome.css";


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: url(../images/bg_body.png) 0 0 repeat #2c2c2c;
    color: #a9a9a9;
    font: 15px/23px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 23px;
}

.p1 {
    margin-bottom: 8px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	color: #484541;
    font-weight: 300;
}

h2 {
    font-size: 40px;
    line-height: 42px;
    color: #2a333c;
    padding-top: 51px;
    margin-bottom: 39px;
}

h3 {
    padding-top: 48px;
    font-size: 30px;
    margin-bottom: 23px;
    line-height: 42px;
}

.page1 h3 {
    margin-bottom: 31px;
    padding-top: 32px;
    text-align: center;
}

h4 {
    padding-top: 50px;
    color: #fff;
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
    padding-top: 2px;
}

ul.list li {
    background: url(../images/mark.png) right 9px no-repeat;
}

ul.list  li+li {
    background-position: right 14px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #efefef;
}

/****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: #be4156;
}


a.link1 {
    margin-top: 25px;
    margin-bottom: 30px;
    border-radius: 22px;
    display: inline-block;
    color: #fff;
    padding: 10px 28px 12px;
    font: 300 15px/20px 'Open Sans', sans-serif;
    background: url(../images/bot_link.png) 0 0 repeat;
}

a.link1:hover {
    background-color: #fff;
    color: #3D3D3D;
}


/****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-bottom: 15px;
	margin-top: 0px;
    border-radius: 500px;
}



.fleft {
	float: left;
	width: auto !important;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-top: 5px;

}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase !important;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    text-align: center;
	display: block;
    padding-top: 73px;
    border-bottom: 1px solid #f0f0f0;
    background: url(../images/header_bg.png) 0 0 repeat;
}


header h1 {
    padding-bottom: 55px;
	position: relative;
	text-align: center;

}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width:  313px;
    height: 68px;
	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;
}


/**Content**/


.content {
    padding-bottom: 84px;
    background-color: #fff;

}

.page1  .content {
    padding-bottom: 60px;
}

.socials {
    padding-top: 45px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding-bottom: 39px;
}

.socials span {
    padding: 0 100px;
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #6e757a;
}

.socials a {
    margin-bottom: 24px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/socials.png) 0 0 no-repeat;
}

.socials a:hover {
    opacity: 0.5;
}

.socials a+a {
    background-position: -37px 0;
    margin-left: 9px;
}

.socials a+a+a {
    background-position: -74px 0;
}

.socials a+a+a+a  {
    background-position: -111px 0;
}

.block1 {
    padding-bottom: 43px;
}

.block1 img {
    width: 100%;
}

.ban_bot {
    padding: 42px 0 45px;
}

a.banner {
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 41px;
    color: #fff;
    font: 300 32px/32px 'Open Sans', sans-serif;
    background: url(../images/bann_bg.png) 0 0 repeat;
    float: left;
    width: 299px;
}


a.banner+a.banner {
    margin-left: 21px;
}

a.banner.bg1 {
    width: 300px;
    background-image: url(../images/bann_bg2.png);
}

a.banner.bg2 {
    width: 299px;
    background-image: url(../images/bann_bg3.png);
}

a.banner:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -18px;
    bottom: -18px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 18px 18px 18px;
    border-color: transparent transparent #f0f0f0 transparent;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.banner:hover:after {
    bottom: 0;
}

.block1 {
    background-color: #f0f0f0;
}

.st1 {
    font: 18px/26px 'Open Sans', sans-serif;
    color: #acacac;
}


.col1 {
    color: #3d3d3d;
}

.bot_block1 {
    background: url(../images/bot_bg1.png) 0 0 repeat;
}

.bot_block2 {
        padding-bottom: 63px;
    text-align: center;
    background: url(../images/bot_block2.png) 0 0 repeat;
}

a.various {
    margin-bottom: 53px;
    box-shadow: 2px 2px 5px #e5e5e5;
    font: 18px/25px 'Open Sans', sans-serif;
    background-color: #3a3938;
    text-align: right;
    display: block;
    color: #f1f1f1;
    border: 12px solid #fff;
}

a.various:hover {
    background-color: #4f4f4f;
}

a.various:hover div {
    padding-left: 25px;
}

a.various div {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding: 14px 20px 16px 15px;
    display: inline-block;
    background: url(../images/video_marker.png) 0 24px no-repeat;
}


.bot_block2 .title {
    padding-top: 50px;
    color: #fff;
    margin-bottom: 25px;
    font: 300 45px/60px 'Open Sans', sans-serif;
}

.bot_block2 a {
    border-radius: 22px;
    display: inline-block;
    color: #fff;
    padding: 10px 28px 12px;
    font: 300 15px/20px 'Open Sans', sans-serif;
    background: url(../images/bot_link.png) 0 0 repeat;
}

.bot_block2 a:hover {
    background-color: #fff;
    color: #3D3D3D;
}

.bot_block3 {
    background: url(../images/bot_bg3.png) 0 0 repeat;
}

.bot_block3 ul {
    padding-top: 72px;
}

.bot_block3 ul li {
    font-weight: bold;
    color: #fff;
}

.bot_block3 ul li+li {
    margin-top: 7px;
}

.news time{
    line-height: 23px;
    font-weight: bold;
    color: #be4156;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.news p {
    margin-bottom: 18px;
}

.news p strong {
    color: #c1c1c1;
    font-weight: bold;
    display: block;
}

.news {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    color: #6b6b6b;
}

.news>a {
    display: inline-block;
    padding-left: 15px;
    background: url(../images/news_marker.png) 0 7px no-repeat;
    color: #fff;
    font: 600 12px/20px 'Open Sans', sans-serif;
}

.bot_block3 address {
    padding-top: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}

.news>a:hover {
    color: #be4156;
}

.bot_block3 address img {
    margin-bottom: 13px;
    display: block;
}

.bot_block3 address  a {
    display: inline-block;
    background: url(../images/mail_icon.png) 0 5px no-repeat;
    margin-top: 28px;
    padding-left: 31px;
}

.bot_block3  {
    padding-bottom: 79px;
}

.gallery {
    padding-top: 32px;
}

.box img {
    width: 100%;
}

.box_bot {
    padding: 0 20px;
}

.box .title {
    margin-bottom: 5px;
    font:  18px/26px 'Open Sans', sans-serif;
    padding-top: 23px;
    color: #fff;
}

.box {
    color: #848484;
    text-align: center;
    float: left;
    background-color: #3a3938;
    width: 299px;
}

.box+.box {
    width: 300px;
    margin-left: 21px;
}

.box+.box+.box {
    width: 299px;
}

.gallery .clear {
    height: 39px;
}

a.gal {
    display: block;
    background: url(../images/magnify.png) center center no-repeat #C6454A;
}

a.gal  img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.gal:hover img {
    opacity: 0.2;
}

.text1 {
    font-size: 18px;
    line-height: 26px;
    color: #3d3d3d;
    margin-bottom: 9px;
}

.s_block {
    padding-bottom: 11px;
    padding-top: 9px;
    text-align: center;
    width: 299px;
    float: left;
    color: #848484;

}

.s_block img {
    margin-bottom: 23px;
}

.s_block +.s_block  {
    margin-left: 21px;
}

.s_block .text1 {
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
}

.bot_block2.bb2 {

    background-image: url(../images/bb2_bg.png);
}

.bot_block2.bb2 h3 {
    text-align: left;
    color: #fff;
}

.bot_block2.bb2 .s_block {
    padding-top: 1px;
    padding-bottom: 0;
    color: #6b6b6b;
}

.bot_block2.bb2 .s_block .text1 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.cont2 {
    padding-bottom: 55px;
}

.s_block.s1 {
    text-align: left;
    padding: 0;
    color: #acacac;
}

.s1 .text1 {
    margin-bottom: 1px;
    color: #3d3d3d;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;

}

.links {
    padding: 1px 0;
}

.links+.links {
    margin-top: 21px;
}

.prv p {
    margin-bottom: 25px;
}

.prv .text1 {
    padding-top: 2px;
    margin-bottom: 8px;
}

/**Map**/

h3.head1 {
    padding-top: 38px;
    padding-bottom: 9px;
}

.map {
    overflow: hidden;
    position: relative;
    position: relative;
}
 

.map figure {

    position: relative;
	display: block;
    margin-bottom: 24px;
	width: 100%;
	-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: 259px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.link-1{
    color: #c64552;
}

a.link-1:hover {
    color: #3d3d3d;
}

.map .link-1 {
    display: inline-block;
    margin-left: 50px;
}


.map address dt.text1 {
    color: #3d3d3d;
    margin-bottom: 7px;
}

 address dd span {
	min-width: 106px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	display: block;
    padding-top: 51px;
    text-align: center;
    padding-bottom: 55px;

}

.copy {
    padding-top: 8px;
    text-transform: uppercase;
    padding-right: 34px;
    float: right;
    position: relative;
    color: #fff;
    font: 14px/23px 'Open Sans', sans-serif;
}

.copy a {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.copy a:after {
    position: absolute;
    width: 1px;
    background-color: #464646;
    height: 28px;
    content: '';
    display: block;
    left: -16px;
    top: -2px;
}


a.f_logo {
    float: left;
    display: block;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    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: 995px) {
 body {
 min-width: 768px;
}
 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .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;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

a.banner {
    font-size: 30px;
    width: 234px !important;
}

.box, .s_block {
    width: 234px !important;
}


}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.socials span {
    padding-left: 10px;
    padding-right: 10px;
}

.copy {
    float: none;

    display: block;
    clear: left;
    text-align: left;
}

.bot_block2 .title {
    font-size: 30px;
    line-height: 42px;
}

a.banner, .box, .s_block {
    width: auto !important;
    float: none;
    margin-left: 0 !important;
}

a.various img {
    width: 100%;
}

.box, .s_block  {
    margin-bottom: 35px;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    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: 20px;
 float: none;
 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;
}

.links+.links {
    margin-top: 0;
}

.links {
    margin-bottom: 35px;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}


.banners .bann {
    width: 146px;
    height: 146px;
}

.banners .bann img {
    width: 150px;
    height: 150px;
    max-width: 300px;
}

.banners .bann  span {
    font-size: 24px;
    line-height: 24px;
    padding-top: 35px;
}


#owl {
    padding-left: 34px;
    padding-right: 34px;
}


}

header h1 a {
    width: inherit;
    height: inherit;
    font-size: 2rem;
    line-height: 2;
    text-indent: inherit;
    color: #fff;
}

header h1 a:hover {
    color: #470c22;
}

.contact-info {
    color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1rem* 2);
    padding: 1rem;
    overflow: hidden;
    border-bottom: 1px solid #b12244;
}

a.f_logo {
    font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
    .contact-info {
        position: relative;
        width: calc(100% - 1rem * 2);
        margin-top: -73px;
    }
    .contact-info span {
        display: block;
        margin-bottom: 1rem;
    }
}