/*Контакты вверху над меню*/
.water- {
    color: #fff;
    height: 100%;
    width: 100%;    
    background-image: url(../images/backgrounds/bg_img01.jpg);
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/pre-loader.gif) center no-repeat;
}

.select2-display-none {
    display: none
}

.aqua-top-contacts{
    position: absolute;
    text-align: right;
    margin-top: 2.5%;
    width: 100%;
}

.aqua-top-logo{
    position: absolute;    
}

.aqua-top-logo img{
    margin-top: 45%;   
}

.aqua-company-name {
    margin-left: 8%;
}

/* Font for company name*/
.aqua-font{
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
}

.aqua-company-name a {
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
}
/* -------------------------------------- */

.aqua-span-contacts{
    margin-left: 5px;
    color: #595959;
    font-weight: 600;
}

.aqua-i-contacts{
    margin-left: 5px;
}

.aqua-item-title {
    text-align: center;
}

/*Контакты вверху над меню*/
.aqua-modal{
    position: absolute;    
    background-color: #fff;
    width: 500px;
    height: 500px;    
}

.aqua-qlist {
    margin-left: 8px;
}

/*-------------------------HEADER------------------------*/
.aqua-header {
    text-align: center;
    padding-bottom: 15px;
}

.aqua-qlist-header {
    font-size: 12px;
}

/*-------------------------END---------------------------*/

/*------------------------COVER-BG-----------------------*/

