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

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

@import url(//fonts.googleapis.com/css?family=Dosis:400);
@import url(//fonts.googleapis.com/css?family=Dosis:500);
@import url(//fonts.googleapis.com/css?family=Dosis:700);
@import url(//fonts.googleapis.com/css?family=Yellowtail);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/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: #ebebeb;
	color: #000;
	font: 12px/20px 'Arial';
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
	color: #2ea5d6;
}

h1{
	display: inline-block;
}
h2{
	color: #fff;
	font: 60px/60px 'Dosis';
	text-transform: uppercase;
	letter-spacing: -1.5px;
}
h2 span{
	font-weight: 700;
}
h3{
	font: 26px/26px 'Dosis';
	color: #373737;
	text-transform: uppercase;
	font-weight: 500;
}
h4{
	font: 18px/20px 'Dosis';
	margin-bottom: 7px;
	color: #373737;
	text-transform: uppercase;
	font-weight: 700;
}
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
=========================================================*/

.content_wrapper{
	position: relative;
	min-height: 210px;
}
.content_background{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: #f4f4f4;
	z-index: 1;
}
.content_shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	z-index: 2;

	background: #f4f4f4;
    background: linear-gradient(to bottom, #bebebe, #f4f4f4);
}
.content{
	position: relative;
}
.content > .container{
	position: relative;
	z-index: 3;
}

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

header{
	position: relative;
	padding-top: 25px;
	padding-bottom: 23px;
	background: #fbfbfb;
    background: linear-gradient(to top, #ececec, #fbfbfb);
}
header img{
	width: inherit;
	height: inherit;
}


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

/* Buttons
=============================================*/
a.btn:hover{
	text-decoration: none;
}
.btn_wrapper{
	text-align: right;
}
.btn{
	display: inline-block;
	margin-top: 20px;
}
.btn_slide_wrapper{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: #e9e9e9;
}
.btn_main{
	display: inline-block;
	width: 70px;
	font: 10px/10px Arial;
	color: #9b9b9b;
	text-transform: uppercase;
	padding: 9px 0 8px;
	text-align: center;
}

.btn_slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: #2ea5d6;
	-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: 70px;
	font: 10px/10px Arial;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 0 8px;
	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;
}

/* Camera Slider
=============================================*/

#camera_wrap{
	margin-top: 50px;
	position: relative;
}
.camera_caption_block{
	position: absolute;
	bottom: 10.2%;
	width: 100%;
	text-align: center;
}

.slider{
	position: relative;
	display: block;
}
.slider_shadow{
	position: absolute;
	left: 50%;
	bottom: 23px;
	z-index: 0;
	width: 69.148936170212765957446808510638%;
	height: 130px;
	margin-left: -34.574468085106382978723404255319%;
	border-radius: 65px;
	background: transparent;
	-webkit-box-shadow: 0px 50px 150px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 50px 150px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 50px 150px 0px rgba(0, 0, 0, 0.75);

	opacity: 1;
	-webkit-transition: 0.1s opacity linear 3s;
	-moz-transition: 0.1s opacity linear 3s;
	-ms-transition: 0.1s opacity linear 3s;
	-o-transition: 0.1s opacity linear 3s;
	transition: 0.1s opacity linear 3s;
}

/* Blocks
=============================================*/
.blocks{
	margin-top: 50px;
	padding-bottom: 67px;
}
.blocks_block{
	position: relative;
	background: #fff;
	width: 33.333333333333333333333333333333%;
	display: inline-block;
	float: left;
	padding: 50px 30px 24px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blocks_block h3{
	margin: 32px 0 33px;
}

.blocks_block:before,
.blocks_block:after {
        content:"";
        position:absolute;
        z-index:-1;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 16px 10px rgba(0, 0, 0, 0.1);
       -moz-box-shadow:0 16px 10px rgba(0, 0, 0, 0.1);
            box-shadow:0 16px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
 
.blocks_block:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
.left-block:after, .right-block:after{
	display: none;
}
.center-block:before{
	display: none;
}
.center-block{
	background: #fff;
}

.blocks .left-block{

	padding-left: 40px;

	background: rgb(255,255,255); 
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 49%, rgba(247,247,247,1) 74%, rgba(237,237,237,1) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(74%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1))); 
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 49%,rgba(247,247,247,1) 74%,rgba(237,237,237,1) 100%); 
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 49%,rgba(247,247,247,1) 74%,rgba(237,237,237,1) 100%); 
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 49%,rgba(247,247,247,1) 74%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 49%,rgba(247,247,247,1) 74%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
}

