/*************** ICON FONTS *****************/

@font-face {
  font-family: 'hp-icons';
  src: url("../fonts/icons/rdt-eot.eot");
  src: url("../fonts/icons/rdt-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/rdt-svg.svg"), url("../fonts/icons/rdt-woff.woff") format("woff"), url("../fonts/icons/rdt-ttf.ttf") format("truetype");
  src: url("../fonts/icons/rdt-eot.eot?-o045sq");
  src: url("../fonts/icons/rdt-eot.eot?#iefix-o045sq") format("embedded-opentype"), url("../fonts/icons/rdt-svg.svg?-o045sq") format("svg"), url("../fonts/icons/rdt-woff.woff?-o045sq") format("woff"), url("../fonts/icons/rdt-ttf.ttf?-o045sq") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*[class^="i-"]:before, [class*=" i-"]:before, [class^="icn-"]:before, [class*=" icn-"]:before {
  font-family: 'hp-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

/* Global Sytles */

body, html{
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #F2F2F2;
	height: 100%;
}

body, input, textarea{
	font-family: HPSimplifiedLight, HPSimplified, arial;	
}

a, a:focus{
	text-decoration: none;
	color: #fff;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.i-arrow-left{
	content: "\e614";
}
.i-arrow-right{
	content: "\e615";
}


.wrapper{
	width: 100%;
	height: 100%;
	-webkit-transition: margin-left 0.2s ease;
	-moz-transition: margin-left 0.2s ease;
	-o-transition: margin-left 0.2s ease;
	-ms-transition: margin-left 0.2s ease;
	transition: margin-left 0.2s ease;
}

.wrapper > section{
	position: relative;
	width: 100%;
	top: 0;
	height: 100%;
}

.screen-reading{
	font-size: 0;
	line-height: 0;
}

/* Header Styles */

#header{
	width: 100%;
	position: absolute;
	top:0;
	right:0;
	z-index: 100;
	background: none;
}

#header .search_block .search_container .ac_title{
	color: #000;
}

#header .header_container{
	width:90%;
	margin: 0 auto;
}

/* End Header Sytles */

/* footer Styles */

#footer{
	font-family: HPSimplified, arial;
	z-index: 1;
	padding-bottom: 40px;
}

/* End Footer Styels */

/* Banner Styles */

#banners{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#banners .banner{
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	height: 100%;
}

#banners .banner > div:nth-child(1){
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0;
	background-position: center top;
	background-size: cover;
	/*display: none;*/
}

#banners .bullets{
    position: relative;
    height:48px;
    top: 90%;
    width:144px;
    margin:0 auto;
    z-index: 1;
}

#banners .bullets li{
	display: block;
	float:left;
	width:30px;
	height:48px;
	overflow:hidden;
}

#banners .bullets li a{
	display: block;
    width: 8px;
    height: 8px;
    margin:18px;
    text-indent: -9999px;
    background-color: #fafafa;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background-color: #555555;
	border: solid 2px #fafafa;
	position: relative;
}
#banners .bullets li a:after {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 48px;
	height: 48px;
}

#banners .bullets li a:hover,
#banners .bullets li a:focus{
	background-color: #777;
	border: solid 2px #FFF;
}

#banners .bullets li a.active{
	background-color: #fafafa;
	border: solid 2px #555555;
	width: 8px;
	height: 8px;
}

#banners .bullets li a.active:hover,
#banners .bullets li a.active:focus{
	background-color: #FFF;
	border: solid 2px #777;
}

/* Items container*/

.banner .items{ 
	width: 90%;
	padding: 10%;
	left: 0;
	bottom:0;
	position: absolute; 
	/*top: 100%;*/
}
#banners .banner .items div{
	display:none;
}


#banners > div .items{
	background: #0096D6;
}

/*#banners > div:nth-child(1) .items{
	background: #0096D6;
}

#banners > div:nth-child(2) .items{
	background: #008424;
}

#banners > div:nth-child(3) .items{
	background: #822980;
}*/

#banners button{
	position: absolute;
	z-index: 9999;
	top:55%;
	background: #000;
	/*background: #000 url("../images/inf_img_8.png") no-repeat;*/
	border: 1px solid #000;
	opacity: 0.8;
	width: 50px;
	height: 70px;
}

#banners button[value="previous"]{
	left: 0;
}

#banners button[value="next"]{
	right: 0;
}

#banners button[value="previous"]:before{
	content: "\e614";
}

#banners button[value="next"]:before{
	content: "\e615";
}

#banners button[value="previous"]:before,
#banners button[value="next"]:before{
  font-family: 'hp-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 50px;
}

/* End Items Container*/

/* End Banner Styles*/

@media screen and (min-width: 801px) {

.banner .items{
	opacity: 0.8;
	padding: 25px 50px 25px 35px;
	position: relative;
	left: 5%;
	top: 100px;
}
.banner .items{
	width: 350px;
}

.items h6{
	margin-bottom: 10px;
}

.items div{
	margin-top: 10px;
	border-top: 1px solid #fff;
	padding-top:15px;
	display: block!important;

}

.banner .items h2{
    margin: 0 !important;
    padding-bottom: 20px;
}

.banner .items h2 span{
	margin-left: 5px;
}

#banners h2 span:before{
	content: "\e615";
	font-family: 'hp-icons';
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 20px;
}

.banner .items h2:hover span{
	margin-left: 20px;
}

.banner .items a:hover{
	text-decoration: underline;
}

#banners .banner .items div{
	width:100%;
}

#banners .banner .items div span{
	width:50%;
	display:inline-block;
	margin-right:-4px;
	padding: 10px 0;
}


	
}

@media screen and (min-width: 801px) {
	.banner .items{
	opacity: 0.8;
	padding: 25px 50px 25px 35px;
	position: relative;
	left: 5%;
	top: 100px;
	}
	.banner .items{
		width: 350px;
	}

	.items h6{
		margin-bottom: 10px;
	}

	.items div{
		margin-top: 10px;
		border-top: 1px solid #fff;
		padding-top:15px;

	}

	.banner .items h2{
	    margin: 0 !important;
	    padding-bottom: 20px;
	}

	.banner .items h2 span{
		margin-left: 5px;
	}

	#banners h2 span:before{
		content: "\e615";
		font-family: 'hp-icons';
		speak: none;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
		font-size: 20px;
	}

	.banner .items h2:hover span{
		margin-left: 20px;
	}

	.banner .items a:hover{
		text-decoration: underline;
	}

	#banners .banner .items div{
		width:100%;
	}
	#banners .banner .items div span{
		width:50%;
		display:inline-block;
		margin-right:-4px;
		padding: 10px 0;
	}

}




	

