ol/* #Reset & Basics 
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* Template Styles
========================================*/

	body {
		font-family: 'Noto Sans', sans-serif;
		color: rgb(85,57,0);
	}
	
	h1 {
	font-family: 'Noto Sans', sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: -0.06em;
	margin-bottom: 20px;
	color: rgb(99, 169, 157);
	}
	
	h2 {
	font-family: 'Noto Sans', sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: -0.06em;
	margin-bottom: 20px;
	color: rgb(99, 169, 157);
	}
	
	h3 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	color: rgb(218,77,24);
	}
	h4 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}
	
	h5 {
	font-family: 'Noto Sans', sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: -0.06em;
	margin-bottom: 20px;
	margin-top: 20px;
	color: rgb(255, 255, 255);
	text-transform: none;
	}
	
	p {
		font-family: 'Noto Sans', sans-serif;
		font-size: 15px;
		line-height: 21px;
		margin: 0 0 20px 0;
	}
	
	strong {
	font-weight: 700;
	}
	
	a, a:visited {
		color: rgb(99,169,157);
	}
	
	a:hover {
		color: rgb(8,110,116);
	}
	
	blockquote {
	font-size: 18px;
	padding-top: 5px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	color: rgb(218,77,24);
	line-height: 24px;
	text-indent: 40px;
	background-image: url(/images/quotes.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	blockquote span {
		background-position: right bottom;
		background-repeat: no-repeat;
		display: inline-block;
		background-image: url(/images/right-quotes.png);
		width: 40px;
		height: 30px;
		overflow: visible;
		margin-bottom: -10px;
		
	}
	
	.quote-left {
		
	}
	
	.quote-right {
		
	}

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: disc inside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	ul.large li { line-height: 21px; }
	ul.archive li { font-size: 13px; }
	ul li {
		margin-bottom: 6px; 
		line-height: 21px;
		font-size: 15px;
	}
	ol li {
		margin-bottom: 6px; 
		line-height: 21px;
		font-size: 15px;
	}

/* Menus and sitemap
================================*/
	ul.menu {
		list-style: none;
		margin-top: 5px;
		font-size: 14px;
	}
	
	
	ul.menu li {
		display: inline;
		/*padding: 7px;*/
		padding: 3px;
	}
	
	ul.menu li a {
		text-decoration: none;
		color: rgb(85,57,0);
	}
	
	ul.menu li a:hover {
		text-decoration: none;
		color: rgb(99, 169, 157);
	}
	
	#sitemap {
		font-size: 13px;
	}
	
	#sitemap ul {
		list-style: none;
		display: inline;	
		float: left;
		width: 135px;
		padding: 10px;
	}
	
	#sitemap ul li {
		font-weight: 700;
		line-height: 15px;
		font-size: 12px;
	}
	
	#sitemap ul ul li {
		font-weight: 400;
	}
	
	#sitemap ul ul li a {
		text-decoration: none;
		color: rgb(85,57,0);
	}
	
	#sitemap ul ul li a:hover {
		text-decoration: none;
		color: rgb(99, 169, 157);
	}
	
	#sitemap ul ul {
		list-style: none;
		margin-left: 0px;
		float: none;
	}


/* Tables
================================*/
	table .icon {
		font-size: 20px;
	}
	
	td {
		padding: 10px;
		line-height: 20px;
		max-width: 53%;
		vertical-align:top;
		border-right: white solid thin;
	}
	
	td p {
		line-height: 20px;
		margin: 0 0 5px 0;
	}
	
	th {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	background: rgb(218, 77, 24);
	color: white;
	font-weight: 700;
	border-right: white solid thin;
	}
	
	tr:nth-child(odd) {
		background: rgb(189, 218, 213);
	}
	
	
