/*-----------------------------------------------------------------------------

REVOLUTION RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	26/06/12
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*----------------------------------------*/
/*----- Custom styles -----*/
/*----------------------------------------*/
.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
	background: transparent;
}
.tp-caption.large_text {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: none;
}
.tp-caption.large_text strong {
	color: #fff;
	font-weight: 700;
}
.tp-caption.small_text {
	position: absolute;
	color: #7f7d7b;
	text-shadow: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: none;
}
.tp-caption.mytextbox {
	background: #3f3831;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 600;
	color: #fb8404;
	line-height: 12px;
	font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
	-moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tp-caption a {
	color: #fb8404;
}
.tp-caption a:hover {
	color: #7f7d7b;
}
