@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.woff') format('woff'),
		url('../fonts/Lato-Regular.ttf')  format('truetype');
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Bold.woff') format('woff'),
		url('../fonts/Lato-Bold.ttf')  format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf')  format('truetype');
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf')  format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.woff);
	font-weight: bold;
}


/* common */

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nomarginleft {
	margin-left: 0 !important;
}
.nomarginright {
	margin-right: 0 !important;
}
.noborder {
	border: 0 !important;
}

button:focus {
	outline: 0;
}

h1 {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
}

h2 {
	margin: 0 0 20px;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 42px;
	color: #333;
	text-transform: uppercase;
}

p {
	padding: 0;
	margin: 0;
}

a:link, a:hover, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

.glyphicon:before {
	text-shadow: none;
}

body {
	padding-top: 160px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #222;
}

a.download {
	padding: 12px 15px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	background-color: #ed1c24;
	display: inline-block;
}

a.download span {
	padding-right: 40px;
	font-size: 20px;
	line-height: 24px;
	display: block;
	background-image: url(../images/btn-arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 2px;
}


/* navigation */

.navbar-fixed-top {
	height: 160px;
	padding: 0;
	margin-bottom: 0;
	border: none;
	background-color: transparent;
	background-color: #000;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.5);
}

.navbar-fixed-top .container {
	padding-top: 20px;
	padding-bottom: 0;
	transition: padding .5s;
	-webkit-transition: padding .5s; /* Safari */
}

.navbar-fixed-top .container .vcenter-parent {
	margin-bottom: 15px;
	transition: margin-bottom .5s;
	-webkit-transition: margin-bottom .5s; /* Safari */
}

nav .row {
	margin: 0;
}

nav .row > div {
	padding-left: 0;
}

nav .navbar-right {
}

nav .navbar-right .dropdown {
	border: 0;
}


.main-menu {
	padding-top: 0;
}

.main-menu > li a {
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.main-menu > li a {
	font-family: 'ProximaNova', sans-serif;
	font-size: 15px;
	color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background: none;
}

header .nav > li.active a {
	border-bottom: 2px solid #fff;
}
.navbar-right .dropdown-menu {
	text-align: right;
	min-width: 150px;
	right: 0;
	top: 30px;
}

nav li a.dropdown-toggle {
	padding: 0;
	font-size: 15px;
	color: #fff;
}

.navbar-right .dropdown-menu li a {
	padding: 1px 10px;
	color: #333;
}
.navbar-toggle {
	border: 2px solid #fff;
	z-index: 100;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}

header .top-logo {
	display: inline-block;
	float: left;
}

header .top-logo img {
	width: 90px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

header.scrolled-nav .top-logo img {
	width: 60px;
}


/* mobile warning */

#mobile-warning {
	padding: 20px 0;
	background-color: #e2e2e2;
	box-shadow: inset 0 10px 10px -10px #333;
	z-index: 1000;
	display: none;
}

#mobile-warning > div > div > div > div {
	padding: 0;
	margin: 0 30px 20px;
	position: relative;
}

#mobile-warning div.mobile-warning-text {
	width: calc(100% - 240px);
	font-size: 18px;
	color: #000;
}

#mobile-warning div.mobile-warning-text p:not(:last-child) {
	margin-bottom: 10px;
}

#mobile-warning #calendar-links {
	text-align: center;
	position: absolute;
	right: 0;
	top: 35px;
}

#mobile-warning #calendar-links a.atc-button {
	padding: 14px 22px;
	margin-bottom: 5px;
	font-family: 'NotoSans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
	background-color: #ed1c24;
	display: inline-block;
	transition: background-color .5s,color .5s,border-color .5s,color .5s;
	transition-property: background-color, color, border-color, color;
	transition-duration: 0.5s, 0.5s, 0.5s, 0.5s;
	transition-timing-function: ease, ease, ease, ease;
	transition-delay: 0s, 0s, 0s, 0s;
	vertical-align: middle;
}

#mobile-warning #calendar-links a.atc-button:hover,
#mobile-warning #calendar-links a.atc-button:active,
#mobile-warning #calendar-links a.atc-button:focus {
	background-color:#ed1c24;
}