.img-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.cover-bg,
.cover-title {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cover-title {
  display: none;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Отображаем перекрывающие элементы при наведении на блок с картинкой */
.aqua-image-wrap:hover .cover-bg,
.aqua-image-wrap:hover .cover-title{
  display: block;
}

/* Полупрозрачный перекрывающий голубой фон */
.cover-bg {
    background: #E6B500;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .8;
}

/* Перекрывающий текст */
.cover-title {
  color: #fff !important;
  font-size: 120%;
  text-align: center;
  text-transform: uppercase;
}

/*-------------------------END---------------------------*/

/* Product Block */
.aqua-member-info {
    
    padding: 10px 10px;
    padding-bottom: 0px;    
    color: #959595;
    font-size: 12px;
}
.aqua-member-info h4 {
    color: #333;
    font-size: 12px;
    margin: 0;
}
.aqua-member-info .position {
    display: block;
    margin-bottom: 15px;
    color: #636363;
}
.aqua-member-info p {
    margin-top: 12px;    
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
}

.aqua-button {
    width: 70px;
    color: #4F4F4F;
    font-family: Tahoma;
    font-size: 11px;
}

.aqua-shadow {
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}
/*-------------------------------------------------------*/

/* Product Style */

.aqua-product-left-block {
    float: left;
}

.aqua-product-left-block-ksb {
    margin-left: 67%;
}

.aqua-float-left{
    float: left;
}

.aqua-image-wrap {
    float: left;
    margin-right: 20px; 
}

.aqua-blockquote {
    margin: 0px;
}


/*-------------------------------------------------------*/

/*---------------------Calc-Modal-Window-----------------*/

.modal-calc-main {
    margin-top: 15px;
}

.modal-calc-header {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
}

.modal-calc-fields {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-calc-fields input {
    display: inline-block;
    text-align: center;
}

.modal-calc-fields button {
    font-size: 14px;
}

.devider {
    height: 4px;
    background-color: #F6E4A2;
    margin: 0 17%;
}

/*---------------------------End-------------------------*/

/* Modal window */
.modalDialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 50%;
	position: relative;
	margin: 5% auto;
	padding: 5px;
	border-radius: 3px;
	background-color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.border {
    border: 1px solid black;
}

.price-modal-container {
    box-sizing: content-box;
    color: black;
    font-family: 'Cuprum', 'Tahoma', sans-serif;
}

.price-modal-col .devider {
    height: 4px;
    background-color: #F6E4A2;
    margin: 0 17%;
}

.price-modal-header {
    padding-top: 20px;
    height: 50px; 
    font-size: 1.7em;
    text-align: center;
}

.price-modal-content { 
}

.price-modal-col {
    height: 450px;
    width: 50%;
}

.price-modal-content .p-header{
    margin:  0;
    margin-bottom: 5px;
    font-size: 1.5em;
    text-align: center;
    
}

.price-modal-content .col-1 {   
    float: left;
}

.price-modal-col .icon-block {
    float: left;
    padding-top: 10px;
    text-align: center;    
    width: 50px;
    height: 40px;
    margin-top: 10%;
    margin-left: 17%;
    background-color: #fec901;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.price-modal-col .email{
    padding-top: 17px;
    height: 32px;
}

.price-modal-col .locat{
    padding-top: 17px;
    height: 32px;
}

.price-modal-col span{
    display: block;
    font-size: 1.6em;
    margin-top: 11%;
    padding-left: 35%;
}

.price-modal-col .address {
    font-size: 1.3em;
    margin-top: 9%;
}

.price-modal-col .shedule {
    font-size: 1.2em;
    margin-left: -18%;
    margin-top: 12%;
}

.price-modal-content .col-2 {
    float: right;
}

.col-2 .fields {
    margin-top: 7%;
    margin-left: 17%;
}

.col-2 .button {
    width: 70px;
    margin: 0;
    margin-left: 23%;
    background-color: #fec901;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #4D4D4D;
    padding: 3px 20px;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Cuprum', 'Tahoma', sans-serif;
}

.col-2 .button:active {
  background-color: #E6B500;
}

.col-2 label {
    font-size: 1.1em;
    font-weight: 500;
}

.price-modal-footer {
    height: 50px;
}

.price-modal-footer .devider {
    height: 4px;
    background-color: #F6E4A2;
    margin: 0 9%;
}

.price-modal-footer p {
    font-size: 1.1em;
    text-align: center;
    margin-top: 5px;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.close:hover { background: #fec901; }

/*-------------------------------------------------------*/

/* NOTIFICATION */

.notification {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 1%;
    bottom: 15%;
    width: 450px;
    height: 80px;
    background-color: #468D2A;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.notif-left {
    float: left;
    width: 20%;
    height: 80px;
    background-color: #36701F;
    color: #EEF3ED;
}

.notif-left i{
    padding: 25px 32px;
}

.notif-right p {
    color: #EEF3ED;
    padding: 25px 0;
    font-size: 1.2em;
    font-family: 'Tahoma', sans-serif;
    text-align: center;
}

.notif-right {
    float: right;
    width: 80%;
}

.aqua-mobile-menu {
    display: none;
}

/*-------------------------Block-Banner-----------------------*/
.aqua-banner {
    height: 80px;
    background: #fec901;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    margin-bottom: 50px;
}

.aqua-banner-order-text {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    float: left;
    padding-left: 9%;
    text-transform: uppercase;
}

.calc_button {
    background-color: #fec901; /* Green */
    border: none;
    color: #333;
    padding: 10px 30px;
    margin: 17px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    float: left;
    border: 1px solid #555555;
    margin-left: 25px;
    text-transform: uppercase;
}

.bilder_calc_button {
    background-color: transparent; /* Green */
    border: none;
    color: #333;
    padding: 15px 30px;
    margin: 17px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    float: left;
    border: 1px solid #555555;
    margin-left: 25px;
    text-transform: uppercase;
}
.bilder_calc_button:hover {
    color: #000;
    background-color: #fec901; /* Green */
}


/*----------------------------END-----------------------------*/

@media screen and (max-width:768px) {
    .aqua-span-contacts {
        font-size: 11px;
    }
    .aqua-top-contacts div{
        display:block;
    }
    .aqua-company-name {
        margin-left: 16%;
    }
    
    #logo {        
        font-size: 30px;
    }
    
    .aqua-top-logo img{
        margin-top: 48px; 
        width: 40px;
    }
    
    .aqua-mobile-menu {
    }
    
    .aqua-standart-menu {
        display: none;
    }
    
    .icon-chevron-right {
        visibility: hidden;
    }
    
    /* Modal Window */
    .modalDialog > div {
        width: 90%;
    }
    
    .col-1 .address, .col-1 .shedule, .col-1 > span {
        font-size: 15px;
    }
    
    .aqua-banner {
        background: #fec901;
        text-align: left;
        margin-bottom: 30px;        
    }

    .aqua-banner-order-text {
        color: #333;
        font-weight: 500;
        font-size: 16px;
        float: left;
        padding-left: 6%;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .calc_button {
        background-color: #555555; /* Green */
        border: none;
        color: white;
        padding: 5px 11px;
        font-size: 13px;   
        display: block;
        margin: 3.5% 80%;
        position: absolute;
    }
}

@media screen and (max-width:450px) {

    h2{
        font-size: 16px;
    }
    
    .post h3 {
        font-size: 16px;
        margin: 0px;
    }
    
    .project-nav {
        margin: 0px;
    }
    
    /* Modal Windows */
    .modalDialog {
        font-size: 10px;
    }
    
    .price-modal-col {
        height: 400px;
    }
    
    .col-1 .address, .col-1 .shedule, .col-1 > span {
        font-size: 12px;
    }
    
    .col-1 > span {
        margin-left: 20px;
    }
    
    .price-modal-col .icon-block {
        margin-left: 10%;
    }
    
    .col-2 .fields {
        margin-right: 15%;
    }
    
    .aqua-banner {
        height: 90px;
        background: #fec901;
        padding-top: 12px;
        text-align: center;
        vertical-align: middle;
        line-height: 15px;
        margin-bottom: 20px;
    }

    .aqua-banner-order-text {
        color: #333; 
        font-weight: 500;
        font-size: 12px;
        float: left;
        padding-left: 5%;
    }

    .calc_button {
        background-color: #555555; /* Green */
        border: none;
        color: white;
        padding: 5px 11px;
        margin: 18% 33%;
        font-size: 13px;    
        float: left;
        display: block;
        position: absolute;
    }
}
    
    /*-------MENU---------------------------------------*/
			
    #mobile-menu {
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 0;
            background-color: #616161;
    }

    #mobile-menu li {	
            display: block;
            margin: 0;
            font-size: 12px; 
    }

    #mobile-menu > li > ul, 
    #mobile-menu > li > ul > li > ul {
            display: none;
            margin-left: 0;
    }

    #mobile-menu .sf-mega {
            display: none;
            padding: 0;
            border: none;
            margin: 0;
            background-color: transparent;
    }

    #mobile-menu .sf-mega-section {
            float: none;
            width: 100%;
            padding: 0;
            border: none;
    }

    #mobile-menu .sf-mega-section ul { margin: 0; }

    #mobile-menu li a {
            position: relative;
            display: block;
            padding: 15px 25px;
            border-top: 1px solid #e0e0e0;
            color: #fff;
            text-align: left;
            text-decoration: none;
    }

    #mobile-menu > li > a { 
            font-weight: 700;
            text-transform: uppercase;
    }

    #mobile-menu ul a { /*padding-left: 45px;*/ }

    #mobile-menu ul li ul a  { padding-left: 65px; }

    #mobile-menu .mobile-menu-submenu-arrow {
            position: absolute;
            top: 0;
            right: 0;
            width: 70px;
            height: 100%;
            border-left: 1px solid #e0e0e0;
            color: #fff;
            font-size: 20px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
    }

    #mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #252525; }

    #mobile-menu li a:hover {}

    #mobile-menu { display: none; }

