@charset "utf-8";
html {
	height: 100%;
	font-size: 62.5%;/* Resets 1em to 10px */
}
body {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
}
p {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #4da1c7;
}
a:active {
	text-decoration: none;
	color: #4da1c7;
}
a:visited {
	text-decoration: none;
	color: #4da1c7;
}
a:hover {
	text-decoration: none;
	color: #25648b;
}
h1 {
	font-size: 20px;
	color: #4da1c7;
	font-family: 'Oswald', arial, sans-serif;
}
h2 {
	font-size: 18px;
	margin: 5px 0;
}
h3 {
	font-size: 16px;
	margin: 5px 0;
}
h4 {
	font-size: 16px;
	margin: 5px 0;
}
h5 {
	font-size: 14px;
	margin: 5px 0;
}
h6 {
	font-size: 14px;
	margin: 5px 0;
}

/*Word Press Dynamic Content*/
.wordPress_content {
	font-size: 12px;
}
.wordPress_content img {
}
.wordPress_content p {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
.wordPress_content h1 {
	font-size: 20px;
	font-family: 'Oswald';
	color: #4da1c7;
	margin: 5px 0;
}
.wordPress_content h2 {
	font-size: 18px;
 	font-family: 'Oswald';
	margin:5px 0;
}
.wordPress_content h3 {
	font-size: 16px;
 	font-family: 'Oswald';
	margin:5px 0;
}
.wordPress_content h4 {
	font-size: 16px;
 	font-family: 'Oswald';
	 margin:5px 0;
}
.wordPress_content h5 {
	font-size: 14px;
	font-family: 'Oswald';
	margin:5px 0;
}
.wordPress_content h6 {
	font-size: 14px;
	font-family: 'Oswald';
	margin:5px 0;
}
#episode_content ul, #episode_content .wordPress_content ol {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
#episode_content ul li {
	list-style: disc inside none;
}
#episode_content ol li {
	list-style: decimal inside none;
}
.transbkgd_blk {
	background-image: url(../images/transbkgd_blk.png);
}

/*HEADER*/
#header {
	width: 100%;
	height: 195px;
	position: relative;
	z-index: 2;
	background: #fff;
	border-top: 5px solid #4da1c7;
}
#header_content_wrapper {
	width: 978px;
	height: 195px;
	margin: auto;
}
#logo {
	display: block;
	width: 391px;
	height: 76px;
	background-image: url("../images/logo_sprite.png");
	margin: auto;
	position: relative;
	top: 30px;
}
#logo:hover {
	background-position: 0px -76px;
}
#btn_signedAutographs {
	display: block;
	width: 203px;
	height: 124px;
	background-image: url(../images/Btn_signedAutographs_sprite.png);
	top: -40px;
	position: relative;
	float: left;
}
#btn_signedAutographs:hover {
	background-position: 0px -124px;
}
#social_nav_wrapper {
	width: 190px;
	height: 72px;
	float: right;
	position: relative;
	top: 20px;
}
#new_logo {
	display: block;
	width: 396px;
	height: 130px;
	background: url("../images/sb-logo-new.png") center top;
	margin: auto;
	position: relative;
	top: 30px;
}
#new_logo:hover {
	background-position: center bottom;
}
#social_nav_wrapper > div {
	float: left;
	width: 190px;
}
#social_nav_wrapper > div:after {
	content: "";
	display: block;
	clear: both;
}
.field {
	-webkit-box-shadow: 0 0 3px 0 #777777 inset;
	-ms-box-shadow: 0 0 3px 0 #777777 inset;
	box-shadow: 0 0 3px 0 #777777 inset;
	background-color: #DDDDDD;
	border: 0 none;
	color: #71A3BA;
	font-family: arial;
	font-size: 14px !important;
	/*height: 16px;*/
	height: 24px;
	margin: 5px 10px 5px 0;
	padding: 5px 38px 5px 8px;
	width: 116px;
	border-radius: 3px 0 0 3px;
}
.field:focus {
	outline: none;
}
#social_nav_wrapper #searchform {
	position: relative;
	width: 163px;
	float: right;
}
#social_nav_wrapper #searchform #searchsubmit {
	position: absolute;
	background: url('../images/toolbar_find.png') no-repeat top right;
	width: 30px;
	height: 20px;
	border: none;
	right: 5px;
	bottom: 7px;
}
.entry {
	margin: 10px 0 20px;
}
#center_conetent.search .post,  #center_conetent.search .page,  #center_conetent.search .press,  #center_conetent.search .faqs,  #center_conetent.search .productions,  #center_conetent.search .videos,  #center_conetent.search .photos {
	background: url(../images/white_trans_bg.png);
	padding: 20px;
	margin: 0 0 30px;
}
.socail_names {
	width: 142px;
	height: 19px;
	float: left;
	margin-right: 7px;
}
.socail_names p {
	font-family: 'Oswald', arial, sans-serif;
	font-size: 20px;
	color: #7f7f7f;
	font-weight: 400;
	text-align: right;
	line-height: 0;
}
.fb_twitter {
	width: 41px;
	height: 20px;
	float: left;
}
#social_nav_wrapper a.fb {
	display: block;
	width: 19px;
	height: 19px;
	background-image: url(../images/btn_fb_twitter_sprite.png);
	float: left;
}
#social_nav_wrapper a.fb:hover {
	background-position: 0 -19px;
}
#social_nav_wrapper a.twitter {
	display: block;
	width: 22px;
	height: 19px;
	background-image: url(../images/btn_fb_twitter_sprite.png);
	background-position: -19px 0;
	float: left;
}
#social_nav_wrapper a.twitter:hover {
	background-position: -19px -19px;
}
#nav_container {
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: 15px;
}
#header_nav {
	clear: both;
	height: 44px;
	margin: auto;
	position: relative;
	top: 15px;
	width: 100%;
	text-align: center;
}
#header_nav li {
	display: inline;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 44px;
	overflow: hidden;
	padding: 15px 30px;
	position: relative;
	text-transform: uppercase;
}
#header_nav li a {
	color: #000;
	padding: 10px 0;
	position: relative;
	z-index: 9998;
}
#header_nav li a:hover {
	color: #4da1c7;
}
#header_nav li li {
	display: block;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
}
.sub-menu {
	z-index: 9999;
	display: none;
	left: 15px;
	position: absolute;
	top: 52px;
	width: 260px;
	margin: 0;
	padding: 0;
	background: #efefef;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40);
}
#header_nav li:hover > ul.sub-menu {
	display: block !important;
}
#header_nav li .sub-menu a {
	border-bottom: 1px dashed #4da1c7;
	display: block;
	line-height: 18px;
	margin-bottom: 0;
	padding: 10px 15px;
	text-transform: uppercase;
}
#header_nav li .sub-menu li:last-child a {
	border-bottom: 0px dashed #4da1c7;
}
#header_nav li .sub-menu a {
	display: block;
}

/*CENTER CONTENT*/
#center {
	width: 100%;
	background: #ececec;
	z-index: 1;
}
#full_content_wrapper {
	width: 100%;
	height: auto !important;
	margin: auto; /*overflow:auto;*/
	padding: 0;
}
#center_content_wrapper {
	width: 978px;
	height: auto !important;
	min-height: 500px;
	margin: auto; /*overflow:auto;*/
	padding: 0 0 20px;
}
#page_title {
	font-size: 50px;
	padding: 20px 0 10px;
	font-weight: 400;
	letter-spacing: -2px;
	text-align: center;
}
#devider_doulbelines {
	width: 100%;
	height: 11px;
	background: url(../images/line-white-gray.png) repeat-x left center transparent;
}
#center_conetent {
	width: 970px;
	min-height: 200px;
	height: auto !important;
	margin: 15px auto 0 auto;
	overflow: auto;
	padding: 15px 0;
	position: relative;
}
#center_content_inner {
	width: 970px;
	margin-left: 0;
	min-height: 100px;
	height: auto !important;
	padding: 0;
	overflow: auto;
}