#mobile-warning #calendar-links a.gc {
	margin-bottom: 5px;
	display: inline-block;
}

#mobile-warning #calendar-links p {
	margin: 0;
	font-size: 0;
	line-height: 0;
}

#mobile-warning #calendar-links a.text-link {
	font-size: 16px;
	color: #000;
	line-height: 16px;
	text-decoration: underline;
}

#mobile-warning #calendar-links span {
	margin: 0 10px;
	font-size: 18px;
	line-height: 18px;
}

#mobile-warning #go-to-next {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	display: block;
	background-color: #ed1c24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#mobile-warning #go-to-next:hover {
	background-color: #000;
}

@media (min-width : 1201px) {
	/* mobile warning */

	#mobile-warning > div > div > div > div {
		margin: 0 100px 20px;
	}
}

@media only screen and (max-width : 767px) {
	/* mobile warning */

	#mobile-warning > div > div > div > div {
		position: static;
	}

	#mobile-warning div.mobile-warning-text {
		width: auto;
		text-align: center;
	}

	#mobile-warning #calendar-links {
		margin-top: 20px;
		position: static;
		right: auto;
		top: auto;
	}
}


/* main - how to update */

#how-to-update {
	padding-top: 60px;
	color: #fff;
	background-image: url(../images/how-to-update-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

#how-to-update h2 {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
}

#how-to-update p {
	margin: 0 0 30px;
	font-size: 21px;
	line-height: 25px;
}

#how-to-update div.new-year {
	padding: 35px 50px;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

#how-to-update div.new-year p {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

#how-to-update div.new-year a.download {
	margin-bottom: 0;
}


/* main - how to update 2 */

#howtoupdate {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(left, #bbbbbb 0%, #e0e0e0 50%, #bbbbbb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bbbbbb 0%,#e0e0e0 50%,#bbbbbb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bbbbbb 0%,#e0e0e0 50%,#bbbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 */
}

#howtoupdate h2 {
	font-size: 48px;
	line-height: 48px;
}

#howtoupdate p {
	margin: 0 0 30px;
	font-size: 21px;
	line-height: 25px;
}


/* main - get notified */

#notified {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

#notified p {
	margin-bottom: 10px;
	font-size: 18px;
}

#notified #notification #message {
}

#notified #notification #message p {
	padding: 20px;
	margin-bottom: 0;
	font-weight: bold;
}

#notified #notification #message p.error {
	color: #c00;
}

#notified #notification #message p.subscribed {
	color: #090;
}

.input-text, button#reg-button {
	width: 100%;
	font-size:1.125em;
	border:none;
	padding:10px 30px;
}

.input-text {
	width: 100%;
	margin-bottom:10px;
	color:#999;
	background-color:#f2f2f2;
	border:2px solid #f2f2f2;
}

#notified select option,
#notified select:focus {
	color: #999;
}

#notified select:invalid {
	color: #C2C2C2;
}

#notified #notification p.pp {
	padding-left: 25px;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: left;
	position: relative;
}

#notified #notification p.pp input {
	position: absolute;
	left: 0;
	top: 2px;
}

button#reg-button {
	font-size: 22px;
	font-weight: bold;
	border:2px solid #ed1c24;
	background-color: #ed1c24;
	text-transform: uppercase;
	color: #fff;
}

#reg-button.disabled,
#reg-button.disabled.active,
#reg-button.disabled.focus,
#reg-button.disabled:active,
#reg-button.disabled:focus,
#reg-button.disabled:hover,
#reg-button[disabled],
#reg-button[disabled].active,
#reg-button[disabled].focus,
#reg-button[disabled]:active,
#reg-button[disabled]:focus,
#reg-button[disabled]:hover {
	background-color: #fbd2d3 !important;
	border-color: #fbd2d3 !important;
}

#notified form {
	padding-top: 20px;
}

#notified form p a {
	color: #000;
	text-decoration: underline;
}


/* main - get update */

#get-update {
	padding: 60px 0 0;
	color: #fff;
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #332e2a 50%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000000 0%,#332e2a 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000000 0%,#332e2a 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#get-update .container > div {
	max-width: 968px;
	margin: 0 auto;
}

#get-update h2 {
	margin-bottom: 40px;
	color: #fff;
}

