/**
 * Shader Carousel PACKAGED v:1.0
 * Shader Carousel global CSS.
 * @author Tibi - FWDesign [https://webdesign-flash.ro/]
 * Copyright © Since 2006 All Rights Reserved.
 */


/** 
 * --------------------------------------------------------------------------------
 *	Caption
 * --------------------------------------------------------------------------------
 */
.fwdsc .caption {
    overflow: visible !important;
    width: calc(100% - 40px) !important;
    max-width: 600px !important;
    text-align: center !important;
    pointer-events: none !important;
}

.fwdsc .caption a {
    pointer-events: auto;
}

.fwdsc .caption a:hover {
    
}


.fwdsc .caption-title {
    font-family: 'josefin-regular', sans-serif !important;
    font-size: 16px;
    margin: 20px 0 0 0;
    line-height: 114% !important;
    color: #111;
    text-transform: uppercase;
}

.fwdsc .caption-desc {
    font-family: 'josefin-light', sans-serif;
    font-size: 18px;
    margin: 12px 0 -20px 0;
    line-height: 126% !important;
    color: #111;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .fwdsc .caption-title {
        font-size: 16px;
    }

    .fwdsc .caption-desc {
        font-size: 18px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .fwdsc .caption-title {
        font-size: 18px;
    }

    .fwdsc .caption-desc {
        font-size: 20px;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .fwdsc .caption-title {
        font-size: 18px;
    }

    .fwdsc .caption-desc {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .fwdsc .caption-title {
        font-size: 20px;
    }

    .fwdsc .caption-desc {
        font-size: 22px;
    }


}




@media only screen and (min-width: 1400px) {
    .fwdsc .caption-title {
        font-size: 20px;
    }

    .fwdsc .caption-desc {
        font-size: 22px;
    }


}


/** 
 * --------------------------------------------------------------------------------
 *	General
 * --------------------------------------------------------------------------------
 */
.fwdsc-error-window {
    background: #FFF !important;
}

.fwdsc-error-window-text {
    padding: 7px 21px 9px 23px !important;
    color: #000;
}

.fwdscicon-error {
    position: relative !important;
    top: 5px !important;
    left: -5px !important;
    margin: 0 1px 0 0;
    color: #F00;
}

.fwdscicon-error:before {
    font-size: 26px;
}


/** 
 * --------------------------------------------------------------------------------
 *	Error window
 * --------------------------------------------------------------------------------
 */
.fwdsc-error-window {
    background: #FFF !important;
}

.fwdsc-error-window-text {
    font-size: 16px !important;
    padding: 7px 21px 9px 23px !important;
    color: #000;
}

.fwdsc-error {
    position: relative !important;
    top: 5px !important;
    left: -5px !important;
    margin: 0 1px 0 0;
    color: #F00;
}

.fwdsc-error:before {
    font-size: 26px;
}


/** 
 * --------------------------------------------------------------------------------
 *  LIGHTBOX VIDEO PLAYER
 * --------------------------------------------------------------------------------
 */
.fwdsc-rl .EVPSubtitle,
.fwdsc .EVPSubtitle {
    font: 700 22px 'Montserrat', sans-serif !important;
    text-align: center !important;
    color: #FFFFFF !important;
    max-width: none !important;
    text-shadow: 0px 0px 1px #000000 !important;
    line-height: 28px !important;
    margin: 0 20px 20px !important;
    padding: 0px !important;
}

.fwdsc-rl .EVPSubtitle.phone,
.fwdsc .EVPSubtitle.phone {
    font-size: 16px !important;
    line-height: 20px !important;
    margin: 0 10px 10px !important;
}

.fwdsc-rl .EVPSubtitle.large,
.fwdsc .EVPSubtitle.large {
    font-size: 28px !important;
    line-height: 38px !important;
    margin: 0 20px 20px !important;
}

.fwdsc-rl .fwdevp-autoplay-text,
.fwdsc .fwdevp-autoplay-text {
    font: 500 12px Roboto, Arial !important;
    top: 12px !important;
    left: 12px !important;
    border-radius: 14px;
    line-height: 14px !important;
    padding: 6px 23px 6px 18px !important;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    transition: background-color .3s ease-out, color .3s ease-out;
}

.fwdsc-rl .fwdevp-autoplay-text:hover,
.fwdsc .fwdevp-autoplay-text:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1);
}


