@import url(https://holiday-locations.com/iconfonts/iconicstroke.css);

/* iconicstroke */
[class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  color: #FFF;
  font-size: 15px;
  margin-left: -30px;
}

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: "Lato";
	background-color: #EEE;
	color: #333;
	font-size: 10pt;
	font-weight: 400;
}

a{
	font-weight: 700;
	color: #2158AD;
	text-decoration: none;
}
a:hover{
	color: #df7d17;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: 400;
}

h1{ font-size: 32px; }
h2{ font-size: 28px; }
h3{ font-size: 22px; }
h4{ font-size: 18px; }
h5{ font-size: 16px; }
h6{ font-size: 14px; }

td{
	vertical-align: top;
}

.innerSpace{
	padding: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 12px;
}

.thirdBox{
	width: 30%;
	float: left;
	margin-left: 4%;
}

.clearBoth{
	clear: both;
}

.centerMainHeadline{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #2158AD;
	font-weight: 300;
	text-shadow: #777 1px 1px 1px;
}

.small_text{
	font-size: 9pt;
}

#header, #textbox1, #featuredhomes, #toptravelideas, #advertiseyourhome, #destinations, #header_right, #oldcont{
	padding-left: 10%;
	padding-right: 10%;
}

#header{
	position: relative;
	background-color: #FFF;
	font-size: 32px;
	font-weight: 700;
	color: #2158AD;
}
	#header_right{
		position: absolute;
		top: 15px;
		right: 0px;
		font-size: 12px;
	}
	#header a{
		font-size: 12pt;
	}

#slogan{
	text-align: center;
	background-color: #2158AD;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: #444 1px 1px 1px;
}

#picture{
	position: relative;
	background: url('bg.jpg') center center no-repeat; 
	height: 430px;
}
	#searchbox{
		position: absolute;
		top: 100px;
		left: 0px;
		background-color: rgba(255, 255, 255, 0.85);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
		box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
		margin-left: 10%;
		width: 500px;
		padding: 10px;
		border: 1px solid rgba(0,0,0,0.45);
		font-weight: 300;
	}
	#searchbox form{
		padding-top: 12px;
	}
	#searchbox h2{
		margin: 0px;
	}
	#searchbox input{
		background-color: rgba(255, 255, 255, 0.90);
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.25);
		-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.25);
		box-shadow: inset 0px 1px 2px rgba(0,0,0,0.25);
		
		padding: 10px;
		
		font-size: 14px;
	}
	#searchbox input.textinput{
		width: 350px;
		margin-right: 15px;
		border: 1px solid #AAA;
	}
	#searchbox input.button{
		background-image: linear-gradient(to bottom, #f9b56f, #df7d17);
		border: 1px solid #df7d17;
		color: #FFF;
		padding-right: 35px;
	}

#textbox1{
	
}

#featuredhomes{
	
}

	#featuredhomes .innerSpace img{
		width: 100%;
	}

#toptravelideas{
	
}

	#toptravelideas .thirdBox{
		background-color: #FFF;
		
		border: 1px solid #AAA;
		
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	}

	#toptravelideas .gotoLink{
		text-align: right;
	}

	#toptravelideas .thirdBox .innerSpace{
		border-bottom: 0px;
	}

	#toptravelideas .innerSpace img{
		width: 100%;
	}

#advertiseyourhome{

}

	#advertiseyourhome table { 
		border-collapse: separate;
		border-spacing: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}

#destinations{

}
	
	#destinations .innerSpace .innerSpace{
		background-color: #FFF;
		border-bottom: 0px;
		
		border: 1px solid #AAA;
		
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	}
	
	#destinationMoreLess{
		margin-top: 15px;
		text-align: center;
	}
	
	#destinationLess{
		display: none;
	}
	
	#destinations #showHide{
		padding-top: 5px;
		text-align: center;
	}
	
#footer{

}

	#footer table{
		width: 80%;
		margin: auto;
	}

	#footer td{
		width: 33%;
		text-align: center;
	}

#footer_end{
	background-color: #555;
	padding: 15px;
	color: #CCC;
	text-align: center;
	font-size: 9pt;
	font-weight: 300;
}

#oldcont{

}
