/* ==========================================================
		OMC Connect | omcconnect.com
		Client:
		Creation Date:
		Author:
		stylesheet base version 1.1  |  2012/05/07
		♥ props to the html5 boilerplate team: h5pb.com ♥
	========================================================== */

/* === RESET - based on the html5 boilerplate reset: h5pb.com updated 2012/05/07 === */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;}[hidden]{display:none;}a:hover,a:active{outline:0;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding: 0;}ins{background:#ff9;color:#000;text-decoration:none;}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold;}abbr[title]{border-bottom:1px dotted;}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{ white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:"";content:none;}small{font-size:85%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}svg:not(:root){overflow:hidden;}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}figure{margin:0;}.chromeframe{margin:0.2em 0;background:#ccc;color:black;padding:0.2em 0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}form{margin:0;}fieldset{border:0;margin:0;padding:0;}legend{border:0;*margin-left:-7px;padding:0;white-space:normal;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;resize:vertical;}input:valid,textarea:valid{}input:invalid,textarea:invalid{background-color:#f0dddd;}table{ border-collapse:collapse;border-spacing:0;}td{vertical-align:top;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}/* end reset */

/*  =======================================================================
		BASE STYLES - please don't use class/id selectors in this section
	=======================================================================  */

html, button, input, select, textarea { 
	font-family: Tahoma, arial, helvetica, sans-serif;
	color: #333; }

body { 
	margin: 0; 
	font-size: 13px; 
	line-height: 1.25; 
	background: #fff;
	font-family: arial, helvetica, sans-serif; }
	
::-moz-selection {
	background: #e96e34;
	color: #fff;
	text-shadow: none; }
	
::selection { 
	background: #e96e34; 
	color: #fff; 
	text-shadow: none; }
	
a { color: #008da9; text-decoration: none; }
a:hover { color: #F0B64F; }
a:focus { outline: thin dotted; }

ul, ol { 
	margin: 0 0 0 20px; 
	padding: 0; }
	
dd { margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	margin: 0 0 12px;
	padding: 0;
	line-height: 1.5;}
h1, h2, h3 {
font-weight: normal;}

h1 {
	font-family: "Raleway", sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	text-decoration: none;
	color: #6e7b7e;
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;

	font-weight: 900 !important;
	}
section h1{	
	background: url(/img/layout/bg-h1.png) no-repeat top left scroll;
	min-height: 50px;
	padding-left: 12px;
}
#home h1, #blog h1 {
	border-top: 1px solid #53C5D4;
	width: 100%;
}
h1.hot-deals-home {
    background: url(/img/layout/bg-flame.png) 5px 0 no-repeat #e96e34;
    padding-left: 35px;
    color: #fff;
}
	
h2 {
	font-family: "Raleway", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #6e7b7e;
	display: block;
	padding: 0;
	margin: 20px 0 10px 0;

	font-weight: 600 !important;
}

.widget h3 {
	font-size: 24px;
	background: url(/img/layout/bg-h3.png) no-repeat top left scroll;
	padding-left: 12px;
	border-top: 1px solid #008da9;
	min-height: 34px;
}
	
h3 {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #6e7b7e;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;

	font-weight: 600 !important;
 }

h4 {
	font-size: 14px;
	font-family: "Open Sans Condensed", sans-serif;
	margin-bottom: 0; }
	
h5 {
	font-size: 12px; }
	
h6 {
	font-size: 10px; }
	
p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 13px;
	line-height: 18px;
	color: ;
	margin: 0; }

ul.list-tick {
      margin: 5px;
      padding: 0;
    }
ul.list-tick li {
      margin: 0;
      padding: 2px 0 2px 30px;
      list-style: none;
      background: url('/img/layout/tick25px.png') no-repeat top left;
    }



	
/*  =======================================================================
		CLIENT STYLES - please place important/frequently applied styles
		in this section so they appear higher in the list in the WYSIWIG
	=======================================================================  */
	
.imageLeft {
	float: left;
	margin: 10px 10px 10px 0; }
	
.imageRight {
	float: right;
	margin: 10px 0 10px 10px;
}

.button {	
	font-size: 14px;
	height: 33px;
	border: 1px #FFF solid;
	width: 260px;
	line-height: 34px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #FFFFFF !important;
	text-decoration: none !important;
	background: #53C5D4;
	text-transform: uppercase !important; }
	
hr {
	border-top: 1px solid #008da9;
	margin: 10px 0; }

/* ==========================================================================
		CONTAINERS AND LAYOUT (TEMPLATES)
   ========================================================================== */
.wrap {
	width: 961px;
	margin: 0 auto;
	position: relative; }

.col-full {
width: 100%;
}

.col-left {
width: 630px;
margin-right: 30px;
float: left;
}
.col-left-half {
width: 468px;
float: left;
margin-right: 24px;
}
.col-right-half {
width: 468px;
float: left;
padding-top:10px;
}
.col-right {
width: 300px;
float: left;
}


.header {
	/* background: url(/img/layout/bg-head.jpg) scroll repeat-x top center #008da9; */
	background: #fff;
	height: 130px;
	position: relative;
	margin: 20px 0 0 0; }

#home .header {
	padding-bottom: 0;
	margin-bottom: -1px;
	border-bottom: 1px #DDDDDD solid !important; }

#blog .header,
#internal .header {
	padding-bottom: 0;
	margin-bottom: 30px;
	border-bottom: 1px #DDDDDD solid !important; }

.headerPhone {
	float: right;
	margin-top: ; }

.sub-head {
background: url scroll no-repeat top center #f7fbfc;
min-height: 350px;
}

.header .button {
	margin: 5px 0 0 0;
	font-size: 14px;
	height: 30px;
	border: 1px #FFF solid;
	width: 260px;
	line-height: 30px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #FFF;
	text-decoration: none !important;
	background: #53C5D4;
	float: right; }

.header .button:hover {
	background: #F0B64F; }

.nav-header {
	margin: 17px 0 0 0;
	width: 100%;
	float: left; }

nav ul, nav ol { 
	list-style: none; 
	list-style-image: none;
	margin: 0; 
	padding: 0; 
}
nav ul > li {
	position: relative;
}
header nav ul ul {
	display: none;
	z-index: 9999;
}
header nav ul li:hover > ul {
	display: block;
}

#nav_701862 > li > ul {
	position: absolute;
	top: 34px;
	left: 0; }
	
#nav_701862 > li > ul > li > ul {
	left: 169px;
	position: absolute;
}

.nav-header nav ul ul li {
	float: left; }
	
.nav-header div ul li ul a {
	font-family: "Raleway", sans-serif;
	background: url("/img/layout/trans/white-80.png") repeat center transparent;
	border-bottom: 1px solid #53C5D4;
	display: block;
	width: 150px;
	height: 30px;
	color: #6D7B7E;
	font-size: 12px;
	line-height: 30px;
	padding: 0 0 0 10px; }
	
.nav-header div ul li ul li ul li a {
	font-family: "Raleway", sans-serif;
	background: url("/img/layout/trans/white-80.png") repeat center transparent;
	border-bottom: 1px solid #53C5D4;
	display: block;
	width: 250px;
	height: 30px;
	color: #6D7B7E;
	font-size: 12px;
	line-height: 30px;
	padding: 0 0 0 10px; }

.nav-header div ul li ul li ul li a:hover {
	width: 250px; }

#nav_701862 li ul a:hover {
	font-family: "Raleway", sans-serif;
	background: url("/img/layout/trans/white-60.png") repeat center transparent;
	border-bottom: 1px solid #F0B64F;
	display: block;
	width: ;
	height: 30px;
	color: #6D7B7E;
	font-size: 12px;
	line-height: 30px;
	padding: 0 0 0 10px; }

