/* CSS */

.intro,body,html {
	width: 100%;
	height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
	color: #7a7a7a;
    font-size: 15px;
}

p {
    font-size: 16px;
}

p.small {
    font-size: 14px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #1b8fce;
}

a:focus, a:hover {
    color: #1b8fce;
    text-decoration: none;
}

a:focus, a:hover {
	outline-color: transparent !important;
}

div:focus,div:active:focus,div.active:focus,
div.focus,div:active.focus,div.active.focus {
    outline: none !important;
}


h1, h2, h3, h4, h5, h6 {
    font-family: rial, Helvetica, sans-serif;
    font-weight: 600;
	color: #0d487d;
}
h1 {
    display: block;
    font-family: rial, Helvetica, sans-serif;
    font-size: 3em;
	font-weight: 400;
	line-height: 95%;
	padding-bottom: 30px;
}
h2 {
	padding-bottom: 30px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600; 
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #3b3b3b;
    font-weight: 800; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
img {
	border: 0;
}
.close {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: 0.9;
  color: #fff;
  margin-right: 5px;
  margin-top: 5px;
}
.close.white:hover::before, .close.white:hover::after {
  background: #fff;
}
.close.white::before, .close.white::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.close:hover::before, .close:hover::after {
  background: #8f8f8f;
}
.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #f1f1f1;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close.big {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
.close.hairline::before, .close.hairline::after {
  height: 1px;
}
.close.thick::before, .close.thick::after {
  height: 4px;
  margin-top: -2px;
}
.close.black::before, .close.black::after {
  height: 8px;
  margin-top: -4px;
}
.close.heavy::before, .close.heavy::after {
  height: 12px;
  margin-top: -6px;
}
.close.pointy::Before, .close.pointy::after {
  width: 200%;
  left: -50%;
}
.close.rounded::before, .close.rounded::after {
  border-radius: 5px;
}
.close.blades::before, .close.blades::after {
  border-radius: 5px 0;
}
.close.warp::before, .close.warp::after {
  border-radius: 120% 0;
}
.close.fat::before, .close.fat::after {
  border-radius: 100%;
}

.modal .close:focus, .modal .close:hover {
    color: #f1f1f1;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}

small {
  display: block;
  padding: 5rem;
  font: .8rem/1 sans-serif;
  color: #777;
  text-align: center;
}

small a {
  color: #1ebcc5;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

small a:hover {
  border-bottom-color: #222;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, .container, .header {
	height: 100%;
}
.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}
.intro-effect-fadeout .header {
	overflow: hidden;
}
.bg-img {
	position: absolute;
	overflow: hidden;
	top: 60px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ptb12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.pb12 {
    padding-bottom: 12rem;
}

.intro-effect-fadeout .bg-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 101%;
	top: 0px;
	left: 0px;
	opacity: 0;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
:not(.notrans).intro-effect-fadeout .bg-img {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
:not(.notrans).intro-effect-fadeout .bg-img::after {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
:not(.notrans).intro-effect-fadeout .header h1 {
	-webkit-transition-property: color;
	transition-property: color;
}
/* Hide show page intro content here */
.intro-effect-fadeout .header p, .intro-effect-fadeout #mainCarousel, .intro-effect-fadeout .breadcrumb, .intro-effect-fadeout .intro-content {
	opacity: 0;
}
.intro-effect-fadeout.modify .header p, .intro-effect-fadeout.modify #mainCarousel, .intro-effect-fadeout.modify .breadcrumb, .intro-effect-fadeout.modify .intro-content {
	opacity: 1;
}

.intro-effect-fadeout.modify #headerBtn {
	display: none;
}

.intro-effect-fadeout.modify #overview-content {
	padding-top: 5%;
}

:not(.notrans).intro-effect-fadeout .header p, :not(.notrans).intro-effect-fadeout .content > div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}
:not(.notrans).intro-effect-fadeout .bg-img, :not(.notrans).intro-effect-fadeout .bg-img::after, :not(.notrans).intro-effect-fadeout .header h1, :not(.notrans).intro-effect-fadeout .header p, :not(.notrans).intro-effect-fadeout .content > div {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
/*.intro-effect-fadeout.modify .bg-img {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
}*/
.intro-effect-fadeout.modify .bg-img::after {
	opacity: 1;
}
/*.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}*/
.intro-effect-fadeout.modify .header h1, .intro-effect-fadeout .header p {
	color: #514753;
}
.intro-effect-fadeout .header p:nth-child(3) {
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
}
.intro-effect-fadeout.modify .header p:nth-child(2), .intro-effect-fadeout.modify .header p:nth-child(3) {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0px);
}
.bg-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	min-width: 100%;
	min-height: 100%;
}
.fullscreen-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}
.bg-img {
	height: 100%;
}
#container {
	padding: 0;
}
#getstarted .cta {
    width: 100%;
    padding: 2rem 10rem;
    margin: 0;
}
.gs-height {
    min-height: 300px !important;
}

.full-height {
	height: 100%;
}
.vertical-block {
	display: table;
	height: 100%;
}
.vertical-middle {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
}
.display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
header .vid-title {
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
}
header .vid-subtitle {
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
}
header .vid-text {
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	border: 1px solid #DDD;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-content {
    padding: 2px 16px;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.no-gutter-right > [class*='col-'] {
    padding-left: 30px;
	padding-right: 0;
}
.no-gutter-left > [class*='col-'] {
    padding-left: 0;
	padding-right: 30px;
}
.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.blue {
	color: #0d487d;
}
.red {
	color: #e51937;
}
.yellow {
	color: #f2b618;
}
.orange {
	color: #f26727;
}
.grey {
	color: #7a7a7a;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.btn {
	padding: 10px 20px;
	margin: 0 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #b2b2b2;
	border: none;
    border-radius: 0 !important;
	/*box-shadow: 2px 4px #999;*/
}

.btn:hover {
	background-color: #fd9002;
	/*box-shadow: 2px 2px #666;*/
}

.btn:active, .btn.active, .btn:focus, .btn.filtered {
	background-color: #fd9002;
	color: #fff;
	/*box-shadow: -2px -2px #666;*/
	transform: translateY(-2px);
}
.btn-block {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.btn-group-xl > .btn, .btn-xl {
    padding: 1.5rem 6rem !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 1.3333333;
}

.first-row {
	margin-top: 100px;
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
    background: none;
    font-size: 17px;
    text-align: left;
}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #7a7a7a;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #7a7a7a;
    text-decoration: none;
    text-transform: uppercase;
}
ul.breadcrumb li a:hover {
    color: #7a7a7a;
    text-decoration: underline;
}
ul.breadcrumb li a.active {
    color: #7a7a7a;
    text-decoration: underline;
}
header ul.breadcrumb, header ul.breadcrumb li a, header ul.breadcrumb li+li:before {
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
}

.mainCarousel {
	float: right;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item > video {
	max-width: 100%;
	margin: auto;
}
.carousel-inner > .item {
	border: none;
}
.carousel-inner > .item > video {
	width: 100%;	
}

.eq-col-container {
    display: table;
    width: 100%;
}
.eq-col {
    display: table-cell;
    padding-left: 3.84%;
	padding-right: 3.84%;
	padding-top: 1.25%;
	padding-bottom: 1.25%;
	/*padding: 3%;*/
}
.img-centered {
    margin: 0 auto;
}
 /* #overview {
   padding-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}*/

#overview img {
    display: block;
    margin: 0 auto 20px;
}
#overview .intro-text {
    margin-top: 40%;
	margin-right: 5px;
}

