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

input, textarea, buttun {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.wrap {
	min-height: 100%;
	height: 100%;
	/*margin: 0 auto -60px;
    padding: 0 0 60px;*/
    min-height:810px;
}

.left {
	width: 60%;
	position: relative;
	height: 100%;
	float: left;
	min-height:810px;
}

h1, h2 {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}



.banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/fade.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#menu-block {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
}

.menu-block-1 {
	position: absolute;
	width: 140px;
	top: 0;
	height: 100%;
	background-image: url("../img/mbg1.png");
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
	right: -35px;
	z-index: 200;
}

.menu-block-2 {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	background-image: url("../img/mbg2.png");
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
}

#menu {
	height: 280px;
	width: 650px;
	float: right;
	background: url(../img/mbg3.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.mobile-logo .search-widget {
	display: none;
}

#menu p {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
	padding: 10px 140px;
}

#menu ul {
	position: relative; background-color : transparent;
	border: none;
	z-index: 100;
	background-color: transparent;
}

#menu ul {
	padding-left: 30px;
	margin-bottom: 0;
	list-style: none;
	height: 60px;
}

#menu ul>li {
	/*position: relative;*/
	display: block;
	float: left;
	height: 70px;
}

#menu ul>li>a {
	position: relative;
	display: block;
	padding: 0px 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 10px;
	margin-right: 55px;
}

#menu ul>li>a:hover, #menu ul>li>a:focus, #menu ul>li.active>a {
	text-decoration: none;
	background-color: #000;
	border-radius: 5px;
}

#menu ul ul {
	/*display: none;*/
	position: absolute;
	width: 580px;
	background-image: url(../img/submenu-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 100px;
	right: -100%;
}

#menu ul ul li {
	float: none;
	height: 30px;
}

#menu ul ul li a {
	color: #000000;
	font-size: 14px;
	text-transform: none;
	line-height: 30px;
}

#menu ul ul li a:hover, #menu ul ul li.active a {
	background-color: transparent;
	color: #0dae4b;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	line-height: 30px;
}

.right {
	width: 40%;
	height: 100%;
	float: right;
	position: relative;
}

header {
	padding: 50px 0 30px 0;
}

.logo {
	display: block;
	text-indent: -9999px;
	height: 100px;
	width: 300px;
	margin: 0 auto;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.mobile-logo {
	display: none;
}

#content {
	margin: 0 auto;
	padding: 0 100px;
	color: #808080;
	font-size: 13px;
	height: calc(100% - 260px);
	overflow: hidden
}

.site-content {
	height:100%;
	overflow-y: scroll;
}

.search-widget {
	margin: 0 0 50px 0;
}

#searchResults {
	height: calc(100% - 150px);
	overflow:auto
}

.search-widget form {
	height: 50px;
	border: 1px solid #000;
}

.search-widget input {
	outline: none;
	height: 48px;
	width: calc(100% - 48px);
	border: none;
	line-height: 50px;
	padding: 0 20px;
}

