body,html {
	padding: 0;
	margin: 0;
}

@font-face {
    font-family: 'metroline_scriptregular';
    src: url('../fonts/metroline-script-regular-webfont.woff2') format('woff2'),
         url('../fonts/metroline-script-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.rotate {
	transform: rotate(-90deg);
}

body {
	padding: 0;
	margin: 0;
	background: #202020 url(../img/bg-texture2.jpg) repeat;
	background-position: center;
	color:#fff;
	font-family: coronette,serif;
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
	line-height: 1.7em;
}

h1, h2 {
	font-size: 3.5em;
	font-family: 'metroline_scriptregular';
	padding-bottom: 10px;
}

p.lead {
	margin-bottom: 30px;
}

.swiper-slide h1 {
	font-size: 8em;
}

header .main-logo, header, .ss-cta-button a, ul.convention-calendar li.date-entry, ul.convention-calendar li.date-entry::before,
 header .main-nav li a::after, ul.convention-calendar li.date-entry a::after, header .social-icons a, header .social-icons a i  {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header.mainHeader {
	height: 160px;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index:3;
}

header.mainHeader .row {
	padding-left: 3%;
	padding-right: 3%;
}

header.sm-dark-logo {
	height: 100px;
	background:#fff;
}

header.sm-dark-logo .socials a {
	color: #202020!important;
}

header .main-nav li {
	display: inline-block;
	float: left;
	margin-right: 30px;
	text-decoration: none;
}

header .main-nav li a {
	color:#fff;
	text-decoration:none;
	position: relative;
}

header .main-nav li.active a {
	color: rgb(20,250,254);
}

header .main-nav li a::after {
	position: absolute;
	content: '';
	height: 3px;
	width: 0;
	border-bottom: 2px solid #fff;
	bottom: -2px;
	left: 0;
}

header .main-nav li a:hover::after, header .main-nav li.active a::after {
	width: 100%;
}

header.sm-dark-logo .main-nav li a::after {
	border-bottom: 2px solid #363636;
}

header .main-nav li.active a::after, header.sm-dark-logo .main-nav li.active a::after {
	border-bottom: 2px solid rgba(20,250,254,1);
}

header.sm-dark-logo li a {
	color:#363636;
}

header .social-icons a:hover, header .social-icons a:hover i {
	color: rgba(20,250,254,1)!important;
}

header .main-nav li:last-child {
	margin-right: 0px!important;
}

header .main-logo {
	max-width: 350px;
}

header.sm-dark-logo .main-logo {
  max-width: 140px;
  filter: invert(0.7);
}

section IMG {
	max-width: 100%;
	height: auto;
}

ul.convention-calendar {
	display: block!important;
	width: 100%!important;
}

ul.convention-calendar li {
	display: block!important;
	width: 100%!important;
}

ul.convention-calendar li.date-entry {
	border-radius: 3px;
	position: relative;
	z-index: 2;
}

ul.convention-calendar li.date-entry, ul.convention-calendar li.date-entry a {
	color: #202020!important;
}

ul.convention-calendar li.date-entry::before {
	display: block;
	height: 100%;
	width: 0;
	background: rgb(20,250,254);
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	z-index: -1;
}

ul.convention-calendar li.date-entry:hover::before {
	width:100%;
}

ul.convention-calendar li.date-entry a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

ul.convention-calendar li.date-entry a::after {
	width: 50px;
	height: 50px;
	background: url(../img/arrow-more.svg) no-repeat;
	background-position: center;
	background-size:50px;
	position: absolute;
	z-index: 3;
	content:'';
	right: 20px;
	top: 50%;
	margin-top: -25px;
	opacity: 0;
}

ul.convention-calendar li.date-entry:hover a::after {
	right: 40px;
	opacity: 1;
}

ul.convention-calendar li .date {
	font-size: 40px;
	font-weight: 700;
	font-family: 'metroline_scriptregular';
}

#image-section .container {
	height: 100vh;
}

#image-section {

}

.ss-cta-button a {
	margin-top: 15px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	background: rgb(20,250,254);
	padding: 10px 30px 16px 30px;
	border-radius: 40px;
	color:#0d4848;
	text-decoration: none;
	box-shadow: 5px 20px 20px rgba(0,0,0,0.5);
	font-family: 'metroline_scriptregular';
	font-size: 40px;
	opacity: 1;
}

.ss-cta-button a:hover {
	background: rgb(20,250,254);
	color:#007879;
}

#image-section .container {
	padding: 0;
	position: relative;
}

#image-section .swiper-container {
	position: static;
	box-shadow: 5px 5px 25px 25px rgba(0,0,0,0.8);
}

#image-section .swiper-container IMG {
	border-radius: 8px!important;
}


.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff!important;
}

section .container {
	padding-top: 8%;
	padding-bottom: 8%;
}

.main-menu {
	padding-top: 10px;
}

.main-info {
	z-index:2;
	max-width: 800px;
}

footer .container {
	background: url(../img/spacerline.svg) no-repeat;
	background-position: top center;
	background-size: 600px;
}

@media (max-width: 1600px) {

	header.mainHeader .row {
		padding-left: 30px;
		padding-right: 30px;
	}

	body {
		font-size: 0.90em;
	}

	header .main-nav li {
		margin-right: 20px;
	}
}

@media (max-width: 1400px) {
	header .main-nav li {
		margin-right: 15px;
	}

	header.mainHeader .row {
		padding-left:25px;
		padding-right: 25px;
	}
}

@media (max-width:991px) and (orientation:landscape) {
	#image-section .container {
		height: auto!important;
		overflow: hidden;
		padding-top: 250px!important;
		padding-bottom: 0px!important;
	}
}

@media (max-width:991px) and (orientation:portrait) {
	#image-section .container {
		max-height: 100vh!important;
		padding: 0!!important;
		background: red!important;
		top: 160px!important;
		margin-top: 0px!important;
		width: 100%!important;
		max-width: 100%!important;
	}

	#image-section .container .swiper-slide IMG {
		max-height: none!important;
		height: calc(100vh - 160px);
		max-width: none!important;
		width: auto!important;
		max-width: auto!important;
		left: -50%!important;
		position: relative;
	}

	#image-section .container .swiper-container {
		top: -150px!important;
	}
}

@media (max-width: 767px){
	footer .container {
		background-size: 100%;
		max-width: 90%;
		margin: 0px auto;
	}
}
