/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.0,1.0);
  }

  10% {
    -webkit-transform: scale(0.95,0.95);
  }

  20% {
    -webkit-transform: scale(1.0,1.0);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1.0,1.0);
  }

  10% {
    -moz-transform: scale(0.95,0.95);
  }

  20% {
    -moz-transform: scale(1.0,1.0);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1.0,1.0);
  }

  10% {
    -o-transform: scale(0.95,0.95);
  }

  20% {
    -o-transform: scale(1.0,1.0);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1.0,1.0);
  }

  10% {
    -ms-transform: scale(0.95,0.95);
  }

  20% {
    -ms-transform: scale(1.0,1.0);
  }
}

@keyframes pulse { 
  0% {
    transform: scale(1.0,1.0);
  }

  10% {
    transform: scale(0.95,0.95);
  }

  20% {
    transform: scale(1.0,1.0);
  }
}

* {
	font-family: 'Montserrat', sans-serif;
}

html, body {
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	touch-action: none
}

body {
	background-color: #f7f7f7;
	scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e60027;
}

.bumper {
	width: 100%;
	padding: 40px 0px;
}

.bumper:nth-child(even) {
	background-color: #e60027;
	margin-bottom: 0px;
	background-size: cover;
	color: #ffffff;
}

.bumper:nth-child(odd) {
	background-color: #ffffff;
	margin-bottom: 0px;;
	background-size: cover;
}

.greyback {
	background-color: #f5f5f5!important;
}

footer {
	background-color: #e60027;
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.resize {
	width: auto;
	max-width: 100%;
}

a {
	color: #e60027;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:hover, a:focus, a:active {
	color: #f32d4e;
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}



.center {
	text-align: center;
}


.jumbotron {
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background: none;
}

#hero1 {
	background-image: url("../img/hero.jpg");
}

#myVideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../img/placeholder.jpg) no-repeat;
	background-size: cover;
}

.greyit {
	background-color: #ffffff;
	border: 5px solid transparent;
	background-clip: padding-box;
	border-radius: 20px;
}

p {
	padding: 10px 0;
	font-size: 12pt;
	font-weight: 400;
}


.halfimg {
	margin-bottom: 0px;
	background-image: url("../img/block1.jpg");
	height: auto;
	background-position: bottom center;
}

.halfimg2 {
	margin-bottom: 0px;
	background-image: url("../img/block2.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
}

.halfimg3 {
	margin-bottom: 0px;
	background-image: url("../img/block3.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center bottom;
}

.halfimg4 {
	margin-bottom: 0px;
	background-image: url("../img/block4.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
}

.jumbologo {
	margin-top: 10%;
	margin-bottom: 30px;
}

.videocontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

hr {
	border-top: 1px solid #dadada;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

h1, h2 {
	font-weight: 700;
	font-family: 'Montserrat';
	margin-bottom: 20px;
}

h3 {
	line-height: 1.5;
	font-size: 20px;
	padding: 0 10%;
}

h4 {
	font-weight: 700;
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 1.2;
	color: #e60027;
	margin-top: 10px;
	margin-bottom: 20px;
}

h5 {
	font-size: 14pt;
	line-height: 1.5;
	font-weight: 300;
}

h6 {
	font-size: 11px;
	line-height: 1.5;
}


.carousel-control-prev {
	left: -10%;
}

.carousel-control-next {
	right: -10%;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	color: #fff;
	text-align: center;
	opacity: .5;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-image: none;
	background-size: auto;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}


.navbar {
    min-height: 80px;
}

.navbar-brand {
    height: 80px;
}

.navbar-default .navbar-toggle {
    background-color: #e23545;
    margin-top: 18px;
    padding: 14px 10px !important;
    border-radius: 50%;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
    background-color: #e23545;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default {
    background: rgba(142, 198, 63, 1);
    background: -webkit-linear-gradient(135deg, #e60027 0%, #dd1032 25%, #d60b2d 50%, #e00b2f 75%, #e60027 100%);
    background: -moz-linear-gradient(135deg, #e60027 0%, #dd1032 25%, #d60b2d 50%, #e00b2f 75%, #e60027 100%);
    background: -o-linear-gradient(135deg, #e60027 0%, #dd1032 25%, #d60b2d 50%, #e00b2f 75%, #e60027 100%);
    background: -ms-linear-gradient(135deg, #e60027 0%, #dd1032 25%, #d60b2d 50%, #e00b2f 75%, #e60027 100%);
    background: linear-gradient(135deg, #e60027 0%, #dd1032 25%, #d60b2d 50%, #e00b2f 75%, #e60027 100%);
    border: 0;
    padding: 0px 0;
    box-shadow: 0px 0px 10px #494949;
}

.navbar-fixed-top { 
    background-color: rgba(254, 192, 91, 1);
}

.navbar-fixed-top #mainlogo {
    background-image: url("../img/logo.png");
}

.navbar-fixed-top .navbar-nav > li > a, 
.dropdown-menu > li > a, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    margin: 14px 0 0 5px;
    border-radius: 30px;
    text-align: center;
}

.dropdown-menu > li > a, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-weight: bold;
    margin: 0 5px;
    border-radius: 30px;
}

.navbar-default .navbar-nav > li > a:hover, 
.dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #e23545;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus, 
.dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #e23545;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
    background-color: #e23545;
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #e23545;
    color: #ffffff;
}

.navbar-default .navbar-toggle {
    border: 2px solid #ffffff;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

.navbar-fixed-bottom .navbar-collapse, 
.navbar-fixed-top .navbar-collapse {
    max-height: 540px;
}

#mainlogo {
    background-image: url("../img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 50px;
    padding-top: 34.96%;
}

.heightspacer {
	height: 30px;
}

.btn {
	margin: 5px;
	padding: 15px 35px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	background-color: #ffffff;
	color: #e60027;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.wifobtn:hover {
	background-color: #f32d4e;
	color: #ffffff;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
	background-color: #e60027;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse:hover {
	background-color: #f32d4e;
	color: #f7f7f7;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.pulse:hover {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out, ease-in-out;
	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out, ease-in-out;
	-ms-animation-name: pulse;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out, ease-in-out;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out, ease-in-out;
}

.modal-open {
    overflow-x: auto;
}

.modal-dialog {
    width: 1024px;
    margin: 3% auto;
}

.modal-content {
    border-radius: 35px;
}

.modal-header {
    background: rgba(165, 0, 52, 1);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px 30px;
}

.modal-header .close {
    margin-top: -42px;
    font-size: 50px;
    margin-bottom: -30px;
}

.modal-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.modal-body {
    padding: 20px 60px;
}

.modal-item {
    font-size: 10pt;
    margin-top: 10px;
}

.modal-footer {
    text-align: center;
}

.modal-footer .btn + .btn {
    margin: 10px 10px 10px 0;
}

@media (max-height: 690px) {
	.jumbotron {
		background: url(../img/placeholder.jpg) no-repeat center center fixed;
		background-size: cover;
	}

	#myVideo {
		display: none;
	}
}

@media (max-width: 990px) {
	.halfimg {
		background-image: none;
	}

	.halfimg2 {
		background-position: left center;
	}

	.halfimg3 {
		background-position: right bottom;
	}

	.fullwidth {
		width: 100%;
	}
}

@media (max-width: 970px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}

	.jumbotron {
		padding: 70px 0px;
		background: url(../img/placeholder.jpg) no-repeat center center fixed;
		background-size: cover;
	}

	.heightspacer {
		height: 0px;
	}

	.halfimg, .halfimg2 {
		width: auto;
	}
}