html, body{
    margin: 0;
    padding: 0;
    width: 100%;
	overflow-x: hidden;
	position: relative;
}

.text-small{
	font-size: 1rem;
}

.text-smaller{
	font-size: 0.8rem;
}

.clickable{
	cursor: pointer;
}

img{
	max-width:100%;
}
 
.hidden, .hide{
	display:none;
}

.video-container{
	max-width: 550px;
	width: 100%;
	display:inline-block;
}
.video-wrapper {
    margin: 0 auto 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .video-wrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper-new {
   /* margin: 0 auto 20px;
    margin-top: 0px;
    margin-bottom: : 0px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;*/
    height:100%;
    width:100%;
    position:relative;

}
.video-wrapper-new iframe, .video-wrapper-new object, .video-wrapper-new embed, .video-wrapper-new video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform:translate(-50%,0);
   /* width: 100%; */
    height: 100%;
}

.text-blue, .text-secondary{
	color: #3152ce !important;
}

.text-red, .text-primary{
	color: #e72d2d !important;
}

.text-darkblue{
	color: #142d61 !important;
}

.bg-alt{
	background: #f4f6f7;
}

.card{
	border-radius: 0px;
	border-color: transparent;
}
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
/*
#wrapper {
  	min-height: 100%;
  	margin-bottom: -500px; 
}

#wrapper:after {
	content: "";
	display: block;
}

#footer, footer, #wrapper:after {
  height: 500px; 
}*/

/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */

a{
	color: #3152ce;
}

a:hover{
	color:#3152ce;
}


.error, .hasError{
	border: 1px solid #db2b25;
}

input.error, .hasError{
	border: 1px solid #db2b25;
}


.btn{
	font-family:  din-2014, sans-serif;
	border-width:2px;
	border-radius: 0px;
	text-transform: uppercase;
	cursor:pointer;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0px 15px;
}

.btn-sm{
	line-height: 24px;
}

.btn-lg{
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 34px;
}

/* 	Primary - Red
	Secondary - Blue 
	Dark 	 - Dark Grey
 * */

/* Red */
.btn-primary{
	background: #db2b25;
	border-color:  #db2b25; 
	color: #fff;
}

.btn-primary:hover{
	background-color: #db2b25;
	border-color:  #db2b25;
	color:#ffffff;
}

/* Blue */
.btn-secondary{
	background-color: #3152ce;
	border-color:  #3152ce;
	color: #FFFFFF;
}

.btn-secondary:hover{
	background-color: #3152ce;
	border-color:  #3152ce;
	color:#FFFFFF;
}

.btn-outline-secondary{
	color: #3152ce;
	border-color:  #3152ce;
}

/* Dark Grey */
.btn-dark{
	background-color: #000000;
	border-color:  #000000;
	color: #fff;
}

.btn-dark:hover{
	background-color: #000000;
	border-color:  #000000;
	color:#fff;
}

.btn-outline-dark{
	color:#000000;
	background: #fff;
	border-color:  #000000;
}
.btn-outline-dark:hover{
	color:#000000;
	background: #fff;
	border-color:  #000000;
}

.btn-outline-primary{
	color:#db2b25;
	background:transparent;
	border-color:  #db2b25;
}
.btn-outline-primary:hover{
	color:#db2b25;
	background: transparent;
	border-color:  #db2b25;
}

/* Other */

.btn-white{
	background-color: #FFFFFF;
	border-color:  #3152ce;
	color: #3152ce;
}

.btn-green{
	background-color: #db2b25;
	border-color:  #db2b25;
	color:#ffffff !important;
}

.btn-green:hover{
	background-color: #db2b25CC;
	border-color:  #db2b25;
	color:#ffffff !important;
}
.btn-number{
	background: #FFF;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #3152ce;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6px;
	color: #3152ce;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 6px;
}

.ap-qtyWrap.numberQtyWrap .btn-number{
    padding-top: 16px;
}

.btn-number.disabled{
	color: #dfe0e2;
	border: 1px solid #dfe0e2;
	pointer-events: none;
}

.dropdown-toggle::after {
    display: inline-block;
	opacity:0.8;
	vertical-align:middle;
    margin-left: .5em;
    content: "";
	height: 8px;
	width: 8px;
	border:0px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	background-image: url(/assets/images/icon-chevron-down.svg);
	filter: brightness(0.8);
}

.sticky .dropdown-toggle::after {
	filter: brightness(0.2);
}

.form-control{
	border-radius:0px;
	background-color: #fff;
	letter-spacing: .6px;
	margin-bottom: 10px;
	
	border: 1px solid #ebebeb;
	/*border: none;*/
	background: #FFF;
	height: 60px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.43;
	color: #1c1e25;
}


.col-form-label{
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .9px;
	color: #656973;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.form-control:focus{
	border-color: #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control-sm{
	height: 40px;
	font-size: 14px;
	padding: 10px 15px;
}

.form-control-lg{
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #1c1e25;
	height: 60px;
	margin: 0 15px;
	padding-top: 13px;
	padding: 18px 15px;
}

select.form-control{
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-right: 25px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px top 50%;
}

.numberQtyWrap .form-control{
	margin: 0px 20px;
	width: calc(100% - 250px);
    height: 50px;
    padding: 10px;
}


.numberQtyWrap .form-control.extrasQty{
	margin: 0px 20px;
	width: calc(100% - 150px);
    height: auto;
}

.btn.productAdded{
    background-color: transparent;
    color: #3152cc;
}

@media only screen and (max-width: 1614px){
    .numberQtyWrap .form-control{
    margin: 0px 20px;
    width: calc(100% - 215px);
    }
}

@media only screen and (max-width: 1501px){
    /*.numberQtyWrap .form-control.Remote-control__result{*/
    .numberQtyWrap .form-control{
    	margin: 0px 20px;
    	width: calc(100% - 180px);
    }
}

@media only screen and (max-width: 1450px){
    /*.numberQtyWrap .form-control.Remote-control__result{*/
    .numberQtyWrap .form-control{
    	margin: 0px 20px;
    	width: calc(100% - 170px);
    }
    
    .numberQtyWrap .btn-number{
        line-height: 24px;
        width: 50px;
        height: 50px;
    }
    .numberQtyWrap .form-control-lg{
        height: 50px;
        line-height: 25px;
    }
    
}

@media only screen and (max-width: 1387px){
    /*.numberQtyWrap .form-control.Remote-control__result{*/
    .numberQtyWrap .form-control{
    	margin: 0px 20px;
    	width: calc(100% - 120px);
    }

    .numberQtyWrap .form-control.extrasQty{
        height: 41px;
    }    

    .numberQtyWrap .btn-number{
        line-height: 12px;
        width: 40px;
        height: 40px;
        font-size: 16px;
        padding: 12px;
    }
    
    .ap-qtyWrap.numberQtyWrap .btn-number {
        padding-top: 12px;
    }
    

}

@media only screen and (max-width: 1200px){
    /*.numberQtyWrap .form-control.Remote-control__result{*/
    .numberQtyWrap .form-control{
    	margin: 0px 20px;
    	width: calc(100% - 60px);
        font-size: 12px;
    }
    
    .numberQtyWrap .form-control.extrasQty{
        width: calc(100% - 80px);
        height: 36px;
    }      

    .numberQtyWrap .btn-number{
        line-height: 10px;
        width: 35px;
        height: 35px;
        font-size: 12px;
    }   
}

@media only screen and (max-width: 992px){
    /*.numberQtyWrap .form-control.Remote-control__result{*/
    .numberQtyWrap .form-control{
        font-size: 16px;
    }
}

@media only screen and (max-width: 712px){
    .numberQtyWrap .form-control{
        font-size: 14px;
    }
}

@media only screen and (max-width: 681px) and (min-width: 576px){
    .numberQtyWrap .form-control{
        font-size: 15px;
        padding: 3px;
    }
}


/*@media only screen and (max-width: 768px){
    .numberQtyWrap{
        margin-top: 32px;
    }
}*/


.confirm-container {
    border-top: 1px solid #656973;
    padding: 50px 40px;
}

.confirm-container .bookflow-cancel {
    width: 230px;
    height: 60px;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: .9px;
    color: #3152ce;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 20px 0 0 25px;
    text-align: left;
    text-transform: uppercase;
	position:relative;
}

.confirm-container .bookflow-cancel::before {
    position: absolute;
    margin: -2px 0 0 -20px;
    display: inline-block;
    /*font-family: FontAwesome;*/
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f060";
	bottom: 13px;
}

