@font-face {
  	font-family: Quicksand-Bold;
  	src: url(Quicksand-Bold.ttf);
}
@font-face {
  	font-family: Quicksand-Regular;
  	src: url(Quicksand-Regular.ttf);
}
@font-face {
  	font-family: Merriweather;
  	src: url(Merriweather-VariableFont.ttf);
}

body {
  background: white;
  color: #fff;
  font-family: "Quicksand-Regular", Helvetica, Arial, "sans-serif";
  -webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}
img {
  max-width: 100%;
  height: auto; }


a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
  background: transparent; }

strong {
  font-weight: 700; }


/*=============    Support Classes    =================*/
.center {
  text-align: center; }

.oh {
  overflow: hidden; }

.noHover{
    pointer-events: none;
	opacity: 0.4;
}


/*========================================================
                    HEADER Section
=========================================================*/

.header-bg {
	background: #00AA5B;
	background: -webkit-linear-gradient(left, rgba(0, 170, 91, 1) 0%, rgba(0, 106, 50, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 170, 91, 1) 0%, rgba(0, 106, 50, 1) 100%);
	background: linear-gradient(to right, rgba(0, 170, 91, 1) 0%, rgba(0, 106, 50, 1) 100%);
	height: 280px;
}
.header-bg-graf {
	background-image:url("img/header-graphic.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.header{
	position:relative;
	width:100%;
	height:250px;
	text-align:center;
	padding: 40px 0 0 0;
	z-index:100;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.header p{
	margin: 0 0 20px 0;
}
.header-text h1{
	font-family: "Quicksand-Bold", Helvetica, Arial, "sans-serif";
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 0 0;	
}
.header-text {
	font-family: "Quicksand-Regular", Helvetica, Arial, "sans-serif";
	font-size: 23px;
	color: #fff;
	z-index: 10;
	letter-spacing: 5px;
}
.mob-header {
	display: none;
}
@media (max-width: 650px) {
	.header-text h1{
		font-size: 25px;
		margin: 10px 0 0 0;	
	}
	.header-text {
		font-size: 20px;
	}
}
@media (max-width: 450px) {
	.header-text {
		display: none;
	}
	.pro-logo {
		display: none;
	}
	.header-bg {
		height: auto;
	}
	.header {
		height: auto;
	}
	.header img {
		margin-bottom: 20px;
	}
	.mob-header {
		display: block;
		background-image:url("img/mob-header-bg.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 40px 0;
	}
	.mob-header-text {
		font-family: "Quicksand-Regular", Helvetica, Arial, "sans-serif";
		font-size: 12px;
		color: #000;
	}
	.mob-header-text h1 {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;	
	}
	.mob-header-text p {
		margin: 0 0 10px 0;	
	}
	
}



/*========================================================
                    CONTENT Section 
=========================================================*/

.page{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.content{
	position: relative;
}

.video-section {
	background-color: #fff;
	background-image: url("img/video-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 580px;
	padding-top: 40px;
}
.video-text {
	font-family: "Quicksand-Bold", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.video-box {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
}
.video-container {
	position: relative;
	width: 100%;	
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
 	 right: 0;
  	width: 100%;
  	height: 100%;
  	border: none;
}
@media (max-width: 840px) {
	.video-section {
		height: 420px;
	}
}
@media (max-width: 520px) {
	.video-section {
		height: 380px;
	}
}
@media (max-width: 450px) {
	.video-section {
		background-image: none;
		height: auto;
		padding: 0 0 20px 0;
	}
	.video-text {
		margin: 0;
		padding: 20px 0;
	}
}

.description-section {
	background-color: #fff;
	background-image: url("img/description-bg.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 520px;
	position: relative;
}

.description-flak {
	width: 100%;
	height: 240px;
	background: rgba(230, 231, 232, 0.8);
	background: -webkit-linear-gradient(90deg, rgba(230, 231, 232, 0.9) 0%, rgba(230, 231, 232, 0.9) 100%);
	background: -moz-linear-gradient(90deg, rgba(230, 231, 232, 0.9) 0%, rgba(230, 231, 232, 0.9) 100%);
	background: linear-gradient(90deg, rgba(230, 231, 232, 0.9) 0%, rgba(230, 231, 232, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E6E7E8CC", endColorstr="#E6E7E8CC", GradientType=1);
	position: absolute;
	bottom: 0px; 
}
.description-box {
	width: 1023px;
	margin: 0 auto;
}
.boxs {
	width: 341px;
	text-align: center;
	color: #000;
	float: left;
}
.boxs h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
}
.boxs p {
	font-size: 12px;
	font-weight: lighter;
	padding: 0 30px;
}
.mob-description-img {
	display: none;
}
@media (max-width: 1024px) {
	.description-flak {
		height: 280px;
	}
	.description-box {
		width: 840px;
	}
	.boxs {
		width: 280px;
	}
}
@media (max-width: 840px) {
	.description-section {
		height: 480px;
	}
	.description-flak {
		height: 100%;
	}
	.description-box {
		width: 100%;
	}
	.boxs {
		width: 100%;
		float: none;
	}
}
@media (max-width: 520px) {
	.description-section {
		height: 520px;
	}
}
@media (max-width: 460px) {
	.description-section {
		height: 540px;
	}
}
@media (max-width: 450px) {
	.description-section {
		background: none;
		background-color: #fff;
		height: auto;
		padding-bottom: 20px;
	}
	.description-flak {
		background: none;
		background-color: #fff;
		position: relative;
	}
	.mob-description-img {
		display: block;
	}
}
.graphic-section {
	position: relative;
}
.graphic-text {
	font-family: "Merriweather", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	width: 300px;
	position: absolute;
	bottom: 250px;
	left: 50%;
	margin-left: -150px;
	display: block;
}
.graphic-text2 {
	font-size: 25px;
	margin-top: 15px;
}
.mobil-graf {
	display: none;
}
.mob-grafic {
	display: none;
}
.button-box {
	width: 202px;
	position: absolute;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.button-box span{
	font-size: 14px;
}
.box1 {
	top: 280px;
	left: -620px;
	margin-left: 50%;
	color: #115fbf;
}
.box2 {
	top: 280px;
	right: -620px;
	margin-right: 50%;
	color: #008a47;	
}
.button1 {
	font-family: "Quicksand-Regular", Helvetica, Arial, "sans-serif";	
	border: 1px solid #115fbf;
	border-radius: 40px;
	color: #115fbf;	
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px 0px;
	cursor: pointer;
	width: 200px;
	
}
.button2 {
	font-family: "Quicksand-Regular", Helvetica, Arial, "sans-serif";	
	border: 1px solid #008a47;
	border-radius: 40px;
	color: #008a47;	
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px 0px;
	cursor: pointer;
	width: 200px;
	
}
.button1:hover {
	background-color: #115fbf;
	color: #fff;
	transform: scale(1.1)
}
.button2:hover {
	background-color: #008a47;
	color: #fff;
	transform: scale(1.1)
}
@media (max-width: 1380px) {
	.graphic-text {
		bottom: 230px;
	}
}
@media (max-width: 1300px) {
	.button-box {
		position: relative;
	}
	.box1 {
		top: 20px;
		left: -210px;
		margin-left: 50%;
	}
	.box2 {
		top: -85px;
		left: 10px;
		margin-left: 50%;
		margin-right: 0;
		right: 0;
	}
	.mobil-graf {
		display: block;
		margin-top: -50px;
	}
	.desktop-graf {
		display: none;
	}
	.graphic-text {
		display: none
	}
}
@media (max-width: 450px) {
	.graphic-section {
		background-image:url("img/mob-graphic-bg.png");
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;		
	}
	.box1 {
		margin: 0px auto;
		padding-top: 95%;
		top: 0px;
		left: 0px;
	}
	.box2 {
		margin: 0px auto;
		padding-bottom: 95%;
		top: 0px;
		right: 0px;
		left: 0px;
	}
	.mobil-graf {
		display: none;
	}
	
	.mob-grafic {
		display: block;
		margin: 10px auto;
	}
}

.stamp-section {
	margin: -100px 0 40px 0;
	position: relative;
}
.stamp-text {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	color: #132462;
	font-family: "Merriweather", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
}
.stamp-line1 {
	font-size: 14px;
	line-height: 16px;
}
.stamp-line2 {
	font-size: 20px;
	line-height: 18px;
}
@media (max-width: 450px) {
	.stamp-section {
		margin: 0 0 40px 0;
	}
}

@-webkit-keyframes rotating {
    from{
    	-webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 20s linear infinite;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
	font-size: 13px;
  	text-align: center;
  	color:#000;
	background-color: #fff;
 	margin:0;
	width: 100%;
	height: 40px;
}
.footer a:hover{
	text-decoration:underline;
}
