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

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

@import url(//fonts.googleapis.com/css?family=Roboto:100);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=PT+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//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: #222222;
	color: #a6a6a6;
	font: 14px/20px 'Roboto';
}

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

h1{
	display: inline-block;
}
h2{
	color: #fff;
	font: 60px/60px;
	text-transform: uppercase;
}
h3{
	font-size: 52px;
	line-height: 52px;
	color: #222222;
	text-transform: uppercase;
	font-weight: 900;
}
h4{
	font-size: 22px;
	line-height: 22px;
	color: #222222;
	font-weight: 900;
	text-transform: uppercase;
}
h5{
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	font-weight: 900;
	text-transform: uppercase;
}
img{
	width: 100%;
	height: auto;
}
.last{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


/*========================================================
                    3. Main layout styles
=========================================================*/


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

header .header-wrapper{
	position: relative;
	height: 106px;
	background: url(../images/header_bg.jpg) no-repeat;
}
header .page-1_header-wrapper{
	position: absolute;
	width: 100%;
}
header .page-1_header-wrapper .header-wrapper{
	background: transparent;
}
header img{
	width: inherit;
	height: inherit;
}
.logo2{
    z-index: 20; 
    position: relative; 
    top: -75px;
    left: 100px; 
    width: 260px; 
    height: 100px;
}
header .menu{
	position: relative;
	z-index: 11;
	height: 76px;
	background: #222222;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header h1{
	background: #05a6b3;
	padding: 15px 15px 11px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .logo_wrapper__1{
	background: #2c2c2c;
	padding-right: 6px;
	display: inline-block;
}
header .logo_wrapper__2{
	background: #047c86;
	padding-right: 6px;
	display: inline-block;
}

/* Slider Menu
========================================================*/

.navheadertable {
 width: 100%;
 background-color: #05a6b3;
 border: 1px solid #05a6b3;
 font: 13px 'Roboto' bold;
 z-index: 10;
}
.navheadertable td {
 border: none;
}

.navheader {
    color: #222222;
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

.navicon-line {
	width: 24px;
	height: 4px;
    margin-left:8px;
    margin-top:4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #222222;
}

.sb-slidebar {
	background-color: #222222; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}

.sb-slidebar a {
	color: #FF3971;
	text-decoration: none;
}

.sb-slidebar a:hover {
	color: #047c86; /* Link hover colour. */
	text-decoration: underline;
}

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}

.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

/* Left */


.sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
}

.sb-menu li img {
	margin: 14px;
}

/* Right */
aside#about-me {
	padding: 14px 14px 14px 14px;
}

img.img-me {
	margin: 14px auto;
	border: 4px solid #fff;
}

/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
	color: #F0F0F0;
}

.sb-slidebar ul.sb-nav li a {
	color: #DEDEDE;
}

.sb-slidebar ul.sb-nav li a:hover {
	color: #C7C7C7;
	text-decoration: none;
}

.sb-slidebar ul.sb-nav li span:hover {
	color: #C7C7C7;
}

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

/* Buttons
=============================================*/
a.btn:hover{
	text-decoration: none;
	color: #fff;
}
.btn_wrapper{
	text-align: left;
}
.btn{
	display: inline-block;
	margin-top: 20px;
}
.btn_slide_wrapper{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: #05a6b3;
}
.btn_main{
	display: inline-block;
	width: 80px;
	font: 16px/16px 'Roboto';
	color: #fff;
	font-weight: 900;
	padding: 8px 0 8px;
	text-indent: -6px;
	text-align: center;
}

