@font-face {
    font-family: 'racing';
    src: url('../fonts/racing.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* ----------- MENU -------------*/
a:hover{
	text-decoration: none;
}
#cssmenu {
  background: #23527C;
  width: 100%;
	height: 33px;
  float: right;
	/*position: relative;*/
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  font-size: 0;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
  font-size: 0;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 25px;
	font-family: 'racing', Impact, Charcoal, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #FF2A55;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #FFAA7F;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #D4FFD4;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
/* ----------- HEADER -------------*/
.headercontainer{
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}

#logosmall{
	display: none;
	width: 18%;
	margin-right:2%;
	float: left;
	max-width: 160px;
}

.clear{
	clear: both;
}
.searchcontainer{
	float: left;
	background-color: #95b9d9;
	margin: 2px 2% 2px 2%;
	width: 28%;
}
#search-1{
	height: 29px;
	outline:none;
	border: none;
	background-color: #95b9d9;
	padding-left: 28px;
	width: 95%;
}
.searchstyle{
	height: 29px;
	outline:none;
	border: none;
	background-color: #95b9d9;
	padding-left: 28px;
	width: 100%;
}
.searchicon{
	margin-left: 10px;
	color: #23527c;
	position: absolute;
	padding-top 5px;
}
.menuitems{
	float: left;
	width: 68%;
}
#topad{
	width: 728px;
	height: 100px;
	float: right;
	margin-bottom: 10px;
}
.ad468{
	margin-top: 15px;
	height: 90px;
	width: 728px;
	float: right;
}
.ad468b{
	width: 728px;
	margin: 20px auto;
}
.ad2{
	width: 100%;
	height: 100px;
}
.ad3{
	width: 728px;
	height: 90px;
	margin: 20px auto;
}
.ad4{
	width: 300px;
	height: 600px;
	margin: 0 auto;
}
.ad5{
	width: 336px;
	height: 280px;
	margin: 40px auto 10px;
}
header.smaller {
	height: 40px;
}

header.smaller h1#logo {
	display: none;
}
header.smaller #logosmall {
	display: block;
}
header.smaller #cssmenu{
	width: 80%; 
}

*,
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header.smaller #topad{
	display: none;
}
body {
	color: #505050;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 70px;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: 100;
	color: #95b9d9;
}

a {
	text-decoration: none;
}

a:hover {
	color: #3c3c3c;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#main {
	background-color: #fff;
	padding-top: 150px;
  min-height:500px;
}

.pagecontainer {
	width: 80%;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 15px;
}
.containerbg{
	background-color: #fff;
	border-right: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	margin-top: 15px;
}
.hightlightlinks a{
	color: #95B9D9;
	font-weight: bold;
}
section {
	background-color: #fff;
}

section h1 {
	font-weight: 700;
	margin-bottom: 10px;
}

section p {
	margin-bottom: 30px;
}

section p:last-child {
	margin-bottom: 0;
}

section.color {
	background-color: #f4f4f4;
}

header {
	width: 100%;
	height: 10em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
  border-bottom:solid 0.5em #f4f4f4;
	background-color: #ececec;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

header h1#logo {
	display: inline-block;
	margin: 0;
	float: left;
	width: 170px;
	height: 100px;
}
header.smaller h1#logo {
	font-size: 30px;
}
footer {
	position: absolute;
	background-color: #3c3c3c;
	text-align: center;
    color: #bababa;
	bottom: 0;
	width: 100%;

}

footer  a {
	display: inline-block;
	margin: 0;
  text-decoration:underline;
}
footer div.col {
  width:20%;
  display:inline-block;
  vertical-align: top;
}
footer col a {
  display:block;
}

footer ul li a:hover {
	color: #fd5559;
}
footer ul li a {
    color: #bababa;  
}


footer div#disclaimer {
  margin-top: 1px;
  font-size: 10px;
  padding:0;
}
footer div#copy {
  margin-top: -5px;
  padding:0;
}
footer div#copy a {
  color: #fd5559;  
}
footer div.container {
  position:relative;
  
}
footer ul{
  list-style:none;
  margin-top:2em;
  padding:0;
}
footer ul li {
  text-align:left;
  margin:0;
  padding:0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* -----------ICONS -------------*/
#minimenuicon{
  width: 32px;
  height: 29px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;	
	display: none;
	float: right;

}

