.fullwidthbanner-container {
	position: relative;
	width: 100%;
	max-height: 780px !important;
    overflow: hidden;
    padding: 0;
	border-bottom: none;
	z-index: 5;
}

.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	width: 100%;
	max-height: 780px !important;
}

.fullwidthbanner-container ul { list-style: none; }
.fullwidthbanner-container ul li { overflow: visible !important;z-index: 500;}

.title{
	position: absolute;
	top:105px;
	left:10px;
	font-size:4.2em;
	line-height:.85;
	color: #fff;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	xborder:1px solid red;
}

.title sup { 
	position: relative;
	top:-15px;
	font-size:30%;
}

.subtitle{
	position: absolute;
	top:170px;
	left:15px;	
	color: #fff;
	font-size: 1.55em;
	line-height:2.875;
	letter-spacing: .025em;
	font-family:'Roboto', sans-serif;
	font-weight: bold;
	display:block;
}

.text { 
	position: absolute;
	top:245px;
	left:15px;	
	font-size:1.05em; 
	line-height:1.5;	
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	max-width:535px;
	white-space: normal;
	text-align: justify;
}
.demo-button{
	position: absolute;
	top:360px;
	left:10px;
}
.demo-button .btn{
	color: #fff !important;
	background-color:#44bc63 !important;
	padding: 8px 15px;
	margin:0px !important;
	border:none !important;
}

.caption .btn {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.caption .btn:hover {
	background-color:#44bc63 !important;
}

.tp-bullets.simplebullets.round .bullet {
	width: 15px;
	height:15px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin: 0 3px;
	background: #666;
}

.tp-bullets.simplebullets.round .bullet.selected { border-color: #999; }

.tp-leftarrow.default,
.tp-rightarrow.default {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	opacity: 0.5;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover { opacity: 1; }

.tp-leftarrow.default { background: transparent url(../../../images/prev.png) no-repeat center center; }
.tp-rightarrow.default { background: transparent url(../../../images/next.png) no-repeat center center; }

@media screen and (min-width: 1661px) {
    #slide-content{
        width: 100%;
        max-width:70vw !important;
        margin: 0px auto !important;
        *zoom: 1;           
    } 

}
@media screen and (max-width: 1660px) {
	.title{
		top:55px;
		font-size:4.75em;
	}
	.subtitle{
		top:130px;
		font-size:1.25em;
		position: absolute;
	}
	.text { 
		position: absolute;
		top:190px;
		max-width: 500px;
		font-size:.975em;
	}
	
	.demo-button{
		position: absolute;
		top:290px;
		left:15px;
	}	
    #slide-content{
        max-width:84.5vw !important;
        width: 100%;
        margin: 0px auto !important;
        *zoom: 1;  
    }  
    .fullwidthbanner-container,
    .fullwidthbanner-container .fullwidthbanner{
		max-height: 850px !important;
    }     
}
@media screen and (max-width: 1368px) {
	.title{
		top:50px !important;
		font-size:4.1em;
	}
	.subtitle{
		top:120px !important;
	}
	.text { 
		top:180px !important;
	}
	.demo-button{
		top:280px !important;
	}

}
@media screen and (max-width: 1280px) {
	.title{
		top:50px !important;
		font-size:3.75em;
	}
	.subtitle{
		font-size:1.1em;		
		top:120px !important;
	}
	.text { 
		top:170px !important;
		max-width: 450px;
		font-size:.875em;		
	}
	.demo-button{
		top:250px !important;
	}
}
