/*
Theme Name: Vitoris
Author: Olexabder Zadorozhnyi
Author URI: https://www.facebook.com/profile.php?id=100005088186426
Description: Castom theme for Vitoris
Version: 1.0
*/

.site-content {
    position: relative;
}
body, div, p, li, a { 
    color: #4b220d;
    font-family: 'latoregular';
}
b {
    font-family: 'latobold';    
}
.font-light {
    font-family: 'latolight' !important;
}
.current-menu-item a { color: #4b220d;  }
a { transition: all ease-in-out 0.3s; }
a:hover { color: #4b220d; }

/**
 * Хедер
 */
#header-phone {
    position: fixed;
    top: 75px;
    right: 0;
    background: rgba(181,157,87, 0.8) ;
    font-size: 20px;
    z-index: 999;
    color: #fff; 
    font-family: 'latolight'; 
}
#header-phone li {
    list-style: none;
    padding: 0 30px;
    line-height: 70px;  
    color: #fff;  
}
#header-phone a, #header-phone a:hover  {
    text-decoration: none;
}
#header-phone div {
    color: #fff;
    font-family: 'latolight';   
}
@media screen and (max-width: 768px) {
    #header-phone {
        top: 0;
        right: 0;
    }
}

/**
 * Меню
 */
.toggle-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 285px; 
    background: rgba(182, 158, 87, 0.8);
    padding: 70px 65px 20px 20px;
    text-align: right;
    text-transform: uppercase;
    display: none;
    font-size: 15px;
    overflow-y: auto;
}
.toggle-menu ul.menu {
    list-style: none;
}
.toggle-menu ul.menu::after {
    content: "";
    background: url(img/menu_sep.png) top right no-repeat; 
    display: block;
    width: 100%;
    height: 8px;
}
.toggle-menu ul.menu li {
    padding: 20px 0 12px 0;
    background: url(img/menu_sep.png) top right no-repeat; 
}
#toggle-menu-open {
    position: fixed;
    top: 75px;
    left: 135px;
    background: url(img/Victoris_landing_menu2.png);
    width: 70px;
    height: 70px;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
    transition: all ease-in-out 0.3s;
}
#toggle-menu-open:hover {
    opacity: 1;
}
#toggle-menu-close {
    position: absolute;
    top: 88px;
    right: 0;
    background: #222 url(img/Victoris_icon_18.png) center no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    opacity: 0.7;
}
#toggle-menu-close:hover {
    opacity: 1;
}
.toggle-menu-logo {
    padding-top: 65px;
}
.toggle-menu .widget {
    list-style: none;
    margin-top: 30px;
}
.toggle-menu .textwidget {
    text-transform: none;
}
.toggle-menu .textwidget p {
    margin-bottom: 15px;
}
.toggle-menu .tm-label {
    font-size: 13px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .toggle-menu {
        width: 100%;
        background: rgba(182, 158, 87, 0.9);
    }
    #toggle-menu-open {
        top: 0;
        left: 0;
    }
}


/**
 * Главный слайдер
 */
.fade-slider {
    overflow: hidden;
    position: relative;
} 
.fade-slider .item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-height: 100%;
    background-size: cover;
} 

.fade-slider .item .item-image {
    width: 100%;
    transition: transform ease-in-out 3s;
}
.fade-slider .slide-description{
    width: 100%;
    position: absolute;  
    top: 25%;
    text-align: center;
    color: #fff;
}
.fade-slider .slide-description p{
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    padding: 0 20%;
}
@media screen and (max-width: 992px) {
    .fade-slider {
        height: 400px;
    }
    .fade-slider .slide-description p {
        font-size: 20px; 
    }
    .fade-slider .slide-description {
        top: 15%;        
    }
    .logo-img {
        max-width: 50%;
    }
}

/**
 * СЕКЦИИ
 */
.section-title {
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    margin: 40px 0;
    font-family: 'latolight';
}
.section-title-cube {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #b69e57;
    top: -10px;
    left: 70px;
    z-index: -100;
}
.top-line {
    border-top: 1px solid #cac6c3;
}
a.button {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 100px;
    background: rgba(182, 158, 87, 0.8);
    transition: all ease-in-out 0.3s;
}
a.button:hover {
    text-decoration: none;
    background: rgba(182, 158, 87, 1);
}
.centered {
    text-align: center;
}
.relative {
    position: relative;
}