.intro-text .name {
    display: block;
    font-size: 2.5em;
	font-weight: 400;
	text-align: left;
	line-height: 50%;
	padding-bottom: 10px;
}
.intro-text .description {
	display: block;
	color: #7a7a7a;
    font-size: 1.0em;
    font-weight: normal;
	text-align: left;
	margin-top: 40px;
}
.playlist-intro h2 {
	font-weight: 400;
	font-size: 2em;
}
.playlist-intro {
	margin-top: 20px;
}
.playlist-intro .offset-half {
	margin-left: 7.5%;
}

.playlist-intro h1 a:hover {
    text-decoration: none !important;
}
.playlist-intro a span.grey {
    color: #e6f6fc;
    cursor: pointer;
}
.playlist-intro a span.white {
    color: #ffffff;
    cursor: pointer;
}

.playlist-heading {
    margin-top: 100px;
    text-align: left;
}
.playlist-heading h1 {
	padding-bottom: 20px;
}
.playlist-heading p {
	color: #333;
}
#playlists-content .playlist-intro p {
	color: #000;
}
#playlists-content .playlist-intro .subtext {
	color: #7a7a7a;
	height: 125px;
	font-size: 18px;
	display: inline-block;
    /*margin-bottom: 20px;*/
}
.vod-intro {
	margin-bottom: 60px;
}
.btm-30 {
	margin-bottom: 30px;
}
.btn-circle {
    width: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 5px 7px;
    border: 4px solid #8f8f8f;
    border-radius: 100% !important;
    font-size: 25px;
    color: #8f8f8f;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:focus,.btn-circle:hover {
	outline:0;
	color:#A2A2A2;
	border:4px solid #A2A2A2;
	background:rgba(255,255,255,.1)
}
header .btn-circle, header .btn-circle:focus,.header btn-circle:hover {
	outline:0;
	color:#FFF;
	border:4px solid #FFF;
	background:rgba(255,255,255,.1)
}
header .btn-circle.dark, header .btn-circle.dark:focus,.header btn-circle.dark:hover {
	outline:0;
	color:#8f8f8f;
	border:4px solid #8f8f8f;
	background:rgba(255,255,255,.1)
}
/*.advantage-circle {
    border-radius: 50%;
    width: 165px;
    height: 165px;
    background: #f1b51c;
    text-align: center;
    color: #fff;
    padding: 1.5rem;
}*/
.animated-img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	0% {
	   opacity: 0;
	   -webkit-transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateY(0);
	}
 }
 
 @keyframes fadeInDown {
	0% {
	   opacity: 0;
	   transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }
 
 .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
 }


.btn-circle i.animated {
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:1s;
	-moz-transition-property:-moz-transform;
	-moz-transition-duration:1s
}
.btn-circle:hover i.animated {
	-webkit-animation-name:pulse;
	-moz-animation-name:pulse;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear
}
#page-content, header, section {
	position: relative;
	height: 100%;
	min-height: 480px;
}
#about .playlist-intro {
	background: #e6f6fc;
}

.featurette {
	margin-top: 8%;
}
.featurette-image {
	margin-left: 3.8%;
	margin-right: -9%;
	margin-top: -5%;
	width: 30%;
}
.lead {
	position: relative;
	color: #0d487d;
	font-size: 2em;
}
.lead span.laquo {
    background: url(../img/raquo_.png) no-repeat;
    width: 69px;
    height: 47px;
    position: absolute;
    left: -50px;
    top: -80px;
    display: block;
}
.featurette .sign {
    text-align: right;
    float: right;
	margin-right: 2%;
}

* {
    box-sizing: border-box;
}

.price-column-left {
    float: left;
    width: 50%;
    padding-left: 12%;
	padding-right: 8%;
	margin: 20px 0;
}
.price-column-right {
    float: left;
    width: 50%;
    padding-left: 8%;
	padding-right: 12%;
	border-left: 2px solid #CCC;
	margin: 20px 0;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: Arial, Helvetica, sans-serif;
}

.price-header {
    background-color: #00aeef;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

table.inner-price {
    width: 100%;
    font-size: 125%;
}
.inner-price td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	width: 33%;
}
.thead {
    font-size: 125%;
    font-weight: bold;
}

.btn.green {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.btn.yellow {
    background-color: #f1b51c;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
/*#trial {
	padding: 0;
}*/
.getstarted-text {
    background: #e6f6fc;
    padding: 5rem 10rem;
    display: inline-block;
}

.getstarted-bg {
    /*background: url(../img/get-started2.gif) no-repeat -100px -120px;*/
    background: url(../img/18CHCR35015_v4.jpg) no-repeat -150px -120px;
    background-size: 65%;
}

.dealership-zones img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cta-book, .cta-book:hover, .cta-book:active, .cta-book:focus {
    background: #fd9002;
    color: #fff !important;
    font-size: 2em;
    border-radius: 0 !important;
    margin-left: 0px;
    text-align: left;
    font-weight: 600;
}
.cta-book .btn-circle, .cta-book .btn-circle:hover, .cta-book .btn-circle:active {
    outline: 0;
    color: #FFF;
    border: 4px solid #FFF;
    background: rgba(255,255,255,.1);
	box-shadow: none !important;
	transform: translateY(0px) !important;
	margin: 0;
	margin-top: -5px;
	padding: 0;
	font-size: 17px;
	width: 35px;
	height: 35px;
}
.cta, .cta:hover, .cta:active, .cta:focus {
	background: #fd9002;
	color: #FFF !important;
	font-size: 1.5em;
	border-radius: 0 !important;
	margin-left: 1px;
	text-align: left;

}
.cta .btn-circle, .cta .btn-circle:hover, .cta .btn-circle:active {
    outline: 0;
    color: #FFF;
    border: 4px solid #FFF;
    background: rgba(255,255,255,.1);
	box-shadow: none !important;
	transform: translateY(0px) !important;
	margin: 0;
	margin-top: -5px;
	padding: 0;
	font-size: 17px;
	width: 35px;
	height: 35px;
}

.cta.yellow {
	background: #f1b51c;
}
.cta.orange, .brand-btn.active {
    background: #f26727;
}
.cta.red, .retail-btn.active {
    background: #e51937;
}
.cta.blue {
	background: #0d487d;
}
.cta.blue-cpo {
    background: #0061A9;
}
.cta.blue-dd-lt {
    background: #6ECFF6;
}
.player-btn {
    padding-left: 24px;
}

.player-btn {
	padding: 10px 20px;
	margin: 0 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #b2b2b2;
	border: none;
    border-radius: 0 !important;
	/*box-shadow: 2px 4px #999;*/
	display: inline-block;
}

.player-btn:hover {
	background-color: #fd9002;
	/*box-shadow: 2px 2px #666;*/
}

.player-btn.active {
	background-color: #fd9002;
	color: #fff;
	/*box-shadow: -2px -2px #666;*/
	transform: translateY(-2px);
}

/* Larger than small screen */
@media (min-width: 1367px) {
    .intro-text .name {
        font-size: 3.5em;
    }
    h1 {
        font-size: 3.75em;
    }
}
/* END - Larger than small screen */

@media (min-width: 1921px) {
    .xl-pad-top {
        padding-top: 2%;
    }
    ul.breadcrumb {
        padding: 0;
    }
    .padding-4rem {
        padding: 10rem !important;
    }
}

.navbar-custom {
    background: #e9e9e9;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.navbar-custom .navbar-brand {
    color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: white;
}
.navbar-custom .navbar-nav {
    letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
    color: #0d487d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-custom.affix .navbar-nav li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.5;	
}
.navbar-custom .navbar-nav li a:hover {
    color: #1b8fce;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #1b8fce;
}
.navbar-custom .navbar-nav li.active a {
    color: white;
    background: #1b8fce;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
    color: white;
    background: #1b8fce;
}
.navbar-custom .navbar-toggle {
    text-transform: uppercase;
    font-size: 10px;
    border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #1b8fce;
    color: white;
    border-color: #1b8fce;
}
@media (min-width: 768px) {
    .navbar-custom {
        padding: 5px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
	.navbar-custom img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
		margin-top: -12px;
    }
    .navbar-custom.affix {
        padding: 0px 0;
		top: -100px;
		-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
	.navbar-custom.affix .navbar-toggle {
		display: block;
		position: absolute;
		top: 100px;
		right: 25px;
		margin-left: 50px;
		font-size: 40px;
		cursor: pointer;
		background-color: transparent;
	}

	.navbar-custom.affix .navbar-toggle:hover {
		color: #555;
	}	
	.navbar-custom.affix .navbar-brand img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
		width: 50%;
		height: 50%;
    }
	.navbar-custom.affix .navbar-brand-icon {
		display: block;
		position: absolute;
		width: 100px;
		top: 100px;
		/*left: 13%;*/
		left: 0px;
		right: unset;
		margin-left: 50px;
		font-size: 30px;
		cursor: pointer;
		background: none;
		border: none;
	}

}
section {
    padding: 90px 0;
}
.modal-content header:first-of-type {
    padding: 0;
}
.row {
	padding-right: 3.846%;
	padding-left: 3.846%;
}
.row.offset {
	padding-right: 3.846%;
	padding-left: 7.692%;
}

section#playlists-content {
    padding-top: 0;
    margin-top: -10px;
}
section h2 {
    margin: 0;
    font-size: 1.75em;
}
section.success {
    background: #1b8fce;
    color: white;
}
section.white {
    background: #ffffff;
    color: #7a7a7a;
}
header.grey, section.grey, footer.lt-grey {
    background: #f6f6f6;
	color: #7a7a7a;
}
header.lt-blue, section.lt-blue, footer.lt-blue {
    background: #e6f6fc;
}
@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}
#video-porfolio {
	background: url(../img/playlist-video-bg.jpg) no-repeat center -125px;
}
#video-porfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#video-porfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#video-porfolio .portfolio-item .portfolio-link .caption {
    background: rgba(24, 188, 156, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
#video-porfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}
#video-porfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}
#video-porfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}
#video-porfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#services .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}
#video-porfolio * {
    z-index: 2;
}
#services .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#services .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#services .portfolio-item .portfolio-link .caption {
    background: rgba(24, 188, 156, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
#services .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}
#services .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}
#services .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}
#services .portfolio-item .portfolio-link .caption .caption-content h3,
#services .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}
#services * {
    z-index: 2;
}

