.navigation {
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	padding: 7px 0;
	text-align: right;
}
.navigation .toggle {
	display: none;
}
.navigation menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	float: right;
	letter-spacing: -0.035em;
}
.navigation menu li {
	display: table-cell;
	text-align: center;
}
.navigation menu li a {
	display: block;
	padding: 0 8px;
	border: 2px solid transparent;
	white-space: nowrap;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #6d6e71;
	transition: all 0.3s ease;
}
.navigation menu li a:hover {
	color: #000000;
	background: #ecedf1;
	text-decoration: none;
}
.navigation menu li.active a, .navigation menu li.active a:hover {
	color: #ffb400;
	border-color: #f7941e;
	background: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.captcha-img-container {
	width: 50%;
	float: left;
}

.captcha-img {
	width: auto !important;
	height: auto !important;
	float: none !important;
	margin-top: 9px !important;
}

.captcha-text {
	float: right !important;
	padding-right: 0 !important;
}

.captcha-text .req {
	right: 18px !important;
}

/*@media only screen and (max-width : 1334px) {*/
@media only screen and (max-width: 1279px) {
	.navigation .toggle {
		display: block;
		position: absolute;
		width: 44px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		right: 30px;
		top: 30px;
	}
	.navigation menu {
		display: none;
	}

	.mobile-menu .navigation {
		display: block;
		text-align: center;
	}
	.mobile-menu .navigation menu {
		float: none;
		display: block;
		font-size: 40px;
		line-height: 70px;
		margin: 20px 0;
	}
	.mobile-menu .navigation menu li {
		display: block;
	}
	.mobile-menu .navigation menu li a {
		border: 0;
		color: #313131;
	}
	.mobile-menu .navigation menu li a:hover {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.mobile-menu .navigation menu li.active {
		color: #ffffff;
	}
	.mobile-menu .navigation menu li.active a {
		color: #ffffff;
	}
	.mobile-menu .navigation-actions {
		display: none;
	}

	.search-active .mobile-menu {
		margin-top: 55px;
	}
}
@media only screen and (max-width: 700px) {
	.navigation {
		padding: 0;
	}
	.navigation .toggle {
		width: 56px;
		height: 64px;
		line-height: 64px;
		right: 0;
		top: 0;
		margin: 0;
	}

	.mobile-menu .navigation menu {
		font-size: 22px;
		line-height: 45px;
		margin: 30px 0;
	}
	.mobile-menu .navigation-actions {
		display: block;
		margin: 20px auto;
	}
	.mobile-menu .navigation-actions .lang, .mobile-menu .navigation-actions .i-search {
		float: none;
		display: inline-block;
	}
	.mobile-menu .navigation-actions .lang {
		color: #ffb400;
		background: #ffffff;
	}
	.mobile-menu .navigation-actions .lang:hover {
		background: #313131;
	}
}
.request {
	float: right;
	font-size: 13px;
	line-height: 44px;
	text-transform: uppercase;
	background: #ffb400;
	color: #ffffff;
	padding: 0 15px;
	margin: 5px 0 5px 10px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	transition: all 0.3s ease;
	letter-spacing: -0.035em;
}
.request:hover {
	color: #ffffff;
	background: #ffa200;
	text-decoration: none;
}

.mobile-menu .mobile-menu-request {
	display: inline-block;
	float: none;
	font-size: 21px;
    text-transform: uppercase;
    letter-spacing: -0.035em;
	line-height: 84px;
	color: #ffb400;
	background: #ffffff;
	padding: 0 40px;
	margin: 0;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	border-radius: 42px;
}
.mobile-menu .mobile-menu-request:hover {
	background: #313131;
}

.request-popup, .request-inline {
	font-family: 'casper';
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px 17% 96px;
	text-align: center;
}
.request-popup .title, .request-inline .title {
	font-size: 50px;
	line-height: 100%;
	color: #ffffff;
	margin: 0 0 56px 0;
	padding: 0;
}
.request-popup a.close, .request-inline a.close {
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 54px;
	right: 40px;
	top: 30px;
	border: 2px solid #d69a0a;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.request-popup a.close:hover, .request-inline a.close:hover {
	opacity: 0.6;
}
.request-popup form, .request-inline form {
	position: relative;
}
.request-popup .item, .request-inline .item {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	width: 50%;
	float: left;
}
.request-popup .item.fill, .request-inline .item.fill {
	width: 100%;
}
.request-popup .item.c4, .request-inline .item.c4 {
	width: 25%;
}
.request-popup .item.captcha, .request-inline .item.captcha {
	overflow: hidden;
	height: 88px;
	width: auto;
	white-space: nowrap;
}
.request-popup .item.captcha img, .request-inline .item.captcha img {
	display: inline-block;
	height: 100%;
	width: auto;
	vertical-align: middle;
}
.request-popup .item.captcha .form-element, .request-inline .item.captcha .form-element {
	padding-left: 330px;
}
.request-popup .item.captcha-field, .request-inline .item.captcha-field {
	float: none;
	width: auto;
	overflow: hidden;
}
.request-popup .form-element, .request-inline .form-element {
	position: relative;
	font-family: 'casper';
	font-size: 20px;
	color: #313131;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #eaeaea;
	background: #eaeaea;
	z-index: 3;
}
.request-popup .form-element:focus, .request-inline .form-element:focus {
	background: #ffffff;
	border: 1px solid #6d6e71;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.request-popup .form-element:focus + .req, .request-inline .form-element:focus + .req {
	color: #ffb400;
}
.request-popup .form-element.has_value, .request-inline .form-element.has_value {
	background: #ffffff;
}
.request-popup .form-element.error, .request-inline .form-element.error {
	background: #ffe5e5;
}
.request-popup .form-element + .req, .request-inline .form-element + .req {
	font-size: 20px;
	font-family: Tahoma;
	color: #3f4042;
	position: absolute;
	right: 26px;
	top: 36px;
	z-index: 5;
}
.request-popup .form-element-prefix, .request-inline .form-element-prefix {
	position: absolute;
	font-size: 20px;
	z-index: 10;
	left: 38px;
	top: 33px;
}
.request-popup .form-element-prefix + .form-element, .request-inline .form-element-prefix + .form-element {
	padding-left: 60px;
}
.request-popup input, .request-inline input {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	/*height: 72px;
  line-height: 32px;*/
	padding: 24px 30px;
}
.request-popup textarea, .request-inline textarea {
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 200px;
	line-height: 24px;
	padding: 24px 30px;
	resize: none;
}
.request-popup button, .request-inline button {
	clear: both;
	display: inline-block;
	font-size: 20px;
	line-height: 64px;
	background: #313131;
	color: #ffb400;
	border: 0;
	padding: 0 45px;
	margin-top: 24px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}
.request-popup button:hover, .request-inline button:hover {
	border: 3px solid #ffffff;
	background: no-repeat;
	color: #ffffff;
	line-height: 58px;
}
.request-popup .msg, .request-inline .msg {
	position: absolute;
	left: 8px;
	bottom: 50px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 50px;
	background: url(../img/icons/warning.png) 0 0 no-repeat;
	/* retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.request-popup .msg, .request-inline .msg {
		background: url(../img/icons@2x/warning.png) 0 0 no-repeat;
		background-size: 34px 31px;
	}
}

.request-inline {
	background: #ffb400;
}

@media only screen and (min-width: 1300px) {
	.request {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 1279px) {
	.request-popup, .request-inline {
		padding: 80px 70px 96px;
	}
}
@media only screen and (max-width: 768px) {
	.request-popup .title, .request-inline .title {
		font-size: 40px;
		line-height: 100%;
	}
	.request-popup .form-element, .request-inline .form-element {
		font-size: 16px;
	}
	.request-popup .form-element + .req, .request-inline .form-element + .req {
		top: 29px;
	}
	.request-popup .form-element-prefix, .request-inline .form-element-prefix {
		top: 27px;
		font-size: 16px;
	}
	.request-popup .form-element-prefix + .form-element, .request-inline .form-element-prefix + .form-element {
		padding-left: 55px;
	}
	.request-popup input, .request-inline input {
		/*line-height: 55px;*/
		padding: 18px 30px;
	}
	.request-popup textarea, .request-inline textarea {
		padding: 18px 30px;
	}
	.request-popup .msg, .request-inline .msg {
		position: relative;
		bottom: auto;
		text-align: left;
		margin-top: 20px;
		background: url(../img/icons/warning.png) 0 0 no-repeat;
	}
	.request-popup .item.captcha, .request-inline .item.captcha {
		height: 72px;
	}
	.request-popup .item.captcha .form-element, .request-inline .item.captcha .form-element {
		padding-left: 260px;
	}
	.captcha-img {
		margin-top: 3px !important;
	}
}
@media only screen and (max-width: 700px) {
	.request {
		display: none;
	}

	.captcha-img-container {
		width: 100% !important;
	}

	.captcha-img,
	.captcha-text {
		padding: 0 !important;
	}

    .captcha-img {
        padding-bottom: 8px !important;
    }

	.captcha-text .req {
		top: 21px !important;
	}

	.request-popup, .request-inline {
		padding: 60px 16px;
		height: auto !important;
	}
	.request-popup .title, .request-inline .title {
		font-size: 30px;
		margin: 0 0 20px 0;
	}
	.request-popup a.close, .request-inline a.close {
		right: 20px;
		top: 20px;
	}
	.request-popup form, .request-inline form {
		position: relative;
	}
	.request-popup .item, .request-inline .item {
		width: 100%;
		float: none;
		clear: both;
	}
	.request-popup .item.c4, .request-inline .item.c4 {
		width: 100%;
	}

	.mobile-menu .mobile-menu-request, .mobile-menu .mobile-menu-request:hover {
		font-size: 14px;
		line-height: 56px;
		padding: 0 25px;
		-moz-border-radius: 28px;
		-webkit-border-radius: 28px;
		border-radius: 28px;
	}
}
#captcha_reset {
	display: inline-block;
	text-align: left;
	text-indent: -9999px;
	width: 26px;
	height: 20px;
	background: url(../img/icons/refresh-captcha.png) 0 0 no-repeat;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
}