.confirm-container .btn.btn-secondary{
    padding:10px;
}
/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: 700;
	color: #1c1e25;
}
  h1, .h1{
	font-size: 22px;
	line-height: /*28px*/ 31px;
	letter-spacing: -.4px;
}

h2, .h2{
	
}

h3, .h3{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.3px;
}

@media only screen and (max-width: 529px){
    h3, .h3{
        line-height: 38px;
    }
}

h4, .h4{
	
}

h5, .h5{
	
}

h6, .h6{
	
}


@media (min-width: 768px) {
	h1, .h1{
		font-size: 30px;
		line-height: 37px;
		letter-spacing: -.6px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -.5px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1024px) {
	h1, .h1{
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -.8px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 26px;
		line-height: 30px;
		letter-spacing: -.6px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}
@media (min-width: 1440px) {
	h1, .h1{
		font-size: 50px;
		line-height: 59px;
		letter-spacing: -1.1px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 34px;
		line-height: 38px;
		letter-spacing: -.8px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1920px) {
	h1, .h1{
		font-size: 60px;
		line-height: 70px;
		letter-spacing: -1.3px;
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		font-size: 40px;
		line-height: 50px;
		letter-spacing: -.9px;
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}



h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight{
	font-style:italic;
	font-weight: 900;
	font-style: italic;
		color: #3152ce;
}


.loginTitle{
    color: #000;
    font-style: italic;
    font-stretch: semi-condensed;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    /*text-align: center;*/
    margin: 0 auto 14px;
	text-transform:uppercase;
}

/*  ----------------------------------------------------------	*/
/*  						Banners 	  						*/
/*  ----------------------------------------------------------	*/
#slider{
	position: relative;
}
#slider .slide{
	background-size:cover;
	background-position: center center;
	height: 308px;
	overflow:hidden;
}

#slider .slide.video-wrapper{
	padding-bottom: 0px;
}

#slider .slide video{
	position:absolute;
	top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  overflow: hidden;
}

#slider h3{
	text-shadow: 1px 1px 5px #000;
    color: #fff;
	font-size: 40px;
	letter-spacing: 3.6px;
	margin-bottom: 8px;
	font-weight:500;
	font-stretch: semi-condensed;
	text-transform:uppercase;
	font-style:italic;
}

#slider h2{
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -.3px;
	margin-bottom: 29px;
	font-weight:900;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
}

#slider .btn{
	color: #3152ce;
	background-color: #fff;
	font-weight: 600;
	height:auto;
	letter-spacing: .5px;
	min-width: 150px;
	line-height: 30px;
	font-size: 10px;
	padding: 0 15px;
	text-transform: uppercase;
}

.slide{
	position: relative;
}

.slide .slideOverlay{
	position: absolute;
	top:  0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.slide .slideOverlay .slideWrap{
	text-align:center;
	padding: 0 45px;
	width:100%;
}

.slick-arrow{
	cursor:pointer;
	position: absolute;
	top: 50%;
	left:15px;
	transform: translate(0%, -50%);
	z-index:1;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
}

.slick-prev.slick-arrow{

}
.slick-next.slick-arrow{
	left: auto;
	right:15px;
}

@media (min-width: 768px) {
	#slider .slide{
		height: 471px;
	}
	#slider h2{
		font-size: 52px;
		line-height: 60px;
		letter-spacing: -.5px;
		margin-bottom: 36px;
	}
	#slider .btn{
		min-width:30%;
		line-height: 36px;
		font-size: 12px;
		padding: 0 20px;
	}

}

@media (min-width: 1024px) {
	#slider .slide{
		height: 550px;
	}
	#slider h2{
		font-size: 52px;
		line-height: 60px;
		letter-spacing: -.5px;
		margin-bottom: 47px;
	}
	#slider .btn{
		min-width:30%;
		line-height: 48px;
		font-size: 13px;
		padding: 0 25px;
	}
	
}
@media (min-width: 1440px) {
	#slider .slide{
		height: 755px;
	}
	#slider h2{
		font-size: 76px;
		line-height: 89px;
		letter-spacing: -.8px;
		margin-bottom: 50px;
	}
	#slider .btn{
		padding: 0 30px;
		line-height: 60px;
		font-size: 16px;
	}
}

@media (min-width: 1920px) {
	#slider .slide{
		height: 904px;
	}
	#slider h2{
		font-size: 90px;
		line-height: 97px;
		letter-spacing: -.5px;
		margin-bottom: 66px;
	}
	#slider .btn{
		line-height: 58px;
		font-size: 16px;
		padding: 0 35px;
	}
	
}

/*  ----------------------------------------------------------	*/
/*  					Home 	  								*/
/*  ----------------------------------------------------------	*/
.section{
	padding: 24px 0px;
}

.section-padding-sm{
    padding: 12px 0;
}

.section-spacer{
	margin-bottom: 24px;
}

.lg-link-boxes{
	position: relative;
	background-size:cover;
	background-position: center;
	max-width:320px;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	margin-bottom: 35px;
	min-height: 340px;
	font-size: 12px;
	line-height:18px;
}

.lg-link-boxes.planenevent{
	background-image: url("/assets/images/home/A016C003_190228_R2BQ_a-3-2.jpg");
}

.lg-link-boxes.whattoexpect{
	background-image: url("/assets/images/home/DSC00919_Crop_web.jpg");
}

.lg-link-boxes .text{
    position: absolute;
    width: 80%;
    bottom: 0;
    margin-left: 20%;
	padding: 35px 5px 27px 51px;
	background:#fff;
	text-align:left;
}

.link-arrow {
    font-weight: 900;
    display: inline-block;
    padding-right: 54px;
    background: url(data:image/png;base64,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UmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTZGRTJEMkMzRTNDMTFFOUE2QTFCMTQ4N0QwRjg4REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTZGRTJEMkQzRTNDMTFFOUE2QTFCMTQ4N0QwRjg4REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNkZFMkQyQTNFM0MxMUU5QTZBMUIxNDg3RDBGODhERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNkZFMkQyQjNFM0MxMUU5QTZBMUIxNDg3RDBGODhERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prr3T9YAAAHESURBVHjavJTNS1RRGMafc+6Ze2eaca5j09ymL79o7yJpN4s2tpAKZqdlUJugRQiJoAxuXIgKGgZtAjcuBbNaii2EWiQYBBnC9KEJjh+TeNWZ+3l8Z/6H43s4q/PC+/D8nvewz2v/EYQAY1BSfiBxJWMgZQroOsfqd/vuytcjI5UUi4GU0AWDmRQQUFyxKMe/HQdfvtmIx/j1wqvNj1Un1F48yt4xE+LTSSWo93HVQgKaE4YS6ZRA+43Y1pO8NX5w6GN2YXf5+DTImQ0avRORH0Ub1AemUEwNO1GAIAwtVw3Mvd97NjS1+SZ7ScfTfCbXfC26wnperi85bmhxzmzV7pAYrmk4jRrc/vmr0lXa94xEnKPvgZUXG3+qt6uOTHDlkEgIHd+XlBUNkQij8DL83XbRZGrtIteZ7HA8aXCGQKUIP6jT9zJNouj5cvjd0sHobtnDTKFt8PF9a0K4nizSBVcYEhqMmMGQboxQeGXXh+Xy6NaOi9eFtoG+e9bk/qGrfn1pMMgFZNN6DUfr2/nS4nqxgtmxm/0PuzPTpbJTXxZxDgHFRXIifoHXPs7fuVvJkee9l8Oe7vT09l613iM0hjMBBgBEXaxZyYFE+AAAAABJRU5ErkJggg==) right no-repeat;
}