/* Listing page 
================================*/
	.listing table {
		
	}
	
	.listing table  tr:nth-child(odd) {
		background: white;
	}
	
	.listing img {
		float: left;
		padding: 20px 20px 60px 0px;
	}
	
	.listing a.button {
	float: right;	
	}
	
	.listing .title {
		display: block;
		width: 520px;
		
	}
	
	.listing .pagelinks {
		float: left;
	}
	
	.listing .results {
		float: right;
	}
	
	.listing a.page-link {
		margin-right: 10px;
	}
	
	.listing span.current-page {
		margin-right: 10px;
	}
	
	.listing .description {
		width: 420px;
		float: left;	
	}
	
	.listing .box-wrap {
		border-top: solid #aa9c7f thin;
		padding-top: 20px;
		margin-top: 10px;
		clear: both;
	}
	
	.listing .btn-wrap {
			padding-top: 20px;
	}
	
	.listing-navigation {
		height: 30px;
	}
	
	#search-form {
		padding: 10px;
	}
	
	#sidebar-right input[type="text"] {
		width: 190px;
	}
	
	#sidebar-right select {
		width: 200px;
	}	
	
#country-form {
    margin-top: 20px;
    padding: 20px 0px;
    float: left;
    width: 100%;
	margin-bottom: 20px;
	    height:auto;

}
	
	.padded-rule {
		margin: 30px 0px;
		border-top: thin #aa9c7f solid;		
	}

	.listing h3 {
	line-height: 22px;
	margin-bottom: 0px;
	}
	
	.listing h2 {
	line-height: 22px;
	margin-bottom: 0px;
	}
	
/* Details page 
================================*/
.left {
	width: 48%;
	float: left;
}

.right {
	width: 48%;
	float: right;
	
}

#sale-price {
	padding: 20px;
	border: solid thin #f29605;
	color: #63a99d;
	background-color: #fff9ef;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	height: 60px;

}

#rent-price {
	padding: 20px;
	border: solid thin #086e74;
	color: #63a99d;
	background-color: #d9efeb;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	height: 60px;
}

#ad-number {
	clear: both;	
}

#detail-photos img {
		padding-right: 12px;
		padding-bottom: 12px;
}

#short-details {
	padding: 10px;
	display: block;
	margin:20px 0px;	
}

.more-details {
	text-align: center;
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
}

.more-details a {
	text-decoration: none;
	color: #553900;
}

.image-cap-details {
	padding: 10px;
	font-size: 14px;
}

#details-form {
	padding: 10px;	
	margin-top: 10px;
}
	
/* Images
================================*/
	.textWrap {
		float: right;
		margin: 5px 0 20px 20px;
	}
	
	.textWrapLeft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	.socialicons {
		float: left;
		padding-right: 10px;
	}
	
	.imgcaptionRight {
		float: right;
		margin: 5px 0 20px 20px;
		font-size: 0.7em;
	}
	
	.imgcaptionLeft {
		float: left;
		margin: 5px 20px 20px 0px;
		font-size: 0.7em;
	}
	
	
