/**
 * Shader Circular Carousel PACKAGED v:1.0
 * Shader Circular Carousel global CSS.
 * @author Tibi - FWDesign [https://webdesign-flash.ro/]
 * Copyright © Since 2006 All Rights Reserved.
 */


/* Caption. */
.fwdscc.caption{
    overflow: visible !important;
    width: calc(100% - 40px) !important;
    max-width: 700px !important;
    text-align: center !important;
    pointer-events: none !important;
    color: #FFFFFF !important;
}

.fwdscc.caption.spiral{}

.fwdscc.caption.filmstrip{
    left: -4px !important;
    margin: 15px 0 0 0 !important;
}

.fwdscc.caption.filmstrip-double{
    margin: 15px 0 0 0 !important;
}

.fwdscc.caption.grid{
    margin: -10px 0 0 0 !important;
}

.fwdscc.caption.circular-carousel{
    margin: 30px 0 0 0 !important;
}

.fwdscc.caption.slider{
    margin: 30px 0 0 0 !important;
}


.fwdscc.caption a {
    pointer-events: auto  !important;
}

.fwdscc.caption-title{
    font: 700 46px 'Titillium Web', sans-serif !important;
    line-height: 1 !important;
    margin: 17px 0 0 0 !important;
}

.fwdscc.caption-desc{
    font: 400 16px 'Titillium Web', sans-serif !important;
    margin: 12px 0 30px 0 !important;
}



/* General. */
.fwdscc-error-window{
    background: #FFF !important;
}

.fwdscc-error-window-text{
    padding: 7px 21px 9px 23px !important;
    color: #000;
}

.fwdsccicon-error{
    position: relative !important;
    top: 5px !important;
    left: -5px !important;
    margin: 0 1px 0 0;
    color: #F00;
}

.fwdsccicon-error:before{
    font-size: 26px;
}

/* Error window. */
.fwdscc-error-window{
    background: #FFF !important;
}

.fwdscc-error-window-text{
    font-size: 16px !important;
    padding: 7px 21px 9px 23px !important;
    color: #000;
}

.fwdscc-error{
    position: relative !important;
    top: 5px !important;
    left: -5px !important;
    margin: 0 1px 0 0;
    color: #F00;
}

.fwdscc-error:before{
    font-size: 26px;
}



/* Navigation buttons, the buttons colors are set in the carousel settings. */
.fwdscc-navigation-button{
    width: 40px !important;
    height: 40px !important;
}

.fwdscc-first-button .fwdsccicon,
.fwdscc-second-button .fwdsccicon{
    position: relative !important; 
    top: calc(50% - 8px) !important;
    left: calc(50% - 8px) !important;
}


.fwdscc-full-width {
	width: 100% !important;
	display: block !important;
    max-width: none !important;
}

.fwdscc-full-width #fwdsccDiv0{
	margin: auto !important;
}


/* 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. */
.fwdscc-imafe-manager > div{
    position: absolute !important;
}

.fwdscc-data-gallery{
    display: none !important;
}