#minimenuicon span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#minimenuicon span:nth-child(1) {
  top: 2px;
}

#minimenuicon span:nth-child(2),#minimenuicon span:nth-child(3) {
  top: 12px;
}

#minimenuicon span:nth-child(4) {
  top: 22px;
}

#minimenuicon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#minimenuicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#minimenuicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#minimenuicon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* -----------PAGE COMMONS-------*/
.fitimage{
	margin-bottom: 10px;
}
.fitimage img{
	width: 100%;
}

/*------ SEARCH -----*/
#suggestions{
	overflow-y: scroll;
	overflow-x: auto;
	max-height: 200px;
	display: none;
	-webkit-box-shadow: 0px 3px 16px -5px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 3px 16px -5px rgba(0,0,0,0.62);
	box-shadow: 0px 3px 16px -5px rgba(0,0,0,0.62);
}
.scrollsuggestions{
	max-height: 300px;
	overflow-y: auto;
}
.searchitem{
	margin: 4px;
	background: #fff;
}
.searchitem img{
	width: 60px;
	padding-left: 5px;
}
.searchitem label{
	padding-left: 5px;
	color: #505050;
	cursor: pointer;
	font-size: 14px;
}
.searchselect{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 33%, #ffaa7f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 33%,#ffaa7f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 33%,#ffaa7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffaa7f',GradientType=1 ); /* IE6-9 */
}

/** SWITCH **/
.switches{
	width: 100%;
	text-align: right;
	height: 22px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 20px;
	margin-bottom: -3px;
}
.switch input {display:none;}
.onoffslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.onoffslider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .onoffslider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .onoffslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.cookiedialog{
	opacity: 0;
	margin-right: 30px;
	-webkit-transition: opacity 1s, margin-right 1s;
	-moz-transition: opacity 1s, margin-right 1s;
	-ms-transition: opacity 1s, margin-right 1s;
	-o-transition: opacity 1s, margin-right 1s;
}

.cookie{
	background: #2196f3;
	margin: 0 4px -3px 6px;
	border-radius: 10px;
	width: 47px;
	height: 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.cookie label{
	color: #fff;
	position: absolute;
	left: 0; right: 0;
	text-align: center;
	padding-top: 1px;
	font-size: 12px;
}

/* -----------MEDIA -------------*/

@media all and (max-width: 1220px) {
	header h1#logo { display: none; }
	#logosmall {	display: block; }
	#topad{	width: 100%; }
	.ad468{ margin-right: auto; margin-left: auto; float: none; }
	#cssmenu{ width: 80%; }
	#homemenuitem{ display: none !important; }
	.menuitems{ display: block; }
	/* .searchitem label{ font-size: 12px; } */
}
@media all and (max-width: 1024px) {
	.pagecontainer{
		width: 95%;
	}
}
@media all and (max-width: 980px) {

	.ad468{ width: 100%; overflow: hidden; }
	#minimenuicon{ display: block; }
	#logosmall{ min-width: 123px; }
	#cssmenu{
		float: none;
		width: auto;
		margin-left: 160px;
		padding: 2px;
	}
	.searchcontainer{ margin: 0 60px 0 0; float: none; width: auto;  }
	.menuitems{
		display: none;
		position: absolute;
		left: 4%;
		right: 4%;
		width: auto;
		height: auto;
		background-color: #23527c;
	}
	.smaller .menuitems{
		left: 0;
		right: 0;
		width: 100%;
	}
	#homemenuitem{ display: block !important; }
	#cssmenu ul{
		line-height: 3;
	}
	#cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a { border: 0; }
  #cssmenu ul li a:after { display: none; }
  #cssmenu ul li a:before { display: none; }
	#search-1{ width: 95%; }
	header.smaller #cssmenu{
		width: auto;
	}
	.smaller .header{
		padding: 0;
		width: 100%;
	}
}

@media all and (max-width: 800px) {
	.ad3 { width: 468px; height: 60px; }
	.ad4 { width: 336px; height: 280px; }
}
@media all and (max-width: 650px) {
	.pagecontainer{
		width: 100%;
	}
}
@media all and (max-width: 500px) {
	.ad3 { width: 320px; height: 100px; }
}
@media all and (max-width: 450px) {
	#cssmenu{ margin-left: 130px; }
	.searchcontainer{ margin-right: 40px; }
	
}