#logo-header {
	width: 355px;
	height: 85px;
	float: left;
	background: url("/img/layout/2014/logo.png") no-repeat center center transparent; }

#logo-header:hover {
	background: url("/img/layout/2014/logo-roll.png") no-repeat center center transparent; }

#logo-header h1 {
	margin: 0;
	float: left;
	width: 0; }

#details-head {
	position: absolute;
	right: 0;
	bottom: ;
	width: 320px; }

#details-head .phone {
	font-size: 25px;
	color: #53C5D4;
	text-decoration: none;
	font-family: "Raleway", sans-serif;
	background: url("/img/layout/2014/icon-phone.png") no-repeat 0 5px scroll;
	padding-left: 33px;
	height: 30px;
	display: block;
	font-weight: 600;
	float: right; }
	
#details-head .number {
	font-size: 25px;
	color: #6D7B7E;
	text-decoration: none;
	font-family: "Source Sans Pro", sans-serif;
	/*background: url(/img/layout/bg-phone.png) no-repeat 0 0 scroll;*/
	padding-left: 10px;
	height: 30px;
	display: block;
	font-weight: 100;
	float: right; }

/* MAIN NAV:  #nav_701862  */
.nav-header {
/* margin-top: 10px; */
}

#nav_701862 > li {
display: block;
float: left;
}

.nav-header ul li a {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #6e7b7e;
	display: block;
	padding: 0;
	margin: 0 15px 0 0;
	float:left;
	font-weight: 600 !important; }
	
#nav_701862 li:first-child a {
padding-left: 0;
}

#nav_701862 li ul li:first-child a {
padding-left: 10px;
}

#nav_701862 a:hover, #nav_701862 a:active {
	outline: 0;
	border-bottom: 1px solid #53C5D4;
	color: #53C5D4;
	padding: 0; }
	
#navsub_701865_327239 {
	margin-right: 10px;
}

.slider-wrap {
position: relative;
background: #fff;
border: 1px solid #DDDDDD;
padding: 5px;
width: 948px;
min-height: 340px;
overflow: hidden;
float: none;
}
.callout {
width: 300px;
float: right;
position: relative;
background: #fcb040;
height: 340px;
}
.buy-a-voucher-lrg {
position: absolute;
width: 317px;
height: 113px;
background: url(/img/layout/sprite-buy-a-voucher.png) no-repeat 0 0 scroll;
left: -10px;
}
.buy-a-voucher-lrg:hover {
background-position: 0 -113px;
}
.tip.map {
position: absolute;
left: 10px;
bottom: 40px;
width: 145px;
}
.callout .styled-select {
float: left;
margin: 8px;
}
.callout .btn-fancy {
float: left;
margin-top: 8px;
}
.page-body {
padding: 10px 0 0;
}

section.activities {
	height: 220px;
}
.no-js section.activities {
	display: none;
}

.commentBenefits {
	margin: 15px 0 3px 0 !important;
	float: left; }

.benefitsWrap {
	float: left;
	width: 100%; }





.footerWrap {
	background: ;
	float: left;
	width: ; }

.footer {
	width: 100% !important;
	float: left !important;	
	position: relative !important;
	background: url("/img/layout/2014/bg-footer.png") repeat center center transparent !important;
	height: 190px !important;
	padding: 60px 0 !important;
	overflow: hidden; }

.footer ul {
	margin: 0 !important;
	padding: 0 !important; }

.footer .colLeft {
	width: 500px !important; }

#nav_701865 ul li {
	list-style: none; }

#nav_701865 > li {
	float: left;
	margin-right: 30px;
	list-style: none; }

#nav_701865 > li > a {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #53C5D4;
	float: left;
	width: 100%; }

#nav_701865 > li > a:hover {
	color: #F0B64F; }

#nav_701865 > li > ul {
	font-size: 12px;
	list-style: none;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 18px; }

#nav_701865 > li > ul a:hover {
	color: #F0B64F; }

#nav_701865 img {
	display: none; }

#navsub_701865_327238 >li {
	float: left;
	padding-right: 30px;
	margin-right: 0; }
	
#navsub_701865_327238 > li > a {
font-weight: bold;
}

footer li a {
color: #fff;
text-decoration: none;
}

.details-footer {
float: right;
width: 192px;
}
#logo-footer img {
width: 192px;
}
#logo-footer h2 {
float: left;
width: 0;
margin: 0;
}
.details-footer p {
padding-left: 55px;
}

.footer .wrapper {
	min-height: 190px;
	background: ;
	position: relative; }

.footer .logo {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 150;	
	background: url("/img/layout/2014/logo.png") no-repeat center transparent;
	width: 355px;
	height: 85px;
	margin: 30px 0 0 0; }

.footer .logo:hover {
	background: url("/img/layout/2014/logo-roll.png") no-repeat center transparent; }

.footer .contact {
	float: left;
	margin: 0 0 0 80px; }

