/****************************/
/* Global css				*/
/****************************/
body {
	font-family: Hyundai;
	font-weight: 300;
	overflow-x: hidden
}
a,
a:visited {
	color: #003166;
}

/* Fonts */
@font-face {
    font-family: "Hyundai";
    src: url("//press.hyundai.gr/wp-content/themes/proweb/fonts/HyundaiSansHead-Regular.otf");
	font-weight: 300;
}
@font-face {
    font-family: "Hyundai";
    src: url("//press.hyundai.gr/wp-content/themes/proweb/fonts/HyundaiSansHead-Medium.otf");
	font-weight: 600;
}
@font-face {
    font-family: "Hyundai";
    src: url("//press.hyundai.gr/wp-content/themes/proweb/fonts/HyundaiSansHead-Bold.otf");
	font-weight: 800;
}

/* Removed Default WP Content */
.page, 
.page-content,
.entry-content {margin: 0 !important;}
.entry-header {display:none;}
.entry-footer {display: none;}

/* Header */
.brand-logo img {
	max-height: 30px;
}
#logo {
	height: 20px;
}
.nav-container {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
nav {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
nav ul a,
nav ul a:visited,
nav ul a:hover {
	font-size: 12px;
	color: #fff;
	background-color: transparent !important;
}
nav ul a {
    margin: 0 20px;
    padding: 0;
}
.sub-menu {
	position: absolute;
	background: #fff;
	margin-left: 0 !important;
	opacity: 0;
}
.sub-menu li {
	padding: 0;
	width: 200px;
	position: relative;
	font-weight: 400;
}
.sub-menu li a {
	display: block;
	width: 100%;
	padding: 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.burger-menu {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* Footer */
/* footer {
	margin-top: -23px;
} */
.footer-logo {
    width: 100%;
    max-width: 500px;
}
.social-media-icon {
    height: 20px;
    fill: #fff;
}
footer a,
footer a:visited {
    color: #fff !important;
}
footer a:hover {
    text-decoration: underline;
}

/* Reusables */
.relative {
	position: relative;
}
.fs-30 {
	font-size: 30px;
}
.fs-50 {
	font-size: 50px;
}
.fs-90 {
	font-size: 90px;
}
.fs-1vw {
	font-size: 1vw;
}
.fs-3vw {
	font-size: 3vw;
}
.fs-5vw {
	font-size: 5vw;
}
.fs-15vw {
	font-size: 15vw;
}
.fw-200 {
	font-weight: 200;
}
.fw-600 {
	font-weight: 600;
}
.lh-50 {
	line-height: 50px;
}
.ls--5 {
	letter-spacing: -5px;
}
.height-100 {
	height: 100vh;
}
.padding-vert-80 {
	padding: 80px 0;
}
.margin-0 {
	margin: 0;
}
.margin-bottom-0 {
	margin-bottom: 0
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.abs-middle {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.full-screen {
	width: 100vw;
	height: 100vh;
}
.uppercase {
	text-transform: uppercase;
}
.ta-center {
	text-align: center;
}
.middle {
	transform: translatey(50%);
}
.pointer {
	cursor: pointer;
}
.blue-bg {
    background: #1f3368;
}
.outline {
	-webkit-text-stroke: 1px #1f3368;
}

/****************************/
/* Home    					*/
/****************************/

.welcome-title {
    font-size: 3vw;
    font-weight: 900;
    color: #fff;
}
.welcome-title span {
    font-size: 2vw;
    font-weight: 600;
}
.welcome-subtitle {
	font-size: 1.5vw;
    color: #fff;
}
.countdown {
	list-style: none;
	margin: 75px 0;
	padding: 0;
	display: block;
	text-align: center;
	color: #fff;
}
.countdown li {
	display: inline-block;
}
.countdown li span {
	font-size: 3vw;
	font-weight: 300;
	line-height: 40px;
}
.countdown li.seperator {
	font-size: 2vw;
	line-height: 40px;
	vertical-align: top;
	width: 40px;
}
.countdown li p {
	color: #a7abb1;
	font-size: 14px;
}
.page-id-48 .menu,
.page-id-48 footer {
	display: none;
}
.page-id-48 nav .brand-logo {
	font-size: 5rem !important;
}


/****************************/
/* Tuscon  					*/
/****************************/
.briefcase-container {
    position: relative;
	border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #1f3368;
	margin: 0 auto;
}
.briefcase {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.briefcase a,
.briefcase a:visited {
    color: #fff !important;
}
.wpforms-container {
    background: #1f3368 !important;
    min-height: 100vh;
}
.wpforms-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color: #fff;
}
.zoom-btn a {
    padding: 20px;
    background: #1f3368;
    color: #fff;
}
.page-id-79 .slick-slide img {
	width: 100%;
	height: auto;
}
.page-id-79 .three-d-section {
	margin-top: -20px;
}

/****************************/
/* Responsive				*/
/****************************/
@media only screen and (max-width:1024px) {
	.countdown-container div {width: 80% !important;}
	.welcome-title {font-size: 4.5vw;}
	.welcome-subtitle {font-size: 2.5vw;}
}

@media only screen and (max-width:768px) {
	.countdown-container div {width: 80% !important;}
	.welcome-title {font-size: 4.5vw;}
	.welcome-subtitle {font-size: 2.5vw;}
	.countdown {margin: 25px 0;}
	.countdown li.seperator {width: 30px;}
	#background-block_5ffd7c86e48af div {width: 90% !important;}
}

@media only screen and (max-width:480px) {
	.fs-3vw {font-size: 8vw;}
	h2, h4 {font-size: 1.5rem;}
	.embeded-video iframe {height: auto;}
	.welcome-subtitle {font-size: 3vw;}
	.countdown li span {font-size: 6vw;}
	#background-block_5ffd7c86e48af div {width: 90% !important;}
}
@media screen and (max-device-width: 1080px) and (orientation: landscape) {
	.page-id-48 nav .brand-logo {display: none;}
}
@media screen and (max-device-width: 480px) and (orientation: landscape) {
	.page-id-48 nav .brand-logo {display: none;}
	.page-id-48 .brand-logo img {max-height: 20px;}
	.welcome-title {font-size: 2.5vw;}
	.welcome-subtitle {font-size: 2.5vw;}
	.countdown li span {line-height: 0;}
}