.fwdsc-rl .fwdevp-autoplay-text:hover svg path,
.fwdsc .fwdevp-autoplay-text:hover svg path {
    fill: #111;
}

.fwdsc-rl .fwdevp-time,
.fwdsc-rl .fwdevp-qaulity-button,
.fwdsc .fwdevp-time,
.fwdsc .fwdevp-qaulity-button {
    font: 400 13px Arial !important;
}

.fwdsc-rl .fwdevp-autoplay-text svg,
.fwdsc .fwdevp-autoplay-text svg {
    transform: translate(6px, 2px);
}

.fwdsc-rl .fwdevp-autoplay-text svg path,
.fwdsc .fwdevp-autoplay-text svg path {
    transition: all .3s ease-out;
    fill: #FFFFFF;
}

.fwdsc-rl .EVP-tooltip-text,
.fwdsc .EVP-tooltip-text {
    font: 400 12px Arial !important;
    padding: 5px 8px 5px !important;
}


.fwdsc-rl .fwdevp-thubnails-preview-text,
.fwdsc .fwdevp-thubnails-preview-text {
    font: 400 13px Arial !important;
    padding: 5px 8px 4px !important;
}

.fwdsc-rl .fwdevp-skip,
.fwdsc-rl .fwdevp-ads,
.fwdsc .fwdevp-skip,
.fwdsc .fwdevp-ads {
    font-family: Arial !important;
}


.fwdsc-rl .fwdevp-password-title,
.fwdsc-rl .fwdevp-password-label,
.fwdsc-rl .fwdevp-password-input,
.fwdsc .fwdevp-password-title,
.fwdsc .fwdevp-password-label,
.fwdsc .fwdevp-password-input {
    font-family: Arial !important;
    height: auto !important;
}


/* Video player vector skin. */
.fwdsc .EVPMainButtonsNormalState,
.fwdsc-rl .EVPMainButtonsNormalState {
    overflow: visible !important;
    font-size: 26px !important;
    color: #999 !important;
}

.fwdsc .EVPMainButtonsSelectedState,
.fwdsc-rl .EVPMainButtonsSelectedState {
    overflow: visible !important;
    font-size: 26px !important;
    color: #FFF !important;
}

.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-play,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-play,
.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-pause,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-pause,
.fwdsc-rl .EVPMainButtonsNormalState .fwdsc-icon-play,
.fwdsc-rl .EVPMainButtonsSelectedState .fwdsc-icon-play,
.fwdsc-rl .EVPMainButtonsNormalState .fwdsc-icon-pause,
.fwdsc-rl .EVPMainButtonsSelectedState .fwdsc-icon-pause {
    position: relative;
    left: 0;
    top: 1px;
}

.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-sound,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-sound,
.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-sound-off,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-sound-off,
.fwdsc-rl .EVPMainButtonsNormalState .fwdsc-icon-sound,
.fwdsc-rl .EVPMainButtonsSelectedState .fwdsc-icon-sound,
.fwdsc-rl .EVPMainButtonsNormalState .fwdsc-icon-sound-off,
.fwdsc-rl .EVPMainButtonsSelectedState .fwdsc-icon-sound-off {
    position: relative;
    left: 0;
    top: 2px;
}

