/*========================================================
                    1. Import
=========================================================*/

@import "grid.css";
@import "sf-menu.css";
@import "touchTouch.css";

@import url(//fonts.googleapis.com/css?family=Tinos);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400);


/*========================================================
                    2. Global
=========================================================*/

a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}

body{
	background-color: #dacfb1;
	color: #73716c;
	font: 14px/22px 'Ubuntu', sans-serif;
	font-weight: 300;
}
p{
	letter-spacing: 0.8px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Tinos', serif;
	color: #281f2b;
}

h2{
	text-transform: uppercase;
	font-size: 100px;
	line-height: 100px;
}
h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
}
h4{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;	
}
h5{
	font-size: 12px;
	line-height: 12px;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}


/*========================================================
                    3. Main layout styles
=========================================================*/

/* Header
========================================================*/

header{
	background: url('../images/header_bg.jpg') repeat;
}
header .headerWrapper{
	background: url('../images/big_strip.jpg') repeat-x;
}
header a:hover,
footer a:hover{
	text-decoration: none;
}
h1{
	margin-top: 20px;
	margin-bottom: 68px;
	text-align: center;
}
h1 img{
	display: inline-block;
	margin: 0px auto 2px;
}


/* Content
========================================================*/


/* Main content
=============================================*/

.content{
	border-top: 1px solid #c7bea2;
}
.content__indent{
	padding-top: 45px;
}
.content img{
	width: 100%;
	height: auto;
}
.btn{
	text-transform: uppercase;
	font: 10px/14px 'Ubuntu', sans-serif;
	color: #dacfb1;
	letter-spacing: 0.5px;
	text-align: center;
	display: block;
	width: 102px;
	height: 33px;
	padding: 9px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e7695b;
}
.btn:hover{
	background-color: #469fb3;
	text-decoration: none;
}

/* Catalog Block
=============================================*/

.catalog{
	padding-bottom: 48px;
}
.catalog h3, .catalog h4, .catalog h5, .catalog p{
	text-align: center;
}
.catalog_img{
	margin-top: 69px;
}
.catalog_strip{
	background: url(../images/catalog_strip.jpg) repeat-x;
	width: 100%;
	height: 10px;
	margin-bottom: 37px;
}
.catalog_number{
	position: relative;
	left: -7px;
	margin-bottom: 38px;
}
.catalog_number:after{
	content: '';
	position: absolute;
	background: url(../images/catalog_number_slash.png) no-repeat;
	width: 23px;
	height: 37px;
	top: -80%;
	left: 53%;
}
.catalog_title{
	letter-spacing: 1.5px;
	margin-bottom: 16px;
}
.catalog_text{
	letter-spacing: 0.5px;
	font-size: 12px;
	line-height: 15px;
	padding: 0 20px;
}
.catalog_btn{
	margin: 27px auto 0;
}

/* Block info
=============================================*/

.info{
	padding-bottom: 94px;
}
.info__indent{
	padding-bottom: 55px;
}
.info__indent-1{
	padding-bottom: 6px;
}
.info_block{
	margin-left: 20px;
}
.info h3{
	margin-top: 45px;
	margin-bottom: 68px;
	letter-spacing: -1.5px;
}
.info h4{
	line-height: 30px;
	letter-spacing: 1.8px;
	margin-top: -5px;
	margin-bottom: 12px;
}
.info .info_main-title{
	margin-top: 50px;
	margin-bottom: 68px;
}
.info_title{
	letter-spacing: 1.8px;
	margin-bottom: 17px;
}
.info_title__numb span{
	padding-top: 0;
	text-align: left;
	display: block;
	float: left;
	width: 50px;
	font-size: 48px;
	line-height: 19px;
	font-family: 'Tinos', serif;
	color: #281f2b;
}
.info_title__numb h4{
	overflow: hidden;
	display: block;
	vertical-align: bottom;
	line-height: 38px;
}
.info_text{
	letter-spacing: 0.8px;
}
.info_text__indent{
	margin-top: 21px;
}
.info_block__numb{
	margin-top: 9px;
	margin-bottom: 45px;
}
.info_block__numb p{
	margin-left: 53px;
	margin-top: 8px;
}

/* List
=============================================*/

.list > div{
	margin-top: -7px;
	margin-bottom: -8px;
}
.list h4{
	line-height: 30px;
	letter-spacing: 1.8px;
	margin-top: 0;
	margin-bottom: 0;
}

/* Gallery
=============================================*/

.gallery{
	padding-bottom: 89px;
	text-align: center;
}
.gallery h3{
	margin-top: 50px;
	margin-bottom: 63px;
}
.gallery .gallery_main-title__size{
	margin-top: 42px;
	margin-bottom: 71px;
}
.gallery .gallery_main-title__size-1{
	margin-top: 45px;
	margin-bottom: 71px;
}
.gallery h4{
	margin-top: -3px;
	letter-spacing: 1.5px;
	display: inline-block;
}
.gallery .gallery_img__indent{
	margin-bottom: 30px;
}
.gallery__indent{
	padding-bottom: 66px;
}

/* Circle Images
=============================================*/