.link-arrow.back{
        background: url(data:image/png;base64,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UmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTZGRTJEMkMzRTNDMTFFOUE2QTFCMTQ4N0QwRjg4REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTZGRTJEMkQzRTNDMTFFOUE2QTFCMTQ4N0QwRjg4REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNkZFMkQyQTNFM0MxMUU5QTZBMUIxNDg3RDBGODhERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNkZFMkQyQjNFM0MxMUU5QTZBMUIxNDg3RDBGODhERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prr3T9YAAAHESURBVHjavJTNS1RRGMafc+6Ze2eaca5j09ymL79o7yJpN4s2tpAKZqdlUJugRQiJoAxuXIgKGgZtAjcuBbNaii2EWiQYBBnC9KEJjh+TeNWZ+3l8Z/6H43s4q/PC+/D8nvewz2v/EYQAY1BSfiBxJWMgZQroOsfqd/vuytcjI5UUi4GU0AWDmRQQUFyxKMe/HQdfvtmIx/j1wqvNj1Un1F48yt4xE+LTSSWo93HVQgKaE4YS6ZRA+43Y1pO8NX5w6GN2YXf5+DTImQ0avRORH0Ub1AemUEwNO1GAIAwtVw3Mvd97NjS1+SZ7ScfTfCbXfC26wnperi85bmhxzmzV7pAYrmk4jRrc/vmr0lXa94xEnKPvgZUXG3+qt6uOTHDlkEgIHd+XlBUNkQij8DL83XbRZGrtIteZ7HA8aXCGQKUIP6jT9zJNouj5cvjd0sHobtnDTKFt8PF9a0K4nizSBVcYEhqMmMGQboxQeGXXh+Xy6NaOi9eFtoG+e9bk/qGrfn1pMMgFZNN6DUfr2/nS4nqxgtmxm/0PuzPTpbJTXxZxDgHFRXIifoHXPs7fuVvJkee9l8Oe7vT09l613iM0hjMBBgBEXaxZyYFE+AAAAABJRU5ErkJggg==) left no-repeat;
		padding-left: 54px;
}

.index-info-boxes-col:nth-child(2){
	margin-top: 0px;
}

.index-info-boxes{
	display:inline-block;
	max-width:100%;
	width:521px;
	text-align:left;
	margin-bottom: 67px;
	font-size: 20px;
	line-height: 31px;
	
}

.index-info-boxes img{
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px){
	.lg-link-boxes{
		
	margin-bottom: 67px;
	}
}

@media only screen and (min-width: 768px){
	.lg-link-boxes{
		min-height: 360px;
		font-size: 16px;
		line-height:24px;
	}
	/*
	.lg-link-boxes .text, .image-box-main{
		margin-left:20%;
		width:80%;
	}
	*/
}

@media only screen and (min-width: 1440px){
	.lg-link-boxes{
		min-height: 510px;
	}
}

@media only screen and (min-width: 1920px){
	.lg-link-boxes{
		min-height: 620px;
	}
}

@media (min-width: 768px) {
	.lg-link-boxes{
		max-width: 480px;
		margin-bottom: 67px;
	}
	
	.index-info-boxes-col:nth-child(2){
		margin-top: 260px;
	}
    
    .lg-link-boxes .text{
		padding: 25px;
       min-height: 220px;
		
    }
}


@media (max-width: 767px) and (min-width: 421px){
 	.lg-link-boxes{
		margin-bottom: 67px;
	}   
    .lg-link-boxes .text, .image-box-main{
        padding: 15px 5px 15px 15px;
    }
}