#get-update .container div {
	max-width:968px;
	margin:0 auto;
}

#get-update .container p {
	margin:0 0 30px;
	font-size: 18px;
	color:#fff;
}

#get-update .container p small {
	font-size: 12px;
	display: block;
}

#get-update .container a.download {
	margin-bottom: 25px;
}

#get-update table {
	margin: -15px 0 30px;
}

#get-update table td {
    padding-bottom: 15px;
	font-size: 18px;
	color:#fff;
	text-align: left;
}

#get-update table td.nr {
    width: 45px;
}

#get-update table td.nr span {
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	border: 2px #fff solid;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#get-update table td.text a {
	text-decoration: underline;
}

#get-update .container div.ordered-list {
	margin-bottom: 20px;
}

#get-update .container div.ordered-list p {
	margin-bottom: 10px;
}

#get-update .container div.ordered-list ol li {
	margin: 0 0 5px;
	font-size: 18px;
}

.get-update .btn {
	font-weight: 300;
	background-color:#15a1a4;
}

.get-update .btn:hover,
.get-update .btn:active,
.get-update .btn:focus{
	background-color:#199497;
}


/* how to guide */

.guide .intro {
	margin-bottom: 40px;
}

.guide .intro ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

.guide .intro ul ul {
	margin-top: 5px;
}

.guide .intro ul ul li {
	list-style-type: circle;
}

.guide section.longtext h3 {
	padding: 20px 0 20px 40px;
	margin: 0;
	font-size: 30px;
	position: relative;
	border-top: 1px solid #cecece;
	cursor: pointer;
}

.guide section.longtext h3:hover {
	background-color: #f5f5f5;
}

.guide section.longtext h3:first-of-type {
	border-top: none;
}

.guide #content h3 i {
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 20px;
}

.guide #content h3 + div {
	margin-left: 40px;
	display: none;
}

.guide #content ul {
	margin-bottom: 15px;
	list-style-type: disc;
}

.guide #content p {
	margin: 0 0 25px;
}

.guide #content a {
	color: #0073ac;
}

#toolbox-htg div div.chapter {
	margin-bottom: 40px;
}

#toolbox-htg div h4 {
	margin: 35px 0 20px;
	font-size: 20px;
	font-weight: bold;
}

#toolbox-htg div p {
	margin: 0 0 30px;
}

#toolbox-htg div p.note {
	margin-top: 25px;
	font-size: 18px;
	font-style: italic;
	padding-left: 35px;
	display: block;
	position: relative;
}

#toolbox-htg div p.warning {
	font-weight: bold;
	color: #ed1c24;
}

#toolbox-htg div p.note i {
    margin-top: -12px;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
}

#toolbox-htg div p.caption {
	font-size: 18px;
	font-style: italic;
}

#toolbox-htg div p.screenshot {
	text-align: left;
}

#toolbox-htg div p.screenshot img {
	width: 100%;
	max-width: 800px;
}

#toolbox-htg .sample-button {
	padding: 2px 4px;
	font-size: 16px;
	color: white;
	letter-spacing: 1px;
	border-radius: 2px;
}

#toolbox-htg div ol {
	margin-bottom: 30px;
	margin-left: 0;
}

#toolbox-htg div ol > li {
	margin-bottom: 15px;
}

#toolbox-htg div ol > li:last-child {
	margin-bottom: 0;
}

#toolbox-htg div ol > li p {
	margin-bottom: 15px;
}

#toolbox-htg div ol > li span.button {
	padding: 3px 8px;
	font-size: 20px;
	color: #fff;
	background-color: #ed1c24;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#toolbox-htg div > ul {
	margin: 0 0 25px;
	list-style: none;
}

#toolbox-htg div > ul > li {
	padding-left: 0;
	margin-bottom: 5px;
	text-indent: 0;
	position: relative;
	list-style-type: square;
}

#toolbox-htg div > ul > li span {
	margin-left: 25px;
	display: block;
}

#toolbox-htg div > ul > li span.sample-button {
	margin-left: 0;
	display: inline-block;
}


#toolbox-htg div > ul.disc > li:before {
	font-family: "FontAwesome";
	font-size: 16px;
	content: "\f111";
	color: #999;
	position: absolute;
	left: 0;
	top: 5px;
}

