@charset "UTF-8";

/* SIHK BASE COLORS

- Primary:	#393939
- Accent:	#a53234	 */

/* GENERAL TAGS */

html {
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	cursor: default;
	color: #393939;
	font-family: 'Lora', serif;
	font-size: 12px;
	background-color: #efefef;
	overflow-x: hidden;
}

a {
	outline: none;
	color: #a53234;
	text-decoration: none;
}

a:hover {
	color: #a53234;
	text-decoration: underline;
}

strong, b {
	font-weight: 700;
}

small {
	font-size: 11px;
	color: #999999;
}

/* FORM ELEMENTS */

form {
	margin: 0px;
}

input, textarea, select, button {
	color: #393939;
	font-family: 'Lora', serif;
	font-size: 14px !important;
	font-weight: normal;
	outline: none;
}

.shaded.acc input, .shaded.acc textarea, .shaded.acc select, .shaded.acc button {
	color: #ffffff;
}

input:not([type='radio']):not([type='checkbox']), textarea, button, select {
	line-height: 17px;
	padding: 8px;
	background-color: #dfdfdf;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
	   -moz-appearance: none;

}

.shaded input:not([type='radio']):not([type='checkbox']), .shaded textarea, .shaded button, .shaded select,
.stage input:not([type='radio']):not([type='checkbox']), .stage textarea, .stage button, .stage select {
	background-color: rgba(255,255,255,0.25);
}

textarea {
	vertical-align: bottom;
}

select {
	background-image: url(../gfx/dropdown-arrows-dark-24x32.png);
	background-size: 8px 12px;
	background-position: 8px center;
	background-repeat: no-repeat;
	padding-left: 24px;
}

option {
	background-color: #ffffff;

}

option:not(:first-child) {
	color: #393939;
}

.shaded select, .stage select {
	background-image: url(../gfx/dropdown-arrows-light-24x32.png);
}

.large input:not([type='radio']):not([type='checkbox']), .large textarea, .large button, .large select {
	padding: 5px 8px 5px 8px;
	font-size: 20px !important;
	line-height: 24px;
}

.large select {
	background-size: 12px 16px;
	padding-left: 28px;
}

input[type='radio'], input[type='checkbox'] {
	padding: 0;
	vertical-align: middle;
}

.combo * {
	border-radius: 0 !important;
}

.combo input:not([type='radio']):not([type='checkbox']):first-child,
.combo select:first-child,
.combo button:first-child {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.combo input:not([type='radio']):not([type='checkbox']):not(:first-child),
.combo select:not(:first-child),
.combo button:not(:first-child) {
	margin-left: 1px;
}

.combo input:not([type='radio']):not([type='checkbox']):last-child,
.combo select:last-child,
.combo button:last-child {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

/* GENERAL CLASSES */

.ellipse {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

ul.icolist {
	padding-left: 0;
	list-style-type: none;
}

ul.icolist > li {
	line-height: 20px;
	margin: 6px 0;
}

ul.icolist > li:last-of-type {
	margin-bottom: 0;
}

ul.icolist > li > i {
	width: 32px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #a53234;
	color: #ffffff;
	float: left;
}

ul.icolist > li > span {
	display: block;
	padding: 7px 43px 7px 43px;
}

/* OFF-CANVAS FRAME */

#off-canvas {
	display: none;
	position: relative;
	background: #393939;
	color: #ffffff;
	width: 220px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 0;
	box-shadow: inset 10px 0px 5px -5px rgba(41,41,41,0.75);
}

#off-canvas > p {
	margin: 20px;
	text-align: right;
	font-size: 24px;
	line-height: 54px;
	color: #999999;
}

#off-canvas > p > label {
	cursor: pointer !important;
}

#off-canvas > p > label:hover {
	color: #ffffff;
}

#off-canvas > ul {
	border-top: 1px solid #999999;
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0 20px 20px 20px;
}

#off-canvas > ul.pages {
	display: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#off-canvas > ul.langs {
	font-size: 14px;
}

#off-canvas > ul > li:not(:last-child) {
	margin-bottom: 1px;
}

#off-canvas > ul > li > a {
	display: block;
	padding: 5px 10px;
	color: #ffffff;
}

#off-canvas > ul > li > a:hover {
	color: #ffffff;
	background: rgba(255,255,255,0.15);
	text-decoration: none;
}