@media (min-width: 1024px) {
	.section{
		padding-top: 54px;
		padding-bottom: 54px;
	}
    
    .section-padding-sm{
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.section-spacer{
		margin-bottom: 54px;
	}
}
@media (min-width: 1066px) {
	.lg-link-boxes{
/*		width: 640px;
		height: 775px;*/
       max-width: 355px;
        height: 450px;
		margin-bottom: 67px;
	}

	.section{
		padding-top: 95px;
		padding-bottom: 67px;
	}
    
    .section-padding-sm{
        padding-top: 20.5px;
        padding-bottom: 10.5px;
    }
	
	.section-spacer{
		margin-bottom: 67px;
	}
}

@media (min-width: 1441px){
	.lg-link-boxes{
        max-width: 460px;
        height: 617px;
    }
}
/*  ----------------------------------------------------------	*/
/*  					Cat 	  								*/
/*  ----------------------------------------------------------	*/

.top-text {
    text-align: center;
    padding-top: 50px;
}

.confirm-container{
	border-top: 1px solid #656973;
	padding: 50px 40px;
	display:flex;
	justify-content: space-between;
	align-content:center;
}

.confirm-container .btn{
	width: 230px;
	height: 60px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 40px;
}

.productItem{
	font-size: 14px;
	line-height: 1.86;
	color: #656973;
}


.productItem h2{
	color:#1c1e25;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: -.9px;
}

.productItem .subHeading{
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #142d61;
	text-transform: uppercase;
	margin: 10px 0;
}

.productItem .productDesc{
	font-size: 16px;
	line-height: 1.63;
	text-align: center;
	color: #656973;
	/*border-bottom: 1px solid #dfe0e2;*/
	/*padding: 10px 0 30px;*/
	/*height:118px;*/
	overflow:hidden;
    min-height: 50px;
}

.productItem .productDescEx{
	font-size: 16px;
	line-height: 1.63;
	text-align: center;
	color: #656973;
	/*border-bottom: 1px solid #dfe0e2;*/
	/*padding: 10px 0 30px;*/
	/*height:118px;*/
	overflow:hidden;
        min-height: 50px;
}

.productItem ul{
	/*height: 307px;*/
    height: 150px;
}

.productItem ul li{
	color: #1c1e25;
	margin: 4px 0;
	font-size: 16px;
	line-height: 1.44;
	padding-left: 30px;
}


.productItem .price, .activityProPrice{
	margin: 10px 0;
	font-style: italic;
	font-size: 70px;
	font-weight: 900;
	color: #1c1e25;
	line-height:normal
}

.productItem .price span{
}

.productItem .price .small, .activityProPriceCont .small{
	font-size: 35px;
	position: relative;
	padding-top:15px;
	padding-left:5px;
}

.productItem label{
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .9px;
	color: #656973;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.select-time{
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.07;
	letter-spacing: normal;
	color: #1c1e25;
}

.sub-text{
	font-size: 20px;
	font-style: italic;
	line-height: 1.3;
	color: #656973;
}

/*
.catItem, .productItem, .box{
	border: 1px solid #F1F1F1;
	background: #fff;
	box-shadow: 0 3px 13px rgba(0,0,0,0.07), 0 6px 16px rgba(0,0,0,0.0);
	position: relative;
}

.productItem{

	background:  #FFFFFF;
	display: inline-block;
	position: relative;
	overflow:;
	vertical-align:top;
	border: 1px solid #CBCBCB;
	text-align:left;
	padding: 10px;
	flex-shrink: 1;
}

.productItem div{
	
}

.productItem .productImage{
	text-align:center;
	display:inline-block;
	width: 40%;
	vertical-align:top;
}

.productItem .productImage a img{
	max-width:70%;
}

.productItem .productTitle{
	
	font-size: 20px;
	font-weight: 600;
	overflow: hidden;
	display:block;margin-bottom: 5px;
}

.productItem .productSection{
	display:inline-block;
	width: calc(60% - 5px);
	vertical-align:top;
	position: relative;
	text-align:right;
}


.productItem .productPrice{
	text-align:right;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 12px;
}

.productItem .productPrice span{
	font-size: 22px;
}
.productItem .productExtra{
	min-height: 30px;
	margin-bottom: 10px;
}
.productItem .productExtra div{
	display: inline-block;
	vertical-align:middle;
}


.catItem a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.catItem a:hover{
	background: rgba(255,255,255, 0.4);
}

.catItem .readmore{
	font-size: 14px;
	font-weight:  bold;
	color: #db2b25; 
}
*/

.catItem a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.catItem a:hover{
	background: rgba(255,255,255, 0.4);
}

.catItem .readmore{
    position: absolute;
    top: 92%;
    padding-left: 32px;
}

/*.blogItem{
    position: relative;
}*/

.blogItem a:hover{
    background: rgba(255,255,255,0.4);
}

.blogItem a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.blogItem .readmore{
    position: absolute;
    top: 90%;
    left: 0;
}

.blogItem a:hover .readmore{
    color: #3152ce;
}


.catItem .readmoreIndex{
    position: absolute;
    top: 92%;
    padding-left: 16px;
}
/*  ----------------------------------------------------------	*/
/*  					Breadcrumb 	  							*/
/*  ----------------------------------------------------------	*/

.breadcrumbWrap{
	border-bottom: 1px solid #d3d5d6;background: #fff;
}

.breadcrumb{
	background: none;
	margin-bottom: 0;
}

.breadcrumb li{
	flex-grow:1;
	opacity:  0.4;
	margin-bottom: 0px !important;

}
.breadcrumb li.active{
	opacity: 1;
	font-weight:700;
	color: #434343
}

.breadcrumb li.active .fa{
	color:#ee223b; 
}

.breadcrumb span{
	display:block;
	margin-top:5px;
	font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display:none;
}

/*  ----------------------------------------------------------	*/
/*  					Breadcrumb New 	  						*/
/*  ----------------------------------------------------------	*/
.breadcrumbNew{
	margin-top:35px;
	margin-bottom:15px;
	color: #fff;
}

.breadcrumbNew .breadcrumb{
	flex-wrap:nowrap;
}


.breadcrumbNew .breadcrumb-item{
	font-weight: 900;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: 1.3px;
	text-align: center;
	color: #b0b2b7;
	text-transform: uppercase;
	cursor: pointer;
}

.breadcrumbNew .breadcrumbNumber{
	text-align: center;
	display: inline-block;
	background: #b0b2b7;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 5px;
	color: #1c1e25;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom:25px;
}

.breadcrumbNew .breadcrumbNumber span{
	margin-top: 0px;
}

.breadcrumbNew .breadcrumb-item.active{
	color: #fff;
}



.breadcrumbNew .breadcrumb-item.active .breadcrumbNumber{
	width: 50px;
	height: 50px;
	padding: 10px;
	margin-top: 0;
	font-size: 18px;
	color: #fff;
	background: #3152ce;
	margin-bottom:15px;
}

.breadcrumbNew .active .breadcrumbNumber span{
	margin-top: 5px;
}

.breadcrumbNew .breadcrumbNumberWrap{

	position: relative;
}


.breadcrumbNew .breadcrumbNumber::after {
    position: absolute;
    top: 0;
    transform: translateY(25px);
    content: "";
    width: 60%;
	right:0px;
	margin-right:-32.5%;
    height: 1px;
    background-color: gray;
    display: block;
    z-index: 0;
    color: #f4f6f7;
}

.breadcrumbNew .breadcrumb-item:last-child .breadcrumbNumber::after {
	display:none;
}


/*  ----------------------------------------------------------	*/
/*  					Banners 	  					*/
/*  ----------------------------------------------------------	*/
/*
#hero-video{
	-webkit-mask-image: linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);
	z-index:0;
	max-width:1170px;
	height: 100%;
	padding-bottom: 0px;
}

#hero-video video{
	object-fit: fill;
}

.hero-image-wrapper {
	position: relative;
	overflow:hidden;
}

.hero-image-wrapper1 {
	overflow:hidden;
}

.container-voucher {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.hero-image-wrapper .hero-curve {
	display: block;
	position: absolute;
	bottom: 0;
	left: -5px;
	right: -5px;
	z-index: 5;
	height: 40px;
	background-image: url("/assets/images/hero-curve.svg");
	background-size: 100% 100%;
	
}
.hero-image-wrapper .videoIce {
	background-image: url("/assets/images/video-ice.png"),url("/assets/images/video-snow.png");
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	position: absolute;
}

.hero-image-wrapper.index .hero-banner{
	width: 100%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	display: block;
	position: absolute !important;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	bottom: 1px;
	right: 0;
	z-index: 1;
	height: 100%;
}

.hero-image-wrapper.index .hero-banner1{
	width: 100%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	display: block;
	position: absolute !important;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	bottom: 1px;
	right: 0;
	z-index: 1;
	height: 100%;
}


.hero-image-wrapper.index .hero-message{
	background: rgba(199, 17, 24, 0.75);
	margin-top: 120px;
	margin-bottom: 120px;
	z-index: 9;
	color: #fff;
	position: relative;
	border: 2px solid #fff;
	border-radius: 5px;
	
}

.offers .hero-message-new{
	background-color: #db2b25;
	background: rgba(199, 17, 24, 1);
	color: #fff;
	border: 2px solid #fff;
}


.hero-image-wrapper.index .hero-message .btn.btn-primary{
	border: 2px solid #fff !important;
}

.hero-image-wrapper.index .hero-message .small{
	font-weight: 700;font-size: 14px;
}

.hero-image-wrapper.image .hero-banner img {
   width: 100%
}

.hero-image-wrapper.index{
	background: #474747;
}

.vr-element{
	background-image: url("/assets/images/vr.jpg");
	background-position: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	z-index: 2;
	margin: 0 -15px 45px;
	height: 500px;
}

.vr-element .panel-box-full{
	padding-top:160px;
	padding-bottom: 125px;
	color: #fff;
	position: relative;
	z-index: 5;
}

.vr-element.text-right--fade::after {
   content: "\20";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    opacity: .35;
    z-index: 3;
}

.vr-element.text-right--fade::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,#29224d 60%,#2f2951);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#29224d',GradientType=1);
    width: 75%;
}

.vr-element-new{
	background-image: url("/assets/images/vr-xmas-ice.jpg");
	background-position: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	z-index: 2;
	margin: 0 -15px 45px;
	height: 500px;
}

.vr-element-new .panel-box-full{
	padding-top:115px;
	padding-bottom: 115px;
	color: #fff;
	position: relative;
	z-index: 5;
}

.vr-element-new.text-right--fade::after {
    content: "\20";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    opacity: .277;
    z-index: 3;
}

.vr-element-new.text-right--fade::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzI5MjI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,#29224d 60%,rgba(225,225,225,.2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#29224d',GradientType=1);
    width: 75%;
    opacity: .55;
}

#shadow{
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.24);
}

.hero-banner1{
				position: relative; overflow: hidden;height:500px;
			}
			.video-wrapper1 { position: absolute; top : 50%; transform: translate(0%, -50%);padding-bottom: 56.25%;   padding-top: 25px; width: 100%;}
			.video-wrapper1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

*/
/*  ----------------------------------------------------------	*/
/*  					Questions /FAQs 	  					*/
/*  ----------------------------------------------------------	*/
.questionWrap .card-header{
	font-weight:  bold;
	position: relative;
	padding-right: 35px;
}

.questionWrap .card-header .fa{
	position: absolute;
	right:  15px;
	top: 15px;
}

/*  ----------------------------------------------------------	*/
/*  					Tabs 	  								*/
/*  ----------------------------------------------------------	*/


.nav-tabs .nav-link {
	position: relative;
	font-weight:  bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
}

.nav-tabs .nav-link span{
	height: 5px;
	width: 100%;
	background: transparent;
	display:block;
	margin-top:7px;
	margin-bottom: -8px;	
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: transparent;
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
	/*color: #002173;*/
    color: #000000;
}

.nav-tabs .nav-link:focus{
	color: #212529;
}

.nav-tabs .nav-link:focus span, .nav-tabs .nav-link:hover span{
    background: #002173;
}

.nav-tabs .nav-item.show .nav-link span, .nav-tabs .nav-link.active span{
    background: #db2b25;
}



.details{
	display: inline-block;
	width: 50%;
	margin-right: -5px; 
	vertical-align:top;
}

.details.full{
	width: 100%;
}

.details.left{
	padding-right:10px;
}

.details.right{
	padding-left: 10px;
}



/* ---------------------------------------------------- */
/* 						Basket							*/
/* ---------------------------------------------------- */		
#promoWrap, #openPromo{
	margin-bottom: 15px;
}

#openPromo{
	background: #FFFFFF;
	border-color: #ffffff;
	color: #231f20; 
}



/*  ----------------------------------------------------------	*/
/*  					Reviews: 						
/*  ----------------------------------------------------------	*/
.satisfaction-rating {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #db2b25;
}

 .attribution {
    color: #70b6f0;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 23px;
}

/*  ----------------------------------------------------------	*/
/*  					Login/Checkout: 						*/
/*  ----------------------------------------------------------	*/

.register-wrap{
	max-width: 750px;
}

.login-wrap, .register-wrap, .checkout-wrap, .myaccount-wrap{
	background: #FFFFFF;
	color: #000000;
	padding: 25px;
	border: 1px solid #;
	margin: 25px auto;
}

.checkout-wrap.login input, .checkout-wrap.login input[type="submit"]{
	width: 100%;
	max-width: 350px;	
}

.login-wrap a:hover, .checkout-wrap a:hover{
	text-decoration: underline;
}

.checkout-wrap a.button:hover{
	text-decoration: none;
}

.loginWrap input, .checkout-wrap input{
	width: 100%;
	margin: 5px 0px;
	line-height: normal;
}

.register-wrap input[type="submit"].button.fright, .checkout-wrap input[type="submit"].button.fright{
	padding: 5px 15px;
    line-height: 20px;
}


.checkoutWrap{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 50px;
}

.checkoutLogin{
	width: 48%;
	width: calc(50% - 20px);
	margin: 10px;
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	border-toP: 5px solid #EE223B;
	box-shadow: 0px 2px 5px 0px #999;
	flex-grow: 1;
	text-align:center;
}

.checkoutWrap input{
	margin: 3px 0px;
}

.checkoutWrap input.button.full{
	width: 100%;
	marign-top: 5px;
}

.checkoutWrap:first-child(){
	margin-left: 0px;
}

.checkoutWrap:last-child(){
	margin-right: 0px;
}