/* ==========================================================================
=Mobile menu trigger
========================================================================== */

    #mobile-menu-trigger { 
            float: right;
            display: none;
            font-size: 30px;
    }

    @media (min-width: 768px) and (max-width: 991px) {

            #mobile-menu-trigger { 
                    display: block;
                    margin-top: 46px;
                    margin-right: 0;
            }	

    }

    @media (max-width: 767px) {

            #mobile-menu-trigger { 
                    position: absolute;
                    top: 33px;
                    right: 0px;
                    display: block;
                    padding: 10px;
                    margin-top: 0;
            }

    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {

            #mobile-menu-trigger {}

    }
        
    /*-------MENU--END---------------------------------------*/   


/*----Card Style ----*/
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.p-l-r-0 {
    padding-left: 0;
    padding-right: 0;
}

.singel-service {
    background-color: #fff;
    border: 1px solid rgba(238, 236, 236, 0.4);
    padding: 25px 10px;
}

.service-header {
    text-transform: uppercase;
    font-size: 15px;
    color: #606060;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-details {
    font-size: 13px;
    line-height: 25px;
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.singel-service:hover {
    background-color: #fec901;
    border-color: #fec901;
}

@media (min-width: 768px){
    .col-sm-4 {
        width: 33.33333333%;
    }
     .aqua-top-contacts div{
        display:inline-block;
    }
}

.aqua-icon-position {
    margin-bottom: 20px;
}

.flex a:hover{
    color: #000;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.singel-project {
    display: inline-block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.39);
    margin-bottom: 30px;
    width: 100%;
}

.singel-project .project-meta {
    background-color: rgba(236, 236, 236, 0.5);
    padding: 19px 0;
}

.singel-project .project-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
    float: none;
}

.singel-project .project-date {
    font-size: 15px;
    color: #707070;
    display: block;
    line-height: 16px;
}

.singel-project:hover .project-meta {
    background-color: #ffb600;
}

.singel-project:hover .project-title {
    color: #fff;
}

.flex .singel-project img:hover {
    background: #ffb600;
}

.singel-service img {
    display: inline;
}

.singel-service .service-details a:hover {
    color: #333;
}

.aqua-title{
    margin-bottom: 60px;
    margin-top: 40px;
    text-transform: uppercase;
}

.aqua-title:after {
    content: "";
    background-color: #565656;
    width: 40px;
    height: 1.5px;
    position: absolute;
    margin-top: 45px;
    left: 50%;
    margin-left: -20px;
}

/*---AQUA BUILDER -----------*/

.section-header {
    margin-bottom: 40px;
}

.section-header h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 20px;
    margin-bottom: 10px;
}

.section-header h3 {
    display: inline-block;
    font-size: 15px;
    color: #707070;
    padding: 0 40px;
    position: relative;
    margin-bottom: 0;
    font-weight: 300;
}

.section-header h3:before, .section-header h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 1px;
    background-color: rgb(200, 199, 199);
}

.section-header h3:before {
    left: 0;
}

.section-header h3:after {
    right: 0;
}

/*---------END TITLE---------------------*/


.color-red{
    color: #b90011;
}

.color-red:hover{
    cursor: pointer;
}

.border-block-crusher {
    height: 150px;
    padding: 20px;
    border: 1px solid #dadada;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.img-align-right{
    float: right;
    padding: 15px;
}

.img-align-left{
    float: left;
    padding: 15px;
}