.zone-cta:hover {
    opacity: .6;
    -webkit-filter: contrast(120%) brightness(120%) saturate(200%) hue-rotate(1deg); /* Safari 6.0 - 9.0 */
    filter: contrast(120%) brightness(120%) saturate(200%) hue-rotate(1deg);
}
.zone-cta {
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
}
.slick-lightbox-close {
    position: absolute;
    top: -20px;
    right: 57px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox-close:before {
    font-size: 90px;
}

#zones .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}


#zones .caption-content {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    text-align: center;
    top: 35%;
    color: white;
    display: none !important;
}
#zones .caption-content i {
    margin-top: -12px;
}
#zones .caption-content h3,
#zones .caption-content h4 {
    margin: 0;
}
#zones * {
    z-index: 2;
}

.zones-cta {
	border: 0;
    width: 100%;
	height: auto;
	vertical-align: middle;
    max-width: 400px;
	max-height: 300px;
}

#getstarted .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}

#getstarted .portfolio-item .portfolio-link .caption {
    background: rgba(102, 144, 178, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
#getstarted .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
	background: rgba(102, 144, 178, 0.8);
}
#getstarted .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 60px;
    text-align: center;
    top: 24%;
    color: white;
    font-weight: 600;
}
#getstarted .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}
#getstarted .portfolio-item .portfolio-link .caption .caption-content h3,
#getstarted .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}
#getstarted * {
    z-index: 2;
}
.getstarted-cta {
	border: 0;
	height: auto;
	vertical-align: middle;
	max-height: 435px;
}
#services .headline, #vod-support .headline {
	padding-top: 25%;
}

#services h1, #vod-support h1 {
	line-height: 110%;
}

@media (min-width: 767px) {
    #services .portfolio-item {
        margin: 0 0 30px;
    }
}
label {
    margin-top: 5px;
}
.form-control {
	border-radius: 0px;
	height: 50px;
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border: 1px solid #b2b2b2;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #1b8fce;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}
#toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    padding: 3px 7px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#getStartedBtn {
	display: none;
	position: fixed;
	top: 10px;
	right: 100px;
	border: none;
	outline: none;
    color: #fff;
    background-color: #f1b51c;
	cursor: pointer;
	padding: 15px;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    z-index: 989;
}
#getStartedBtn:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}


footer {
    padding: 0;
}

footer section.grey {
    height: 100% !important;
}
footer h3 {
    margin-bottom: 30px;
}
footer .footer-above {
    padding-top: 10%;
	padding-bottom: 22%;
}
footer .footer-col {
    margin-bottom: 50px;
}
footer .footer-below {
    padding: 25px 0;
}
.btn-outline {
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #1b8fce;
    background: white;
    border: solid 2px white;
}
.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1a242f;
    border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #2C3E50;
    border-color: #2C3E50;
}
.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}
.btn-success {
    color: white;
    background-color: #1b8fce;
    border-color: #1b8fce;
    font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: white;
    background-color: #128f76;
    border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #1b8fce;
    border-color: #1b8fce;
}
.btn-success .badge {
    color: #1b8fce;
    background-color: white;
}
.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}
.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 0 0 100px 0;
    /*background-color: transparent;*/
    background-color: rgba(0,0,0,.5);
}
.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
	z-index: 100;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    
    z-index: 1052;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
