﻿
/* top stuff */

#hp_top {
	height: auto;
	margin: 0 auto;
	width: 100vw;
	position: relative;
	top:0px;
	clear: both;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
}

.hp_top_banner {
	position: relative;
	top: 0vw;
	margin-left: auto;
	margin-right: auto;
	width: 100vw;
}

	.hp_top_banner img {
		width: 100vw;
	}

#lnkBnr img:hover {
	cursor: pointer;
}


.hp_trust {
	margin-left: auto;
	margin-right: auto;
	margin-top:-1vw;
	width: 100vw;
}

	.hp_trust img {
		width: 100vw;
	}


.hp_2ndBanner {
	width: 100vw;
	height: 56vw;
	display: inline-block;
	position: relative;
	top: 0vw;
}

.hp2_2ndBanner_boxes {
	position:absolute;
	top: 5vh;
	left:0;
	right:0;
	width: 1300px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
}

.hp2_2ndBanner_lhs {
	background: url(../../../Images/Main/home_box.png) no-repeat right 0px top 0px;
	background-size: 600px 535px;
	width: 600px;
	height: 535px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background-color: transparent;
	font-family: "Avenir Next Regular";
	color: #000;
}

.hp_2ndBanner_header {
	margin:auto;
	margin-top: 40px;
	width: 500px;
	color: #000;
	font-size: 19pt;
	text-align:center;
}

.hp_2ndBanner ul {
	margin-top: 10px;
	float:left;
	margin-left: 40px;
	height: 300px;
	width: 450px;
	list-style-type: none;
	display: inline-block;
	z-index: 99;
}

	.hp_2ndBanner ul li {
		display:  inline-block;
		text-align:left;
		padding: 20px 0px 10px 0px;
	}

.hp_2ndBanner_text {
	color: #000;
	width: 450px;
	font-size: 15pt;
	font-weight: normal;
	font-family: "Avenir Next Regular";
	height: 18pt;
	line-height: 18pt;
	background: url(../../../Images/Main/Arrow.png) left top no-repeat;
	background-size: 6pt 15pt;
	padding-left: 20px;
}

.hp2_2ndBanner_lhs_hiw {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 360px;
	height: 80px;
	background-color: transparent;
	color: #000;
}

.hp2_2ndBanner_lhs_hiw img {
	width: 360px;
}

.hp2_2ndBanner_rhs {
	float: right;
	background: url(../../../Images/Main/home_box.png) no-repeat right 0px top 0px;
	background-size: 600px 535px;
	width: 600px;
	height: 535px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: transparent;
	font-family: "Avenir Next Regular";
	color: #000;
}

.hp2_2ndBanner_rhs_header {
	margin:auto;
	margin-top: 40px;
	left: 50px;
	width: 500px;
	color: #000;
	font-size: 19pt;
	text-align: center;
}

.hp2_2ndBanner_rhs_pic {
	display: inline-block;
	margin: auto;
	margin-top: 60px;
	height: 114px;
	width: 250px;
}

	.hp2_2ndBanner_rhs_pic img {
		width: 250px;
		vertical-align: middle;
	}

.hp2_2ndBanner_rhs_text {
	display: inline-block;
	margin: auto;
	margin-top: 140px;
	font-size: 15pt;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-family: "Avenir Next Regular"
}

	.hp2_2ndBanner_rhs_text a {
		color: #000;
		font-weight: bold;
		cursor: pointer;
	}


.hp2_2ndBanner_rhs_sub {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 360px;
	height: 80px;
	background-color: transparent;
	color: #000;
}

	.hp2_2ndBanner_rhs_sub img {
		width: 360px;
	}

.hp2_2ndBanner_discounts {
	position: absolute;
	bottom: 2vw;
	left: 0vw;
	width: 100vw;
	color: #000;
	font-size: 2.0vw;
	background-color: transparent;
	z-index:1;
}

	.hp2_2ndBanner_discounts img {
		width: 100vw;
	}


/* end of top stuff */

/* discounts stuff */
.hp_discounts {
	position: relative;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fff;
}

.hp_disc_flex-container {
	display: flex;
	flex-direction: row;
	position: relative;
	top: 0vw;
	left: 50%;
	transform: translateX(-50%);
	width: 1300px;
	align-items: center;
	justify-content: center;
}

	.hp_disc_flex-container > div {
		width: 214px;
		margin: 2px 2px 2px 2px;
	}

		.hp_disc_flex-container > div img {
			width: 100%;
		}


/* end of discounts stuff */

/*   home page blog/slider stuff */

#hp_blog {
	position: relative;
	top: 0vw;
	left: 0vw;
	width: 100vw;
	height: 34vw;
	overflow: hidden;
	margin-bottom: 10vw;
	z-index: 99;
}

.hp_blog_header {
	width: 100vw;
	margin-top: 1vw;
	text-align: center;
	font-family: "Avenir Next Regular";
	font-size: 30pt;
}
	.hp_blog_header a {
		color: #000;
		/*font-size: 3vw;*/
		font-size: 30pt;
		text-decoration: none;
	}

		.hp_blog_header a:hover {
			cursor: pointer;
		}

#hp_slider1_container {
	position: absolute;
	top: 3vw;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 442px;
	overflow: hidden;
}

#hp_slides {
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 1200px;
	height: 442px;
}

.hp_sliderlinks_imgs {
	width: 1200px;
	height: 442px;
}

	.hp_sliderlinks_imgs img {
		width: 1200px;
		height: 442px;
	}

	.hp_sliderlinks_imgs a:hover {
		cursor: pointer;
	}

.hp_slider_imgs {
	width: 1200px;
	height: 442px;
}

	.hp_slider_imgs img {
		width: 1200px;
		height: 442px;
	}

/*  end of blog/slider stuff */


#FAQ_Container, #privacy_Container {
	width: 50vw;
	height: 100%;
	position: relative;
	top: 0vw;
	left: 0vw;
	margin: 0 auto;
	margin-bottom: 30vw;
	clear: both;
	z-index:20;
}

	#FAQ_Container a {
		color: #000;
		text-decoration: none;
		font-size: 15pt;
	}

.FAQinvis {
	display: none;
	border: none;
}

.FAQvis {
	display: inline;
	width: 50vw;
	float: left;
	padding-left: 25vw;
}


.FAQ_centre_header {
	width: 50vw;
	margin-top: 100px;
	text-align: center;
	color: #000;
	font-size: 37px;
	font-family: "Avenir Next Bold";
}

.FAQ_details {
	position: relative;
	top: 10px;
	left: 0px;
	width: 50vw;
}

.FAQ_hp {
	position: relative;
	top: -42.5vw;
	left: 0px;
	width: 100vw;
	height: 3vw;
	text-align: center;
	font-size: 15pt;
	font-style: italic;
	border: none;
	margin-left: auto;
	margin-right: auto;
	z-index: 13;
}

	.FAQ_hp a {
		text-decoration: underline;
		color: #000;
	}

		.FAQ_hp a:hover {
			cursor: pointer;
			cursor: hand;
		}

.FAQ_bottom {
	font-size: 15pt;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 50vw;
	text-align: center;
}



/* end of html page stuff */
