/* Marcus Jordan stylesheet */

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FuturaLT-CondensedExtraBold';
  src: url('fonts/FuturaLT-CondensedExtraBold.eot');
  src: url('fonts/FuturaLT-CondensedExtraBold.eot?#iefix') format('embedded-opentype'),  
  url('fonts/FuturaLT-CondensedExtraBold.woff') format('woff'),
  url('fonts/FuturaLT-CondensedExtraBold.ttf')  format('truetype'),
  url('fonts/FuturaLT-CondensedExtraBold.svg#FuturaLT-CondensedExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @group fonts */

@font-face {
    font-family: 'karla';
    src: url('../fonts/karla-regular-webfont.eot');
    src: url('../fonts/karla-regular-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/karla-regular-webfont.woff') format('woff'),
         url('../fonts/karla-regular-webfont.ttf') format('truetype'),
         url('../fonts/karla-regular-webfont.svg#karla') format('svg');
    font-weight: normal;
    font-style: normal;   
}
@font-face {
    font-family: 'karla-bold';
    src: url('../fonts/karla-bold-webfont.eot');
    src: url('../fonts/karla-bold-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/karla-bold-webfont.woff') format('woff'),
         url('../fonts/karla-bold-webfont.ttf') format('truetype'),
         url('../fonts/karla-bold-webfont.svg#karla-bold') format('svg');
    font-weight: normal;
    font-style: normal;   
}

/* @end */

/* @group basic */

html {	
height: 100%;
}
body { 
padding: 0; 
margin: 0; 
background: #ffffff none no-repeat fixed; 
color: #636363;
font: 1rem/1.4rem source_sans_proregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
height: 100%;
}
.whiteback {
	background: white;
}
a {
text-decoration:none;
color: #ffffff;
}

a:hover {
text-decoration:none;
color:#000000;
}

p {
font: 1rem/1.4rem source_sans_proregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
color: #000000;
text-align:left;
margin: 1rem 0;
font-family: FuturaLT-CondensedExtraBold;
}
h2 {
color: #4a4949;
text-align:left;
margin: 4px 0 0;
font-family: FuturaLT-CondensedExtraBold;
}

h3 {
color:#4a4949;
text-align:left;
font-family: source_sans_probold;
font-size: 1.2rem;
}

h5 {
color:#4a4949;
text-align:left;
font-family: source_sans_probold;
font-size: .8rem;
}

.redtext {
	color: #da2a10;
	font-weight: bold;
}
#wrapper {
	background-color: #fff;
}
#center {
margin: 0px auto -1px auto;
padding: 1rem;
background-color: white;
	color: #636363;
}

ul li {
color: #636363;
}

#header {
color: black;
font: bold 30px/45px Helvetica, Geneva, sans-serif;
background: #ffde41 url(../images/circle.png) no-repeat center bottom;
margin: 0;
padding: 1rem 0;
}

.header-left {
	float: left;
	width: 300px;
	height: 150px;
	color: #000;
	font: bold 32px/40px Helvetica, Geneva, sans-serif;
	overflow: hidden;
}

.header-right {
	color: #000000;
	font: bold 20px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.header-right b {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}

.header-right a{
	color: #000000;
	font: bold 20px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.header-right a:hover{
	color: #000;
}

#main {	
	width: 100%;
}
#main a {
	color: #3e7ba2;
}

#main a:hover {
	color: #db550a;
}

#mainleft {	
	width: 600px;
	float: left;
	padding-left: 10px;
}

#mainright {	
	margin-left: 20px;
	width: 300px;
	float: left;
}

