@viewport {
  width: device-width;
  zoom: 1;
}

html { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: inherit;
	transtion: color 1s ease;
}

a:hover {
	color: #a4cc39;
}

h1 {
	font-size: 46px;
	line-height: 54px;
	font-weight: bold;
	padding-right: 8%;
	padding-left: 8%;
}

h2 {
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	padding-right: 8%;
	padding-left: 8%;
}

h3 {
	font-size: 10.5px;
	line-height: 13.5px;
	font-weight: bold;
	padding-right: 8%;
	padding-left: 8%;
}

h4 {
	font-size: 15.5px;
	line-height: 18.5px;
	font-weight: bold;
	padding-right: 8%;
	padding-left: 8%;
}

p {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 8%;
	padding-left: 8%;
}

header {
	width: 100%;
	height: 53px;
	background-color: #303030;
	position: fixed;
}


.right {
	float: left;
	height: 66.66666vh;
	background-color: #fff;
	padding-top: 53px;
	min-height: 500px;
}

.left {
	width: 75%;
	float: left;
	height: 66.66666vh;
	background-color: #a4cc39;
	padding-top: 53px;
	min-height: 500px;
	background-image: url("../img/green-px.jpg")
}

.descript {
	width: 50%;
	float: left;
	background-color: #fff;
	padding-top: 53px;
}

.brands {
	width: 50%;
	float: left;
	background-color: #fff;
	padding-top: 53px;
}


ul { 
	width: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	max-width: 1600px;

}

li {
	margin: 0px;
	padding: 0;
	min-height: 275px;
	overflow: auto;
	float: left;
	text-align: left;
	list-style-type: none;
}

li.header {
	width: 25%;
	width: calc(100%/4);
	min-height: 0;
	padding-top: 3px;
}

.col {
	width: 25%;
	width: calc(100%/4);
}

.col-three {
	width: 33.33333%;
	width: calc(100%/3);
}



video {
	max-height: 100%;
	max-width: 100%;
}
/*
.webkit .left {
  background-color: black
}*/

/*video#bgvid {
position: relative;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: 0;
background: url(../img/green-px.jpg) repeat;
background-size: cover;
}*/

.work {
	background-color: #fff;
}

.green {
	color: #a4cc39;
}

.white {
	color: #fff;
}

.charcoal {
	color: #303030;
}

.center {
	text-align: center;
}

.button-text {
	margin: 0;
}

button {
	border: none;
	box-decoration-break: none;
	background-color: #a4cc39;
	margin: 30px 0 0 8%;
	height: 32px;
	width: 130px;
}

img {
	display: block;
}

img.logo {
	display: block;
	padding: 10px 0 0 8%;
}

img.equal {
	display: block;
	padding: 35px 0 0 8%;
}

.about {
	background-color: #a4cc39; 
}

.work {
	background-color: #303030; 
}

.contact {
	background-color: #fff; 
}

.container {
	width: 100%;
	overflow: auto;
	padding-top: 40px;
	padding-bottom: 80px;
}

.container-2 {
	width: 100%;
	overflow: auto;
	padding-top: 40px;
}


.sm {
	display: none;
}

.mobile {
	display: none;
}


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

.col {
	width: 33.33333%;
	width: calc(100%/3);
}

.left {
	width: 66.66666%;
	width: calc(100%*2/3);
}


}

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

.col {
	width: 50%;
	width: calc(100%/2);
}

.lg {
	display: none;
}

.sm {
	display: block;
}

.col-three {
	width: 100%;
/*	width: calc(100%/2);*/
}

.left {
	width: 50%;
	width: calc(100%/2);
	background-image: url("../img/green-px.jpg");
}

.half-on-mobile {
	width: 50%;
	float: left;
	overflow: auto;
}

li {
	min-height: 0;
}

}

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

.col {
	width: 100%;
}

.col-three {
	width: 100%;
}

.left {
	width: 100%;
	height: 300px;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/video-background-mobile.jpg);
}

 

.right {
	padding-top: 0;
	overflow: auto;
	padding-bottom: 80px;
	min-height: 0;
	height: auto;
}

.descript {
	padding-top: 0;
	overflow: auto;
	padding-bottom: 80px;
	min-height: 0;
	height: auto;
}

li {
	min-height: 0;
}
.half-on-mobile {
	width: 100%;
	float: left;
	overflow: auto;
}

.no-mobile {
	display: none;
}
li.header {
	width: 100%;
}

img.logo {
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.mobile {
	display: block;
}

.brands {
	width: 100%;
}

.descript {
	width: 100%;
}

}
