@font-face {
    font-family: 'Zona Pro Light';
    src: url('../fonts/ZonaPro-Light.woff2') format('woff2'),
        url('../fonts/ZonaPro-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro Regular';
    src: url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
        url('../fonts/ZonaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro SemiBold';
    src: url('../fonts/ZonaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/ZonaPro-SemiBold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Bold';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
        url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Black';
    src: url('../fonts/ZonaPro-Black.woff2') format('woff2'),
        url('../fonts/ZonaPro-Black.woff') format('woff');
    font-style: normal;
}
body {
font-family: "Zona Pro Light", Arial;
background-image: url("../lpimg/bkg_image.jpg");
background-repeat: no-repeat;
background-attachment: fixed;	
background-position: center;
color: #ffffff;
margin: 0;

}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

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

h1 {
  font-family: "Zona Pro Bold", Arial;
  font-weight: 100;
  text-align: center;
  font-size: 2.4vw;
  line-height: 3.2vw;
  color:#ffffff;
  padding: 2%;
  }
h2 {
  font-family: "Zona Pro Black", Arial;
  font-weight: 100;
  text-align: center;
  color:#ffffff;
  font-size: 2vw;
  line-height: 2.2vw;
  padding: 5%;
  }
.price {
  font-size: 7vw;
  line-height: 7vw;
}

h3 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 1.4vw;
  line-height: 1.7vw;
  text-align: right;
  padding: 0 10% 0 0;
  color:#ffffff;
}
h4 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 1.4vw;
  line-height: 1.6vw;
  text-align: left;
  color:#ffffff;
  
}
p {
  font-family: "Zona Pro Light", Arial;
  text-align: left;
  font-size: 1vw;
  line-height: 1.3vw;
  color:#000000;
  padding: 3%;
}

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

.spacer {
	display: block;
	height: 20px;
	width: 100%;
	}


.dark {
	font-family: "Zona Pro Bold", Arial;
}
.darker {
	font-family: "Zona Pro Black", Arial;
}
.lighter {
	font-family: "Zona Pro Light", Arial;
}

.hero {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
.herohalf {
	width: 50%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.herohalf:after {
  content: "";
  display: table;
  clear: both;
}

.hero25 {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0px auto;
	padding:0;

}
.hero25:after {
  content: "";
  display: table;
  clear: both;
}

.hero15 {
	width: 14%;
	float: left;
	text-align: center;

}
.hero15:after {
  content: "";
  display: table;
  clear: both;
}
.hero85 {
	width: 85%;
	float: left;
	margin: 0px;
}
.hero85:after {
  content: "";
  display: table;
  clear: both;
}
.deskt {
	display: block;
}
.mob {
	display: none;
}



/*********************
RESPONSIVE
*********************/


@media all and  (max-width: 600px) {
	
h1 {
  font-size: 5.2vw;
  line-height: 6vw;
  padding: 2%;
  }
		
h2 {
  font-size: 5vw;
  line-height: 6vw;
  padding: 5%;
  }
.price {
  font-size: 15vw;
  line-height: 15vw;
}

h3 {
  font-size: 3vw;
  line-height: 3.5vw;
  text-align: center;
  padding: 2% 10%;
}
h4 {
font-size: 2em;
    line-height: 1.5;
  text-align: left;
 
}		

 
p {
  font-size: 2.3vw;
  line-height: 3vw;
  } 
.hero15 {
	width: 20%;
}
.hero85 {
	width: 80%;
}



.herohalf {
	width: 100%;
}

.deskt {
	display: none;
}
.mob {
	display: block;
}
.hero25 {
	width:100%;
	padding: 0 10%;
}



.spacer {
	height: 1vw;
}

}

.contentbackgroundcolor {
	background-image: url('https://www.avoncosmetics.com.mk/PRSuite/static/campaign/C15/nrep/lpimg/bkg_image.jpg');
	    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

body > table {
	width: 960px;
}
