

/*-----------------------------------------------------------------------------------*/
/*	22. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.tp-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
}
.revolution {
    z-index: 998
}
.revolution ul {
    display: none;
    margin: 0;
    list-style: none;
}
.tp-caption.title {
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.tp-caption.lead {
    font-size: 20px;
    line-height: 1;
    color: #FFF;
}
.tp-caption.light-layer {
    color: #4e4e4e;
    background: rgba(255,255,255,0.9);
    padding: 12px 17px;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    color: #525252;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(255,255,255,0.7);
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e84b'
}
.tp-rightarrow.default:before {
    content: '\e84a'
}
.tparrows:hover {
    background: rgba(255,255,255,0.9);
    color: #525252 !important;
}
.tp-bullets {
    bottom: 30px !important
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255,255,255,0.3);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255,255,255,0.6)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-loader.spinner0 {
    background: none !important;
    height: 36px;
    width: 36px;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(87,164,164,.15);
    border-right: 3px solid rgba(87,164,164,.15);
    border-bottom: 3px solid rgba(87,164,164,.15);
    border-top: 3px solid rgba(87,164,164,.8);
    border-radius: 100%;
    margin: -18px -18px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    position: absolute;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
}

/*-----------------------------------------------------------------------------------*/
/*	27. DIVAS SLIDER
/*-----------------------------------------------------------------------------------*/
.divas-slider ul {
    padding-left: 0
}
.divas-navigation {
	clear: both;
	position: absolute;
	margin: 0px auto;
	height: 0;
	width: 100%;
	text-align: center;
	top: 47%;
	top: calc(50% - 20px);
	font-family: 'fontello';
}
.divas-has-bullets .divas-navigation {
    top: calc(50% - 20px);
}
.divas-navigation span {
    outline: 0 none;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: none !important;
    background: rgba(255,255,255,0.7) !important;
    color: #525252;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
}
.divas-navigation span:hover {
    background: rgba(255,255,255,0.9) !important;
    color: #525252;
}
.divas-navigation span.divas-prev:before {
    display: block;
    content: '\e84b';
}
.divas-navigation span.divas-next:before {
    display: block;
    content: '\e84a';
}
.divas-caption {
    background: none;
    color: #525252;
    bottom: 40px;
    top: auto;
    margin: 0 0 0 40px;
    background: rgba(255,255,255,0.9);

}
.divas-caption h2 {
    margin: 0;
    text-transform: uppercase;
}