/*SIDEBAR*/
#sidebar {
	width: 212px;
	min-height: 100px;
	background-color: #72a3bc;
	float: left;
	overflow: auto;
}
#sidebar ul {
	width: auto;
	background-color: #4da1c7;
	background-image: url(../images/bg_center_content.png);
	overflow: auto;
	margin: 5px;
	padding: 10px 0 30px;
}
#sidebar ul li {
	margin-left: 8px;
	float: left;
	border-top: 1px solid #778c97;
	border-bottom: 1px solid #374c56;
	min-width: 190px;
	padding: 8px 0;
}
#sidebar ul li:first-child {
	border-top: 0 !important;
}
#sidebar ul li:last-child {
	border-bottom: 0 !important;
}
#sidebar ul li a {
	font-family: 'Oswald', arial, sans-serif;
	font-size: 20px;
	color: #050505;
	color: #fff;
	display: block;
}
#sidebar ul li a:hover {
	color: #f4ebba;
}

/*FOOTER*/
.footer {
	width: 100%;
	height: auto !important;
	min-height: 515px;
	background-image: url(../images/footer_border_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #407ea0;
	position: relative;
	z-index: 3;
}
#footer_content_wrapper {
	width: 978px;
	height: 510px;
	margin: auto;
}
#footer_content_left {
	width: 294px;
	height: 471px;
	float: left;
}
#footer_content_right {
	width: 684px;
	height: 471px;
	float: right;
	background-image: url(../images/footer_fb_twitter_tab_bg.png);
}
#signup_news {
	width: 294px;
	height: 196px;
	float: left;
	background-image: url(../images/signUp_newsLttr_bg.png);
	margin-bottom: 10px;
	position: relative;
}
#link_messWithBros {
	display: block;
	width: 278px;
	height: 265px;
	float: left;
	background-image: url(../images/btn_mess_w_theBrothers_sprite.png);
}
#link_messWithBros:hover {
	background-position: 0 -265px;
}
#footer_links {
	width: 100%;
	height: 207px;
	background-color: #000;
}
#footer_links_wrapper {
	width: 978px;
	height: 207px;
	margin: auto;
	background-image: url(../images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
#footer_logos {
	width: 325px;
	height: 108px;
	margin-top: 60px;
	margin-left: 330px;
	float: left;
	border-left: 1px solid #778c97;
}
#footer_logos li {
	float: left;
}
#footer_logos li a {
	display: block;
}
#footer_logos li a#logo_hgtv_sprite {
	width: 100px;
	height: 80px;
	background-image: url(../images/logo_hgtv_sprite.png);
	margin: 13px 45px 0 65px;
}
#footer_logos li a#logo_w_sprite {
	width: 68px;
	height: 94px;
	background-image: url(../images/logo_w_canada_sprite.png);
}
#footer_logos li a#logo_hgtv_sprite:hover {
	background-position: 0 -80px;
}
#footer_logos li a#logo_w_sprite:hover {
	background-position: 0 -94px;
}
#footer_nav {
	width: 285px;
	min-height: 50px;
	height: auto !important;
	float: right;
	border-left: 1px solid #778c97;
	margin-top: 80px;
	padding-left: 20px;
}
#footer_nav ul {
	width: 140px;
	max-height: 140px;
	float: left;
}
#footer_nav ul li {
	float: left;
	width: 160px;
	margin-bottom: 7px;
}
#footer_nav li a {
	font-family: 'Oswald', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}
#footer_nav li a:hover {
	color: #72a3bc;
}
#copyright {
	width: 100%;
	height: 67px;
	background-color: #000;
}
#copyright_wrapper {
	width: 978px;
	height: 67px;
	margin: auto;
	position: relative;
}
#copy {
	color: #666;
	float: left;
	margin-top: 30px;
	font-size: 10px;
}
#link_privacy_terms {
	width: 400px;
	height: 20px;
	position: absolute;
	left: 280px;
	top: 30px;
}
#link_privacy_terms li {
	float: left;
	margin: 3px 5px;
	font-size: 10px;
	color: #666;
}
#link_privacy_terms li a {
	color: #666;
}
#link_privacy_terms li a:hover {
	color: #fff;
}
a#adlava {
	display: block;
	width: 92px;
	height: 17px;
	background-image: url(../images/link_adlava_sprite.png);
	float: right;
	position: relative;
	overflow: hidden;
	text-indent: -999px;
	top: 30px;
}
a#adlava:hover {
	background-position: 0 -17px;
}
#news_wrapper {
	height: 55px;
	left: 10px;
	position: absolute;
	top: 120px;
	width: 260px;
}
#news_wrapper #gforms_confirmation_message {
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	text-align: center;
	top: 10px;
}
#input_2_1 {
	background-color: #FFFFFF;
	color: #000000;
	height: 15px;
	position: absolute;
	top: 3px;
	width: 180px;
}
#gform_submit_button_2 {
	background-color: #00F0FF;
	border: medium none;
	display: block;
	height: 25px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 8px;
	width: 60px;
}
#gform_submit_button_2:hover {
	cursor: pointer;
}
#gform_2 .validation_error {
	display: none;
}
#gform_2 .validation_message {
	font-size: 12px;
	left: 20px;
	position: absolute;
	top: 39px;
}
#watch {
	color: #FFFFFF;
	font-size: 18px;
	left: 435px;
	position: absolute;
	top: 30px;
}

/*home*/
#slider_inner {
	margin: auto;
	height: 685px;
	overflow: hidden;
}
.slider_cell {
	background-color: transparent !important;
}
#event_message {
	color: #F00;
	font-family: 'Oswald';
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: auto;
}

/* Banner - New Home */
#sb-banner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
#sb-banner img {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* CTA - New Home */
#sb-cta {
	width: 1350px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}
.sb-cta-left {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.sb-cta-left img.cta-img-main {
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
	display: block;
}
.sb-cta-left img.cta-img-responsive {
	display: none;
}
.sb-cta-right {
	width: 240px;
	max-width: 100%;
	margin: 0 0 0 80px;
	padding: 50px 0 0;
	float: left;
	overflow: hidden;
}
.sb-cta-right h3 {
	margin: 0;
	padding: 0;
	color: #1e71ad;
	font-size: 25px;
	line-height: 25px;
	text-align: right;
	font-family: 'Oswald', arial, sans-serif;
}
.sb-cta-right p {
	margin: 0;
	padding: 20px 0 0;
	color: #000;
	font-size: 15px;
	line-height: 17px;
	text-align: right;
	font-family: 'Oswald', arial, sans-serif;
}
.sb-cta-right a.cta-button {
	color: #000;
	float: right;
	font-size: 16px;
	border-radius: 5px;
	margin: 0;
	padding: 15px 40px;
	background: #209ed6;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Oswald', arial, sans-serif;
}
.sb-cta-right a.cta-button:hover {
	color: #fff;
	background: #407ea0;
}

/* New Press Page  */
.press-row {
	margin: 50px 0 0;
	padding: 0;
	overflow: hidden;
}
.press-column {
	margin: 0 3% 0 0;
	padding: 0;
	float: left;
	width: 31.33%;
	overflow: hidden;
}
.press-column:last-child {
	margin: 0;
}
.press-column img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	max-height: auto;
	max-width: 100%;
}
.press-column p.press-meta {
	color: #999;
	font-size: 12px;
	padding: 0;
	margin: 10px 0;
}
.press-column p.press-title {
	color: #000;
    font-size: 20px;
    line-height: 25px;
	padding: 0;
	margin: 0;
}
.press-column p.press-link {
	color: #4da1c7;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0;
}
.press-column p.press-link a {
	color: #4da1c7;
}
.press-column p.press-link a:hover {
	color: #4da1c7;
}

/* New Bios */
.bios-container {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.bio-image {
	margin: 0;
	padding: 0;
	float: left;
	width: 35%;
	overflow: hidden;
}
.bio-image img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	max-height: auto;
	max-width: 100%;
}
.bio-info {
	margin: 0;
	padding: 0 0 0 5%;
	float: left;
	width: 60%;
	overflow: hidden;
}

