/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";




/*buttons*/



/*lists*/


/*auxiliary*/




/************Header************/



/*camera*/

.camera_caption {background: #c12724;font-family: 'Roboto', sans-serif; font-weight: 500; color: #ffffff; text-transform: uppercase; font-size: 21px; line-height: 21px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-ms-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.camera_wrap img {-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
-ms-border-radius: 0 0 7px 7px;
-o-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;}

.slider-1 .camera_caption > div { padding: 31px 35px 27px; }
.camera_wrap {height: 462px; position: relative; z-index: 10000;}
.slider-1 .camera_prev,
.slider-1 .camera_next {bottom: 11px; top: auto;}
.slider-1 .camera_prev span,
.slider-1 .camera_next span { background: none; width: 12px; height: 22px;}
.slider-1 .camera_prev {right: 20px; left: auto;}
.slider-1 .camera_next {right: 3px; left: auto;}
.camera_next > span,
.camera_prev > span { background: none;}
.camera_prev > span:after,
.camera_next > span:after { 
	font-size: 36px; 
	color: #f19d8d; 
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}
.camera_prev > span:after {
	content: "\f104";
}
.camera_next > span:after {
	content: "\f105";
}
.slider-1 .camera_prev > span:hover:after,
.slider-1 .camera_next > span:hover:after {color: #e85c41;}

.camera_wrap { margin-top: 0px; position: relative;}
.camera_wrap:after {
        content:"";
        position:absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -20px;
        height: 44px;
        width: 100%;
    	background: url(../images/bg-3.png) center bottom no-repeat;
    	background-size: 100% auto;
}


/************Content***********/




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