#mailistbar {
	width: 1000px;
	height: 85px;
	display: block;
	background: url(../images/mailinglistbar.png) no-repeat;
	padding: 0;
	margin: 0;
}
#logos {
	width: 640px;
	height: 85px;
	display: block;
	float: left;
}
#logos img {
	margin-left: 6px;
	margin-right: 6px;
}
#mail_lsform {
	width: 310px;
	height: 85px;
	display: block;
	float: left;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.copyrightbox {
	color: #000;
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.copyrightbox a {
	color: #000;
}
.floatclear {
	clear: both;
}

.logos {
width:630px;
height:85px;
}
.logos img { }

.client_logos {
	width: 590px;
	height: 600px;
}


#breadcrumb
{  
    font: 12px/30px Arial, Helvetica, sans-serif;
    color: #35acc5;
    overflow:hidden;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 10px;
}


#breadcrumb a
{
    color: #35acc5;
}
#breadcrumb a:hover
{
	color:#35acc5;
}
.update {
	width: 250px;
	margin-left: 30px;
	margin-bottom: 10px;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.updatetitle {
	font: bold 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.updatelink {
	font: bold 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fcd700;
}

.newsarticle {
	width: 500px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #848585;
	padding: 6px;
}
.thanks {
	margin: 10px;
	color: #000;
	font: bold 18px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.formelement {
	width: 100%;
	margin-bottom: 6px;
}


.label
{
font:  14px/20px Arial, Helvetica, Geneva, sans-serif;
background: #ffde41;
color: #000;
padding: 5px 10px 5px 10px;
}
.label-normal
{
font:  14px/20px Arial, Helvetica, Geneva, sans-serif;
background: #ffde41;
color: #000;
padding: 5px 10px 5px 10px;
}

.labeldesc {
width: 160px;
font: 11px/14px Arial, Helvetica, Geneva, sans-serif;
float: left;
margin-right: 30px;
}

.label_req
{
font: bold 14px/20px Arial, Helvetica, Geneva, sans-serif;
background: #ffde41;
color: #000;
padding: 5px 10px 5px 10px;
}

textarea {
	padding-left: 6px;
	height: 200px;
	color: #3c3d3c;
	font: 14px/16px Arial, Helvetica, Geneva, sans-serif;

	border: 2px solid #ccc;
}

textarea:focus, input:focus {
border: 2px solid #185878;
}

input.submitbutton {
width:150px;
background: #27517d;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
margin-left: 180px;
}
input[type=text]  {
	padding-left: 6px;
	color: #3c3d3c;
	font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
	display:block;
	border: 2px solid #ccc;
}


/* @end */

/* @group footer */

#footer a {
	color: black;
font-family: source_sans_probold;
}
#footer a:hover {
	color: #b22605;
}
.footerbuttons {
	width: 100%;
}
.footerbutton {
	border: 1px solid #999;
	padding: .6rem;
}
.footerbutton a {
	color: black;
}
.footerbuttons h3 {
	color: black;
	margin: 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 0px;
}

.footerbuttons p {
	width: 50%;
	color: black;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}


#footer {	
color: #000000;
background: #ffde41;
padding-top: 1rem;
font-family: source_sans_probold;
}
#footer_row1 {
	height: 160px;
	width: 1000px;
	overflow: hidden;
}
#footer_row1_left {
	float: left;
	width: 580px;
	padding: 6px 0px 6px 20px;
	color: black;
}
#footer_row1_left a {
	color: black;
}
#footer_row1_right {
	float: left;
	width: 340px;
	text-align: right;
	padding-right: 10px;
	
}
#footer_row2 {
	width: 940px;
	height: 41px;
	text-align: right;
	padding-right: 10px;
}
#footer_row2 img {
	float: right;
}

#small_logo {
	width: 1000px;
	height: 86px;
	display: block;
	background: #ffde41;
}
.footercol a {
	color: black;
}
.footercol a:hover {
	color: #b22605;
}
.footercolheader {
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	font: bold 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #000000;
	padding: 10px;
}
.footercolcontent {
	width: 260px;
	padding: 20px;
}

#footer_center {
width: 930px; 
margin: 10px auto -1px auto;

}



/* @end */

/* @group testimonials */

.testimonial {
	width: 100%;
	color: black;
	margin: 1rem 0;
}

.name {
	width: 260px;
	text-align: left;
	font: italic bold 14px/16px arial;
	margin-top: 6px;
	padding: .5rem;
}

.comments {
	width: 100%;
	font: 14px/22px arial;	
	padding: .5rem;
}

/* @end */

/* @group propertypages */

#main_property {	
margin-top: .2rem;
}


#main_property a {
	color: #3e7ba2;
}
#main_property_left {	
}
#main_property_right {	
	background-color: #ffed83;
	margin: 1rem 0;
	padding-bottom: 1rem;
}
#main_property_right h2 {
	background-color: #ffde41;
	color: black;
	font: bold 16px/26px "Century Gothic", Lucida, Verdana, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 6px;
}
#main_property h1 {
color: #4a4949;
text-align:left;
margin: 0rem 0px 1rem;
	}

.propertyprice {
	background-color: #b22605;
	color: white;
	padding: 5px 5px 5px 50px;
text-align: right;
margin: 0px;
font: bold 22px/28px  Arial, Helvetica, Geneva, sans-serif;
	}

.letagreed {
	float: right;
	background-color: #ffde41;
	color: black;
	padding: 5px 20px 5px 20px;
margin: 0px;
font: bold 22px/28px  Arial, Helvetica, Geneva, sans-serif;
	}
