@charset "UTF-8";


header, section, footer, aside, nav, article, figure, hgroup {
	display: block;
}


html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body > div {
    height: 100%;
    overflow: auto;
}


html {
	background-color: #FFF;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: moz-none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}

body {
	/*font-family: 'Source Sans Pro', Helvetica, Arial, Sans-Serif;*/
	font-size: 12px;
	color: #000;
	line-height: 0;
	margin: 0;

}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	/*font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;*/
	font-weight: 500;
	font-size: 10px;
	margin: 0;
	line-height: 1.5;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

p {
	margin: 0;
	line-height: 1.5;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
}

a:active, a:hover {
	color: #c50019;
	text-decoration: none;
}

a img {
	border: none;
}

form {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}


.animate-fade-in-1 {
	animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
}

.animate-fade-in-2 {
	animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
}

.animate-fade-out-1 {
	animation: fadeout 1s;
    -moz-animation: fadeout 1s;
    -webkit-animation: fadeout 1s;
}

.animate-flashing {
	animation: flashing 1s infinite ease-out;
    -moz-animation: flashing 1s infinite ease-out;
    -webkit-animation: flashing 1s infinite ease-out;
}

.animate-left-1 {
	transition: left 1s;
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
}

.animate-top-05 {
	transition: top 0.5s;
	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
}

.animate-width-5 {
	transition: width 5s;
	-moz-transition: width 5s;
	-webkit-transition: width 5s;
}

.animate-margin-left-1 {
	transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-webkit-transition: margin-left 1s;
}

.animate-clip-1 {	
	transition: clip 1s;
	-moz-transition: clip 1s;
	-webkit-transition: clip 1s;
}

.animate-fade-in-margin-left-1 {
	transition: opacity 1s, margin-left 1s;
	-moz-transition: opacity 1s, margin-left 1s;
	-webkit-transition: opacity 1s, margin-left 1s;
}

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

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

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

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

@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes flashing {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes flashing {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes flashing {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


#loader {
	position: fixed;
	width: 100%;
	height: 3px;
	background-color: #c50019;
	z-index: 3;
}

#loader-bar {
	background-color: #373C3F;
	height: 3px;
	position: absolute;
	width: 0;
}

#loader-flashing {
	background-color: #373C3F;
	height: 3px;
	position: absolute;
	width: 100%;
	display: none;
}


header {
	position: fixed;
	width: 100%;
	height: 50px;
}

#header-bg {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #EEE;
}

a#logo {
	height: 11px;
	width: 320px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	top: 21px;
	background-image: url(../img/logo_header.png);
	background-size: auto 22px;
	background-repeat: no-repeat;
	background-position: center top;
	transition: background-position .5s;
	-moz-transition: background-position .5s;
	-webkit-transition: background-position .5s;
}

a#nav-link {
	height: 13px;
	width: 20px;
	position: absolute;
	padding: 10px;
	top: 9px;
	left: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a#nav-link span {
	height: 13px;
	width: 20px;
	position: absolute;
	background-image: url(../img/icon_nav.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center top;
	transition: background-position .5s;
	-moz-transition: background-position .5s;
	-webkit-transition: background-position .5s;
}

a#contact-link:link, a#contact-link:visited {
	position: absolute;
	height: 13px;
	min-width: 13px;
	padding: 10px;
	padding-top: 11px;
	padding-bottom: 9px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 9px;
	right: 6px;
	line-height: 1;
	font-size: 11px;
	/*font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;*/
	color: #c50019;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a#contact-link:active, a#contact-link:hover {
	color: #c50019;
}

span#contact-link-icon, span#contact-close-icon {
	height: 13px;
	width: 13px;
	position: absolute;
	background-image: url(../img/icon_phone.png);
	background-size: 13px auto;
	background-repeat: no-repeat;
	background-position: center top;
	transition: background-position .5s;
	-moz-transition: background-position .5s;
	-webkit-transition: background-position .5s;
}

span#contact-close-icon {
	background-image: url(../img/icon_close.png);
	background-position: center bottom;
	display: none;
}


nav {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
}

#nav-bg {
	position: fixed;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

ul#main-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -300px;
	display: none;
}

#main-nav-wrapper {
	display: table-cell;
	width: 960px;
	height: 600px;
	vertical-align: middle;
	text-align: center;
}

ul#main-nav li {
	display: inline-block;
	line-height: 1;
	width: 235px;
}

ul#main-nav a:link, ul#main-nav a:visited {
	letter-spacing: 1px;
	/*font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;*/
	font-weight: 300;
	font-size: 36px;
	line-height: 1;
	color: #FFF;
}

ul#main-nav a span {
	width: 0;
	height: 1px;
	position: absolute;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 51px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

span.main-nav-divider {
	width: 1px;
	height: 150px;
	display: inline-block;
	vertical-align: -62px;
	margin-left: 50px;
	margin-right: 50px;
}

span.main-nav-divider span {
	width: 1px;
	height: 0;
	margin-top: 75px;
	position: absolute;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

ul#main-nav-mobile {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -160px;
}

#main-nav-wrapper-mobile {
	display: table-cell;
	width: 320px;
	height: 320px;
	vertical-align: middle;
	text-align: center;
}

