*
{
    margin: 0px;
    padding: 0px;
}
.rev_slider_wrapper
{
    position: relative;
}
.rev_slider_wrapper > ul
{
    visibility: hidden;
}
.rev_slider
{
    position: relative;
    overflow: hidden;
}
.rev_slider img
{
    max-width: none !important;
    border-style: none;
    border-color: inherit;
    max-width: none !important;
    -moz-transition: none 0 !important;
    -webkit-transition: none 0 !important;
    -o-transition: none 0 !important;
    transition: none 0 !important;
    margin: 0px !important;
    padding: 0px !important;
    border-width: medium !important;
    visibility: visible !important;
}
.rev_slider .no-slides-text
{
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}
.rev_slider ul
{
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
    list-style-type: none !important;
    background-position: 0px 0px !important;
}
.rev_slider ul li, .rev_slider > ul > li, .rev_slider > ul > li:before
{
    list-style: none !important;
    position: absolute;
    visibility: hidden;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none !important;
    background-position: 0px 0px !important;
    text-indent: 0em !important;
}
.rev_slider .tp-caption, .rev_slider .caption
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tp-caption
{
    z-index: 1;
}
.tp_inner_padding
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}
.tp-hide-revslider, .tp-caption.tp-hidden-caption
{
    visibility: hidden !important;
    display: none !important;
}
.noFilterClass
{
    filter: none !important;
}
.fullwidthbanner-container
{
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner
{
    width: 100% !important;
    position: relative;
}
.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img
{
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
}
.tparrows
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tparrows.hidearrows
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-leftarrow.default
{
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/prev.png) no-Repeat 0 0;
    width: 50px;
    height: 45px;
}
.tp-rightarrow.default
{
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/next.png) no-Repeat 0 0;
    width: 50px;
    height: 45px;
}
.tp-leftarrow:hover, .tp-rightarrow:hover
{
    background-position: bottom left;
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .responsive .tp-bullets.tp-thumbs
    {
        width: 300px !important;
        height: 30px !important;
    }
    .responsive .tp-bullets.tp-thumbs .tp-mask
    {
        width: 300px !important;
        height: 30px !important;
    }
    .responsive .tp-bullets.tp-thumbs .bullet
    {
        width: 60px !important;
        height: 30px !important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px)
{
    .responsive .tp-bullets
    {
        display: none;
    }
    .responsive .tparrows
    {
        display: none;
    }
}
.tp-simpleresponsive .tp-caption img
{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive > ul li
{
    list-style: none;
    position: absolute;
    visibility: hidden;
}
.slidertext
{
    font-size: 30px;
    background-color: rgba(255,255,255,0.8);
    color: #ee6806;
    padding: 15px 20px;    
    font-family: 'Roboto Condensed' , sans-serif;
    width: auto;
    white-space: nowrap;
    height: auto;
    display: inline-block;
    line-height: 36px;
}
@media (max-width:1118px)
{
    .slidertext
    {
        font-size: 24px;
       background-color: rgba(255,255,255,0.8);
        color: #ee6806;
        padding: 20px 10px;
        font-family: 'Roboto Condensed' , sans-serif;
        width: auto;
        white-space: nowrap;
        height: auto;
        display: inline-block;
        line-height: 28px;
    }
}
@media (max-width:767px)
{
    .slidertext
    {
        font-size: 14px;
        background-color: rgba(255,255,255,0.8);
        color: #75ad00;
        padding: 10px;
        font-family: 'Roboto Condensed' , sans-serif;
        width: 180px;
        white-space: initial;
        height: auto;
        display: inline-block;
        word-wrap: break-word;
        line-height: 18px;
        margin-top: -30px;
    }
}