.let_overlay {
	width: 100%;
	text-align: center;
	background-color: #ffde41;
	color: black;
	font: bold 18px/30px  Arial, Helvetica, Geneva, sans-serif;
	z-index:100;
	}
.propertypriceprint {
	float: right;
	color: black;
	padding: 6px 6px 6px 50px;
text-align: right;
margin: 0px;
font: bold 22px/36px  Arial, Helvetica, Geneva, sans-serif;
	}

.propertyphotoblock {
	width: 80%;
	float: left;
	margin: 0 10%;
}

.googlemap {
	float: left;
	overflow: hidden;
	width: 40%;
}
.googlemap a {
	color: #3e7ba2;
}

.googlemap a:hover {
	color: #db550a;
}
.googlemap img {	
	border: 1px solid silver;
	margin: 1rem 0;
}

.infoblock {
	font-size: .8rem;
}
.details {
	float: left;
	font-size: 1rem;
}
.xtrainfo {
	width: 300px;
	float: left;
	margin: 10px 0px 0px 8px;
	border: 1px solid silver;
	background-color: #f8f8f8;
	padding: 10px;
}
.xtrainfo h3 {
	margin: 0px;
}

.xtrainfo h2 {
	margin: 0px;
}
.xtrainfo ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.xtrainfo a {
	color: #3e7ba2;
}

.xtrainfo a:hover {
	color: #db550a;
}
.yellowbutton {
	width: 100%;
	margin-bottom: .4rem;
	padding: .2rem;
	text-align: center;
	background-color: #fec300;
	color: black;
	font: bold 1rem/1.4rem "Century Gothic", Lucida, Verdana, sans-serif;
}
.yellowbutton:hover {
	background-color: #eca300;
}
.yellowbutton a {
	color: black;
}

.yellowbutton_small {
	background-color: #fec300;
	padding: 5px 5px 5px 10px;
	color: black;
	font: bold 14px/20px "Century Gothic", Lucida, Verdana, sans-serif;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
.yellowbutton_small a {
	color: black;
}
.yellowbutton_small:hover {
	background-color: #eca300;
}
.propertybox {
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
	margin-top: 10px;
	border-bottom: 1px solid silver;
}
.propertybox_left {
	padding: 5px;
	display: block;
	float: left;
	background-color: white;
	border: 1px solid silver;
}
.propertybox_left:hover {
    filter:alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:.50;
	color: black;
}
.propertybox_right {
	float: left;
	padding: 10px;
}
.propertybox h3 {
	
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.propertybox b {
	color: #fa4b04;
	font: bold 20px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.display_address {
	font-size: 11px;
	line-height: 14px;
}
/* @end */

/* @group navbar */

/* navigation menu */

#navbar {
	width: 1000px;
	height: 40px;
	background-color: #ffde41;
	background-image: none;
	margin: 0;
}

#menu_nav {
width: 1000px;
}

#nav, .nav, #nav .nav li { 
margin:0px; 
padding:0px;
font: 18px/40px "trebuchet ms", "Lucida Grande", Lucida, Verdana, sans-serif;
}
#nav li {
	float:left; 
	display:inline; 
	cursor:pointer; 
	list-style:none; 
	padding-left:30px; 
	padding-right:30px; 
	position:relative; 
	color: white;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

#nav li.blue {
	float:left; 
	display:inline; 
	cursor:pointer; 
	list-style:none; 
	padding-left:30px; 
	padding-right:30px; 
	position:relative; 
	color: #000000;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

#nav li.selected {
	float:left; 
	display:inline; 
	cursor:pointer; 
	list-style:none; 
	padding-left:10px; 
	padding-right:10px; 
	position:relative; 
	background:#ffed83;
	color: #000000;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

#nav li.blue-selected {
	float:left; 
	display:inline; 
	cursor:pointer; 
	list-style:none; 
	padding-left:30px; 
	padding-right:30px; 
	position:relative; 
	background:#ffed83;
	color: #000;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

#nav ul.second {
/*border-bottom: 2px solid white;*/
	}	
#nav li ul.second {
	
	left:70%; 
	top:10%;
	}
	
#nav ul.first {
	/*border-bottom: 2px solid white;*/
	}

		
#nav li ul.first {
	left:-1px; 
	top:100%;
	}

li, li a {
	color:#000000; 
	text-decoration:none;}
	
#nav .nav li { 
width: 100%;
height: 30px;
line-height:30px; 
border-left:none; 
background: #000;
}
#nav .nav li a {
color: white;	
}