ul#main-nav-mobile a:link, ul#main-nav-mobile a:visited {
	letter-spacing: 1px;
	/*font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;*/
	font-weight: 300;
	font-size: 36px;
	line-height: 1;
	color: #FFF;
}

span.main-nav-mobile-divider {
	width: 320px;
	height: 1px;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

span.main-nav-mobile-divider span {
	width: 0;
	height: 1px;
	display: inline-block;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	transition: width .5s;
	-moz-transition: width .5s;
	-webkit-transition: width .5s;
}

nav img {
	position: absolute;
	opacity: 0;
	-webkit-transform: translateZ(0);
}

#contact-container {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

ul#contact {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -300px;
	display: none;
}

#contact-wrapper {
	display: table-cell;
	width: 960px;
	height: 600px;
	vertical-align: middle;
	text-align: center;
}

ul#contact li {
	display: inline-block;
	line-height: 1;
	text-align: left;
	vertical-align:middle;
	margin-top:-100px;
}

ul#contact li h3, ul#contact-mobile li h3 {
	margin-bottom: 25px;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
}

ul#contact li p, ul#contact-mobile li p {
	color: #FFF;
	/*font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;*/
	font-weight: 400;
}

ul#contact a:link, ul#contact a:visited, ul#contact-mobile a:link, ul#contact-mobile a:visited  {
	color: #FFF;
}

ul#contact a.map-link:link, ul#contact a.map-link:visited, ul#contact-mobile a.map-link:link, ul#contact-mobile a.map-link:visited  {
	font-size: 10px;
}

a.map-link img {
	height: 12px;
	vertical-align: -2px;
	margin-right: 5px;
}

span.contact-divider {
	width: 1px;
	height: 200px;
	display: inline-block;
	vertical-align: -45px;
	margin-left: 50px;
	margin-right: 50px;
}

span.contact-divider span {
	width: 1px;
	height: 0;
	margin-top: 100px;
	position: absolute;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

ul#contact-mobile {
	position: absolute;
	left: 50%;
	margin-left: -160px;
}

#contact-wrapper-mobile {
	display: table-cell;
	width: 320px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

ul#contact-mobile li {
	display: inline-block;
	line-height: 1;
	text-align: left;

	width: 290px;
	padding-left: 15px;
	padding-right: 15px;
}

span.contact-mobile-divider {
	width: 320px;
	height: 1px;
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}

span.contact-mobile-divider span {
	width: 0;
	height: 1px;
	display: inline-block;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	transition: width .5s;
	-moz-transition: width .5s;
	-webkit-transition: width .5s;
}

#contact-map {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	min-width: 960px;
	min-height: 600px;
	left: 100%;
	opacity: 0;
	z-index: 2;
}

a#close-map-link {
	position: absolute;
	height: 13px;
	min-width: 13px;
	padding: 10px;
	top: 10px;
	right: 7px;
}

a#close-map-link span {
	background-image: url(../img/icon_close.png);
	background-position: center top;
	height: 13px;
	width: 13px;
	position: absolute;
	background-size: 13px auto;
	background-repeat: no-repeat;
}

#contact-map iframe {
	position: absolute;
	width: 50%;
	height: 100%;
	height: -moz-calc(100% - 3px);
	height: -webkit-calc(100% - 3px);
	height: calc(100% - 3px);
	border: 0;
}

#map-text-container {
	position: absolute;
	top: 50%;
	left: 75%;
	margin-top: -300px;
	margin-left: -125px;
}

#map-text-wrapper {
	display: table-cell;
	width: 250px;
	height: 600px;
	text-align: center;
	vertical-align: middle;
}

#map-text-wrapper span {
	text-align: left;
}

#map-text-wrapper span h3 {
	margin-bottom: 25px;
	color: #c50019;
	font-size: 14px;
	font-weight: 300;
}

#map-text-wrapper span p {
	color: #999;
	/*font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;*/
	font-weight: 400;
}

#map-text-wrapper a:link, #map-text-wrapper a:visited {
	color: #999;
}

#map-text-wrapper a:active, #map-text-wrapper a:hover {
	color: #c50019;
}

#mylang {
	position: absolute;
	right: 98px;
	top: 9px;
}
#mylang a {
	padding: 10px 10px 9px;
	float: left;
	line-height: 1;
	height: 13px;
	color: #fff;
}
#mylang a.now {
	color: #c50019;
}
#mylang span {
	float: left;
	line-height: 1;
	padding: 9px 0;
	color: #999;
}
#mylang-mobile {
	position: absolute;
	height: 13px;
	min-width: 13px;
	padding: 10px;
	padding-top: 11px;
	padding-bottom: 9px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 9px;
	right: 45px;
	line-height: 1;
	color: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}
#mylang-mobile ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 36px;
	left: -1px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 3px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
#mylang-mobile ul li {
	line-height: 1;
	color: #fff;
}
#mylang-mobile ul li a {
	display: block;
	min-width: 13px;
	height: 13px;
	padding: 3px 10px;
	color: #fff;
}
#mylang-mobile ul li a: hover {
	color: #c50019;
}