.link.close-modal {
    display: inline;
    position: relative;
}
#skipnav a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 2000;
}
#skipnav a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #1b8fce;
    outline: 0;
    transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
    outline: none;
}
.package-left {
	padding-right: 3.8%;
}
.package-right {
	padding-left: 3.8%;
}
.panel {
	border: 0px solid #fd9002; 
	border-radius:0 !important;
	transition: box-shadow 0.5s;
	padding-right: 7.692%;
	padding-left: 7.692%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel .row {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-footer .btn:hover {
  border: 1px solid #00aeef;
  background-color: #fff !important;
  color: #00aeef;
}
.panel-default>.panel-heading {
  background-color: #fff;
  text-align: left;
  border-bottom: 0px solid #ddd !important;
}
.panel-heading h1 {
  color: #00467f !important;
  background-color: #fff !important;
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
}
.panel-heading p {
  color: #858585 !important;
}
.panel-heading h2 {
  color: #fff !important;
  background-color: #00aeef !important;
  font-size: 18px;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
}
.panel-body {
  text-align: left;
}
.panel-footer {
  background-color: white !important;
  border-top: 0;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #00aeef;
  color: #fff;
}
.last-block {
	 width: 27%;
}
.playlist-container {
	background: #e6f6fc; 
	margin-left: 6%; 
	width: 56%;
}
.ani-item {
	width: 100%;
	margin: 50px auto;
	background: #fff;
	text-align: center;
	border: 3px solid #A2A2A2;
}

.ani-item p {
	font-size: 1em;
	color: #000;
}

a.portfolio-link:hover, a.portfolio-link:focus {
	text-decoration: none !important;
}

.openbtn {
	position: relative;
	top: 15px;
	right: 25px;
	color: #0D477C;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	/*border-radius: 50%;*/
	width: 45px;
	height: 45px;
	padding: 0px; 
	border: none !important;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 33px;
	font-size: 70px;
	margin-left: 50px;
	margin-top: -10px;
}

/* Center the loader */
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#ddn-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 260px;
	height: 260px;
	margin: -130px 0 0 -130px;
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from { bottom:-100px; opacity:0 } 
	to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
	from{ bottom:-100px; opacity:0 } 
	to{ bottom:0; opacity:1 }
}

/* Add animation to "page content" */
.animate-left {
	position: relative;
	-webkit-animation-name: animateleft;
	-webkit-animation-duration: 1s;
	animation-name: animateleft;
	animation-duration: 1s
}
@-webkit-keyframes animateleft {
	from { left:-1920px; opacity:0 } 
	to { left:0px; opacity:1 }
}

@keyframes animateleft { 
	from{ left:-100px; opacity:0 } 
	to{ left:0; opacity:1 }
}

#page-content {
	display: none;
}


/* Inline Stuff 1 TO DO organize */

	
.carousel-control {
	bottom: 20%;
	background-image: none !important;
}
	
.carousel-control:focus, .carousel-control:hover {
	bottom: 20%;
	background-image: none !important;
}
	
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	margin-top: 20%;
}
	
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 16px;}
}
    

.inner-nav {
	/*background-color: rgba(0,0,0,0.9);*/
	width: 100%;
	/*position: absolute;*/
	/*top: 50px;*/
	/*left: 0px;*/
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
}
.inner-nav a.nav-link {
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 100%;
	margin-left: 10%;
	color: #ffffff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 300;
}
.inner-nav select.nav-link {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    margin-top: 25px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    font-size: 18px;
}
.inner-nav a {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: snappy;
	animation-name: snappy;
}
.snappy {
    -webkit-transition: all 300ms cubic-bezier(.694, .0482, .335, 1);
    transition: all 300ms cubic-bezier(.694, .0482, .335, 1);
}

	
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}


.slider-wrap {
	/*height: 80vh;*/
}
#zones .slider {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: white;
}
.zone {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 33% !important;
    max-height: 170px;
    overflow: hidden;
    border-bottom: 15px solid #f6f6f6;
    border-right: 15px solid #f6f6f6;
}

.slick-dots li button {
    font-size: 11px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    /*color: grey;*/
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'arial';
    font-size: 40px;
	font-weight: 400;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
	border: 4px solid #8f8f8f;
    border-radius: 100% !important;
    text-align: center;
    color: #a8a8a8;
	content:"";
	opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.carousel-indicators li {
    font-family: 'arial';
    font-size: 40px;
	font-weight: 400;
    line-height: 20px;
    width: 20px;
    height: 20px;
	border: 4px solid #8f8f8f;
    border-radius: 100% !important;
    text-align: center;
    color: #a8a8a8;
	content:"";
	opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin: 0 5px;
}

.slick-dots li.slick-active button:before, .carousel-indicators .active {
	font-family: 'arial';
    font-size: 40px;
	font-weight: 400;
    line-height: 20px;
    color: #8f8f8f;
	opacity: 1;
	border: 4px solid #8f8f8f;
	background: #8f8f8f;
	content:"";
	width: 20px;
    height: 20px;
}

.carousel-indicators .active {
	margin: 0 5px;
}

.carousel-indicators {
	bottom: -50px;
}
 
#zones .slick-prev, .carousel-control.left {
    left: 20%;
}
#zones .slick-next, .carousel-control.right {
    right: 20%;
}
#zones .slick-prev, #zones .slick-next, .carousel-control {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 100 !important;
}

.slick-prev:before, .slick-next:before, .carousel-control.left, .carousel-control.right {
    font-family: "Glyphicons Halflings";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #8f8f8f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-top: 0;
}
.slick-prev:before {
    content: '\e079';
}
.slick-next:before {
    content: '\e080';
}
/*This can make the dots limit to 3 bullets but end result might be confusing without numbers*/
/*.slick-dots li {
    display: none
}
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li {
    display: inline-block;
}

.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
    display: inline-block;
}

.slick-dots li.slick-active ~ li:nth-last-child(1),
.slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-dots li.slick-active ~ li:nth-last-child(3) {
    display: none;
}
.slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-dots li.slick-active + li + li:nth-last-child(1),
.slick-dots li.slick-active + li:nth-last-child(3),
.slick-dots li.slick-active + li:nth-last-child(2),
.slick-dots li.slick-active + li:nth-last-child(1){
    display: inline-block;
}*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 20px;
}

video {
	width: 100%    !important;
	height: auto   !important;
}

.carousel-control {
	bottom: 20%;
	background-image: none !important;
}

.carousel-control:focus, .carousel-control:hover {
	bottom: 20%;
	background-image: none !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	margin-top: 20%;
}


.carousel-control .glyphicon-chevron-left {
    margin-left: -50px;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}


@media (max-width: 767px) {
	.fullscreen-bg {
		background: url('../img/Home-Header-15.jpg') center center / cover no-repeat;
	}
    #zones .slider {
        height: 50vh;
    }
    .btn {
        padding: 6px 12px;
        font-size: 1em;
    }
    .cta, .cta:hover, .cta:active, .cta:focus {
        padding: 6px 12px;
        font-size: 1em;
    }
    .cta .btn-circle, .cta .btn-circle:hover, .cta .btn-circle:active {
        padding: 2px 6px;
        font-size: 1em;
    }
    #getstarted .container {
        margin-top: 1em;
    }

    .getstarted-bg {
        background: url(../img/18CHCR35015_v4.jpg) no-repeat -0px -0px;
        background-size: 100% !important;
    }
    #getstarted .cta-book.btn {
        padding: 1rem 2.1rem !important;
        font-size: 20px !important;
        margin-left: -5%;
        margin-right: -5%;
        width: 110%;
    }
    .btn-group-xl > .btn, .btn-xl {
        padding: 0.5rem 6rem !important;
        font-size: 20px !important;
        font-weight: 300 !important;
        line-height: 1.3333333;
    }
}

@media (min-width:1199px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media screen and (min-width: 1301px) {
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
		margin-left: -65px !important;
    }
}
@media screen and (min-width: 1301px) {
	.container {
		width: 100%;
	}
	#mainNav .container {
		width: 90%;
	}
}
@media screen and (min-width: 1080px) and (max-width: 1301px) {
    .getstarted-bg {
        background: url(../img/18CHCR35015_v4.jpg) no-repeat -100px -120px;
        background-size: 100% !important;
    }
}
@media screen and (max-width: 1199px) {
    .reset-margin-mobile, .playlist-heading {
        margin: 0 auto 20px !important;
    }

    .reset-padding-mobile {
        padding: 20px !important;
    }

    .eq-col {
        display: block;
        width: 100% !important;
    }

    .force-col {
        display: block;
        width: 100% !important;
    }

    .hidden-md {
        display: none !important;
    }
}

.savings-circle {
	border-radius: 50%;
	width: 165px;
	height: 165px; 
    background: #EB552A;
    position: absolute;
    right: 10%;
    top: -100px;
}

.savings-circle-content {
    position: absolute;
    top: 21%;
    left: 19%;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1em;
}

#modalCarousel {
    /*background: url('../img/TV-Screen.png') no-repeat;*/
    background-size: 100%;
    padding: 4rem;
}

