.bannercontainer {
	padding:0;
	width:100%!important;
	position:relative;
	max-height:500px !important;
	overflow:hidden;
}

.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:840px !important;
	overflow:hidden;
}

.tp-hide-revslider, .tp-caption.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important;
}

.tp-caption { 
	z-index:1;
}

.tp-caption.medium_text {
	position: absolute;
	color: #000;
	margin: 0px;
	white-space: nowrap;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
}

.tp-caption.large_text {
	position: absolute;
	color: #000;
	margin: 0;
	white-space: nowrap;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 68px;
	line-height: 68px;
	font-weight: 900;
}

.tp_inner_padding {	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}

.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; 
	visibility: hidden;
}

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

.noFilterClass {
	filter:none !important;
}

.tparrows:before {
	speak: none;
	display: inline-block;
	margin-right: 0;
	text-align: center;
	width: 32px;
	font: normal 16px/32px fontawesome;
}

.tparrows {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #004D7F;
	border-radius: 32px;
	color: #FFF;
	width: 32px;
	height: 32px;
	top: 50% !important;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}

.tp-leftarrow:before {
    content: "\f104";
}

.tp-leftarrow {
	margin-left: 40px;
}

.tp-rightarrow {
	margin-left: -40px;
}

.tp-rightarrow:before {
    content: "\f105";
}

.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}

.tparrows:hover {
	background: #000;
}


/*.tp-bannertimer	{	
	width:100%; 
	height:10px; 
	background:url(images/slides/assets/timer.png);
	position:absolute; 
	z-index:200;
}

.tp-bannertimer.tp-bottom {	
	bottom:0px !important;
	height:5px;
}*/


@media only screen and (max-width: 1200px){
	
.banner, .bannercontainer {	
	width:960px; 
	height:400px;
}

}

@media only screen and (max-width: 960px){

.banner, .bannercontainer {	
	width:728px; 
	height:303px;
}

}

@media only screen and (max-width: 728px){
	
.banner, .bannercontainer {	
	width:100%; 
	height:auto;
}

.responsive .tparrows {	
	display:none;
}
	
}


.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;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px;  background:url(images/slides/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(images/slides/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				
}
