/*   
Theme Name: stroyexspert
*/

@media (min-width: 979px) { 
    ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
        display: block;
    }
    .comment-list .children {
        padding: 0;
        margin-left: 74px;
        padding-bottom: 15px;
    }
    .comment-list .media {
        margin-top: 0;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.navigation {
    height: 127px;
    position: relative;
    margin-bottom: 60px;
    background: url(/images/bkg.png) no-repeat 50% 0;
    background-size:  cover;
}
.navigation .container{
    position: relative;
}


.navigation span.logo {
    width: 383px;
    height: 127px;
    background: url(images/logo.png) no-repeat 0 0;
    background-size: 383px 127px;
    position: absolute;
    top: 0px;
    /* left: -4.16667%; */
    z-index: 1;
    left: 11px;
}
.navigation span a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

a {
    color: #f60;
    text-decoration: none;
}
.navigation .nav {
    list-style: none;
    margin: 0;
    float: right;
    padding-left: 0;
}
.navigation .nav:before, .navigation .nav:after {
    content: " ";
    display: table;
}
.navigation .nav li {
    display: block;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #fff;
    margin-right: 45px;
    line-height: 40px;
    height: 40px;
    z-index: 100;
    background-color: #ff6600;
}
.headerTell {
    display: inline-block;
}
.navigation .nav a {
    color: #fff;
}
.mobContMenuBtn {
    display: none;
}
.mobContMenuBtn {
    color: #fff;
    text-align: right;
    background-color: #ff6600;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    padding: 9px 8px;
    text-decoration: underline;
}


#stroyexpnav {
    width: 700px;
    position: relative;
    float: right;
}
.navigation .magazine-nav {
    clear: right;
    float: left;
    padding-left: 0;
    list-style: none;
    margin: 30px 40px 0;
}
.navigation .magazine-nav li {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 25px;
}
.selfclass a {
    color: #ccc !important;
    text-decoration: none;
}
.navigation .magazine-nav li a {
    color: #041122;
}
.navigation .magazine-nav:after {
    clear: both;
}
.mobMenuBtn {
    display: none;
}
.pageTitle{
    position: relative;
    height: 100%;
    background: #f60;
    margin-right: 0;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    display: inline-block;
    color:  #fff;
    padding: 0 20px;
}
.pageTitle h1{
    display: inline-block;
}
.pageTitle:after {
    content: '';
    position: absolute;
    top: 0;
    right: -55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 69px 55px 0 0;
    border-color: #f60 transparent transparent transparent;
}
.pageTitle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    display:block;
    height: 100%;
    background-color: #f60;
}
.content-wrap{
    background-color: #bfbfbf;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.content-wrap.nobg{
    background-color: #fff;
    background-image:none;
    /*border-top: 3px solid #f60;*/
    font-size: 16px;
}
.content-wrap .container{
    padding: 40px 0 20px 0;
}
.content-wrap .container.pageTitle_container{
    padding: 0px;
}
.slideshow_head{
    overflow: hidden;
    height: 312px;
}
.slideshow_head:before{
    content: '';
    border-left: 153px solid #ffffff8f;
    border-bottom: 312px solid transparent;
    position: absolute;
    height: 100%;
    width: 10%;
    left: 0px;
    right:0px;
    z-index: 55;
}
.slideshow_head:after{
    content: '';
    border-left: 83px solid #ffffff;
    border-bottom: 312px solid transparent;
    position: absolute;
    height: 100%;
    width: 10%;
    left: 0px;
    right:0px;
    z-index: 55;
    top: 0px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    background-color:#f60;
    position: absolute;
    bottom: -19px;
    right:  0px;
    top:  initial;
    padding: 5px;
    width: 40px;
    height: 40px;
    z-index: 5;
}
.slick-prev{right:  40px;left: initial;}
.slick-next{

}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #667;
}
footer {
    background-color: #666;
    padding: 0;
    color: #fff;
}
footer p {
    text-align: right;
    /*color: #626262;*/
    font-family: "Roboto",sans-serif;
    margin-top: 15px;
}
#top-nav-ul{margin: 0px;column-count:  3;display: flex;flex-wrap:  wrap;flex-direction:  column;height: 105px;width: 100%;justify-content:  start;}
#top-nav-ul li{
    background-color:  #fff;
    margin: 0px;
    width:  30%;
    height: 48px;
}
#top-nav-ul a{
    padding: 5px 10px;
    line-height: 14px;
}
.konts_menu{
    display: flex;
    height: initial;
    align-items: baseline;
    background-color: #ff6600;
}
.header_wrap{
    margin-bottom: 10px;
}
.header_wrap:before{
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #ff6600;
}
.navigation .konts_menu a{
    padding: 0px 5px;
    display: inline-block;
}
.navigation .konts_menu a:hover{
    text-decoration: none;
    background-color: #5e5a55;
}
.mainP-slider-text{
    padding: 20px;
    font-size: 18px;
}

