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

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

@import url(../fonts//css?family=Open+Sans:300);
@import url(../fonts//css?family=Open+Sans:400);
@import url(../fonts//css?family=Open+Sans:600);

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

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

body{
	background-color: #000000
	color: #bebebe;
	font: 14px/20px 'Arial';
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #e74c3c;
}

h1{
	display: inline-block;
}
h2{
	color: #fff;
	font: 50px/50px 'Open Sans';
	text-transform: uppercase;
}
h2 span{
	font-weight: 700;
}
h3{
	font: 40px/40px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
	font-weight: 300;
}
h4{
	font: 20px/20px 'Open Sans';
	color: #263248;
	text-transform: uppercase;
	font-weight: 300;
}
h5{
	font: 14px/14px 'Arial';
	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;
	background: #fff;
}
header img{
	width: inherit;
	height: inherit;
}
.logo-wrapper{
	text-align: center;
	padding: 69px 0 74px;
}


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

.bg-1{
	background: #fff;
}
.bg-2{
	background: #f5f5f5;
}
.content_row{
	padding: 67px 0 92px;
}

/* Buttons
=============================================*/
a.btn:hover{
	text-decoration: none;
}
.btn_wrapper{
	text-align: center;
}
.btn{
	display: inline-block;
	margin-top: 20px;
}
.btn_slide_wrapper{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: #e74c3c;
}
.btn_main{
	display: inline-block;
	width: 120px;
	font: 15px/15px 'Open Sans';
	color: #fff;
	text-transform: uppercase;
	padding: 18px 0 17px;
	text-align: center;
}

.btn_slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: #263248;
	-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;
}
.btn_slide div{
	display: inline-block;
	width: 120px;
	font: 15px/15px 'Open Sans';
	color: #fff;
	text-transform: uppercase;
	padding: 18px 0 17px;
	text-align: center;
}
.btn:hover .btn_slide{
	top: 0;
	-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;
}
.btn:hover .btn_main{
	margin: 40px 0 -40px;
	-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;
}

/* Slider
=============================================*/
#camera_wrap .btn{
	margin-top: 48px;
}
#camera_wrap .caption .btn_slide_wrapper{
	line-height: 1;
}

/* Info
=============================================*/
.info h3{
	margin-bottom: 47px;
}
.info .info_img{
	width: inherit;
	height: inherit;
	max-width: 300px;
	float: left;
	margin-right: 18px;
	margin-top: 3px;
}
.info .info_img-wrapper{
	padding: 13px;
	float: left;
	margin-top: 3px;
	margin-right: 18px;
	margin-bottom: -5px;
	display: inline-block;
}
.info .info_img-wrapper img{
	width: inherit;
	height: inherit;
}
.info_text .title__style{
	font: 20px/20px 'Open sans';
	color: #e74c3c;
	font-weight: 300;
}
.info_text .title__style a:hover{
	color: #31353d;
}
.info_text .title__style span{
	font-size: 15px;
	line-height: 33px;
	color: #31353d;
}
.info_text p{
	font: 14px/21px 'Arial';
	color: #bbbaba;
	margin-top: 16px;
}
.info_text .info_text_p__indent{
	margin-top: 25px;
}

/* Info Big
=============================================*/

.info-big{
	padding: 134px 0 93px;
}
.info-big h3{
	font-size: 30px;
	line-height: 30px;
	color: #263248;
	font-weight: 400;
	text-align: right;
	padding-right: 18px;
}
.info-big h3 span{
	font: 70px/60px 'Open Sans';
	color: #e74c3c;
	font-weight: 300;
	display: block;
	margin-right: -2px;
	margin-bottom: -20px;
}
.info-big_text{
	margin-bottom: -12px;
}
.info-big h4{
	margin-top: 4px;
}
.info-big p{
	font: 14px/23px 'Arial';
	color: #c3c3c3;
	margin-top: 12px;
}
.info-big .btn,
.info-big .btn_slide_wrapper{
	width: 100%;
}
.info-big .btn{
	margin-top: 0;
}
.info-big .btn_main, 
.info-big .btn_slide div{
	width: 100%;
	font: 23px/23px 'Open Sans';
	padding: 40px 0;
}