/**/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 51px;
	width: 100%;
	margin-top: 36px;
	margin-left: 20px
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 51px;
	line-height: 38px;
	overflow: hidden;
	position: relative;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff
}
ul.tabs li:hover {
	background: #b6c6cd;
	color: #72a3bc
}
ul.tabs li.active {
	background: #b6c6cd;
	color: #475a63
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	height: 400px;
}
.tab_content {
	display: none;
	padding: 30px;
}
.tab_content div {
	width: 300px;
	background: #fff;
	float: left;
	position: relative;
	top: -6px;
}

/*property brothers*/
#banner_propertybros {
	width: 970px;
	height: 258px;
	background-image: url(../images/propertybrothers_banner2.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#banner_buyingselling {
	width: 970px;
	height: 258px;
	background-image: url(../images/buyingselling_banner.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#banner_slogan {
	width: 570px;
	position: relative;
	top: 106px;
	left: 373px;
	font-size: 12px;
	background-color: #fff;
	padding: 8px;
}
#property_thumb_wrapper {
	width: 970px;
	min-height: 100px;
	height: auto !important; /*float:left;*/
}
.property_thumb {
	width: 457px;
	height: 340px;
	float: left;
	margin: 0 0 26px 25px;
	position: relative;
	background-color: rgba(255,255,255,.5);
	-webkit-box-shadow: 0px 5px 10px rgba(60, 60, 60, 0.30);
	-moz-box-shadow: 0px 5px 10px rgba(60, 60, 60, 0.30);
	box-shadow: 0px 5px 10px rgba(60, 60, 60, 0.30);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
}
.property_cat {
	width: 217px;
	height: 49px;
	background-image: url(../images/propertybros/video_cat_season.png);
	position: relative;
	left: -10px;
	top: 5px;
}
.property_cat p {
	color: #373737;
	font-size: 30px;
	text-transform: capitalize;
	line-height: 37px;
	max-width: 210px;
	margin-left: 30px;
}
a.property_video_thumb {
	width: 426px;
	height: 250px;
	position: relative;
	left: 15px;
	top: 5px;
}
a.property_video_thumb img {
	border: 2px solid #fff;
}
a.property_video_thumb img:hover {
	border: 2px solid #72a3bc;
}
.click_to_view {
	color: #72a3bc !important;
	position: absolute;
	top: 40px;
	right: 0px;
	margin-right: 15px;
	font-size: 15px;
}
.click_to_view:hover {
	color: #4da1c7 !important;
}
#banner_brother {
	background-image: url("../images/brother_banner.png");
	background-repeat: no-repeat;
	height: 258px;
	margin-bottom: 20px;
	width: 970px;
}
#banner_slogan_brother {
	font-size: 14px;
	font-weight: bold;
	left: 373px;
	padding: 8px;
	position: relative;
	top: 108px;
	width: 575px;
}

/*episodes*/
.cat_event {
	width: 975px;
	margin-left: 0;
	min-height: 50px;
	height: auto !important;
	float: left;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}
div.event_thumb {
	width: 290px;
	height: 185px;
	border: 5px solid #4da1c7;
	margin: 20px;
	float: left;
}
div.event_thumb img {
}
.event_detail {
	width: 975px;
	min-height: 50px;
	height: auto !important;
	margin: auto;
	border-bottom: 1px solid #CCC;
	overflow: auto;
}
.event_detail a {
	display: block;
	color: #000;
	margin-top: 15px;
}
.event_detail a:after {
	content: " ";
	display: block;
	clear: both;
	font-size: 0;
	color: transparent;
}
.event_detail a:hover {
	background: #f9f9f9;
}
.cat_event .event_detail {
	border: none;
	padding-bottom: 10px;
}
.cat_event_detail {
	width: 600px;
	margin-top: 4px;
	float: right;
	padding-right: 25px;
}
h2.event_name {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	line-height: 45px;
}
.event_data {
	width: 500px;
	min-height: 120px;
	height: auto !important;
	margin-bottom: 10px;
	margin-top: 20px;
	float: left;
}
.event_data > p {
	margin: 0;
	color: #4da1c7;
	font-weight: bold;
}
.data {
	color: #72a3bc !important;
	padding-right: 5px;
}
.event_social_media {
	float: right;
	height: 45px;
	padding: 5px;
	width: 195px;
}
.cat_event .event_social_media {
	display: none;
}
a.facebook_rsvp {
	background-image: url("../images/rsvp.jpg");
	display: block;
	float: right;
	height: 34px;
	position: relative;
	top: 5px;
	width: 148px;
	right: 10px;
}

/*faq accordion*/
#accordion {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
}
.accordionButton {
	width: 936px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #209ed6;
	cursor: pointer;
	border-bottom: 4px solid #ececec;
	position: relative;
	padding: 0 10px 0 0;
}
.accordionButton:hover {
	background: #407ea0;
}
.accordionButton:hover p {
	background: url('../images/faq_arrow_up.png') no-repeat right center;
}
.accordionButton.on {
	background: #407ea0;
}
.accordionButton.on p {
	background: url('../images/faq_arrow_up.png') no-repeat right center #407ea0;
}
.accordionButton p {
	font-size: 26px;
	padding: 0 60px 0 10px;
	color: #fff;
	line-height: 1.1em;
	background: url('../images/faq_arrow_down.png') no-repeat right center;
	margin: 5px 0;
}
.accordionButton p span {
	font-size: 16px;
	font-style: italic;
}
.accordionButton .button_icons {
	float: right;
	margin: 10px 10px 0 10px;
	position: relative;
}
.accordionButton .button_icons img {
	float: left;
}
.accordionContent {
	width: 946px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	font-size: 14px;
}
.accordionContent p {
	padding: 15px;
}
.accordionContent ul {
	list-style-type: disc;
	font-size: 14px;
	padding: 15px 15px 15px 30px;
}
.accordionContent ul li {
	padding: 5px 0;
}
.faq_video {
	width: 425px;
	height: 265px;
	border: 2px solid #fff;
	float: left;
}
.faq_answer {
	width: 425px;
	margin: 20px;
	float: left;
}
.accordionContent .response_video {
	width: auto;
	padding: 10px;
	text-align: center;
}
.accordionContent .response_video iframe {
	border: 5px solid #FFF;
	box-shadow: 1px 2px 5px #999;
	border-radius: 2px;
}
.accordionButton.has_video p {
	padding: 0 30px 0 10px;
}
.accordionButton.has_video img {
	margin: 0 0 0 10px;
}

/*booking*/
#booking_content {
	width: 440px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #CCC;
}
#form_content {
	width: 415px;
	margin: 0 20px 20px;
	float: right;
}
#booking_slogan {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 20px;
}
#booking_address {
	color: #4da1c7;
	text-align: center;
	line-height: 28px;
	margin: 20px 0;
	font-size: 25px;
}
#form_wrapper {
	margin-top: 15px;
}
.gform_body label {
	display: none !important;
}
#label_10_5_0 {
	display: block!important;
	padding-top: 6px
}
#label_10_6_0 {
	display: block!important;
	padding-top: 6px
}
#choice_10_5_0 {
	float: left;
	width: 30px!important;
	border: none!important;
	box-shadow: none!important
}
#choice_10_6_0 {
	float: left;
	width: 30px!important;
	border: none!important;
	box-shadow: none!important
}
#field_10_6 {
	margin-top: 10px
}
#input_10_3 {
	width: 60%!important
}
#input_10_3 img:first-of-type {
	display: none
}
.gform_body input {
	-webkit-box-shadow: 0 0 3px 0 #777777 inset;
	-ms-box-shadow: 0 0 3px 0 #777777 inset;
	box-shadow: 0 0 3px 0 #777777 inset;
	background-color: #DDDDDD;
	border: 0 none;
	color: #71A3BA;
	font-family: arial;
	font-size: 14px !important;
	height: 25px;
	margin: 5px;
	padding: 5px;
	width: 97%;
}
.gform_body textarea {
	-webkit-box-shadow: 0 0 3px 0 #777777 inset;
	-ms-box-shadow: 0 0 3px 0 #777777 inset;
	box-shadow: 0 0 3px 0 #777777 inset;
	background-color: #DDDDDD;
	border: 0 none;
	color: #71A3BA;
	font-family: arial;
	font-size: 14px !important;
	height: 145px;
	margin: 5px;
	padding: 5px;
	width: 97%;
}
#newform .gform_body input {
	-webkit-box-shadow: 0 0 3px 0 #777777 inset;
	-ms-box-shadow: 0 0 3px 0 #777777 inset;
	box-shadow: 0 0 3px 0 #777777 inset;
	background-color: #DDDDDD;
	border: 0 none;
	color: #71A3BA;
	font-family: arial;
	font-size: 14px !important;
	height: 25px;
	margin: 5px;
	padding: 5px;
	width: 97%;
}
#input_1_5 {
	width: 97% !important;
}
#gform_submit_button_1, #gform_submit_button_5 {
	background-color: #4da1c7;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 6px;
	position: relative;
	text-align: center;
	width: 413px;
}
#gform_submit_button_1:hover {
	cursor: pointer;
	background-color: #72A3BC;
}
.validation_error {
	color: #F00;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.validation_message {
	color: #F00;
}
.gfield_error input {
	border: 1px solid #F00;
}