/* Buttons and Button links
=================================*/
	a.button, 
	a.button:visited,
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: rgb(242,135,5); /* Old browsers */
		background: #fff -moz-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* FF3.6+ */
		background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,135,5,1.0)), color-stop(100%,rgba(218,77,24,1.0))); /* Chrome,Safari4+ */
		background: #fff -webkit-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* Chrome10+,Safari5.1+ */
		background: #fff -o-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* Opera11.10+ */
		background: #fff -ms-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* IE10+ */
		background: #fff linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* W3C */
	  border: 2px solid #f28705;
	  -moz-border-radius: 20x;
	  -webkit-border-radius: 20px;
	  border-radius: 20px;
	  color: #fff;
	  display: inline-block;
	  font-size: 18px;
	  text-decoration: none;
	  text-shadow: 0px 1px 3px rgba(0, 0, 0, .75);
	  cursor: pointer;
	  margin-bottom: 10px;
	  text-align: center;
	  line-height: normal;
	  padding: 8px 15px;
	  	font-family: 'Noto Sans', sans-serif;
		}

	a.button:hover,
	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color:white;
		background: rgb(242,135,5); /* Old browsers */
		background: #fff -moz-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* FF3.6+ */
		background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,135,5,1.0)), color-stop(100%,rgba(218,77,24,1.0))); /* Chrome,Safari4+ */
		background: #fff -webkit-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* Chrome10+,Safari5.1+ */
		background: #fff -o-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* Opera11.10+ */
		background: #fff -ms-linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* IE10+ */
		background: #fff linear-gradient(top, rgba(242,135,5,1.0) 0%, rgba(218,77,24,1.0) 100%); /* W3C */
	    text-shadow: 0px 1px 1px rgba(0, 0, 0, .75);
	 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	font-style: normal;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	.button-heading {
		display:inline-block;	
		font-style:italic;
		weight:300;
		text-transform: uppercase;
		font-size: 36px;
		line-height: 20px;
		float: left;
	}
	
	.button-call {
		display:inline-block;
		margin-top: 0px;
		margin-left: 10px;
		text-transform: uppercase;
		float: left;
		font-weight:400; 
		font-style: italic;

	}
	
	a.button-large-orange, a.button-large-orange:visited {
		background: rgb(242,135,5); /* Old browsers */
		background: #fff -moz-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* FF3.6+ */
		background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,181,81,1.0)), color-stop(100%,rgba(242,135,5,1.0))); /* Chrome,Safari4+ */
		background: #fff -webkit-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* Chrome10+,Safari5.1+ */
		background: #fff -o-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* Opera11.10+ */
		background: #fff -ms-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* IE10+ */
		background: #fff linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* W3C */
	  border: 2px solid #f5c367;
	  -moz-border-radius: 30x;
	  -webkit-border-radius: 30px;
	  border-radius: 30px;
	  color: #fff;
	  display: inline-block;
	  font-size: 18px;
	  text-decoration: none;
	  text-shadow: 0px 1px 6px rgba(0, 0, 0, .75);
	  cursor: pointer;
	  margin-bottom: 10px;
	  margin-right: 5px;
	  text-align: center;
	  line-height: normal;
	  padding: 15px 21px;
	  	font-family: 'Noto Sans', sans-serif;
		font-weight:400; 
	}
	
	a.button-large-orange:hover {
		background: rgb(242,135,5); /* Old browsers */
		background: #fff -moz-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* FF3.6+ */
		background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,181,81,1.0)), color-stop(100%,rgba(242,135,5,1.0))); /* Chrome,Safari4+ */
		background: #fff -webkit-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* Chrome10+,Safari5.1+ */
		background: #fff -o-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* Opera11.10+ */
		background: #fff -ms-linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* IE10+ */
		background: #fff linear-gradient(top, rgba(235,181,81,1.0) 0%, rgba(242,135,5,1.0) 100%); /* W3C */
		color: white;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, .75);
	}
	
	a.button-large-cyan, a.button-large-cyan:visited {
		background: rgb(8,92,116); /* Old browsers */
		background: #fff -moz-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* FF3.6+ */
		background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,160,169,1.0)), color-stop(100%,rgba(8,92,116,1.0))); /* Chrome,Safari4+ */
		background: #fff -webkit-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* Chrome10+,Safari5.1+ */
		background: #fff -o-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* Opera11.10+ */
		background: #fff -ms-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* IE10+ */
		background: #fff linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* W3C */
	  border: 2px solid #7ac0ca;
	  -moz-border-radius: 30x;
	  -webkit-border-radius: 30px;
	  border-radius: 30px;
	  color: #fff;
	  display: inline-block;
	  font-size: 18px;
	  text-decoration: none;
	  text-shadow: 0px 1px 6px rgba(0, 0, 0, .75);
	  cursor: pointer;
	  margin-bottom: 10px;
	  margin-right: 5px;
	  text-align: center;
	  line-height: normal;
	  padding: 15px 21px;
	  	font-family: 'Noto Sans', sans-serif;
		font-weight:400; 
	}
	
	a.button-large-cyan:hover {
	background: rgb(8,92,116); /* Old browsers */
		background: #fff -moz-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* FF3.6+ */
		background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,160,169,1.0)), color-stop(100%,rgba(8,92,116,1.0))); /* Chrome,Safari4+ */
		background: #fff -webkit-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* Chrome10+,Safari5.1+ */
		background: #fff -o-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* Opera11.10+ */
		background: #fff -ms-linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* IE10+ */
		background: #fff linear-gradient(top, rgba(99,160,169,1.0) 0%, rgba(8,92,116,1.0) 100%); /* W3C */
		color: white;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, .75);
	}

/* Forms
=================================*/



	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width:100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label {display: inline;
		font-weight: 300;
		font-size: 13px;}
	legend {
		display: block;
		font-weight: 300;
		font-size: 13px; }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; 
		float:left; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
