@charset "utf-8";

/* Google Fonts
font-family: 'Roboto', sans-serif;
100 thin - 300 light - 400 regular - 500 medium - 700 bold - 900 black */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');
/* font-family: 'Dosis', sans-serif;
400 regular - 500 medium - 700 bold */
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,700&display=swap');
/* font-family: 'Sacramento', cursive;
400 regular */
/*@import url('https://fonts.googleapis.com/css?family=Sacramento&display=swap'); */
/* font-family: 'Dancing Script', cursive;
400 regular */
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');

/* Import Font Awesome */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/font-awesome/fontawesome-webfont.eot');
	src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/font-awesome/fontawesome-webfont.woff2') format('woff2'), url('fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg?#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300; /* light */
	min-height: 100%; /* body - important for disable scrolling with JS */
	overflow-x: hidden;
	text-transform: uppercase; /* all caps */
}

* {
    box-sizing: border-box;
}

/* Remove blue border in FF from img links */
:focus {
	outline: 0;
}

/* Remove blue border when link touched */
/* Do not use for text input fields - or use value initial */
a, label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
	text-decoration: none;
}

.icon_bf::before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 17px;
    line-height: 1.0;
	vertical-align: middle;
	font-style:  normal;
	font-variant: normal;
	font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    content: "\f017"; /* default icon */
    margin: 0 10px 0 0;
    /* padding-bottom: 3px; */
}

.table {
	display: table;
}

.table_row {
	display: table-row;
}

.table_cell {
	display: table-cell;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

.align_j {
	text-align: justify;
}

.align_last_l {
	text-align-last; left;
}

.valign_t {
	vertical-align: top;
}

.valign_b {
	vertical-align: bottom;
}

.valign_c {
	vertical-align: middle;
}

.upp_case {
	text-transform: uppercase;
}

.low_case {
	text-transform: lowercase;
}


/* General */
.container {
	display: table;
}

.boxed_content {
	margin: 0 auto;
	width: 100%;
	max-width: 1199px;
	padding: 0 30px 0 30px;
}

.nopadd {
	padding: 0;
}

.boxed_text {
	margin: 0 auto;
	width: 80%;
	max-width: 1199px;
}

.fullw_content_padd {
	width: 100%;
	padding: 0 30px 0 30px;
}

.button_cta {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500; /* light */
	font-size: 19px;
	letter-spacing: -0.70px;
	line-height: 20px;
	padding: 16px 24px 16px 24px;
	border: 1px solid #E1E1E1;
	border-radius: 500px;
	display: inline-block;
	color: #E1E1E1;
	text-transform: uppercase;
	text-align: center;
	/* slide-up animation START */
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #000 50%, #E1E1E1 50%);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
	/* slide-up animation END */
}

.button_cta a {
	color: #FFFFFF;
	text-decoration: none; 
	/* Remove blue border when link touched */	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);	
}

.button_cta:hover, .button_cta a:hover {
	cursor: pointer;
	color: #000;
	background-position: 0 +100%;
}

.button_cta:active {
	/* TBD on-click action
	position:relative;
	top:1px;
	*/
}


/* Header */
.header_section {
	width: 100%;
    height: 100vh;
    display: table;
    overflow: hidden;
}

.header_row {
    display: table-row;
}

.header_container_top {
	display: table-cell;
    width: 100%;	
    background-color: #000;
}