.slideshow_head img{
    height: auto;
    width: 100%;
}
.slideshow_head .slideshowHead_item{
    max-height: 312px;
}
.mainPgallery_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mainPgallery_item{
    /*width: 33%;*/
}
.mainPgallery_item img{
    /*width: 100%;*/
}
.gallery_wrap .container{
    width: 1200px;
}
.navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-toggle {
    background-color: #ff6600;
}
.navbar-toggle {
    position: fixed;
    top: 29px;
    z-index: 888;
    right: 0px;
    background-color:  #fff;
    width:  100%;
    text-align: right;
    margin: 0px;
    border-radius: 0px;
    font-weight:  800;
    font-size:  16px;
    padding: 2px 18px;
}
@media (max-width: 480px){
    .navigation span.logo {width: 50vw;position: fixed;display: inline-block;/* background-color: #666666; */box-sizing: border-box;
        height: 62px;
        left: 0px;
        background-size:  contain;z-index: 5556;}
    .pageTitle:before,.pageTitle:after,
    .slideshow_head:before,
    .slideshow_head:after{
        display: none;
    }
    .pageTitle{
        width: 100%;
    }
    .pageTitle h1{
        font-size: 21px;
    }
    .navigation .container{
        padding:0px;
    }
    .navigation {
    height: inherit;
    background:  none;
    }
    iframe{
        max-width: 100%!important;
    }
    .konts_menu.nav {
        width: 70%;
        flex-wrap:wrap;
        padding: 15px 10px;
        position: fixed;
        right: 0;
        top: -143px;
        z-index: 5555;
        justify-content: right;
        align-items: unset;
        padding-bottom:  2px;
        transition: all 0.2s ease-out;  
    }
    .konts_menu.active{
        top: 0px;
    }
    .navigation .konts_menu a {
        padding: 0px 5px;
        display: block;
        width:100%;
    }
    .konts_menu.nav li{
        margin:0px;
        width: 100%;
        height: initial;
        text-align: right;
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .navigation .row{
        margin: 0px;
    }
    .row{margin: 0px;}
    .mainPgallery_item {
        width: 100%;
        text-align: center;
    }
    .gallery_wrap .container {
        width:100%;
    }
    #top-nav-ul.magazine-nav{
        flex-direction:column;
        height: initial;
    }
    #top-nav-ul.magazine-nav{
        flex-direction:column;
        height: initial;
    }   
    #top-nav-ul li {
        width: 100%;
        height: 48px;
    }
    #stroyexpnav{
        width: 100%;
        position: fixed;
        top: 0px;
        background-color:  #fff;
        z-index: 9887;
        padding-top:  15px;
        border-bottom: 5px solid #f60;
    }
    .header_wrap {
        margin-bottom: 10px;
        /* padding-top: 35px; */
        /* background-color: #666666; */
    }
    .content-wrap .container {
        padding: 40px 10px 20px;
        font-size: 17px;
    }
    .mobContMenuBtn {
        display: inline-block;
        border:  none;
        padding: 2px 10px;
        float: right;
        text-align: right;
        width: 100%;
        text-decoration:  none;
        font-weight:  800;
        font-size: 15px;
    }
    #home>.row{
        display: flex;
        flex-direction: column-reverse;
    }
    .slideshow_head {
        height: inherit;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .slideshowHead_item img{
        width: 100%;
        height: auto;
    }
}
.tel_mob0 {position:absolute; right:15px; top:30px; font-size:20px; z-index:999; display:none;}
@media(max-width:480px){
	.tel_mob0 {display:block;}
}