.blocks .right-block{
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(247,247,247,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(25%,rgba(247,247,247,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(247,247,247,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(247,247,247,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(247,247,247,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(247,247,247,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.blocks_block img{
	max-width: 122px;
}

/* Info
=============================================*/
.info{
	padding-bottom: 50px;
}
.info__indent-1{
	padding-bottom: 60px;
}
.info__first{
	padding-top: 86px;
}
.info h3{
	margin-bottom: 38px;
}
.info h3.info__title-1{
	margin-bottom: 21px;
}
.info h3.info__title-2{
	margin-bottom: 17px;
}
.info_ver{
	padding-right: 30px;
}
.info img{
	margin-bottom: 24px;
}
.info p a{
	color: #2ea5d6;
}

/* Info dated
=============================================*/
.info_dated_block{
	padding-right: 25px;
	margin-bottom: 34px;
}
.info_dated time{
	font: bold 11px/11px Arial;
	color: #2ea5d6;
	text-transform: uppercase;
}
.info_dated h4{
	margin-bottom: 14px;
	font-weight: 400;
}

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

.info_list{
	text-transform: uppercase;
	color: #383838;
	margin-top: 15px;
}
.info_list li p{
	display: inline-block;
	position: relative;
	padding-left: 19px;
	font-size: 13px;
	line-height: 32px;
}
.info_list li p:before{
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 13px;
	content: '';
	background: url(../images/list-ident.jpg) no-repeat;
	-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;
}
.info_list a:hover p:before{
	left: 10px;
	-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;
}

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

.info_blocks_ident{
	margin-bottom: 27px;
}
.info_blocks_ident__style-1{
	font: bold 48px/48px Arial;
	color: #1fb0ec;
	float: left;
	min-width: 37px;
	margin-left: -4px;
}
.info_blocks_ident__style-2{
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: #1fb0ec;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.info_blocks_ident__style-2 div{
	position: absolute;
	top: 14px;
	left: 25px;
	font: 38px/38px 'Dosis';
	color: #f5f5f5;
}
.info_blocks_ident_text{
	overflow: hidden;
}
.info_blocks_ident_text h4{
	margin-bottom: 10px;
}

.info_blocks_indent li{
	margin-bottom: 31px;
}
.info_blocks_img{
	margin-top: 7px;
}
.info_blocks_link{
	margin-top: 11px;
}

/* Info Horizontal
=============================================*/
.info.info_hor{
	padding-bottom: 26px;
}
.info.info_hor h3{
	margin-bottom: 27px;
}
.info_hor_block_text h4{
	font-weight: 400;
}
.info_hor_block img{
	max-width: 220px;
	float: left;
	margin-right: 18px;
	margin-top: 7px;
}
.info_hor_block_text{
	overflow: hidden;
}

.info.info_hor__style{
	padding-bottom: 41px;
}
.info_hor__style .info_hor_block img{
	max-width: 300px;
}
.info_hor__style .info_hor_block p{
	padding: 8px 0;
}

/* Info Horizontal
=============================================*/

.gallery h3{
	margin: 86px 0 26px;
}
.gallery p{
	color: #383838;
}
.gallery .box{
	margin-bottom: 50px;
	background: #f6f6f6;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 2px -1px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 2px -1px rgba(50, 50, 50, 0.2);
}

.gallery .thumbs_img > div{
	position: relative;
}
.gallery .thumbs_img  .lbHover{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,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;
}
.gallery .thumbs_img  .lbHover:hover{
	background: rgba(0,0,0,0.79);
	-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;
}
.gallery .thumbs_img  .lbHover span{
	font-family: 'Open Sans';
	font-size: 90px;
	line-height: 60px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -25px;
	display: block;
	opacity: 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;
}
.gallery .thumbs_img div:hover .lbHover span{
	opacity: 1;
	-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;
}

.gallery_text{
	padding: 23px 20px 32px 15px;
}
.gallery_text .info_list{
	margin-top: -2px;
	margin-bottom: 7px;
}
.gallery_text .info_list p{
	font: 18px/18px 'Dosis';
	padding-left: 12px;
}
.gallery_text .info_list p:before{
	top: 3px;
}
.info_list a:hover p:before{
	left: 5px;
}

.gallery .btn_wrapper{
	text-align: left;
}
.gallery .btn_wrapper .btn{
	margin-top: 14px;
}

/* Blog
=============================================*/
.blog h3{
	margin-bottom: 28px;
}
.blog .post{
	margin-bottom: 60px;
}
.blog time{
	font-family: 'Open Sans';
	display: inline-block;
	float: left;
	width: 60px;
	height: 97px;
	background: #2bb1e9;
	color: #fff;
}
.blog .post_img{
	margin-left: 60px;
}
.blog time{
	text-align: center;
	text-transform: uppercase;
	padding: 16px 0 0;
	font-size: 30px;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog time label{
	font-size: 14px;
	line-height: 18px;
	margin-top: 11px;
	font-weight: 300;
	display: block;
}
.blog .post_text{
	margin-top: -4px;
}
.blog .post_text p{
	line-height: 20px;
	margin-bottom: 19px;
}
.blog .btn_wrapper{
	text-align: left;
}
.blog .btn_wrapper .btn{
	margin-top: 6px;
}

/* Text
=============================================*/
.text{
	padding-bottom: 50px;
}
.text h3{
	margin-bottom: 22px;
}
.text h4{
	font: 18px/18px 'Dosis';
	margin-bottom: 11px;
	color: #1fb0ec;
	text-transform: uppercase;
}
.text p{
	margin-bottom: 18px;
}
.text a{
	text-decoration: underline;
	color: #1fb0ec;
}
.text a:hover{
	color: #000;
}


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

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

/* Contact
=============================================*/
.contact, .feedback{
	margin-bottom: 46px;
}
.contact_details p{
	font: 12px/20px 'Arial';
	color: #000;
}
.contact_details .adrress{
	font: 18px/18px 'Dosis';
	color: #383838;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 11px;
}
.contact_details .mail a{
	text-decoration: underline;
	color: #1fb0ec;
}
.contact_details .mail a:hover{
	color: #000;
}


/* 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: #2ea5d6;
    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: 42px 0 60px 0;
}

.social-icons{
	display: inline-block;
}
.social-icons li{
	float: left;
	display: inline-block;
	margin-right: 8px;
}
.social-icons_icon i{
	display: block;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	position: relative;
}
.social-icons_icon i:before{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
/* ======================================== */
.social-icons_icon .fa-facebook{
	background: #5f5f5f;
	-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;
}
.social-icons_icon .fa-facebook:hover{
	background: #22589b;
	-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-icons_icon .fa-facebook:before{
	font-size: 17px;
	top: 9px;
	left: 11px;
}

.social-icons_icon .fa-google-plus{
	background: #8f8f8f;
	-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;
}
.social-icons_icon .fa-google-plus:hover{
	background: #f63e28;
	-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-icons_icon .fa-google-plus:before{
	font-size: 15px;
	top: 9px;
	left: 9px;
}

.social-icons_icon .fa-skype{
	background: #797979;
	-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;
}
.social-icons_icon .fa-skype:hover{
	background: #00b1f3;
	-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-icons_icon .fa-skype:before{
	font-size: 16px;
	top: 8px;
	left: 9px;
}

.social-icons_icon .fa-twitter{
	background: #878787;
	-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;
}
.social-icons_icon .fa-twitter:hover{
	background: #2daae1;
	-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-icons_icon .fa-twitter:before{
	font-size: 20px;
	top: 7px;
	left: 8px;
}

.social-icons_icon .fa-youtube{
	background: #969696;
	-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;
}
.social-icons_icon .fa-youtube:hover{
	background: #ff2d2f;
	-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-icons_icon .fa-youtube:before{
	font-size: 20px;
	top: 5px;
	left: 8px;
}

.social-icons_icon .fa-rss{
	background: #7f7f7f;
	-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;
}
.social-icons_icon .fa-rss:hover{
	background: #ff8700;
	-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-icons_icon .fa-rss:before{
	font-size: 17px;
	top: 9px;
	left: 10px;
}

/* ======================================== */

.pr-policy{
	color: #a8a8a8;
	float: right;
	padding-top: 11px;
	font-size: 11px;
	line-height: 11px;
}
.pr-policy_sep{
	color: #fff;
	padding: 0 6px;
}


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

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

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

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

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

@media only screen and (max-width: 979px) {
	
}
@media only screen and (max-width: 767px) {
	h2{
		color: #fff;
		font: 30px/30px 'Dosis';
		text-transform: uppercase;
	}
	.blocks_block{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.blocks_block:before,
	.blocks_block:after{
		display: none;
	}
	.block_radial-shadow{
		display: none;
	}
	.info_list{
		margin-bottom: 30px;
	}
	.info_hor_block{
		margin-bottom: 30px;
	}
	.info_hor_block img{
		float: none;
	}
	.post_img{
		margin-bottom: 20px;
	}
	#form .btn{
		margin-bottom: 30px;
	}
	.info_ver{
		margin-bottom: 30px;
	}.blocks .left-block,
	.blocks .right-block{
		background: #fff;
	}
	.pr-policy{
		float: none;
	}

}

@media only screen and (max-width: 480px) {
	.slider_shadow{
		height: 80px;
	}
}

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