html {
	overflow-x: hidden;
}

html, body {
	height: 100%;
	background: #ffffff;
	font-family: 'casper';
	min-width: 320px;
}

body:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	opacity: 0;
	background: #000000;
	transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
}

.layoutWrapper,
.layoutWrapper + footer {
	left: 0;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

body.popup-visible {
	overflow-x: hidden;
}
body.popup-visible .layoutWrapper,
body.popup-visible .layoutWrapper + footer {
	left: 100%;
}
body.popup-visible:after {
	left: 0;
	opacity: 0.6;
}

:focus {
	outline: 0;
	border: 0;
}

a {
	text-decoration: none;
}

.search-dropdown {
	display: none;
	position: relative;
	background: #f5f5f5;
	height: 55px;
	padding: 0 45px;
	overflow: hidden;
	z-index: 99999;
}
.search-dropdown input[type="text"] {
	width: 100%;
	height: 55px;
	padding: 0;
	border: 0;
	background: none;
}
.search-dropdown input[type="submit"], .search-dropdown button {
	position: absolute;
	left: 15px;
	top: 17px;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}
.search-dropdown input[type="submit"]:hover, .search-dropdown button:hover {
	opacity: 0.5;
}
.search-dropdown .close {
	position: absolute;
	right: 15px;
	top: 19px;
	cursor: pointer;
}
.search-dropdown .close:hover {
	opacity: 0.5;
}

.lang {
	float: right;
	font-size: 13px;
	color: #6d6e71;
	margin: 17px 0 0 15px;
	padding: 3px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	letter-spacing: -0.035em;
	background: #6d6e71;
	color: #fff;
	border:0;
	outline:0;
	text-transform: uppercase;
}

.icon-facebook {
    float: right;
    margin: 17px 0 0 15px;
	padding: 3px 10.5px;
    height: 15px;
    background-image: url(../img/icons/facebook-21.png);
}

.icon-facebook:hover {
	-webkit-filter: grayscale(30%);
    filter: grayscale(20%);
}

a.icon-facebook:focus, a.icon-facebook:hover, a.icon-facebook:active {
    outline: none;
}

.lang:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.i-search {
	float: right;
	margin: 5px 0;
	line-height: 44px;
	margin-left: 15px;
}
.i-search:hover, .i-search.active {
	opacity: 0.5;
}
.i-search:focus {
	border: 0;
	outline: 0;
}

.logo {
	width: 264px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
}
.logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.popup-box {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: -100%;
	top: 0;
	background: #ffb400;
	z-index: 9999;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}
.popup-box > * {
	opacity: 0;
	transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
}
.popup-box.visible {
	top: 0;
	left: 0 !important;
}
.popup-box.visible > * {
	opacity: 1;
}

.mobile-menu {
	text-align: center;
}
.mobile-menu .top {
	position: relative;
	height: 102px;
	line-height: 102px;
	padding: 0 24px;
	border-bottom: 1px solid #ffcf4d;
	text-align: left;
}
.mobile-menu .top .logo {
	height: 102px;
	line-height: 102px;
}
.mobile-menu .top > .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 102px;
	text-align: center;
}

