/* *********************** RESET */

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif;
	font-size: 0;
	color: #000;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -1px;
}

a,
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

ol,
ul,
li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

input,
textarea,
select {
	outline: none;
}

textarea,
select {
	-webkit-appearance: none;
}

textarea {
	overflow: auto
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

/* *********************** LAYOUT */

.fullCont {
	width: 100%;
	position: relative;
}

.midCont {
	max-width: 1440px;
	width: 100%;
	margin: auto;
	position: relative;
}

.stdCont {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0 25px;
	box-sizing: border-box;
}

/* *********************** COMMON */

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.hidden {
	opacity: 0 !important;
	display: none !important;
}

.video-close {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	padding: 9px 0;
	background-color: rgba(13, 12, 74, 0.85);
	cursor: pointer;
	width: 130px;
	margin: 20px auto;
	border-radius: 3px;
}

.video-tvspot {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	height: 100%;
	width: 100%;
	z-index: 6000;
}

.video-tvspotWrapper {
	width: 100%;
	max-width: 900px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px;
	padding-top: 0;
}

.videowrapper {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.video-tvspot iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* *********************** HOMEPAGE HEADER */

.header-img {
	width: 100%;
}

.header-stdCont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.header-expoLogo {
	background: url("/img/expoLogo-min.jpg");
	width: 256px;
	height: 93px;
	margin-top: 25px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}

.header-ixlogo {
	background: url("/img/ixgrLogo-min.png");
	width: 103px;
	height: 102px;
	position: absolute;
	bottom: 20px;
	background-color: transparent;
	border-radius: 14px;
}

.header-text {
	font-size: 45px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.49);
	top: 95px;
	font-weight: bold;
}

.header-text span {
	font-weight: 500;
}

.header-menu {
	position: absolute;
	top: 60px;
	right: 0;
	letter-spacing: 0;
	line-height: 25px;
}

.activeMenuItem {
	border-bottom: solid 4px #3699d4;
}

.header-menu-item {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
	line-height: 19px;
}

/* *********************** HOMEPAGE INFO */

.info-days,
.info-tickets {
	width: 50%;
	vertical-align: top;
}

.info-days {
	box-sizing: border-box;
	padding: 25px;
	padding-top: 0;
}

.info-title {
	font-size: 31px;
	font-weight: 500;
	color: #ffffff;
	margin: 35px 0 10px 0;
}

.info-days-title span {
	font-size: 26px;
}

.info-date {
	font-weight: 700;
	font-size: 25px;
	margin: 34px 0;
	color: #2f2f2f;
}

.info-date span {
	font-weight: 500;
	font-size: 22px;
}

.info-date:last-child {
	padding-bottom: 35px;
	border-bottom: solid 4px #020202;
}

.info-tickets {
	box-sizing: border-box;
	box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.59);
	position: relative;
	top: -69px;
	background-color: #fff;
	text-align: right;
	padding: 25px;
}

.info-tickets img {
	width: 100%;
}

.info-tickets .info-title {
	margin-top: 0;
	margin-bottom: 15px;
}

.info-tickets-data {
	font-weight: 300;
	font-size: 22px;
	line-height: 37px;
}

.info-tickets-data span {
	font-weight: 500;
}

.info-date-freeTickets {
	font-size: 17px;
	font-weight: 300;
	margin-top: 10px;
	max-width: 245px;
}

.info-mini {
	width: 100%;
	position: relative;
	top: -170px;
	margin-bottom: -170px;
}

.info-mini .info-miniImg {
	width: 60%;
	display: block;
	position: absolute;
	top: 10%;
	right: 10px;
}

#logos {
	text-align: center;
	margin-bottom: 40px;
}

.logo {
	margin: 10px 20px;
}

/* *********************** HOMEPAGE CARS */

#cars {
	position: relative;
}

.cars img {
	width: 100%;
}

.tvspot {
	font-size: 24px;
	padding: 12px;
	text-align: right;
	color: #fff;
	background-color: #1a1b40;
	cursor: pointer;
	font-weight: 300;
}

.tvspotInner {
	max-width: 1100px;
	width: 100%;
	margin: auto;
}

/* *********************** HOMEPAGE BULLETS */