.footer h3 {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #53C5D4; }

.footer h3:hover {
	color: #F0B64F; }

.footer .contact ul.left {
	float: left;
	width: 60px;
	background: ;
	list-style: none;
	font-weight: bold; }

.footer .contact ul.left li {
	color: #53C5D4 !important; }

.footer .contact ul.right {
	float: left;
	width: 159px;
	background: ;
	list-style: none; }

.footer .contact ul li {
	font-size: 12px;
	list-style: none;
	font-family: "Source Sans Pro", sans-serif;
	padding-bottom: 3px;
	color: #FFF; }

.footer .contact ul.right li a {
	color: #FFFFFF; }

.footer .contact ul.right li a:hover {
	color: #F0B64F; }

.footerBase {
	width: 100%;
	float: left;
	background: #358691;
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #CDEBEF;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px; }

.footerBase a {
	color: #CDEBEF; }

.footerBase a:hover {
	color: #53C5D4; }

.footerC {
	background: url("/img/layout/2014/footer-c.png") no-repeat right bottom transparent;
	width: 360px;
	height: 353px;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 100; }

.social {
	float: left;
	background: url("/img/layout/2014/social-fb-blue.png") no-repeat center transparent;
	height: 30px;
	width: 30px; }

.header .social {
	margin: 6px 0 0 20px; }

.footer .social {
	margin: 22px 22px 0 80px; }

.social:hover {
	background: url("/img/layout/2014/social-fb-gold.png") no-repeat center transparent; }



#copyrightYear {
	float: left; }


	
/* ==========================================================================
		WEBAPPS
   ========================================================================== */
/*Properties */
.hero-image {
	height: 340px;
}
h1.property-name {
	font-size: 24px;
	padding-top: 10px;
	font-weight: normal;
	border-top: none;
}
.callout-property, .region-description {
width: 280px;
position: absolute;
right: 5px;
padding: 10px;
height: 320px;
top: 5px;
background: url(/img/layout/trans/008da9-70.png) repeat 0 0 scroll;
color: #fff;
overflow: hidden;
font-size: 14px;
}
.callout-property h3 {
font-size: 24px;
font-family: "Open Sans Condensed", sans-serif;
font-weight: normal;
line-height: 1.2;
}
.callout-property-quickbox {
position: absolute;
bottom: 10px;
background: url(/img/layout/trans/white-80.png) repeat scroll;
color: #333;
left: 10px;
right: 10px;
padding: 10px;
text-align: center;
}

.stars span {
height: 18px;
width: 90px;
display: block;
}
.star1 {background: url(/img/layout/star/1-0-star.png) no-repeat 0 0 scroll;}
.star1-5 {background: url(/img/layout/star/1-5-star.png) no-repeat 0 0 scroll;}
.star2 {background: url(/img/layout/star/2-0-star.png) no-repeat 0 0 scroll;}
.star2-5 {background: url(/img/layout/star/2-5-star.png) no-repeat 0 0 scroll;}
.star3 {background: url(/img/layout/star/3-0-star.png) no-repeat 0 0 scroll;}
.star3-5 {background: url(/img/layout/star/3-5-star.png) no-repeat 0 0 scroll;}
.star4 {background: url(/img/layout/star/4-0-star.png) no-repeat 0 0 scroll;}
.star4-5 {background: url(/img/layout/star/4-5-star.png) no-repeat 0 0 scroll;}
.star5 {background: url(/img/layout/star/5-0-star.png) no-repeat 0 0 scroll;}

#property-popplets {
	display: none;
}
.popplets-slider li {
list-style: none;
float: left;
}
.popplets-slider img {
background: #fff;
padding: 5px;
border: 1px solid #ccc;
margin-left: 5px;
}
.popplets-slider li a:first-child img {
margin-left: 0;
}

#property-popplets {
margin: 5px 0;
background: #eee;
border: 1px solid #ddd;
padding: 5px 35px;
	width: 875px;
	height: 104px;
	display: none;
    overflow: hidden;
    position: relative; }
	
.popplets-slider li {
	height: 102px;
	width: 876px;
	overflow: hidden;
	position:relative }

#property-popplets {
position: relative;
}
	
#property-popplets #prevBtn {
position: absolute;
width: 25px;
height: 30px;
top: 34px;
left: 5px;
display: block;
}
#property-popplets #nextBtn {
position: absolute;
width: 25px;
height: 30px;
top: 34px;
right: 5px;
display: block;
}
#nextBtn a, #prevBtn a {
display: block;
width: 25px;
height: 30px;
text-indent: -9999px;
background: url(/img/layout/slider-controls.png) no-repeat scroll;
}
#nextBtn a {background-position: -25px 0;}
#nextBtn a:hover {background-position: -25px -30px;}
#prevBtn a {background-position: 0 0;}
#prevBtn a:hover {background-position: 0 -30px;}

.property-pricing {
text-shadow: 0 1px 0 #fff;}
.property-pricing table thead td{
background: #bdd73c
}
.property-pricing span {
font-size: 18px;
font-weight: bold;
}
.property-pricing table {
text-align: center
background: #dae99c;
width: 100%;
border: none;
}
.property-pricing td {
padding: 5px;
background: #dae99c;
border: 1px solid #f7fbfc;
text-align: center;
}

td.pricing-1 {
text-align: left;
}

.property-voucher, .property-availability, .property-prices-small, .property-voucher-small {
font-family: "Open Sans Condensed", sans-serif;
color: #fff;
text-decoration: none;
line-height: 1;
text-align: center;
text-shadow: 0 1px 2px #999;
display: block;
font-weight: normal;
}
.property-voucher {
font-size: 36px;
width: 100%;
height: 36px;
padding: 20px 0;
background: url(/img/layout/bg-btn-green.png) repeat-x 0 0 scroll #bdd73c;
 -webkit-border-radius: 10px;
         border-radius: 10px;
 -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.property-voucher:visited, .property-availability:visited, .property-prices-small:visited, .property-voucher-small:visited {
color: #fff;
}
.property-voucher-wrap {
margin: 10px 0 0;
height: 86px;
background: transparent;
-webkit-transition: all 0.3s ease-out; 
   -moz-transition: all 0.3s ease-out; 
     -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out; 
}
.property-voucher-wrap:hover {
background: url(/img/layout/bg-shadow-lrg.png) no-repeat left bottom scroll;
-webkit-transition: all 0.3s ease-out; 
   -moz-transition: all 0.3s ease-out; 
     -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out; 
}
.property-availability {
font-size: 18px;
width: 100%;
height: 18px;
padding: 10px 0;
background: url(/img/layout/bg-btn-blue.png) repeat-x 0 0 scroll #57b7df;
 -webkit-border-radius: 5px;
         border-radius: 5px;
 -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.property-availability-wrap {
margin: 10px 0 10px 50%;
height: 43px;
width: 50%;
background: transparent;
-webkit-transition: all 0.3s ease-out; 
   -moz-transition: all 0.3s ease-out; 
     -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out; 
}
.property-availability-wrap:hover {
background: url(/img/layout/bg-shadow-med.png) no-repeat left bottom scroll;
-webkit-transition: all 0.3s ease-out; 
   -moz-transition: all 0.3s ease-out; 
     -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out; 
}
.property-prices-small, .property-voucher-small, .property-link {
display: block;
background: url(/img/layout/bg-btn-green.png) repeat-x 0 0 scroll #bdd73c;
font-size: 16px;
padding: 5px 0;
width: 100%;
height: 20px;
line-height: 20px;
border-radius: 5px;
}
.wrap1 .property-link, .wrap2 .property-voucher-small{
	background: none;
	font-family: "Open Sans Condensed", sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px #999;
	padding-left: 0;
	color: #fff;
	font-weight: normal;
	line-height: 1;
}
.property-small-wrap{
width: 44%;
margin: 5px 3% 0;
height: 34px;
background: transparent;
float: left;
}
.property-list-price .property-small-wrap {
	width: 140px;
	position: absolute;
	right: -14px;
	height: 31px;
	padding-left: 0;
	background: url(/img/layout/bg-prop-list.png) no-repeat 0 0 scroll;
	font-weight: normal;
}
.wrap1 {
	bottom: 31px;
}
.wrap2 {
	bottom: 0px;
}
.property-list-price .property-small-wrap:hover {
	background: url(/img/layout/bg-prop-list-hover.png) no-repeat 0 0 scroll;
} 

.property-small-wrap:hover {
background: url(/img/layout/bg-shadow-med.png) left bottom no-repeat scroll transparent;
}
#nightly-price {
	font-size: 16px;
	font-weight: bold;
}
.property-description {
	margin-bottom: 10px;
}

.property-list {
position: relative;
border: 1px solid #eee;
background: #fff;
padding: 4px;
margin-bottom: 3px;
float: left;
width: 622px;
}
.property-list-image {
border: 1px solid #eee;
background: #fff;
padding: 4px;
float: left;
margin-right: 8px;
width: 120px;
height: 120px;
}
.property-list-details {
float: left;
width: 330px;
}
.property-list-price {
float: right;
width: 110px;
height: 130px;
position: relative;
background: #EEE;
padding: 4px;
border: 1px solid #DDD;
font-size: 12px;
text-align: center;
font-weight: normal;
}
.property-list-price span {
	font-size: 18px;
	font-weight: bold;
}
.property-list-details h2 {
margin-bottom: 0;
font-size: 18px;
}
.property-list-details h2 a {
text-decoration: none;
color: #333;
}
.readmore {
font-family: "Open Sans Condensed", sans-serif;
}
.readmore a {
padding: 2px 5px;
text-decoration: none;
font-size: 14px;}

.popplets-slider {
	margin: 0;
}

/* search box */
#property-search {
	padding: 5px 10px 0;
	background: #fcb040;
	border: 1px solid #fff;
	float: left;
	width: 940px;
	border-radius: 10px;
}
.widget #property-search {
	width: 280px;
	padding-top: 5px;
}

/*.no-js #location-filter{
	display: none;
}*/
#scriptless #location-filter {
	display: block;
}
#scriptless a {
	color: #333;
}

#property-search .search-title, #location-filter span.search-title {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	padding: 0 10px 0 0;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: auto;
}
.col-right #property-search .search-title {
	display:none;
}
#property-search .btn-submit {
	margin: 5px 0 0 57px;
	
}
.search {
	float: left;
	margin-bottom: 10px;
}

#search-TNQ, #search-SSC, #search-GC {
	display: none;
}
#search-locations {
	width: 100%;
}

#region-filter span {
	padding: 0;
	line-height: 20px;
	width: 304px;
	display: block;
	float: left;
}

.location-list {
	float: left;
	
}
.news-feed, .activities {
	float:left;
}

