@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
html {
    overflow-x: hidden;
    padding: 0!important;
    background: #fff;
    margin: 0!important
}

.fullwidthbanner-container {
    width: 100%!important;
    position: relative;
    padding: 0;
    overflow: hidden;
    color: #fff;
}

.tp-caption {
    font-size: 14px;
}

.caption-bg {
	background: #2C3E50;
	filter:alpha(opacity=6); /* IE */
	-moz-opacity:0.6; /* Mozilla */
	opacity: 0.6; /* CSS3 */
	margin: 0;
	padding: 20px 10px 10px 15px;
	margin: 0;
}

.custom-font-1 {
	font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 500 !important;
	text-align: center;
	color: #fff;
}

span.fa-square {
	font-size: 	20px;
	padding: 0 20px;
	margin-bottom: 10px !important;
	opacity: 0.6;
}

a.btn-border-slider,
a.btn-slider {
    display: inline-block;
    padding: 17px 40px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    min-width: 100px;
    color: #fff;
}

a.btn-slider {
    background: #29b6f6;
    margin-right: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

a.btn-border-slider {
    border: 2px solid rgba(255, 255, 255, .5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 40px;
}
a.btn-slider.btn-small{
	padding: 15px 30px 15px 30px;
}
a.btn-slider:hover {
    color: #fff;
}

a.btn-border-slider:hover {
    border: 2px solid #2C3E50;
    color: #fff;
}

.narrow-dark .tp-leftarrow.default  {   
    z-index:100;
    cursor:pointer; 
    position:relative;  
    background:url(../rs-plugin/assets/large_left_dark.png) no-Repeat 0 0; 
    width:40px; 
    height:40px;
}

.narrow-dark .tp-rightarrow.default  {   
    z-index:100;
    cursor:pointer; 
    position:relative;  
    background:url(../rs-plugin/assets/large_right_dark.png) no-Repeat 0 0;    
    width:40px; 
    height:40px;
}

@media only screen and (max-width: 767px) {
	a.btn-slider, a.btn-slider.btn-small {
		padding: 6px 14px 5px;
		font-size:12px;
		min-width: auto;
		margin-right: 5px;
	}
	a.btn-border-slider{
		padding: 4px 12px 3px;
		font-size:12px;
		min-width: auto;
	}
	
}

@media only screen and (max-width: 580px) {
	.caption-bg {
		padding: 10px 10px 5px 10px;
	}
	
	.custom-font-1 {
		font-size: 30px;	
	}
	
	a.btn-slider, a.btn-slider.btn-small {
		padding: 6px 14px 5px;
		font-size: 14px;
		margin-top: 15px;
	}
	a.btn-border-slider{
		padding: 4px 12px 3px;
	}
	
}

@media only screen and (max-width: 480px) {
	a.btn-slider, a.btn-slider.btn-small {
		padding: 4px 12px 3px;
		font-size:12px;
		min-width: auto;
		margin-right: 5px;
	}
	.tp-caption .btn {
		font-size: 14px;
		padding: 10px;
		margin-top: -20px;	
	}
	/* hide this for phone */
	.caption-bg {	
		padding: 10px;
		margin: 0;
		filter:alpha(opacity=7); /* IE */
		-moz-opacity:0.7; /* Mozilla */
		opacity: 0.7; /* CSS3 */
		display: none;
	}
	
	/* hide this for phone */
	.custom-font-1 {
		font-size: 20px;
		display: none;	
	}
	
	/* hide this for phone */
	span.fa-square {
		font-size: 14px !important;
		padding: 0 5px;
		opacity: 0.5;
		display: none;
}

}