@charset "utf-8";
/* CSS Document */

fullwidthbanner-container{
width:100%;
position:relative;
padding:0;
overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
width:100%;
position:relative;
}
.fullwidthbanner-container .tp-thumbs{  padding:3px;}

/*********************************************

-BASIC SETTINGS FOR THE BANNER-

***********************************************/

 .tp-simpleresponsive img {
-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{text-decoration:none;}

.tp-simpleresponsive ul {
list-style:none;
padding:0;
margin:0;
}

.tp-simpleresponsive >ul >li{
list-stye:none;
position:absolute;
visibility:hidden;
}

.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;visibility: hidden;
-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img{max-width:none;}

./*************************************
-TP ARROWS -
**************************************/
.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;-webkit-transform: translateZ(5px);

}
.tparrows.hidearrows{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.tp-leftarrow{z-index:100;cursor:pointer; position:relative;background:url(../assets/large_left.png) no-Repeat top left;width:40px;height:40px; display:none !important;}
.tp-rightarrow{z-index:100;cursor:pointer; position:relative;background:url(../assets/large_right.png) no-Repeat top left;width:40px;height:40px; display:none !important;}


.tp-leftarrow.round{z-index:100;cursor:pointer; position:relative;background:url(../assets/small_left.png) no-Repeat top left;width:19px;height:14px;  margin-right:0px; float:left; margin-top:0px;}
.tp-rightarrow.round{z-index:100;cursor:pointer; position:relative;background:url(../assets/small_right.png) no-Repeat top left;width:19px;height:14px;  margin-right:0px; float:left;margin-top:0px;}


.tp-leftarrow.round-old{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrow_left.png) no-Repeat top left;width:26px;height:26px;  margin-right:0px; float:left; margin-top:0px;}
.tp-rightarrow.round-old{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrow_right.png) no-Repeat top left;width:26px;height:26px;  margin-right:0px; float:left;margin-top:0px;}


.tp-leftarrow.navbar{z-index:100;cursor:pointer; position:relative;background:url(../assets/small_left_boxed.png) no-Repeat top left;width:20px;height:15px;   float:left;margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar{z-index:100;cursor:pointer; position:relative;background:url(../assets/small_right_boxed.png) no-Repeat top left;width:20px;height:15px;   float:left;margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrowleft.png) no-Repeat top left;width:9px;height:16px;   float:left;margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrowright.png) no-Repeat top left;width:9px;height:16px;   float:left;margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow{margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow{margin-left:0px; }

.tp-leftarrow.square{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrow_left2.png) no-Repeat top left;width:12px;height:17px;   float:left;margin-right:0px; margin-top:0px;}
.tp-rightarrow.square{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrow_right2.png) no-Repeat top left;width:12px;height:17px;   float:left;margin-left:0px; margin-top:0px;}


.tp-leftarrow.square-old{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrow_left2.png) no-Repeat top left;width:12px;height:17px;   float:left;margin-right:0px; margin-top:0px;}
.tp-rightarrow.square-old{z-index:100;cursor:pointer; position:relative;background:url(../assets/arrow_right2.png) no-Repeat top left;width:12px;height:17px;   float:left;margin-left:0px; margin-top:0px;}


.tp-simpleresponsive >ul >li:hover{z-index:100;cursor:pointer; position:relative;background:url(../assets/large_left.png) no-Repeat 0 0;width:40px;height:40px;}
.tp-simpleresponsive >ul >li:hover{z-index:100;cursor:pointer; position:relative;background:url(../assets/large_right.png) no-Repeat 0 0;width:40px;height:40px;}




.tp-leftarrow:hover,
.tp-rightarrow:hover {background-position:bottom left; }