#bullets {
	background: #191a3e;
	background: -moz-linear-gradient(top, #191a3e 0%, #212252 100%);
	background: -webkit-linear-gradient(top, #191a3e 0%, #212252 100%);
	background: linear-gradient(to bottom, #191a3e 0%, #212252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191a3e', endColorstr='#212252', GradientType=0);
	font-size: 36px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	text-align: center;
	padding: 100px 25px;
}

#bullets div {
	margin: 30px 0;
}

.bullet {
	width: 29px;
	height: 29px;
	background-image: url('/img/bullet-min.png');
	display: inline-block;
	margin-right: 15px;
}

.exhibition {
	margin: 60px auto;
}

.exhibition img {
	padding-right: 20px;
	float: left;
	width: 45%;
}

.exhibition-text {
	font-weight: 300;
	font-size: 20px;
}

.oaka {
	background-color: #1d1e48;
}

.oaka-img {
	width: 40%;
	height: 100%;
	vertical-align: middle;
	background-image: url(/img/oaka-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

.oaka-textWrapper {
	width: 60%;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
	background-color: #1d1e48;
	margin-left: 40%;
}

.oaka-text {
	padding: 55px 0;
	border-top: solid 2px;
	border-bottom: solid 2px;
	margin: 20px 0;
}

#map {
	background-color: #d3d3dd;
	padding-bottom: 80px;
}

#map img {
	width: 100%;
	max-width: 1440px;
	margin: auto;
	display: block;
}

#footer {
	background: #191a3e;
	background: -moz-linear-gradient(top, #191a3e 0%, #212252 100%);
	background: -webkit-linear-gradient(top, #191a3e 0%, #212252 100%);
	background: linear-gradient(to bottom, #191a3e 0%, #212252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191a3e', endColorstr='#212252', GradientType=0);
}

.footer-contact {
	background-color: #191a3e;
	box-shadow: -1px 6px 10px 2px rgba(0, 0, 0, 0.45);
	padding: 50px 35px;
	position: relative;
	top: -65px;
}

.footer-contact-data,
.footer-contact-form {
	display: inline-block;
	vertical-align: top;
}

.footer-contact-data {
	width: 50%;
}

.footer-contact-form {
	width: 49%;
}

.footer-contact-data img {
	margin-bottom: 17px;
}

.footer-contact-data-wrapper {
	font-size: 18px;
	font-weight: 300;
	color: #d2d2d2;
	line-height: 32px
}

.footer-contact-data-wrapper span {
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
}

.footer-contact-form {
	text-align: right;
}

.footer-contact-form input[type='text'],
textarea {
	display: block;
	text-align: right;
	background-color: #d1d1d8;
	color: #848484;
	border: none;
	font-size: 17px;
	font-weight: 400;
	padding: 12px;
	margin: 15px 0;
	margin-right: 0;
	margin-left: auto;
	min-width: 80%;
	font-family: 'Roboto', sans-serif;
}

.footer-contact-form input[type='submit'] {
	background-color: #2788c1;
	color: #fff;
	border: none;
	padding: 11px 25px;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}

.footer-contact-form-title {
	font-size: 19px;
	font-weight: 500;
	color: #fff;
}

.footer-menu-item {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	opacity: .5;
	cursor: pointer;
	margin-right: 15px;
	letter-spacing: 0;
}

.footer-menu {
	position: relative;
	z-index: 2;
}

.footer-copyright {
	text-align: right;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	opacity: .5;
	display: block;
	position: relative;
	top: -15px;
	z-index: 1;
	padding-bottom: 30px;
	letter-spacing: 0;
}

.footer-menu,
.footer-copyright {
	vertical-align: middle;
}

.googleMap-title,
.organization-title {
	font-size: 43px;
	font-weight: 400;
	margin: 40px 0 15px 0;
}

.organization-title {
	margin-bottom: 25px;
	font-size: 31px;
	text-align: center;
}

.organization-logo {
	display: block;
	margin: auto;
	text-align:center;
}

.googleMap-map {
	border: solid 1px #c5c3c3;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.24);
}

#directions {
	padding: 45px 0 130px 0;
}

#directions a {
	color: #48b0ef;
	font-weight: 500;
}

.directions-title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 25px;
}

.directions-subtitle {
	font-size: 25px;
	font-weight: 400;
}

.directions p {
	font-size: 21px;
	font-weight: 300;
	color: #1f1f1f;
	line-height: 32px;
}

.underConstruction {
	min-height: 800px;
	font-size: 25px;
	text-align: center;
	padding: 65px 25px;
	max-width: 490px;
	margin: auto;
	color: #313131;
}

#organization {
	min-height: 800px;
}

#contact-form .footer-contact {
	background-color: transparent;
	box-shadow: none;
	margin-top: 55px;
}

#contact-form .footer-contact-data-wrapper {
	color: #444444;
}

#contact-form .footer-contact-form-title {
	color: #444444;
}

#contact-form .footer-contact-form input[type='text'],
#contact-form textarea {
	background-color: #f9f9f9;
	color: #6d6d6d;
	border: solid 1px #c3c0c0;
	font-family: 'Roboto', sans-serif;
}

#contact-form .footer-contact-form input[type='submit'] {
	background-color: #1e346d;
}

#contact #footer {
	padding-top: 30px;
}

