/* -------------------------- Text Styles -- */
body {
  font-family:"HelveticaNeueW01-45Ligh", "Helvetica", sans-serif;
}

a {
  color: #0181b0;
  transition: .2s linear all;
}

a:hover {
  color: #037493;
}

p, h1, h2, h4, h5, h6, li {
  font-family:"HelveticaNeueW01-45Ligh", "Helvetica", sans-serif;
}

h1, h2.city {
  color: #0181b0;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 30px;
}

h2 {
  color: #333;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  font-size: 21px;
  text-transform: capitalize;
}

h3 {
  color: #0181b0;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  font-size: 16px;
  padding-bottom: 10px !important;
}

/* -------------------------- General Styles -- */

.rowflex {
  display: flex;
}

.rowflex .column, .rowflex .columns {
  margin: auto;
}

.shadow {
  box-shadow: 0px 0px 60px -3px rgba(0, 0, 0, 0.33);
}

.text-center {
  text-align: center;
}

.belt {
  display: block;
  background: #0181b0;
  padding: 20px 0;
  transition: .2s linear all;
}

.belt:hover {
  background: #037493;
}

.belt p {
  font-size: 18px;
  color: white;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ghost {
  display: block;
  padding: 10px 0;
  background: white;
  color: #0181b0;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  transition: .2s linear all;
}

.belt:hover .ghost {
  background: #037493;
  color: white;
}

/* -------------------------- Page Layout Styles -- */
header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  height: 100px;
  text-align: center;
  z-index: 10;
}

header img {
  max-width: 10%;
  min-width: 250px;
}

.header-image {
  position: relative;
}

.header-image h1 {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}

.content {
  padding: 40px 0;
}

footer {
  background: #e28c25;
  padding: 30px 0;
}

footer h2, footer a, footer a:hover {
  color: white;
}

footer ul {
  padding-left: 20px;
}

footer li {
  color: white;
  list-style-type: disc;
}

.regions {
  border-left: 1px solid white;
}

.region {
  text-align: center;
  padding: 20px;
  opacity: .8;
  transition: .2s linear all;
}

.region:hover {
  opacity: 1;
}

.region img {
  max-width: 220px;
}

/* -------------------------- Slider Styles -- */
.slider {
  position: relative;
}

.wfs {
  position: relative;
  display: block;
	overflow: hidden;
}

.wfslide {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	overflow: hidden;
  text-align: center;
}

.wfslide img {
  position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.wfsnext, .wfsprev {
  position: absolute;
  top: 0;
	width: 25px;
	height: 100%;
	margin: 0;
  opacity: 0;
	background: url('../img/arr.png') no-repeat;
  transition: .2s linear all;
}

.wfsprev {
	left: 3%;
	background-position: 0 50%;
}

.wfsnext {
	right: 3%;
	background-position: -26px 50%;
}

.wfsprev:hover, .wfsnext:hover {
	cursor: pointer;
}

.wfs:hover .wfsnext, .wfs:hover .wfsprev {
  opacity: 1;
}

.slide-inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.31) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.31) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f000000', endColorstr='#00000000',GradientType=1 );
}

.action {
  width: 35%;
  min-width: 250px;
  text-align: center;
}

.action img {
  display: block;
  width: 100%;
}

.win {
  display: inline-block;
  padding: 5px 40px;
  border-radius: 5px;
  color: white;
  background: #e28c25;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  transition: .2s linear all;
}

.win:hover {
  color: white;
  background: #037493;
}

.header-image .action img {
  width: 20%;
  margin: auto;
}

.header-image .slide-inner {
  bottom: 5px;
}

/* -------------------------- Sponsor Box Styles -- */
.sponsors {
  background: #333;
  padding: 40px 0 20px 0;
}

.sponsor {
  position: relative;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  padding-bottom: 60px !important;
  background: white;
  transition: all .2s ease-in-out;
}

.sponsor:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.33);
  transform: scale(1.05);
}

.sponsors .tiles {
  overflow: visible !important;
}

.sponsor img {
  border-bottom: 1px solid #eaeaea;
}

.sponsor p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-family:"HelveticaNeueW01-47LtCn_692686", "Helvetica", sans-serif;
  font-size: 14px;
}

