body,html {
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-image: url('../images/background.jpg');
	font-family: 'Open Sans',sans-serif;
	color: #FFF;
	line-height: 30px;
}

img {
	max-width: 100%;
}

a, a:hover {
	color: #FFF !important;
	text-decoration: none;
}

.noScroll {
	overflow: hidden;
}

.divider {
	margin: 0 10px;
}

.container {
	max-width: 100%;
}

.logo {
	margin: 50px auto 0;
}

.logo img {
	max-width: 100%;
}

.lang {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 20px;
}

.lang span {
	margin-right: 10px;
	cursor: pointer;
}

.block {
	line-height: 35px;
}

.block a:hover {
	color: #000 !important;
}

.block a:hover i {
	color: #FFF !important;
}

.searchbox {
	margin: 40px 0 35px;
	width: 100%;
	float: left;
}

.searchbox input.search-input,
.searchbox input.search-input:focus,
.searchbox input.search-input:active {
	margin-right: 50px !important;
	width: 90%;
	font-size: 30px;
	color: #FFF;
	padding: 10px;
	min-height: 75px;
	background-color: transparent !important;
	text-align: center;
	border: none !important;
	outline: none;
	box-shadow: none;
}

.searchbox .close i {
	font-size: 50px;
	color: #FFF !important;
	opacity: 1 !important;
	margin: 10px 0;
}

.close {
	opacity: 1 !important;
}

.mainboxes {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.mainbox {
	color: #FFF;
	min-height: 200px;
	display: block;
}

.mainbox a {
	background: rgba(17,57,111,.6);
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 20px;
    padding: 15px 10px;
    transition: all 200ms ease;
    color: #fff;
    border-radius: 5px;
}

.mainbox i {
	padding: 20px;
    font-size: 40px;
    opacity: 1;
    border: 2px solid #FFF;
    border-radius: 100%;
    text-align: center;
    width: 90px;
    margin-bottom: 15px;
}

.mainbox hr {
	margin: 10px 0;
}

.mainbox p {
	padding: 5px 0 0;
	font-size: 25px;
	margin: 0;
	vertical-align: middle;
}

.mainbox a:hover {
	background-color: #FFF;
	transition: all 300ms ease;
	color: #000 !important;
}

.mainbox a:hover .divider {
	background-color: #000 !important;
}

.mainbox a:hover i {
	color: #000 !important;
	opacity: 1;
	border: 2px solid #000;
}

.mainbox .divider {
	height: 1px;
    background-color: #FFF;
}

.langselector {
	background: #848c84;
    background: rgba(132,140,132,.9);
    position: fixed;
    z-index: 1000002;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    transition: all 400ms ease-out;
    transform: translateY(-200%);
}

.langselector.active {
	transform: translateY(0%);
}

.langselector .container {
	width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.langselector .closer {
	position: absolute;
    top: 25px;
    right: 20px;
    width: 70px;
    height: 70px;
    display: block;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 300ms ease;
    overflow: hidden;
    transition-duration: .8s;
    transition-property: transform;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
    text-align: center;
    cursor: pointer;
}

.langselector .closer i {
	cursor: pointer;
	color: #333;
	font-size: 50px;
}

.langselector .wrapper {
	position: relative;
}

.langselector ul {
	position: relative;
    margin-top: 312.5px;
    top: -120px;
}

.langselector ul li {
	text-align: center;
	list-style-type: none;
}

.langselector ul li a {
	font-size: 22px;
    line-height: 22px;
    display: block;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    transition: all 300ms ease;
}

.langselector ul li a:hover {
	color: #848c84;
}