/*-----------------------------------------------------------------------------------*/
/*	07. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.tp-fullwidth-container,
.tp-fullscreen-container,
.tp-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
}
.revolution {
    z-index: 998
}
.revolution ul {
    display: none;
    margin: 0;
    list-style: none;
}
.revolution .tp-caption {
    color: #FFF
}
.revolution .main-title {
    font-size: 50px
}
.revolution .lead {
    font-size: 28px
}
.revolution .dark-layer {
    background: rgba(31,33,36,0.6);
    padding: 20px;
}
.revolution .main-title.dark-layer {
    padding: 25px
}
.revolution .light-layer {
    background: rgba(255,255,255,0.6);
    padding: 20px;
    color: #404040 !important
}
.revolution .main-title.light-layer {
    padding: 25px
}
.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: #f7f7f7;
    padding: 0;
    width: 45px;
    height: 80px;
    line-height: 77px;
    text-align: center;
    font-size: 25px;
    background: rgba(0,0,0,0.2);
}
.tparrows:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    vertical-align: middle;
}
.tp-leftarrow.default:before {
    content: '\e00c';
    left: 0;
    margin-left: -5px;
}
.tp-rightarrow.default:before {
    content: '\e010';
    margin-right: -5px;
}
.tparrows:hover {
    background: rgba(0,0,0,0.3)
}
.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(0,0,0,0.3);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(0,0,0,0.5)
}
.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: 40px;
    width: 40px;
    -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(74,162,209,.15);
    border-right: 3px solid rgba(74,162,209,.15);
    border-bottom: 3px solid rgba(74,162,209,.15);
    border-top: 3px solid rgba(74,162,209,.8);
    border-radius: 100%;
    margin: -20px -20px;
    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;
}
.tp-dottedoverlay.twoxtwo {
    background: rgba(38,39,42,0.4);
}
video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

/*-----------------------------------------------------------------------------------*/
/*	09. FEATURES
/*-----------------------------------------------------------------------------------*/
/*.feature {*/
/*    padding: 0 0 0 60px;*/
/*    position: relative;*/
/*    margin-bottom: 40px;*/
/*}*/
/*.feature .icon {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    color: #4aa2d1;*/
/*    font-size: 40px;*/
/*}*/
/*.feature.flat-icon {*/
/*    padding: 0 0 0 70px*/
/*}*/