.btn_slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: -6px;
	left: 100%;
	background: #047c86;
	-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: 16px/16px 'Roboto';
	color: #fff;
	font-weight: 900;
	padding: 8px 0 8px;
	text-indent: 12px;
	text-align: center;
}
.btn:hover .btn_slide{
	margin-left: 0;
	left: 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: 0 100% 0 -100%;
	-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
=============================================*/

.slider-wrapper{
	position: relative;
}
.slider-sq_wrapper{
	position: absolute;
	width: 100%;
	bottom: 10px;
}
.slider-sq{
	margin: -10px;
	padding: 10px;
	/*background: rgba(255,255,255,0.5);*/
}
.slider-sq .box{
	background: rgba(255,255,255,0.8);
    border: 10px solid rgba(255,255,255,0.5);
}
.slider-sq_block{
	/*padding: 33px 43px 25px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: center;
}
.slider-sq_block img{
	max-width: 300px;
	/*margin-bottom: 17px;*/
}
.slider-sq_block_img__hover{
	display: none;
}
.slider-sq_block h4{
	/*margin-bottom: 15px;*/
}
.slider-sq_block p{
	color: #707070;
}

.slider-sq .box:hover{
	background_: #05a6b3;
}
.slider-sq .box:hover img{
	display_: none;
}
.slider-sq .box:hover .slider-sq_block_img__hover{
	display: inline-block;
}
.slider-sq .box:hover h4, .slider-sq .box:hover p{
	color: #fff;
}

/* Big Slider
=============================================*/
.big-info{
	background: #05a6b3;
	padding-bottom: 5px;
}
.big-info_wrapper-1{
	background: #047c86;
	padding-bottom: 5px;
}
.big-info_wrapper-2{
	background: #2c2c2c;
	padding-bottom: 5px;
}
.big-info_wrapper-3{
	background: #222222;
	padding: 36px 0 43px;
}
.big-info h3{
	color: #fff;
	margin-bottom: 12px;
}
.big-info h3 span{
	color: #05a6b3;
}
.big-info p{
	display: inline-block;
	float: left;
	width: 70%;
	padding-right: 60px;
	padding-top: 6px;
	color: #ccc5c5;
}

.big-info .btn_wrapper{
	display: inline-block;
	float: right;
}
.big-info .btn{
	margin-top: 0;
}
.big-info .btn_main{
	width: 220px;
	padding: 19px 0 18px;
}
.big-info .btn_slide div{
	width: 220px;
	padding: 19px 0 18px;
}

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

.info{
	background: #fff;
	padding: 42px 0 64px;
}
.info__indent{
	padding-top: 81px;
}
.info_title{
	text-align: center;
}
.info_title__indent{
	margin-top: 11px;
}
.info p.info_title{
	line-height: 28px;
}
.info [class*="grid_"]{
	margin-top: 16px;
}
.info_col-text{
	margin-top: 23px;
	margin-bottom: 10px;
}
/* Info Block
==============*/
.info_block{
	-webkit-box-siziing: border-box;
	-moz-box-siziing: border-box;
	-ms-box-siziing: border-box;
	-o-box-siziing: border-box;
	box-siziing: border-box;
	border: 1px solid #e6e6e6;
	position: relative;
	padding-bottom: 51px;
}
.info_block:hover{
	border-color: #05a6b3;
}
.info_block img{
	margin-top: 0px;
}
.info_block_text{
	padding: 25px 12px 6px 14px;
	margin-bottom: 30px;
}
.info_block_text h4{
	min-height: 2.75em;
}
.info_block_text p{
	margin-top: 7px;
}
.info_block .btn_wrapper{
	position: absolute;
	bottom: 0;
	right: 0;
}
/* Info Horizontal
==============*/
.info_hor_text h5{
	margin-top: -4px;
}
.info_hor_text__indent{
	margin-top: 5px;
	margin-bottom: 20px;
}
.info_hor_text .btn_wrapper .btn{
	margin-top: 25px;
}
/* Info List
==============*/
.info_list{
	padding: 20px 0 30px;
}
.info_list_box{
	position: relative;
	border: 1px solid #e6e6e6;
	background: #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.info_list_block{
	padding-bottom: 35px;
}
.info_list_block:hover{
	border-color: #05a6b3;
}
.info_list_text{
	padding: 25px 18px;
}
.info_list_text li{
	margin-top: 5px;
}
.info_list_text li p{
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.info_list_text li p:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/list-ident.jpg);
	top: 4px;
	left: 0;
	-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_text li a:hover p:before{
	left: 4px;
	-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 .btn_wrapper{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Table
=============================================*/

table{
	width: 100%;
	text-align: center;
	margin-top: 16px;
}
.table-device{
	display: none;
}
td{
	height: 50px;
	border: 1px solid #f3f3f3;
	vertical-align: middle;
}
.table_first-row td{
	font: 14px/14px 'Roboto';
	font-weight: 900;
	color: #05a6b3;
	text-transform: uppercase;
}
.table_first_col{
	width: 220px;
}

/* Gallery
=============================================*/
.info.gallery{
	padding-bottom: 46px;
}
.gallery li{
	margin-bottom: 4px;
}
.gallery .thumbs_img > div{
	position: relative;
	margin-bottom: 8px;
}
.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(102,102,102,0.7);
	-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: 'Roboto';
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	font-weight: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -20px;
	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 .btn{
	margin-top: 15px;
}

.gallery_text time{
	text-transform: uppercase;
	font: 16px/16px 'Roboto';
	color: #222222;
	font-weight: 900;
}
.gallery_text p{
	margin-top: 7px;
}

/* Blog
=============================================*/
.info.blog{
	padding-bottom: 26px;
}
.blog .post{
	margin-bottom: 64px;
}
.blog time{
	font-family: 'Open Sans';
	display: inline-block;
	float: left;
	width: 60px;
	height: 97px;
	background: #12a8b4;
	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 h5{
	line-height: 18px;
	margin-bottom: 10px;
}
.blog .btn{
	margin-top: 27px;
}


/* Subscribe Form
=============================================*/

.sForm{
	background: #05a6b3;
	padding: 56px 0 48px;
}
.sForm h3{
	font: 52px/52px 'PT Sans';
	color: #fff;
	letter-spacing: -1px;
}

/* Bottom Block
=============================================*/

.b-block{
	padding: 47px 0;
	font: 13px/24px 'Roboto';
	color: #fff;
    background-color: #222222;
}
.b-block h5{
	color: #fff;
	margin-bottom: 16px;
}
.b-block .current{
	color: #05a6b3;
}
.b-block_contact__m{
	margin-top: 25px;
	margin-bottom: 40px;
}
.b-block_contact img{
	margin-top: 2px;
	margin-right: 10px;
	max-width: 23px;
	float: left;
}
.b-block_contact p{
	overflow: hidden;
	line-height: 18px;
}
.b-block_contact a{
	text-decoration: underline;
}

/* Social
=============================================*/

.social{
	background: #047c86;
	padding: 90px 0;
	text-align: center;
}
.social img{
	display: inline-block;
	width: inherit;
	height: inherit;
}
.social .s-icon_hover{
	display: none;
	width: inherit;
	height: inherit;
}
.social h4{
	color: #fff;
	margin-top: 24px;
}
.social a:hover img{
	display: none;
}
.social a:hover .s-icon_hover{
	display: inline-block;
}
.social a:hover h4, .social a:hover{
	color: #222222;
}

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

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

/* Contact
=============================================*/

.contact-details{
	text-align: center;
	margin-top: 40px;
}
.contact-details .adrress{
	font: 16px/18px 'Roboto';
	color: #222222;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-details span{
	padding-right: 33px;
}
.contact-details .mail a{
	color: #05a6b3;
	text-decoration: underline;
}
.contact-details .mail a:hover{
	color: #222222;
}

/* More Text
=============================================*/
.more-text h5{
	margin: 11px 0 6px;
}
.more-text .more-text_h5{
	margin-top: 40px;
}
.more-text_p{
	margin-bottom: 30px;
}
.more-text a{
	color: #05a6b3;
	text-decoration: underline;
}
.more-text a:hover{
	color: #222222;
}


/* 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: #05a6b3;
    border-radius: 10px;
    border: 1px solid #fff;

}
#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: 23px 0 22px;
    background-color: #222222;
}

.pr-policy{
	color: #fff;
	text-align: center;
}
.pr-policy_sep{
	color: #fff;
	padding: 0 6px;
}


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

/*@media (max-width: 1200px){
    .navheadertable {
        display: none;
    }	
}*/

@media only screen and (min-width: 1400px) {
    .navheadertable {
        display: none;
    }	
}

@media only screen and (min-width: 1279px) and (max-width: 1399px) {
    .navheadertable {
        display: none;
    }	
}
@media only screen and (min-width: 1199px) and (max-width: 1278px) {
    .navheadertable {
        display: none;
    }  	
}

@media only screen and (min-width: 1023px) and (max-width: 1198px) {
    .navheadertable {
        display: none;
    }	
}

@media only screen and (min-width: 980px) and (max-width: 1022px) {
	.menu{
		width: 942px !important;
	}
    .navheadertable {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.sForm h3{
		font: 40px/40px 'PT Sans';
		margin-top: 4px;
	}
    .navheadertable {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
	.slider-sq_block img,
	.slider-sq_block p,
	.slider-sq_block .box:hover .slider-sq_block_img__hover{
		display: none !important;
	}
	.slider-sq_block{
		padding: 10px;
	}
	.slider-sq_block h4{
		margin-bottom: 0;
	}
	.big-info .btn_wrapper{
		float: none;
		margin-top: 10px;
	}
	.social{
		padding: 20px 0 0;
	}
	.social h4{
		margin-bottom: 20px;
	}
	.b-block ul{
		margin-bottom: 25px;
	}
	.table_first_col{
		width: 100px;
	}
	.table-desktop{
		display: none;
	}
	.table-device{
		display: table;
	}
    .header-wrapper {
        display: none;
    }
    .navheadertable {
        display: normal;
    }
    .navheader {
        padding-left: 10px;
        font: bold 20px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
	.menu.container{
		padding: 0;
	}
	.slider-sq{
		display: none;
	}
	.big-info h3{
		font-size: 25px;
		line-height: 25px;
	}
}

/*Core variables and mixins*/
