
/*========================================================
                    1. Import
=========================================================*/

@import "grid.css";
@import "sf-menu.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);

/*========================================================
                    2. Global
=========================================================*/

a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
:focus{
	outline: medium none;
}

body{
	background: #35346E;
	color: #353f52;
	font: 14px/24px 'Open Sans';
	font-weight: 300;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover{
	text-decoration: none;
	color: #ff6d00;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

h1{
	display: inline-block;
}
h2{
	color: #fff;
	font: 24px/24px 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
}
h3{
	font: 24px/24px 'Open Sans';
	color: #353f52;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 26px;
}
h4{
	font: 18px/18px 'Open Sans';
	color: #fff;
	font-weight: 700;
}
h5{
	font: 14px/14px 'Open Sans';
	color: #383838;
	font-weight: 700;
	text-transform: uppercase;
}
img{
	width: 100%;
	height: auto;
}
.last{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


/*========================================================
                    3. Main layout styles
=========================================================*/



/* Header
========================================================*/

header{
	position: relative;
	padding-top: 19px;
	/*padding-bottom: 27px;*/
	background: #35346E;
}
header img{
	width: inherit;
	height: inherit;
}


/* Content
========================================================*/

.content{
	background: #fff;
	padding: 24px 0 24px
}
.img__indent{
	margin-bottom: 21px;
}
.title{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	padding: 18px 20px 21px;
}
.h3-indent{
	margin-top: 45px;
}

/* Buttons
=============================================*/
a.btn:hover{
	text-decoration: none;
}
.btn_wrapper{
	text-align: left;
}
.btn{
	display: inline-block;
	margin-top: 24px;
}
.btn_slide_wrapper{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: #4e5a74;
}
.btn_main{
	display: inline-block;
	width: 134px;
	font: 18px/18px 'Open Sans';
	color: #fff;
	font-weight: 700;
	padding: 14px 0 14px;
	text-align: center;
}

.btn_slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;

	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;

	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(250,207,141,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(250,207,141,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(250,207,141,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(250,207,141,1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(250,207,141,1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(250,207,141,1) 50%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30facf8d', endColorstr='#99facf8d',GradientType=0 ); /* IE6-9 */
}
.btn:hover .btn_slide{
	top: 70%;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

#contact-form .btn_wrapper{
	display: inline-block;
	float: left;
}
#contact-form .btn_main{
	width: 85px;
}

/* Camera Slider
=============================================*/
.camera-caption_block{
	display: inline-block;
	position: absolute;
	bottom: 9%;
}
.camera-caption_date{
	width: 96px;
	background: #fff;
	text-align: center;
	color: #35346E;
	text-transform: uppercase;
	display: inline-block;
	padding: 11px 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.camera-caption_date_day{
	font: 48px/48px 'Open Sans';
	font-weight: 700;
}
.camera-caption_date_month{
	font: 24px/24px 'Open Sans';
	font-weight: 700;
}

.camera-caption_text{
	display: inline-block;
	margin-left: -3px;
	padding-top: 21px;
	padding-left: 17px;
	width: 471px;
	min-height: 99px;
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.camera-caption_text p{
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}

/* Dated Block
=============================================*/
.dated-block{
	position: relative;
	margin-bottom: 18px;
}
.dated-block a:hover{
	color: #35346E;
}
.dated-block_date{
	position: relative;
	z-index: 9;
	width: 96px;
	background: #fff;
	text-align: center;
	color: #35346E;
	text-transform: uppercase;
	padding: 10px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
}
.dated-block_date_day{
	font: 48px/48px 'Open Sans';
	font-weight: 700;
}
.dated-block_date_month{
	font: 24px/24px 'Open Sans';
	font-weight: 700;
}

.dated-block_text{
	position: absolute;
	top: 0;
	left: 0;
	/*padding-top: 21px;*/
	padding-left: 113px;
	width: 100%;
	min-height: 99px;
	background: #515b70;
	border: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dated-block_text p{
	padding-top: 21px;
	font: 18px/24px 'Open Sans';
	color: #fff;
	font-weight: 700;
}

/* Big Info
=============================================*/
.big-info{
	width: 100%;
	background: #facf8d;
	color: #fff;
	margin-top: 44px;
	margin-bottom: 50px;
	padding: 21px 22px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.big-info i{
	font-size: 60px;
	float: left;
	margin-right: 27px;
}
.big-info .big-info_title{
	font: 36px/36px 'Open Sans';
	font-weight: 700;
	padding-bottom: 6px;
}

/* Block Info
=============================================*/
.blocks-info li{
	margin-bottom: 22px;
}
.blocks-info__indent li{
	margin-bottom: 32px;
}
.blocks-info .title{
	background: #35346E;
	margin-bottom: 12px;
}

.blocks-info .thumbs_img > div{
	position: relative;
}
.blocks-info .lbHover i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -23px;
	font-size: 50px;
	color: #353f52;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
     opacity: 0;
}
.blocks-info .thumbs_img > div:hover .lbHover i{
	opacity: 0.9;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}

/* List
=============================================*/
.list{
	margin-top: -9px;
}
.list li a{
	position: relative;
	padding-left: 20px;
}
.list li a:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	content: '';
	width: 5px;
	height: 10px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.list li a:hover:before{
	left: 5px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.list_border{
	width: 100%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 11px;
	margin-bottom: 12px;
}
.list_border div{
	border-top: 1px dotted #bdbdbd;	
}

/* Info
=============================================*/
.info_block{
	padding-bottom: 17px;
	border-bottom: 1px dotted #bdbdbd;
	margin-bottom: 26px;
}
.info_block.last{
	border: none;
}
.info .title{
	background: #32d2b6;
	margin-bottom: 12px;
}

/* Carausel
=============================================*/
.carausel-wrapper{
	background: #515b70;
	margin-top: 94px;
}
.carausel-wrapper .thumbs_img > div{
	position: relative;
}
.carausel-wrapper .lbHover i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -23px;
	font-size: 50px;
	color: #353f52;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
     opacity: 0;
}
.carausel-wrapper .thumbs_img > div:hover .lbHover i{
	opacity: 0.9;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}

/* Blog
=============================================*/
.blog{
	padding-bottom: 50px;
}
.post{
	padding-bottom: 24px;
	margin-bottom: 26px;
	border-bottom: 1px dotted #bdbdbd;
}
.post .dated-block{
	margin-bottom: 21px;
}
.post .dated-block_text{
	padding-top: 22px;
}
t: 32px;
	width: 100%;
	font: 14px/14px 'Open Sans';
	color:  #353f52;
	font-weight: 300;
	letter-spacin
.post .dated-block_text .post_author{
	padding-right: 30px;
}
.post img{
	margin-bottom: 15px;
}

/* Search
=============================================*/

.a-side_search h3{
	margin-bottom: 10px;
}

#search input[type="text"]{
	background: transparent;
	border: none;
	padding-top: 5px;
	width: 100%;
}

#search label{
	display: block;
	background: #fff;
	height: 32px;
	width: 100%;
	font: 14px/14px 'Open Sans';
	color:  #353f52;
	font-weight: 300;
	letter-spacing: 0px;
	border: 1px solid #bdbdbd;
	outline: medium none;
    -webkit-appearance: medium none;
    padding: 0 45px 0 13px;    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search{
	position: relative;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	width: 100%;
	margin-bottom: 72px;
}
#search a{
	position: absolute;
	top: 6px;
	right: 12px;
	width: 22px;
	height: 18px;
	background: url(../images/search-icon.png) no-repeat;
}
#search a:hover{
	cursor: pointer;
	background: url(../images/search-icon__hover.png) no-repeat;
}

.search-results_title{
	margin-top: 50px;
}

/* Horizontal Info
=============================================*/
.hor-info{
	margin-bottom: 40px;
}
.hor-info img{
	display: block;
	float: left;
	max-width: 110px;
	margin-right: 28px;
}
.hor-info_text{
	overflow: hidden;
}
.hor-info_text h4{
	display: inline-block;
	color: #35346E;
	margin-top: -2px;
	margin-bottom: 18px;
}

/* More text
=============================================*/
.more-text h4{
	color: #35346E;
	margin-top: 25px;
	margin-bottom: 15px;
}
.more-text a{
	margin-top: 37px;
	text-decoration: underline;
	display: inline-block;
}

/* Map
=============================================*/
.map {
	width: 100%;
}

.map iframe {
	border: none;
	width: 100%;
	height: 424px;
}

/* Contact
=============================================*/
.contact_details{
	margin-bottom: 25px;
}
.contact_details p span{
	display: inline-block;
	min-width: 98px;
}
.contact_details .mail a{
	text-decoration: underline;
}
.contact_details .mail a:hover{
	color: #35346E;
}


/* To Top Button*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 600px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    z-index: 20;
    background-color: #facf8d;
    border-radius: 10px;

}
#toTop i{
    color: #fff;
    font-size: 34px;
    padding-top: 5px;
    padding-left: 12px;
}
#toTop:hover i{
    padding-top: 0px;
    margin-top: 5px;
    -webkit-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -moz-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -ms-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -o-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
}

/* Footer
========================================================*/

footer{
	padding: 29px 0 23px;
}

.pr-policy{
	color: #fff;
	line-height: 14px;
}
.pr-policy_sep{
	padding: 0 6px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) and (min-width: 767px) {
	.dated-block_text p{
		padding-top: 8px;
		font: 14px/18px 'Open Sans';
		color: #fff;
		font-weight: 700;
	}
}
@media only screen and (max-width: 1199px) {
	.list li a{
		display: inline-block;
	}	
	.camera-caption_block{
		bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.camera-caption_block{
		bottom: 1%;
	}
	.camera-caption_date_day{
		font: 30px/30px 'Open Sans';
	}
	.camera-caption_date_month{
		font: 14px/14px 'Open Sans';
	}
	.camera-caption_text{
		width: 200px;
		min-height: 58px;
		padding-top: 17px;
	}
	.camera-caption_text p{
		display: none;
	}
	.camera-caption_text h2{
		font-size: 12px;
		line-height: 12px;
	}
	.info_text__indent{
		margin-bottom: 20px;
	}
	.post .dated-block_text{
		padding-top: 15px;
	}
	.post .dated-block_text p{
		padding-top: 2px;
		font: 14px/18px 'Open Sans';
		color: #fff;
		font-weight: 700;
	}
}

@media only screen and (max-width: 480px) {
	header img{
		width: 100%;
		height: auto;
	}
	.post .dated-block_text{
		padding-top: 0;
	}
	.camera-caption_block{
		display: none;
	}
	.dated-block_text p{
		padding-top: 0;
	}
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}


/*Core variables and mixins*/
