

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner ul{
	margin:0;
	padding:0;
}
.tp-banner ul li{
	cursor: move;
}
.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: none !important;
    margin-right: 2px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}
/*.current-sr-slide-visible{
		    width: 100%;
    height: 100%;
    overflow: visible !important;
    z-index: 20;
    visibility: inherit;
    opacity: 1;

	}*/
	.newtext{
			position: absolute !important;
			z-index: 9999;
			bottom: 40%;
			left: 10%;
			background: rgba(8, 77, 137, 0.68);
			color: #fff;
			padding: 20px;
			width: 25%;
			min-width: 25% ;
			font-size: 18px;
			text-align: left;
		 	text-shadow: -3px 3px 8px rgba(0,0,0,0.75);
		 	line-height: 1.4;
			font-weight:500;
			
}
		
		.newtext1{
			position: absolute !important;
			z-index: 9999;
			bottom: 40%;
			left: 10%;
			background: rgba(8, 77, 137, 0.68);
			color: #fff;
			padding: 10px;
			width: 35%;
			min-width: 25% ;
			font-size: 18px;
			text-align: left;
		}
		.newtext p{
			margin:5px 0;
		}
	.newtext p .btn-primary1, .newtext p a{
		background: rgb(253, 180, 20);
		color: #ffffff;
		 display: inline-block;
		margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 0px solid transparent;
		white-space: nowrap;
		padding: 5px 9px;
		font-size: 13px;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.75);
		border-radius: 3px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

	
	.newtext a {
		color: rgb(253, 180, 20);
		text-decoration: none;
}
iframe{
	border: 0;
}
@media only screen and (max-width: 980px) {
	.newtext{
			position: absolute !important;
			z-index: 9999;
			bottom: 30%;
			left: 10%;
			background: rgba(8, 77, 137, 0.68);
			color: #fff;
			padding: 10px;
			width: 30%;
			min-width: 25% ;
			font-size: 18px;
			text-align: left;
		}
	.html5vid{
		height:109% !important;
	}
}
@media only screen and (max-width: 900px) {
	.newtext{
			position: absolute !important;
			z-index: 9999;
			bottom: 20%;
			left: 10%;
			background: rgba(8, 77, 137, 0.68);
			color: #fff;
			padding: 10px;
			width: 30%;
			min-width: 30%;
			font-size: 17px;
			text-align: left;
		}
		.newtext1{
			display:none;
		}
	.html5vid{
		height:109% !important;
	}
}
@media only screen and (max-width: 768px) {
	.newtext{
			position: absolute !important;
			z-index: 9999;
			bottom: 20%;
			left: 10%;
			background: rgba(8, 77, 137, 0.68);
			color: #fff;
			padding: 10px;
			width: 34%;
			min-width: 25% ;
			font-size: 15px;
			text-align: left;
			line-height: 1.4;
		}
		.newtext1{
			display:none !important;
		}
}
@media only screen and (max-width: 640px) {
	.newtext{
			position: absolute !important;
			z-index: 9999;
			bottom: 10%;
			left: 10%;
			background: rgba(8, 77, 137, 0.68);
			color: #fff;
			padding:10px;
			width: 32%;
			min-width: 30% ;
			font-size: 12px;
			text-align: left;
			line-height:17px;
		}
			.newtext p .btn-primary1, .newtext p a{
		
			padding: 2px 4px;
			font-size: 12px;
}
	.newtext1{
			display:none !important;
		}
}

@media only screen and (max-width: 580px) {
	.ja-slideshow {
		min-height:344px;
	}
	.html5vid {
    height: 113% !important;
}
	.newtext1{
			display:block !important;
		}
	.newtext, .newtext1{
			position: static !important;
			z-index: 9999;
			width: 100%;
			background: rgba(8, 77, 137, 1.1);
			color: #fff;
			padding: 10px;
			min-width: 100% ;
			font-size: 12px;
			text-align: left;
			min-height:100px;
			line-height:16px;
			 text-shadow: 0px 0px 0px rgba(0,0,0,0.75);
		}
		.newtext p .btn-primary1, .newtext p a{
		
    padding: 2px 4px;
    font-size: 12px;
}
	.current-sr-slide-visible{
		    width: 100%;
    height: 100%;
    overflow: visible !important;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}
@media only screen and (max-width: 480px) {
	.ja-slideshow {
		min-height:337px;
	}
	.newtext1{
			display:block !important;
		}
	.newtext, .newtext1{
			position: static !important;
			z-index: 9999;
			width: 100%;
			background: rgba(8, 77, 137, 1.1);
			color: #fff;
			padding: 10px;
			min-width: 100% ;
			font-size: 12px;
			text-align: left;
			min-height:116px;
			line-height:16px;
		}
		.newtext p .btn-primary1, .newtext p a{
		
    padding: 2px 4px;
    font-size: 12px;
}
	
@media only screen and (max-width: 414px) {
       .ja-slideshow {
               min-height:337px;
       }
       .newtext1{
                       display:block !important;
               }
       .newtext, .newtext1{
                       position: static !important;
                       z-index: 9999;
                       width: 100%;
                       background: rgba(8, 77, 137, 1.1);
                       color: #fff;
                       padding: 10px;
                       min-width: 100% ;
                       font-size: 12px;
                       text-align: left;
                       min-height:150px;
                       line-height:16px;
               }
               .newtext p .btn-primary1, .newtext p a{
               
   padding: 2px 4px;
   font-size: 12px;
}
}

@media only screen and (max-width: 385px) {
	.ja-slideshow {
		min-height:324px;
	}}
@media only screen and (max-width: 375px) {
	.ja-slideshow {
		min-height:324px;
	}
	
}
@media only screen and (max-width: 360px) {
	.ja-slideshow {
		min-height:307px;
	}
	.newtext, .newtext1{
			position: static !important;
			z-index: 9999;
			width: 100%;
			background: rgba(8, 77, 137, 1.1);
			color: #fff;
			padding: 10px;
			min-width: 100% ;
			font-size: 12px;
			text-align: left;
			min-height:141px;
			line-height:15px;
		}
		.newtext p .btn-primary1, .newtext p a{
		
    padding: 2px 4px;
    font-size: 12px;
}
}	
	
}
@media only screen and (max-width: 360px) {
	.ja-slideshow {
		min-height:290px;
	}
	.newtext, .newtext1{
			position: static !important;
			z-index: 9999;
			width: 100%;
			background: rgba(8, 77, 137, 1.1);
			color: #fff;
			padding: 10px;
			min-width: 100% ;
			font-size: 12px;
			text-align: left;
			min-height:141px;
			line-height:15px;
		}
		.newtext p .btn-primary1, .newtext p a{
		
    padding: 2px 4px;
    font-size: 12px;
}
}
@media only screen and (max-width: 320px) {
	.ja-slideshow {
		min-height:288px;
	}
	.newtext, .newtext1{
			position: static !important;
			z-index: 9999;
			width: 100%;
			background: rgba(8, 77, 137, 1.1);
			color: #fff;
			padding: 10px;
			min-width: 100% ;
			font-size: 11px;
			text-align: left;
			min-height:140px;
			line-height:15px;
		}
		.newtext p .btn-primary1, .newtext p a{
		
    padding: 2px 4px;
    font-size: 11px;
}
}