/* walk score styling */
#ws-walkscore-tile{position:relative;text-align:left}#ws-walkscore-tile *{float:none;}#ws-footer a,#ws-footer a:link{font:11px/14px Tahoma,Arial,Helvetica,sans-serif;margin-right:6px;white-space:nowrap;padding:0;color:#000;font-weight:bold;text-decoration:none}#ws-footer a:hover{color:#777;text-decoration:none}#ws-footer a:active{color:#b14900}

/* --  hot deals --*/

.hot-deal-list {
	background: #eee;
	border: 1px solid #ddd;
	position: relative;
	padding: 5px;
	width: 288px;
	margin: 0 7px 10px;
	float: left;
}

.hot-deal-flag {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	color: #fff;
	position: absolute;
	padding-left: 20px;
	width: 83px;
	height: 30px;
	background: url(/img/layout/bg-hot-deal.png) no-repeat 0 0 scroll;
	left: -5px;
	top: 5px;
	text-shadow: 0 2px 1px #333;
	line-height: 30px;
}

.hot-deal-list img, #hot-deal-detail img {
	background: #fff;
	padding: 4px;
	float: left;
	width: 114;
	height: 154px;
}

.image-wrap {
	float: left;
	margin-right: 5px;
	background: url(/img/layout/bg-hotdeal-shadow.png) left bottom no-repeat scroll;
}
#hot-deal-detail .image-wrap {
	margin-left:	10px;

}

.hot-deal-list h2, .hot-deal-list h3 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 0;
	line-height: 1.2;
	margin-bottom: 4px;
	letter-spacing: -1px;
}

.hot-deal-list h2 {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.hot-deal-list h3 {
	font-size: 14px;
}

.hot-deal-list p {
	font-size: 11px;
}

.hot-deal-more {
	position : absolute;
	background: url(/img/layout/bg-prop-list.png) no-repeat 0 0 scroll;
	width: 140px;
	height: 31px;
	font-weight: normal;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	text-align: center;
	bottom: 5px;
	right: -5px;
	text-decoration: none;
	line-height: 24px;
	text-shadow: 0 2px 1px #333;
}
.no-js .hot-deal-more {
	display: none;
}
.no-js noscript .hot-deal-more, .no-js #hot-deal-detail .hot-deal-more {
	display: block;
}
#hot-deal-detail {
	position: relative;
	float: left;
	width: 100%;
	background: #EEE;
	padding: 0 0 10px 0; }

#prop-fac {
	margin: 10px 0;
	padding: 10px;
	background: #e3f7fc;
}

li.fac {
	height: 16px;
	line-height: 10px;
	margin-bottom: 4px;
	list-style: none;
	padding-left: 24px;
	background: url(/img/layout/fac.png) no-repeat 0 0;
	width: 80px;
	float: left;
	font-size: 11px;
	color: #333;
	padding: 2px 2px 2px 24px;
	margin: 2px;
}

.fac.pool {background-position: 0 -20px;}
.fac.air {background-position: 0 -40px;}
.fac.wi-fi {background-position: 0 -60px;}
.fac.fac-disabled {background-position: 0 -80px;}
.fac.games {background-position: 0 -100px;}
.fac.tour {background-position: 0 -120px;}
.fac.bike {background-position: 0 -140px;}
.fac.bbq {background-position: 0 -160px;}
.fac.kitchen {background-position: 0 -180px;}
.fac.music {background-position: 0 -200px;}


.vip-detail-logo {
	width: 160px;
	float: left; }

.vip-detail-logo img {
	width: 100%;
	height: auto; }
	
.vip-detail-offer {
	float: left;
	width: 720px;
	margin: 15px 0 0 40px; }

.vip-detail-offer h3 {
	color: #F0B64F;
	line-height: 20px; }

.vip-detail-offer .detail {
	font-size: 15px;
	line-height: 20px;
	font-family: "Source Sans Pro", sans-serif; }

.vip-detail-description {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-family: "Source Sans Pro", sans-serif; }
	
.vip-detail-images img {
	display: block;
	margin: 0 auto 10px;
	max-width: 600px;
}
.vip-list-location {
	margin-bottom: 4px;
}

.memberBenefitsDetail .button {
	margin: 20px 0 0 0;
	border: none; }

.memberBenefitsDetail .button:hover {
	background: #F0B64F; }
	
.memberBenefits h2 {
	border-bottom: ;
	margin: 5px 0 20px 0;
	color: #FFFFFF !important;
	float: left;
	width: 98%;
	background: #6D7B7E;
	padding: 5px 0 3px 15px;
	position: relative; }


/* ==========================================================================
		ONLINE SHOP - insert styles from BC defaults
   ========================================================================== */



/* ==========================================================================
		WEB FORMS - insert styles from BC defaults
   ========================================================================== */


/*.webform .cat_textbox, .form-input {
width: 268px;
padding: 5px;
border: 1px solid #bdd73c;
background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}*/
.form-input {
	margin-left: 220px;
}

#CAT_txtKeywords {
   padding: 5px;
   font-size: 12px;
	width: 190px;
	height: 22px;
border: 1px solid #708024;
 -webkit-border-radius: 5px;
         border-radius: 5px;
 -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.styled-select, .styled-select-smallest {
overflow: hidden;
background: url(/img/layout/bg-select.png) no-repeat top right scroll #fff;
height: 32px;
border: 1px solid #708024;
 -webkit-border-radius: 5px;
         border-radius: 5px;
 -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.styled-select {
	width: 200px;
}

.styled-select-smallest {
	width: 100px;
}

.styled-select select, .styled-select-smallest select {
   background: transparent;
   padding: 5px 0 5px 5px;
   font-size: 12px;
   border: none;
   height: 32px;
}
.styled-select select {
	width: 220px;
}
#property-search .styled-select {
	float:left;
}
.search-group {
	margin: 0 5px;
	float: left;
	margin-left: 0;
}

.styled-select-smallest select {
	width: 120px;
}
.check-group {
float: left;
width: 144px;
margin-top: 5px;
line-height: 16px;
}
   
.webform div {
margin-bottom: 5px;
min-height: 30px;
}

.dpDiv {
	width: 292px !important;
	height: 150px !important; }

.dpDiv .date {
	width: 100%; }
	
.dpDiv .button {
	display: none; }
	
.widget #property-search div {
	margin-bottom: 0;
	min-height: 20px;
}
.widget #property-search .btn-submit {
	margin-bottom: 15px;
}
/*.webform label {
width: 210px;
text-align: right;
display: block;
float: left;
margin-right: 10px;
line-height: 26px;
}*/
#property-search label {
float: left;
display: block;
margin-right: 4px;
width: 50px;
font-size: 11px;
padding: 10px 0 0;
}
.noLabel {
	padding-left: 210px;
}
#CaptchaV2 {
	margin-left: ;
}
.widget #CaptchaV2{
	margin-left: 0;
}
.btn-submit, .btn-fancy {
padding: 0 20px;
font-family: "Open Sans Condensed", sans-serif;
font-size: 18px;
color: #fff;
height: 32px;
text-decoration: none;
background: url(/img/layout/bg-btn-green.png) repeat-x 0 0 scroll #bdd73c;
border: 1px solid #708024;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.btn-fancy2{
	padding: 0 20px;
font-family: "Open Sans Condensed", sans-serif;
font-size: 14px;
color: white;
height: 32px;
text-decoration: none;
background: url(/img/layout/bg-btn-green.png) repeat-x 0 0 scroll #BDD73C;
border: none;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
display: block;
float: right;
line-height: 30px;
text-shadow: 0 1px 2px #333;
}

#recaptcha_widget_div {
	float: left !important; }

.form-group {
	float: left;
	width: 100%;
	background:;
	margin-bottom: 5px;
	font-family: "Source Sans Pro", sans-serif; }