input.icon, select.icon{
	background-position: left 5px center;	
	padding-left: 30px;
	background-repeat: no-repeat;
}

input.icon.password{
	background-image: url(/images/icon-password.png);
}

input.icon.user{
	background-image: url(/images/icon-user.png);
}

select.icon.user{
	background-image: url(/images/dropdown-arrow.jpg), url(/images/icon-user.png);
    background-position: right center, left 5px center;
    background-repeat: no-repeat, no-repeat;
	background-size: contain, auto;
}

input.icon.email{
	background-image: url(/images/icon-email.png);
}

input.icon.token{
	background-image: url(/images/icon-key.png);
}

input.icon.phone{
	background-image: url(/images/icon-phone.png);
}

input.icon.mobile{
	background-image: url(/images/icon-mobile.png);
}

input.icon.home{
	background-image: url(/images/icon-home.png);
}

select.icon.home{
	background-image: url(/images/dropdown-arrow.jpg), url(/images/icon-home.png);
    background-position: right center, left 5px center;
    background-repeat: no-repeat, no-repeat;
	background-size: contain, auto;
}

input.icon.company{
	background-image: url(/images/icon-company.png);
}

.login-wrap input[type=submit]{
	margin-bottom: 15px;
}

.login-wrap input[type=submit], .login-wrap input{
	border-radius: 0;
}

.login-wrap p{
	font-size:10pt;
	text-align:center;
	margin-top: 5px;
}

.register-wrap label, .checkout-wrap label, .myaccount-wrap label, .details label{
	width: 140px;
	padding-right: 15px;
	display: inline-block;
	vertical-align:middle;
	line-height: 46px;
	margin: 4px 0px;
}

.register-wrap label.wide, .checkout-wrap label.wide, .myaccount-wrap label.wide, .details label.wide{
	min-width: 180px;
}

.details input, .details select, .details textarea{
	width:calc(100% - 135px);
	max-width: 300px;
	margin: 4px 0px;
}

.details input.full, .details select.full, .details textarea.full{
	width:100%;
}
.details textarea{
	max-width:none;	
	height: 120px
}

.agreeCheckbox {
	vertical-align:top;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.25);
	margin: 5px 5px;
	/*margin-left: 25px;*/
	-moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	-o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	-webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
}

.agreeCheckbox:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.agreeCheckbox:hover:after {
	color: white;
}

.agreeCheckbox:after {
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	display: block;
	content: "";
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	width: 100%;
	height: 100%;
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	font-size: 44px;
	-moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
	-o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
	-webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
	transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3); 
	content: "\f00c";
	background-color: rgba(165, 194, 92, 0);
}

.agreeCheckbox.checked:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
		line-height: 40px;
	font-size: 32px;
	color: white;
	background-color: #48b045;
}

.agreeCheckbox.active:hover:after {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.agreeCheckbox.active:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
		line-height: 40px;
	font-size: 32px;
	color: white;
	background-color: #48b045;
}

.agreeCheckbox.checked.active:hover:after {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.agreeCheckbox.active, .agreeCheckbox.checked{
	color: white;
	background-color: #48b045;
}

.checkboxHidden{
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}


#popupOverlay, .popupOverlay {
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.messagePopup {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    display: inline-block;
    transform: translate(-50%, -50%);
    padding: 25px;
    text-align: left;
}

/*
ul{
	margin-left:0;
	padding-left:0px;
}

ul li{
	position: relative;
	list-style:none;
}

ul:not(.list-unstyled) li::before {
    color: #C61018;
	position: absolute;
	margin: 4px 0 0 -20px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	content: "\f00c";
	font-size: 80%;
}

header ul:not(.list-unstyled) li::before, footer ul:not(.list-unstyled) li::before{
	display:none;
}
/*
:not(header):not(footer) ul:not(.list-unstyled) {list-style: none}
:not(header):not(footer) ul:not(.list-unstyled) li:not(.nav-item):before {content: "•"; color: #c61018}
:not(header):not(footer) ul:not(.list-unstyled) li li:not(.nav-item):before {font-family: "Font Awesome 5 Free";;
font-weight: 900;content: "\f00c";font-size: 80%;}

:not(header):not(footer) ul.ticked:not(.list-unstyled) li:not(.nav-item)::before {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f00c";font-size: 80%;}

:not(header):not(footer) ul:not(.list-unstyled) li:not(.nav-item){ 
	margin-left:-25px;
	margin-top:10px;
	margin-bottom: 10px;
}

:not(header):not(footer) ol:not(.list-unstyled) {
	list-style: none; counter-reset: li;
}
:not(header):not(footer) ol:not(.list-unstyled):not(.breadcrumb) li:not(.nav-item):before {
	content: counter(li);
	background-color: #c61018;
	color: #fff;
	display: inline-block;
	width: 1.7em;
	text-align:center;
	height: 1.7em;
	line-height: 1.7em;
	border-radius: 30px;
	margin-left: -2em;
	margin-right:10px;
}

:not(header):not(footer) ol:not(.list-unstyled) li:not(.nav-item) {
	counter-increment: li;
	margin-bottom: 15px;
}

#hero-video{
	-webkit-mask-image: linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);
	z-index:0;
	max-width:1170px;
	height: 100%;
	padding-bottom: 0px;
}

#hero-video video{
	object-fit: fill;
}

.hero-image-wrapper {
	position: relative;
	overflow:hidden;
}

.hero-image-wrapper1 {
	overflow:hidden;
}

.container-voucher {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.hero-image-wrapper .hero-curve {
	display: block;
	position: absolute;
	bottom: 0;
	left: -5px;
	right: -5px;
	z-index: 5;
	height: 40px;
	background-image: url("/assets/images/hero-curve.svg");
	background-size: 100% 100%;
	
}
.hero-image-wrapper .videoIce {
	background-image: url("/assets/images/video-ice.png"),url("/assets/images/video-snow.png");
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	position: absolute;
}

.hero-image-wrapper.index .hero-banner{
	width: 100%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	display: block;
	position: absolute !important;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	bottom: 1px;
	right: 0;
	z-index: 1;
	height: 100%;
}

.hero-image-wrapper.index .hero-banner1{
	width: 100%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	display: block;
	position: absolute !important;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	bottom: 1px;
	right: 0;
	z-index: 1;
	height: 100%;
}


.hero-image-wrapper.index .hero-message{
	background: rgba(199, 17, 24, 0.75);
	margin-top: 120px;
	margin-bottom: 120px;
	z-index: 9;
	color: #fff;
	position: relative;
	border: 2px solid #fff;
	border-radius: 5px;
	
}

.offers .hero-message-new{
	background-color: #c61018;
	background: rgba(199, 17, 24, 1);
	color: #fff;
	border: 2px solid #fff;
}


.hero-image-wrapper.index .hero-message .btn.btn-primary{
	border: 2px solid #fff !important;
}

.hero-image-wrapper.index .hero-message .small{
	font-weight: 700;font-size: 14px;
}

.hero-image-wrapper.image .hero-banner img {
   width: 100%
}

.hero-image-wrapper.index{
	background: #474747;
}
*/
.vr-element{
	background-image: url("/assets/images/vr.jpg");
	background-image: url("/assets/images/IFLY_HVR1920x1080pxWINTER.jpg");
	background-position: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	z-index: 2;
	margin: 0 -15px 0px;
	height: 500px;
}

.vr-element .panel-box-full{
	padding-top:160px;
	padding-bottom: 125px;
	color: #fff;
	position: relative;
	z-index: 5;
}

.vr-element.text-right--fade::after {
   content: "\20";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    opacity: .35;
    z-index: 3;
}

.vr-element.text-right--fade::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,#29224d 60%,#2f2951);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#29224d',GradientType=1);
    width: 75%;
}

.vr-element-new{
	background-image: url("/assets/images/vr-xmas-ice.jpg");
	background-position: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	z-index: 2;
	margin: 0 -15px 45px;
	height: 500px;
}

.vr-element-new .panel-box-full{
	padding-top:115px;
	padding-bottom: 115px;
	color: #fff;
	position: relative;
	z-index: 5;
}

.vr-element-new.text-right--fade::after {
    content: "\20";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    opacity: .277;
    z-index: 3;
}

.vr-element-new.text-right--fade::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzI5MjI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,#29224d 60%,rgba(225,225,225,.2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#29224d',GradientType=1);
    width: 75%;
    opacity: .55;
}

#shadow{
  	/*box-shadow: 0 1px 3px  rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  	/*box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.12),-3px -3px 3px rgba(0, 0, 0, 0.24);*/
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.24);
}