/* jQuery UI date picker ------------------------------------------------------*/
.ui-datepicker-div,  .ui-datepicker-inline,  #ui-datepicker-div {
	margin: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	list-style: none;
	font-family: "lucida sans", "lucida grande", lucida, sans-serif;
	background-color: #FFF;
	font-size: 1em;
	border: 4px solid #C1C1C1;
	width: 11.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div,  #ui-datepicker-div {
	z-index: 9999;
	display: none
}
.ui-datepicker-inline {
	float: left;
	display: block
}
.ui-datepicker-control {
	display: none
}
.ui-datepicker-current {
	display: none
}
.ui-datepicker-next,  .ui-datepicker-prev {/* position:absolute; *//* left:0.5em; *//* top:0.5em; */
	background-color: #EEE;
	padding: 0px;
	margin: 2px;
}
.ui-datepicker-next {/* left:14.6em */
}
.ui-datepicker-next:hover,  .ui-datepicker-prev:hover {
	background-color: #DADADA
}
.ui-datepicker-next a,  .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background-image: url(../images/datepicker_arrow_left.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer
}
.ui-datepicker-next a {
	background-image: url(../images/datepicker_arrow_right.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.ui-datepicker-header select {
	border: 1px solid #D3D3D3;
	color: #555;
	background-color: #E6E6E6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: 0.5em;
	margin: 0 !important
}
.ui-datepicker-header option:focus,  .ui-datepicker-header option:hover {
	background-color: #DADADA
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right
}
table.ui-datepicker td a {
	padding: .1em;
	display: block;
	color: #555;
	background-color: #E6E6E6;
	cursor: pointer;
	border: 1px solid #FFF;
	text-align: center
}
table.ui-datepicker td a:hover {
	border: 1px solid #FFF;
	color: #212121;
	background-color: #DADADA;
	text-decoration: none
}
table.ui-datepicker td a:active {
	border: 1px solid #AAA;
	color: #212121;
	background-color: #FFF;
	text-decoration: none
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .2em 0;
	text-align: center;
	font-size: 0.9em;
	color: #222;
	text-transform: uppercase
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222;
	padding: 0.3em 0
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px
}
img.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: top;
	width: 17px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
}

/*scott btos entertainment*/
#banner_sbentertainment {
	background-image: url("../images/sb_entertainment_banner_bg.jpg");
	background-repeat: no-repeat;
	background-size: 945px auto;
	height: 456px;
	margin: 0 auto 20px;
	width: 945px;
}
#banner_content {
	background-image: url("../images/banner_content_bg.png");
	height: 72px;
	margin: auto;
	position: relative;
	top: 385px;
	width: 100%;
}
#banner_content p {
	padding: 10px;
	color: #fff;
}
.entertain_content {
	border-bottom: 1px dashed #DDDDDD;
	margin: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#devider_doulbelines2 {
	width: 939px;
	height: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px auto 15px auto;
}
h2#header_view {
	font-family: 'Oswald', arial, sans-serif;
	font-size: 25px;
	color: #646464;
	text-align: center;
}
a.poster {
	display: block;
	float: left;
	height: auto;
	margin-left: 45px;
	min-height: 100px;
	padding: 10px;
}
a.poster img {
	border: 1px solid #999;
}
img.poster {
	display: block;
	float: left;
	height: auto;
	margin: 10px 10px 10px 55px;
	min-height: 100px;

	border: 1px solid #999;
}
.table_content {
	float: left;
	margin-left: 10px;

}
table.productions {
	margin: 10px;
}
table.productions thead th:first-child, .accordionContent table td:first-child {
	border: 0 none !important;
}
table.productions tbody td {
	border: 1px solid #EEEEEE !important;
	color: #363636 !important;
	font-size: 16px !important;
	font-weight: normal;
	padding: 10px;
	line-height: 20px;
}
table.productions td, .accordionContent table th {
	padding: 5px;
}
table.productions tr {
}
a.view_more {
	background-color: #73A2BC;
	border: 1px solid #999999;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 105px;
}
a.view_more:hover {
	background-color: #4da1c7;
}
.production_poster {
	float: left;
	margin: 10px;
}
.production_poster img {
	border: 5px solid #4da1c7;
	-webkit-box-shadow: 0 0 3px 0 #999999;
	-ms-box-shadow: 0 0 3px 0 #999999;
	box-shadow: 0 0 3px 0 #999999;
}
.production_wrapper {
	float: left;
	margin-left: 10px;
	width: 645px;
}
.production_wrapper p {
	font-size: 16px;
}
a.read_more {
}
.productionContent {
	background-color: #FFFFFF;
	border-bottom: 1px solid #72A3BC;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.productionButton {
	width: 100%;
	float: left;
	background: #72a3bc;
	border-bottom: 4px solid #fff;
	position: relative;
}
.productionButton p {
	font-size: 26px;
	color: #fff;
	line-height: 1.1em;
	margin-left: 20px;
}
.productionButton p span {
	font-size: 16px;
	font-style: italic;
}

/*media*/
ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	width: 100%;
	margin-left: 0;
}
ul.tabs2 li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 30px;
	line-height: 32px;
	overflow: hidden;
	position: relative;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background-color: #b6c6cd;
	margin-right: 3px;
}
ul.tabs2 li:hover {
	background-color: transparent;
	background-image: url(../images/white_trans_bg.png);
	color: #000
}
ul.tabs2 li.active {
	background-color: transparent;
	background-image: url(../images/white_trans_bg.png);
	color: #000
}
.tab_container2 {
	clear: both;
	height: auto !important;
	min-height: 400px;
	overflow: auto;
	width: 968px;
}
.tab_content {
	display: none;
	padding: 30px;
}
ul.tabs2 li span {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
#nav_video span {
	background-image: url(../images/nav_icons_video.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav_photos span {
	background-image: url(../images/tabs2_icons_photos.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav_press span {
	background-image: url(../images/tabs2_icons_press.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav_lectures span {
	background-image: url(../images/tabs2_icons_photos.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.tab_content_media {
	padding: 10px;
}
.pp_description {
	display: none !important;
}
.ngg-gallery-thumbnail img {
	border: medium none !important;
	-webkit-box-shadow: 0 0 3px 0 #777777;
	-ms-box-shadow: 0 0 3px 0 #777777;
	box-shadow: 0 0 3px 0 #777777;
	margin: 5px !important;
	padding: 3px !important;
}
#tab5 .ngg-gallery-thumbnail a {
	display: block;
	position: relative;
	z-index: 10;
}
#tab5 .ngg-gallery-thumbnail a:hover img {
	background-color: #A9A9A9;
}
.ngg-gallery-thumbnail h4 {
	display: block;
	color: #FFF;
	width: 285px;
	height: 35px;
	background: rgba(74, 102, 116, 0.8);
	padding: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
	margin-top: -53px;
	position: relative;
}
.photos li {
	float: left;
	margin: 10px 10px 10px 0;
}
.photos li a {
	display: block;
	position: relative;
	z-index: 10;
}
.photos li a img {
	background-color: #FFFFFF;
	display: block;
	border: medium none !important;
	-webkit-box-shadow: 0 0 3px 0 #777777;
	-ms-box-shadow: 0 0 3px 0 #777777;
	box-shadow: 0 0 3px 0 #777777;
	margin: 5px !important;
	padding: 3px !important;
	position: relative;
}
.photos li a:hover img {
	background-color: #A9A9A9;
}
.photos li a h4 {
	display: block;
	color: #FFF;
	width: 280px;
	height: 35px;
	background: rgba(74, 102, 116, 0.8);
	padding: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
	margin-top: -53px;
	position: relative;
}
.single-photos .ngg-gallery-thumbnail,  .single-videos .ngg-gallery-thumbnail {
	margin: 0 7px 10px;
}
.single-photos .ngg-gallery-thumbnail a,  .single-videos .ngg-gallery-thumbnail a {
	display: block;
	position: relative;
}
.single-photos .ngg-gallery-thumbnail a img,  .single-videos .ngg-gallery-thumbnail a img {
	margin: 0 !important;
	height: 174px !important;
}
.single-photos #center_content_inner,  .single-videos #center_content_inner {
	padding: 0;
	margin: 0;
	width: 975px;
}
.single-photos .wordPress_content,  .single-videos .wordPress_content {
}
.single-videos .ngg-gallery-thumbnail a h4 {
	position: absolute;
	bottom: -2px;
	left: -5px;
}
.media_link {
	font: 14px/1.3 'Oswald', arial, sans-serif;
	padding: 5px 10px;
}
.media_link:hover {
	background: #E7E7E7;
}
ul#press {
	margin: 0;
	padding: 0;
}
ul#press li {
	list-style: none;
	margin: 0 0 10px;
}
ul#press li a {
	display: block;
}
ul#press li a:after {
	content: " ";
	display: block;
	clear: both;
}
ul#press li a img {
	float: left;
}
ul#press li a span {
	display: block;
}
ul#press li a .press_title {
	padding: 5px 10px;
}
ul#press li a .press_excerpt {
	padding: 10px;
}
a.press_thumb {
	margin: 0px;
}

