
.webdoor-section {
    overflow: hidden;
    max-height: 400px;
}

.webdoor {
    margin: 0 -15px;
    position: relative;
    background-color: rgb(228, 228, 205);
    overflow: hidden;
}

.webdoor-sliders {
    margin-bottom: 0;
}

.webdoor-panel {
    display: none;
}

.webdoor-title {
    color: #fff;
    position: relative;
    margin: 0 0 20px;
}


.webdoor-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.46);
    position: absolute;
    top: 50%;
}

.webdoor-title b {
    font-size: 0.8em;
    font-weight: 300;
    background-color: rgb(158, 158, 158);
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.webdoor-link,
.webdoor-link:hover,
.webdoor-link:active,
.webdoor-link:focus {
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    color: #fff !important;
    margin-bottom: 27px;
    margin-top: 25px;
}

.webdoor-link .icon {
    display: inline-block;
    border: #fff solid 1px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    vertical-align: middle;
    margin: -1px 10px 5px 0;
    float: left;
}

.webdoor-link:hover .icon,
.webdoor-link:hover .icon {
    background-color: #982A1D;
}

.webdoor-link.active .icon {
    background-color: #FFFFFF;
}


.webdoor .ad-slide .wp-caption-text {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.88);
    display: inline-block;
    padding: 15px 20px;
    z-index: 9;
    left: 10px;
    bottom: 10px;
}

.webdoor-sliders .slick-prev,
.webdoor-sliders .slick-next {
    /* background: red; */
    width: 40px;
    height: 40px;
}

.webdoor-sliders .slick-prev::before,
.webdoor-sliders .slick-next::before,
.webdoor-sliders .slick-prev::after,
.webdoor-sliders .slick-next::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform-origin: 0 50%;
    transition: transform .3s;
}
.webdoor-sliders .slick-prev:hover::before,
.webdoor-sliders .slick-next:hover::before,
.webdoor-sliders .slick-prev:hover::after,
.webdoor-sliders .slick-next:hover::after {
    opacity: 1;
}

.webdoor-sliders .slick-prev:hover::before,
.webdoor-sliders .slick-next:hover::before {
    transform: rotate(-50deg);
}
.webdoor-sliders .slick-prev:hover::after,
.webdoor-sliders .slick-next:hover::after {
    transform: rotate(50deg) translateY(-2px);
}

.webdoor-sliders .slick-next::before ,
.webdoor-sliders .slick-next::after {
    transform-origin: 100% 50%;
}

.webdoor-sliders .slick-prev::before ,
.webdoor-sliders .slick-next::before {
    transform: rotate(-40deg);
}
.webdoor-sliders .slick-next::after ,
.webdoor-sliders .slick-prev::after {
    transform: rotate(40deg) translateY(-2px);
}


.webdoor-sliders .slick-prev {
    left: 20px;
}
.webdoor-sliders .slick-next {
    right: 20px;
}


.webdoor .ad-link,
.webdoor .ad-slide {
    position: relative;
    display: block;
}
.webdoor .has-title {
}
.webdoor .has-btn {
}


.webdoor .ad-link:not(.no-title)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: opacity 1s;
    background: -moz-linear-gradient(top, rgba(102,10,37,0.57) 0%, rgba(102,10,37,0.86) 69%, rgba(102,10,37,0.89) 100%);
    background: -webkit-linear-gradient(top, rgba(102,10,37,0.57) 0%,rgba(102,10,37,0.86) 69%,rgba(102,10,37,0.89) 100%);
    background: linear-gradient(to bottom, rgba(102,10,37,0.57) 0%,rgba(102,10,37,0.86) 69%,rgba(102,10,37,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91660a25', endColorstr='#e3660a25',GradientType=0 );
}

/* current state */
.webdoor .ad-link:not(.no-title)::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: opacity 1s;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#660a25+0,660a25+100&0.15+0,0.42+69,0.89+100 */
    background: -moz-linear-gradient(top, rgba(102,10,37,0.15) 0%, rgba(102,10,37,0.42) 69%, rgba(102,10,37,0.89) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(102,10,37,0.15) 0%,rgba(102,10,37,0.42) 69%,rgba(102,10,37,0.89) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(102,10,37,0.15) 0%,rgba(102,10,37,0.42) 69%,rgba(102,10,37,0.89) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26660a25', endColorstr='#e3660a25',GradientType=0 );
    /* IE6-9 */
}
.webdoor .slick-current .ad-link::before {
    opacity: 0;
}

.webdoor  .slick-current.slick-active  .ad-metas,
.webdoor .slick-current .ad-link::after {
    opacity: 1 !important;
}

.webdoor .ad-slide .ad-metas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 20px;
    opacity: .2;
    z-index: 41;
}

