@font-face {
  font-family: "Intelligent Design - AvertaCY-Black";
  src: url("../fonts/Intelligent Design - AvertaCY-Black.otf")
}
@font-face {
  font-family: "Intelligent Design - AvertaCY-Bold";
  src: url("../fonts/Intelligent Design - AvertaCY-Bold.otf")
}
@font-face {
  font-family: "Intelligent Design - AvertaCY-Light";
  src: url("../fonts/Intelligent Design - AvertaCY-Light.otf")
}
@font-face {
  font-family: "AvertaCY-Black";
  src: url("../fonts/AvertaCY-Black.woff")
}
@font-face {
  font-family: "AvertaCY-Bold";
  src: url("../fonts/AvertaCY-Bold.woff")
}
@font-face {
  font-family: "AvertaCY-Light";
  src: url("../fonts/AvertaCY-Light.woff")
}
body {
font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
background-color:#ffffff;	
color: #000000;
text-align: center;
}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
}
h1 {
  
  font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
  font-size: 80px;
  line-height: 55px;
  text-align: center;
}

h2 {
	font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
  	font-size: 35px;
	line-height: 42px;
	text-align: center;
	margin-top: -40px;
}

h3  {
  
  font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
  text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	padding: 40px 40px 0 40px;
}

.bigprice {
	font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
  	font-size: 20px;
	line-height: 24px;
}
.price {
	font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
	font-size: 35px;
	line-height: 42px;
	text-align: left;
	padding: 40px 40px 0 40px;
	color: #b09156;
}
.curency {
	font-size: 22px;
	font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
}
	

p {
	font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 0px 40px;
}

.apad {
	text-decoration: none;
	border-radius: 30px;
	float: left;
	padding-left: 40px;
}
.button2 {
	display: block;
	width: 160px;
	margin: 20px auto;
	font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 30px;
	float: left;
}

img {
	max-width:100%;
	height:auto;
    }
* {
	box-sizing: border-box;
}

	
.wraplp {
  position: relative;
  max-width: 960px;
  display: block;
  margin: 30px auto;
}


.wrapsection {
    margin: 0px auto;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}

.hero {
	width: 50%;
	float: left;
	color: #4a4a4a;
	text-align: left;
	margin: 0px;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
.hero7 {
	width: 520px;
	float: left;
	color: #4a4a4a;
	text-align: right;
	margin: 0px;
}
.hero7:after {
  content: "";
  display: table;
  clear: both;
}
.hero3 {
	width: 300px;
	float: left;
	color: #4a4a4a;
	text-align: right;
	margin-bottom: 30px;
}
.hero3:after {
  content: "";
  display: table;
  clear: both;
}
.divider {
	width: 100%;
	float: left;
	margin: 0px;
}


/*********************
RESPONSIVE
*********************/
@media (min-width: 240px) and (max-width: 1119px) {
  .half.wraps {
    width: 96%;
  }
    .needlp .half.wraps {
    width:96%;
  }
}



@media all and (max-width : 960px) {

h1 {
  font-size: 8vw;
  line-height: 5.5vw;
}

.wraplp {
  margin: 3vw auto;
}

h2 {
	font-size: 3.5vw;
	line-height: 4.2vw;
	margin-top: -4vw;
}

h3  {
  
  	font-size: 2.0vw;
	line-height: 2.4vw;
	padding: 4vw 4vw 0 4vw;
}

.bigprice {
	font-size: 2vw;
	line-height: 2.4vw;
}

.price {
	font-size: 3.5vw;
	line-height: 4.2vw;
	padding: 4vw 4vw 0 4vw;
}
.curency {
	font-size: 2.2vw;
}

p {
	font-size: 2vw;
	line-height: 3vw;
	padding: 0vw 4vw;
}

.apad {
	border-radius: 3vw;
	padding-left: 4vw;
}
.button2 {
	width: 16vw;
	margin: 2vw auto;
	font-size: 2vw;
	padding: 1vw 0;
	border-radius: 3vw;
}
.hero7 {
	width: 52vw;
}

.hero3 {
	width: 30vw;
	margin-bottom: 3vw;
}

}