#getstarted {
    padding-bottom: 0;
    padding-top: 0;
    min-height: 100px;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.w3-display-topleft {
    position: absolute;
    left: 0px;
    top: 0px;
}

.w3-display-topright {
    position: absolute;
    right: 0px;
    top: 0px;
}

.w3-display-bottomleft {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.w3-display-bottomright {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 465px;
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.w3-padding {
    padding: 8px 16px !important;
}

.getstarted-text {
    padding: 5rem 10rem;
}

.getstarted-btn {
    width: 100%;
    margin: 0;
    padding: 0;
}
#player #brand-btn, #player #retail-btn {
    display: none !important;
} 

@media screen and (min-width: 767px) and (max-width: 1099px) {
    .savings-circle {
	    border-radius: 50%;
	    width: 105px;
	    height: 105px; 
        background: #EB552A;
        position: absolute;
        right: 0%;
        top: -75px;
        left: 140%;
    }

    .savings-circle-content {
        position: absolute;
        top: 25%;
        left: 20%;
        color: #fff;
        font-weight: bold;
        font-size: 0.75em;
        line-height: 1em;
    }
    .mbr-arrow {
        bottom: 15px;
    }
}

@media only screen and (min-width : 1824px) {
    .savings-circle {
        border-radius: 50%;
        width: 165px;
        height: 165px;
        background: #EB552A;
        position: absolute;
        right: 25%;
        top: -100px;
    }

}

@media (max-width: 1023px) {
    .gs-padding {
        padding: 1rem 2rem !important;
    }
}

@media (max-width: 767px) {
    #getstarted table td, #conciergecta table td, #cpocta table td {
        display: block;
        width: 100%;
    }

    #certified table td, #concierge table td {
        display: block;
        width: 100%;
        padding: 4rem;
    }
    .bg-ltblue {
        background: #e6f6fc;
    } 
    .gs-image {
        height: 300px;
    }

    .gs-padding {
        padding: 1rem 2rem !important;
    }
}

@media screen and (max-width: 767px) {
	#container {
		padding: 0;
		width: 100% !important;
	}
    #modalCarousel {
        padding: 1rem;
    }
    .carousel-control .glyphicon-chevron-left {
        margin-left: -50px !important;
    }
    .carousel-control .glyphicon-chevron-right {
        margin-right: -50px !important;
    }
	.container {
		height: auto;
		max-width: 95%;
	}
    #services {
        overflow: hidden !important;
    }
    #services .w3-display-container {
        height: 30vh !important;
        margin-top: 3rem;
        margin-bottom: 3rem;
        display: inline-block;
    }
    #services .w3-display-middle {
        position: relative;
    }
    #services .w3-display-middle h1 {
        margin: 0 !important;
    }
    .col {
        display: block;
        min-height: 420px;
    }
    .header {
        height: auto;
    }
    #overview .intro-text {
        margin-top: 105px !important;
        margin-right: 5px;
    }
	.row {
		padding-right: 0;
		padding-left: 0;
	}
	#toTopBtn {
		right: 75px !important;
	}
    .getstarted-text {
        padding: 0 !important;
    }
    .gs-height {
        min-height: 200px !important;
    }
    .playlist-heading {
        display: none;
    } 
    #overview-content .col-lg-7 {
        margin-bottom: 0 !important;
    }
    .mainlogo {
        height: 30px;
    }
	#overview #overview-content {
		margin-top: -20px;
	}
	#overview .intro-text .name {
		font-size: 3em;
		line-height: 30%;
	}
	.openbtn {
		top: 0px !important;
		right: 5px !important;
		margin-right: 0 !important;
	}
	.navbar-brand-icon {
		display: none;
	}
	.scaling-img {
		width:100% !important;
		height: auto !important;
	}
	#page-content, header, section {
		position: relative;
		height: auto;
		min-height: 100%;
	}
	.nextSection {
		display: block;
		position: relative;
		bottom: 0;
	}
	.nextSection.bottom {
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		bottom: 30px;
	}
	.mainCarousel {
		float: none !important;
	}
	.zone-imgs img {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.playlist-intro h2 {
		font-weight: 400;
		font-size: 1.5em;
	}
	.playlist-intro {
		margin-top: 20px;
	}
	.playlist-intro .offset-half {
		margin-left: 0;
	}
	.featurette {
		padding: 10%;
	}
	.list-item.featurette {
		overflow: visible;
	}
	.featurette-image {
		margin-left: 3.8%;
		max-width: 40%;
		margin-top: -20%;
		clear: both;
		float: none;
		text-align: center;
	}
	.lead {
		font-size: 1.5em;
	}
	.lead span.laquo {
		left: -25px;
	}
	.price-column-left, .price-column-right {
		display: block;
		float: none;
		width: 100%;
		border: none;
		padding: 0;
	}
	#getstarted .portfolio-item .portfolio-link .caption .caption-content {
		font-size: 30px;
	}
	.getstarted-img {
		float: none;
	}
	#zones .portfolio-item .portfolio-link .caption .caption-content {
		font-size: 30px;
	}
	.zones-img {
		float: none;
	}
	.cta-book, .cta-book:hover, .cta-book:active, .cta-book:focus {
		font-size: 1.10em !important;
        font-weight: 800;
	}
	.reset-margin-mobile, .playlist-heading {
		margin: 0 auto !important;
	}
    #player-wrap {
        padding: 0 !important;
    }
	.box {
		width: 99%;
	}
	.btn-circle {
		font-size: 25px;
	}
    .btn-circle {
        outline: 0;
        color: #A2A2A2;
        border: 4px solid #A2A2A2 !important;
        background: rgba(255,255,255,.1) !important;
    }
    .btn-circle .glyphicon-chevron-down {
        color: #A2A2A2;
        background: rgba(255,255,255,.1) !important;
    }
    .btn-circle.glyphicon-chevron-right {
        border: 4px solid #FFFFFF !important;
    }
    .book-btn {
		border: 4px solid #FFF !important
	}
	.sidenav a {
		font-size: 16px;
	}
	.package-left {
	}
	.package-right {
		border-left: 0px solid #858585;
	}
	.reset-block {
		 width: 100% !important;
		 padding: 3.8% !important;
		 margin: auto !important;
	}
	.intro-content {
		padding: 0 !important;
	}
	.text-sm-center {
		text-align: center;
		margin: 10px auto;
	}
	#services .headline, #vod-support .headline {
		padding-top: 0;
	}
	#vod-support {
		padding-top: 0;
	}
	.mainCarousel, .slider-wrap {
		margin-bottom: 50px;
	}
	.eq-col {
		padding-top: 10%;
	}
    .player-btn {
        display: block;
    }
}

body {
    overflow-x: hidden;
}

