html, body {
	height: 100%;
}

/*----- HEADER -----*/
	#wraper header {
		background-color: #3a499c;
		height: 50px;
		position: relative;
		z-index: 100;
		background: #3a499c;
		border-bottom: 0px;
	}
	#wraper p a{
		font-size: 14px;
	}
	#wraper header .content {
		width: 920px;
		margin: 0 auto;
		/*padding: 0 35px 0px 30px;*/
		height: 50px;
	}
	#wraper header .left img {
		height: 50px;
		width: 150px;
	}
	#wraper header .content .left {
		float: left;
		height: 50px;	
	}
#wraper header .content .right {
		float: right;
		line-height: 50px;
		font-size: 13px;
		font-family: sans-serif;
		/*font-weight: bold;*/
	}
.ios.iphone.mobile #wraper header .content .right {
	line-height: 30px;
}
	#wraper header .content .right a {
		color: #fff;
		text-decoration: none;
	}
	#wraper header .content .right div {
		height: 50px;
		float: right;	
	}
	#wraper header .content .right .language {
		width: 140px;
		line-height: 50px;
	}
	#wraper header .content .right .sign_up {
		width: 120px;
		text-align: center;
	}
	#wraper header .content .right .login {
		width: 70px;
		text-align: center;
	}
	.language-select > * {
		display: inline-block !important;
	}
	#wraper header .content .right .language select {
		height: 30px;
		width: 100px;
		border-radius: 5px;
		margin-left: 7px;
		background-color: #fff;
		color: #8d8d8d;
		position: relative;
		top: -4px;
	}
	#wraper header .content .right a:hover {
		color: #8692ce;
	}
	#login_window {
		display: none;
	}
    #login_window input{
        margin-bottom: 10px;
    }
	#login_window button {
		display: block;
		margin: 0px auto 20px;
	}
	#login_window input#remember {
		margin-bottom: 20px;
	}
	#login_window a {
		color: #3A499C;
	}
	#login_window a {
		color: #3A499C;
		text-decoration: none;
	}
	#login_window .notification {
		margin-bottom: 20px;
		color: #C7391B;
		opacity: 0;
	}
/*----- WRAPER -----*/

	body #wraper {
		min-height: 100%;
		height: auto;
		width: 100%;
		margin: 0 auto;
		background-color: #f3f3f3;
		background: url(/images/background.svg);
		background-attachment: fixed;
		background-size: 100%;
		color: rgb(85, 85, 85);
		padding-bottom: 133px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background.svg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background.svg', sizingMethod='scale')";
	}
/*----- FOOTER -----*/
	footer {
		background: #2e3234;
		min-height: 79px;
		font-family: 'Open-Sans', sans-serif;
		clear: both;
		padding: 10px 0;
		margin-top: -133px;
		z-index: 1;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	footer #content {
		width: 920px;
		margin: 0 auto;
	}
	footer #content a {
		text-decoration: none;
		color: #fff;
	}
	footer #content a:hover {
		color: rgb(228, 207, 64);
	}
	footer #content .menu {
		font-size: 11px;
		padding: 10px 20px;
		font-family: sans-serif;
		/*font-weight: bold;*/
		vertical-align: middle;
		width: 30%;
	}
	footer #content .menu li {
		padding: 3px 0;
		/*font-weight: bold;*/
	}
	footer #content .copy {
		vertical-align: bottom;
		width: 25%;
		padding: 10px 20px;
		text-align: right;
	}
	footer #content .logo img {
		height: 31px;
	}
	footer #content .text {
		text-align: right;
		padding-right: 4px;
		height: 60px;
		color: #fff;
		font-size: 11px;
		line-height: 15px;
	}
	footer #content .social {
		width: 16%;
		font-size: 24px;
		vertical-align: middle;
		padding: 10px 20px;
	}
	footer #content .social a {
		float: left;
		width: 40%;
		text-align: center;
		color: #fff;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		padding: 5px 2px;

	}
	footer #content .social a:hover {
		color: #FFCB93;
	}
	footer .logo img:last-child{
		width: 140px;
		margin-right: -6px;
		margin-left: -8px;
	}


#login_window form > div{
    position: relative;
}

iframe[name="google_conversion_frame"]{
	display: none;
}