.form-group label {
	background: ;
	float: left;
	width: 100%;
	height: 20px;
	text-align: left !important;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px !important; }

.webform label {
	font-size: 13px !important;
	font-family: "Source Sans Pro", sans-serif;
	height: 20px; }

.req {
	margin-bottom: 20px;
	float: left; }

.form-group .form-control {
	width: 300px;
	background: #EEE;
	border: 1px #CCCCCC solid;
	border-radius: none !important;
	padding: 5px;
	color: #6D7B7E;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px;
	float: left; }

table.webform td {
	padding: 0 !important; }

.webform .cat_button,
.form-group .btn {
	background: #53C5D4;
	border: none;
	width: 200px;
	color: #FFF;
	line-height: 32px;
	height: 33px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin: 5px 0 30px 0; }

.form-group .btn:hover {
	background: #F0B64F; }

   
/* ------------------ REGIONS -----------------*/
.region-deals {
	display: none;
	border-top: 2px solid #E96E34;
	display: none;
	margin-bottom: 0px;
	border-bottom: 2px solid #E96E34;
	background: url(/img/layout/trans/008da9-70.png) repeat 0 0 scroll;
}
.no-js .region-deals {
	display: block;
}
.col-right section:first-child h3 {
    border-top: none;
}
#home .col-right section:first-child h3 {
    border-top: 1px solid #008da9;
}
.region-deals h2.regiondeals-head {
    color: #FFFFFF;
    font-weight: normal;
    padding-left: 10px;
    margin-bottom: 4px;
    letter-spacing: 0;
    font-family: "Open Sans Condensed", sans-serif;
    text-shadow: 0 2px 1px #ccc;
    font-size: 37px;
}
.wait {
	display:none;
}
.region-description h1 {
	background: none;
	border: none;
	padding: 0;
	font-family: "Open Sans Condensed", sans-serif;
	color: white;
	text-shadow: 0 1px 0 black;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
	min-height: 38px;
}

#region section.col-left h1 {
	font-size: 24px;
	line-height: 50px;
	border-top: none;
}

#webapp_map_7395 {
	font-size: 11px;
}
.map-webapp > div {
	background: #fff;
	border:1px solid #ccc;
	padding: 4px;
}
.col-right .map-webapp h3 {
	border-top: none;
}
.col-right .widget {
	margin-bottom: 10px;
	float: left;
	width: 300px;
}
.region-filter a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 2px 10px;
    border: 1px dotted #ccc;
    margin: 0 7px 7px 0;
    border-radius: 6px;
    background: #fff;
	font-size:11px;
}
.region-filter {
    padding: 20px;
    border: ;
    margin: 20px 0 0 0;
    background: #6D7B7E;
    border-radius: ;
	float: left;
}
.region-filter h3 {
	margin: 0 0 4px 0;
	font-size:14px;
	line-height:1;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#location-filter, #region-filter{
    padding: 20px;
    border: 1px solid #EEE;
	margin: 10px 0 0;
    background: #6D7B7E;
    border-radius: 0 0 0 0;
}

.region-filter {
	color: #C8CCCE; }

.region-filter h2 { 
	color: #FFF !important;
	margin: 0px !important;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0; }

#region-filter {
	float: left;
	padding-top: 10px;
}
#location-filter a, .region-filter a {
display: block;
text-decoration: none;
padding: 4px 0;
text-align: center;
border-radius: 0;
margin: 3px;
color: #6D7B7E;
line-height: 30px;
background: #DDDDDD;
border: none;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
width: 219px;
height: 30px;
}

#location-filter .location-list, .region-filter .location-list {
	margin-top: 10px; }

#location-filter a:hover, .region-filter a:hover {
	background: #F0B64F;
	color: #FFFFFF; }

#location-filter a:hover, #region-filter a:hover {
	font-weight: bold;
}


#location-filter label {
	margin-left: 0px;
}
#location-filter span {
padding: 0;
line-height: ;
width: ;
display: block;
float: left;
margin-right: 4px;
}
.big-shadow {
	height: 10px;
	width: 100%;
	background: url(/img/layout/bg-shadow-lrg.png) 0 0 no-repeat scroll;
	float: left;
	margin-bottom: 30px;
}

 /* ==========================================================================
		VIP
   ========================================================================== */

.anchor {
	float: left;
	width: 100%; }

.vip-list {
    margin: 0 0 15px 0;
    position: relative;
    width: 100%;
    float: left;
    font-family: "Source Sans Pro", sans-serif; }
    
.vip-list-image {
    float: left;
    border: 1px solid #eee;
	background: #FFF;
    padding: 4px;
    margin-right: 10px;
    width: 100px;
    height: 100px; }

.vip-list-image img {
	width: 100% !important;
	height: auto !important;
	border-color: #FFF !important; }

.vip-list-image .innerWrap {
	background: #FFFFFF;
	height: 100%;
    overflow: hidden;
    position: relative; }



.vip-list-image:hover {
	background: #DDDDDD; }

.vip-list .button {
	width: 350px;
	height: 25px;
	bottom: 0;
	background: #53C5D4;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 0 0 0;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	right: 0;
	border: none; }

.vip-list .button:hover {
	background: #F0B64F; }

.vip-list-details {
	float: left;
	width: 330px;
	background: #EEEEEE;
	padding: 10px;
	height: 64px; }

.vip-list-details h3 a {
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    color: #6e7b7e;
    font-size: 15px !important; }

.vip-list-details h3 a:hover {
	color: #F0B64F; }
    
.vip-list-details h3 {
    margin: 0 0 5px 0;
    line-height: 20px;
    font-size: 15px !important; }
    
.vip-list-location {
    float: none;
    display: inline;
}

#internal .vip-list {
	width: 50% !important; }

#internal .vip-list .button {
	width: 350px;
	height: 25px;
	bottom: 0;
	background: #53C5D4;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 0 0 0;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	right: 10px;
	border: none; }

#internal .vip-list .button:hover {
	background: #F0B64F; }

.memberBenefitsDetail {
	float: left;
	width: 100%;
	margin-bottom: 30px; }

.memberBenefits h2 .top {
	position: absolute;
	top: 0;
	right: 20px;
	color: #C8CCCE;
	font-size: 10px;
	line-height: 45px; }

.memberBenefits h2 .top:hover {
	color: #F0B64F; }


 /* ==========================================================================
		HOME
   ========================================================================== */

.colRight {
	float: right; }
	
.colLeft {
	float: left; }
	
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative; }

#home .hotDeals {
	margin: 15px 0; }

#home .hotDeals .wrap {
	background: #53C5D4;
	height: 55px;
	line-height: 55px;
	margin: 0 0 15px 0; }
	
#home .hotDeals .wrap .colLeft {
	margin: 0 0 0 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	color: #FFF;
	font-size: 30px; }

#home .hotDeals .wrap .colRight {
	margin: 0 20px 0 0; }

#home .hotDeals .wrap .colRight .button {
	margin: 10px 0 0 0;
	font-size: 12px;
	height: 33px;
	border: 1px #FFF solid;
	width: 170px;
	line-height: 34px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #FFF;
	text-decoration: none !important; }

#home .hotDeals .wrap .colRight a {
	text-decoration: none !important; }

#home .hotDeals .wrap .colRight .button:hover {
	background: #F0B64F; }

#home .hotDealsList {
	float: left;
	width: 275px;
	background: #EEEEEE;
	border: 1px #CCCCCC solid;
	height: 155px;
	padding: 15px; }

#home .hotDealsList .image {
	width: 117px;
	height: 148px;
	border: 4px #FFFFFF solid;
	overflow: hidden; }

#home .hotDealsList .image:hover {
	border: 4px #358691 solid; }