.navbar {
    position: absolute !important;
    min-height: 77px;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.lang-btn {
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 1000;
    padding: 6px 12px;
    margin-top: 1.5rem
}

#overview .intro-text .blue {
    /*color: #6DCEF5;*/
}

#overview .intro-text span {
    color: #FFFFFF !important;
}

#ContentPlaceHolder1_btnLan {
    margin: 0;
}

.navbar-brand {
    padding-left: 25px;
}

.navbar-icon {
    position: fixed;
    padding: 9px 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 3;
    left: 2rem;
    top: 0.5rem;
    display: none;
    transition: all 0.3s;
}

.fullheight {
    min-height: 100vh;
    padding-top: 8rem;
    padding-bottom: 3rem;
}

.padding-5rem {
    padding: 5rem;
}

.eq-col-container {
    display: table;
    width: 100%;
}

.eq-col {
    display: table-cell;
    padding-left: 3.84%;
    padding-right: 3.84%;
    padding-top: 1.25%;
    padding-bottom: 1.25%;
}

section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
    color: #7a7a7a;
}

section {
    overflow-x: hidden;
}

header, section, footer {
    background: #f6f6f6;
    color: #7a7a7a;
}

header.grey, section.grey, footer.lt-grey {
    background: #f6f6f6;
    color: #7a7a7a;
}

header.lt-blue, section.lt-blue, footer.lt-blue {
    background: #e6f6fc;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.background-wrap {
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: 112%;
    overflow: hidden;
    top: -10px;
    left: 0;
}

.video-responsive {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.fullscreen-bg-video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    max-height: unset;
    z-index: -2;
}

.featurette-image {
    margin-left: 3.8%;
    margin-right: -9%;
    margin-top: -5%;
    width: 30%;
}

.pull-right {
    float: right;
}

.lead span.laquo {
    background: url(../img/raquo_.png) no-repeat;
    width: 69px;
    height: 47px;
    position: absolute;
    left: -50px;
    top: -80px;
    display: block;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0px);
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.lead {
    position: relative;
    color: #0d487d;
}

.featurette .sign {
    text-align: right;
    float: right;
    margin-right: 2%;
}

.featurette p, .featurette h4 {
    font-size: 1.5em;
}

.img-circle {
    border-radius: 50%;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li + li::before {
    padding: 8px;
    color: #7a7a7a;
    content: "/\00a0";
}

ul.breadcrumb li a.active {
    color: #7a7a7a;
    text-decoration: underline;
}

.offscreen {
    position: fixed !important;
    z-index: 1000;
    top: 0;
    right: -205%;
    visibility: hidden;
}


.back-btn {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 3rem;
    margin-left: 3rem;
    line-height: 75px;
    border-radius: 50%;
    font-size: 35px;
    border: 0;
    opacity: .5;
    text-shadow: none;
    text-align: center;
    z-index: 1005;
    color: #fff;
    background-color: rgba(80, 80, 80, 0.5);
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

@media all and (max-width:1024px) {
    .fullheight {
        min-height: 10vh;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    #getstarted .container {
        margin-top: 1em;
    }

    /* for MP4 */
    .fullheight {
        min-height: 100vh;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    .fullscreen-bg-video {
        position: absolute;
        top: 0;
        bottom: 0;
        width: unset !important;
        height: 100%;
        overflow: hidden;
        max-height: unset;
        left: -70%;
    }

    /* iframe strech
    .fullscreen-bg-video {
        position: absolute;
        top: -55%;
        left: -55%;
        bottom: 0;
        width: 350%;
        height: 200%;
        overflow: hidden;
        max-height: unset;
    }

    */

    .fullscreen-bg-video video {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

}

.no-padding {
    padding: 0;
}

.col-md-11.col-lg-offset-1, .col-md-11.col-md-offset-1 {
    padding-left: 0;
}

.form-group {
    margin-bottom: 10px;
    padding-left: 2px;
}
#ContentPlaceHolder1_btnSave {
    margin-right: 16px;
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}


.glyphicon-plus {
    -webkit-animation: plusside 3.7s ease-in-out infinite;
    animation: plusside 3.7s ease-in-out infinite;
}

@keyframes plusside {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes plusside {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

section {
    position: relative;
}

.bg-filter {
    opacity: 0.4;
    background-color: rgb(0, 0, 0);
    min-height: 100vh;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.media-block {
    color: #fff;
}

.media-block1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
    background: #fff;
}

#brand .brand-btn {
    display: none;
}

#retail .retail-btn {
    display: none;
}

#local #local-btn {
    display: none;
}

.text-center, .align-center {
    text-align: center !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.card:hover {
    box-shadow: none;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.collapse {
    display: none;
}

a.panel-title:hover, a.panel-title:focus {
    text-decoration: none !important;
    box-shadow: none !important;
}

a.panel-title h4 {
    padding-bottom: 0;
}

a.panel-title h4:hover, a.panel-title h4:focus {
    color: #0d487d;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.benefits-content, .benefits-content p {
    font-size: 1.5em;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    .inner-price td {
        width: 100%;
    }

    .m-spacer {
        display: none;
    }

    /* Force table to not be like tables anymore */
    #pricing-grid table, #pricing-grid thead, #pricing-grid tbody, #pricing-grid th, #pricing-grid td, #pricing-grid tr {
        display: block;
        font-size: 14px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #pricing-grid thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #pricing-grid td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 65%;
    }

    #pricing-grid td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }


    .price-label {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: normal;
        vertical-align: baseline;
    }

    #pricing-grid td.price-label {
        color #FFF;
        width: 100%;
        background: #23406E;
        padding-left: 0;
    }

    #pricing-grid td.amount:nth-of-type(2):before {
        content: "Competitive Network";
    }

    #pricing-grid td.amount:nth-of-type(3):before {
        content: "Dealer Direct Network (DDN)";
    }

    #pricing-grid td.potential {
        width: 100%;
        background: #FFF;
        padding-left: 0;
        background: #eee;
    }
}

@media all and (max-width:1099px) {

    #zones .slider {
        height: 52vh;
    }

    .catfilter {
        padding: 6px 12px !important;
    }

    .slick-prev {
        left: -5% !important;
    }

    .slick-next {
        right: -5% !important;
    }
}

@media all and (min-width:768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media all and (max-width:767px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media all and (max-width:767px) {
    .hidden-sm-down {
        display: none !important;
    }

    .lang-btn {
        position: absolute;
        right: 5%;
    }

    #zones .slider {
        height: 38vh;
    }

    .savings-circle {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        background: #EB552A;
        position: absolute;
        right: 0%;
        top: -32px;
    }

    .savings-circle-content {
        position: absolute;
        top: 25%;
        left: 5%;
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        line-height: 1em;
    }

    .intro-text .name {
        line-height: 30%;
    }

    .padding-5rem {
        padding: 2rem;
    }

    p {
        font-size: 1em;
    }

    .featurette p, .featurette h4, .benefits-content, .benefits-content p {
        font-size: 1.0em;
    }

    .lead span.laquo {
        left: -10px;
        top: -50px;
    }

    #zones .media-left.media-middle {
        font-size: 13px !important;
    }

    #zones .media-body.media-middle {
        font-size: 12px !important;
    }
}


