/*========================================================
                    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:600);
@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;
}

body, p a{
	background-color: #fff;
	color: #666666;
	font: 14px/23px 'Arial', Helvetica, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, a, span, i, .btn {
	font-family: 'Open Sans', sans-serif;
	color: #363f45;
}

h2{
	text-transform: uppercase;
	font-size: 100px;
	line-height: 100px;
	font-weight: 300;
}
h3{
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}
h4{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;	
}

.color__1 {
	color: #F00;
}

a.color__1:hover, .color__1 a:hover, .content_row a:hover .color__1 {
	color: #363f45;
}

a:hover{
	color: #3498db;
}

.content_row{
	padding: 104px 0px 103px;
}
.row__indent-1{
	padding-bottom: 108px;
}
.row__indent-2{
	padding-top: 98px;
}
.content_row__indent{
	padding: 100px 0px 110px;
}
.bg__1{
	background-color: #EFEFEF;
}

/*Separators*/
.separator-1{
	height: 15px;
}

/*========================================================
                    3. Main layout styles
=========================================================*/

/* Header
========================================================*/

header > .container{
	border-bottom: 1px solid #f4f5f6;
	padding-top: 50px;
	padding-bottom: 52px;
}

/* Content
========================================================*/

/* Slider
=============================================*/

#camera_wrap .btn{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 122px;
	height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 17px 0px;
	margin-top: 62px;
	background-color: #3498db;
}
#camera_wrap .btn:hover{
	color: #363f45;
}
#camera_wrap .sub-slogan{
	font-size: 50px;
	line-height: 50px;
	text-transform: none;
}

/* Icons
=============================================*/

.icon__1{
	font-size: 36px;
	line-height: 44px;
	float: left;
	min-width: 71px;
	margin-bottom: 24px;
}
.icon__2{
	font-size: 50px;
	line-height: 53px
}
.icon__3{
	font-size: 70px;
	line-height: 84px;
	min-width: 100px;
	float: left;
}
.content_row .icon__3-1{
	font-size: 70px;
	padding-top: 7px;
	float: left;
	margin-right: 25px;
	width: auto;
}
.icon__4{
	font-size: 14px;
	line-height: 23px;
}

/* Main Content
=============================================*/

.content_row h3{
	margin-bottom: 39px;
}
.content_row h4{
	margin-bottom: 10px;
}
.content_row img{
	width: 100%;
}

.content_row__1 .icon__2{
	margin-bottom: 31px;
}
.content_row__1 h3{
	margin-bottom: 8px;
	font-size: 30px;
	line-height: 30px;
}
.content_row__1 p{
	line-height: 23px;
}
.content_row__1 h4{
	margin-bottom: 21px;
}
.content_row__1 .btn__1{
	background-color: #363f45;
	margin-top: 28px;
}
.content_row__1 .btn__1:hover{
	color: #3498db;
}
.text-1{
	font: 12px/30px 'Arial', sans-serif, #bbbaba;
	text-transform: uppercase;
	margin-top: 35px;
}

.thumbs{
	position: relative;
}
.lbHover{
	background-color: rgba(0, 0, 0, 0);
     -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s;
     transition: all 0.2s ease-out 0s;
 }
 .lbHover:after{
	content: '';
	position: absolute;
	top: 43%;
	left: 43%;
	background: url(../images/magnify.png);
	height: 46px;
	width: 46px;
	display: none;
 }
.thumbs:hover .lbHover{
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	height: 100%;
}
.thumbs:hover .lbHover:after{
	display: block;
}

/* Buttons
=============================================*/

.btn{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 122px;
	height: 50px;
	margin-top: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 14px 0px;
	background-color: #3498db;
}
.btn:hover{
	color: #363f45;
}
.btn__2{
	margin-top: 27px;
}

/*JEFF BUTTON css only show/hide

 */

body {
    width: 90%;
    margin: 3em auto;
    font-size: 75%;
    line-height: 1.3rem;
    font-family: sans-serif;
    position: relative;
    *zoom: 1;
}

body:before, body:after {
    content: "";
    display: table;
}

body:after { clear: both }

p { margin-bottom: 1.3rem }

article {
    margin-bottom: 3rem;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }


article section:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more"] {
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .65rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}

/*BUTTONS PART TWO*/

.body1 {
    position: relative;
    *zoom: 1;
}

.body1:before, .body1:after {
    content: "";
    display: table;
}

.body1:after { clear: both }


.article1 {
    margin-bottom: 3rem;
    position: relative;
    *zoom: 1;
}

.article1:before, .article1:after {
    content: "";
    display: table;
}

.article1:after { clear: both }


.article1 section:last-of-type {
    display: none;
    visibility: hidden;
}

.input1[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more1"] {
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .65rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more1"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more1"] span:last-of-type {
    display: none;
    visibility: hidden;
}