.form-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	}

	
.form-wrapper h4 {
	color: white;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.form-wrapper h5 {
	color: white;
	text-align: center;
	font-weight: 300;
	text-transform: none;
}

.form-heading {
	padding: 10px;
}

.form {
	margin: 10px;
	padding: 10px; 
}

.form input[type="text"] {
	max-width: 170px;
}
	
#mc_embed_signup {
	padding: 10px;
}

#sell-form {
	float: right;	
	padding: 20px;
	width: 220px;
	margin-left: 20px;
}
	
/* style tile specific
=================================*/
	.pad {
		height: 30px;
	}
	
	
	.clear {
		clear: both;	
	}
	
	h4.style-tiles {
		font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", Helvetica, Arial,"Lucida Grande", sans-serif;font-weight:300;
		color: rgb(85,57,0);
		border-bottom:thin #553900 solid;
		line-height: 30px;
		font-size: 14px;
	}
	
	.container {
		width: 960px;
		margin: 0 auto;
	}
	
	hr {
		height: 1px;
		border: none;
		color: rgb(85,57,0);
		background-color: rgb(170,156,127);
		margin-top: 10px;
		margin-bottom: 20px;
	}

/*Header and logo
=================================*/

	#header {
		
	}
	
	#header-top {
		background: rgb(218,77,24);
		padding:20px;
	}
	
	#header-bottom {
		background: rgb(189,218,213);
		padding:20px;
	}
	
	#logo {
		width: 200px;
	}
		
	#logo h1 {
		line-height: 30px;
		font-size: 24px;
		font-style:normal;
		margin-bottom: 0px;
		font-family: 'Noto Sans', sans-serif;
		font-weight:900;
		text-transform: uppercase;
		color: white;
		text-align:center;
		border-bottom:thin solid;
	}
	
	.phonelabel {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
		line-height: 24px;
		color: rgb(218,77,24);
	}
	
	.phonesmall {
		font-family: 'Noto Sans', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		font-weight:900;
		line-height: 24px;
		color: rgb(99, 169, 157);
	}
	
	.phonebig {
		font-family: 'Noto Sans', sans-serif;
		font-size: 28px;
		text-transform: uppercase;
		font-weight:900;
		line-height: 24px;
		color: rgb(99, 169, 157);
	}
	
	.footerphonebig {
		font-family: 'Noto Sans', sans-serif;
		font-size: 30px;
		text-transform: uppercase;
		font-weight:900;
		line-height: 24px;
		color: rgb(255, 255, 255);
	}
	
	.footerphonelabel {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
		line-height: 24px;
		color: rgb(255,255,255);
	}
	
	.langswitch {
		font-family: 'Noto Sans', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		font-weight:900;
		line-height: 24px;
		color: rgb(242, 150, 5);
		text-decoration: none;
	}
	
	.langswitch a {
		font-family: 'Noto Sans', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		font-weight:900;
		line-height: 24px;
		color: rgb(242, 150, 5);
		text-decoration: none;
	}
	
	.langswitch a:hover {
		font-family: 'Noto Sans', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		font-weight:900;
		line-height: 24px;
		color: rgb(99, 169, 157);
		text-decoration: none;
	}
		
	#logo h2 {
    	line-height: 24px;
		font-size: 24px;
		margin-bottom: 0px;
		font-family: 'Playfair Display', serif;
		text-transform: uppercase;
		color: white;
		text-align:center;
	}
	

/*Style tile sections
==========================================================*/
	#group-left {
		width: 470px;
		padding-right: 10px;
		float: left;
		
	}
	
	#group-right {
		float:left;
		width: 470px;
		padding-left: 10px;
	}
	
	
	#textures {
		margin-top: 40px;
	}


	#buttons {
		margin-top: 40px;
	}
	
	
	#typography {
		margin-top: 40px;
	}
	
	#tables {
		margin-top: 40px;
	}
	
	#badges {
		margin-top: 40px;
	}
	
	#blockquotes {
		margin-top: 40px;
	}