#toolbox-htg div ul.check {
	margin-left: 25px;
}

#toolbox-htg div ul.check > li {
	margin-bottom: 5px;
}

#toolbox-htg div ul.check > li:before {
	font-family: "FontAwesome";
	font-size: 16px;
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 5px;
}

#toolbox-htg .sample-button {
	background-color: #ed1c24;
}


/* footer */

footer {
	padding-top: 40px;
	color: #fff;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #332e2a 50%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000000 0%,#332e2a 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000000 0%,#332e2a 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.index footer {
	padding-top: 100px;
}

footer .container .navbar {
	margin-bottom: 10px;
}

.index footer .container .navbar {
	margin-bottom: 50px;
}

footer .nav > li {
	margin-bottom: 10px;
	border-right: 0 !important;
}

footer .navbar-nav li a {
	padding: 0;
	margin-right: 25px;
	font-size: 15px;
	color: #fff;
}

footer div.legal {
	padding: 15px 0;
	font-size: 12px;
	color: #aaa;
	text-align: left;
	border-top: 1px #aaa solid;
}

footer div.legal p {
	margin-bottom: 10px;
}


/* content */

#content {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 16px;
}

#content h2 {
	margin-bottom: 35px;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
}

#content a:link {
	color: #333;
	text-decoration: underline;
}

#content a:hover,
#content a:active,
#content a:focus,
#content a:visited {
	color: #333;
	text-decoration: underline;
}

#content table {
	border: 0;
}

#content #table-1 {
	width: auto;
}

#content #table-1 td {
	padding: 5px;
}

.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
	white-space: normal;
}

#content p {
	margin: 0 0 15px;
}

#content p.big {
	margin: 0 0 30px;
}

#content table {
	margin-bottom: 40px;
}

#content table th,
#content table td {
	padding: 5px;
	border: 1px #999 solid !important;
	vertical-align: top;
}

#content table th {
	text-align: center;
	background-color: #e0e0e0;
}

.rc #content ul {
	margin-bottom: 15px;
}

.rc #content ul li {
	margin-bottom: 15px;
}

.rc #content ul li:last-child {
	margin-bottom: 0;
}


/* new year */

#new-year-voucher {
	padding-top: 60px;
	padding-bottom: 500px;
	color: #fff;
	background-image: url(../images/pic-year-end-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#new-year-voucher div.ny-voucher {
	max-width: 900px;
	padding: 35px 50px;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

#new-year-voucher div.ny-voucher h2 {
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
}

#new-year-voucher div.ny-voucher p {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: bold;
	color: #555;
}

#new-year-voucher div.ny-voucher p.voucher-code {
	margin: 0 auto 30px;
	text-align: center;
	display: table;
	color: #333;
}

#new-year-voucher div.ny-voucher p.voucher-code strong {
	font-size: 40px;
}

#new-year-voucher div.ny-voucher div.voucher-code-info p {
	margin-bottom: 10px;
	font-size: 18px;
}

#new-year-voucher div.ny-voucher div.voucher-code-info ul {
	margin-left: -15px;
}

#new-year-voucher div.ny-voucher div.voucher-code-info ul li {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	list-style-type: square;
}


/* 2020 spring - safety first */

#safety-first {
	position: relative;
}

#safety-first > div {
	width: 100%;
	padding-top: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

#safety-first img {
	width: 100%;
}

#safety-first div.safety-first-text {
	max-width: 800px;
	padding: 40px 50px;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}

#safety-first div.safety-first-text h2 {
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
}

#safety-first div.safety-first-text p {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

#safety-first div.safety-first-text p.last {
	margin: 0;
}

#safety-first div.safety-first-text p a {
	color: #a10729;
	text-decoration: underline;
}


/* 2020 spring - safety first */

#safety-first-2 {
	position: relative;
}

#safety-first-2 > div {
	width: 100%;
	padding-top: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

#safety-first-2 img {
	width: 100%;
}

#safety-first-2 div.safety-first-text {
	max-width: 1000px;
	padding: 40px 50px;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}

#safety-first-2 div.safety-first-text h2 {
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
}

#safety-first-2 div.safety-first-text h3 {
	margin: 0 0 25px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
}