.hero-banner1{
				position: relative; overflow: hidden;height:500px;
			}
			.video-wrapper1 { position: absolute; top : 50%; transform: translate(0%, -50%);padding-bottom: 56.25%; /* 16:9 */  padding-top: 25px; width: 100%;}
			.video-wrapper1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*  ----------------------------------------------------------	*/
/*  					Tabs 	  								*/
/*  ----------------------------------------------------------	*/

#bookingBar .nav {
    flex-wrap: nowrap;
}

.nav-tabs .nav-link {
	position: relative;
	font-weight:  bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
}

.nav-tabs .nav-link span{
	height: 5px;
	width: 100%;
	background: transparent;
	display:block;
	margin-top:7px;
	margin-bottom: -8px;	
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: transparent;
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
	/*color: #002173;*/
    color: #000000;
}

.nav-tabs .nav-link:focus{
	color: #212529;
}

.nav-tabs .nav-link:focus span, .nav-tabs .nav-link:hover span{
    background: #002173;
}

.nav-tabs .nav-item.show .nav-link span, .nav-tabs .nav-link.active span{
    background: #c61018;
}

#bookingBar .nav-link.btn{
    height: 60px;
    padding: 8px 16px;
}

/*  ----------------------------------------------------------	*/
/*  					Booking Bar 	  						*/
/*  ----------------------------------------------------------	*/
/*#bookingBar{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background: rgba(0,0,0,0.2);
	transition: background-color 0.6s;
	color: #fff;
	z-index:50;
	border-top: 10px solid transparent;
}
#bookingBar:hover{
	
	color: ;
}


#bookingBar .nav-link.active {
	
}

#bookingBar .tab-pane{
	border-top: 1px solid #ccc;
	background: #fff;
	color: #686868;
}

#bookingBar .btn-primary:not(:disabled):not(.disabled).active:focus, #bookingBar .btn-primary:not(:disabled):not(.disabled):active:focus, .show > #bookingBar  .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

#bookingBar #closeBookingBarTabs{
	position: absolute;
	top: 15px;
	right: 25px;
	cursor:pointer;
	display:none;
}*/


#bookingBar{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background: rgba(67,67,67,0.9);
	color: #fff;
	z-index:50;
	border-top: 10px solid transparent;
}


#bookingBar .nav-link {
	border-color: #FFF !important;
	border: 2px solid;
	border-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#bookingBar .nav-link.active {
	/*background: #002173 !important;*/
    background: #FFF !important;
	border-color: #FFF !important;
    color: #000;
	
}

#bookingBar .tab-pane{
	border-top: 2px solid #fff;
	/*background: #002173; */
    background: #000;
}

@media only screen and (max-width: 575px) and (max-height: 600px){
    #bookingBar .tab-pane{
        font-size: 14px;
    }
}


#bookingBar .btn-primary:not(:disabled):not(.disabled).active:focus, #bookingBar .btn-primary:not(:disabled):not(.disabled):active:focus, .show > #bookingBar  .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

#bookingBar #closeBookingBarTabs{
	position: absolute;
	top: 15px;
	right: 25px;
	cursor:pointer;
	display:none;
}

/*  ----------------------------------------------------------	*/
/*  					Media Queries 	  						*/
/*  ----------------------------------------------------------	*/
@media screen and (max-width: 1200px) { 
	.container{
		max-width: 100%;
	}
}

@media screen and (max-width: 850px) {
	h1{ font-size: 32px;}
	h2{ font-size: 24px;margin-bottom: 20px;}
	h3{ font-size: 20px;}
	h4{ font-size: 18px;}
	h5{ font-size: 16px;}
	h6{ font-size: 14px;}
}



@media (min-width: 1252px){
	.vr-element.text-right--fade:after {
	    opacity: 1;
	}
}


@media screen and (max-width: 1200px) { 
	.container{
		max-width: 100%;
	}
}


@media (max-width: 980px){
	.vr-element.text-right--fade:after {
		background: #000;
	}
}

@media (min-width: 980px){
	.vr-element {
    background-position: 15% 15%;
	}
}

@media (max-width: 970px){
	.vr-element.text-right--fade:after {
	    width: 100%;
	}
}


@media screen and (max-width: 850px) {
	.breadcrumb span{
		display:none;
	}
	.breadcrumb li.active span{
		display:block;
	}
	
	.breadcrumb li .fa{
		line-height:66px;
	}
	
	.breadcrumb li.active .fa{
		line-height:36px;
	}
	
	
}

@media screen and (max-width: 750px){
	 .video-wrapper1 {
	    position: relative;
	    top: auto;
	    transform: translate(0%, 0%);
	    padding-top: 0px;
	}
	 .hero-banner1 {
    	height: auto !important;
	}
}

@media screen and (max-width:750px) {
	.video-wrapper-new iframe, .video-wrapper-new object, .video-wrapper-new embed, .video-wrapper-new video {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
	    transform:translate(0%,0);
	    
	}

	.video-wrapper-new {
	    margin: 0;
	    position: relative;
	    width: 100%;
	    padding-bottom:0;
	    padding:39% 0 0;
	    height:auto;
	    overflow: hidden;
	}
}

@media screen and (max-width: 640px) {
	.nav-tabs .nav-link {
    	font-size: 13px;
    	line-height:14px;
	}
}

@media screen and (max-width:575px) {
	.left {
    	margin-bottom:0px;
	}
}

@media screen and (max-width: 575px) {
	.hero-image-wrapper.index .hero-banner {
		width: 100%;
		position: relative !important;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		z-index: 0;
		height: auto;
	}
	#hero-video {
		-webkit-mask-image: none;
		height: auto;
		padding-bottom: 0px;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%, 0);
		padding-bottom: 56.25%;
	}
	.videoIce{
		display:none;
	}
	
	.hero-image-wrapper.index{
		background: none;
	}
	
	
	.hero-image-wrapper.index .hero-message{
		background: #c61018;
		margin-top: 0px;
		margin-bottom: 0px;
		z-index: 0;
		
	}
	
	.messagePopup{
		width: 90%;
	}
}


@media screen and (max-width: 575px) {
	.breadcrumb li {
		display:none;
	}
	
	.breadcrumb li.active{
		display:block;
	}
	
}

/*@media screen and (max-width: 540px) {
	.bookingBar .nav-tabs .nav-item {
    	flex-wrap: nowrap;
	}
}*/

@media (max-width: 479px){
	.vr-element {
	    background-position: 32.22% 50%;
	}
}

@media (max-width:740px){
	.vr-element {
	    background-position: 32.22% 50%;
	}
}

/*---------------------------------------------------------*/
/*                  MY ACCOUNT SIDE BAR                    */
/*---------------------------------------------------------*/

.profile{
    margin: 20px 0;
}

.sidebar-container{
    padding: 20px 20px 10px 20px;
}

.profile-username .sidebar-links{
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
}

.profile-user-title-name{
    color: #444444;
    font-size: 1.25rem;
    font-weight: 600;    
}

.sidebar-hello{
    color: #444;
    font-size: 1.5rem;
    font-weight: 600;
}

.profile-user-title-test > a{
    text-decoration: none;
    color: #444444;
    font-size: .625rem;
    font-weight: 600;
}

li.sidebar-item{
    padding: 0.5rem 0;
    font-size: 0.75rem;
    text-transform: uppercase;
}

li.sidebar-item > a{
    color: #bbb;
    text-decoration: none;
    display: block;
    padding: .7rem 0;
}

.sidebar-container li.active>a{
    color: #3152ce;
    border-left: solid #3152ce;
    padding: .7rem 1rem;
}

.sidebar-container li.active>a img{
    filter: invert(29%) sepia(36%) saturate(3206%) hue-rotate(212deg) brightness(91%) contrast(97%);
}

.sidebar-container li>a img{
    width: 1.75rem;
    height: 1.5rem;
    margin-right: 1rem;
    filter: invert(67%) sepia(91%) saturate(1%) hue-rotate(18deg) brightness(98%) contrast(81%);
}

.top-bar-items .top-bar-nav li::before{
    content: "/";
    position: absolute;
    left: 1rem;
    top: 13%;
    color: #bbb;
}

.top-bar-items .top-bar-nav li:nth-child(1)::before{
    content: none;
    /*position: absolute;*/
}

.top-bar-items .top-bar-nav li{
    position: relative;
    white-space: nowrap;
}

.top-bar-items .top-bar-nav li>a{
    margin-left: 2.5rem;
    color: #bbb;
    text-decoration: none;
    line-height: 1;
    display: block;
    padding: 0.7rem 0;
    font-weight: 700;
}