.search-widget button {
	width: 48px;
	height: 48px;
	float: right;
	border: none;
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.footer {
	height: 60px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.copyright {
	line-height: 20px;
	padding: 20px 100px;
	position: absolute;
	font-size: 13px;
	color: #808080;
}

.multilanguage {
	right: 0;
	position: absolute;
	z-index: 1000;
	width: 250px;
	height: 60px;
	display: block;
	background-image: url(../img/lang.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 20px 80px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #808080;
	background-color: #fff;
	background-image: none;
	border: 1px solid #000;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,
		-webkit-box-shadow ease-in-out .15s;
}

button.btn {
	background-color: #000000;
	color: #ffffff;
	border-radius: 5px;
	padding: 6px 30px;
}

.site-content {
    overflow-y: scroll;
}

@media ( max-width :767px) {
	header {
		display: none;
	}
	h1 {
		color: #fff;
		background-image: url(../img/headding.png);
		background-position: right center;
		background-repeat: no-repeat;
		margin-left: -50%;
		padding: 10px 0 10px 25%;
	}
	.left {
		min-height: auto;
		float: none;
		width: 100%;
		height: auto;
		padding-top: 60px;
	}
	.right {
		float: none;
		width: 100%;
		min-height: calc(100% - 330px);
		height: auto;
		padding-bottom: 100px;
		min-height: auto;
	}
	.menu-block-1 {
		position: absolute;
		top: 0;
		width: 100%;
		background-image: url("../img/mbg1.png");
		background-repeat: no-repeat;
		background-position-x: right;
		background-position-y: top;
		background-size: 20%;
		z-index: 1;
		right: 0;
	}
	.menu-block-2 {
		display: none;
		position: absolute;
		width: 100%;
		top: 0;
		height: 100%;
		background-image: url("../img/mbg2.png");
		background-repeat: no-repeat;
		background-position-x: right;
		background-position-y: bottom;
	}
	#content {
		margin: 0 auto;
		padding: 0;
		color: #808080;
		font-size: 13px;
	}
	.site-index {
		padding: 30px 30px;
	}
	.site-content {
		padding: 30px 30px;
		background-image: url("../img/mbg1.png");
		background-repeat: no-repeat;
		background-position-x: left;
		background-position-y: top;
		background-size: 20%;
		padding-left: 25%;
		overflow: hidden;
	}
	#menu {
		position: relative;
		height: 150px;
		width: 70%;
		float: right;
		background: url(../img/mbg3.png);
		background-repeat: no-repeat;
		background-position: top left;
		z-index: 1;
	}
	#menu ul {
		display: none;
	}
	#menu p {
		color: #ffffff;
		text-transform: uppercase;
		font-size: 13px;
		padding: 10px 80px;
		margin-top: 60px;
	}
	.footer {
		height: 60px;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #000000;
	}
	.copyright {
		display: none;
		line-height: 20px;
		padding: 20px 100px;
		position: absolute;
		font-size: 13px;
		color: #808080;
	}
	.multilanguage {
		right: 0;
		position: relative;
		z-index: 1000;
		width: 124px;
		height: 60px;
		display: block;
		background-image: none;
		background-position: center right;
		background-repeat: no-repeat;
		padding: 20px 0px;
		margin: 0 auto;
	}
	.logo {
		display: none;
	}
	.mobile-logo {
		display: block;
		height: 60px;
		position: absolute;
		width: 100%;
		background-color: #ffffff;
		z-index: 2;
		background-image: url(../img/mbg4.png);
		background-repeat: no-repeat;
		background-size: 70%;
		background-position: right top;
	}
	.mobile-logo .logo {
		display: block;
		height: 60px;
		margin: 0 0 0 5px;
		width: 30%;
		float: left;
	}
	.mobile-logo .search-widget {
		display: block;
		float: left;
		margin: 0;
		width: 45%;
		margin-top: 15px;
		margin-left: 35px;
	}
	.mobile-logo .search-widget form {
		height: 30px;
		border: 1px solid #fff;
	}
	.mobile-logo .search-widget input {
		outline: none;
		height: 28px;
		width: calc(100% - 28px);
		border: none;
		line-height: 30px;
		padding: 0 20px;
	}
	.mobile-logo .search-widget button {
		width: 28px;
		height: 28px;
		float: right;
		border: none;
		background-color: transparent;
		background-image: url(../img/search.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px;
		background-color: #fff;
	}
	.navbar-default {
		display: none;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	a#menu-btn .icon-bar {
		background-color: #fff;
	}
	a#menu-btn .icon-bar {
		display: block;
		width: 30px;
		height: 3px;
		border-radius: 1px;
		margin-bottom: 6px;
	}
	a#menu-btn {
		display: block;
		width: 35px;
		height: 35px;
		padding: 0;
		position: absolute;
		top: 19px;
		right: 10px;
	}
}

@media ( max-width :320px) {
	.mobile-logo .search-widget {
		display: block;
		float: left;
		margin: 0;
		width: 40%;
		margin-top: 15px;
		margin-left: 35px;
	}
	.mobile-logo .search-widget input {
		outline: none;
		height: 28px;
		width: calc(100% - 28px);
		border: none;
		line-height: 30px;
		padding: 0 20px;
		font-size: 10px;
	}
	.mobile-logo .search-widget button {
		width: 28px;
		height: 28px;
		float: right;
		border: none;
		background-color: transparent;
		background-image: url(../img/search.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 15px;
		background-color: #fff;
	}
	a#menu-btn {
		display: block;
		width: 35px;
		height: 35px;
		padding: 0;
		position: absolute;
		top: 19px;
		right: 5px;
	}
	#menu p {
		color: #ffffff;
		text-transform: uppercase;
		font-size: 10px;
		padding: 10px 40px 0px 60px;
		margin-top: 60px;
	}
}