#safety-first-2 div.safety-first-text p {
	margin: 0 0 20px;
	font-size: 19px;
	color: #333;
}

#safety-first-2 div.safety-first-text p.bigger {
	margin-bottom: 30px;
}

#safety-first-2 div.safety-first-text p.last {
	margin: 0;
}

#safety-first-2 div.safety-first-text p a {
	color: #a10729;
	text-decoration: underline;
}

#safety-first-2 div.safety-first-text ul {
	margin-bottom: 30px;

}

#safety-first-2 div.safety-first-text .video-container {
	margin-bottom: 30px;
	max-width: 560px;

}


/* 2021 summer - summer w joy */

#summer-w-joy {
	background-image: url(../images/summer-2000.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#summer-w-joy > div {
	width: 100%;
	padding: 60px 0;
}

#summer-w-joy img {
	width: 100%;
}

#summer-w-joy div.summer-w-joy-text {
	max-width: 1000px;
	padding: 40px 50px;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}

#summer-w-joy div.summer-w-joy-text h2 {
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
}

#summer-w-joy div.summer-w-joy-text p.big {
	margin: 0 0 25px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
}

#summer-w-joy div.summer-w-joy-text p.code {
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
}

#summer-w-joy div.summer-w-joy-text p {
	margin: 0 0 20px;
	font-size: 19px;
	color: #333;
}

#summer-w-joy div.summer-w-joy-text p.bigger {
	margin-bottom: 30px;
}

#summer-w-joy div.summer-w-joy-text p.last {
	margin: 0;
}

#summer-w-joy div.summer-w-joy-text p a {
	color: #a10729;
	text-decoration: underline;
}

#summer-w-joy div.summer-w-joy-text ul {
	margin-bottom: 30px;

}


/* cookie warning */

body div.cookiewarning {
	display: none;
}

body.cookiewarning div.cookiewarning {
	width: 100%;
	padding: 20px 30px;
	color: white;
	background-color: rgba(0,0,0,.8);
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

body.cookiewarning div.cookiewarning h3 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 15px;
}

body.cookiewarning div.cookiewarning p {
	padding: 0;
	margin: 0 0 10px;
	font-size: 13px;
}

body.cookiewarning div.cookiewarning .btn {
	color: #333;
	margin-right: 20px;
}

body .removecookie {
	display: inline-block;
}

body.cookiewarning .removecookie {
	display: none;
}


/* MEDIA QUERIES */

@media (min-width : 1201px) {
	/* main - how to update */

	#how-to-update {
		padding-bottom: 500px;
	}
}

@media (min-width : 992px) and (max-width : 1200px) {
	/* main - how to update */

	#how-to-update {
		padding-bottom: 360px;
	}


	/* 2020 spring - safety first */

	#safety-first div.safety-first-text {
		max-width: 700px;
	}


	/* 2020 spring - safety first */

	#safety-first-2 div.safety-first-text {
		max-width: 1000px;
	}


	/* 2021 summer - summer w joy */

	#summer-w-joy {
		background-size: 150% auto;
	}

	#summer-w-joy div.summer-w-joy-text {
		max-width: 1000px;
	}


	/* footer */

	footer .navbar-nav li a {
		margin-right: 15px;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
	/* common */

	h2 {
		font-size: 28px;
		line-height: 36px;
	}


	/* navigation */

	.navbar-nav >li a {
		padding-left: 0;
	}

	.de .main-menu > li a {
		margin-left: 12px;
		margin-right: 12px;
	}

	.lang {
		display:none;
	}

	.dropdown-menu {
		left:-120px;
	}


	/* main - how to update */

	#how-to-update {
		padding-bottom: 120px;
	}

	#how-to-update h2 {
		font-size: 38px;
		line-height: 38px;
	}

	#how-to-update a.download {
		margin-bottom: 60px;
	}

	#howtoupdate {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#howtoupdate h2 {
		font-size: 28px;
		line-height: 36px;
	}


	/* 2020 spring - safety first */

	#safety-first > div {
		padding-top: 30px;
	}

	#safety-first div.safety-first-text {
		width: 500px;
	}

	#safety-first div.safety-first-text h2 {
		font-size: 36px;
		line-height: 38px;
	}

	#safety-first div.safety-first-text p {
		font-size: 20px;
	}


	/* 2020 spring - safety first-2 */

	#safety-first-2 > div {
		padding-top: 30px;
	}

	#safety-first-2 div.safety-first-text h2 {
		font-size: 36px;
		line-height: 38px;
	}

	#safety-first-2 div.safety-first-text p {
		font-size: 20px;
	}


	/* 2021 summer - summer with joy */

	#summer-w-joy > div {
		padding-top: 30px;
	}

	#summer-w-joy div.summer-w-joy-text h2 {
		font-size: 36px;
		line-height: 38px;
	}

	#summer-w-joy div.summer-w-joy-text p {
		font-size: 20px;
	}


	/* footer */

	.index footer {
		padding-top: 50px;
	}

	footer {
		padding-top: 30px;
	}

	.index footer .container .navbar,
	footer .container .navbar {
		margin-bottom: 30px;
	}

	footer .navbar-nav li a {
		margin-right: 30px;
	}
}

