@import url(//fonts.googleapis.com/css?family=Roboto:900,700,100,400,400italic,300,500italic,700italic,100italic,300italic,900italic,500|Fjalla+One);

/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear		{clear:both; font-size:0px; line-height:0px; display:block;}
.clear-header		{clear:both; font-size:0px; line-height:0px; display:block; margin-top:80px}
/**************************************************************************************/
a											{color:#428bca; text-decoration:none; outline:0 none; 	transition: background-color 0.5s ease;
}
a:hover										{color:#ff7800;  text-decoration:none;}
h1											{font-size:24px;}
h2											{font-size:22px;}
h3											{font-size:18px;}
h4											{font-size:16px;}
h5											{font-size:14px;}
h6											{font-size:12px;}
h1										{ font-size:42px; display:block; text-align:center;  color:#222; font-family: 'Fjalla One', sans-serif; font-weight:normal; padding-top:50px; line-height: 70px;}

h2.title-type										{ font-size:33px; display:block; text-align:center;  color:#222; font-family: 'Fjalla One', sans-serif; font-weight:normal; padding-top:50px; line-height: 40px;}

h4										{ font-size:18px; display:block; text-align:center;  color:#333;  font-weight:normal; }
/*----------------------------------------------------------------------------------*/
html 											{}
body										{ font-family:Verdana; font-size:12px;}
.flt_Lt										{float:left; display:inline;}
.flt_Rt										{float:right; display:inline;}
/* ---------------------------------------------------------------------------------*/

.wrapper										{ width:100%;}
.containerb										{ width:960px; margin:0 auto; padding:0; position:relative }
.containerh										{ max-width:960px; margin:0 auto; padding:0; position:relative }

/* ------------------------- HEADER HERE -------------------*/
.headerM											{     background: none repeat scroll 0 0 #075ba8;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;}
.headerM	a.logo 									{ float:left; display:block; margin:9px 1%; }
.headerM	a.logo img 								{ width:100%; max-width:158px; height:auto; }
.headerM	ul.nav 									{     
	display: block;
    float: left;
    margin-left: 60px;
    margin-top: 23px;
    width: 500px;
}
.headerM .ybadge {
	position:absolute;
	top:0;
	left:-120px;
}
.headerM ul.nav li 									{ 
    margin: 0 5px;
	/* display:inline-block; */
	*display:inline; /*IE7*/
	*zoom:1; /*IE7*/
}
.headerM ul.nav li a 								{
	background-color: #044a8a;
	transition: background-color 0.5s ease;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	padding:6px;
	color:#fff;
	display:block;
	text-align:center
}
.headerM ul.nav li a.ap 								{
	margin:0 auto;
	width:100%;
}
.headerM ul.nav li a.faq 								{
	width:60px;
}
.headerM ul.nav li a.cu 								{
	width:120px;
}
.headerM ul.nav li a:hover,
.headerM ul.nav li a.active							{ background-color: #2a70b1; opacity:1}
.sign_cont										{ float:right; display:block; margin-top:33px;}

.sign_cont span 									{  font-size:14px; color:#fff;  font-family: 'Roboto', sans-serif; font-weight:300;}
.sign_cont span a 								{ color:#fff; line-height:24px; margin:0 3px; font-weight:bold}
.sign_cont span a:hover 								{ opacity:1; color:#febf1c}

.sign_cont span a.add								{ padding-left:20px; background:url(../images/add-icon.png) left center no-repeat;}
a.nav_icon										{ display:none;}
/* ------------------------ PROPERTY PAGE --------------*/
strong {
	font-weight:bold;
}
.proptitle {
	font-size:28px;
	float:left;
    font-family: "Fjalla One",sans-serif;
}
.proptitle-price {
	font-size:28px;
	float:right;
    font-family: "Fjalla One",sans-serif;
	color:#075ba8
}
.propdetailsheader {
	font-size:18px;
    font-family: "Fjalla One",sans-serif;
	margin-bottom:5px;
}
.bottom-border {
	border-bottom:1px solid #075ba8;
	margin-bottom:20px;
	padding-top:10px;
}
.realtorphotoleft {
	float:left;
	padding-right:20px;
}
.realtorcontact {
	float:left;
	height:120px;
	font-size:14px;
	position:relative
}
.realtorcontact p {
	min-width:240px;
	margin: 0;
   position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%)
}
.mainimage {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	width:500px 
}
.secondimage {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	margin:5px; 
	width:470px;
}
.propright {
	float:right;
	padding-top:10px;
	width:420px
}
.iframemap {
	width:100%;
	height:300px;
}
.propimagebox {
	float:left;
}
#propcontactform {
	width:960px;
}
#propcontactform input {
	margin-bottom:10px;
}
#propcontactform input[type="text"],#propcontactform input[type="email"],#propcontactform input[type="phone"] {
	width:48%;
	float:left;
	clear:left
}
#propcontactform textarea {
	width:50%;
	float:right;
	height:122px;
}
#propcontactform .btn-block {
	float:right;
	width:120px;
}
/* ------------------------ ROUND NUMBERS HERE --------------*/

span.number {
	background: none repeat scroll 0 0 #2a70b1;
    border-radius: 40px;
    color: #ffffff;
    display: inline-block;
    font-family: "Fjalla One",sans-serif;
    font-size: 22px;
    line-height: 10px;
    margin-right: 10px;
    padding: 15px;
    text-align: center;
}
h2.smaller {
	font-size:18px;
}
.easy-left {
	width:50%;
	float:left
}
.easy-right {
	width:44%;
	float:right
}
.easy-right p {
	font-size:14px;
	padding-top:10px;
	line-height:20px
}
.left {
	text-align:left !important;
}

/* ------------------------ FORMS CONTENT HERE --------------*/
::-webkit-input-placeholder {
   color: #000;
   font-weight:normal
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
   font-weight:normal
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
   font-weight:normal
}

:-ms-input-placeholder {  
   color: #000;  
   font-weight:normal
}

.signupnow {
	padding:10px 0;
	text-align:center;
	border-bottom:1px solid #ddd;
	background:url(../images/alert-bar.png) center no-repeat #febf1c;
}
.signupnow .propbut {
	font-family:"Fjalla One",sans-serif;
	font-size:16px;
	margin:10px 0;
	line-height:30px;
	background:#ff7800;
	border:none;
	color:#fff;
	padding: 0 15px;
	cursor:pointer
}
	
.signupnow li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	width:100%
}
.signupnow input[type="text"] {
    background: none repeat scroll 0 0 #fff;
	border: 1px solid #aaa;
    border-radius: 3px;
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px;
    width: 150px;
}
.signupnow input.larger {
	width:300px;
}
.signupnow input.smaller {
	width:100px;
}

/* -- ADMIN LIST PROPERTY BAR */

.list-property {
	text-align:center;
}
.list-property .propbut {
	font-family:"Fjalla One",sans-serif;
	font-size:16px;
	margin:10px 0;
	line-height:30px;
	background:#ff7800;
	border:none;
	color:#fff;
	padding: 0 15px;
	cursor:pointer
}
	
.list-property li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	width:100%
}
.list-property input[type="text"] {
    background: none repeat scroll 0 0 #fff;
	border: 1px solid #aaa;
    border-radius: 3px;
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px;
    width: 175px;
}
.list-property input.larger {
	width:220px;
}
.list-property input.smaller {
	width:100px;
}

/* ------------------------ MAIN CONTENT HERE --------------*/
.header-buttons li {
	color:#fff;
	float:right
}
.header-buttons a {
	background-color:#045097;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height:76px;
	line-height:80px;
	font-size:18px;
	color:#fff;
	padding:0 30px;
	display:inline-block;
	font-weight:bold;
	margin-left:4px;
}
.header-buttons a:hover {
	background-color:#0a58a1;
	text-decoration:none
}
.eighty-width {
	width:80%;
	margin:0 auto
}

.sixteenpix {
	font-size:16px;
}

.center {
	text-align: center;
}
.large {
	font-size:13px;
}
.larger {
	font-size:16px;
}
.syn-logo {
	width:150px;
	height:80px;
	display:inline-block;
	vertical-align:center;
	margin:5px;
}
.syn-logo img {
	max-width:100%;
	max-height:100%;
}
hr {
	border:none;
	background:none;
	border-bottom:2px #ddd solid
}
.main-cont										{ width:100%; display:block;}
.banner					 						{
	display: block;
	min-height: 300px;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/backLongTransBack2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:100% auto;
  }
.banner3				 						{
	display: block;
	min-height: 200px;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/backLongTransBack2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:100% auto;
  }
.banner4 {
	position: relative;
	display: block;
	padding-top: 75px;
	background-color: #2170bb;
	background: -moz-linear-gradient(top,  #2170bb 0%, #60abf8 24%, #cce5ff 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2170bb), color-stop(24%,#60abf8), color-stop(71%,#cce5ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2170bb 0%,#60abf8 24%,#cce5ff 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2170bb 0%,#60abf8 24%,#cce5ff 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2170bb 0%,#60abf8 24%,#cce5ff 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #2170bb 0%,#60abf8 24%,#cce5ff 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170bb', endColorstr='#cce5ff',GradientType=0 ); /* IE6-9 */
}
.banner2 {
	position: relative;
		display: block;
		padding-top: 75px;
		background-color: #2170bb;
		background: -moz-linear-gradient(top,  #2170bb 0%, #60abf8 50%, #cce5ff 80%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2170bb), color-stop(50%,#60abf8), color-stop(80%,#cce5ff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #2170bb 0%,#60abf8 50%,#cce5ff 80%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #2170bb 0%,#60abf8 50%,#cce5ff 80%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #2170bb 0%,#60abf8 50%,#cce5ff 80%); /* IE10+ */
		background: linear-gradient(to bottom,  #2170bb 0%,#60abf8 50%,#cce5ff 80%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170bb', endColorstr='#cce5ff',GradientType=0 ); /* IE6-9 */
}
.banner a.feedback, .banner3 a.feedback				{ background:url(../images/feedback.png) left center no-repeat; display:block; width:44px; height:146px; position:fixed; left:0; top:100px; z-index:999;}
.banner h1										{ font-size:52px; display:block; text-align:center;  color:#fff; font-family: 'Fjalla One', sans-serif; font-weight:normal; padding-top:50px; text-shadow:#333 0 0 5px;   line-height: 70px;}
.banner h2										{ font-size:32px; display:block; text-align:center;  color:#fff; font-family: 'Fjalla One', sans-serif; font-weight:normal;  text-shadow:#333 0 0 5px; }
.banner h2 span {
	font-weight:800;
	color:#febf1c
}
.banner h4										{ display:block; text-align:center; color:#fff; font-size:28px; padding-top:25px; font-family: 'Roboto', sans-serif; font-weight:normal; text-shadow:#666 0 0 1px;}
.banner a.learn_more								{ width:220px; line-height:50px; background:url(../images/rep-grn.jpg) repeat-x; border-radius:10px; color:#fff; font-size:21px; text-align:center;font-family: 'Fjalla One', sans-serif; margin:35px auto 0 auto; display:block; }

.cen_cont										{ padding-top:67px; display:block;}
.cen_lft_cont									{ float:left; margin:0 1%; display:block; width:48%}
.cen_rgt_cont									{ float:right; display:block; margin:0 1%; width:39.6%;}

.cen_lft_cont h3 								{ font-size:32px; color:#363636; font-family: 'Fjalla One', sans-serif;font-weight:normal; padding-bottom:18px}
.cen_lft_cont p 									{ font-size:16px; color:#363636; font-family:arial; display:block; padding-bottom:20px; line-height:20px;}
.cen_lft_cont span 								{ display:block; float:left; width:100%;}
span a.org 							{ width:48%;  background:#ff7800; padding:14px 0; color:#fff; font-size:18px; font-family: 'Fjalla One', sans-serif; text-align:center; display:block; float:left; border-radius:10px;}
span a.grey 							{ width:48%;  background:#454545; padding:14px 0; color:#fff; font-size:18px; font-family: 'Fjalla One', sans-serif; text-align:center; display:block; float:right; border-radius:10px;}
span a.blue 							{ width:72%; margin:20px 0;  background:#58a4f0; padding:14px 0; color:#fff; font-size:18px; font-family: 'Fjalla One', sans-serif; text-align:center; display:block; border-radius:10px;}
.cen_lft_cont span a.org em 							{ font-style:normal; padding-right:25px; background:url(../images/icon1.png) right center no-repeat; display:inline-block;}
.cen_lft_cont span a.grey em 							{ font-style:normal; padding-right:25px; background:url(../images/icon2.png) right center no-repeat; display:inline-block;}

.planL											{ display:block; margin-bottom:15px; background:#096cb9; border-radius:10px;}
.planL h2 										{ font-size:30px; color:#fff; font-family: 'Fjalla One', sans-serif; padding:20px 0 15px 0; text-align:center; display:block}
.planL h2 sup 										{ font-size:16px; text-decoration:underline;}
.planL a 											{ font-size:18px; font-family: 'Roboto', sans-serif; line-height:45px; text-align:center;  display:block;color:#fff; background:url(../images/rep-blue.png) left center repeat-x; border-radius:0 0 10px 10px} 
.planL a:hover 										{ font-size:18px; font-family: 'Roboto', sans-serif; line-height:45px; text-align:center;  display:block;color:#fff; background:url(../images/rep-blue.png) left center repeat-x; border-radius:0 0 10px 10px; opacity:.7} 

.ser_list										{ background:#616161; border-radius:10px; display:block; padding:15px 10px;}
.ser_list h2 									{ font-size:30px; color:#fff; display:block; font-family: 'Fjalla One', sans-serif; text-align:center; padding-bottom:5px;}
.inp_form										{ display:block; width:94%; padding:0 3%; float:left;}
.ser_list h4 									{ font-size:18px; color:#fff; font-family: 'Roboto', sans-serif; padding-bottom:15px; line-height:20px; text-align:center;}
.ser_list input[type="text"]						{ float:left; width:55%; padding:0 2%; display:block; line-height:30px; height:30px; background:#ebebeb; font-size:12px; color:#555555; font-family: 'Roboto', sans-serif; border:none; font-weight:normal; font-style:italic; border-radius:3px;}
.ser_list a.buy									{ float:left; width:18%; text-align:center; background:#93c334; color:#fff; display:block; line-height:30px; border-radius:3px; font-family: 'Fjalla One', sans-serif; font-size:14px; margin-left:2%;}
.ser_list a.rent									{ float:left; width:18%; text-align:center; background:#61a429; color:#fff; display:block; line-height:30px; border-radius:3px; font-family: 'Fjalla One', sans-serif; font-size:14px;  margin-left:2%;}

.prop											{ margin-top:80px; display:block; background:#096cb9; border-radius:10px;}
.prop_lft										{ float:left; width:74.5%; padding:15px 2%; display:block;}
a.submit_prop 										{ float:right; background:#ff7800; width:21.5%; display:block; text-align:center; padding:35px 0; color:#fff; font-size:28px; border-radius:0 10px 10px 0; font-family: 'Fjalla One', sans-serif;}
a.submit_prop span 								{ display:block;}
.prop_lft img 									{ float:left; margin-right:15px; display:block;}
.prop_lft h3 									{ font-size:21px; padding-top:10px; color:#fff; font-family: 'Fjalla One', sans-serif; font-weight:normal;}
.prop_lft h4 									{ font-size:20px; color:#fff; font-family: 'Fjalla One', sans-serif; text-transform:uppercase; text-shadow:#333 0 0 2px; padding-top:10px; text-align:center}

.active_list									{ margin-top:60px; margin-bottom:50px; display:block;}
.active_list h3 									{ font-size:24px; color:#363636; font-family: 'Fjalla One', sans-serif; text-align:center; background:url(../images/brd.png) left center repeat-x; margin-bottom:20px;}
.active_list h3  span								{ padding:0 20px; background:#fff; display:inline-block;}

ul.listing										{ width:100%; float:left; }
ul.listing li 										{ width:100%; float:left; margin-bottom:20px;}
ul.listing li div.list_lft							{ width:49%; float:left;}
ul.listing li div.list_rgt							{ width:49%;  float:right; display:block;}
.blk											{ border:#c1c1c1 solid 1px; border-radius:10px; }
.blk h5 											{ font-size:21px; padding:10px 15px 0 15px; color:#363636; font-family: 'Fjalla One', sans-serif; font-weight:normal;}
.blk h5 span 										{ font-size:14px; color:#959595; font-family: 'Roboto', sans-serif; font-weight:500;}
.blk span.thumb									{ float:left; max-width:200px; position:relative; width:47.5%; display:block;}
.blk span.thumb img 								{ width:100%; height:auto; display:block}
.blk span.thumb em 								{ position:absolute; bottom:0; right:0; z-index:50; width:60px; line-height:24px; background:#ed1c24; color:#fff; font-size:14px; font-family: 'Fjalla One', sans-serif; text-align:center; display:block; font-style:normal;}
.blk span.thumb em.blu							{ background:#488dce}
.blk span.thumb em.grn							{ background:#61a429;}
.blk > div											{ padding:15px;}
.blk div div 											{ width:52.5%; float:left; display:block;}
.blk div div h4										{ font-size:18px; color:#fff; font-family: 'Fjalla One', sans-serif; padding:10px; background:#096cb9}
.blk div div p 										{ font-size:14px; color:#555555; font-family: 'Roboto', sans-serif; line-height:20px; padding:9px;}
.blk div div a 										{ margin:9px; color:#488dce; font-size:12px; font-family: 'Roboto', sans-serif;}
.blk div  div a cite 									{ font-style:normal; color:#555; font-size:18px; margin-right:5px; display:inline-block;}

ul.facility										{ float:left; border-radius:0 0 10px 10px; background:#ebebeb; width:100%; margin-top:5px; border-top:#c1c1c1 solid 1px;}
ul.facility li 									{ width:25%; margin:0; float:left; display:block;}
ul.facility li  a 									{ background:url(../images/brd-strip.jpg) right top repeat-y; font-size:10px; color:#555555; font-family: 'Roboto', sans-serif; display:block; text-align:center; line-height:40px;}
ul.facility li  a span 								{ padding-left:24px; display:inline-block;}
ul.facility li.icon1  a span							{ background:url(../images/sym1.png) left center no-repeat;}
ul.facility li.icon2  a span							{ background:url(../images/sym2.png) left center no-repeat; padding-left:30px;}
ul.facility li.icon3  a span							{ background:url(../images/sym4.png) left center no-repeat;}
ul.facility li.icon4  a span							{ background:url(../images/sym3.png) left center no-repeat;}
ul.facility li.icon4  a								{ background:none;}

.popular										{ background:#f1f2f2; border-top:#ccc solid 1px;}
.popular h3 										{ font-size:24px; color:#363636; font-family: 'Fjalla One', sans-serif; display:block; text-align:center; padding:25px 0;}
.popular ul.sub_mnu								{ float:left; width:100%; padding-bottom:20px; display:block;}
.popular ul.sub_mnu li 								{ float:left; width:16.1%;}
.popular ul.sub_mnu li a 							{ font-size:12px; color:#555555; font-family: 'Roboto', sans-serif; line-height:20px; display:block;}

.social											{ display:block; width:100%; text-align:center; padding:15px 0;}
.social li 										{ display:inline-block; text-align:center; margin:0 3px;}

/* ------------------ CREATE LISTING FORM --------------------------*/

form#create_listing {
	width:800px;
	margin:0 auto;
}

form#create_listing h3, h3.h3	{ font-size:20px; display:block; text-align:left;  color:#222; font-family: 'Fjalla One', sans-serif; font-weight:normal; padding-top:40px; border-bottom:2px solid #eee; padding-bottom:5px; margin-bottom:10px; width:104%; margin-left:-2%}

form#create_listing h3	span {  font-size:14px; color:#555; float:right; padding-top:6px; text-transform:uppercase; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif }

.threequarter {
	width:74%;
	display:inline-block;
	vertical-align:top;
	margin-right:.75%
}
.twoquarter {
	width:49%;
	display:inline-block;
	vertical-align:top;
	margin-right:.5%
}
.onequarter {
	width:24%;
	display:inline-block;
	vertical-align:top;
	margin-right:.0%
}
.onethird {
	width:32%;
	display:inline-block;
	vertical-align:top;
	margin-right:.75%
}
.onepercetrightmargin {
	margin-right:.75%;
}


form#create_listing label {
	margin-top:20px;
	margin-right:10px;
	font-size:13px;
	color:#075ba8
}
.ck {
	background:#eee;
	border:1px solid #ddd;
	padding: 3px 15px 3px 5px;
	color:#333 !important;
	display:inline-block
}
.ck2 {
	background:#eee;
	border:1px solid #ddd;
	padding: 5px 20px 5px 10px;
	color:#333 !important;
	display:block;
}
.ck2 span {
	float:right;
	color:#075ba8
}
.notopmargin {
	margin-top:0px !important;
	font-weight:normal
}
form#create_listing input:not([type=checkbox]):not([type=radio]):not([type=submit]), form#create_listing textarea, form#create_listing select  {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee;
  background-image: none;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .15);
          box-shadow: inset 0 0 1px rgba(0, 0, 0, .15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form#create_listing input[type=checkbox], form#create_listing input[type=radio] {
	margin-right:5px;
}
form#create_listing input[type=submit] {
	width: 25%;
	text-align: center;
	background-color:#075ba8;
	color:#fff;
	float:right
}

form#create_listing input:focus:not([type=checkbox]):not([type=radio]):not([type=submit]), form#create_listing textarea:focus, form#create_listing select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
form#create_listing input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form#create_listing input:-ms-input-placeholder {
  color: #999;
}
form#create_listing input::-webkit-input-placeholder {
  color: #999;
}
form#create_listing input[disabled],
form#create_listing input[readonly],
form#create_listing fieldset[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
form#create_listing textarea {
  height: auto;
}
/* ------------------ FOOTER HERE --------------------------*/

.footer											{ width:100%; display:block; padding:12px 0; background:#075ba8; }
.footer	p 										{ font-size:12px; color:#fff; font-family: 'Roboto', sans-serif; text-align:center; display
:block; line-height:18px;}
.footer	p a 										{ color:#fff;}
/* ------------------ ACCOUNT HERE --------------------------*/
.bluetip, html body div.wrapper div.main-container div.containerb div#fullform form#admin_form.xform header span, html body div.wrapper div.main-container div.containerb section.widget header {
	display:none;
}
html body div.wrapper div.main-container div.banner2 div.banner div.containerb h1  {
	display:block;
}
html body div.wrapper div.main-container div.containerb header { font-size:24px; color:#363636; font-family: 'Fjalla One', sans-serif; display:block; text-align:left; padding:25px 0;}
.interiorBody { min-height:500px }
/* --- EXTRA --- */
.orakuploaderFileInput { width:auto !important; }