.web-shop h1,
.web-shop h2{
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-top: 30px;
}
.web-shop h3 {
	font-size:16px;
	line-height:22px;
	font-weight:300;
}
.web-shop .row:after {
  content: "";
  display: table;
  clear: both;
}
.web-shop h2{
	text-align: left;
}
.web-shop .column{
	width: 50%;
}
.why-to-join{
	width: 100%;
}
.why-to-join:after {
  content: "";
  display: table;
  clear: both;
}
.why-to-join li{
	margin-top:30px;
	position: relative;
	padding-left: 105px;
}
.why-to-join li:after {
  content: "";
  display: table;
  clear: both;
}
.why-to-join li+li{
	margin-top: 18px;
}
.why-to-join img{
	float:left;
	margin-left: -105px;
}
.why-to-join p,
.what-you-get li{
	font-size: 16px;
	line-height: 21px;
	margin-top: 7px;
}
.what-you-get{
	padding: 30px 30px 30px;
}
.row.bottom{
	margin-top:30px;
	background:#DDE5E8;
	border:1px solid #D5D5D5;
}
.what-you-get ul{
	margin-top: 10px;
}
.what-you-get li{
	margin-bottom: 20px;
	padding-left: 30px;
}
.what-you-get li:after {
  content: "";
  display: table;
  clear: both;
  margin-top:10px;
}
.what-you-get li:before{
	content: "";
	background-image: url("../images/salespage-bullet.png");
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-top: -5px;
	margin-left: -55px;
}
.what-you-get li:before img{
	width: 100%;
	height: 100%;
}
.contact-us{
	background: #fff;
	border-left:1px solid #D5D5D5;
	padding: 30px 85px 84px;
	
}
.row.bottom h2{
	margin-top: 0;
}
.contact-us label{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #000;
}
.contact-us input{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}
.contact-us .primary-button{
	width: 100% !important;
	font-size: 16px;
	margin-top: 20px;
}
.contact-us:after {
  content: "";
  display: table;
  clear: both;
}
.web-shop .laptop-img{
	max-width:550px;
	margin-top:20px;
}
.web-shop-icons {
	margin-top:-20px;
}
.web-shop-icons {
	margin-top:0px;
}
.flags {
	width:100%;
}
/*START RESPONSIVE STYLES FOR SALES PAGE*/

	/* START TABLETS*/
	@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

		.web-shop .row.bottom{
			margin-top: 0px;
		}
		.web-shop .row.bottom .column{
			width: 100%;
		}
		.web-shop .column{
			width:100%;
		}
		.contact-us{
			border-left: 0;
		}
		.web-shop .laptop-img{
			width: 100%;
			max-width:500px;
			height: auto;
			margin:0 auto;
			margin-bottom:30px;
			text-align:center;
			display:block;
		}
		.what-you-get ul{
			margin-top: 30px;
		}
		.what-you-get li{
			margin-bottom: 20px;
			padding-left: 55px;
		}
		.why-to-join {
			max-width:500px;
			text-align:left;
			margin:0 auto;
		}
		.why-to-join li{
			margin-top:40px;
		}
		.flags {
			width:100%;
			max-width:600px;
			margin:0 auto;
			text-align:center;
			display:block;
		}
	}
	/*END TABLETS*/


	/*START PHONES*/
	@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
		.web-shop .column{
			width: 100%;
		}
		.why-to-join li{
			padding-left: 0;
			text-align: center;
			margin-top:20px;
		}
		.why-to-join li h2{
			text-align: center;
			margin-top: 15px;
		}
		.why-to-join li img{
			float: none;
			margin-left: 0;
			margin-top: 30px;
			width: 40px;
  			height: auto;
		}
		.why-to-join li+li{
			margin-top: 0;
		}
		.what-you-get,
		.contact-us{
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 20px;
		}
		.web-shop .laptop-img{
			display: block;
		}
		.web-shop-icons {
			margin-top:0px;
			width:75px !important;
		}

		.web-shop-icons {
			margin-top:0px;
			margin-bottom:20px;
			width:100px !important;
		}
	}
	/*END PHONES*/

/*END RESPONSIVE STYLES FOR SALES PAGE*/