/* Info Blocks
=============================================*/

.info-blocks{
	padding: 67px 0 52px;
}
.info-blocks ul li{
	float: left;
	margin-bottom: 20px;
}
.info-blocks h3{
	margin-bottom: 49px;
	margin-left: -4px;
}
.info-blocks_dated{
	position: relative;
}
.info-blocks_dated time{
	width: 57px;
	height: 74px;
	background: #e74c3c;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-blocks_dated time span{
	display: block;
	font: 30px 'Open Sans';
	font-weight: 300;
	color: #fff;
	letter-spacing: -1px;
	padding: 5px 0 0;
}
.info-blocks_dated time span span{
	font: 15px/3px 'Open Sans';
	color: #b73e3e;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-bottom: 1px;
	margin-left: 3px;
	display: block;
}
.info-blocks .box{
	position: relative;
}
.info-blocks_text{
	padding: 34px 20px 42px 35px;
}
.info-blocks_text h4{
	margin-bottom: 14px;
}
.info-blocks_text p{
	font-size: 14px;
	line-height: 20px;
}
.info-blocks_text a{
	width: 0;
    height: 0;
    border-bottom: 53px solid #31353d; 
    border-left: 53px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.info-blocks_text a:hover{
	border-bottom: 53px solid #e74c3c;
}
.info-blocks_text a:before{
	content: '+';
	position: absolute;
	top: 26px;
	left: -22px;
	width: 10px;
	height: 10px;
    color: #fff;
	font: 18px/20px 'Open Sans';
}

.info-blocks .thumbs_img > div{
	position: relative;
}
.info-blocks .lbHover i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -23px;
	font-size: 50px;
	color: #e74c3c;
	 -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;
}
.info-blocks .thumbs_img > div:hover .lbHover i{
	opacity: 0.7;
	 -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;
}