#contactFormWarning {
	font-size: 16px;
	color: #fff;
	background-color: red;
	padding: 10px;
	margin-bottom: 15px;
	width: 80%;
	margin-right: 0;
	margin-left: auto;
}

#contact #footer {
	background: #151c52;
}

#exhibitors-menu {
	border-bottom: solid 1px #d8d8d8;
	background-color: #1682c3;
}

.exhibitors-menuWrapper {
	padding: 10px 20px;
	margin: auto;
	text-align: center;
}

.exhibitors-formMainTitle,
.exhibitors-contentMainTitle {
	margin: 20px 0 55px 0;
	font-size: 22px;
	color: #3a3a3a;
}

.exhibitors-menuItem {
	font-size: 18px;
	padding: 6px 20px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 500;
	border-radius: 2px;
	vertical-align: middle;
}

.exhibitors-activeMenuItem {
	background-color: #203a6f;
}

.exhibitors-content {
	display: none;
	min-height: 700px;
	text-align: center;
	padding: 30px;
	padding-top: 40px;
}

.exhibitors-katopsi {
	display: block;
	max-width: 350px;
	margin: 20px auto 20px auto;
	padding: 15px;
	background-color: #efefef;
	color: #3e3e3e;
}

.exhibitors-katopsi:hover {
	background-color: #e8e8e8;
}

.c4 img {
	max-width: 500px;
	margin: 30px auto;
	display: block;
	width: 100%;
}

.c4 a {
	background-color: #3899d4;
	color: #fff;
	padding: 14px 0px;
	display: block;
	max-width: 355px;
	margin: 100px auto;
	font-size: 18px;
}

.c1 {
	font-size: 20px;
	line-height: 50px;
	min-height: 800px;
	padding: 60px;
	padding-bottom: 140px;
}

#terms {
	max-width: 980px;
	margin: auto;
	padding: 30px 20px 200px 20px;
}

#terms p {
	font-size: 17px;
}

.exhibitors-formSection {
	font-size: 19px;
	font-weight: bold;
	margin: -10px 0;
	margin-top: 38px;
}

.exhibitors-formInputTitle {
	font-size: 15px;
	margin-top: 35px;
	font-weight: bold;
	color: #3799d4;
}

.exhibitors-formInput {
	font-size: 17px;
	margin: 10px auto;
	border: solid 1px #d8d8d8;
	padding: 12px 15px;
	border-radius: 2px;
	max-width: 570px;
	width: 90%;
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.exhibitors-formInputDescription {
	font-size: 14px;
	font-style: italic;
	color: #656565;
	max-width: 400px;
	margin: auto;
	text-align: center;
	margin-top: 9px;
}

.exhibitors-formTextarea {
	background-color: #fff;
	border: solid 1px #c7c7c7;
	display: block;
	margin: auto;
	text-align: left;
	color: #2b2b2b;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	margin-bottom: 20px;
	min-width: 0 !important;
	width: 90%;
	max-width: 570px;
	min-height: 140px;
	margin-top: 15px;
}

.c2 {
	font-size: 20px;
	min-height: 2850px;
}

.exhibitors-formSelect {
	padding: 10px;
	max-width: 570px;
	margin: 15px 0;
	width: 90%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	border: solid 1px #d8d8d8;
}

.exhibitors-termsLabel {
	cursor: pointer;
}

.exhibitors-formInputTitle span,
.exhibitors-termsLabel span {
	color: #d64a4a;
}

.exhibitors-formSection:first-child {
	margin-top: 25px;
}

.exhibitors-formText {
	font-size: 14px;
}

.exhibitors-formSubmit {
	background-color: #45a6e0;
	border: none;
	color: #fff;
	padding: 13px 0;
	font-size: 17px;
	font-weight: 700;
	border-radius: 2px;
	cursor: pointer;
	margin: 25px 0;
	width: 90%;
	max-width: 570px;
	margin-top: 5px;
}

.exhibitors-formText {
	max-width: 400px;
	margin: 25px auto;
}

.exhibitors-formWarnings {
	font-size: 17px;
	color: red;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	max-width: 570px;
	width: 90%;
	margin-bottom: 15px;
}

.exhibitors-contentListTitle {
	font-weight: bold;
	margin: 40px auto 10px auto;
	text-align: left;
	font-size: 22px;
	width: 90%;
	max-width: 566px;
}

.exhibitors-contentList,
.exhibitors-contentList li {
	list-style-type: disc;
}

.exhibitors-contentList {
	list-style-type: disc;
	width: 90%;
	margin: auto;
	max-width: 520px;
	text-align: left;
}

.exhibitors-contentList li {
	margin: 15px 0;
}

#ytVideo {
	padding-bottom: 20px;
	padding-top: 5px;
}

