@import url(https://fonts.googleapis.com/css?family=Lato:400,300);

body{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000;
	line-height:20px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	}

a{
	text-decoration:none;
	color:#000;
}
a:hover{
		text-decoration:underline;
}
p{
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	color:#000;
	}

.wrapper{
	margin:0px auto;
	/* max-width: 700px; */
	position:relative;
	}

header#master{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	}
header#master .header-top{
	margin:0px;
	padding:0px;
	height:30px;
	border-bottom:1px #c7c5bf solid;
	background:#eae8e1;
	}

header#master .header-content ul{
	list-style:none;
	margin:0px;
	padding:10px 0;
	position:relative;
	display:block;
	text-align:center;
	}
header#master .header-content ul li{
	/* margin:0px 0 0 20px; */
	padding:0px;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	}

header#master .header-content ul li a{
	text-decoration:underline;
	}

#content{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	position:relative;
	display:block;
/* 	height:500px; */
/* background:#fff; */
	}
#content .slider{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	position:relative;
	}
#content .search-section{
	position:absolute;
	top:25%;
	left:0px;
	width:100%;
	margin:0px;
	padding:0px;
	}
#content .search-section .inner-search{
	width:700px;
	margin:auto;
}
#content .inner-search ul.search-tabs{
	list-style:none;
	margin:0px;
	padding:0px;
	display:block;
	position:relative;
	float:left;
	width:100%;
	}

#content .search-section2{
	position:absolute;
	top:55%;
	left:0px;
	width:100%;
	margin:0px;
	padding:0px;
	}
#content .search-section2 .inner-search2{
	width:95%;
	margin:25px;
}

#content .inner-search ul.search-tabs li{
	float:left;
	margin:0;
	padding:0;
	}
#content .inner-search ul.search-tabs li a{
	background:#62b5e5;
	padding:7px 10px;
	margin:0px;
	display:block;
	color:#000;
	font-size:16px;
	border-bottom:1px #7f7f7f solid;
	}
#content .inner-search ul li.search-tabs a:hover, #content .inner-search ul.search-tabs li a.active{
	background:#11324d;
	color:#fff !important;
	text-decoration:none;
	}
#content .inner-search .search-box{
	margin:0px;
	width:100%;
	background:#11324d;
	float:left;
	padding:0px;
	}
#content .inner-search .search-box form{
	padding:20px;
	}
#content .inner-search .search-box{
	padding:20px;
	margin: 0 0 20px;
	}



#content .inner-search .search-box input[type="text"]{
	margin:0px;
	padding:15px 2%;
	border:none;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	width:86%;
	outline:none;
	float:left;
	}
#content .inner-search .search-box input[type="submit"]{
	margin:0px 0 0 1px;
	padding:15px 2%;
	border:none;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	width:9%;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	outline:none;
	background:#62b5e5;
	}

#banner-fade{
	max-width:100% !important;
	height:500px !important;
	}
#banner-fade ul{
	height:500px !important;
	}




.ui-autocomplete{
	margin: 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    /*left: 20px!important;
    max-width: 700px !important;*/
    bottom: 0;
    float: left;
    height: 200px /* height: auto;  T*/
	}
.ui-autocomplete li{
	display: block;
    background: #fff;
    border: 1px #EFEFEF solid;
    border-bottom: none;
    padding: 6px 15px;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
	}
.ui-autocomplete li:last-child{
	 border-bottom: 1px #EFEFEF solid;
	}

.ui-autocomplete li:hover{
	background:#F5F5F5;
	}

.ui-helper-hidden-accessible{
	display:none;
	}


/* Preload */
#preload {
	background: #ffffff ;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

#preload-content {
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 100px;
	z-index: 999;
}

.preload-text {
	color: #73ba37;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	text-align: center;
}

.preload-spinner {
	margin: 0 auto 14px;
	text-align: center;
}

.bounce1,
.bounce2,
.bounce3 {
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: bounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	animation-name: bounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #474747;
	display: inline-block;
	height: 14px;
	margin: 0 3px;
	opacity: 0.6;
	width: 14px;
}

.bounce1 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.bounce2 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bounce {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bounce {
	0%, 80%, 100% { -moz-transform: scale(0.0) }
	40% { -moz-transform: scale(1.0) }
}
@keyframes bounce {
	0%, 80%, 100% { transform: scale(0.0) }
	40% { transform: scale(1.0) }
}

@media (max-width: 769px) {

	#content .search-section .inner-search
	{
		width:100%!important;
	}
	#content .inner-search .search-box{
		width:87%!important;
	    padding: 15px!important;
	    margin: 0 0 5px 5px!important;
	}
	#content .inner-search .search-box input[type="text"]{
		width: 80%!important;
	}
	#content .inner-search .search-box input[type="submit"]{
		width: 15%!important;
	}
	#content{
		/* height:420px!important; */
	}
	#claimlink p{
		top:0px!important;
		font-size:6px!important;
		right:40px!important;
	}
	#content .inner-search ul.search-tabs{
		margin-left: 5px!important;
	}
	.ui-autocomplete{
	    width: 73% !important;
		max-height: 250px !important;
		font-size:12px!important;
	}
}

@media (max-width: 436px) {
	.ui-autocomplete{
	    width: 73% !important;
		max-height: 250px !important;
		font-size:8px!important;
	}
	#content{
		/* height:380px!important; */
	}
}

@media (max-width: 415px) {
	.ui-autocomplete{
	    width: 73% !important;
		max-height: 250px !important;
		font-size:8px!important;
	}
	#content{
		/* height:380px!important; */
	}
}

@media (max-width: 376px) {
	.ui-autocomplete{
	    width: 73% !important;
		max-height: 250px !important;
		font-size:8px!important;
	}
	#content{
		/* height:380px!important; */
	}
}

@media (max-width: 321px) {
	.ui-autocomplete{
	    width: 73% !important;
		max-height: 250px !important;
		font-size:8px!important;
	}
	#content{
		/* height:380px!important; */
	}
}

@media (max-width: 641px) {
	.ui-autocomplete{
	    width: 73% !important;
		max-height: 250px !important;
		font-size:8px!important;
	}
	#content{
		/* height:380px!important; */
	}
}

}