@media screen and (max-width: 992px) {
    .section-title {
        font-size: 20px;
        margin: 30px 0;        
    }
    a.button {
        font-size: 24px;
        padding: 8px 20px;
        margin-top: 100px;
    } 

}

/**
 * МЫ ГОТОВЫ ПРЕДЛОЖИТЬ
 */
.section-offer {
    padding-bottom: 25px;
}
.offer-block {
    position: relative;
    margin-bottom: 30px;
} 
.offer-block:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    transition: all ease-in-out 0.3s;    
}
.offer-block:hover:after {
    opacity: 0;
}
.offer-block .offer-title {
    position: absolute;
    bottom: 0;
    padding: 25px 10px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: 'latobold';
    text-transform: uppercase;
    z-index: 105;
}
.offer-img {
    width: 100%;
}
@media screen and (max-width: 992px) {
    .offer-block:after {
        opacity: 0.1;
    }
    .offer-block .offer-title {
        font-size: 16px;
        padding: 10px;
    } 

}


/**
 * ПРЕИМУЩЕСТВА АЛЮМИНИЯ
 */
.section-advantages {
    background: url('img/advantages-company-bg.jpg') no-repeat top right;
    padding-bottom: 25px;
}
.advantage-block {
    padding-left: 80px;
    padding-right: 30px;
    margin-bottom: 30px;
}
.advantage-block-1 { background: url(img/advantages-1.png) no-repeat left 5px; }
.advantage-block-2 { background: url(img/advantages-2.png) no-repeat left 5px; }
.advantage-block-3 { background: url(img/advantages-3.png) no-repeat left 5px; }
.advantage-block-4 { background: url(img/advantages-4.png) no-repeat left 5px; }
.advantage-block-5 { background: url(img/advantages-5.png) no-repeat left 5px; }
.advantage-block-6 { background: url(img/advantages-6.png) no-repeat left 5px; }
.advantage-block .advantage-title {
    font-weight: bold;
    margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
    .section-advantages {
        background: none;
        padding-bottom: 20px;
    } 
}

/**
 * Paralax
 */
#paralax-1 {
    background: url("img/Victoris_landing_paralax-10.jpg");
    height: 280px;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
}
#paralax-2 {
    background: url("img/Victoris_landing_paralax-11.jpg");
    height: 280px;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
}
#paralax-3 {
    background: url("img/Victoris_landing_paralax-12.jpg");
    height: 280px;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
}
.bg-gradient::before {
    background: transparent;
    background: rgba(20, 20, 20, 0.7);
    /*background: -moz-linear-gradient(bottom, rgba(20, 20, 20, 0.7) 0%, transparent 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(20, 20, 20, 0.7)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.7) 0%, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(20, 20, 20, 0.7) 0%, transparent 100%);
    background: -ms-linear-gradient(bottom, rgba(20, 20, 20, 0.7) 0%, transparent 100%);
    background: linear-gradient(to top, rgba(20, 20, 20, 0.7) 0%, transparent 100%);*/
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .paralax-header-text {

    }
}


/**
 * ПРОЕКТЫ
 */
.section-projects {
    position: relative;
    margin-bottom: 25px;
}
.article-preview-image {
    margin-bottom: 25px;
    position: relative;
}
.article-preview-image img {
    width: 100%;
}
.article-preview-image .project-info {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(182, 158, 87, 0.6);
    opacity: 0;
    z-index: 100;
    transition: all ease-in-out 0.1s;
}
.article-preview-image .project-info .project-description {
    position: absolute;
    top: 0; 
    padding: 25px;
    color: #fff;
    font-size: 12px;  
}
.article-preview-image .project-info .project-title {
    font-size: 16px;
}