@media (min-width : 768px) and (max-width: 991px) {
	/* navigation */

	.navbar-nav.smaller > li a {
		padding-left: 0;
	}

	header .navbar-nav {
		max-width: 660px;
	}


	/* footer */

	footer nav,
	footer nav ul {
		width: 100%;
		text-align: center;
	}

	footer nav ul {
		margin-bottom: 10px !important;
	}

	footer nav ul li {
		float: none !important;
		display: inline-block !important;
	}

	footer .navbar-nav li a {
		margin-right: 15px;
		font-size: 15px;
	}
}

@media (min-width : 768px) {
	/* navigation */

	.navbar-fixed-top {
		height: 160px;
		transition: height .5s;
		-webkit-transition: height .5s; /* Safari */
	}

	.navbar-fixed-top .top-logo {
		float: left;
	}

	.navbar-fixed-top h1 {
		margin-top: 23px;
		float: right;
	}

	.nav > li {
		border-right: 1px #fff solid;
	}

	/* menu border-bottom anim */
	.nav > li > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -5px;
		left: 0;
		background-color: #fff;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.nav > li > a:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	footer .nav > li > a:before {
		background-color: #fff;
	}

	.scrolled-nav .navbar-fixed-top {
		height: 140px;
		background-color: transparent;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.85);

		transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-webkit-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;

		transition: height .5s ease;
		-moz-transition: height .5s ease;
		-webkit-transition: height .5s ease;
		-o-transition: height .5s ease;
	}

	.scrolled-nav .navbar-fixed-top .container {
		padding-top: 20px;
	}

	.scrolled-nav .navbar-fixed-top .container .vcenter-parent {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width : 767px) {
	body {
		padding-top: 100px;
	}

	header .top-logo img {
		width: 60px;
	}


	/* navigation */

	.navbar-fixed-top {
		height: auto;
		min-height: 100px;
	}

	.navbar-fixed-top h1 {
		margin: 3px 0 0 10px;
		font-size: 24px;
		line-height: 26px;
		display: inline-block;
		float: left;
	}

	.navbar-fixed-top .container {
		padding-top: 20px;
	}

	.navbar-fixed-top .container .vcenter-parent {
		margin-bottom: 0;
	}

	header .nav > li.active a {
		border-bottom: none;
	}

	header nav .row {
		margin: 0;
	}

	.navbar-toggle {
		margin: 12px 0 0;
		float: right;
	}

	.nav {
		bax-shadow: 0;
		margin: 0;
	}

	.nav li {
		width: 100%;
		margin: 0;
	}

	.nav li a, .navbar-nav .open .dropdown-menu > li > a {
		padding: 4px 0 4px 2px;
		margin: 0;
		text-align: right;
	}

	.navbar-nav .open .dropdown-menu > li {
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-nav .open .dropdown-menu > li > a:hover
	.dropdown-menu li a:hover {
		padding: 4px 10px;
		color: #fff;
	}

	.dropdown-menu li a:hover {
		background-color: #333;
	}

	.navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-nav .open .dropdown-menu > li > a:hover
	.dropdown-menu li a:hover {
		background-color: #f5f5f5;
	}

	.navbar .navbar-collapse {
		box-shadow: none;
		-webkit-box-shadow: none;
		margin-bottom: 15px;
	}

	header header .navbar-collapse.collapse.in {
		border: 0;
	}


	/* main - how to update */

	#how-to-update {
		padding-bottom: 80px;
		text-align: center;
	}

	#howtoupdate {
		text-align: center;
	}

	#howtoupdate {
		padding-top: 50px;
		padding-bottom: 50px;
	}


	/* main - get update */

	#get-update {
		text-align: center;
	}

	#get-update .container div.ordered-list ol li {
		text-align: left;
	}

	#get-update .btn {
		margin-top: 30px;
	}

	.input-text, button#reg-button {
		width:100%;
		left:0;
		text-align:center;
	}

	.main-menu > li a, footer .navbar-nav li a {
		margin-right:0;
	}

	.lang {
		display:inline;
	}


	/* new year */

	#new-year-voucher {
		padding-bottom: 60px;
	}

	#new-year-voucher div.ny-voucher {
		text-align: center;
		float: none;
	}

	#new-year-voucher div.ny-voucher h2 {
		line-height: 44px;
	}

	#new-year-voucher div.ny-voucher div.voucher-code-info {
		text-align: left;
	}


	/* 2020 spring - safety first */

	#safety-first > div {
		padding-top: 60px;
	}

	#safety-first div.safety-first-text {
		width: 100%;
		float: none;
	}


	/* 2020 spring - safety first-2 */

	#safety-first-2 > div {
		padding-top: 60px;
	}

	#safety-first-2 div.safety-first-text {
		width: 100%;
		float: none;
	}


	/* 2021 summer - summer w joy */

	#summer-w-joy {
		background-image: url(../images/summer-600.jpg);
		background-size: 150% auto;
		text-align: center;
	}

	#summer-w-joy > div {
		padding-top: 60px;
	}

	#summer-w-joy div.summer-w-joy-text {
		width: 100%;
		float: none;
	}

	#summer-w-joy div.summer-w-joy-text h2 {
		margin: 0 0 20px;
		font-size: 34px;
		line-height: 36px;
	}

	#summer-w-joy div.summer-w-joy-text p.big {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 28px;
	}

	#summer-w-joy div.summer-w-joy-text p.code {
		margin: 0 0 20px;
		font-size: 34px;
		line-height: 36px;
	}

	#summer-w-joy div.summer-w-joy-text ul {
		margin-left: -20px;
		text-align: left;
	}


	/* guide */

	.guide #content h2 i {
		font-size: 22px;
		top: 15px;
	}


	/* footer */

	footer .navbar-nav>li {
		padding: 0;
		text-align: center;
	}

	footer .navbar-nav>li a {
		display: inline-block;
		line-height: 12px;
	}

	footer p {
		text-align: center;
	}
}