.top-bar-items .top-bar-nav li:nth-child(1) a {
    margin-left: 0;
}


.top-bar-items .top-bar-nav li.active>a{
    color: #3152ce;
    border-bottom: 2px solid #3152ce;
}

/*---------------------------------------------------------*/
/*                  MY ACCOUNT STYLES                      */
/*---------------------------------------------------------*/
  .su-account-style{
    background:#F7F6A9;
    border:2px solid #FFFFFF;
    box-shadow:0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    padding:5px;
    border-radius:5px;
    margin-bottom:20px;
    color:darkred;
    cursor:pointer;
    text-align:center;
  }
  
  	#superusertable td, #superusertable th {
		border:1px solid #999;
		font-size:10pt;
		text-align: center;
	}
	#superusertable th {
		text-align: center;
		background: #231F20;
		color: #ffffff;
	}
	#profileWrapper {
		padding-top: 55px;
		padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
		/*background-color: #ddd;*/
		width: 100%;
		min-width: 100%;
	}
	#contentWrapper {
		background-color: #fff;
		color: #000;
		/*margin: 100px;*/
		padding: 20px;
	}
	@media only screen and (max-width: 991px) {
		#contentWrapper {
			/*margin: 50px;*/
            margin: 0;
		}
	}
	@media only screen and (max-width: 767px) {
		#contentWrapper {
			/*margin: 20px;*/
            margin: 0;
		}
	}

	#contentWrapper h4 {
		color: #000;
		font-size: 22px;
    }
/*--------------------------------------------*/
/*            Update details styles           */
/*--------------------------------------------*/

#pageWrapper{
    padding-top: 150px;
    padding-bottom: 50px;
    width: 100%;
    min-width: 100%;
    /*background-color: #ddd;*/
}
.contentWrapper {
	background-color: #fff;
	color: #000;
	padding: 20px;
	margin: 0 300px;
}
@media only screen and (min-width: 1400px) {
	.contentWrapper {
		margin: 0 500px;
	}
}
@media only screen and (max-width: 991px) {
	.contentWrapper {
		margin: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.contentWrapper {
		margin: 20px;
	}
}
.capitalize {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
	color: #666;
}
.contentWrapper input[type="text"] {
	padding: 25px;
}
.form-control:focus {
	border-color: #666;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(63, 63, 63, 0.6);
}

.ap-text{
    font-size: 15px;
    line-height: 22px;
}

.border-bottom{
    border-bottom: 1px solid #000000;
}

.ap-title{
    letter-spacing:.05em;
    font-size:10px;
    text-transform:uppercase;
}

.ap-items{
 list-style-type:none;
 padding: 0;
}

.ap-items li{
 display:-webkit-box!important;
 display:-ms-flexbox!important;
 display:flex!important;
  -webkit-box-align:center!important;
 -ms-flex-align:center!important;
 align-items:center!important;
 margin-bottom:8.5px;
 margin-bottom:4.25px;
}

.ap-items li:last-child {
 margin-bottom:0
}

.ap-price{
 letter-spacing:.05em;
 margin-top:17px;
 margin-bottom:34px;
 font-weight:800;
 margin:0;
}
@media (min-width:992px) {
 .ap-price{
  font-size:40px
 }
}

.ap-items li .svg {
    margin-right: 10px;
}

.svg-icon.deleteIcon{
    cursor: pointer;
    width: 10px;
    line-height: 20px;
}

.svg-icon.deleteIcon.text-danger{
    fill: #dc3545;
}

.ap-section-title {
 font-weight:400;
 text-transform:uppercase;
 font-size: 28px;
}


#activitiesWrapper{
    font-size: 1.1rem;
}

@media only screen and (max-width: 1530px) and (min-width: 1161px){
    #activitiesWrapper{
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 768px){
    #activitiesWrapper{
        font-size: 0.6rem;
    }
}

.instructor-text{
    color: #142d61;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.7px;    
}

.pro-image-top{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 335px;   
}

.pro-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 335px;
}

.image-box-overlay-plan{
    position: relative;
    width: 100%;
    bottom: 0;
    padding-left: 32px;
}

.image-box-main-plan{
    position: absolute;
    padding: 10px 42px 15px 15px;
    background-color: #FFFFFF;
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
    width: 100%
}

.image-box-main-plan h3{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: .6px;
}

.image-box-main-plan p{
    font-size: 12px;
    line-height: 18px;
}


@media only screen and (min-width: 660px){
	.pro-image-top, .pro-image{
		min-height: 360px;
	}
	
	.btn{
		line-height: 40px;
	}
	
}

@media only screen and (min-width: 1440px){
	.pro-image-top, .pro-image{
		min-height: 510px;
	}
	
	.btn{
		line-height: 50px;
	}
}

@media only screen and (min-width: 1920px){
	.pro-image-top, .pro-image{
		min-height: 620px;
	}
	
	.btn{
		line-height: 60px;
	}
}


@media only screen and (max-width: 1429px) and (min-width: 200px){

    .pro-image.image-box-overlay-plan .image-box-main-plan h3{
        font-size: 22px;
        line-height: 18px;
        letter-spacing: .2px;
    }
    .pro-image.image-box-overlay-plan .image-box-main-plan p {
        font-size: 12px;
        line-height: 14px;
    }
}


[data-toggle="collapse"].collapsed:after {
    position: absolute;
    transform: translate(0%, -50%) rotate(90deg);
    color: #3152ce;
    top: 50%;
}
[data-toggle="collapse"]:after {
    content: "\f054";
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    /*font-size: 10px;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0%, -50%) rotate(0deg);
    transition: all linear 0.25s;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #3152ce;
}


#closePopup.btn-primary{
    color: #FFF;
}

	.timeBox{
			color: #000;
			background:#fff;
			border: 0px;
			margin: 5px;
			padding: 10px;
			line-height: 40px;
			display:block;
			text-align:center;
			font-weight: 900;
			font-size: 20px;
			line-height:1.5;
			font-style:italic;
			cursor:pointer;
			
		}
		
		.timeBox span{
			display:block;
			font-weight: 400;
			font-size: 14px;
		}
		
		.timeBox.active, .timeBox:hover{
			color: #fff !important;
			background: #3152ce;
			text-decoration: none;
		}
		
		.timeBox:hover{
			color: #000;
			text-decoration: none;
			opacity:0.8
		}
		
		.timeType h5{
			font-size: 14px;
			font-weight: 900;
			font-style: italic;
			line-height: 1.71;
			letter-spacing: 1.3px;
			color: #142d61;
			margin-bottom: 0px;
		}

/*.plusMinusContainer{
    position: absolute;
    bottom: 0;
}*/

/*.extras-cardBottom{*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.card-footer{
    background: none;
}

.min-height-180{
    min-height: 180px;
}

.btn.btn-primary.disabled{
    background-color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
}


/* will hide the video progress bar */
/*video::-webkit-media-controls-timeline {*/
/*    display: none;*/
/*}*/


#playPause{
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right:  0;
    cursor: pointer;
}

/*#play-img{*/
/*    position: absolute;*/
/*}*/

#play-img img{
    /*width: 80%;*/
    opacity: 0.75;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#play-img img:hover{
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

@media only screen and (max-width: 1440px){
   #slider .slide.video-wrapper{
        padding-bottom: 56.25%;
        height: 0;
    }
   #slider .slide video{
        top: 0;
        left: 0;
        transform: translateX(0) translateY(0);
        min-height: 0;
        height: 100%;
    }
}

@media only screen and (max-width: 991px){
    #play-img img {
        width: 20%;
    }
}

@media only screen and (max-width: 576px){
    /*#play-img{*/
    /*    top: 25%;*/
    /*    bottom: 5%;*/
    /*}*/
    /**/
    /*#play-img img{*/
    /*    width: 50%;*/
    /*}*/
/*    #playPause{
        left: 56px;
    }*/
    #slider .slide.video-wrapper{
        padding-bottom: 100%;
        margin-bottom: -40%;
    }
    #slider .slide video{
        height: 118%;
    }
    #play-img img{
        transform: translate(-50%, -120%);
    }
}

@media only screen and (max-width: 240px){
    /*#play-img{*/
    /*    top: 28%;*/
    /*    bottom: 5%;*/
    /*    left: 18%;*/
    /*}*/
    /**/
    /*#play-img img{*/
    /*    width: 25%;*/
    /*}*/
}


/*************************************
*       SLIDE COLOURS, activitypro   *
**************************************/

#pricingtable .topRow{
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
	.tableRow div:first-child{
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: bold;
	}
}