.article-preview-image .project-info .project-description p { color: #fff; }
.article-preview-image:hover .project-info {
    opacity: 1;
}
.shift-out {
    position: relative;
    height: 100px;
    width: 100%;
    background: #fff;
    z-index: 990;
    bottom: 0;
    text-align: center;
    margin-top: -50px;
}
.button-more {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'latolight';
    padding: 20px;
    margin: 20px;
    cursor: pointer;    
}
.button-more img {
    padding: 10px;
}
.show-project {
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .article-preview-image .project-info {
        background: none;
        opacity: 1;
    }
    .button-more {
        font-size: 14px;
        padding: 10px 0;
        margin: 10px 0;   
    }
    .shift-out {
        position: static;
        height: auto;
        width: 100%;
        background: #fff;
        z-index: 990;
        bottom: auto;
        text-align: center;
    }
}


/**
 * В чем заключается наша рабщта
 */
.section-work {
    padding-bottom: 60px;
}
.work-block {
    display: inline-block;
    position: relative;
    width: 190px; 
    vertical-align: top;
    padding: 10px 10px;
    padding-bottom: 30px;
}
.work-wrapper-icon {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;    
}
.work-icon {
    height: 40px;
}
.work-text {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;   
}
@media screen and (max-width: 992px) {
    .work-text {
        font-size: 100%;
    }
    .work-block {
        width: 160px; 
        padding: 10px 10px;
        padding-bottom: 20px;
    }    
}
@media screen and (max-width: 400px) {
    .work-block {
        width: 90%; 
        padding: 10px 10px;
        padding-bottom: 20px;
    }  
}

/**
 * МЫ РАБОТАЕМ С ЛУЧШИМИ И ПРОВЕРЕННЫМИ БРЕНДАМИ
 */
.brand-block {
    display: inline-block;
    width: 280px;
    text-align: center;
    padding: 40px 0;
    padding-bottom: 60px;
}
@media screen and (max-width: 400px) {
    .brand-block {
        width: 90%;
        padding: 30px 0;
    } 
}

/**
 * НАС РЕКОМЕНДУЮТ
 */
.section-recomends {
    padding-bottom: 10px;
    position: relative; 
}
.line1 {
    width: 120%;
    height: 120%;
    border-bottom: 1px solid #968a8a;
    -webkit-transform:
        translateY(20px)
        translateX(5px)
        rotate(-30deg);
    position: absolute;
    top: -50%;
    left: -28%;
    z-index: -99;
}
@media screen and (max-width: 992px) {
    .line1 {
        display: none;
    }
}

/**
 * КАСТОМ КАРУСЕЛЬ
 */
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-controls {
    position: absolute;
    top: 30%;
    width: 100%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 22px;
    background: url(img/nav-prev.png) no-repeat;
} 
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 22px;
    background: url(img/nav-next.png) no-repeat;    
}

/**
 * ПОЧЕМУ НАМ ДОВЕРЯЮТ
 */
.trust-block {
    display: inline-block;
    position: relative;
    width: 220px;
    text-align: center;
    padding: 35px 20px;
    padding-bottom: 60px;
    vertical-align: top;    
}
.trust-block:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 70px;
    height: 5px;
    background: #b69e57;
}
.trust-block-title {
    text-transform: uppercase;
    font-family: 'latolight';
    font-size: 16px;
    margin-top: 30px;
    min-height: 50px;
}
.trust-block-text {
    
}
@media screen and (max-width: 992px) {
    .trust-block {
        width: 300px;
        padding-bottom: 30px; 
    }
}
@media screen and (max-width: 400px) {
    .trust-block {
        width: 90%;
        padding-bottom: 30px; 
    }
}

/**
 * ВИДЕО
 */
.video-container {
    height: 800px;
}
.section-video-title .section-title {
    margin-bottom: 20px;
}

/**
 * О НАС
 */
.section-about a {
    padding: 0 20px;
}
.section-about a img {
    margin: 0 10px;
}
.about-text {
    font-size: 20px;
}
@media screen and (max-width: 992px) {
    .section-about a {
        display: inline-block;
        padding: 20px 45px;
    }
}

/**
 * КОНТАКТЫ
 */
.contacts-info {
    background: url(img/cont.png) no-repeat 0 20px ;
    padding-left: 50px;
    font-size: 18px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    padding-top: 20px;
}
.contacts-text {
    position: absolute;
    bottom: 0;
}
.h430 {
    height: 430px;
}
.contacts-phone {
    color: #b69e57;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
}
.contacts-phone:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 70px;
    height: 5px;
    background: #b69e57;
}
#googleMap {
    width:100%;
    height:430px;
}
@media screen and (max-width: 768px) {
    .contacts-text {
        position: static;
        bottom: auto;
    }
    .h430 {
        height: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .h430 img {
        display: inline-block;
    }
   .contacts-info {
        width: 150px;
        margin: 0 auto;
        display: block;
        padding-top: 30px;
        margin-bottom: 10px;
    }
    #googleMap {
        height: 200px;
    }
}

