/*** start of common ***/
#CookieConsentWrapper {
    font-size: 18px;
    padding: 10px;
    margin: 0 auto;
    line-height: 24px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #eee;
    text-align: center;
    box-sizing: border-box;
}
#CookieConsentWrapper p {
    padding-bottom: 0;
    margin: 0 auto;
    color: #3d2443;
    font-size:100%;
}
#CookieConsentWrapper a {
    text-decoration: underline;
    color: #af4191;
    text-decoration: underline;
    font-size:100%;
}
#CookieConsentWrapper input:hover {
    text-decoration: underline;
    color: #af4191;
}
#CookieConsentWrapper input {
    cursor: pointer;
    padding: 6px 0;
    border: 0px;
    text-decoration: underline;
    background: none;
    font-size: 1em;
    color: #af4191;
}
/*body {
	overflow-x: hidden;
	min-width: 960px;
}*/
#bg {
	background-color: #e1e1e8;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.visitor #bg{
	background-color: #fffded;
}

#bg>.inner {
	position: relative;
	height: 100%;
	left: 0;
	top: 0;
}
#bg>.inner>img {
	position: relative;
	margin-left: -1224px;
	left: 50%;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.visitor #bg>.inner>img {
	filter: alpha(opacity=100);
	opacity: 1;
}
@-webkit-keyframes skew-bg1 {
	0% { -webkit-transform: skew(0deg, 0deg); }
	50% { -webkit-transform: skew(10deg, 10deg); opacity: 0.3; }
	100% { -webkit-transform: skew(0deg, 0deg); }
}
@-webkit-keyframes skew-bg2 {
	0% { -webkit-transform: skew(0deg, 0deg); }
	50% { -webkit-transform: skew(15deg, 10deg); opacity: 0.4; }
	100% { -webkit-transform: skew(0deg, 0deg); }
}
@-webkit-keyframes skew-bg3 {
	0% { -webkit-transform: skew(0deg, 0deg); }
	50% { -webkit-transform: skew(10deg, 15deg); opacity: 0.3; }
	100% { -webkit-transform: skew(0deg, 0deg); }
}
#bg.skew1>.inner>img {
	-webkit-animation: skew-bg1 60s infinite;
}
#bg.skew2>.inner>img {
	-webkit-animation: skew-bg2 60s infinite;
}
#bg.skew3>.inner>img {
	-webkit-animation: skew-bg3 60s infinite;
}
.ie8 #bg>.inner>img {
	margin-left: -960px;
	filter: none;
}
.holder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
#mask {
	background-image: url('../../images/black70.png');
	position: fixed;
	z-index: 4000;
	display: none;
	height: 100%;
	width: 100%;
}
.rgba #mask {
	background-image: none;
	background-color: rgba(0, 0, 0, .7);
}
input[type=text], input[type=password], textarea {
	border-radius: 0;
}
/*** end of common ***/

#wrapper {
	padding-bottom: 30px;
	position: relative;
	font-size: 12px;
}

#wrapper .button {
	padding: 8px 44px 8px 36px;
	background-color: #174986;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: white;
}
#wrapper .button:after {
	background: url('../../images/right_arrow_white.png') no-repeat center center;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	transition: right .3s;
	position: absolute;
	display: block;
	height: 100%;
	content: ' ';
	right: 28px;
	width: 6px;
	top: 0;
}
#wrapper .button:hover:after {
	right: 12px;
}

@media (max-width: 960px) {
	.holder {
		padding-right: 16px;
		padding-left: 16px;
	}
}
@media (max-width: 840px) {
	body.show-menu {
		overflow: hidden;
	}
	.push-left {
		-webkit-transition: left .25s ease;
		-moz-transition: left .25s ease;
		-ms-transition: left .25s ease;
		transition: left .25s ease;
		left: 0;
	}
	.show-menu>.push-left {
		left: -240px;
	}
	.csstransforms .push-left {
		-webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694,0.0482,0.335,1);
		-moz-transition: -moz-transform 0.33s cubic-bezier(0.694,0.0482,0.335,1);
		-ms-transition: -ms-transform 0.33s cubic-bezier(0.694,0.0482,0.335,1);
		-o-transition: -o-transform 0.33s cubic-bezier(0.694,0.0482,0.335,1);
		transition: transform 0.33s cubic-bezier(0.694,0.0482,0.335,1);
	}
	.csstransforms .show-menu>.push-left {
		-webkit-transform: translateX(-240px);
		-moz-transform: translateX(-240px);
		-ms-transform: translateX(-240px);
		-o-transform: translateX(-240px);
		transform: translateX(-240px);
		left: 0px;
	}
	
	#wrapper {
		padding-top: 80px;
	}
}
@media (max-width: 640px) {
	.show-menu #mask {
		display: block;
	}
	#wrapper {
		padding-top: 76px;
	}
	#wrapper .button {
		padding-right: 36px;
		padding-left: 28px;
	}
}
@media 
(-webkit-min-device-pixel-ratio: 1.25) and (max-width: 640px) and (orientation:portrait),
(min--moz-device-pixel-ratio: 1.25) and (max-width: 640px) and (orientation:portrait),
(-o-min-device-pixel-ratio: 1.25/1) and (max-width: 640px) and (orientation:portrait),
(min-device-pixel-ratio: 1.25) and (max-width: 640px) and (orientation:portrait),
(min-resolution: 200dpi) and (max-width: 640px) and (orientation:portrait),
(min-resolution: 1.25dppx) and (max-width: 640px) and (orientation:portrait) {
	#wrapper {
		padding-top: 60px;
	}
}