
/* ##### HELPERS ##### 

* { box-shadow: 0px 0px 1px 1px rgba(255,0,0,0.25) inset; }
.container { box-shadow: 0px 0px 1px 1px rgba(0,255,255,0.5) inset; }
#helpers > div { padding: 25px 50px 25px 50px; text-transform: uppercase; color: #ffffff; background: rgba(50,50,50,0.75) none; position: fixed; bottom: 10px; left: 10px; z-index: 99; }

/* */

/* ##### REUSABLE STYLES ##### */

.mg-all-no { margin: 0px !important; }

.mg-t-no { margin-top: 0px !important; }
.mg-t-xxs { margin-top: 3px !important; }
.mg-t-xs { margin-top: 5px !important; }
.mg-t-sm { margin-top: 10px !important; }
.mg-t-md { margin-top: 20px !important; }
.mg-t-lg { margin-top: 30px !important; }
.mg-t-xl { margin-top: 73px !important; }
.mg-t-xxl { margin-top: 100px !important; }
.mg-t-xxxl { margin-top: 140px !important; }

.mg-r-no { margin-right: 0px !important; }
.mg-r-xxs { margin-right: 3px !important; }
.mg-r-xs { margin-right: 5px !important; }
.mg-r-sm { margin-right: 10px !important; }
.mg-r-md { margin-right: 20px !important; }
.mg-r-lg { margin-right: 30px !important; }
.mg-r-xl { margin-right: 60px !important; }
.mg-r-xxl { margin-right: 100px !important; }

.mg-b-no { margin-bottom: 0px !important; }
.mg-b-xxs { margin-bottom: 3px !important; }
.mg-b-xs { margin-bottom: 5px !important; }
.mg-b-sm { margin-bottom: 10px !important; }
.mg-b-md { margin-bottom: 20px !important; }
.mg-b-lg { margin-bottom: 30px !important; }
.mg-b-xl { margin-bottom: 60px !important; }
.mg-b-xxl { margin-bottom: 100px !important; }
.mg-b-xxxl { margin-bottom: 200px !important; }

.mg-l-no { margin-left: 0px !important; }
.mg-l-xxs { margin-left: 3px !important; }
.mg-l-xs { margin-left: 5px !important; }
.mg-l-sm { margin-left: 10px !important; }
.mg-l-md { margin-left: 20px !important; }
.mg-l-lg { margin-left: 30px !important; }
.mg-l-xl { margin-left: 60px !important; }
.mg-l-xxl { margin-left: 100px !important; }


.pd-all-no { padding: 0px !important; }
.pd-all-sm { padding: 10px !important; }
.pd-all-md { padding: 20px !important; }

.pd-t-no { padding-top: 0px !important; }
.pd-t-xxs {padding-top: 3px !important; }
.pd-t-xs { padding-top: 5px !important; }
.pd-t-sm { padding-top: 10px !important; }
.pd-t-md { padding-top: 20px !important; }
.pd-t-lg { padding-top: 30px !important; }
.pd-t-xl { padding-top: 60px !important; }
.pd-t-xxl { padding-top: 65px !important; }
 
.pd-r-no { padding-right: 0px !important; }
.pd-r-xxs {padding-right: 3px !important; }
.pd-r-xs { padding-right: 5px !important; }
.pd-r-sm { padding-right: 10px !important; }
.pd-r-md { padding-right: 20px !important; }
.pd-r-lg { padding-right: 30px !important; }
.pd-r-xl { padding-right: 60px !important; }
.pd-r-xxl { padding-right: 110px !important; }
 
.pd-b-no { padding-bottom: 0px !important; }
.pd-b-xxs {padding-bottom: 3px !important; }
.pd-b-xs { padding-bottom: 5px !important; }
.pd-b-sm { padding-bottom: 10px !important; }
.pd-b-md { padding-bottom: 20px !important; }
.pd-b-lg { padding-bottom: 30px !important; }
.pd-b-xl { padding-bottom: 60px !important; }
.pd-b-xxl { padding-bottom: 180px !important; }
 
.pd-l-no { padding-left: 0px !important; }
.pd-l-xxs { padding-left: 3px !important; }
.pd-l-xs { padding-left: 5px !important; }
.pd-l-sm { padding-left: 10px !important; }
.pd-l-md { padding-left: 20px !important; }
.pd-l-lg { padding-left: 30px !important; }
.pd-l-xl { padding-left: 60px !important; }
.pd-l-xxl { padding-left: 110px !important; }