/*
@media only screen and (max-width: 971px) and (min-width: 828px){
    #pricingtable .topRow{
        font-size: 14px;
    }
}

@media only screen and (max-width: 827px) and (min-width: 768px){
    #pricingtable .topRow{
        font-size: 12px;
    }
}
*/

.table-price{
    display: block;
    text-align: right;
    width: 53%;
}

@media only screen and (min-width: 1600px){
    .table-price{
        width: 22%;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px){
    .table-price{
        width: 25%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1440px){
    .table-price{
        width: 28%;
    }
}

@media only screen and (min-width: 793px) and (max-width: 999px){
    .table-price{
        width: 40%;
    }
}

#pricingtable .tableRow div{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.rowMins5.highlight-row, .rowMins4.highlight-row{
    /*background-color: rgb(0, 123, 255);*/
    background-color: rgb(49,82,206);
    color: #fff;
}

.rowMins10.highlight-row{
    /*background-color: rgb(204, 229, 255);*/
    background-color: rgba(49,82,206, 0.4);
}

.rowMins30.highlight-row, .rowMins6.highlight-row{
    /*background: rgb(212, 237, 218);*/
    background-color: rgba(40,167,69, 0.2);
}

.rowMins60.highlight-row, .rowMins8.highlight-row{
    /*background-color: rgb(40, 167, 69);*/
    background-color: rgb(40,167,69);
    color: #fff;
}

.btn.qtyminus, .btn.qtyplus{
    line-height: 0px;
    height: 50px;
    width: 50px;
}

.Schedule.Schedule--closed small{
    background-color: #db2b25;
}
.Schedule.Schedule--is-half-full small{
    background-color: #f7be16;
}
.Schedule.Schedule--is-open small{
    background-color: #3152ce;
}


/*@media only screen and (min-width: 1920px){*/
/*    .btn.qtyminus, .btn.qtyplus{*/
/*        line-height: 40px;*/
/*    }*/
/*}*/

#activitypro-card.card{
    /*background-color: transparent;*/
}

.btn.decreaseQuantity, .btn.increaseQuantity{
    line-height: 0px;
}


/*.ui-widget.ui-widget-content {
    height: auto;
    min-height: 37px;
}*/

/*.ui-widget.ui-widget-content.ui-slider.ui-slider-horizontal  {
    background: #3152ce !important;
    padding: 0px 2px;
}*/

/********* jQuery Override *********/

.ui-widget.ui-widget-content{
	background: #ffffff !important;
	/*border: 2px solid #3152ce !important;*/
	color: #000000;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) !important;*/
	font-family: "Roboto", "Neue Helvetica W01", Arial, sans-serif;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	/*height: 37px;*/
	padding: 0px 10px;
	line-height: 33px;
	border-radius: 4px;
	vertical-align:middle;
	font-size: 13pt;
}
.ui-widget-header{
	background: #ffffff !important;
	border: 0 !important;
	color: #000000;
	font-family: "Roboto", "Neue Helvetica W01", Arial, sans-serif;
	border-radius: 0px !important;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{*/
/*	background: #38A976 !important;*/
/*	border: 2px solid white !important;*/
/*	color: #ffffff !important;*/
/*	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
/*	font-family: "Roboto", "Neue Helvetica W01", Arial, sans-serif !important;*/
/*	font-weight: 700 !important;*/
/*	cursor: pointer !important;*/
/*	text-decoration: none !important;*/
/*	height: 52px !important;*/
/*	padding: 0px 10px !important;*/
/*	line-height: 33px !important;*/
/*	border-radius: 4px !important;*/
/*	vertical-align:middle !important;*/
/*	font-size: 13pt !important;*/
/*}*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #ffffff !important;
    color: #212121 !important;
}

.ui-widget.ui-widget-content {
    position: relative;
     height: auto; 
    min-height: 45px;
    background: transparent !important;
    padding: 0px 2px;
    
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{
    border:2px solid #3152ce !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    padding: 0px !important;
    text-align: center;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -.6em;
}

/* Stop slider going off the end of the bar */
/*.ui-slider-handle[style*="left: 0"] {*/
/*  margin-left: 0;*/
/*}*/
/**/
/*.ui-slider-handle[style*="left: 100"] {*/
/*  margin-left: -2em;*/
/*}*/

/*.ui-slider-horizontal .ui-slider-range[style*="width: 100%"] {*/
/*  width: 97% !important;*/
/*}*/

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
height: 52px !important;
border-radius: 4px !important;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-widget-header {
    background: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

/*************************************
*               CMS STUFF            *
**************************************/
.cms-video{
    text-align: center;
}

.cms-video iframe{
    width: 560px;
}

.cms-table{
    width: 600px;
}

#overview iframe{
    width: 600px;
}

@media only screen and (max-width: 610px){
    .cms-table{
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #overview iframe{
        width: 100%;
    }
}

@media only screen and (max-width: 515px){
    .cms-video{
        text-align: left;
    }
    .cms-video iframe{
        width: 100%;
    }
}

.footer-logo{
    margin-top: 78px;
}

.footer-logo a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 768px){
    .footer-logo{
        margin-top: 50px;
    }
}

.agreeWrap{
    font-size: 1rem;
    line-height: 22px;
}

.d-xs-custom-inline{
    display: inline;
}

.d-xs-custom-none{
    display: none;
}

@media only screen and (max-width: 417px){
    .d-xs-custom-inline{
        display: inline !important;
    }

    .d-xs-custom-none{
        display: none !important;
    }
}

.sidebar-container li.active>a {
    color: #3152ce;
    border-left: solid #3152ce;
    padding: .7rem 1rem;
}

.carousel-text{
    font-size: 1.1rem;
}

@media only screen and (max-width: 900px){
    .carousel-text{
        font-size: 0.8rem;
    }
}


/* SNOWFLAKES STYLE */
.winter-is-coming, .snow {
	z-index: 100;
	pointer-events: none;
}

.winter-is-coming {
display: ; /*remove to turn snowflakes back on for xmas */
overflow: hidden;
position: absolute;
top: 0;
height: 100%;
width: 100%;
max-width: 100%;
background: transparent;
}

.snow {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-animation: falling linear infinite both;
		animation: falling linear infinite both;
-webkit-transform: translate3D(0, -100%, 0);
		transform: translate3D(0, -100%, 0);
}
.snow--near {
-webkit-animation-duration: 30s;
		animation-duration: 30s;
background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
/* background-size: contain; */
}
.snow--near + .snow--alt {
-webkit-animation-delay: 15s;
		animation-delay: 15s;
}
.snow--mid {
-webkit-animation-duration: 50s;
		animation-duration: 50s;
background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png");
/* background-size: contain; */
}
.snow--mid + .snow--alt {
-webkit-animation-delay: 25s;
		animation-delay: 25s;
}
.snow--far {
-webkit-animation-duration: 70s;
		animation-duration: 70s;
background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png");
/* background-size: contain; */
}
.snow--far + .snow--alt {
-webkit-animation-delay: 35s;
		animation-delay: 35s;
}

@-webkit-keyframes falling {
0% {
	-webkit-transform: translate3D(-7.5%, -100%, 0);
			transform: translate3D(-7.5%, -100%, 0);
}
100% {
	-webkit-transform: translate3D(7.5%, 100%, 0);
			transform: translate3D(7.5%, 100%, 0);
}
}

@keyframes falling {
0% {
	-webkit-transform: translate3D(-7.5%, -100%, 0);
			transform: translate3D(-7.5%, -100%, 0);
}
100% {
	-webkit-transform: translate3D(7.5%, 100%, 0);
			transform: translate3D(7.5%, 100%, 0);
}
}

.reschedule-green{
    color: #0bb358;
}
.reschedule-orange{
    color: #ed7d31;
}

.small-reschedule{
    font-size: 10px;
}

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

.reschedule-header, .table td{
    font-size: 16px;
}

@media only screen and (max-width: 992px){
    .reschedule-header, .table td{
        font-size: 13px;
    }
    .small-reschedule{
        font-size: 9px;
    }
}

@media only screen and (max-width: 375px){
    .reschedule-header, .table td{
        font-size: 11px;
    }
    .small-reschedule{
        font-size: 8px;
    }
}

@media only screen and (max-width: 325px){
    .reschedule-header, .table td{
        font-size: 9px;
    }
    .small-reschedule{
        font-size: 7px;
    }
}

.newProduct{
    background: #db2b25;
    color:white;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content:center;
    /*height: 100%;*/
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1.8px;
}

#bccs-modal [data-toggle="collapse"]:after{
	display: none;
}