/* --- DEFAULT CSS --- 
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
*/

/* ========================================================================
                                START SLIDER 
========================================================================= */
.slider {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.slider .slider-content {
    position: relative;
}
.slider .slide-arrows {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;    
}
.slider .slide-left {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0px auto 20px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 72px;
    height: 72px;
    background: url('../images/elements/arrow_left.png') no-repeat center left;
}
.slider .slide-right {
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 20px auto 0px;
    z-index: 3;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    cursor: pointer;
    width: 72px;
    height: 72px;
    background: url('../images/elements/arrow_right.png') no-repeat center right;
}
.slider .slide-left:hover,
.slider .slide-right:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/* ========================================================================
                                END SLIDER 
========================================================================= */

/* ========================================================================
                                START FILTER 
========================================================================= */
.filter-area {
    margin-bottom: 60px;
}
.filter {
    background: #e7e7e7;
    margin: -60px 0px 60px;
    text-align: center;
}
.filter.home-filter {
    margin: -40px 0px 60px;
}
.filter li {
    display: inline-block;;
    *zoom: 1;
    *display: inline;
}
.filter li a {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
}
.filter li a:hover {
    background: #e1e1e1;
    color: #4a5763;
}
.filter li a.active {
    background: #fff;
    color: #4a5763;
    border: 1px solid #d1d1d1;
    margin: -1px;
    border-bottom: 0px solid #d1d1d1;
}
.filter-item {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0px 2px 2px #e3e3e3;
    overflow: hidden;
    margin-bottom: 20px;
}
.filter-item .filter-hidden {
    margin: 10px;
    overflow: hidden;
    position: relative;
}
.filter-item .filter-cover {
    text-align: center;
}
.filter-item .filter-cover iframe,
.filter-item .filter-cover img {
    width: 100%;
}
.filter-item:hover .filter-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.filter-item .filter-hover {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    display: block;
    background: rgba(74,86,99, 0.7);
    width: 100%;
    height: 100%;
}
.filter-item .filter-hover h5 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}
.filter-item .filter-hover h5 a {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.filter-item .filter-hover h5 a:hover {
    color: #45c9c3;
}
.filter-item .filter-hover ul {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.filter-item .filter-hover ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0px 5px;
}
.filter-item .filter-hover ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgba(255,255,255, 0.6) url('../images/elements/filter-bg.png') no-repeat 0px 0px;
}
.filter-item .filter-hover ul li a.filter-zoom {
    background-position: 11px 10px;
}
.filter-item .filter-hover ul li a.filter-link {
    background-position: -28px 10px;
}
.filter-item .filter-hover ul li a:hover {
    background: #45c9c3 url('../images/elements/filter-bg.png') no-repeat 0px 0px;
}
.filter-item .filter-hover ul li a:hover.filter-zoom {
    background-position: 11px 10px;
}
.filter-item .filter-hover ul li a:hover.filter-link {
    background-position: -28px 10px;
}
/* ========================================================================
                                END FILTER 
========================================================================= */



/* ========================================================================
                                START RESPONSIVE
========================================================================= */
/* Large desktop */
@media (min-width: 1200px) {
    .filter-item .filter-hover h5 {
        padding-top: 90px;
    }
    .header .header-content {
        width: 1110px;
    }
}

@media (max-width: 979px) {
    .page-template-templates_displaywphome-php .the-slider {
        margin-top: 100px; 
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    
    .filter-item .filter-hover h5 {
        padding-top: 35px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    
    .the-slider .the-bullets li h4 {
        font-size: 12px;
        padding: 20px 3px;
    }
    .header .header-content {
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }
    
    .the-slider .the-bullets li h4 a {
        font-size: 11px;
        line-height: 1em;
    }
    
    
}
/* Landscape phones and down */
@media (max-width: 500px) {
    .home .rev_slider_wrapper {
        margin-top: 128px !important;
    }
    
    .the-slider .the-bullets {
        display: none;
    }
    
}
/* ========================================================================
                                END RESPONSIVE
========================================================================= */


.tp-bullets {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    background:none !important;
}
.tp-mask {
    margin: 0px auto !important; 
}
.tp-bullets.tp-thumbs,
.fullwidthbanner-container .tp-thumbs {
    padding: 0px !important;
	height:auto !important;
	position:relative;
	display:none;
}
.rev_slider_wrapper {
    margin-bottom: 0px !important;
}

.the-slider .the-bullets li{
    vertical-align: top;
}

.tp-bannertimer.tp-bottom{
    bottom: 0px !important;
    z-index: 99;
}



.the-slider>.the-slider-content>ul>li{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}
.the-slider>.the-slider-content>ul>li:first-child{
    position: relative;
    z-index: 1;
}

#rev_slider_1_1_wrapper{overflow:hidden !important;}