/* Event/Lecture Gallery */
#event-gallery li {
	float: left;
	margin: 10px 0;
}
#event-gallery li a img {
	background-color: #FFFFFF;
	display: block;
	border: medium none !important;
	-webkit-box-shadow: 0 0 3px 0 #777777;
	-ms-box-shadow: 0 0 3px 0 #777777;
	box-shadow: 0 0 3px 0 #777777;
	margin: 5px !important;
	padding: 3px !important;
	position: relative;
}
#event-gallery li a:hover img {
	background: #A9A9A9;
}

/*about us*/
#main {
	width: 735px;
	margin-left: 10px;
	min-height: 100px;
	height: auto !important;
	float: right;
}
.bio {
	width: 390px;
	float: right;
}
.bio_name {
	font-size: 50px;
	margin-bottom: 10px;
}
.bio_pic {
	width: 310px;
	height: 360px;
	border: 3px solid #fff;
	float: left;
}
#banner_about {
	background-image: url("../images/MakeUp---SB.gif");
	background-repeat: no-repeat;
	height: 430px;
	margin: 10px;
	width: 715px;
}

/*mess with the brothers*/
h1#mess_header {
	display: block;
	background-image: url(../images/mess_header.jpg);
	width: 315px;
	height: 55px;
	position: relative;
	margin: auto auto 10px;
	text-indent: -999px;
	overflow: hidden;
}
#mess_container {
	width: 543px;
	height: 400px;
	position: relative;
	margin: 20px auto auto;
	overflow: hidden;
}
#mess_top_outer {
	width: 543px;
	height: 88px;
	position: relative;
}
#mess_top_inner {
	position: absolute;
	width: 455px;
	background-color: #fff;
	height: 88px;
	left: 44px;
}
#mess_middle_outer {
	width: 543px;
	height: 70px;
	position: relative;
}
#mess_middle_inner {
	position: absolute;
	width: 455px;
	background-color: #fff;
	height: 70px;
	left: 44px;
}
#mess_bottom_outer {
	width: 543px;
	height: 242px;
	position: relative;
}
#mess_bottom_inner {
	position: absolute;
	width: 455px;
	background-color: #fff;
	height: 242px;
	left: 44px;
}
.arrows {
	display: block;
	position: absolute;
	width: 43px;
	height: 57px;
	background-image: url('../images/mess/arrows.jpg');
	top: 15px;
}
.arrows:hover {
	cursor: pointer;
}
#tLarrow {
	left: 0px;
}
#tRarrow {
	right: 0px;
	background-position: -43px 0px;
}
#mLarrow {
	left: 0px;
}
#mRarrow {
	right: 0px;
	background-position: -43px 0px;
}
#bLarrow {
	left: 0px;
}
#bRarrow {
	right: 0px;
	background-position: -43px 0px;
}