/**
 * СЕКЦИЯ ФОРМА ЗАКАЗА
 */
.emodal .emodal-content :last-child {
    margin-bottom: 10px !important;
}
.section-order {
    margin-top: 35px;
    padding-top: 35px;
}
.vitoris-form input {
    width: 100%;
    border: 1px solid #b69e56;
    font-size: 16px;
    padding: 2px 5px;
    background: none;
    color: gray;
}
.vitoris-form input::-webkit-input-placeholder {
    font-style: italic;
}
.vitoris-form input[type='submit'] {
    padding: 5px 0;
    border: 1px solid #b69e56;
    background: #b69e56;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'latobold'; 
    width: 100%;
    box-sizing: border-box;
}
#orderform input[type='submit'] {
    position: absolute;
    bottom: 0; 
}
.vitoris-form .submit, .vitoris-form .your-name, .vitoris-form .your-tel, .vitoris-form .your-email { 
    padding-left: 20px;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box; 
}
.vitoris-form .your-name { background: url(img/form-icon-name.png) no-repeat left center; }
.vitoris-form .your-tel { background: url(img/form-icon-tel.png) no-repeat left center; }
.vitoris-form .your-email { background: url(img/form-icon-mail.png) no-repeat left center; }
.vitoris-form textarea {
    width: 100%;
    height: 260px;
    border: 1px solid #b69e56;
    padding: 2px 5px;
    font-size: 16px;
    background: none;
    color: gray;
}
.vitoris-form textarea::-webkit-input-placeholder {
    font-style: italic;
}

.vitoris-form .h280 {
    height: 260px;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: none;
}
div.wpcf7-response-output {
    text-align: center;
    color: red;
}

.z9999 {
    z-index: 990;
}
@media screen and (max-width: 992px) {
    #orderform input[type='submit'] {
        bottom: -150px; 
    }
    .vitoris-form textarea {
        height: 100px;
        margin-bottom: 40px;
    }
    .vitoris-form .h280 {
        height: auto;
    }
    .vitoris-form .your-email {
        padding-bottom: 0;
        margin-bottom: 0;
    }    
}



/**
 * FOOTER
 */
.footer {
    margin: 20px 0;
    text-align: right;
}


/**
 * Слайдер проектов
 */
#project-slider {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 9999;
}
#project-slider-close {
    position: absolute;
    top: 50px;
    right: 150px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.7;
    background-color: #000; 
    background-image: url(img/Victoris_icon_18.png);
    background-repeat: no-repeat;
    background-position: center;
}
#project-slider-close:hover {
    opacity: 1;
}
.slider{
    position: relative;
    height: 100%;
}
.slider-item {
    height: 100%;
}
.slider .slider-img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.slider-description {
    position: absolute;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 200px 50px 200px;
    color: #fff;
    font-size: 16px;    
    z-index: 9999;
    text-align: left;
}
.slider-description .slider-d-title {
    background: url(img/Victoris_icon_16.png) no-repeat top left;
    padding-left: 35px;
    display: inline-block;
    min-height: 40px;
    margin-right: 50px;
    max-width: 300px;
    color: #fff;
    vertical-align: top;
}
.slider-description .slider-d-info {
    background: url(img/Victoris_icon_17.png) no-repeat top left;
    padding-left: 45px;
    display: inline-block;
    min-height: 40px;
    max-width: 500px;
    color: #fff;
    vertical-align: top;
}
.fotorama__arr--next, .fotorama__arr--prev {
    background-color: rgba(0,0,0,0.7);
}
.fotorama__arr--next:hover, .fotorama__arr--prev:hover {
    background-color: rgba(0,0,0,1);
}
@media screen and (max-width: 1200px) {
    .slider-description {
        padding: 30px 50px 50px 50px;
    }
    .slider-description .slider-d-title, .slider-description .slider-d-info {
        max-width: 250px;
    }
}
@media screen and (max-width: 992px) {
    .slider-description {
        padding: 15px 30px;
    }
    .slider-description .slider-d-title, .slider-description .slider-d-info {
        max-width: none;
        display: block;
        margin-right: 0;
    }
    .slider-description .slider-d-title {
        margin-bottom: 10px;
    }
    #project-slider-close {
        right: 10px;
        top: 10px;
    }
}


.hidden-p {display: none;}