@font-face {
    font-family: 'segoe';
    src: url('fonts/segoe/subset-SegoeUI.eot');
    src: url('fonts/segoe/subset-SegoeUI.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe/subset-SegoeUI.woff') format('woff'),
         url('fonts/segoe/subset-SegoeUI.woff2') format('woff2'),
         url('fonts/segoe/subset-SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoel';
    src: url('fonts/segoe/SegoeUILight.eot');
    src: url('fonts/segoe/SegoeUILight.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe/SegoeUILight.woff') format('woff'),
         url('fonts/segoe/SegoeUILight.woff2') format('woff2'),
         url('fonts/segoe/SegoeUILight.svg#segoel') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoeb';
    src: url('fonts/segoe/SegoeUIBlack.eot');
    src: url('fonts/segoe/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe/SegoeUIBlack.woff') format('woff'),
         url('fonts/segoe/SegoeUIBlack.woff2') format('woff2'),
         url('fonts/segoe/SegoeUIBlack.svg#segoeb') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
}
.msgWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,.7);
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}
.msgWrapper .msgbox {
    width: 300px;
    height: 150px;
    float: left;
    position: relative;
    left: calc(50% - 150px);
    top: calc(50% - 75px);
    background: #7f7871;
    border-radius: 0;
    border: 1px solid #ff8902;
}
.msgWrapper.reg .msgbox {
    height: 460px;
    top: calc(50% - 230px);
}
.msgWrapper .msgbox .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #ff8902;
    border-radius: 50%;
    background: #58534e;
    color: #ff8902;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-family: Arial;
    cursor: pointer;
}
.msgWrapper .msgbox .msg {
    width: 240px;
    height: 150px;
    display: table;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    padding: 0 30px;
    color: #FFF;
}
.msgWrapper.reg .msgbox .msg {
    font-size: 18px;
    height: 460px;
}
.msgWrapper .msgbox .msg div {
    display: table-cell;
    vertical-align: middle;
}
.msgWrapper.reg .msgbox .msg ul {
    list-style: none;
    padding: 0;
    float: left;
    height: 300px;
    overflow-y: auto;
}
.msgWrapper.reg .msgbox .msg ul li {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.msgWrapper.reg .msgbox .msg ul li a {
    text-decoration: none;
    color: #FFFFFF;
}
.msgWrapper.reg .msgbox .msg ul li a:hover {
    color: #000;
}



.container{
	width: 1600px;
	margin: 0 auto;
}
header {
    background: #FFF;
    float: left;
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #000;
}
header:after {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 14px;
    width: 100%;
    left: 0;
    background: url(images/header-bottom.jpg) repeat-x;
}
header .main_logo {
    float: left;
    margin: 13px 0;
}
header .main_logo img {
    float: left;
}
header .main_logo img.divider {
    margin-left: 15px;
}
header .main_logo .hdr_title {
    background: url(images/desktop_title.png) no-repeat;
    width: 430px;
    height: 54px;
    float: left;
}
header .lang_selector {
    float: right;
    width: 120px;
    height: 30px;
    background: #ff9305;
    padding: 0 0 0 10px;
    line-height: 30px;
    border-radius: 10px;
    margin: 25px 0;
    cursor: pointer;
}


section{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+70,ffffff+100 */
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 70%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e9e9e9 0%,#ffffff 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e9e9e9 0%,#ffffff 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	float: left;
	width: 100%;
	padding: 60px 0;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 999;
}
.slick-prev {
    left: 15px;
}
.slick-next{
	right: 15px;
}
.slick-prev:before, .slick-next:before {
    opacity: .75;
    z-index: 999;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}
.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
}
.slick-prev:before {
    background: url(images/prev-btn.png) no-repeat;
}
.slick-next:before{
    background: url(images/next-btn.png) no-repeat;
}
.slick-slide img {
    float: left;
    width: 100%;
}

.logform, .forgpswd {
    float: left;
    width: 100%;
}
.dsb{
    display: none;
}
.initial_text {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
    font-family: segoe;
    font-size: 20px;
}
hr {
    width: 100px;
    margin: 25px calc(50% - 50px);
    float: left;
    border-color: #000;
}
form {
    float: left;
    width: 1024px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    margin-bottom: 30px;
}
.form_title {
    color: #ff8902;
    text-transform: uppercase;
    font-family: segoel;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.forminput {
    float: left;
    width: 48%;
    margin: 5px 1% 20px;
}
.forgpswd .forminput {
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}
.forminput span {
    position: relative;
    width: 100%;
    float: left;
    height: 50px;
}
.forminput input {
    height: 48px;
    padding-left: 60px;
    color: #58534e;
    font-family: segoe;
    font-size: 15px;
    float: left;
    width: calc(100% - 60px);
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #58534e;
}
.forminput span:before {
    position: absolute;
    left: -1px;
    background: #58534e;
    width: 50px;
    height: 51px;
    content: "";
    top: 0px;
}
.forminput span.eml:before {
    background: url(images/username-icon.png) no-repeat center#58534e;
}
.forminput span.psw:before {
    background: url(images/password-icon.png) no-repeat center#58534e;
}

.small_text {
    text-align: center;
    font-family: segoe;
    font-size: 13px;
    float: left;
    width: 100%;
    color: #58534e;
}
.small_text a {
    text-decoration: none;
    color: #ff9a34;
}
.small_text a:hover {
    color: #000;
}
.formbtn {
    float: left;
    width: 100%;
}
.formbtn button, .formbtn > span {
    float: left;
    width: 300px;
    margin: 15px 0;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    background: #58534e;
    border: none;
    height: 50px;
    border-bottom: 5px solid #7f7871;
    line-height: 45px;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: segoeb;
}
.formbtn button:hover, .formbtn > span:hover{
	background: #7f7871;
	border-color: #58534e;
}
.cookiediv {
    display: block;
    width: 100%;
    margin: 0;
    max-width: 100%;
    background-color: rgba(0,0,0,0.70);
    color: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0,0.7);
    z-index: 99999;
}
.cookiediv > div {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.cookie-text {
    float: left;
    font-size: 13px;
    color: #FFFFFF;
    font-family: Arial;
    width: calc(100% - 210px);
    margin-left: 20px;
    padding-right: 30px;
    line-height: 26px;
}
.cookie-btns {
    float: right;
    width: 140px;
    margin-right: 20px;
}
.cookies_btn_close form#cookies-form {
    width: auto;
    margin: 0;
}
.cookies_btn_close {
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    width: 75px;
}
.btn-close {
    color: #000 !important;
    text-decoration: none;
    font-family: Arial;
}
.cookies_btn_readmore {
    background-color: #9E9E9E;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    float: left;
    width: 35px;
}
.btn-warning {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial;
}

.warningWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,.9);
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
    z-index: 999999;
}
.warningWrapper .msgbox {
    width: 540px;
    height: 490px;
    float: left;
    position: relative;
    left: calc(50% - 270px);
    top: calc(50% - 245px);
    background: #7f7871;
    border-radius: 0;
    border: 1px solid #ff8902;
}
.warningWrapper .msgbox .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #ff8902;
    border-radius: 50%;
    background: #58534e;
    color: #ff8902;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-family: Arial;
    cursor: pointer;
}
.warningWrapper .msgbox .msg {
    width: 90%;
    padding: 0 5%;
    height: 100%;
    overflow-y: auto;
    float: left;
    margin-top: 0;
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
}
.warningWrapper .msgbox .msg h3 {
    font-family: Arial;
    font-size: 18px;
    padding: 0;
    color: #FFF;
}
.warningWrapper .msgbox .msg p {
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.warningWrapper .msgbox .msg ul {
    list-style: none;
    padding: 0;
}
.warningWrapper .msgbox .msg ul li{
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.warningWrapper .msgbox .msg a{
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    font-weight: bold;
}



footer {
    height: 45px;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: left;
    z-index: 11;
    background: #c9c8c9;
    border-top: 1px solid #000;
}
footer:before {
    content: "";
    position: absolute;
    top: -15px;
    height: 14px;
    width: 100%;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(images/header-bottom.jpg) repeat-x;
}
span.ftr_links {
    float: left;
    height: 45px;
}
footer a {
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    border-right: 1px solid #665D56;
    color: #665D56;
    vertical-align: bottom;
    float: left;
    text-decoration: none;
    font-family: segoe;
    font-size: 12px;
}
footer a:last-of-type{
	border:none;
}
footer a:hover {
    background: #A4A4A4;
    color: #000;
}
footer .copyright {
    margin: 0;
    float: right;
    line-height: 45px;
    font-size: 12px;
    color: #665D56;
    font-family: segoe;
}






@media only screen and (max-width: 1620px){
	.container {
	    width: 1024px;
	}

}
@media only screen and (max-width: 1200px){
	.container {
	    width: 767px;
	}
	form{
		width: 767px;
	}
	.initial_text {
	    font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	.container {
	    width: 100%;
	}
	header .main_logo {
	    position: relative;
	    left: 50%;
	    transform: translate(-50%,0);
	}
    header .lang_selector {
        clear: left;
        float: left;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
	.slick-slider {
	    width: 90%;
	    margin: 0 5%;
	}
	.initial_text {
		width: calc(100% - 50px);
		padding:0 25px;
	}
	.initial_text br {
	    display: none;
	}
	form {
	    width: 80%;
	}
	.forminput {
	    width: 100%;
	    margin: 10px 0 20px;
	}
	.small_text{
		font-size: 12px;
	}
	footer {
	    position: relative;
	    float: left;
	}
	footer .ftr_links {
	    position: absolute;
	    margin-top: -50px;
	    width: auto;
	    float: left;
	    display: block;
	    padding: 0;
	    background: white;
	    left: 50%;
	    transform: translate(-50%,0);
	    height: auto;
        min-width: 223px;
	}
	footer a {
    	line-height: 25px;
	}
	footer .copyright {
	    left: auto;
	    right: 50%;
	    position: relative;
	    transform: translate(50%,0);
	}
    .cookie-text {
        font-size: 12px;
        width: calc(100% - 30px);
        margin: 0;
        padding: 0 15px;
        line-height: 20px;
        text-align: center;
    }
     .warningWrapper .msgbox {
        width: 90%;
        left: 0;
        top: 0;
        height: calc(100vh - 50px);
        margin: 25px 5%;
    }
    .cookie-btns {
        float: left;
        width: 140px;
        margin: 10px 0 0;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
    }
}
@media only screen and (max-width: 600px){
   
}
@media only screen and (max-width: 540px){
	header .main_logo {
	    width: 320px;
	}
	header .main_logo .hdr_title {
	    width: calc(100% - 63px);
	    float: left;
	    background-size: 100%;
	    background-position: center;
	}
	.initial_text {
	    font-size: 16px;
	}
	.form_title {
	    font-size: 20px;
 	}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}