#off-canvas > ul > li.active > a {
	color: #ffffff;
	text-decoration: none;
	background: rgba(255,255,255,0.15)
}

#off-canvas > img {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 180px;
	height: auto;
}

#site-wrap {
	min-width: 100%;
	min-height: 100%;
	background-color: #efefef;
	position: relative;
	top: 0;
	right: 0;
	z-index: 1;
	transition: right 0.2s;
}

#show-menu {
	display: none;
    -webkit-appearance: none;
	   -moz-appearance: none;
}

#show-menu:checked ~ #off-canvas {
	display: block;
}

#show-menu:checked ~ #site-wrap {
	right: 220px;
}

/* HEADER */

header {
	padding-bottom: 20px;
	position: relative;
	background-color: #efefef;
}

header > aside {
	margin: 0;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #FFEE8C;
}

header > aside > div {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

header > aside > div > a {
	color: #CC7722;
}

header > aside > div > a > i {
	display:  inline-block;
	vertical-align: middle;
	font-size: 20px !important;
}

header > aside > div > a > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

header > div {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

header > div > h1 {
	width: 226px;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

header > div > h1 > a > img {
	width: 226px;
	height: auto;
	display: block;
}

header > div > nav {
	min-height: 32px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px;
	text-align: right;
}

header > div > nav > ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

header > div > nav > ul > li {
	display: inline-block;
	position: relative;
	list-style: none;
	font-size: 18px;
	text-decoration: none;
	line-height: 32px;
	margin: 0 10px;
}

header > div > nav > ul > li:first-of-type {
	margin-left: 0;
}

header > div > nav > ul > li:last-of-type {
	margin-right: 0;
}

header > div > nav > ul > li.active {
	border-bottom: 2px solid #ed1c24;
}

header > div > nav > ul > li > a {
	display: block;
	padding: 0;
	color: #393939 !important;
}

header > div > nav > ul > li:hover > a {
	color: #ed1c24 !important;
	text-decoration: none;
}

header > div > nav > ul > li > label {
	cursor: pointer !important;
}

header > div > nav > ul > li > label:hover {
	color: #ff0000;
}

header > div > nav > label {
	display: none;
	font-size: 24px;
	line-height: 32px;
	cursor: pointer;
}

header > div > nav > label:hover {
	color: #ff0000;
}

/* MAIN */

main {
	background: #ffffff;
	padding: 0 10px 40px 10px;
}

main > section {
	margin: 0 auto;
	padding: 40px 10px 44px 10px;
	max-width: 760px;
	color: #393939;
	font-size: 16px;
	position: relative;
}

main > section :first-child {
	margin-top: 0;
}

main > section :last-child {
	margin-bottom: 0;
}

main > section.stage {
	margin: 0 -10px;
	padding: 0;
	max-width: none;
	color: #ffffff;
	font-size: 16px;
	background: #a53234;
}

main > section.stage > div > article {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

main > section.stage > div > article > div {
	margin: 0 40px;
}

main > section.stage > div > article:first-of-type > div {
	margin-left: 0;
}

main > section.stage > div > article:last-of-type > div {
	margin-right: 0;
}

main > section.stage > div {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 20px;
}

main > section.stage > div h2 {
	color: #ffffff;
	font-size: 26px;
	line-height: 34px;
}

main > section.stage > div a {
	color: #ffffff;
	text-decoration: underline;
}

main > section.tiles {
	margin: 20px auto 0 auto;
	padding: 0;
	max-width: 780px;
	overflow-y: hidden;
}

main > section.tiles > article {
	margin: 20px 0 0 0;
	width: 50%;
	min-width: 300px;
	display: inline-block;
	vertical-align: top;
}

main > section.tiles > article > div {
	margin: 0 10px;
	padding: 40px;
	background-color: #f5f5f5;
}

main > section.tiles > article > div.same {
	padding-bottom: 200px;
	margin-bottom: -200px;
}

main > section.tiles > article > div.same > :last-child {
	margin-bottom: 40px;
}

main > section.aside {
	position: relative;
	padding: 0;
	max-width: 760px;
	margin-top: 40px;
}

main > section.aside:not(.nosep) {
	margin-bottom: 44px;
}

main > section.aside:not(.nosep):after {
	bottom: -44px !important;
}

main > section.aside > div {
	position: relative;
	margin-right: 280px;
}

main > section.aside.wider > div {
	margin-right: 320px;
}

main > section.aside > aside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 40px 0 20px 0;
	width: 280px;
	background-color: #f5f5f5;
}

main > section.aside.wider > aside {
	width: 320px;
}

main > section.aside > aside.acc {
	background-color: #a53234;
	color: #ffffff;
}

main > section.aside > aside:not(.linked) {
	margin-top: 40px;
}

main > section.aside > aside.linked:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #f5f5f5;
}

main > section.aside > aside.acc.linked:after {
	border-right-color: #a53234;
}

main > section.aside > aside > * {
	margin: 0 40px 20px 40px;
}

main > section.aside:after {
	left: 0 !important;
}

main > section.nopad {
	padding: 0;
	max-width: 760px;
}

main > section:not(.stage):not(.tiles):not(.shaded):not(.nosep):not(:last-child):after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	border: 2px solid #dfdfdf;
	width: 100px;
}

main > section .cont {
	position: relative;
}

main > section h2 {
	margin: 40px 0;
	color: #a53234;
	font-size: 24px;
	font-weight: normal;
	position: relative;
}

main > section h3 {
	margin: 20px 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

main > section h3 small {
	font-size: inherit;
	color: #999999;
	font-weight: normal;
}

main > section p {
	margin: 20px 0;
}

/* FOOTER */

footer {
	width: 100%;
	background-color: #efefef;
}

footer > div {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding: 10px 0 20px 0;
	color: #999999;
	font-size: 10px;
	font-weight: 300;
}

footer > div > h6 {
	font-size: 14px;
	font-weight: bold;
}

footer > div > h6,
footer > div > p {
	margin: 10px 20px 0 20px;
}

footer > div > p > a {
	color: #999999 !important;
}

/* RESPONSIVENESS */

@media only screen
and (max-width: 800px) {

	main > section.aside {
		margin: 20px 10px 0 10px;
	}

}

@media only screen
and (max-width: 700px) {

	main > section.tiles > article > div {
		padding: 20px;
	}

	main > section.tiles > article > div.same > :last-child {
		margin-bottom: 20px;
	}

	main > section.aside > div,
	main > section.aside.wider > div {
		margin-right: 240px;
	}

	main > section.aside > aside,
	main > section.aside.wider > aside {
		width: 240px;
		padding: 20px 0;
	}

	main > section.aside > aside > * {
		margin: 0 20px 20px 20px;
	}

	main > section.aside > aside > :last-child {
		margin-bottom: 0;
	}

}

@media only screen
and (max-width: 640px) {

	#off-canvas > p {
		line-height: 43px;
	}

	#off-canvas > ul.pages {
		display: block;
	}

	header > div > h1 {
		width: 180px;
	}

	header > div > h1 > a > img {
		width: 180px;
		height: auto;
	}

	header > div > nav > label {
		display: block;
	}

	header > div > nav > ul {
		display: none;
	}

	main > section.stage > div > article {
		display: block;
		width: 100%;
	}

	main > section.stage > div > article > div {
		margin: 0;
	}

	main > section.tiles > article {
		display: block;
		width: 100%;
	}

	main > section.aside {
		margin-top: 40px;
	}

	main > section.aside > div,
	main > section.aside.wider > div {
		margin-right: 0;
	}

	main > section.aside > aside,
	main > section.aside.wider > aside {
		position: relative;
		width: 100%;
		height: auto;
	}

	main > section.aside > aside.linked:after {
		top: -20px;
		left: 50%;
		margin-left: -20px;
		width: 0;
		height: 0;
		border: 20px solid transparent !important;
		border-bottom-color: #f5f5f5 !important;
	}

	main > section.aside > aside.acc.linked:after {
		border-bottom-color: #a53234 !important;
	}

}

@media only screen
and (max-width: 380px) {

	main > section {
		font-size: 14px;
	}

	main > section h3 {
		font-size: 16px;
	}

}

/* COOKIE CONSENT */

.cc-nb-main-container {
	padding: 20px !important;
	color: #393939;
	font-family: 'Lora', serif;
	background-color: #dddddd;
}

.cc-nb-title {
	font-size: 20px !important;
}

.cc-nb-text {
	font-size: 14px !important;
}

.cc-nb-okagree,
.cc-nb-reject {
	background-color: #333333 !important;
	box-shadow: none !important;
}

@media only screen
and (max-width: 640px) {

	#termsfeed-com---nb {
		max-width: 100%;
	}

}
