body {
	margin: 0;
	font-family: "lato", sans-serif;
	color: #757575;
}
section {
  	position: relative;
  	background-color: black;
  	height: 100vh;
 	width: 100%;
  	overflow: hidden;
}	
section .overlay-wcs {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background-image: url(../img/bg-overlay.png);
}
video {
  	position: relative;
  	top: 50%;
  	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#title {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}
#title img {
    width: 350px;
}
#subtitle {
	position: absolute;
}
a {
	color: #757575;
	font-size: 12px;
	line-height: 12px !important;
	padding: 0px;
	margin: 0px;
}	
h1,h2,h3,h4,h5 {
	color: #B3812C;
	font-size: 12px;
	line-height: 12px !important;
	padding: 0px;
	margin: 0px;
}
p {
	color: #757575;
	font-size: 12px;
	line-height: 12px !important;
	padding: 0px;
	margin: 0px;
}
.country_wrap {
	position: absolute; 
	width: 100%; 
	vertical-align: middle; 
	top: 30%;
	left: 0;
}
.country__wrap {
	width: 100%; 
	min-width: 110px; 
	max-width: 800px; 
	display: block; 
	margin: 60px auto; 
	text-align: center;
}
.countrybox {
	width: 14%; 
	display: inline-block;
	padding: 0px 20px;
}
.countrybox_my {
	max-width: 110px; 
	margin: auto;
}
.countrybox_my a {
	text-decoration: none;
	color: #757575;
}
.countrybox_my a:hover img {
	box-shadow: 0 3px 25px #98772c;
	width: 80%;
	border-radius: 50%;
}
.countrybox_my img {
	margin: 0 auto; 
	width: 80%; 
	cursor: pointer;
}
.providers {
	text-align: center;
	padding-top: 50px;
	color: #757575;
	position: relative;
}
.providers_img_wrap {
	width: 800px;
   	max-width: 80%;
	margin: auto;
}
.providers_img_wrap img {
	filter: gray;
	-webkit-filter: grayscale(1);
	max-height: 45px;
	padding: 10px;
}
.content {
	overflow-y:scroll; 
	overflow-x:hidden; 
	height:200px; 
	width: 800px;
	font-size: 12px;
	line-height: 12px !important;
	margin-left: auto;
	margin-right: auto;
}
.content::-webkit-scrollbar {
	display: none;
}
html::-webkit-scrollbar {
	display: none;
}
@media only screen and (max-width: 767px) {
	#title {
		top: 10%;
	}
	#title img {
		width: 250px;
	}
	.country_wrap {
		top: 20%;
	}
	.country__wrap {
		margin: 40px auto; 
		text-align: center;
	}
	.providers {
		padding-top: 30px;
	}
	.providers_img_wrap img {
		max-height: 35px;
		padding: 5px 0px;
	}
	.content {
		overflow-y:scroll; 
		overflow-x:hidden; 
		height:200px; 
		width: 350px;
		font-size: 12px;
		line-height: 12px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.countrybox {
		width: 22%;
	}
	.countrybox {
		padding-bottom: 20px;
	}
}