.page-error h1 {
	color: #ffb400;
	font-size: 100px;
	line-height: 0;
}
.page-error a {
	color: #ffb400;
	text-decoration: underline;
}
.page-error a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 700px) {
	.logo {
		width: 180px;
		max-width: 75%;
		height: 64px;
		line-height: 64px;
		margin-right: 0;
	}

	header .i-search {
		margin-right: 40px;
		margin-top: 10px;
	}
	header .lang{
		margin-top: 22px;
	}
	.icon-facebook {
		margin-top: 22px;
	}

	.popup-box {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #ffb400;
		z-index: 9999;
	}
	.popup-box.visible {
		display: block;
	}

	.mobile-menu {
		box-sizing: border-box;
		padding-bottom: 25px;
		height: auto !important;
	}
	.mobile-menu .top {
		height: 62px;
		line-height: 62px;
		padding: 0 16px;
	}
	.mobile-menu .top .logo {
		height: 62px;
		line-height: 62px;
	}
	.mobile-menu .top > .close {
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		height: 62px;
		text-align: center;
	}

	.page-error h1 {
		color: #ffb400;
		font-size: 50px;
		line-height: 0;
	}
	.page-error h2 {
		font-size: 28px !important;
	}
	.page-error p {
		font-size: 14px !important;
	}
	.page-error a {
		color: #ffb400;
		text-decoration: underline;
	}
	.page-error a:hover {
		text-decoration: none;
	}
}
@media only screen and (max-width: 375px) {
	header .lang {
		font-size: 11px;
		margin-top: 24px;
		margin-left: 3px;
	}
	header .i-search {
		margin-right: 34px;
		margin-left: 10px;
	}
	header .icon-facebook {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 350px) {
	.logo {
        width:140px;
    }
}
@media only screen and (max-width: 300px) {
	.logo {
        width:100px;
    }
}
@media only screen and (max-width: 500px) {
	.request-popup p.title {
        padding: 0px 60px;
    }
}
@media only screen and (max-width: 330px) {
	.request-popup p.title {
        padding: 0px;
    }
}

.load-feedback .request-popup {
	position: relative;
}

.load-feedback .popup-box > * {
	opacity: 1;
}

.load-feedback .popup-box {
	left: 0;
	padding: 0;
	z-index: 1;
}

.load-feedback .popup-box .close {
	display: none;
}

.content-yellow-button {
    margin: 40px auto 20px auto;
    padding: 14px;
    border-radius: 40px;
    border: 1px solid #ffba00;
    width: 170px;
    text-align: center;
    background-color: #ffba00;
    cursor: pointer;
    color: #000;
}