.std-pd
{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.row.std-pd
{
	margin-left: -10px !important;
	margin-right: -10px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.dbl-pd
{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.row.dbl-pd
{
	margin-left: -20px !important;
	margin-right: -20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.upper
{
	text-transform: uppercase;
}

.underline
{
	text-decoration: underline;
}

.center-block
{
	float: none;
}

.wrapper
{

}

.img-responsive.stretch
{
	width: 100%;
}
.border-top {
	border-top: 1px solid black;
}
.border-bottom {
	border-bottom: 1px solid black;
}
.txt-white
{
	color: #ffffff !important;
}
.txt-green
{
	color: #1F4737 !important;
}
.txt-cream
{
	color: #ECE5D2 !important;
}
.txt-red {
	color:red !important;
}
.txt-light-brown
{
	color: #715949 !important;
}
.txt-baskreg {
font-family: 'bask-regular' !important;
}
.txt-baskbold {
font-family: 'bask-bold' !important;
}
.txt-gotham {
	font-family: 'Gotham Book' !important;
}
.bg-white
{
	background: #ffffff none;
	/*background: rgba(255,255,255,0.95) none;*/
}
.bg-black
{
	background: #000 none;
	/*background: rgba(255,255,255,0.95) none;*/
}
.bg-grey {
	background: #3e3e40;
}
.bg-loader
{
	background-image: url('/assets/images/lib/ajax-loader-reverse.gif');
	background-position: center center;
	background-repeat: no-repeat;
}	
p {
margin-top: 15px !important;
margin-bottom: 0px;
line-height: 1.4 !important;
}
a.overlay > .image
{
	position: absolute;
	display: block;
	top: 0px;
	right: -100%;
	bottom: 0px;
	left: -100%;
}

a.overlay > .image > img
{
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	height: 140%;
	width: auto;
}

a.overlay > .blockout
{
	position: absolute;
	display: block;
	width: 100% !important;
	height: 100% !important;
	top: 0px;
	left: 0px;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	background-color: #333333;
	background-color: rgba(0,0,0,0.6);
	transition: opacity 0.25s;
}

a.overlay > .info
{
	position: absolute;
	display: block;
	float: left;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transition: opacity 0.25s;
}

a.overlay:hover > .blockout,
a.overlay:hover > .info
{
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

:focus
{
	outline: none;
}

.container
{
	/* hardcode container and disable responsive at higher res 
	max-width: 970px; */
}

body
{
	padding: 0px;
	margin: 0px;
}

body, h1, h2, h3, h4, h5, h6, span, p, input, li, a, span
{
	line-height: 1.2;
	font-weight: normal;
	/*-webkit-font-smoothing: antialiased;*/
	/*-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0);*/
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}

p
{
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 1.6;
}

p:first-child,
p.first
{
	margin-top: 0px;
}

a:hover,
a:focus
{
	text-decoration: none;
	outline: none;
}

.bg-primary a:hover
{
	color: #000; !important;
}
#header, #main, #footer
{
	display: block;
	position: relative;
	-webkit-transform: translateZ(0);
}
#header {
border-bottom: 1px solid #AAAAAA;
position: fixed;
z-index: 9999;
background: #ffffff;
margin: auto;
left: 0px;
right: 0px;
}
footer {
	background-image: url('/assets/media/home/footer-green.jpg');
	height:220px;
}

#main > .container
{
	position: relative;
}

.image-center
{
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
}

.image-center > img
{
	position: absolute;
	display: block;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	margin: auto;
	height: auto;
	width: 100% !important;
}

.image-center.bottom.left > img
{
	margin-left: 0px;
	left: 0px;
}

.image-center.byheight > img
{
	height: 100% !important;
	width: auto !important;
}

.image-center.aligntop > img
{
	margin-top: 0px;
		top: 0px;
}

.image-center.alignbottom > img
{
	margin-bottom: 0px;
		bottom: 0px;
}

.aspect-80pct
{
	padding-bottom: 80% !important;
}

.aspect-normal
{
	padding-bottom: 60% !important;
}

.caption
{
	position: absolute;
	display: block;
	left: 5%;
	bottom: 15%;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	-o-text-shadow: 5px 5px 20px rgba(0,0,0,0.3);
	-moz-text-shadow: 5px 5px 20px rgba(0,0,0,0.3);
	-webkit-text-shadow: 5px 5px 20px rgba(0,0,0,0.3);
	text-shadow: 5px 5px 20px rgba(0,0,0,0.3);
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
}

.caption.top-left
{
	top: 9.5%;	
	right: auto;	
	bottom: auto;
	left: 5.5%;
}

.caption.bottom-left
{
	top: auto;	
	right: auto;	
	bottom: 9.5%;
	left: 5.5%;
}

.caption.bottom-center
{
	top: auto;	
	right: auto;	
	bottom: 9.5%;
	left: 30%;
}

.caption.top-right
{
	top: 9.5%;	
	right: 5.5%;	
	bottom: auto;
	left: auto;
}

.caption.bottom-right
{
	top: auto;	
	right: 5.5%;	
	bottom: 9.5%;
	left: auto;
}

.artists-impression {
	position: absolute;
	margin:auto;
	bottom: 0; right: 0;
	color: #fff;
	font-size: 12px;
	text-align:center;
}
.artists-impression1 {
	position: absolute;
	margin:auto;
	top:0; bottom: 0; left:0; right: 0;
	color: #fff;
	font-size: 22px;
	text-align:center;
	height:80px;
}
.slider1 {
	position: absolute;
	margin:auto;
	top:0; bottom: 0; left:0; right: 0;
	color: #fff;
	font-size: 30px;
	text-align:center;
	height:275px;
	width:600px;
}
.slider1 img {
	width:100px !important;
	margin:auto;
	margin-bottom:20px !important;
}
.artists-impression.bottom-center
{
	bottom: 2%;
	left: 27%;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #ffffff;
color:#000000;
}

/**/

/* ################### */


/* ####  SPECIFICS COLOURS FOR PRESTIGE #### */

.txt-plain,
body, span, p, input, li, a, span
{
	font-family: 'Raleway';
	letter-spacing: 0.5px;
}

.txt-heading,
h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway';
	letter-spacing: 0.5px;
}

.txt-primary /* dark grey */
{
	color: #1E1F13 !important;
}

.txt-secondary  /* green */
{
	color: #B48F77 !important;
}

.bg-primary /* dark grey */
{
	background-color: #fff;
}

.feature-pages .bg-primary
{
	background-color: #423833;
}

.bg-secondary /* green */
{
	background-color: #B48F77;
}

/* MAIN text color */
body, a, 
#registerform .form-group input[type=text], #registerform .form-group input[type=email], #registerform .form-group textarea
{
	color: #1E1F13;
}

a:hover, a:focus
{
	color: #aaaaaa;
}

/* DISCLAIMER TEXT */
#footer, #footer a, #footer p
{
	color: #ffffff;
}

body #registerform button[type=submit]
{
	color: #fff;
	font-family: 'Raleway';
}

/* reversed color */
.navbar-nav li, .navbar-nav li > a
{
	color: #ffffff;
	letter-spacing: 1px;
}

.navbar-nav li.active a {
	font-family: 'bask-bold' !important;
}

/* form placeholder text */
#registerform ::-webkit-input-placeholder { color: #999999; text-align:center; }
#registerform :-moz-placeholder { color: #999999; text-align:center;} /* Firefox 18- */
#registerform ::-moz-placeholder { color: #999999; text-align:center;} /* Firefox 19+ */
#registerform :-ms-input-placeholder { color: #999999; text-align:center;}

/* backgrounds */

#main
{
	background-image: none;
	background-repeat: no-repeat;
}

.container
{
	/*background: #00290E none;*/
	background: transparent none;
}

.flexslider
{
	background-color: transparent;
}


.navbar-toggle
{
	background-color: #ffffff;
}

.navbar-toggle > .icon-bar
{
	background-color: #000000;
}

#registerform button[type=submit]
{
	background: transparent;
	
}

#registerform button[type=submit]:hover,
#registerform button[type=submit]:active,
#registerform button[type=submit]:focus
{
	background: transparent;
	opacity:0.8;
}

#registerform .form-group input[type=text],
#registerform .form-group input[type=email],
#registerform .form-group textarea
{
	background: #ffffff none;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2) inset !important;
}

/* ################### */








/* ##### FLEXSLIDER ##### */

.flexslider
{
	margin: 0px;
	padding: 0px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	background: transparent url('/assets/images/lib/ajax-loader.gif') no-repeat center center;
	min-height: 173px;
}
.flexslider img {
/* height: 100% !important; */
width: auto !important;
max-width: 100%;
}

.flexslider .flex-viewport li,
.flexslider > .slides > li 
{
	position: relative;
}

.flexslider.thumbs .flex-direction-nav a
{
	margin-top: -10%;
	line-height: 1;
}

.flex-control-thumbs li
{
	width: 16.666666666%;
}

.flex-control-thumbs li
{
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
}

.flex-control-thumbs li:after
{
	content: "";
	display: block;
	position: absolute;
	left: -5%;
	width: 10%;
	top: 0px;
	bottom: 0px;
	background: #ffffff none;
	z-index: 10;
}

.flex-control-thumbs li:first-child:after
{
	display: none;
}

.flex-control-thumbs li > img
{
	position: absolute;
	display: block;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	margin: auto;
	height: auto;
	width: 100% !important;
}

.flex-direction-nav a
{
	color: rgba(255,255,255, 0.8);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.flex-direction-nav a:hover
{
	color: rgba(30,32,20, 0.8);	
}

.flex-control-paging
{
	display: none !important;
}

.flex-control-paging li a,
.flex-control-paging li a:hover
{
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 6px 6px 6px 6px;
	background: transparent none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active
{
	background: #ffffff none;
	background: rgba(255,255,255,0.75) none;
	border: 1px solid rgba(255,255,255,0.75);
}

.flex-control-nav
{
	z-index: 99;
}

.flex-direction-nav a.flex-next
{
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	right: 8px;
}

.flex-direction-nav a.flex-prev
{
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	left: 8px;
}

.flex-control-nav.flex-control-paging
{
	height: 23px;
}





/* #### CUSTOM STYLES #### */

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0px;
    right: 96.5%;
    margin-bottom: 15px;
    z-index: 8050;
    text-align: center;
    font-size:7px !important;
    left:0%;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent !important;
    border-radius: 15px;
    text-shadow: 0px 1px 2px #222;
    color: #FFF;
    font-weight: normal !important;
    line-height: 24px;
    white-space: nowrap;
    font-size:7px !important;
}

#header #logo,
#header #logo > h1
{
	display: block;
	width: 100%;
	margin: auto;
	padding: 0px;
}

#header #logo /* this controls the logo size at xs */
{
	width: 185px;
	float: left;
	margin: auto;
}

#header #logo > h1 > img
{
	margin: auto;
	display: block;
}

#header #logo > h1,
h2.seo,
.seo
{
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.navbar
{
	min-height: 10px;
	margin-bottom: 0px;
}

.navbar-header
{
	width: 100%;
	padding-bottom: 10px;
}

.navbar-toggle
{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.navbar-nav 
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.navbar-nav li a {
	padding: 0px 15px 0px 15px;
	font-size: 16px;
	color: #1F4737;
	font-family: 'bask-regular' !important;
}
.navbar-nav li:last-child a
{
	padding: 0px 0px 0px 15px !important;
}

.navbar-nav li,
.navbar-nav li > a
{
	text-transform: capitalize;
}

.navbar-nav .menu-border.active,
.navbar-nav .menu-border.active > a,
.navbar-nav .menu-border:hover > a
{
	background: transparent none;
}
.navbar-nav .menu-border-reg:hover > a
{
	background: transparent none;
}

.navbar-nav .logohover:hover > a
{
	background: transparent none;
}

#main .register-now
{
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

.details a > img
{
	vertical-align: middle;
}

.details a > span
{
	vertical-align: middle;
	padding-left: 5px;
}



#footer .container
{
	background: transparent none;
}

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

#registerform .form-group label
{
	text-transform: uppercase;
	font-weight: normal;
}

#registerform .form-group input[type=text],
#registerform .form-group input[type=email],
#registerform .form-group textarea
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
	height: 28px;
	line-height: 1.1;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	border: none;
}

.contact-reg button
{
	border: none;
	text-transform: uppercase;
	height: 36px;
	padding-top: 3px;
	color: #ffffff;
	text-align: center;
	min-width: 100%;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #fff !important;
}

#error .error-message
{
	display: block;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	padding: 10px 12px 5px 12px;
	background: #ff0000 none;
	background: rgba(255,0,0,0.65);
	font-style: normal;
	margin-top: 10px;
}

#error .error-message p
{
	margin-top: 0px;
	margin-bottom: 5px;
}

body.home .flexslider .flex-direction-nav,
body.home .flexslider .flex-control-nav
{
	display: none;
}	

.callout
{
	border-top: 2px solid #1E1F13;
	border-bottom: 2px solid #1E1F13;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ad
{
	text-align: center;

	float: right;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	margin-top: 5px;
}

#footer .footer-agent
{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	color: #ffffff;
	display: block;
}

	#footer .footer-agent-logo 
	{
		display: block;
		clear: both;
		width: 100%;
	}

	#footer .footer-agent-logo img
	{
		clear: both;
		margin-bottom: 15px;
	}


	.txt-responsive-xxs { font-size: 11px !important; }
	.txt-responsive-xs  { font-size: 13px !important; }
	.txt-responsive-sm  { font-size: 15px !important; }
	.txt-responsive-md  { font-size: 19px !important; }
	.txt-responsive-lg  { font-size: 24px !important; }
	.txt-responsive-xl  { font-size: 37px !important; }
	.txt-responsive-xxl { font-size: 50px !important; }


	.image-center { padding-bottom: 56.5%; }


/* CUSTOM CSS */
.opacity {
	opacity:1;
}
.opacity1:hover {
	opacity:0.8;
}
.pd-l-flogo{
	padding-left:10px !important;
	padding-top:0px !important;
}
.pd-addy {
	padding-top:7px !important;
}
.pd-r-homebox {
   	padding-right:10px !important;
 }
 .pd-t-homebox {
 	padding-top:0px !important;
 }
 .pd-l-homebox {
 	padding-left:10px !important;
 }
 .pd-b-homebox {
 	 margin-top:0px !important;
 }
.txt-center {
	text-align:center;
}
.txt-right {
	text-align:right;
}

.hero-container {
	width: 100%;
}

.flex-direction-nav a.flex-next {
display:none;
}
.flex-direction-nav a.flex-prev {
display:none;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	margin-top: 600%;
	
}

.flex-direction-nav:hover a.flex-prev , .flex-direction-nav:hover a.flex-next, a.flex-next:hover, a.flex-prev:hover {
background:#857257;
opacity:0.6;
-moz-opacity: 0.60;
filter: alpha(opacity=60);
}

.bd-t-gold {
	border-top:1px solid #857257;
}
.bd-b-gold {
	border-bottom:1px solid #857257;
}
.main-content .row {
	 display: table;
}

.main-content .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.form-height {
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:316px;
}
.form-height .form-text {
	padding:20px 0px;
}
.home-reg input , .home-reg textarea {
	border:1px solid #000;
	color:#000;
	background:transparent;
	width:100%;
	padding:6px;
	font-size:14px !important;
	font-family: 'bask-regular', times;
	text-align:center;
	text-transform:capitalize;
	margin-bottom:15px;
}
.home-reg textarea {
	height:150px;
}
.home-reg-button {
	border:0px;
	color: #ffffff !important;
	width: 60%;
	padding: 8px;
	text-align: center;
	font-size: 14px !important;
	text-transform: uppercase;
	margin: auto !important;
	background: #1F4737 !important;
}
.contact-reg input , .contact-reg textarea {
	color: #000 !important;
	background:#fff;
	width:100%;
	padding:8px;
	font-family: 'bask-regular' !important;
	font-size:11px !important;
	border-radius:0px !important;
	text-align:center;
	text-transform:uppercase;
}

.contact-reg textarea
{
	min-height: 180px;
	padding-top: 5px;
}
.pd-all-reg {
padding:10px 15px 5px 15px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height:100%;
}
.pd-all-contact {
	padding:0px 75px 0px 75px !important;
}
.glyphicon {
	font-size:25px;
	color: #000;
	top:7px;
}
.opacity1 {
	opacity:1 !important;
}
.opacity1:hover{
	opacity:0.8 !important;
}
.video-wrapper {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.custom-arrow-next {
	width:18px !important;
	position:absolute;
	z-index:9999999999;
	left:10px;
	top:44%;
	cursor:pointer;
	/*display:none;*/
}
.custom-arrow-prev {
	width:18px !important;
	position:absolute;
	z-index:99999999;
	top:44%;
	right:11px;
	cursor:pointer;
	/*display:none;*/
}
.slider-overlay {
	background-color: rgba(74, 74, 74, 0.8);
	background: rgba(74, 74, 74, 0.8);
	color: rgba(74, 74, 74, 0.8);
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	position:absolute;
	z-index:501;
	width:100%;
	height:100%;
}
.slider-overlay-1 {
	position:absolute;
	z-index:501;
	width:100%;
	height:100%;
}
.slider-overlay-2 {
  position: absolute;
  z-index: 501;
  width: 100%;
  height: 5%;
  bottom: 0px;
}
.contact-overlay {

	position:absolute;
	z-index:501;
	width:100%;
	height:570px;
	top:7px;
}
.contact-overlay-text {
	width:35%;
	height:80%;
	margin-left:auto;
	margin-right:auto;
}
.contact-background {
	background-image: url('/assets/media/images/slider/slider-1.jpg');
}
.reg-now {
	position:absolute; 
	z-index:600; 
	color:black; 
	top:-5px; 
	text-align:center; 
	width:100%;
}
.reg-now-text{
	font-size:12px !important;

}
.txt-spaced {
	letter-spacing:2.5px;
}

#registerform .before.on,
#registerform .after.on
{
	display: block;
}

#registerform .before.off,
#registerform .after.off
{
	display: none;
}
.fancybox-nav span {
  visibility: visible !important;
  margin-top:-35px;
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -220px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-wrap:after {
  height: 220px; 
}
.register-pop-out {
	float: right;
	position: fixed;
	top: 73px;
	right: 0px;
	width: 48px;
	height: 150px;
	z-index: 900009;
	background: rgba(0,0,0,0.9);
	text-align: center;
	padding: 25px 0px;
}
.atss {
position: fixed;
top: 238px !important;
width: 48px;
z-index: 100020;
background: none;
}
.popup-overlay {
	float: right;
	position: fixed;
	width: 252px;
	height: 270px;
	top: 73px;
	right: 0px;
	z-index: 900010;
	background: rgba(255,255,255,255);
	text-align: center;
	padding: 0px 0px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	display:none;
}
.close-box {
color: #000;
font-weight: bold;
font-size: 16px;
position: absolute;
top: 2px;
left: 2px;
height: 20px;
width: 21px;
height:21px;
text-align: center;
font-family: arial, helvetica, sans-serif;
cursor:pointer !important;
z-index: 900011;
}
.list-none {
	list-style:none !important;
	padding:0px !important;
}
.validation-error {
	border:1px solid red !important;
}
/* END CUSTOM */

/*	
.col-xs-
*/
@media (max-width: 450px) {

	.custom-arrow-prev {
    width: 15px !important;
    position: absolute;
    z-index: 99999999;
    top: 35%;
    right: 10px;
    cursor: pointer;
    display: none;
    visibility:hidden;
}
	.custom-arrow-next {
    width: 15px !important;
    position: absolute;
    z-index: 99999999;
    top: 35%;
    left: 10px;
    cursor: pointer;
    display: none;
    visibility:hidden;
}

.slider1 {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #FFF;
    font-size: 12px !important;
    text-align: center;
    height: 182px;
    width: 98%;
}
.slider1 img {
    width: 30px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.flexslider {
    margin: 0px;
    padding: 0px;
    border: medium none;
    box-shadow: none;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    background: url('/assets/images/lib/ajax-loader.gif') no-repeat scroll center center transparent;
    min-height: 155px;
}


}
@media (min-width:767px) and (max-width: 992px) {
	.form-height {
		height: 241px !important;
	}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height:100%;
	max-height:100%;
	min-height: auto;
}

	.form-height {
		height: 241px !important;
	}
	.pd-all-reg {
		padding:0px 14px 0px 14px;
	}
	.home-reg input , .home-reg textarea {
		border: 1px solid #000;
		color: #000;
		background: transparent;
		width: 100%;
		padding: 3px;
		font-size: 14px !important;
		font-family: 'bask-regular',times;
		text-align: center;
		text-transform: capitalize;
		margin-bottom: 6px;
	}
	.home-reg-button {
	border:0px;
	color: #ffffff !important;
	width: 60%;
	padding: 8px;
	text-align: center;
	font-size: 14px !important;
	text-transform: uppercase;
	margin: auto !important;
	background: #1F4737 !important;
	}
	.play {
	width:30%; 
	position:absolute; 
	z-index:5000;
	top:32%;
	left:37%;
	opacity:1;
	}
	.reg-now-text{
	font-size:10px !important;
	}
	.reg-now {
	position:absolute; 
	z-index:600; 
	color:black; 
	top:-4px; 
	text-align:center; 
	width:100%;
	}
	.home-block {
	height: 210px;
	font-size: 19px;
	line-height: 24px;
	width: 100%;
	}
		.custom-arrow-next {
	width:15px !important;
	position:absolute;
	z-index:9999999;
	left:10px;
	top:45%;
	cursor:pointer;
	display:none;
}
	.custom-arrow-prev {
	width:15px !important;
	position:absolute;
	z-index:9999999;
	top:45%;
	right:10px;
	cursor:pointer;
	display:none;
}


}


/*///////////////////////////////////*/

@media (max-width: 767px)
{	

	.txt-responsive-xxs { font-size: 16px !important; }
	.txt-responsive-xs  { font-size: 18px !important; }
	.txt-responsive-sm  { font-size: 20px !important; }
	.txt-responsive-md  { font-size: 22px !important; }
	.txt-responsive-lg  { font-size: 24px !important; }
	.txt-responsive-xl  { font-size: 37px !important; }
	.txt-responsive-xxl { font-size: 50px !important; }
	.pd-l-xxl { padding-left: 20px !important; }
	.pd-r-xxl { padding-right: 20px !important; }
	.mg-t-xl { margin-top: 105px !important;
}
	
	.container
	{
		/* add padding on xs res only */
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.main-content .row {
	 display: initial;
	}

	.main-content .row [class*="col-"] {
    	float: none;
    	display: initial;
    	vertical-align: top;
	}
	.navbar-nav li.active i 
	{
		background: none;
		width:100%;
		margin-top:0px;
		display:block;
		display:none;
	}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height:100%;
	min-height: auto;
}

.pd-all-contact {
	padding:0px 25px 0px 25px !important;
}
.mobile-form {
	padding: 99px;
}
.form-height {
	height:321px;
	margin-top:20px;
	margin-bottom:20px;
}
.pd-all-reg {
padding:10px 15px 5px 15px;
}
.artists-impression {
	position: absolute;
	margin:auto;
	bottom: 0; right: 0;
	color: #fff;
	font-size: 12px;
	text-align:center;
}

.contact-overlay {
	background-color: rgba(68, 68, 68, 0.9);
	background: rgba(68, 68, 68, 0.9);
	color: rgba(68, 68, 68, 0.9);
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	position: static;
	z-index: 501;
	width: 100%;
	height: 750px;
	top: 7px;
	padding: 1px;
	}
.contact-overlay-text {
	width: 80%;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
}
.navbar-nav a.active i {
	background: transparent url('/assets/images/squiggle2.png') no-repeat;
	background-position: center;
	height: 17px;
	width: 47%;
	display: none;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.image-center { padding-bottom: 43.5%; }

.home-block {
		height: 321px;
		font-size:32px;
		line-height:38px;
		margin-bottom:20px;
		margin-top:0px !important;
		width:100%;
	}
.no-margin {
	margin:0px !important;
}
.no-padding {
	padding:0px !important;
}
footer {
		padding-top:80px;
}
.register-pop-out {
	display:none;
}
.slider1 {
	position: absolute;
	margin:auto;
	top:0; bottom: 0; left:0; right: 0;
	color: #fff;
	font-size: 18px;
	text-align:center;
	height:154px;
	width:90%;
}
.slider1 img {
	width:50px !important;
	margin-bottom:10px !important;
}
}

@media (min-width: 767px) 
{
/*	
.col-sm-
*/
	.pd-l-xxl { padding-left: 60px !important; }
	.pd-r-xxl { padding-right: 60px !important; }
	
	.container
	{
		width: 740px;
	}

	.caption
	{
		font-size: 38px;
	}


	.flex-control-paging
	{
		display: block;
	}

	body.home .flexslider .flex-direction-nav,
	body.home .flexslider .flex-control-nav
	{
		display: block;
	}
	.navbar-header /* this controls the logo size at all other res */
	{
	
	}

	.navbar-header
	{
		padding-bottom: 0px;
	}

	.navbar-nav
	{
		position: absolute;
	    bottom:-25px;
	}
	.menu-border {
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		padding: 8px 0px 8px 0px;
	}
	.menu-border-reg {
		padding: 8px 0px;
		text-align:center;
	}
	.nav li.menu-border-reg a {
		position:static;
	}
	.navbar-nav li a {
		padding: 0px 14px 0px 14px;
		font-size: 14px;
		color: #1F4737;
		font-family: 'bask-regular' !important;
	}
	.navbar-nav  li.menu-border-reg a
	{
		padding: 0px 2px 0px 2px;
		font-size: 10px;
	}	

	#header #logo > h1 > img
	{
		margin: 0px;
	}

	.flexslider
	{
		min-height: 396px;
	}


	#main .register-now
	{
		display: block;
		visibility: visible;
		overflow: visible;
		height: auto;
		width: auto;
		position: absolute;
		color: #ffffff;
		background-color: #715949;
		background-color: rgba(113,89,73, 0.9);
		padding: 16px 24px 16px 24px;
		text-transform: uppercase;
		font-size: 29px;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
		top: 40px;
		right: 10px;
		z-index: 99;
	}
	#main .register-now:after
	{
		content: '';
		display: block;
		position: absolute;
		width: 0px;
		height: 0px;
		top: 0px;
		right: 0px;
		margin-top: -50px;
		margin-right: 25px;
		border-bottom: 50px solid rgba(113,89,73, 0.9);
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}

	#main .register-now:hover
	{
			background-color: rgba(113,89,73, 0.95);
	}

	#main .register-now:hover:after
	{
		content: '';
		display: block;
		position: absolute;
		width: 0px;
		height: 0px;
		top: 0px;
		right: 0px;
		margin-top: -50px;
		margin-right: 25px;
		border-bottom: 50px solid rgba(113,89,73, 0.95);
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}

	#main .register-now.delay-fadein
	{
		display: none;
	}

	.ad
	{
		text-align: right;
		float: right;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		right: 10px;
		margin-top: 0px;
	}

	#footer .footer-agent
	{
		text-align: right;
	}

	#footer .footer-agent-logo 
	{
		float: right;
		display: block;
		clear: both;
		width: 100%;
		text-align: right;
	}

	#footer .footer-agent-logo img
	{
		float: right;
		clear: both;
		margin-bottom: 15px;
	}

	.image-center { padding-bottom: 44%; }

	.txt-responsive-xxs { font-size: 12px !important; }
	.txt-responsive-xs  { font-size: 14px !important; }
	.txt-responsive-sm  { font-size: 15px !important; }
	.txt-responsive-md  { font-size: 20px !important; }
	.txt-responsive-lg  { font-size: 25px !important; }
	.txt-responsive-xl  { font-size: 40px !important; }
	.txt-responsive-xxl { font-size: 51px !important; }
	
	.form-height {
	height: 216px !important;
	}

	.form-height .form-text {
		padding:5px 0px !important;
	}

	.form-height button {
		margin:6px 0px 0px 0px !important;
	}
	footer {
		line-height:220px;
	}
	.slider1 {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		height: 326px;
	}
	
	}

@media (min-width: 992px) {
/*	
.col-md-
*/	
	.pd-l-xxl { padding-left: 110px !important; }
	.pd-r-xxl { padding-right: 110px !important; }
	
	.gradient-placehold {
	padding:11px 0px !important;
	}


	.container
	{
		width: 963px;
	}
	.container { [;width: 970px;]; }

	.caption
	{
		font-size: 42px;
	}

	.navbar-nav li a {
		padding: 0px 15px 0px 15px;
		font-size: 16px;
		color: #1F4737;
		font-family: 'bask-regular' !important;
	}
	.navbar-nav  li.menu-border-reg a
	{
		padding: 3px 0px 3px 0px;
		font-size: 12px;
	}	

	.menu-border-reg {
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		padding: 5px 0px;
		position: relative;
		text-align: center;
	}
	.flexslider
	{
		min-height: 515px;
	}
	.ad
	{
		text-align: right;
		float: right;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		right: 15px;
	}

	.txt-responsive-xxs { font-size: 10px !important; }
	.txt-responsive-xs  { font-size: 12px !important; }
	.txt-responsive-sm  { font-size: 15px !important; }
	.txt-responsive-md  { font-size: 21px !important; }
	.txt-responsive-lg  { font-size: 26px !important; }
	.txt-responsive-xl  { font-size: 41px !important; }
	.txt-responsive-xxl { font-size: 52px !important; }

	.form-height {
		height: 315px !important;
	}
	.form-height .form-text {
		padding:20px 0px !important;
	}
	.form-height button {
		margin:10px 0px 0px 0px !important;
	}
	#main
	{
		background-image:url('/assets/media/home/bg-flowers.jpg');
		background-repeat: no-repeat;
	}
	.home-block {
		height: 210px;
		font-size: 19px;
		line-height: 24px;
		width: 100%;
	}
	}


@media (min-width: 1200px) 
{
/*	
.col-lg-
*/

/*
	.container
	{
		width: 1170px;
	}
*/
	.container
	{
		width: 963px;
	}
 	
	.caption
	{
		font-size: 42px;
	}

	.navbar-nav li a {
		padding: 0px 15px 0px 15px;
		font-size: 16px;
		color: #1F4737;
		font-family: 'bask-regular' !important;
	}
	.navbar-nav  li.menu-border-reg a
	{
		padding: 0px 2px 0px 2px;
		font-size: 12px;
		color: #000;
	}
	.menu-border-reg {
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		padding: 8px 0px;
		position: relative;
		text-align: center;
	}
	.flexslider
	{
		min-height: 515px;
	}

	.ad
	{
		text-align: right;
		float: right;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		right: 15px;
	}

	.txt-responsive-xxs { font-size: 10px !important; }
	.txt-responsive-xs  { font-size: 12px !important; }
	.txt-responsive-sm  { font-size: 15px !important; }
	.txt-responsive-md  { font-size: 21px !important; }
	.txt-responsive-lg  { font-size: 26px !important; }
	.txt-responsive-xl  { font-size: 41px !important; }
	.txt-responsive-xxl { font-size: 52px !important; }

}