@media only screen and (max-width : 479px) {
	a.download {
		padding: 8px 10px;
	}

	h2 {
		font-size: 22px;
		line-height: 26px;
	}


	/* main - how to update */

	#how-to-update {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#how-to-update a.download {
		margin-bottom: 40px;
	}

	#how-to-update div.new-year p {
		font-size: 20px;
	}

	#how-to-update div.new-year a.download {
		padding: 10px;
		font-size: 16px;
		line-height: 20px;
	}

	#how-to-update div.new-year a.download span {
		padding-right: 25px;
		font-size: 16px;
	}

	#howtoupdate {
		padding-top: 40px;
		padding-bottom: 40px;
	}


	/* main - get notified */

	#notified {
		padding-top: 40px;
		padding-bottom: 40px;
	}


	/* main - get update */

	#get-update {
		padding-top: 40px;
	}

	#get-update h2 {
		margin-bottom: 20px;
	}


	/* 2020 spring - safety first */

	#safety-first > div {
		padding-top: 30px;
	}

	#safety-first div.safety-first-text {
		padding: 30px 50px;
		text-align: center;
	}

	#safety-first div.safety-first-text h2 {
		margin: 0 0 20px;
		font-size: 32px;
		line-height: 34px;
	}

	#safety-first div.safety-first-text p {
		margin: 0 0 20px;
		font-size: 19px;
	}
}

@media only screen and (max-width : 390px) {
	/* navigation */

	.navbar-fixed-top h1 {
		display: none;
	}
}