/* Info Dated
=============================================*/
.info-dated h3{
	margin-bottom: 47px;
}
.info-dated time{
	position: relative;
	float: left;
	width: 70px;
	height: 92px;
	background: #e74c3c;
	margin-right: 28px;
	margin-top: 3px;
	padding-top: 8px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-dated_block{
	margin-bottom: 30px;
}
.info-dated time span{
	font: 40px 'Open Sans';
	font-weight: 300;
	color: #fff;
	letter-spacing: -2px;
	padding: 5px 0;
}
.info-dated time span span{
	font: 15px/15px 'Open Sans';
	color: #2f3837;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-left: 9px;
}
.info-dated time:after{
	left: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(231, 76, 60, 0);
	border-left-color: #e74c3c;
	border-width: 7px;
	border-left-width: 13px;
	margin-top: -13px;
}
.info-dated .info-dated_text{
	overflow: hidden;
}
.info-dated_text h4{
	font: 20px/20px 'Open Sans';
	color: #31353d;
	letter-spacing: -1px;
	font-weight: 300;
}
.info-dated_text h4 span{
	font-size: 15px;
	color: #e74c3c;
	font-weight: 400;
	letter-spacing: 0;
}
.info-dated_text p{
	font: 14px/24px 'Arial';
	color: #bbbaba;
	margin-top: 13px;
}

/* Info List
=============================================*/
.info-list h3{
	margin-bottom: 47px;
}
.list_block__odd{
	background: #f7f7f7;
}
.list_block__even{
	background: #edeeee;
}
.info-list_list li{
	width: 100%;
}
.info-list_list li a{
	font: 15px/15px 'Open Sans';
	font-weight: 400;
	color: #31353d;
	text-transform: uppercase;
	display: inline-block;
	margin: 22px 0 21px;
	position: relative;
	padding-left: 48px;
}
.info-list_list li a:before{
	content: '';
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #e74c3c;
	position: absolute;
	top: 1px;
	left: 20px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.info-list_list li a:hover{
	color: #e74c3c;
}
.info-list_list li a:hover:before{
	left: 10px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

/* Info in Column
=============================================*/
.info-col h3{
	margin-bottom: 47px;
}
.info-col .box{
	background: #f5f5f5;
}
.info-col_col{
	text-align: center;
}
.info-col_ident{
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #e74c3c;
	color: #fff;
	font: 30px/30px 'Open Sans';
	font-weight: 300;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 34px;
	letter-spacing: -1px;
}
.info-col_col h4{
	padding: 0 16px 14px;
}
.info-col_col p{
	padding: 0 20px 19px;
	font: 14px/20px 'Arial';
	color: #bebebe;
}
.info-col_col .btn_wrapper{
	margin-top: -14px;
	padding-bottom: 30px;
}

/* Subscribe Form
=============================================*/
.sForm{
	padding: 31px 0 33px;
}
.sForm img{
	display: inline-block;
	float: left;
	padding-top: 13px;
	margin-right: 17px;
	width: 30px;
}
.sForm h4{
	color: #344046;
	padding: 14px 0;
}
.sForm .btn,
.sForm .btn_slide_wrapper{
	width: 100%;
}
.sForm .btn{
	margin-top: 0;
}
.sForm .btn_main, 
.sForm .btn_slide div{
	width: 100%;
}

/* Quotes
=============================================*/
.quotes.content_row{
	padding-bottom: 68px;
}
.quotes h3{
	margin-bottom: 44px;
}
.quote img{
	width: 19px;
	height: 12px;
	float: left;
	margin-top: 3px;
	margin-right: 11px;
}
.quote p{
	font: 14px/20px 'Arial';
	color: #bebebe;
}
.quote h4{
	margin-top: 14px;
}

/* Blog
=============================================*/
.blog h3{
	margin-bottom: 47px;
}

.post{
	margin-bottom: 40px;
}
.post_img{
	position: relative;
	margin-top: 2px;
}
.post_img time{
	width: 57px;
	height: 74px;
	background: #e74c3c;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 5px;
	padding-left: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post_img time span{
	font: 30px 'Open Sans';
	font-weight: 300;
	color: #fff;
	letter-spacing: -1px;
	padding: 5px 0;
}
.post_img time span span{
	font: 15px/9px 'Open Sans';
	color: #b73e3e;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-bottom: 1px;
	margin-left: 3px;
	display: block;
}
.post_text .title__style{
	font: 20px/20px 'Open sans';
	color: #31353d;
	font-weight: 300;
	letter-spacing: -0.8px;
}
.post_text .title__style a:hover{
	color: #e74c3c;
}
.post_text .title__style span{
	font-size: 15px;
	line-height: 22px;
	color: #e74c3c;
	font-weight: 400;
	letter-spacing: 0;
}
.post_text .title__style span a:hover{
	color: #31353d;
}
.post_text p{
	font: 14px/21px 'Arial';
	color: #bbbaba;
	margin-top: 12px;
}
.post_text .btn_wrapper{
	text-align: left;
}
.post_text .btn{
	margin-top: 21px;
}

/* A-Side
=============================================*/
.a-side h3{
	margin-bottom: 47px;
}
.a-side ul{
	margin-bottom: 50px;
}

/* Map
=============================================*/
.map {
	width: 100%;
	margin-top: 30px;
}

.map iframe {
	border: none;
	width: 100%;
	height: 356px;
}

/* Contact
=============================================*/
.contact h3, .feedback h3{
	margin-bottom: 47px;
}
.contact_details .contact_details_second{
	margin-left: 0;
}
.contact_details p{
	font: 14px/20px 'Arial';
	color: #bebebe;
}
.contact_details p span{
	display: inline-block;
	min-width: 78px;
}
.contact_details .adrress{
	font: 20px/20px 'Open Sans';
	color: #31353d;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}
.contact_details .mail a{
	color: #e74c3c;
}
.contact_details .mail a:hover{
	color: #31353d;
}

/* Feedback
=============================================*/
.feedback .btn_wrapper{
	float: left;
}


/* More Text
=============================================*/
.more-text h3{
	margin-bottom: 46px;
}
.more-text h4{
	margin-bottom: 14px;
}
.more-text p{
	margin-bottom: 32px;
}
.more-text a{
	color: #e74c3c;
}
.more-text a:hover{
	color: #bebebe;
	text-decoration: underline;
}

/* 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: #e74c3c;
    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: 28px 0;
}

.social{
	display: inline-block;
	float: right;
}
.social li{
	float: left;
	display: inline-block;
	margin-left: 9px;
}
.social li i{
	display: block;
	background: #23262c;
	color: #fff;
	font-size: 16px;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	position: relative;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.social li i:before{
	position: absolute;
	top: 10px;
	left: 11px;
	text-decoration: none;
}
.social li .fa-facebook:before{
	top: 8px;
	left: 11px;
	font-size: 20px;
}
.social li i:hover{
	background: #e74c3c;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.pr-policy{
	float: left;
	display: inline-block;
	padding-top: 11px;
	font: 14px/14px 'Open Sans';
	font-weight: 300;
	color: #7a8f99;
}
.pr-policy .brand-name{
	color: #e74c3c;
}
.pr-policy_sep{
	color: #fff;
	padding: 0 6px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1400px){
	
}

@media only screen and (min-width: 1200px) {
	#camera_wrap .btn_main, 
	#camera_wrap .btn_slide div{
		width: 153px;
		font: 18px/18px 'Open Sans';
		padding: 26px 0 21px;
	}
}
@media only screen and (max-width: 1199px) {
  	#camera_wrap .btn{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1023px) {
	
}

@media only screen and (max-width: 979px) {
	h2{
		font: 30px/30px 'Open Sans';
	}	
	.info-big h3 span{
		font-size: 35px;
		line-height: 40px;
	}
	.info .info_img-wrapper{
		float: none;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	h2{
		font: 20px/20px 'Open Sans';
	}
	.content_row{
		padding: 35px 0 40px;
	}
	#camera_wrap .btn{
		margin-top: 5px;
	}
	#camera_wrap .btn .btn_main,
	#camera_wrap .btn .btn_slide div{
		padding: 10px 0;
	}
	.info-big{
		padding-top: 113px;
		padding-bottom: 25px;
	}
	.info-big h3{
		padding-right: 0;
		text-align: left;
	}
	.logo-wrapper{
		padding: 30px 0 25px;
	}
	.info-blocks_block{
		margin-bottom: 20px;
	}
	.info{
		padding-bottom: 30px;
	}
	.info .info_img{
		float: none;
		margin-bottom: 30px;
	}
	.info-big .btn{
		margin-top: 25px;
	}
	.info h3,
	.info-dated h3,
	.info-list h3{
		margin-bottom: 15px;
	}
	.sForm .btn{
		margin-top: 25px;
	}
	.info-col_col{
		margin-bottom: 20px;
	}
	.quote{
		margin-bottom: 30px;
	}
	.post_img{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.a-side{
		padding-top: 40px;
	}
	.feedback{
		margin-top: 30px;
	}
	.social li{
		margin-left: 0;
		margin-right: 9px;
	}
	.pr-policy{
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	h2{
		display: none;
	}
	#camera_wrap .btn_wrapper{
		display: none;
	}
	.info-big{
		padding-top: 80px;
	}
	.social{
		float: none;
	}
}

@media only screen and (max-width: 320px) {
	.info .info_img{
		width: 100%;
		height: auto;
	}
}
/*Core variables and mixins*/


#cookies {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    background-color: #dddfe3;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
}
#cookies p {
	max-width: 75%;
    font-size: 12px;
}

#cookies_close {
	cursor: pointer;
}