html, body {
    height: 100%;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 70px;
    margin-left: 50px;
    margin-top: 5px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: rgba(13,72,125,0.89);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 3px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover {
    color: #f1f1f1;
}

.openNavIcon {
    top: 10px;
    right: 0;
    transition: 0.5s;
    color: #0d487d;
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    cursor: pointer;
    /*background-color: rgba(80, 80, 80, 0.5);*/
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.openNavIcon span {
    font-size: 45px;
    cursor: pointer;
    padding-left: 17px;
    margin-top: -8px;
    display: block;
    font-weight: bolder;
    color: #0d487d
}

.nav-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #000;
    opacity: 0.4;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 16px;
        }
}

.navbar {
    position: relative;
    min-height: 77px;
    border-radius: 0;
}

#zoneCarousel .carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 0px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=75);
    opacity: 0.75;
}

#zoneCarousel .carousel-control.right {
    right: 0px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

#zoneCarousel.carousel {
    position: relative;
}

#zoneCarousel .carousel-control .glyphicon-chevron-left, #zoneCarousel .carousel-control .glyphicon-chevron-right, #zoneCarousel .carousel-control .icon-next, #zoneCarousel .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#zoneCarousel .carousel-control .glyphicon-chevron-left {
    left: 0;
    width: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 6px 2px;
    border: 4px solid #fff;
    border-radius: 100% !important;
    font-size: 25px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

#zoneCarousel .carousel-control .glyphicon-chevron-right {
    right: 0;
    width: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 6px 2px;
    border: 4px solid #fff;
    border-radius: 100% !important;
    font-size: 25px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width:767px) {
    .modal-body {
        margin-top: 7rem;
    }

    .modal-body h1 {
        font-size: 2.0em
    }

    .modal-body, .modal-body .container {
        padding: 0;
    }

    #zoneCarousel .carousel-control {
        top: 100%;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        margin: 0;
        z-index: 99999;
    }

    #mainCarousel .carousel-control.left {
        left: 0;
        z-index: 99999;
    }

    #mainCarousel .carousel-control.right {
        right: 0;
        z-index: 99999;
    }

    #zones .slider {
        width: 100%;
    }

    #footer {
        margin-top: 2rem !important;
    }
}

#footer, footer {
    background: #ffffff !important;
    margin-top: 5rem;
}

#getstarted {
    padding-bottom: 0;
    padding-top: 0;
    min-height: 100px;
}



@media (max-width : 1400px) {
    #services h1 {
        line-height: 110%;
        font-size: 3em !important;
    }
    #services .w3-display-middle {
        max-width: 400px !important;
    }
}

@media (min-width : 1601px) {
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    section {
        min-height: 80vh;
    }
    #cpoheader {
        background: url(../img/cpo-header.jpg) no-repeat;
        background-size: cover;
        margin-top: 30px;
    }
    #cpoheader .img-responsive {
        display: none !important;
    }
    #ContentPlaceHolder1_cpoheader {
        background: url(../img/cpo-header.jpg) no-repeat;
        background-size: cover !important;
        margin-top: 30px;
    }
    #ContentPlaceHolder1_cpoheader .img-responsive {
        display: none !important;
    }
    #conciergeheader {
        background: url(../img/concierge-header.jpg) no-repeat;
        background-size: cover;
        margin-top: 30px;
    }
    #conciergeheader .img-responsive {
        display: none !important;
    }
}


body {
    overflow-x: hidden;
}
.navbar {
    position: absolute !important;
    min-height: 77px;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.lang-btn {
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 1000;
    padding: 6px 12px;
    margin-top: 1.5rem
}
#ContentPlaceHolder1_btnLan {
    margin: 0;
}
.navbar-brand {
    padding-left: 25px;
}
.navbar-icon {
    position: fixed;
    padding: 5px 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 3;
    left: 2rem;
    top: 0.5rem;
    display: none;
    transition: all 0.3s;
}
.fullheight {
    min-height: 100vh;
    padding-top: 8rem;
    padding-bottom: 3rem;
}
.padding-4rem {
    padding: 4rem;
}
.padding-5rem {
    padding: 5rem;
}
.eq-col-container {
    display: table;
    width: 100%;
}
.eq-col {
    display: table-cell;
    padding-left: 3.84%;
    padding-right: 3.84%;
    padding-top: 1.25%;
    padding-bottom: 1.25%;
}
section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
    color: #7a7a7a;
}
section {
    overflow-x: hidden;
}
header, section, footer {
    background: #f6f6f6;
    color: #7a7a7a;

}
header.grey, section.grey, footer.lt-grey {
    background: #f6f6f6;
    color: #7a7a7a;
}
header.lt-blue, section.lt-blue, footer.lt-blue {
    background: #e6f6fc;
}
.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.background-wrap {
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: 112%;
    overflow: hidden;
    top: -10px;
    left: 0;
}

.video-responsive {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.fullscreen-bg-video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    max-height: unset;
    z-index: -2;
}
.featurette-image {
    margin-left: 3.8%;
    margin-right: -9%;
    margin-top: -5%;
    margin-bottom: 175px;
    width: 30%;
}
.pull-right {
    float: right;
}
.lead span.laquo {
    background: url(../img/raquo_.png) no-repeat;
    width: 69px;
    height: 47px;
    position: absolute;
    left: -50px;
    top: -80px;
    display: block;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0px);
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.lead {
    position: relative;
    color: #0d487d;
}
.featurette .sign {
    text-align: right;
    float: right;
    margin-right: 2%;
}
.featurette p, .featurette h4 {
    font-size: 1.5em;
}
.img-circle {
    border-radius: 50%;
}
ul.breadcrumb li {
    display: inline;
}
ul.breadcrumb li + li::before {
    padding: 8px;
    color: #7a7a7a;
    content: "/\00a0";
}

ul.breadcrumb li a.active {
    color: #7a7a7a;
    text-decoration: underline;
}

.offscreen {
    position: fixed !important;
    z-index: 1000;
    top: 0;
    right: -205%;
    visibility: hidden;
}

.back-btn {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 3rem;
    margin-left: 3rem;
    line-height: 75px;
    border-radius: 50%;
    font-size: 35px;
    border: 0;
    opacity: .5;
    text-shadow: none;
    text-align: center;
    z-index: 1005;
    color: #fff;
    background-color: rgba(80, 80, 80, 0.5);
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

#getstarted table {
	background-color: #e6f6fc;
}

@media all and (max-width:1024px) {
    #footer p {
        font-size: 13px;
    }
    .cta, .cta:hover, .cta:active, .cta:focus {
        padding: 6px 12px;
        font-size: 1em;
    }
}

@media all and (max-width:767px) {
    .fullheight {
        min-height: 100vh;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    .fullscreen-bg-video {
        position: absolute;
        top: 0;
        bottom: 0;
        width: unset !important;
        height: 100%;
        overflow: hidden;
        max-height: unset;
        left: -70%;
    }

    .fullscreen-bg-video video {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
	.powered {
		padding: 15px !important;
	}
}

.no-padding {
    padding: 0;
}

.form-group {
    margin-bottom: 10px;
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
}

/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }

    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}


.glyphicon-plus {
    -webkit-animation: plusside 3.7s ease-in-out infinite;
    animation: plusside 3.7s ease-in-out infinite;
}

@keyframes plusside {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes plusside {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

section {
    position: relative;
}

.bg-filter {
    opacity: 0.4;
    background-color: rgb(0, 0, 0);
    min-height: 100vh;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.media-block {
    color: #fff;
}

.media-block1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
    background: #fff;
}

#brand .brand-btn {
    display: none;
}

#retail .retail-btn {
    display: none;
}

#local #local-btn {
    display: none;
}