.sponsor i {
  color: #0181b0;
}

.sponsor span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 10px;
}

.sponsor .site {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  color: white;
  background: #0181b0;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: .2s linear all;
}

.sponsor .site:hover {
  color: white;
  background: #037493;
}

.city-list {
  padding: 40px;
}

.city-list p {
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #0181b0;
}
/* -------------------------- Popup Styles -- */
.toggle {
  cursor: pointer;
}

.form-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: scroll;
}

.form-overlay.show {
  display: flex;
}

.close {
  position: fixed;
  top: 20px;
  right: 20px;
}

.close i {
  font-size: 30px;
  color: white;
}

.form-wrapper {
  margin: auto;
}

.form {
  position: relative;
  background: white;
  padding: 20px 20px 100px 20px;
  border-radius: 5px;
}

.package {
  position: relative;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid #eaeaea;
  padding: 20px;
  background: white;
  transition: all .2s ease-in-out;
}

.package:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.33);
  transform: scale(1.05);
}

.package p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-family:"HelveticaNeueW01-47LtCn_692686", "Helvetica", sans-serif;
  font-size: 14px;
}

.package ul {
  margin-left: 20px;
}

.package ul li {
  list-style-type: disc;
  font-family:"HelveticaNeueW01-47LtCn_692686", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* -------------------------- Form Styles -- */
.req {
  display: none;
}

input[type=text], input[type=submit], select, textarea {
  display: block;
  width: 100%;
	border: none;
  font-size: 16px;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  margin-bottom: 20px;
  transition: .2s linear all;
}

input[type=text]:focus {
  outline: none;
  border: 1px solid #333;
}

input[type=text],textarea, select {
	background: white;
	color: #0181b0;
  border: 1px solid #eaeaea;
	padding: 8px 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
  text-transform: uppercase;
}

input[type=checkbox] {
  display: inline-block;
  padding-left: 10px;
}

input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: 20px;
  padding: 10px 0;
  background: #0181b0;
  color: white;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  transition: .2s linear all;
}

input[type=submit]:hover {
  background: #037493;
  color: white;
}

/* -------------------------- Notification Styles -- */
.notification {
	position: fixed;
	display: block;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 10;
}

.notification .box {
	background: white;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0px 0px 60px -3px rgba(0, 0, 0, 0.33);
}

.notification-close {
	margin-top: -40px;
	opacity: .8;
	transition: .2s linear all;
}

.notification:hover .notification-close {
	opacity: 1;
}

/* -------------------------- Listings Styles -- */

.listings {
  background: #333;
  padding: 40px 0 20px 0;
}

.listing {
  display: none;
  position: relative;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  padding-bottom: 60px !important;
  background: white;
  height: 196px !important;
  transition: all .2s ease-in-out;
}

.listing p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-family:"HelveticaNeueW01-47LtCn_692686", "Helvetica", sans-serif;
  font-size: 14px;
}

.listing i {
  color: #0181b0;
}

.listing span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 10px;
}

.listing .site {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  color: white;
  background: #0181b0;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: .2s linear all;
}

.listing .site:hover {
  color: white;
  background: #037493;
}

.filter {
  padding-top: 20px;
  background: #0181b0;
}

.filter p {
  color: white;
}

h2.listing-title {
  text-align: center;
  font-family:"HelveticaNeueW01-57Cn", "Helvetica", sans-serif;
  font-size: 28px;
  padding-bottom: 30px;
}

/* -------------------------- Mobile Styles -- */

.mobile {display: none;}
.desktop {display: block;}

@media only screen and (max-width: 1024px) {
    .mobile {display: block;}
    .desktop {display: none;}

    .sponsor {
      width: 100% !important;
    }

    .rowflex {
      display: block;
    }

    .form-overlay {
      padding: 50px 0;
    }

    .form {
      padding-top: 40px;
    }

    .close {
      position: absolute;
      top: 15px;
      right: 15px;
    }

    .close i {
      color: #0181b0;
    }

    .belt {
      text-align: center;
    }

    .belt p {
      text-align: center;
      padding: 15px 0;
    }
}
