


body {
    color: #fff;
}
hr {
	margin-top:10px;
    max-width: 450px;
    border-color: #fff;
}
table, th, td {
   border: none;
}
.text-yellow{
	color:#ff0;
}
/*---------------------- HEADER -------------------------*/
.header_top {
    
}
.header_content {
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
    text-align: center;
    z-index: 999;
	width: 100%;
    background-image: url(../images/bgdrak.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
}
nav{
	/*background:url(../images/border-top.png) repeat-x top center;*/
	border-top:1px #6DC8D6 solid;
}
nav li {
	display:inline-block;
	transition: background 0.2s;
	-ms-transform: skew(20deg); /* IE 9 */
    -webkit-transform: skew(20deg); /* Safari */
    transform: skew(20deg); /* Standard syntax */
}
nav li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding:10px 30px;
	font-size:18px;
	-ms-transform: skew(-20deg); /* IE 9 */
    -webkit-transform: skew(-20deg); /* Safari */
    transform: skew(-20deg); /* Standard syntax */
}
nav ul {
    margin-top: 0;
    margin-bottom: 0;
}
nav li:hover{
	background:#fff;
}
nav .current-menu-item{
	background-color: #6DC8D6;
}
/*-------------------------------------------------------*/
/*---------------------------SLIDER----------------------*/
.owl-controls .owl-next, .owl-controls .owl-prev {
    color: #fff;
	background-color:rgba(255,255,255,.6);
    position: absolute;
    z-index: 10;
    top: 58%;
    font-size: 13px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.owl-controls .owl-next:hover, .owl-controls .owl-prev:hover {
    color: #6DC8D6;
    border-color: #6DC8D6;
}
/*-------------------------------------------------------*/
/*--------------------CONTENT SECTION--------------------*/
.section-home{
	
	/*background-image: url(../images/bgdrak.jpg) ;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
	background: url(../images/bg-top-left.png) top left no-repeat , 
				url(../images/bg-top-right.png) top right no-repeat ,
				url(../images/bg-middle-right.png) center right no-repeat ,
				url(../images/bg-middle-left.png) center left no-repeat ,
				url(../images/bg-bottom-right.png) bottom right no-repeat ,
				url(../images/bg-bottom-left.png) bottom left no-repeat ,
				#05212c;
	
}
.section-price{
	background:#05212c;
}
.section-price th.equipments{
	background-color:#156365;
}
.section-price p{
	font-size:30px;
	text-align:center;
	color:#ff0;
}
.section-price h1 {
	color : #ff0;
	font-weight:bold;
	text-align:center;
}
.section-price h2 {
	font-weight:bold;
}
.section-price  table{
	font-size:20px;
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	border-spacing: 0;
    border-collapse: collapse;
}
.section-price  td  , th{
	height: 50px;
    vertical-align: bottom;
}
.section-price  th.border_bottom{
	border-bottom : 1px dotted #fff ;
} 
.section-contact{
	background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	padding-top:180px;
}
h4.heading{
	margin-top: 10px;
	margin-bottom: 0px;
}
.heading {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1;
	text-align:center;
	letter-spacing: .01em;
}
.sub-heading {
    color: #6DC8D6;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px;
	text-align:center;
	letter-spacing: .1em;
}
.text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px;
	text-align:center;
	letter-spacing: .01em;
}
.clear{
	margin-top: 40px;
	margin-bottom:40px;
}
.container{
	
}
.gallery.no-padding .gallery-content {
    margin-top: 0px;
    padding-bottom: 50px;
}
/* box icons */
.bockIcon{
	color:#6dc8d6;
}
.boxIcon a {
	text-align:center;
	display:block;
	margin-bottom:11px;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	color:#fff;
}
.boxIcon a i,
.boxIcon a .imgBorder {
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	-webkit-backface-visibility:hidden;
}
.boxIcon a span {
	display:none;
}
.boxIcon i {
	margin:36px auto;
	display:block;
	border-radius:50%;
}
.boxIcon h2 {
	font-size:18px;
	font-weight:400;
	margin-bottom:16px;
}
.boxIcon p {
	margin:0;
}
.boxIcon a:hover {
	text-decoration:none;
}
.boxIcon a:hover i {
	width:150px;
	height:150px;
	margin: 11px auto;
}
/* img box */
.boxIcon a img {
	/*width:180px;height:180px;*/
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
}
.boxIcon a:hover img {
}
.boxIcon a .imgBorder {
	background:#6dc8d6;
	border-radius:50%!important;
	width:180px;
	height:180px;
	margin:18px auto 22px auto;
}
.boxIcon a .imgBorder img {
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	-webkit-backface-visibility:hidden;
	width:180px;
	height:180px;
}
.boxIcon a:hover .imgBorder img {
	transform:scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
}
#about {
    background-color: #092132;
    position: relative;
    width: 100%;
    display: flex;
}
.deep {
    top: 0;
    width: 40%;
}
.about-content {
    width: 60%;
    padding: 0px;
}
.social{
	margin:40px;
}
.about-content .social a{
	color:#fff;
	font-size:30px;
	padding-right:10px;
	padding-left:10px;
}
/*-------------------------------------------------------*/
/*--------------------------FOOTER-----------------------*/
#footer{
	background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#footer .footer_center{
	padding-top:40px;
	padding-bottom:60px;
	text-align:center;
}
#footer .footer_center ,  #footer .footer_center a{
	color:#fff;
	font-size:30px;
}
#footer .footer_center a{
	padding-right:10px;
	padding-left:10px;
}
#footer .footer_bottom {
	background:#0B2132;
}
#footer .footer_bottom  p {
    line-height: 0.5em;
    letter-spacing: .02em;
    font-size: 14px;
}

/*----------------------------MOBILE --------------------------------*/
@media (max-width: 767px){
	.deep {
		display: none;
	}
	.about-content {
    width: 100%;
    padding: 70px 25px 110px;
	}
}