.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-cast,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-cast,
.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-fullscreen,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-fullscreen,
.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-sound-normalscreen,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-sound-normalscreen,
.fwdsc-rl .EVPMainButtonsNormalState .fwdsc-icon-cast,
.fwdsc-rl .EVPMainButtonsSelectedState .fwdsc-icon-cast,
.fwdsc-rl .EVPMainButtonsNormalState .fwdsc-icon-fullscreen,
.fwdsc-rl .EVPMainButtonsSelectedState .fwdsc-icon-fullscreen,
.fwdsc-rl .EVPMainButtonsNormalState .fwdsc-icon-sound-normalscreen,
.fwdsc-rl .EVPMainButtonsSelectedState .fwdsc-icon-sound-normalscreen {
    position: relative;
    top: 1px;
}

.fwdsc .table-fwdevp-button,
.fwdsc-rl .table-fwdevp-button {
    displayType: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

.fwdsc .EVPMainButtonsNormalState .fwdsc-icon-fullscreen,
.fwdsc .EVPMainButtonsSelectedState .fwdsc-icon-fullscreen {
    left: 0;
}

.fwdsc .table-cell-fwdevp-button,
.fwdsc-rl .table-cell-fwdevp-button {
    position: static !important;
    displayType: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.fwdsc .EVPLargePlayButtonNormalState,
.fwdsc-rl .EVPLargePlayButtonNormalState {
    position: absolute;
    font-size: 36px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    color: #BBB9BA;
}

.fwdsc .EVPLargePlayButtonNormalState {
    background-color: rgba(0, 0, 0, .4) !important;
    transition: all .25s ease-out !important;
}

.fwdsc .EVPLargePlayButtonNormalState.selected {
    background-color: rgba(0, 0, 0, .6) !important;
    color: #FFF
}

.fwdsc .EVPLargePlayButtonNormalState .table-cell-fwdevp-button,
.fwdsc-rl .EVPLargePlayButtonNormalState .table-cell-fwdevp-button,
.fwdsc .EVPLargePlayButtonSelectedState .table-cell-fwdevp-button,
.fwdsc-rl .EVPLargePlayButtonSelectedState .table-cell-fwdevp-button {
    padding: 1px 0 0 !important;
}

.fwdsc-rl .EVPLargePlayButtonSelectedState {
    position: absolute;
    font-size: 36px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
}

.fwdsc .EVPLargePlayButtonSelectedState .table-cell-fwdevp-button,
.fwdsc-rl .EVPLargePlayButtonSelectedState .table-cell-fwdevp-button {
    padding: 2px 0 0;
}


/** 
 * --------------------------------------------------------------------------------
 *	LIGHTBOX
 * --------------------------------------------------------------------------------
 */

/* Counter. */
.fwdsc-rl-counter .text {
    font: 400 14px Arial;
    color: #B9B9B9;
    padding: 9px 9px !important;
    background-color: rgba(0, 0, 0, .4) !important;
}

.fwdsc-rl-counter.in .text {
    text-align: center;
    padding: 9px 8px !important;
    transform-origin: top left;
    transform: rotate(90deg) !important;
    background-color: transparent !important;
}

/* Caption. */
.fwdsc-rl-caption {
    text-align: center;
}

.fwdsc-rl-caption .fwdrl-title {
    font: 700 18px 'Montserrat', sans-serif !important;
    line-height: 21px;
    margin: 21px 20px 0;
    color: #FFFFFF;
}

.fwdsc-rl-caption .fwdrl-desc {
    font: 400 14px 'Montserrat', sans-serif !important;
    font-style: italic;
    line-height: 19px;
    margin: 5px 20px 0;
    color: #E9E9E9;
}

.fwdsc-rl-caption .fwdrl-desc strong {
    color: #FFFFFF !important;
}

.fwdsc-rl-caption .fwdrl-desc a {
    text-decoration: none;
    background-image: linear-gradient(#E9E9E9 calc(100% - 2px), #E9E9E9 1px);
    background-position: 0 calc(100% + 1px);
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
    border-bottom: 1px solid rgba(233, 233, 233, 0.4);
    color: #E9E9E9;
}

.fwdsc-rl-caption .fwdrl-desc a:hover {
    background-size: 100% 1px;
    color: #FFFFFF;
}


/* Caption bottom out. */
.fwdsc-rl-caption.out .fwdrl-title {
    margin: 21px 0 0;
}

.fwdsc-rl-caption.out .fwdrl-desc {
    margin: 5px 0 0;
}

@media screen and (max-width: 600px) {
    .fwdsc-rl-caption.out .fwdrl-title {
        margin: 21px 10px 0;
    }

    .fwdsc-rl-caption.out .fwdrl-desc {
        margin: 5px 10px 0;
    }
}


/* Caption top/bottom in. */
.fwdsc-rl-caption.bottomin .background,
.fwdsc-rl-caption.topin .background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.85%, rgba(0, 0, 0, 0.171875) 38.54%, rgba(0, 0, 0, 0.510026) 68.75%, #000000 100%);
    opacity: 0.6;
}

.fwdsc-rl-caption.topin .background {
    transform: rotate(180deg);
}

.fwdsc-rl-caption.bottomin .fwdrl-title {
    margin-top: 50px;
}

.fwdsc-rl-caption.bottomin .fwdrl-desc {
    margin-bottom: 28px;
}

.fwdsc-rl-caption.bottomin.small-screen .fwdrl-title {
    margin: 50px 10px 0;
}

.fwdsc-rl-caption.bottomin.small-screen .fwdrl-desc {
    margin: 5px 10px 15px;
}

.fwdsc-rl-caption.topin .fwdrl-title {
    margin-top: 29px;
}

.fwdsc-rl-caption.topin .fwdrl-desc {
    margin-bottom: 50px;
}

.fwdsc-rl-caption.topin.small-screen .fwdrl-title {
    margin: 15px 10px 0;
}

.fwdsc-rl-caption.topin.small-screen .fwdrl-desc {
    margin: 5px 10px 50px;
}


/* Share buttons. */
.fwdsc-rl-share {
    width: 164px;
    border-radius: 2px;
    /* This is set by default in the settings, uncomment it to use it. */
    /*background-color: #FFFFFF !important;*/
}

.fwdsc-rl-share .fwdsc-rl-pointer {
    /* This is set by default in the settings, uncomment it to use it. */
    /*background-color: #FFFFFF !important;*/
}

.fwdsc-rl-share .fwdsc-rl-text {
    font: 700 22px 'Montserrat', sans-serif !important;
    text-align: center;
    border-bottom: 1px solid #E3E3E3 !important;
    padding: 13px 0 10px !important;
    color: #1E1E1E;
}

.fwdsc-rl-share .fwdsc-rl-buttons-holder {
    padding: 15px 18px 2px !important;
}

.fwdsc-rl-share .fwdsc-rl-share-button {
    margin: 0 16px 10px 0 !important;
}

.fwdsc-rl-share .fwdsc-rl-share-button:nth-child(3n) {
    margin-right: 0 !important;
}


/* HTML content form. */
.fwdrl-html-content {
    overflow: auto;
    height: 100%;
    text-align: center;
    background: #FFF;
}

.fwdrl-html-content img {
    margin: 50px auto 0;
}

.fwdrl-html-content h1 {
    font: 500 33px Roboto, Arial !important;
    line-height: 39px;
    max-width: 300px;
    margin: 20px auto 0;
    color: #111;
}

.fwdrl-html-content p {
    font: 300 14px Roboto, Arial !important;
    line-height: 24px !important;
    margin: 16px 20px 30px;
}

.fwdrl-html-content input {
    font: 300 14px Roboto, Arial !important;
    width: 100%;
    max-width: 274px;
    border: 1px solid #FFF;
    padding: 18px 30px;
    background: #F5F5F5;
}

.fwdrl-html-content input:focus {
    outline: none !important;
    border: 1px solid #111;
}

.fwdrl-html-content h4 {
    font: 700 14px Roboto, Arial !important;
    cursor: pointer;
    width: 100%;
    max-width: 274px;
    margin: 11px auto 0;
    padding: 18px 30px;
    background: #570AB8;
    color: #FFF;
    transition: all .25s ease-out;
}

.fwdrl-html-content h4:hover {
    background: #6B13DA;
    color: #FFF;
}


/* Lightbox vector skin.*/
.fwdsc-rl-button {
    position: relative !important;
    width: 32px;
    height: 32px;
    font-size: 23px;
    background-color: rgba(0, 0, 0, .4);
    color: #B9B9B9;
    transition: all .25s ease-out;
}

.fwdsc-rl-button .fwdsc-icon {
    position: absolute;
}

.fwdsc-rl-button.selected {
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
}

.fwdsc-icon-close {
    left: 4px;
    top: 4px;
}

.fwdsc-icon-play,
.fwdsc-icon-pause {
    left: 5px;
    top: 4px;
}

.fwdsc-icon-zoomin,
.fwdsc-icon-zoomout {
    left: 4px;
    top: 4px;
}

.fwdsc-icon-fullscreen,
.fwdsc-icon-normalscreen {
    left: 4px;
    top: 4px;
}

.fwdsc-icon-share {
    left: 5px;
    top: 4px;
}

.fwdsc-icon-next {
    left: 6px;
    top: 4px;
}

.fwdsc-icon-prev {
    left: 4px;
    top: 4px;
}

.fwdsc-rl-share-button .fwdsc-rl-button {
    background-color: transparent;
    color: #000;
}

.fwdsc-rl-share-button .fwdsc-rl-button.selected {
    background-color: transparent;
    color: #FFF;
}

.fwdsc-icon-facebook {
    top: 4px;
    left: 4px;
}

.fwdsc-rl-button.facebook.selected {
    background-color: #1877F2;
}

.fwdsc-icon-twitter {
    top: 4px;
    left: 5px;
}

.fwdsc-rl-button.twitter.selected {
    background-color: #1DA1F3;
}

.fwdsc-icon-linkedin {
    top: 4px;
    left: 5px;
}

.fwdsc-rl-button.linkedin.selected {
    background-color: #0A66C2;
}

.fwdsc-icon-tumblr {
    top: 4px;
    left: 4px;
}

.fwdsc-rl-button.tumblr.selected {
    background-color: #FF8A00;
}

.fwdsc-icon-pinterest {
    top: 4px;
    left: 4px;
}

.fwdsc-rl-button.pinterest.selected {
    background-color: #FF8A00;
}

.fwdsc-icon-reddit {
    top: 4px;
    left: 4px;
}

.fwdsc-rl-button.reddit.selected {
    background-color: #F74300;
}

.fwdsc-icon-buffer {
    top: 4px;
    left: 4px;
}

.fwdsc-rl-button.buffer.selected {
    background-color: #2C4BFF;
}

.fwdsc-icon-digg {
    top: 4px;
    left: 4px;
}

.fwdsc-rl-button.digg.selected {
    background-color: #2066A3;
}

.fwdsc-icon-blogger {
    top: 4px;
    left: 4px;
}

.fwdsc-rl-button.blogger.selected {
    background-color: #F74300;
}


/** 
 * --------------------------------------------------------------------------------
 *	GUI
 * --------------------------------------------------------------------------------
 */
.dg.main.a {
    z-index: 9999;
    margin: 0;
}

.dg.main.a.closed {}

.dg.main.a.opened {}

.dg .c {
    width: 50% !important;
}

.dg .property-name {
    width: 50% !important;
}

.dg.main.a .carousel {
    width: 71%;
    margin-left: 0;
}

.dg.main.a .has-carousel input[type=text] {
    width: 24% !important;
    padding: 2px !important;
}

.dg.main.a .cr.color input[type=text] {
    padding: 2px 0;
}

.dg .close-button {
    width: 100% !important;
}

.dg > ul {
    height: auto !important;
}

/* Stats. */
.fwdsc-imafe-manager > div {
    position: absolute !important;
}

@media screen and (max-width: 1200px) {
    .dg.main {
        displayType: none !important
    }
}