/*detail page*/
#episodes {
	width: 970px;
	height: 179px;
	position: relative;
	margin-bottom: 30px;
}
#episodes_wrapper {
	width: 970px;
	height: 105px;
	position: relative;
	top: 36px;
	z-index: 0;
}
#episodes_inner_wrapper {
	width: 890px;
	height: 105px;
	left: 40px;
	position: relative;
}
.episode_slides {
	height: 120px;
	width: 915px;
}
.episodes_container {
	width: 170px;
	height: 100px;
	overflow: hidden;
	margin: 0 2px;
	border: 2px solid #fff;
	position: relative;
}
.episodes_container:hover {
	border: 2px solid #72a3bc;
}
.episodes_container p {
	display: none;
}
.episode_slides >.episodes_container {
	float: left;
}
.episode {
	width: 170px;
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;
}
.episode_hover {
	width: 170px;
	height: 100px;
	opacity: 0;
	position: relative;
	z-index: 20;
}
#episodes_left {
	background-position: 0 0;
	position: absolute;
	top: 25px;
	left: 0;
	background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
}
#episodes_left:hover {
	background-position: 0px -37px;
	cursor: pointer;
}
#episodes_right {
	background-position: 0 0;
	position: absolute;
	top: 25px;
	right: 0;
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
}
#episodes_right:hover {
	background-position: 0 -37px;
	cursor: pointer;
}
.arrows_sprite {
	background-image: url("../images/arows_sprite.png");
	display: block;
	height: 37px;
	width: 37px;
	z-index: 17;
}
#episodes h1 {
	text-align: center;
	position: relative;
	top: 20px;
	word-spacing: 5px;
	font-size: 25px;
}
#detailes {
	margin-top: 10px;
}
#details {
	width: 100%;
	background-image: url(../images/center_bg.jpg);
	position: relative;
	background-color: #ccc;
}
.detailes_description {
	width: 970px;
	position: relative;
}
.detilas_description {
	padding: 10px 10px 20px 10px;
}
.detilas_description .wordPress_content {
	margin-top: 20px;
	line-height: 17px;
}
.detailese_title {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4da1c7;
	font-weight: bold;
}
#detailes_display_resource {
	width: 100%;
	overflow: auto;
	padding-top: 15px;
	border-top: 2px solid #ccc;
}
#detailes_display_resource.resource {
	overflow: visible;
	margin-left: 20px;
	width: 978px;
	padding-bottom: 30px;
}
#detailes_display_resource.resource > h4 {
	padding: 25px 25px 15px 30px;
	font-size: 20px;
}
#center_conetent.resource {
	margin-left: -20px;
	width: 999px;
}
.resources_cat_content {
	width: 218px;
	height: 37px;
	padding-bottom: 12px;
	background-image: url(../images/propertybros/video_cat_season.png);
	position: relative;
	background-repeat: no-repeat;
	left: -10px;
	top: 5px;
}
.resources_cat_content p {
	color: #373737;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 37px;
	margin-left: 30px;
	width: auto;
	display: inline-block;
	background-color: #72a3bc;
	margin-top: 0;
	min-width: 380px;
}
#accordion.resource {
	overflow: hidden;
	width: 870px;
	margin: 20px auto 30px;
}
#accordion.resource .resource-title-content a:hover {
	color: #84AFCA;
}
#accordion.resource .accordionButton {
	background-color: #FFF;
	border: none;
	width: 100%;
	margin-bottom: 6px;
}
#accordion.resource .accordionContent {
	width: 100%;
	background-color: #efefef;
	margin-top: -6px;
}
#accordion.resource .accordionButton.on p,  #accordion.resource .accordionButton p:hover {
	background: url(../images/resource-accordion-active.png) no-repeat right center #4da1c7;
	background-color: transparent;
}
#accordion.resource .accordionButton p {
	background: url(../images/resource-accordion.png) no-repeat right center;
	color: #4da1c7;
	font-family: 'Oswald', 'Arimo', Arial;
	margin-right: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#accordion.resource .accordionContent table {
	width: 100%;
}
#accordion.resource .accordionContent table tbody td {
	border: none;
}
#accordion.resource .accordionContent table tbody td img.size-category-image {
	width: 100%;
	height: auto;
}
.resource-title-content {
	width: 48%;
	display: inline-block;
    *display:inline;
    *zoom:1;
	min-height: 40px;
	margin-bottom: 10px;
	line-height: 19px;
}
.display {
	width: 946px; /*height:100px; height:445px;*/
	margin: 10px auto 20px;
}
.display_thumbs {
	width: 355px !important;
	overflow: auto !important;
	float: left !important;
}
.display_thumbs li {
	width: 160px;
	height: 100px;
	background-color: #999;
	float: left;
	margin: 0 8px 5px 0;
	border: 3px solid #fff;
}
.display_thumbs div.thumbs {
	width: 160px !important;
	height: 100px;
	background-color: #999;
	float: left;
	margin: 0 8px 5px 0;
	border: 3px solid #fff;
}
.display_thumbs li:hover {
	border: 3px solid #72a3bc;
}
.display_before_after {
	width: 580px;
	height: 433px;
	overflow: hidden;
	border: 3px solid #fff;
	float: right;
	position: relative;
	background-color: #999;
	cursor: pointer;
}
.display_before_after:hover {
	border: 3px solid #72a3bc;
}
.display_before_after img {
	position: absolute;
	top: 0;
	left: 0;
}
.display_before_after img.before_img {
	z-index: 0;
}
.display_before_after img.after_img {
	z-index: 1;
}
.display_before_after .ajax_loader {
	width: 580px;
	height: 433px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url('../images/ajax-loader.gif') no-repeat 260px 200px;
	background-color: #FFF;
}
.display_before_after .click_here {
	width: 118px;
	height: 118px;
	border-radius: 110px;
	background: #72A3BC;
	border: 3px solid #FFF;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
}
.display_before_after .click_here p {
	text-align: center;
	font: bold 15px/1.4 'Arimo', Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 15px 0 0;
}
.display_before_after .click_here p span {
	font-size: 14px;
	font-weight: normal;
	color: #f4ebba;
}
.Buying #banner_propertybros, .Property #banner_buyingselling {
	display: none;
}
.Buying ul.property {
	display: none;
}
.Property ul.buying {
	display: none;
}
span.ep_title {
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 160px;
	background-image: url(../images/span_bg.png);
}
.resouce_guide {
	width: 970px;
	overflow: auto;
	margin-bottom: 30px;
}
.resouce_guide h1 {
	width: 970px;
	margin-bottom: 25px;
	margin-top: 23px;
	text-align: center;
	font-size: 25px;
}
.accordionContent table {
	border-collapse: collapse;
	text-align: left;
	width: 900px;
	margin: 20px 20px 20px 35px;
}
.accordionContent table td, .accordionContent table th {
	width: 180px;
	padding: 2px 10px 4px 20px;
}
.accordionContent table thead th {
	color: #363636;
	font-size: 15px;
	font-weight: bold;
	border-left: 1px solid #CCC;
}
.accordionContent table tbody td {
	color: #363636;
	border-left: 1px solid #CCC;
	font-size: 14px;
	font-weight: normal;
}
.accordionContent table thead th:first-child, .accordionContent table td:first-child {
	border: 0 !important;
}
.season_subnav {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 10px;
	text-transform: uppercase;
}
.season_subnav li {
	display: inline;
}

/*Videos*/
.video_thumb {
	margin: 2px;
	float: left;
	text-align: center;
}
.video_thumb a {
	display: block;
	position: relative;
}
.video_thumb img {
	height: 174px !important;
	border: medium none !important;
	-webkit-box-shadow: 0 0 3px 0 #777777;
	-ms-box-shadow: 0 0 3px 0 #777777;
	box-shadow: 0 0 3px 0 #777777;
	margin: 5px !important;
	padding: 3px !important;
}
.video_thumb h4 {
	background: none repeat scroll 0 0 rgba(74, 102, 116, 0.8);
	bottom: 3px;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	left: 8px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 285px;
}

/*Our Shows Page CSS*/
#center_content_inner_show {
	height: auto !important;
	min-height: 100px;
	padding: 0;
	width: 975px;
}
.our-show-block {
	position: relative;
	width: 320px !important;
	height: 420px;
	float: left;
	margin: 2px;
	list-style: none outside none !important;
}
.show-wrap {
	height: 410px;
	margin: auto;
	position: relative;
	width: 298px;
}
.show-image {
	height: 363px;
	margin: auto;
	overflow: hidden;
	position: relative;
	top: 15px;
	width: 265px;
}
.show-image img {
	opacity: 0.90;
}
.show-image img:hover {
	opacity: 1;
}
.show-title {
	background-image: url("../images/show-title.png");
	bottom: 35px;
	height: 49px;
	left: 1px;
	position: absolute;
	width: 317px;
}
.show-title h2 {
	color: #373737;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
}
a.show_link {
	display: block;
	font-size: 15px;
	margin-top: 27px;
	position: relative;
	text-align: center;
}

/*Events Archive*/
#paged_nav {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}
span.emm-title {
	display: none;
}
a.emm-page {
	padding: 3px;
}
a.emm-next {
	padding: 3px;
}
a.emm-prev {
	padding: 3px;
}
span.emm-current {
	border: 1px dashed #999999;
	color: #000000;
	padding: 5px;
}
.event_detail_archive {
	background-image: url("../images/white_trans_bg.png");
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
	min-height: 260px;
	width: 311px;
}
h2.event_name_archive {
	color: #000000;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.cat_event_detail_archive {
}
.event_thumb:hover {
    border: 5px solid #999;
}
a#events_archive {
	display: block;
	float: right;
	font-size: 18px;
	position: relative;
	text-align: right;
	top: -30px;
	width: 235px;
}