#home .hotDealsList .colLeft {
	width: 140px;
	height: 156px;
	background: ; }

#home .hotDealsList .colRight {
	width: 135px;
	height: 156px;
	background: ;
	position: relative; }

#home .hotDealsList .colRight .name {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #6e7b7e;
	margin: 0 0 1px 0;
	text-transform: uppercase; }

#home .hotDealsList .colRight .deal {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #53C5D4;
	margin: 0 0 5px 0; }

#home .hotDealsList .colRight .description {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px;
	line-height: 15px;
	color: ;
	margin: 0; }
	
#home .hotDealsList .colRight .button {
	width: 136px;
	height: 25px;
	bottom: 0;
	background: #F0B64F;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
	padding: 0 0 0 15px;
	font-family: "Raleway", sans-serif;
	font-weight: 600; }	

#home .hotDealsList .colRight .button:hover {
	background: #53C5D4; }
	
#home .hotDeals .liWrap {
	float: left; }

#home .hotDeals .liWrap ul {
	padding: 0;
	margin: 0;
	list-style: none; }

#home .hotDeals .liWrap ul li {
	float: left;
	width: 327px;
	margin-bottom: 15px; }

#home .hotDeals .liWrap ul li:nth-child(3n) {
	float: right;
	width: 306px; }

#home .newsAndForm {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 3px 0; }

.internal .newsAndForm {
	margin: 0 0 10px 0; }	

#home .newsAndForm .blog {
	float: left;
	width: 470px;
	position: relative;
	background: ; }

.blog-container .page-nav {
	float: left;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px; }

#blog .post {
	min-height: 130px; }

#home .newsAndForm .formWrap {
	float: right;
	width: 470px;
	position: relative;
	background: ; }

#home .newsAndForm .blog .heading,
#home .newsAndForm .formWrap .heading {
	background: #6D7B7E;
	height: 55px;
	line-height: 55px;
	margin: 0 0 15px 0;
	width: 470px;
	text-decoration: none !important; }

.newsAndForm {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 3px 0; }

.newsAndForm .blog {
	float: left;
	width: 470px;
	position: relative;
	background: ; }

.newsAndForm .formWrap {
	float: right;
	width: 470px;
	position: relative;
	background: ; }

.newsAndForm .blog .heading,
.newsAndForm .formWrap .heading {
	background: #6D7B7E;
	height: 55px;
	line-height: 55px;
	margin: 0 0 15px 0;
	width: 470px;
	text-decoration: none !important; }

.newsAndForm .heading .colLeft {
	margin: 0 0 0 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 23px; }

.newsAndForm .heading .colRight {
	margin: 0 10px 0 0; }

.newsAndForm .heading .colRight .button {
	margin: 10px 0 0 0;
	font-size: 12px;
	height: 33px;
	border: 1px #FFF solid;
	width: 170px;
	line-height: 34px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #FFF;
	text-decoration: none !important; }

.newsAndForm .colRight .button a {
	text-decoration: none !important; }

.newsAndForm .heading .colRight .button:hover {
	background: #F0B64F;
	text-decoration: none !important; }

.newsAndForm .formWrap .heading .colRight {
	color: #358691;
	font-size: 12px;
	line-height: 0; }

#home .newsAndForm .heading .colLeft {
	margin: 0 0 0 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 23px; }

.newsAndForm .heading .testimonials:hover {
	color: #F0B64F; }

p.signUp {
	font-weight: bold;
	line-height: 14px !important;
	margin: -12px 0 0 0 !important; }
	
p.homeChecked {
	visibility: hidden;
	height: 0px; }

#home .newsAndForm .heading .colRight {
	margin: 0 10px 0 0; }

#home .newsAndForm .heading .colRight .button {
	margin: 10px 0 0 0;
	font-size: 12px;
	height: 33px;
	border: 1px #FFF solid;
	width: 170px;
	line-height: 34px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #FFF;
	text-decoration: none !important; }

#home .newsAndForm .colRight .button a {
	text-decoration: none !important; }

#home .newsAndForm .heading .colRight .button:hover {
	background: #F0B64F;
	text-decoration: none !important; }

#home .newsAndForm .formWrap .heading .colRight {
	color: #358691;
	font-size: 12px;
	line-height: 0; }

#home .newsAndForm .formWrap .heading .colRight .terms {
	line-height: 55px; }

#home .newsAndForm .formWrap .heading .colRight a {
	color: #53C5D4;
	text-decoration: none !important;
	font-size: 11px;
	padding-right: 5px; }

#home .newsAndForm .formWrap .heading .colRight a:hover {
	color: #F0B64F;
	text-decoration: none !important; }

#home .newsAndForm .post {
	float: left;
	position: relative;
	width: 470px;
	height: 110px;
	margin-bottom: 13px; }

#home .newsAndForm .post .title {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #6e7b7e;
	margin: 0 0 1px 0;
	text-transform: uppercase; }

#home .newsAndForm .post .title a {
	color: #6e7b7e;
	text-decoration: none !important; }

#home .newsAndForm .post .title a:hover {
	color: #F0B64F; }

#home .newsAndForm .post .date {
	font-family: "Sources Sans Pro", sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: #53C5D4;
	margin: 0 0 1px 0; }
	
#home .newsAndForm .post .description p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12.5px !important;
	line-height: 15px;
	color: ;
	margin: 0; }

.commentsHome .description {
	font-family: "Source Sans Pro", sans-serif; }

.commentsHome .description a {
	color: #53C5D4; }

.commentsHome .description a:hover {
	color: #F0B64F; }
	
.commentsHome {
	border-bottom: 1px #DDDDDD solid; }
		
#blog .post {
	float: left;
	position: relative;
	width: 450px;
	height: 110px;
	margin-bottom: 25px;
	margin-right: 30px; }

#blog p.page-nav {
	text-align: left;
	margin: 0 !important; }

#blog .post .title {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #6e7b7e;
	margin: 0 0 1px 0;
	text-transform: uppercase; }

#blog .post .title a {
	color: #6e7b7e;
	text-decoration: none !important; }

#blog .post .title a:hover {
	color: #F0B64F; }

#blog .post .date {
	font-family: "Sources Sans Pro", sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: #53C5D4;
	margin: 0 0 1px 0; }
	
#blog .post .description p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12.5px !important;
	line-height: 15px;
	color: ;
	margin: 0; }

.commentsHome .description {
	float: left;
	width: 450px;
	padding: 10px;
	background: #EEEEEE;
	color: #6e7b7e; }

.commentsInternal {
	float: left;
	margin: 0 0 15px 0; }

.commentsInternal .description {
	float: left;
	width: 940px;
	padding: 10px;
	background: #EEEEEE;
	color: #6e7b7e;
	line-height: 18px; }

.commentsDetail .description {
	font-size: 15px;
	line-height: 20px;
	padding: 20px;
	width: 920px; }

.commentsDetail .name {
	font-size: 15px; }

.commentsHome .name {
	float: left;
	margin-top: 5px;
	color: #6e7b7e;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif; }

.commentsInternal .name {
	margin-bottom: 10px; }

.commentsInternal .button {
	margin-bottom: 20px;
	border: none; }

#blog h1,	
#internal h1 {
	margin-top: 0;
	padding-top: 0 !important;
	line-height: normal;
	margin-bottom: 30px;
	border: none !important; }

.commentsInternal .button:hover {
	background: #F0B64F; }
	
.commentsHome .tip {
	background: url("/img/layout/2014/icon-comment-tip.png") no-repeat transparent;
	width: 14px;
	height: 8px;
	float: left;
	margin: 0 0 0 10px; }

#home .newsAndForm .post .description p a {
	color: #6e7b7e;
	text-decoration: none !important; }

#home .newsAndForm .post .button {
	width: 137px;
	height: 25px;
	bottom: 0;
	background: #53C5D4;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 0 0 0;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	right: 0; }

#home .newsAndForm .post .button a {
	text-transform: none !important; }
	