/* Color swatches
============================*/

	#possible-colors {
		margin-top: 40px;
	}
	
	.color-swatch {
		width: 60px;
		height: 60px;
		-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:0px 1px 5px rgba(50, 50, 50, 0.75);
		box-shadow:0px 1px 5px rgba(50, 50, 50, 0.75);
		padding: 5px;
		float: left;
		margin-right: 20px;
		margin-bottom:20px;
	}
	
	#color-box {
		display: block;
		width: 100%;
		height: 100%;
	}
	
/*Badges
=====================================*/
.badge-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-family: 'Noto Sans', sans-serif;
}

.badge-wrapper a {
	text-decoration: none;
	color: #5b410d;
}


.badge-wrapper p {
	font-family: 'Noto Sans', sans-serif;
}

.badge-wrapper strong {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 900;
}

.badge-top {
	padding: 10px;
}

.badge-top h4 {
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 25px;
	font-size: 18px;
}

.badge-bottom {
	padding: 10px;
}

.badge-image {
	
}


.badge-image img {
	width: 100%;
	height: auto;
}

.badge a, .badge a:visited, .badge a:active, .badge a:hover {
	color: #553900;
}

	
/* back colors
=====================================*/

	.brown-back {
		background: rgb(85,57,0);
	}
	
	
	.beige-back {
		background: rgb(231,195,129);
	
	}
	
	.orange-back {
		background: rgb(242, 150, 5);
	}
	
	.cyan-back {
		background: rgb(8, 110, 116);
	}
	
	
	.dark-cyan-back {
		background: rgb(242, 150, 5);
	}
	
	.light-cyan-back {
		background: rgb(99, 169, 157);
	}
	
	
	.light-cyan-back {
		background: rgb(99, 169, 157);
	}
	
	.light-beige-back {
		background: rgb(253, 241, 219);
	}
	
	.lighter-cyan-back {
		background: rgb(189, 218, 213);
	}
	
	.red-back {
		background: rgb(218, 77, 24);
	}
	
/* font colors
=====================================*/

	.brown {
		color: rgb(85,57,0);
		
	}
	
	
	.beige {
		color: rgb(231,195,129);
		
	}
	
	.orange {
		color: rgb(242, 150, 5);
		
	}
	
	.cyan {
		color: rgb(8, 110, 116);
		
	}
	
	
	.dark-cyan {
		color: rgb(242, 150, 5);
		
	}
	
	.light-cyan {
		color: rgb(99, 169, 157);
		
	}
	
	
	.light-cyan {
		color: rgb(99, 169, 157);
		
	}
	
	.light-beige {
		color: rgb(253, 241, 219);
		
	}
	
	.lighter-cyan {
		color: rgb(189, 218, 213);
		
	}
	
	.red {
		color: rgb(218, 77, 24);
		
	}
	.button-heading1 {
    display: inline-block;
    font-style: italic;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 20px;
    float: left;
    font-weight: bold;
}
.button-call1 {
    display: inline-block;
    margin-top: 4px;
    margin-left: 10px;
    text-transform: uppercase;
    float: left;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
/*--------------------------------------------------------------------------------------------*/
.search-destination {
    border: 6px solid #BED7D1;
    padding: 10px;
}
.search-destination h2 {
	text-align: center;
font-size: 22px;
margin-bottom: 10px;
   font-family: "Noto Sans",sans-serif;
}
.select-country select {
    padding: 4px;
    border: 1px solid #6B6A67;
    color: #908557;
    font-weight: bold;
    font-size:15px;
	background: #F3F3F3;
	   font-family: "Noto Sans",sans-serif;
	
}
.search-button {
    text-align: center !important;
}
#query {
    float: left;
    width: 74%;
    padding: 7px 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    color:#6B5324  !important;
    font-size: 14px;
    font-weight: bold !important;
    font-family: "Noto Sans",sans-serif;
}
#country-searched, .btn_search {
    padding: 5px 15px !important;
}
#region {
 margin-left: 10px;
padding: 7px 10px;
width: 80% !important;
color: #6B5324  !important;
font-weight: bold;
font-size: 15px;
	      font-family: "Noto Sans",sans-serif;
}
.listing h1 {
    margin-bottom: 0px !important;
	   font-family: "Noto Sans",sans-serif;
}
.country-selecting {
    float: left;
    width: 100%;
}
.select-country form {
    margin-bottom: 0px;
}