.content_circle{
	border: 1px solid #b2a585;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content_circle .hoverBorder{
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -1px;

	border: 0px solid #e86a5c;
	-webkit-transition: border-width 0.3s ease-out 0s;
     -moz-transition: border-width 0.3s ease-out 0s;
     -o-transition: border-width 0.3s ease-out 0s;
     transition: border-width 0.3s ease-out 0s;
}
.content_circle:hover .hoverBorder{
	border-width: 15px;
}
.content_circle img{
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content_circle a{
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	display: block;
	top: 0;
	width: 100%;
}

.thumbs{
	position: relative;
}
.lbHover{
	color: #469fb3;
	font-size: 50px;
	opacity: 0.8;
	position: absolute;
	top: 47%;
	left: 42%;
	display: none;
}
.thumbs:hover .lbHover{
	display: block;
}

/* Blog
=============================================*/

.post_main-title{
	margin-top: 45px;
	margin-bottom: 71px;
	letter-spacing: -0.8px;
}
.post_block{
	margin-left: 20px;
}
.post__last{
	margin-bottom: 112px;
}
.post_title{
	margin-top: 15px;
	letter-spacing: 2px;
}
.post_date, .post_date a{
	color: #73716c;
	font: 12px/40px 'Ubuntu', sans-serif;
	text-transform: uppercase;
}
.post_btn{
	margin-left: 0;
}
.post_text{
	margin-top: 7px;
	margin-bottom: 29px;
}

/* Contact
=============================================*/

.contact{
	padding-bottom: 55px;
}
.contact h3{
	margin-top: 45px;
	margin-bottom: 71px;
	letter-spacing: -0.8px;
}

.map {
	width: 710px;
	float: left;
	margin-left: 0;
	margin-right: 30px;
	border: 1px solid #b2a585;
}
.map iframe {
	border: none;
	width: 100%;
	height: 405px;
}
.contact_a-side{
	overflow: hidden;
}
.contact_text{
	margin-top: -6px;
}
.address{
	color: #281f2b;
	padding-top: 15px;
	padding-bottom: 25px;
}
.phone{
	display: inline-block;
	min-width: 83px;
	color: #73716c;
	font: 14px/23px 'Ubuntu', sans-serif;
}
.e-mail{
	color: #e7695b;
	margin-left: 17px;
}
.e-mail:hover{
	color: #281f2b;
}

.form_title{
	margin-top: 43px;
	margin-bottom: 65px;
}

/*   To Top Button  */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    width: 51px;
    height: 51px;
    border: none;
    z-index: 20;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop i{
	color: #469fb3;
    font-size: 42px;
    line-height: 42px;
    width: 42px;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}
#toTop i:hover {
    outline: none;
    font-size: 44px;
    top: -1px;
    left: -1px;
}


/* Text Page
=============================================*/

.text-blocks{
	padding-bottom: 50px;
}
.text-blocks h3{	
	margin-top: 45px;
	margin-bottom: 63px;
	letter-spacing: -1px;
}
.text-blocks .text-blocks_title{
	color: #281f2b;
	margin-bottom: 0;
}
.text-blocks p{
	margin-bottom: 23px;
}
.text-blocks a{
	color: #e7695b;
}
.text-blocks a:hover{
	color: #281f2b;
}

/* Footer
========================================================*/

footer{
	background: url('../images/footer_bg.jpg') repeat;
	padding-bottom: 108px;
	text-align: center;
}
footer .footerWrapper{
	background: url('../images/big_strip.jpg') repeat-x;
}

footer h1, footer h1:before{
	color: #dacfb1;
}

.social{
	display: inline-block;
	margin-top: 76px;
}
.social a+a{
	margin-left: 2px;
}
.social i{
	font-size: 14px;
	line-height: 25px;
	color: #dacfb1;
	height: 40px;
	width: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 2px solid #dacfb1;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	padding-top: 7px;
	background-color: transparent;
	-webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
}
.social i:hover{
	color: #ea6c5e;
	background-color: #dacfb1;
}

.footer_logo{
	text-align: center;
}
.footer_logo img{
	display: inline-block;
}
.pr_policy{
	display: block;
	text-align: center;
	font: 10px/23px 'Tinos', serif;
	color: #dacfb1;
	opacity: 0.9999;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding-top: 49px;
}
.pr_policy a:hover{
	color: #281f2b;
}


/* Map on Home
========================================================*/

.map-on-home iframe{
	width: 100%;
	height: 420px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  	
}

@media (max-width: 1199px) and (min-width: 768px){
	.content_circle{
		margin-bottom: 20px;
	}
	.content_circle:hover .hoverBorder{
		border-width: 10px;
	}
}

@media only screen and (max-width: 979px) {
	.map{
		margin-bottom: 20px;
	}
	.contact_a-side{
		overflow: inherit;
	}
	h3{
		font-size: 50px;
		line-height: 50px;
	}
	h4{
		font-size: 18px;
		line-height: 18px;	
	}
	.contact_text{
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px){
	h1 img, .footer_logo img{
		width: 100%
	}
	h3, .info h3{
		font-size: 40px;
		line-height: 40px;
	}
	h4, .info h4{
		font-size: 15px;
		line-height: 15px;	
	}
	.sf-menu{
		display: none;
	}
	.select-menu{
		width: 100%;
		font-size: 22px;
	}
	.last{
		margin-bottom: 0;
	}
	.map{
		width: 100%;
	}
	.info .info_main-title{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.info h3{
		margin-bottom: 0;
	}
	.info .info_title__before-img{
		margin-bottom: 30px;
	}
	.info h4 {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.gallery h3{
		margin-bottom: 20px;
	}
	.gallery h4{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.gallery .gallery_main-title__size, .gallery .gallery_main-title__size-1{
		margin-bottom: 20px;
	}
	.post{
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 480px) {
	h3{
		font-size: 30px;
		line-height: 30px;
	}
	h4{
		font-size: 15px;
		line-height: 15px;	
	}
}

@media only screen and (max-width: 320px) {
	
}
/*Core variables and mixins*/