/************
  VIP PAGE
************/
#center_vip {
	width: 100%;
	background-image: url(../images/vip_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#center_vip p {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
#center_vip hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	margin-top: 30px;
}
.vip_content {
	width: 978px;
	min-height: 200px;
	height: auto !important;
	padding: 20px;
}
h1.title_step {
	color: #71a3bc;
	font-size: 50px;
	text-align: center;
	margin: 20px;
}
h2.sec_hdr {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 20px;
	text-transform: uppercase;
}
h1#title_hdr {
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: center;
	color: #fff !important;
	font-weight: normal;
	padding: 10px;
}
p#title_subhdr {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: center;
	color: #fff !important;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#vip_social_links_wrapper {
	width: 420px;
	height: 264px;
	margin: 57px auto;
	position: relative;
}
#social_drew_wrapper {
	width: 50%;
	height: 205px;
	float: left;
}
a#social_drew_face {
	display: block;
	width: 143px;
	height: 205px;
	float: left;
	background-image: url(../images/social_drew.png);
	background-repeat: no-repeat;
	margin-left: 27px;
	margin-bottom: 10px;
}
a#social_drew_face:hover {
	background-position: 0 -205px;
}
#social_drew {
	float: left;
}
div#social_drew {
}
#social_drew a.social_fb {
	display: block;
	float: left;
}
#social_drew a.social_fb span {
	position: absolute;
	width: auto;
	bottom: 0;
}
#social_drew a.social_twitter {
	display: block;
	float: left;
}
#social_drew a.social_twitter span {
	position: absolute;
	width: auto;
	bottom: 0;
}
#social_drew a.social_twitter:hover, #social_drew a.social_fb:hover {
	color: #71A3BC !important;
}
#social_jonathan_wrapper {
	width: 50%;
	height: 205px;
	float: left;
}
a#social_jonathan_face {
	display: block;
	width: 178px;
	height: 205px;
	float: right;
	background-image: url(../images/social_jonathan.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
a#social_jonathan_face:hover {
	background-position: 0 -205px;
}
#social_jonathan {
	float: right;
}
#social_jonathan a.social_fb {
	display: block;
	float: left;
}
#social_jonathan a.social_fb span {
	position: absolute;
	width: auto;
	bottom: 0;
}
#social_jonathan a.social_twitter {
	display: block;
	float: left;
}
#social_jonathan a.social_twitter span {
	position: absolute;
	width: auto;
	bottom: 0;
}
#social_jonathan a.social_twitter:hover, #social_jonathan a.social_fb:hover {
	color: #71A3BC !important;
}
#form_wrapper_one {
	width: 600px;
	min-height: 200px;
	height: auto !important;
	margin: 20px auto;
}
a#btn_cickhere {
	display: block;
	width: 178px;
	height: 114px;
	background-image: url(../images/btn_clickhere.png);
	margin: 20px auto;
}
a#btn_cickhere:hover {
	background-position: 0 -114px;
}
#gform_wrapper_3 {
	width: 384px;
	min-height: 200px;
	height: auto !important;
	margin: 40px auto 40px auto;
}
#gform_wrapper_3 ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#gform_wrapper_3 ul li {
	margin: 10px 0;
	margin-left: 0;
}
#gform_wrapper_3 ul li div {
	width: auto;
}
#gform_wrapper_3 ul label {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #888;
	display: none;
}
#gform_wrapper_3 ul input {
	width: 384px;
	height: 31px;
	border: 1px solid #888;
	color: #000 !important;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-indent: 5px;
}
#gform_wrapper_3 ul textarea {
	width: 384px;
	height: 80px;
	border: 1px solid #888;
}
#gform_wrapper_3 ul .select_fields {
	width: 384px;
	height: 31px;
	border: 1px solid #888;
}
#gform_wrapper_3 ul .select_fields option {
}
input#gform_submit_button_3 {
	width: 384px !important;
	height: 35px !important;
	background-image: url(../images/btn_vip_submit.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: 0;
}
input#gform_submit_button_3:hover {
	background-position: 0 -35px;
}

/*Off Topic*/
.ourshow_center {
	overflow: hidden !important;
}
#off_wrapper {
	width: 325px;
	float: left;
}
#off_wrapper p {
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
}
#off_wrapper h3 {
	color: #72A3BC;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}
#header_off p {
	font-weight: bold;
	margin: 0;
}
#header_off {
	margin-bottom: 20px;
}
.ie10 #header_nav li .sub-menu a {
	/* IE10-only styles go here */  
	margin-bottom: 0;
}
a.prev {
	background: url(../images/carousel_left.png) no-repeat center top;
	width: 55px;
	height: 55px;
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
}
a.next {
	background: url(../images/carousel_right.png) no-repeat center top;
	width: 55px;
	height: 55px;
	display: block;
	position: absolute;
	top: 180px;
	right: 0;
}
a.prev:hover, a.next:hover {
	background-position-y: bottom;
}
a.prev span, a.next span {
	display: none;
}
#sound_wrapper {
	float: right;
	width: 575px;
	height: 415px;
}

/*Featued Event*/
.featured_event_block {
	background-color: #FFFFFF;
	border: 10px solid #4da1c7;
	clear: both;
	height: auto !important;
	margin: 10px auto;
	min-height: 60px;
	overflow: auto;
	position: relative;
	width: 925px;
	padding: 25px 0px 10px 0px
}
.img_wrapper {
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	margin-left: 75px;
	margin-top: 6px;
	overflow: hidden;
	position: relative;
	width: 170px;
}
.feature_wrapper {
	float: left;
	margin-bottom: 5px;
	margin-left: 75px;
	width: 380px;
}
.feature_wrapper h3 {
	color: #000;
}
.feature_wrapper p {
	color: #7A9EAC;
	line-height: 18px;
	margin: 0;
}
.feature_wrapper span {
	color: #4b636d;
}
.net_img {
	float: right;
	margin-right: 50px;
	margin-top: 2px;
}

@media only screen and (max-width:320px) {
.net_img {
	float: right;
	margin-right: 50px;
	padding-top: 15px;
}
.feature_wrapper h3 {
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
}
}
#happy_holidays {
	width: 471px;
	height: 290px;
}

/*New OffTopic*/
#offtopic_header {
	width: 952px;
	height: 361px;
	background-image: url(../images/offtopic_header.jpg);
}
#offtopic_header_content {
	padding: 25px;
	position: relative;
	top: 120px;
}
#offtopic_header_content p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}
#divider {
	width: 910px;
	height: 45px;
	background-image: url(../images/divider.jpg);
	margin: auto;
}
#off_left {
	float: left;
	width: 640px;
	min-height: 200px;
	height: auto !important;
	color: #505050;
	margin-bottom: 50px;
}
#off_right {
	float: right;
	width: 305px;
	min-height: 200px;
	height: auto !important;
}
#latest_header {
	width: 638px;
	height: 60px;
	background-image: url(../images/latest_ep_header.jpg);
}
#latest_header h2, #past_header h2 {
	display: none;
}
#episode_content {
	margin-left: 23px;
	margin-top: 20px;
	width: 615px;
}
#episode_content a {
	color: #72a3bc;
	text-decoration: underline;
}
#episode_content a:hover {
	color: #25648b;
}
#featured_content {
	-ms-box-shadow: 2px 2px 3px 0 #777;
	-webkit-box-shadow: 2px 2px 3px 0 #777;
	box-shadow: 2px 2px 3px 0 #777;
	margin-bottom: 20px;
	position: relative;
}
h1.ep_title {
	color: #4da1c7;
	font-family: arimo;
	font-size: 29px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}
p.ep_date {
	color: #505050;
	font-size: 14px;
	margin: 0 0 10px;
}
#episode_content p {
	line-height: 26px;
}
#past_wrapper {
	height: 685px;
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
#past_header {
	width: 638px;
	height: 60px;
	background-image: url(../images/past_ep_header.jpg);
}
.past_eps_block {
	float: left;
	height: 295px;
	margin-left: 10px;
	margin-top: 17px;
	width: 310px;
	overflow: hidden;
}
a.ep_thumb {
}
a.ep_thumb img {
	border: 1px solid #FFFFFF;
	-ms-box-shadow: 1px 1px 2px 0 #777777;
	-webkit-box-shadow: 1px 1px 2px 0 #777777;
	box-shadow: 1px 1px 2px 0 #777777;
	margin-bottom: 12px;
}
a.ep_thumb img:hover {
	border: 1px solid #5b8093;
}
a.ep_title {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}
.past_eps_block p {
	font-size: 13px;
	color: #646464;
}
.btn_more {
	display: block;
	width: 125px;
	height: 47px;
	background-image: url(../images/view_sprite.png);
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}
.btn_more:hover {
	background-position: 0px -47px;
	cursor: pointer;
}
#view_more {
	float: right;
}
#schedule_head {
	width: 304px;
	height: 60px;
	background-image: url(../images/schedule_header.jpg);
}
#schedule_head h2, #twitter_head h2, #polls_head h2 {
	display: none;
}
#schedule_wrapper {
	width: 303px;
	height: auto !important;
	min-height: 300px;
	margin-bottom: 20px;
	border-left: 1px solid #e3e3e3;
}
.saturday h3, .sunday h3 {
	color: #466d81;
	font-size: 20px;
	font-weight: bold;
}
span.radio_title {
	color: #505050;
	display: block;
	font-size: 13px;
	padding-top: 15px;
}
a.radio_link {
	font-size: 13px;
	color: #72a3bc;
}
.saturday, .sunday {
	margin-bottom: 15px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 15px;
}
#twitter_head {
	width: 304px;
	height: 60px;
	background-image: url(../images/twitter_header.jpg);
}
#twiiter_wrapper {
	width: 303px;
	height: auto !important;
	min-height: 300px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#polls_head {
	width: 304px;
	height: 60px;
	background-image: url(../images/polls_header.jpg);
}
#polls_wrapper {
	width: 303px;
	height: auto !important;
	min-height: 300px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#polls_wrapper img {
	-ms-box-shadow: 1px 1px 2px 0 #777777;
	-webkit-box-shadow: 1px 1px 2px 0 #777777;
	box-shadow: 1px 1px 2px 0 #777777;
}
.single-photos .ngg-gallery-thumbnail, .single-videos .ngg-gallery-thumbnail {
	margin: 0 5px 10px;
}
.yop-poll-forms li {
	list-style: none !important;
}
.yop-poll-name {
	color: #466d81;
	font-size: 20px!important;
	font-weight: bold!important;
}
.yop-poll-question {
	padding-bottom: 5px;
}
.yop-poll-question, .yop-poll-answers, .yop-poll-footer {
	color: #505050;
	display: block;
	font-size: 13px!important;
	padding-top: 5px;
	clear: both;
}
.yop-poll-container-success {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 20px !important;
	text-align: center;
}