.input1[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

.input1[type=checkbox]:checked ~ figure { width: 100% }

.input1[type=checkbox]:checked ~ [for="read_more1"] span:first-of-type {
    display: none;
    visibility: hidden;
}

.input1[type=checkbox]:checked ~ [for="read_more1"] span:last-of-type {
    display: block;
    visibility: visible;
}

/* Block
=============================================*/

.block_title__1{
	overflow: hidden;
	margin-top: 3px;
}
.block_title__1 h4{
	margin-top: -1.5px;
}
.content_row .block_title__2{
	margin-bottom: 46px;
}
.col_block__1{
	margin-bottom: 38px;
}
.col_block__indent-2{	
	padding: 42px 30px 52px 40px;
}
.col_block__indent-3{
	margin-bottom: 44px;
}
.col_block__indent-4{
	margin-bottom: 30px;
}

/* Square Indificators
=============================================*/
.ident-1{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: inline-block;
	height: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 14px 20.5px;
	background-color: #F00;
	float: left;
}

/* Content Images
=============================================*/
.content_row .col_img-1{
	float: left;
	margin-right: 29px;
	margin-top: 6px;
	margin-left: 3px;
	width: inherit;
}
.col_img-2{
	margin-top: 6px;
	margin-bottom: 22px;
	width: 100%;
}

.img.resize{
    width: 100%; /* you can use % */
    height: auto;
}
/* Client-banners
=============================================*/

.clients-banners ul{
	margin-left: -30px;
}
.clients-banners ul li{
	float: left;
	margin-bottom: 30px;
	opacity: 0.8;
}
.clients-banners ul li:hover{
	opacity: 1;
}

/* Quotes
=============================================*/
blockquote{
	position: relative;
	padding: 24px 30px 26px;
	margin-top: 6px;
	margin-bottom: 45px;
}
blockquote:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 21px solid #efefef;
	border-right: 21px solid transparent;
	bottom: -21px;
	left: 30px;
	position: absolute;
}


/* Equal-Box
=============================================*/
.box{
	background-color: #EFEFEF;
}

/* Blog
=============================================*/
.post_image{
	margin-bottom: 22px;
}
.content_row .post_title{
	margin-bottom: 9px;
}
.post_info, .post_info a{
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 23px;
}
.post_text{
	margin-bottom: 44px;
}
.post_text__last{
	margin-bottom: 0px;
}

/* A-Side
=============================================*/
.content_row .a-side_title{
	margin-bottom: 36px;
}
.a-side_content{
	margin-bottom: 106px;
}
.a-side_content li a, .a-side_content__last li a{
	color: #666666;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 34px;
	margin-bottom: -5px;
}
.a-side_content li a:hover, .a-side_content__last li a:hover{
	color: #3498db;
}

/* Search
=============================================*/
#search input[type="text"]{
	height: 55px;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #666666;
	width: 100%;
	border: none;
	font-size: 14px;
	outline: medium none;
    -webkit-appearance: medium none;
    padding: 0 8px 0;
}
#search{
	position: relative;
	padding-right: 59px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 55px;
	width: 100%;
	margin-bottom: 102px;
}
#search a{
	position: absolute;
	right: 0px;
	font-size: 36px;
	top: 15px;
	text-align: center;
	width: 59px;
	height: 55px;
}

/* Video
=============================================*/
.videoWrapper {
 position: relative;
 padding-top: 25px;
 height: 0;
}
.videoWrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: auto;
}

.vimeo {
	width: 670px;
	float: right;
	margin-left: 30px;
}

.vimeo iframe {
	border: none;
	width: 100%;
	height: 440px;
}

audio:-webkit-full-page-media, video:-webkit-full-page-media {
max-height: 100%;
max-width: 100%;
}

element.style {
}

video:-webkit-full-page-media {
margin: auto;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}

video {
object-fit: contain;
}

/* Map
=============================================*/
.map {
	width: 770px;
	float: left;
	margin-left: 0;
	margin-right: 30px;
}

.map iframe {
	border: none;
	width: 100%;
	height: 530px;
}

/* Contact
=============================================*/
.phone{
	display: inline-block;
	min-width: 75px;
	color: #666666;
	font: 14px/23px 'Arial', Helvetica, sans-serif;
}

/* To Top Button*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 600px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 5px;
    z-index: 20;
    background-color: #3498db;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    text-align: center;
}
#toTop i{
    color: #fff;
    font-size: 30px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#toTop:hover i{
    outline: none;
    color: #3b3b46;
}

/* Privacy Policy
=============================================*/

.text_blocks{
	padding: 104px 0px 80px;
}
.text_blocks a{
	font: 14px/23px 'Arial', Helvetica, sans-serif;
}
.text_blocks p{
	margin-bottom: 23px;
}
.text_blocks h3{
	margin-bottom: 0;
}
.text_blocks h4{
	margin-top: 41px; 
}

/* Footer
========================================================*/