.text-center, .align-center {
    text-align: center !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.card:hover {
    box-shadow: none;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.collapse {
    display: none;
}

a.panel-title:hover, a.panel-title:focus {
    text-decoration: none !important;
    box-shadow: none !important;
}

a.panel-title h4 {
    padding-bottom: 0;
}

a.panel-title h4:hover, a.panel-title h4:focus {
    color: #0d487d;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.benefits-content, .benefits-content p {
    font-size: 1.5em;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    .inner-price td {
        width: 100%;
    }

    .m-spacer {
        display: none;
    }

    /* Force table to not be like tables anymore */
    #pricing-grid table, #pricing-grid thead, #pricing-grid tbody, #pricing-grid th, #pricing-grid td, #pricing-grid tr {
        display: block;
        font-size: 14px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #pricing-grid thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #pricing-grid td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 65%;
    }

    #pricing-grid td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }


    .price-label {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: normal;
        vertical-align: baseline;
    }

    #pricing-grid td.price-label {
        color #FFF;
        width: 100%;
        background: #23406E;
        padding-left: 0;
    }

    #pricing-grid td.amount:nth-of-type(2):before {
        content: "Competitive Network";
    }

    #pricing-grid td.amount:nth-of-type(3):before {
        content: "Dealer Direct Network (DDN)";
    }

    #pricing-grid td.potential {
        width: 100%;
        background: #FFF;
        padding-left: 0;
        background: #eee;
    }
}

@media all and (max-width:1099px) {

    #zones .slider {
        height: 52vh;
    }

    .catfilter {
        padding: 6px 12px !important;
    }

    .slick-prev {
        left: -5% !important;
    }

    .slick-next {
        right: -5% !important;
    }
}

@media all and (min-width:768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media all and (max-width:767px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media all and (max-width:767px) {
    .hidden-sm-down {
        display: none !important;
    }

    .lang-btn {
        position: absolute;
        right: 5%;
    }

    #zones .slider {
        height: 38vh;
    }

    .savings-circle {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        background: #EB552A;
        position: absolute;
        right: 0%;
        top: -32px;
    }

    .savings-circle-content {
        position: absolute;
        top: 25%;
        left: 5%;
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        line-height: 1em;
    }

    #overview .intro-text {
        margin-top: 3rem;
        margin-right: 5px;
    }

    .intro-text .name {
        line-height: 30%;
    }

    .padding-5rem {
        padding: 2rem;
    }

    p {
        font-size: 1em;
    }

    .featurette p, .featurette h4, .benefits-content, .benefits-content p {
        font-size: 1.0em;
    }

    .lead span.laquo {
        left: -10px;
        top: -50px;
    }

    #zones .media-left.media-middle {
        font-size: 13px !important;
    }

    #zones .media-body.media-middle {
        font-size: 12px !important;
    }
}

html, body {
    height: 100%;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 70px;
    margin-left: 50px;
    margin-top: 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: rgba(13,72,125,0.89);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 3px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover {
    color: #f1f1f1;
}

.openNavIcon {
    top: 10px;
    right: 0;
    transition: 0.5s;
    color: #0d487d;
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    cursor: pointer;
    /*background-color: rgba(80, 80, 80, 0.5);*/
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.openNavIcon span {
    font-size: 45px;
    cursor: pointer;
    padding-left: 17px;
    margin-top: -8px;
    display: block;
    font-weight: bolder;
}

.nav-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #000;
    opacity: 0.4;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}


.navbar {
    position: relative;
    min-height: 77px;
    border-radius: 0;
}


#zoneCarousel .carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 0px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=75);
    opacity: 0.75;
}

#zoneCarousel .carousel-control.right {
    right: 0px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

#zoneCarousel.carousel {
    position: relative;
}

#zoneCarousel .carousel-control .glyphicon-chevron-left, #zoneCarousel .carousel-control .glyphicon-chevron-right, #zoneCarousel .carousel-control .icon-next, #zoneCarousel .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#zoneCarousel .carousel-control .glyphicon-chevron-left {
    left: 0;
    width: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 6px 2px;
    border: 4px solid #fff;
    border-radius: 100% !important;
    font-size: 25px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

#zoneCarousel .carousel-control .glyphicon-chevron-right {
    right: 0;
    width: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 6px 2px;
    border: 4px solid #fff;
    border-radius: 100% !important;
    font-size: 25px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#playlist h1 {
    font-size: 3em;
}

@media all and (max-height : 800px) {
    body {
        font-size: 12px;
    }
    p {
        font-size: 13px;
    }

    h1 {
        font-size: 5em;
    }

    #overview .intro-text {
        margin-top: 30%;
        margin-right: 5px;
    }

    #about {
        padding-bottom: 10rem !important;
    }

    section {
        padding: 40px 0;
    }

    #playlist .intro-text {
        padding-top: 0;
    }

    #playlist .padding-4rem {
        padding: 2rem 4rem;
    }

    #zones .slick-list {
        height: 310px;
    }

    #zones .slick-next {
        right: -8px;
    }
    
    .featurette-image {
        margin-left: 3.8%;
        margin-right: -9%;
        margin-top: -3%;
        width: 30%;
        margin-bottom: 10px;
    }

    #dealership-zones .media-left {
        width: 35% !important;
    }

    #screens .slick-prev, .slick-next {
        top: 45% !important;
    }

    section h2 {
        font-size: 1.5em;
    }
    .playlist-intro {
        margin-top: 0;
    }
    .getstarted-text {
        font-size: 18px;
    }
    .btn-group-xl > .btn, .btn-xl {
        padding: 1rem 3rem !important;
        font-size: 20px !important;
        font-weight: 300 !important;
        line-height: 1.3333333;
    }
    #faq {
        padding-top: 60px;
    }
    #dealership-zones .container {
        padding-bottom: 3rem !important;
    }
}

@media all and (max-width:767px) {
    h1 {
        font-size: 3em;
    }
    .modal-body {
        margin-top: 7rem;
    }

    .modal-body h1 {
        font-size: 2.0em
    }

    .modal-body, .modal-body .container {
        padding: 0;
    }

    #zoneCarousel .carousel-control {
        top: 100%;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        margin: 0;
        z-index: 99999;
    }

    #mainCarousel {
        max-width: 100% !important;
    }

    #mainCarousel .carousel-control.left {
        left: 10%;
        z-index: 99999;
    }

    #mainCarousel .carousel-control.right {
        right: 10%;
        z-index: 99999;
    }

    #dealership-zones .media-left, #dealership-zones .media-body {
        display: block !important;
        width: 100% !important;
    }

    #zones .slider {
        width: 100%;
    }

    .cta-image {
        padding: 5rem !important;
        margin: 0 auto;
    }

    #footer {
        margin-top: 2rem !important;
    }

    .ptb12 {
        padding-top: 12px;
        padding-bottom: 40px;
    }

    .pb12 {
        padding-bottom: 12px;
    }

    .pad12 {
        padding: 12px;
    }

    #conciergecta, #cpocta {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    #getStartedBtn {
        padding: 14px;
        font-size: 1em;
    }

    .center-block-mobile {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .i-label {
        font-size: 10px;
    }
}

@media all and (max-width:479px) {
    #services {
        margin-bottom: -10rem;
    }
    footer .col-md-5 {
        padding: 2rem 0;
        text-align: center;
    }
    #certified {
        padding-bottom: 0 !important;
    }
}

#footer, footer {
    background: #ffffff !important;
    margin-top: 5rem;
}