#home .newsAndForm .post .button:hover {
	background: #F0B64F; }

#home .newsAndForm .post .colLeft {
	height: 25px;
	width: 300px;
	border-bottom: 1px #CCCCCC solid;
	position: absolute;
	bottom: 0; }

#blog .post .button {
	width: 137px;
	height: 25px;
	bottom: 0;
	background: #53C5D4;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 0 0 0;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	right: 0; }

#blog .post .button a {
	text-transform: none !important; }
	
#blog .post .button:hover {
	background: #F0B64F; }

#blog .post .colLeft {
	height: 25px;
	width: 300px;
	border-bottom: 1px #CCCCCC solid;
	position: absolute;
	bottom: 0; }

#home .newsAndForm .formWrap dl.webform {
	height: 235px;
	background: ;
	margin-bottom: 0; }

#home .newsAndForm .formWrap dl.webform dt {
	float: left;
	width: 235px;
	background: ;
	margin-bottom: 15px; }

#home .newsAndForm .formWrap dl.webform dt.bottomLine {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px #CCCCCC solid;
	margin: 0;
	width: 313px; }

#home .newsAndForm .formWrap dl.webform dd {
	float: right;
	width: 235px;
	background: ;
	text-align: right;
	margin-bottom: 15px; }

#home .newsAndForm .formWrap dl.webform dd p {
	float: right;
	width: 227px;
	background: ;
	text-align: left;
	margin-bottom: 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px;
	line-height: 23px; }

#home .newsAndForm .webform input {
	margin: 0 !important; }

#home .newsAndForm dl.webform dt.captcha {
	position: ;
	left: ;
	top: ; }

#home .newsAndForm dl.webform .captchaimg {
	width: 227px;
	background: #696969;
	float: left; 
	text-align: center;
	margin-bottom: 15px; }	

#home .newsAndForm dl.webform .captchaimg img {
	height: 30px; }
	
#home .newsAndForm dl.webform #CaptchaV2 {
	width: 215px !important;
	background: #EEE;
	border: 1px #CCCCCC solid;
	border-radius: none !important;
	padding: 5px;
	float: ; }

#home .newsAndForm .formWrap dl.webform .cat_textbox {
	width: 215px;
	background: #EEE;
	border: 1px #CCCCCC solid;
	border-radius: none !important;
	padding: 5px;
	color: #6D7B7E;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px; }
	
#home .newsAndForm .formWrap dl.webform select.cat_dropdown {
	width: 228px;
	background: #EEE;
	border: 1px #CCCCCC solid;
	border-radius: none !important;
	padding: 5px;
	height: 28px;
	color: #6D7B7E;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px; }

#home .newsAndForm .formWrap .cat_button {
	width: 137px;
	height: 25px;
	bottom: 0;
	background: #53C5D4;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
	padding: 0 0 0 0;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	right: 0;
	border: none !important;
	text-align: center; }

#home .newsAndForm .formWrap .cat_button:hover {
	background: #F0B64F; }

#home .whyJoin {
	float: left;
	position: relative;
	width: 100%; }

#home .whyJoin .wrapper {
	background: #53C5D4;
	height: 130px;
	padding: 20px;
	width: 920px;
	position: relative;
	margin: 0 auto 15px auto; }

#home .whyJoin .wrapper .colLeft {
	position: absolute;
	bottom: 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 35px;
	background: ;
	width: 450px; }

#home .whyJoin .wrapper .colLeft .grey {
	color: #394346; }

#home .whyJoin .wrapper .colRight {
	width: 470px;
	background: ;
	text-align: left;
	line-height: 22px;
	color: #FFFFFF;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 14px;
	margin-top: 11px; }

#home .whyJoin .wrapper .colRight ul {
	list-style: none;
	margin: 0; }

#home .whyJoin .wrapper .colRight ul li {
	background: url("/img/layout/2014/icon-tick.png") no-repeat left center transparent;
	padding: 0 0 0 25px; }
	
.internal .pageContent {
	border-bottom: 1px solid #53C5D4;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0; }

.content {
	float: left;
	width: 100%; }

.cat_button,
.btn-submit {
	width: 200px;
	height: 25px;
	bottom: 0;
	background: #53C5D4;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
	padding: 0;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	right: 0;
	border-radius: 0px !important;
	text-align: center;
	border: none !important; }

.cat_button:hover,
.btn-submit:hover {
	background: #F0B64F; }

.cat_textbox {	
	width: 215px;
	background: #EEE;
	border: 1px #CCCCCC solid;
	border-radius: none !important;
	padding: 5px;
	color: #6D7B7E;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px; }

.cat_listbox {	
	width: 215px;
	background: #EEE;
	border: 1px #CCCCCC solid;
	border-radius: none !important;
	padding: 5px;
	color: #6D7B7E;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px; }
	
	
.cat_dropdown_smaller {
	width: ;
	background: #EEE;
	border: 1px #CCCCCC solid;
	border-radius: none !important;
	padding: 5px;
	height: 28px;
	color: #6D7B7E;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: ;
	font-size: 12px; }


 /* ==========================================================================
		meet the team
   ========================================================================== */
.team-list img {
	width: 160px;
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px; }
	
.team-list {
	border-bottom:1px solid #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px; }
   
 /* ==========================================================================
		BREAD CRUMBS
   ========================================================================== */
#fakecrumbs {
	display:none;
	margin-bottom: 0;
	font-size:11px;
}
#realcrumbs {
	margin-bottom: 0;
	font-size: 11px;
}
#fakecrumbs > span, #realcrumbs > span {
	float: left;
	display:block;
	padding: 2px 5px 2px 0;
}
#fakecrumbs a, #fakecrumbs > span.fakecrumb, #realcrumbs a {
	display:block;
	padding: 2px 10px;
	margin-right:4px;
	border: 1px dotted #ccc;
	float:left;
	border-radius: 3px;
	text-decoration:none;
}
#fakecrumbs a:hover {
	background:#eee;
}
#fakecrumbs > span.fakecrumb {
	background: #fff;
}
.breadcrumbs {
	margin-bottom: 0;
	height:19px;
	border-bottom: 1px solid #008DA9;
	padding-bottom: 6px;
}
.back-link {
	float:right;
}
.back-link a {
	font-size:11px;
	text-decoration:none;
	display:block;
	padding: 3px 11px;
	background:#BDD73C;
	color: #fff;
	font-weight:normal;
	border-radius: 3px;
	width: 60px;
	text-align:center;
}
.back-link a:hover {
	font-weight:bold;
}
	
 /* ==========================================================================
		SLIDER 
   ========================================================================== */

.slider {
	float: left;
	width: 100%;
	height: 340px;
	overflow: hidden; }
	
.slider li {
	height: 340px;
	width: ;
	overflow: hidden;
	position:relative }