.videoCov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#photoGallery {
	position: relative;
	margin: auto;
	max-width: 820px;
	padding: 0 40px;
	padding-bottom: 160px;
}

#photoGallery img {
	width: 100%;
	border: solid 1px rgba(0, 0, 0, 0.14);
}

.section-title {
	text-align: center;
	color: #1b1c44;
	font-size: 41px;
	font-weight: 700;
	line-height: 50px;
	margin: 40px 0;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.imgWrapper {
	position: relative;
}

#previous,
#next {
	width: 60px !important;
	border: none !important;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	opacity: .8;
}

#previous {
	left: 30px;
}

#next {
	right: 30px;
}

/* ***************************************** MEDIA QUERIES */

@media only screen and (min-width: 0) and (max-width: 890px) {
	
	.info-days{
		display:none !important;
	}

	.header-menu {
		position: absolute;
		top: 140px;
		right: 0;
		left: 0;
		letter-spacing: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.info-date-freeTickets {
		margin: auto;
	}

	.header-expoLogo {
		background: url(/img/expoLogo-min.jpg);
		width: 256px;
		height: 93px;
		margin-top: 25px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.info-mini .info-miniImg {
		width: 60%;
		display: block;
		position: absolute;
		top: 25%;
		right: 10px;
	}

	.oaka-textWrapper {
		display: block;
		width: 100%;
	}

	.oaka-text {
		margin-top: 0;
		text-align: center;
		text-shadow: 2px 2px 5px #000;
	}

	#oaka {
		background: url('/img/oaka2-min.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.oaka {
		background-color: transparent;
	}

	.oaka-textWrapper {
		background-color: transparent;
		width: 100%;
		margin-left: 0;
	}

	.oaka-img {
		display: none;
	}
}

@media only screen and (min-width: 0) and (max-width: 735px) {

	.tvspot {
		text-align: center;
	}

	.info-date {
		text-align: center;
	}

	#bullets {
		padding: 30px 25px;
	}

	#contactFormWarning {
		width: 100%;
		box-sizing: border-box;
	}

	.footer-contact-data,
	.footer-contact-form {
		display: block;
		width: 100%;
		text-align: center;
	}

	#contact .footer-contact-data,
	#contact .footer-contact-form {
		display: block;
		width: 100%;
		text-align: left !important;
	}

	.footer-contact-form-title {
		margin-top: 30px;
	}

	.footer-contact-form input,
	.footer-contact-form textarea {

		box-sizing: border-box;
		width: 100%;
		text-align: left !important;
	}

	.footer-contact-form input[type='submit'] {
		text-align: center !important;
	}

	.exhibition img {
		display: none;
	}

	.exhibition div {
		font-size: 58px !important;
	}

	.exhibition p {
		font-size: 20px !important;
	}

	.info-days,
	.info-tickets {
		width: 100%;
		display: block;
	}

	.info-date:last-child {
		border-bottom: none;
	}

	.info-tickets {
		margin-top: 110px;
		text-align: left;
	}

	.info-mini .info-miniImg {
		top: 35%;
	}

	.info-mini img:first-child {
		opacity: 0;
	}

	#cars {
		margin-top: 25px;
	}
}

@media only screen and (min-width: 0) and (max-width: 640px) {

	.footer-menu-item {
		text-align: center;
		display: block;
		margin: 7px 0;
	}

	.footer-copyright {
		text-align: center;
		padding-bottom: 80px;
		line-height: 23px;
		top: 0;
		margin-top: 20px;
	}

	#bullets div {
		font-size: 25px !important;
	}
}

@media only screen and (min-width: 0) and (max-width: 610px) {
	
	.info-days{
		display:none;
	}

	#header {
		height: 500px;
	}

	.header-text {
		font-size: 38px;
		top: 95px;
	}

	#index #header .midCont {
		height: 100%;
		overflow: hidden;
		background-image: url('/img/headerImg-min.jpg');
		background-position: center center;
		background-size: cover;
	}

	#visitors #header .midCont {
		height: 100%;
		overflow: hidden;
		background-image: url('/img/visitorsImg-min.jpg');
		background-position: center right;
		background-size: cover;
	}

	#exhibitors #header .midCont {
		height: 100%;
		overflow: hidden;
		background-image: url('/img/exhibitorsImg-min.jpg');
		background-position: center right;
		background-size: cover;
	}

	#organization #header .midCont {
		height: 100%;
		overflow: hidden;
		background-image: url('/img/organizationImg-min.jpg');
		background-position: center right;
		background-size: cover;
	}

	#contact #header .midCont {
		height: 100%;
		overflow: hidden;
		background-image: url('/img/contactImg-min.jpg');
		background-position: center right;
		background-size: cover;
	}

	#header .midCont img:first-child {
		height: 100%;
		width: auto;
		margin-left: -55%;
		display: none;
	}
}