footer{
	padding: 109px 0 106px 0;
	border-top: 1px solid #f4f5f6;
}
footer h4{
	margin-bottom: 31px;
	font-size: 20px;
	line-height: 16px;
}
footer a, footer span{
	color: #666666;
	font-family: inherit;
	font-weight: 300;
}
.nav_footer li{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 7px;
}
.social li{
	margin-bottom: 7px;
}
.social a{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
}
.nav_footer .current a{
	color: #F00;
}
.social i{
	font-size: 22px;
	line-height: 23px;
	margin-right: 11px;
}

.social .current a{
	color: #F00;
}

.contacts-in-footer i{
	font-size: 22px;
	line-height: 23px;
	margin-right: 15px;
}
.contacts-in-footer span{
	font-family: 'Arial', Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 7px;
}

.contacts-in-footer .current {
	color: #f00;
}

.pr_policy{
	font-family: 'Open Sans', sans-serif;
	margin-top: 93px;
	font-size: 15px;
	line-height: 24px;
}
.pr_policy span{
	text-transform: uppercase;
	font-weight: 600;
}
#copyright-year{
	font-weight: 300;
}

#copyright_power{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F00;
	text-transform:none;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  	.sf-menu > li{
		margin-left: 20px;
	}
	h2{
		font-size: 75px;
		line-height: 75px;
	}
	h3{
		text-transform: uppercase;
		font-size: 25px;
		line-height: 25px;
		font-weight: 300;
	}
	.icon__3{
		font-size: 50px;
		line-height: 65px;
		min-width: 70px;
	}
	.content_row .icon__3-1{
		height: 50px;
		width: auto;
	}
	#camera_wrap .sub-slogan{
		font-size: 30px;
		line-height: 30px;
	}
	#camera_wrap .btn{
		font-size: 10px;
		line-height: 10px;
		width: 90px;
		height: 40px;
		padding: 14px 0px;
		margin-top: 32px;
	}
	.col_block__indent-4{
		margin-bottom: 20px;
	}
	.contacts-in-footer i{
		margin-right: 2px;
	}
	.contacts-in-footer span{
		font-size: 12px;
	}
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 979px) {
	.vimeo {
			float: none;
			width: auto;
			margin-left: 0;
			margin-bottom: 30px;
		}
	.map {
		float: none;
		width: auto;
		margin-bottom: 30px;
		margin-right: 0;
		}
	h3{
		text-transform: uppercase;
		font-size: 30px;
		line-height: 30px;
		font-weight: 300;
	}
	h4{
		text-transform: uppercase;
		font-size: 16px;
		line-height: 20px;
		font-weight: 300;	
	}
	.block_title__3{
		font-size: 25px;
	}
	.contacts-in-footer i{
		margin-right: 2px;
		font-size: 20px;
	}
	.contacts-in-footer span{
		font-size: 11px;
	}
}
@media only screen and (max-width: 767px) {
	.sf-menu{
		display: none;
		float: none;
		width: 100%;
		padding: 5px;
		margin-top: 30px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	h2{
		font-size: 35px;
		line-height: 35px;
	}
	#camera_wrap .sub-slogan{
		font-size: 14px;
		line-height: 14px;
	}
	#camera_wrap .btn{
		margin-top: 14px;
	}
	.content_row{
	padding: 0px 0px;
	}.content_row__1{
		padding: 45px 0px;
	}
	.content_row__1 .icon__2{
		margin-top: 28px;
		margin-bottom: 28px;
	}
	.btn{
		margin-bottom: 30px;
		margin-top: 10px
	}
	footer h4{
		margin-top: 35px;
	}
	.col_block__1-1{
		margin-bottom: 37px;
	}
	.col_block__indent-4{
		margin-bottom: 30px;
	}
	.col_block__indent-4-1{
		margin-bottom: 30px;
	}
	.col_img-2 {
		margin-top: 30px;
		margin-bottom: 10px;
		width: 100%;
	}
	.content_row h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.icon__3, .content_row .icon__3-1{
		margin-top: 20px;
		float: none;
	}
	.content_row .a-side_title {
		margin-bottom: 10px;
	}
	.a-side_content {
		margin-bottom: 45px;
	}
	.icon__1{
		min-width: 50px;
	}
	.col_block__2 {
		padding: 25px 30px 20px 40px;
	}
	blockquote{
		margin-top: 20px;
	}
	.block_title__1 h4{
		margin-top: 0;
	}
	.block_title__3{
		font-size: 30px;
	}
	.contacts-in-footer i{
		margin-right: 10px;
		font-size: 22px;
	}
	.contacts-in-footer span{
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	h2,  #camera_wrap .btn, #camera_wrap .sub-slogan{
		display: none;
	}
	.content_row{
		padding: 20px 0px;
	}
}

@media only screen and (max-width: 320px) {
	.content_row{
		padding: 10px 0px;
	}
}
/*Core variables and mixins*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
	top: -0.00em;
}
sub {
bottom: -0.25em;
}