.nav_logostripe {
    display: table;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

.nav_logostripe_col {
    display: table-cell;
	width: 33%;
    vertical-align: middle;
    line-height: 0;
	font-size: 18px;
}

.nav_logostripe_col.col1 {
}

.nav_logostripe_col.col2 {
	text-align: center;
}

.nav_logostripe_col.col2 .icon_wrapper {
	display: none;
	margin-left: 18px;
}

.nav_logostripe_col.col3 {
}

.nav_logostripe_col.col3 .icon_wrapper {
	display: none;
}

.nav_bizhours {
	line-height: 1.6;
}

.nav_bizhours .bizhours_line1 {
	font-weight: 500;
	color: #E1E1E1;
}

.nav_bizhours .bizhours_line2 {
	font-weight: 400;
	color: #8c8c8c;
}

.bizhours_open {
	font-size: 27px;
	line-height: 1.4;
}

.nav_logo_content {
	/* anim initial state */
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-ms-transform: scale(0.0);
	-o-transform: scale(0.0);
	transform: scale(0.0);
	width: 270px;
	height: 100px;
	display: inline-block;
	background-image: url(img/logo_sk_white-000.png);
	background-repeat: no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: bicubic;
	image-rendering: high-quality;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: bicubic;
}

.nav_phone {
	line-height: 1.4;
}

.nav_phone .icon_wrapper {
	display: none;
}

.nav_phone .reservation_line1 {
	font-weight: 500;
	color: #8c8c8c;
	text-transform: uppercase;
}

.nav_phone .reservation_line2 {
	font-size: 29px;
	font-weight: 500;
	color: #E1E1E1;	
}

.ico_phone.icon_bf::before {
    content: "\f095";
	font-size: 32px;
	color: #8c8c8c;
}

.nav_phone .button_cta {
	text-transform: uppercase;
}

.header_container_bottom {
	position: relative;
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.header_visual_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background-image dynamic in head css */
	background-size: cover;
	background-repeat: no-repeat;
	/* anim initial state */
	-webkit-transform: scale(6.0);
	-moz-transform: scale(6.0);
	-ms-transform: scale(6.0);
	-o-transform: scale(6.0);
	transform: scale(6.0);
}

.header_visual_opacity {
	opacity: 0; /* anim initial state */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.header_content {
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Countdown */
.countdown_wrapper {
	opacity: 0; /* anim init */
	display: table;
	width: 100%;
	font-family: 'Dosis', Arial, sans-serif;
	color: #FFF;	
}

.cd_digit_wrapper, .cd_digit_seperator {
	display: table-cell;
	text-align: center;
}

.cd_digit_wrapper {
	width: 25%;
	min-width: 266px;
}

.cd_digit {
	display: inline-block;
}

.cd_digit_seperator {
	opacity: 0.5;
	width: 12.5%;
}

.cd_digit, .cd_digit_seperator {
	font-size: 250px;
	line-height: 1.0;
	font-weight: 500;
}

.cd_label {
	display: block;
	font-size: 30px;
	line-height: 1.0;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 0.5;
}

.cd_digit, .cd_digit_seperator {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


/* Benefits */
.content_section.benefits {
	background-color: #000;
	padding-top: 135px;
	padding-bottom: 135px;
	vertical-align: middle;
}

.benefits_visual_bg {
    background-image: url(img/bg_visual_benefits.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: bicubic;
	image-rendering: high-quality;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: bicubic;
	/* responsive fix - wrapper */
	position: relative;
	padding-top: 40.12%; /* image height 481/width 1199  */
}

.benefits_visual_bg > div {
	/* responsive fix - box spanner */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	opacity: 0;
}

.storyline_wrapper {
	padding-bottom: 115px;
}

.storyline {
	color: #E1E1E1;
	text-align: center;
	line-height: 1.2;
}

.story_1 {
	font-size: 65px;
	font-weight: 500;
	padding-bottom: 20px;
}

.story_2 {
	font-size: 42px;
	color: #8c8c8c;
}


/* Google Maps */
.content_section.maps {
	height: 650px;
}

#maps_location	{
	width: 100%;
	height: 650px;
	border: 0;
}


/* Footer*/
.content_section.footer {
	background-color: #000;
}

.footer .boxed_content {
	display: table;
	padding-top: 65px;
	padding-bottom: 65px;
	font-size: 16px;
}

.footer_row {
	display: table-row;
}

.footer_col {
	display: table-cell;
	width: 33.3%;
	padding: 15px;
	color: #8c8c8c;
	line-height: 1.5;
}

.bizhours_footer {
	display: none; /* init */
	/* reset inherit */
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #8c8c8c;	
}

.footer a {
	color: #8c8c8c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

.footer a:hover {
	color: #E1E1E1;
	-webkit-tap-highlight-color:  #E1E1E1;
}

.footer_headline {
	/* font-family: 'Dosis', Arial, sans-serif; */
	color: #E1E1E1;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer_ico.icon_bf::before {
	color: #8c8c8c;
}

.footer_col .icon_bf::before {
	font-size: 62px;
	color: #8c8c8c;
	padding-bottom: 35px;
}

.ico_open.icon_bf::before, .bh_open.icon_bf::before {
    content: "\f09c"; /* f13e */
}

.bh_closed.icon_bf::before {
    content: "\f023";
}

.ico_booking.icon_bf::before {
    content: "\f145";
}

.ico_location.icon_bf::before {
    content: "\f192"; /*  f041 f279 f278 */
}

.ico_fb.icon_bf::before {
    content: "\f230";
}

.ico_insta.icon_bf::before {
    content: "\f16d";
}

.ico_fb.icon_bf::before,
.ico_insta.icon_bf::before {
	font-size: 20px;
	padding-bottom: 3px;
	margin-right: 4px;
	color: #8c8c8c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.ico_fb.icon_bf:hover::before,
.ico_insta.icon_bf:hover::before {
	color:#E1E1E1;
}

.footer .table {
	width: 65%;
}

.footer .table_cell:first-child {
	text-transform: uppercase;
	font-weight: 400;
	color: #E1E1E1;
}

.footer .table_cell:first-child span {
	float: right; /* dot day indicator */
}

.footer .table_cell.open_closed {
	padding-left: 15px;
}

.footer .table_cell {
	border-bottom: 1px dotted #8c8c8c;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
}

.footer_legal {
}

.footer_legal .boxed_content {
	display: table;
}

.footer_legal .legal_col {
	display: table-cell;
	width: 50%;
	color: #8c8c8c;
	font-weight: 400;
	vertical-align: middle;
}

.legal_col.privacy span {
	user-select: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.legal_col.privacy span:hover {
	color: #464646;
}

.legal_col.tagline {
	font-family: 'Dancing Script', cursive;
	text-transform: none; /* reset all caps */
	font-size: 24px;
	color: #9d9d9c;
	line-height: 1.1;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.legal_col.tagline div {
	display: inline-block;
	vertical-align: middle;
}

.legal_col.tagline > div {
	padding-bottom: 0; /* vertical align */
}

/* Sprite logo animation */
#spriteContainer {
    width: 120px;
    height: 20px;
	display: inline-block;
	margin-left: 3px;
}

#spriteContainer:hover {
	cursor: default;
}

a #spriteContainer:hover {
	cursor: pointer;
}

.animate {
    background: url("img/tomdenkt_logo-lite_h-sprite_120x20.png") no-repeat;
    
    -webkit-animation: play 1.466s steps(43) forwards;
       -moz-animation: play 1.466s steps(44) infinite;
        -ms-animation: play 1.466s steps(44) infinite;
         -o-animation: play 1.466s steps(44) infinite;
            animation: play 1.466s steps(43) forwards;
}

.animatehover {
    background: url("img/tomdenkt_logo-lite_h-sprite_120x20.png") no-repeat;
 	cursor:pointer;
	
    -webkit-animation: playhover 1.466s steps(43) forwards;
       -moz-animation: playhover 1.466s steps(44) infinite;
        -ms-animation: playhover 1.466s steps(44) infinite;
         -o-animation: playhover 1.466s steps(44) infinite;
            animation: playhover 1.466s steps(43) forwards;
}

.animatepause {
    background: url("img/tomdenkt_logo-lite_h-sprite_120x20.png") no-repeat right center;
 	animation-play-state: paused;
}

@-webkit-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}

@-moz-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-ms-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-o-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}



@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}

@-moz-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-ms-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-o-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}


/* Tablet */
@media only screen and (max-width: 980px) {

	.boxed_content {
		padding-left: 25px;
		padding-right: 25px;
	}

	.nav_logo_content {
		width: 189px;
		height: 70px;
	}
	
	.nav_logostripe {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.nav_logostripe_col {
		font-size: 16px;
	}

	.ico_phone.icon_bf::before {
		font-size: 30px;
	}

	.bizhours_open {
		font-size: 25px;
		line-height: 1.2;
	}
	
	.nav_phone .reservation_line2 {
		font-size: 27px;
	}	

	.countdown_wrapper {
	}

	.cd_digit_wrapper {
		width: 25%;
		min-width: 175px;
	}

	.cd_digit, .cd_digit_seperator {
		font-size: 150px;
	}
	
	.footer .table {
		width: 85%;
	}	

}


/* Mobile */
@media only screen and (max-width: 767px) {
	
	body, html {
		font-weight: 400; /* regular */
	}

	.boxed_content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.nav_logostripe {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.nav_logostripe_col.col1 {
		display: none;
	}

	.nav_logostripe_col.col2 {
		text-align: left;
	}
	
	.nav_logostripe_col {
		width: 50%;
	}	
	
	.nav_logo_content {
		width: 149px;
		height: 55px;
	}
	
	/*
	.nav_phone .icon_wrapper {
		display: inline-block;
	}
	*/
	
	/*:
	.reservation_line1 {
		display: none;
	}
	
	.reservation_line2 {
		display: none;
	}
	*/

	.nav_logostripe_col.col2 .icon_wrapper {
		display: inline-block;
	}
	
	.nav_logostripe_col.col2 .icon_wrapper {
		vertical-align: top; /* fix two divs diff height beside */
	}	
	
	.icon_wrapper .ico_busyhours.icon_bf::before,
	.icon_wrapper .ico_phone.icon_bf::before {
		background-color: #E1E1E1;
		border-radius: 50%;
		color: #000;
		display: table-cell;
		font-size: 34px;
		line-height: 34px;
		height: 34px;
		width: 34px;		
		padding: 10px;
		text-align: center;
		vertical-align: baseline;
	}	
	
	/*
	.ico_phone.icon_bf::before {
		background-color: #E1E1E1;
		border-radius: 50%;
		color: #000;
		display: table-cell;
		font-size: 34px;
		line-height: 34px;
		height: 34px;
		width: 34px;		
		padding: 10px;
		text-align: center;
		vertical-align: baseline;
	}
	*/

	.header_content {
		padding-top: 2vw;
		padding-bottom: 2vw;
	}

	/* Countdown */
	.countdown_wrapper {
		opacity: 0; /* anim init */
		display: block;
	}

	.cd_digit_wrapper, .cd_digit_seperator {
		display: block;
		width: 100%;
		text-align: center;
		vertical-align: middle;
	}

	.cd_digit {
		display: inline-block;
		font-size: 29vw;
	}
	
	.cd_digit_seperator {
		display: none;
	}
	
	.cd_label {
		font-size: 4vw;
		margin-top: 1vw;
		margin-bottom: 2vw;
	}
	
	/* Benefits */
	.content_section.benefits {
		padding-top: 22vw;
		padding-bottom: 22vw;
	}
	
	.storyline_wrapper {
		padding-bottom: 18vw;
	}	
	
	.content_section.benefits .boxed_content {
		padding-left: 5.94vw;
		padding-right: 5.94vw;
	}
	
	/* Google Maps */
	.content_section.maps {
		height: 500px;
	}

	#maps_location {
		height: 500px;
	}	

	/* Footer */
	.footer .boxed_content {
		padding-top: 22vw;
		padding-bottom: 22vw;
	}	
	
	.footer_col {
		display: block;
		width: 100%;
		margin-top: 55px;
	}
	
	.bizhours_footer {
		display: block;
		/* reset inherit */
		font-weight: 400;
	}
	
	.footer_col:first-child {
		margin-top: 0; /* reset */
	}
	
	.footer_col .icon_bf::before {
		font-size: 92px;
	}
	
	.ico_fb.icon_bf::before, .ico_insta.icon_bf::before {
		font-size: 20px; /* reset */
	}

	.footer_headline {
		font-size: 24px;
	}
	
	.footer .table {
		width: 85%;
	}

	.footer .table_cell {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.footer .table_cell:first-child {
		font-weight: 500;
	}
	
	.footer_legal .boxed_content {
		padding-top: 0;
		padding-bottom: 65px;
	}
	
	.footer_legal .legal_col {
		display: block;
		width: 100%;
		text-align: left;
		padding: 5px 15px;
	}
	
	.footer_legal .legal_col:last-child {
		padding-top: 15px;
		padding-bottom: 0;
	}

	.legal_col.tagline div {
		/* display: block; */
	}	
	
}


/* Tiny screens */
@media only screen and (max-width: 549px) {

	.boxed_content {
		width: 100%;
		padding-left: 2.97vw;
		padding-right: 2.97vw;
	}

	.nav_logostripe {
		padding-top: 2.97vw;
		padding-bottom: 2.97vw;
	}
	
	.nav_logo_content {
		width: 135px;
		height: 50px;
	}
	
	.nav_logostripe_col.col2 .icon_wrapper {
		display: none;
	}
	
	.nav_logostripe_col.col3 .icon_wrapper,
	.nav_logostripe_col.col3 .nav_phone {
		display: inline-block;
	}
	
	.icon_wrapper {
		margin-top: 3px; /* vertical-align */
	}	
	
	.icon_wrapper .ico_busyhours.icon_bf::before,
	.icon_wrapper .ico_phone.icon_bf::before {
		font-size: 31px;
		line-height: 31px;
		height: 31px;
		width: 31px;		
		padding: 8px;
	}
	
	.nav_logostripe_col.col3 .nav_phone {
		margin-left: 10px;
	}

	.icon_wrapper .ico_phone.icon_bf::before {
		background-color: #8c8c8c;
		color: #000;
	}	
	
	.nav_phone .reservation_line1, .nav_phone .reservation_line2 {
		display: none;
	}
	
	.nav_phone .icon_wrapper {
		display: inline-block;
	}

}


/* Tiny height screens */
@media only screen and (max-height: 549px) {

	.cd_digit {
		font-size: 17.5vh;
	}
	
	.cd_label {
		font-size: 3.5vh;
		margin-top: 1vh;
		margin-bottom: 1.3vh;
	}
	
}