.slider .button a { 
	color: #FFFFFF !important; }

.slider .button {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 200px !important; }

.slider .button:hover {
	background: #F0B64F !important; }	
	
.slider ul, .slider li {
	list-style: none outside none;
	margin: 0;
	padding: 0; }
	
.slider-details{
	position: absolute;
	height: 60px;
	padding: 10px 0 20px 24px;
	width: 100%;
	left:0;
	bottom:0;
	/*background: url(/img/layout/2014/bg-grey-70.png) repeat scroll 0 0;*/ }
	
.slider-details h3 {
	color: #fff;
    font-size: 20px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-bottom: 0; }
	
.slider-details p {
	color: #fff;
	line-height: 16px;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 100; }
	
.slider-link {
	position: absolute;
	bottom: 12px;
	left: 25px; }
	
.slider-link a {
	font-family: "Raleway", sans-serif;
	color: #53C5D4;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600; }

.slider-link a:hover {
	color: #F0B64F; }
	
#controls {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 995;
	padding: 0;
	width: -10px;
	height: 10px; }
	
#controls li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 0 0 5px !important; 
}
#controls li:first-child {
	margin: 0;
}
	
#controls a {
    background: #000;
	color: #fff;
    display: block;
    height: 18px;
    width: 18px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
    outline: medium none;
    width: 10px;
    background: #FFF; }
    
#controls .current a {
	background: #F0B64F;
	color: #F0B64F; }
	
#controls a:hover {
	background: #53C5D4;
	color: #53C5D4; }
	
.slideMore {
	background: #9acd66;
	border: 1px solid #ccc;
	padding: 5px 15px;
	color: #333;
	text-transform:uppercase;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	text-decoration:none;
}
.slideMore:hover {
	background: #fff;
}

/* ==========================================================================
		Map
   ========================================================================== */  
#map-regions {
width: 188px;
height: 174px;
position: relative;
margin: 113px auto 0;
background: url(/img/layout/map-regions.png) no-repeat 0 0 scroll;
}
#map-regions li {
list-style: none;
}

.region {
position: absolute;
}
.region span {
display: none;
}
.region a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
color: #333;
text-shadow: 0 1px 0 #fff;
}

.region a:hover span {
display: block;
font-weight: normal;
width: 100%;
text-align: center;
color: #333;
}

#map-WA {
left: 5px;
top: 19px;
width: 74px;
height: 108px;
}

#map-NT {
left: 71px;
top: 6px;
width: 43px;
height: 71px;
}

#map-QLD {
left: 113px;
top: 4px;
width: 65px;
height: 89px;
}

#map-SEQLD {
left: 113px;
top: 66px;
width: 65px;
height: 28px;
}

#map-NSW {
left: 124px;
top: 91px;
width: 54px;
height: 42px;
}

#map-VIC {
left: 125px;
top: 113px;
width: 35px;
height: 27px;
}

#map-TAS {
left: 139px;
top: 145px;
width: 16px;
height: 17px;
}

#map-SA {
left: 74px;
top: 76px;
width: 51px;
height: 58px;
}
#map-WA:hover, #map-NT:hover, #map-QLD:hover, #map-SEQLD:hover, #map-NSW:hover, #map-VIC:hover, #map-TAS:hover, #map-SA:hover {
background: url(/img/layout/map-regions.png);
}
#map-WA:hover {
background-position: -193px -19px;
}
#map-NT:hover {
background-position: -447px -6px;
}
#map-QLD:hover {
background-position: -1429px -4px;
}
#map-SEQLD:hover {
background-position: -1429px -66px;
}
#map-NSW:hover {
background-position: -1252px -91px;
}
#map-VIC:hover {
background-position: -1065px -113px;
}
#map-TAS:hover {
background-position: -891px -145px;
}
#map-SA:hover{
background-position: -638px -76px;
}

/* ==========================================================================
		FANCYBOX	
	 ========================================================================== */  
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px Tahoma,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/layout/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/layout/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/img/layout/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px Tahoma,Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* ==========================================================================
		BLOG / NEWS
   ========================================================================== */  
.widget .post-details {
margin-bottom: 0;
}

.widget .post-body {
margin-bottom: 6px;
border-bottom: 1px solid #ccc;
padding-bottom: 6px;
}

.widget .post-body a {
text-decoration: none;
font-family: "Open Sans Condensed", sans-serif;
font-size: 16px;
}

#catblogoutput .blog-post {
	margin: 0;
	border-bottom: ;
	margin-bottom: 20px;
}

.blog-read-more {
	text-decoration: none;
font-family: "Open Sans Condensed", sans-serif;
	text-align: right;
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
}

/* ==========================================================================
		CLEANING CAMPAIGN PAGE
   ========================================================================== */ 

.cleaningCampaign img.top {
	width: 100%;
	height: auto; }

.cleaningCampaign h1 {
	font-size: 29px;
	padding: 0; }

.cleaningCampaign h1.top {
	margin-top: 40px !important; }

.cleaningCampaign h1.blue {
	color: #53C5D4;
	margin-bottom: -7px !important;
	line-height: 30px; }

.cleaningCampaign .colLeft {
	width: 530px;
	margin-bottom: 30px; }

.cleaningCampaign .colRight {
	width: 330px;
	padding: 30px;
	background: #53C5D4;
	margin-top: 50px;
	margin-bottom: 30px; }

.cleaningCampaign .colRight h1 {
	margin-bottom: 10px !important;
	color: #333333;
	line-height: 30px; }
	
.cleaningCampaign form {}

.cleaningCampaign .form-group {
	margin-left: ;
	width: 100%; }

.cleaningCampaign .captchaimg img {
	width: 170px;
	margin: 5px 0 10px 0; }

.cleaningCampaign .form-group .form-control {
	border: none !important;
	border-radius: 4px;
	height: 25px;
	width: 319px;
	background: #FFFFFF !important; }

.cleaningCampaign .title {
	display: none; }

.cleaningCampaign textarea {
	height: 60px !important; }

.cleaningCampaign input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	width: 97%; }

.cleaningCampaign input[type="checkbox"], input[type="radio"] {
	margin: 15px 0 0 0; }

.cleaningCampaign .form-group label {
	color: #FFFFFF; }

.cleaningCampaign ul {
	margin: 5px 0 25px 30px;
	padding: 0; }
	
.cleaningCampaign ul li {
	margin-bottom: 7px;
	list-style-image: url("/img/layout/dot-point-tick.png");
	padding-left: 10px;
	color: #53C5D4;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal; }

.cleaningCampaign .webform .cat_button, .form-group .btn {
	background: #6D7B7E;
	border: 1px solid #FFF !important;
	height: 40px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0 !important; }

.cleaningCampaign .cat_button:hover {
	background: #F0B64F; }

#internalCampaigns .headerCampaigns {
	border-bottom: none !important; }

.headerCampaigns {
	height: 110px !important; }

.headerCampaigns #details-head {
	top: 10px !important; }

.footerCampaigns {
	background: #53C5D4 !important;
	text-align: center;
	margin-top: 30px; }

.footerCampaigns a:hover {
	color: #FFFFFF; }

/* ==========================================================================
		MISCELLANEOUS - don't just dump crap in here!
   ========================================================================== */  
.no-screen {
	display: none;
}

.i-hate-ie7 {
	position:static;
	float: none;
	overflow: visible;	
}
.step-1, .step-2, .step-3 {
background: url(/img/layout/sprite-steps.png);
width:200px;
height:150px;
float: left;
}
.step-1 {background-position: -6px 0; margin-right: 15px;}
.step-1:hover {background-position: -636px 0;}
.step-2 {background-position: -217px 0; margin-right: 15px;}
.step-2:hover {background-position: -846px 0}
.step-3 {background-position: -425px 0;}
.step-3:hover {background-position: -1054px 0}

/* ---- VIATOR ---- */

    .ViatorFindTTD .pas .module_header { background-color: #f7fbfc; }
    /*.ViatorFindTTD .pas h3 { color: #CCC; font-family: 'Tahoma', 'Tahoma', sans-serif; font-weight: normal; }*/
    .ViatorFindTTD .pas .module_body { background-color: #f7fbfc; color: #333333; font-family: 'Tahoma'; font-weight: Normal; }
    .ViatorFindTTD .pas .btn { background-color: #bdd73c; }
    .ViatorFindTTD .pas .btn button { color: #FFFFFF; }
    .ViatorFindTTD { width: 300px; }
    
    
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dynamically by javascript,
and their use should be avoided in the markup */

#viatorWidget b.niftycorners,b.niftyfill{display:block;clear: both;}
#viatorWidget b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
#viatorWidg