/*Videos PLugin CSS*/
.video-gallery-thumbnail {
	padding: 1px !important;
}
.vid_text {
	color: #363636;
	font-size: 15px;
	line-height: normal;
	text-align: left !important;
}
.clearboth {
	clear: both;
}
.new_header {
	height: 240px!important;
	border-top: 7px solid #72a3bc;
}
.new_header #header_content_wrapper {
	height: 240px!important;
}
#social_banners {
	background: url(../images/social-banner-bg.png)no-repeat;
	position: relative;
	z-index: 9999;
	top: -7px;
	display: block;
	min-height: 50px;
	float: right;
	width: 280px;
}
#social_banners #social_nav_wrapper {
	top: 130px;
}
#social_banners ul li {
	display: block;
	width: 47px;
	height: 328px;
	position: absolute;
	z-index: 9999;
	top: -195px;
	text-align: center;
	margin-right: 1px;
}
#drew_banner {
	background: url(../images/drew-banner.png) no-repeat;
	right: 70px;
}
#jonathan_banner {
	background: url(../images/jonathan-banner.png) no-repeat;
	right: 15px;
}
#jd_banner {
	background: url(../images/jd-banner.png) no-repeat;
	right: 0;
}
#social_banners ul li a {
	display: block;
	width: 23px;
	height: 23px;
	margin: 5px auto;
	margin-left: 9px;
}
.facebook {
	background: url(../images/sb-facebook.png) no-repeat;
}
.twitter {
	background: url(../images/sb-twitter.png) no-repeat;
}
.instagram {
	background: url(../images/sb-instagram.png) no-repeat;
}
.vinetop {
	background: url(../images/sb-vine.png) no-repeat;
}
.youtube {
	background: url(../images/sb-youtube.png) no-repeat;
}
.gplus {
	background: url(../images/sb-gplus.png) no-repeat;
}
.snapchat {
	background: url(../images/sb-snapchat.png) no-repeat;
}
.pinterest {
	background: url(../images/sb-pinterest.png) no-repeat;
}
.imdb {
	background: url(../images/sb-imdb.png) no-repeat;
}
#drew_banner:hover {
	top: -30px;
}
#drew_banner:hover > .facebook {
	margin-top: 35px;
}
#jonathan_banner:hover {
	top: 0px;
}
#jd_banner:hover {
	top: -50px;
}
#jd_banner:hover > .facebook {
	margin-top: 55px;
}
.newsletter_btn {
	background-image: url(../images/newsletter-click-here.png) !important;
	background-repeat: no-repeat;
}
#gform_wrapper_4 h3 {
	display: none;
}
#input_4_1_3_container, #input_4_1_6_container {
	width: 49%;
}
#input_4_1_3_container {
	float: left;
}
#input_4_1_6_container {
	float: right;
	margin-right: 14px;
}
#gform_submit_button_4 {
	background-color: #4da1c7;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 5px;
	margin-right: 5px;
	padding: 6px;
	text-align: center;
	width: 129px;
	float: right;
}
#gform_submit_button_4:hover {
	cursor: pointer;
	background-color: #72A3BC;
}
.new_footer_wrapper {
	background-image: url(http://www.thescottbrothers.com/wp-content/uploads/2016/06/scott-logo-white-v2.png) !important;
}
.new_footer_logos {
	width: 400px!important;
	margin-left: 260px!important;
	border-left: 0!important;
}
#logo_other_sprite {
	width: 104px;
	height: 104px;
	background-image: url(../images/more-networks.png);
}
.new_signup_news {
	background-image: url(../images/sign-off-topic2.png)!important;
}
#signup_news .autographs {
	display: block;
	width: 278px;
	height: 40px;
	margin-top: 75px;
}
#signup_news .off_topic {
	display: block;
	width: 278px;
	height: 40px;
	margin-top: 28px;
}

/* Network Page */
.network_pic_wrap {
	float: left;
	width: 210px;
	margin: 16px;
	text-align: center;
	min-height: 350px;
}
.network_pic_link {
	display: block;
	width: 200px;
	height: 200px;
	background: #fff;
	padding: 5px;
	position: relative;
}
.network_pic_link img {
	width: auto;
	max-width: 200px;
	height: auto;
	max-height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
#networks_no_pic_wrapper li {
	float: left;
	width: 33%;
	line-height: 20px;
}
#more_networks {
	background: url(../images/more-networks-bg.png) no-repeat;
	height: 48px;
	width: 304px;
	position: relative;
	text-transform: uppercase;
	color: #373737;
	font-weight: bold;
	line-height: 36px;
	text-indent: 20px;
	font-family: 'Arimo', sans-serif;
	left: -34px;
}
.charity_wrapper {
	text-align: left !important;
	width: 312px !important;
	margin: 10px 0px!important;
}
.wrapper2 {
	margin: 10px 20px!important;
}
.charity_wrapper .network_pic_link img {
	max-width: 300px;
	max-height: 300px;
}
.charity_wrapper .network_pic_link {
	width: 302px;
}
.charity_wrapper h2 {
	font-size: 20px!important;
	color: #4da1c7;
	margin-top: 10px;
	font-weight: 600;
}
.charity_wrapper p, .charity_wrapper p a {
	color: #353535;
}
.charity_wrapper p a {
	text-decoration: underline;
}
a.network_link_country {
	color: #000 !important;
}
a.network_link_name {
	color: #888 !important;
}
a.network_link_country:hover {
	color: #72A3BC !important;
}
a.network_link_name:hover {
	color: #72A3BC !important;
}
#gform_wrapper_4 {
	width: auto;
	height: 167px;
	background-color: #F5F5F5;
	float: right;
	padding: 4px 4px 0;
}
#input_4_1_3_container {
	width: 230px;
	margin-top: 10px;
	float: left;
}
#input_4_1_6_container {
	width: 230px;
	margin-top: 10px;
	float: right;
}
#input_4_2 {
	width: 465px;
}

/* --- Confirmation / added 3-13-2013 --- */
#gforms_confirmation_message {
	font-size: 24px;
	color: #4da1c7;
	font-weight: bold;
}
.thumbs a.prev, .thumbs a.next {
	background: none;
	width: inherit;
	height: inherit;
	display: block;
	position: inherit;
	top: 0;
	left: 0;
}
#gform_submit_button_10 {
	background-color: #4da1c7!important;
	border: 0 none!important;
	color: #FFFFFF!important;
	display: block!important;
	font-size: 16px!important;
	margin-left: 5px!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	padding: 6px!important;
	position: relative!important;
	text-align: center!important;
	width: 100%!important;
}
.page-id-5703 .gfield_description {
	padding: 10px!important;
}
.charleft, .ginput_counter {
	padding: 10px!important;
}

@media (max-width:500px) {
.signupdw {
	padding: 10px 0!important;
	width: 100%!important;
	text-align: center!important;
	margin-bottom: 10px!important;
	margin-top: 0px!important;
}
}
.signupdw {
	float: right;
	background-color: #72a3bc;
	margin-bottom: 20px;
	margin-top: -40px;
	padding: 10px;
}