#nav .nav li.blue { 
height: 30px;
line-height:30px; 
border-left:none; 
background: #000;
}


#nav li a {
	display:block; }

ul.nav { 
display:none; }

#nav li:hover > a, #nav li:hover { 
	color: #000;
	background: #ffed83 none repeat-x;
}

#nav li.blue:hover > a,  #nav li.blue:hover {
	color: #000;
	background: #ffed83 none repeat-x;
}

.normal_black li {
	color: black;
}


li:hover > .nav { 
display:block; 
position:absolute; 
top:-2px; 
left:90%; 
z-index:1000; 
 }

#nav li.blue-selected:hover > a,  #nav li.blue-selected:hover {
}



/* @end */

/* @group latestslides */

#latestproperties {
	width: 100%;
	padding: 6px 10px 6px 10px;
	background: #464646;
	margin: 6px 0px 6px 0px;
}
#latestproperties h3 {
	margin: 6px 0 6px 0;
	padding: 0;
	color: white;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}
.latestpropertyblock:hover {
	color: #fcc400;
}
.latestbar {
	background: url(../images/blackbar60.png) repeat;
	color: white;
	padding: 10px;
	margin-top: 110px;
	line-height: 14px;
	font-size: 12px;
}
.latestbar:hover {
	color: #fcc400;
}

/* @end */

/* @group slideshow */

#mainslideshow {
	width: 600px;
	height: 380px;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 6px 0 6px 0px;
}
#mainslideshow > div { 
    position: absolute; 
}


/* @end */

/* @group awesome */

.awesome, .awesome:visited {
	background: #222 url(alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

/* @end */

/* @group searchbar */

#searchbar {
	width: 100%;
	height: 120px;
	background: #ffde41 url(../images/searchbar.png) no-repeat;
	display: block;
	padding: 20px 20px 0 140px;
}
.titlesearch {
	float: left;
	line-height: 50px;
	font-weight: bold;
	color: black;
	font-size: 24px;
	margin-right: 10px;
}



#searchbar input[type=text]  {
	width: 300px;
	padding-left: 6px;
	color: #3c3d3c;
	font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 6px;
	display:block;
	border: 2px solid #ccc;
}


#searchbar input.home {
	float: left;
	padding: 6px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

#searchbar_advanced {
	width: 780px;
	height: 110px;
	background: #ffde41 url(../images/searchbar_advanced.png) no-repeat 0 top;
	display: block;
	padding: 10px 20px 0 150px;
	color: black;
}
#searchbar_advanced label {
	width: 130px;
	float: left;
	height: 25px;
	margin-top: 6px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#searchbar_advanced input[type=text]  {
	
	color: #3c3d3c;
	font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 6px;
	display:block;
	border: 2px solid #ccc;
}

#searchbar_advanced select  {
}


#searchbar_advanced input.internal {
	float: left;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
#searchbar_advanced select.double {
	width: 100px;
}
/* @end */

/* @group paginate */

.paginate {
font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 6px;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
	}

/* @end */

.footerbutton1 {
	width: 100%;
	padding: 1rem 0;
	border: 1px solid #919191;
	overflow: hidden;
	display: block;
	color: black;
	padding-left: 20px;
	background: #eae7e7 url(../images/footer_button-valuation.png) no-repeat right bottom;
	min-height: 130px;
}
.footerbutton1:hover {	
    filter:alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:.50;
	color: black;
}

.footerbutton2 {
	width: 100%;
	padding: 1rem 0;
	border: 1px solid #919191;
	overflow: hidden;
	display: block;
	color: black;
	padding-left: 20px;
	background: #eae7e7 url(../images/footer_button-register.png) no-repeat right bottom;
	min-height: 130px;}

.footerbutton2:hover {	
    filter:alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:.50;
	color: black;
}
.footerbutton3 {
	width: 100%;
	padding: 1rem 0;
	border: 1px solid #919191;
	overflow: hidden;
	display: block;
	color: black;
	padding-left: 20px;
	background: #eae7e7 url(../images/footer_button-findus.png) no-repeat right bottom;
	min-height: 130px;
	}
.footerbutton3:hover {	
    filter:alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:.50;
	color: black;
}

/* My Comment */ 
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
.top-bar {
	padding-top: 1rem;
}
.top-bar, .top-bar ul {
	background: #ffde41;
	padding: 0;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu{
	background: #eae7e7;
}
.is-dropdown-submenu {
	border: none;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	font-size: 1rem;
	font-family: source_sans_probold;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	background: #eae7e7;
}
.menu.medium-horizontal > li {
	float: left;
}