.webdoor .slick-current .ad-slide .ad-metas {
    opacity: 1;
}

.webdoor .ad-slide .primary-title {
    /* background-color: rgba(255, 255, 255, 0.92); */
    text-align: left;
    padding: 10px 0;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Lora";
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
}
.webdoor .ad-slide .secondary-title {
    /* background-color: rgba(11, 91, 160, 0.48); */
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: left;
    color: #fff;
    font-family: "Lora";
    animation-delay: 1s;
}

.webdoor .ad-slide .btn {
    margin: 10px;
    border-color: #fff;
    color: #fff;
    transition: transform .5s, background-color 1s;
}

.webdoor .ad-slide:hover .btn,
.webdoor .ad-slide:active .btn,
.webdoor .ad-slide:focus .btn {
    
    background-color: #fff;
    
    color: #093154;
    
    transform: scale(1.2) translateY(15px);
}



/* ==========================================================================
   *
   *
   * +yyyyhhhhdddddddddms
   * sh-..............-Nd      mmddddddddddddddddddddddddddmm
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * yd`              .Md      M+                          /M
   * yd`              .Md   +  M+                          /M
   * yd`              .Md      MmddddddddddddddddddddddddddmM
   * yd.              .Md      mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * yd.              .Md      ```````````:dddddd/```````````
   * sdhdddddddmmmmmmmmNy                /dMMMMMMm+
   *-------------------------------------------------------------------------
   * TABLET and  UP
   ========================================================================== */

@media all and (min-width: 768px) {
    
    .webdoor {
        margin: 0;
    }
    
    .webdoor-section {
        max-height: 600px;
    }
    
    .webdoor .ad-slide .primary-title {
    font-size: 1.5em;
    }
    .webdoor .ad-slide .secondary-title {
    font-size: 1em;
    }


}

/*/mediaquery*/

/* ==========================================================================
   *
   *
   * mmddddddddddddddddddddddddddmm
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * MmddddddddddddddddddddddddddmM
   * mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * ```````````:dddddd/```````````
   *           /dMMMMMMm+
   *-------------------------------------------------------------------------
   * DESKTOP
   ========================================================================== */

@media all and (min-width: 992px) {
    
    .webdoor-section {
        max-height: 700px;
    }
    
    .webdoor::after {
        content: "";
        position: absolute;
        display: block;
        /*background-image: url();*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        bottom: -28px;
        width: 100%;
        height: 28px;
    }
    
    .webdoor-panel {
        display: block;
        position: relative;
        /* background-color: #999; */
        width: 23%;
        /* height: 100px; */
        float: left;
        padding: 30px 30px 0;
        z-index: 9;
    }
    
    
    .webdoor-sliders {
    }
    
    .webdoor .ad-slide .ad-metas {
    padding: 40px;
    }
    
    .webdoor .ad-slide .primary-title {
        font-size: 2.3em;
        font-weight: 400;
    }
    .webdoor .ad-slide .secondary-title {
        display: block;
        clear: both;
        font-size: 1em;
    }
    
    .webdoor .ad-link .btn {
    }


}

/*/mediaquery*/


/* ==========================================================================
   *
   *
   * mmddddddddddddddddddddddddddddddddddddmm
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * MmddddddddddddddddddddddddddddddddddddmM
   * mNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * ````````````````:dddddd/````````````````
   *             /dMMMMMMMMMMm+
   *-------------------------------------------------------------------------
   * RUGE DESKTOP
   ========================================================================== */

@media all and (min-width: 1200px) {
    
    .webdoor-section {
        max-height: 750px;
    }
    
    .webdoor-panel {
        width: 20%;
        padding-top: 40px;
    }

    .ad-slide .ad-metas {
   padding: 60px;
   }
    
    .ad-slide .primary-title {
    font-size: 2em;
    }
    .ad-slide .secondary-title {
    }

}

/*/mediaquery*/
