/*
 * screen.css
 * This document contains the visual style for the website.
 * Core layout styles are found in base.css.
*/

/*
	TYPOGRAPHY - The typographic style for the website.
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,700);
/*@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: 'Raleway-bold';
    src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: 'Raleway-light';
    src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
    font-family: 'Raleway-medium';
    src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
    font-family: 'Raleway-black';
    src: url(../fonts/Raleway-Black.ttf);
}*/
	/* Size */
	body{
		/*font-family:'Raleway-medium',helvetica, arial, sans-serif;*/
		font-family:'Raleway',Arial,sans-serif;
		line-height:1.5em;
		font-size:13px;
		font-size:1.3rem;
		background: #000000 url(../images/background.jpg)no-repeat fixed;
		background-size: cover;
		background-position: center center;
		/*transition: background-image 1s ease-in-out;
		-moz-transition: background-image 1s ease-in-out;
		webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;*/
	}
	.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
	h1,h2{line-height:1em;margin-bottom:15px;}
	h3,h4,h5,h6{line-height:1.2em;margin-bottom:8px;}
	h1{font-size:32px;font-size:3.2rem;font-weight:bold;}
	h2{font-size:28px;font-size:2.8rem;font-weight:bold;}
	h3{font-size:22px;font-size:2.2rem;font-weight:bold;}
	h4{font-size:18px;font-size:1.8rem;font-weight:bold;text-transform: uppercase;}
	h5{font-size:16px;font-size:1.6rem;}
	h6{font-size:14px;font-size:1.4rem;}
	span.subtitle{
		display:block;
		font-size:0.7em;
		font-weight:normal;
		line-height:1.2em;
		margin-bottom:1em;
		color:#666;
	}
	p{
		word-spacing:inherit;
		hyphenate:auto;
		hyphenate-lines:3;
		font-size:inherit;
		line-height:inherit;
		margin-bottom:13px;
	}
	
	/* Colour */
	h1,h2,h3,.wp-caption-text{color:#2d2b76; text-transform: uppercase;}
	h4,h5,h6{color:#2d2b76;}
	
	/* Special Typography */
	.special,q,.wp-caption-text{font-family:Georgia,"Times New Roman",Times,serif;}
	blockquote{
		font-size:inherit;
		margin:20px 0;
		padding:10px 15px;
		background:#fbfbfb;
		border:1px solid #eee;
		border-radius:5px;
		box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;
		font-style:italic;
		position:relative;
	}
	blockquote:after{
		content:attr(cite);
		position:absolute;
		display:block;
		bottom:-21px;
		right:10px;
		font-size:12px;font-size:1.2rem;
		color:#666;
	}
	blockquote p:last-child{margin-bottom:0;}
	strong{font-weight:bold;}
	em{font-style:italic;}

	

/*
	PAGE CONTENT - Styling for the different content sections of the page.
*/
	/* Header */
	/*#main-header{position: absolute;top: 0;width: 100%;}*/
	#header.block .logo{
			height: 90px;
	}
	#header.block .row,
	#header.block .widget,
	#header.inline .row,
	#header.inline .logo
		{height:100%;}
	#header.block{background: rgba(0,0,0,0.8);}
	#header.inline{height:200px;border-bottom:1px solid black;}
	
	#header .logo a{background:url(../images/no-35.png) left center no-repeat scroll transparent;}
	
	#header.inline .widget{height:153px;}
	#header .widget_text{text-align:right;}
	#header .widget_text h2{margin:0px;top:0px;}
	#header .widget_text h4{margin:0px;top:0px;}
	
	
	/* Navigation Menu */
	#nav{border-top:1px solid #fff;border-bottom:1px solid #fff;margin-top: 20px;}
	#nav a{text-decoration:none; text-transform: uppercase;}
	#nav ul.nav-bar>li{font-size:1.4rem;line-height:45px;}
	#nav ul.nav-bar>li:hover{background-color: #0C0B0B;}
	#nav ul.nav-bar>li:last-child{border-right:none;}
	#nav ul.nav-bar>li>a{padding:0 20px 0 20px; color: #fff}
	/*#nav ul.nav-bar>li a:hover{color: #b0aeeb;}*/
	#nav .sub-menu>li>a{
		background-color:#000;
		padding:0px 10px;
		width:200px;
		border-bottom:1px solid #2d2b76;
		color: #fff;
	}
	#nav .sub-menu>li:hover>a{color:#fff;background-color:#2d2b76;}
	#nav .sub-menu>li:last-child>a{border-bottom:none;}
	
	.nav-select{display:none;}


	/* Featured Slider */
	#hero{}
	.herofeatured{height:300px;width:100%; padding:100px 10% 0;}
	.homeSidebar{padding:20px;width:100%; height:260px;}


	/* Content */
	#content {margin: 20px 0 0;}
	#content .row{}
	#content>.row .eight{padding:20px 20px 20px 20px;}
	
	/* Menu BG Animation */
	#fullbg,
	#incomingbg{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:-1;
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
		/*background-image:url(http://no35.tbst.biz/wp-content/uploads/2014/12/No35_NightDetail2_-Sofitel-Melbourne.jpg);*/
	}
	#incomingbg{
		display:none;
	}

	/* Footer */
	/*#footer{padding:0px 20px 0px 20px;background: rgba(0,0,0,0.8); color: #fff; font-family: 'Raleway';} */

	#footer {
  padding:0px 20px 0px 20px; 
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-family: 'Raleway';
  left: 0;
  width: 100%;
  z-index: 100;
  display: block;
  bottom: 0px;
}
	.fixed-bottom{position: fixed; bottom: 0; width: 100%;}
	
	#footer .menu{position:relative;}
	#footer .menu:after{content:"";display:block;clear:both;}
	#footer .menu a{display:block;}
	#footer .menu>li{float:left;margin-right:20px;}
	#footer .menu>li>a{}
	#footer .menu>li:hover>a{
		background-color:#333;
		text-decoration:none;
		color:#fff;
	}
	#footer .menu .sub-menu{
		display:none;
		position:absolute;
		left:0;
		top:40px;
		width:100%;
		font-size:12px;
		padding:10px;
		background-color:#333;
	}
	#footer .menu>li:hover .sub-menu{display:block;}
	#footer .menu .sub-menu a{color:#fff;}
	#footer .menu .sub-menu>li{
		float:left;
		margin-right:20px;
		line-height:normal;
	}
	#footer .menu .sub-menu>li:hover a{text-decoration:none;color:#f60;}
	
	.creds{text-align:right;}



/*
	UI ELEMENTS - Styling for basic elements which appear on most sites.
*/
	*:focus{outline:none;}
	
	/* Links */
	a{color:#000;text-decoration:none;}
	a:hover{text-decoration:none;}
	
	
	/* Lists */
	li{word-spacing:inherit;font-size:inherit;}
	ul.disc{list-style:disc outside;margin:0 0 15px 15px;}
	ol{margin-left:20px;}
	ul.margin>li,ul.disc>li,ol>li{margin-bottom:5px;}
	ul.disc>li:last-of-type,ol>li:last-of-type{margin-bottom:0px;}
	
	
	/* Buttons */	
		/* Colours */
	.button,input[type=submit]{
		background:#2d2b76;
		display:inline-block;
		text-align:center;
		padding:8px 20px;
		color: #fff;
		text-decoration: none;
		font-weight:normal;
		line-height:1;
		font-family:inherit;
		position:relative;
		cursor:pointer;
		border:none;
		border-radius:0px;
		background-repeat:no-repeat;
	}
	.red.button{background-color:#fa4f4f;}
	.blue.button{background-color:#6cc0e4;}
	.yellow.button{background-color:#fac83c;}
	.green.button{background-color:#8bc53e;}
	.black.button{background-color:#4d4d4d;}
	
		/* States */
	.button:hover,input[type=submit]:hover{
		background-color:#63b3d5;
		color:#fff;
		text-decoration:none;
	}
	.red.button:hover{background-color:#d84444;}
	.blue.button:hover{background-color:#63b3d5;}
	.green.button:hover{background-color:#7eb239;}
	.yellow.button:hover{background-color:#fab53c;}
	.black.button:hover{background-color:#1d1d1d;}
	
		/* Sizes */
	.small.button{font-size:1.1rem;}
	.large.button{font-size:2.0rem;padding:12px 40px;}
	
		/* Arrows */
	.button.left{background-position:left center;}
	.button.right,.button.up,.button.down{background-position:right center;}
	
	.small.button.left{padding-left:28px;}
	.small.button.right,
	.small.button.up,
	.small.button.down
		{padding-right:28px;}
	
	.button.left{padding-left:28px;}
	.button.right,
	.button.up,
	.button.down
		{padding-right:28px;}
	
	.large.button.left{padding-left:54px;}
	.large.button.right,
	.large.button.up,
	.large.button.down
		{padding-right:54px;}
	
	.small.button.up{background-image:url(../images/buttons/btn_up.png);}
	.small.button.down{background-image:url(../images/buttons/btn_down.png);}
	.small.button.right{background-image:url(../images/buttons/btn_right.png);}
	.small.button.left{background-image:url(../images/buttons/btn_left.png);}
	.button.up{background-image:url(../images/buttons/btn_up.png);}
	.button.down{background-image:url(../images/buttons/btn_down.png);}
	.button.right{background-image:url(../images/buttons/btn_right.png);}
	.button.left{background-image:url(../images/buttons/btn_left.png);}
	.large.button.up{background-image:url(../images/buttons/btn_large_up.png);}
	.large.button.down{background-image:url(../images/buttons/btn_large_down.png);}
	.large.button.right{background-image:url(../images/buttons/btn_large_right.png);}
	.large.button.left{background-image:url(../images/buttons/btn_large_left.png);}
	
	/* Images */
	.wp-caption{ padding:0.5rem; background:#f6f6f6;}
	.gallery-item{}
	.alignleft+h4{margin-top:0px;}
	
	
	/* Tables */
	table{border:1px solid #aaa;width:100%;}
	thead{font-weight:bold;text-align:left;border-bottom:1px solid #aaa;font-size:1.5rem;color:#f60;}
	tbody{}
	tr:nth-of-type(even){background-color:#eee;}
	tr:nth-of-type(odd){background-color:#fff;}
	td,th{padding:10px 15px;}
	
	
	/* Forms */
	.tbstForm_wrapper.gform_wrapper{margin:0;}
	form.tbstForm{font-size:inherit;}
	.gform_wrapper .tbstForm .gsection .gfield_label,
	.gform_wrapper .tbstForm h2.gsection_title,
	.gform_wrapper .tbstForm h3.gform_title{
		font-size:22px;
		margin:0 0 5px;
	}
	.gform_wrapper .tbstForm .gform_heading{margin:0;}
	.gform_wrapper .tbstForm .top_label .gfield_label{
		font-weight:normal;
		margin:0 0 3px;
	}
	.gform_wrapper .tbstForm ul li.gfield{margin-bottom:10px;}
	form.tbstForm input[type="text"],
	form.tbstForm textarea
	{
		font-size:inherit;
		line-height:1.5em;
		padding:5px;
		color:#555;
		border-radius:5px;
		border:1px solid #ccc;
		transition: box-shadow 0.25s;
		-moz-transition: box-shadow 0.25s;
		-webkit-transition: box-shadow 0.25s;
		-o-transition: box-shadow 0.25s;
	}
	form.tbstForm input[type="text"]:hover,
	form.tbstForm textarea:hover{border:1px solid #999;}
	form.tbstForm input[type="text"]:focus,
	form.tbstForm textarea:focus{border:1px solid #999;box-shadow:0px 0px 3px #999 inset;}
	
	form.tbstForm .btngroup .ginput_container li{float:left;}
	form.tbstForm .btngroup .ginput_container li>input[type="radio"]{display:none;}
	form.tbstForm .btngroup .ginput_container li>label{
		margin-left:0px;
		display:block;
		border:1px solid #ccc;
		border-right-width:0px;
		padding:5px 10px;
		color:#777;
		box-shadow:0px 0px 5px #fff inset;
		cursor:pointer;
		background: #f5f5f5; /* Old browsers */
		background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	form.tbstForm .btngroup .ginput_container li>label:hover{
		background: rgb(245,245,245); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	form.tbstForm .btngroup .ginput_container li>input[type="radio"]:checked + label{
		font-weight:normal;
		box-shadow:0px 0px 3px #bbb inset;
		padding:6px 10px 4px 10px;
		text-shadow: 0px 0px 0.5px #ccc;
		background: #e5e5e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #f5f5f5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e5e5e5 0%,#f5f5f5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#f5f5f5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#f5f5f5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	}
	form.tbstForm .btngroup .ginput_container li:first-child>label{border-radius:5px 0px 0px 5px;}
	form.tbstForm .btngroup .ginput_container li:last-child>label{border-radius:0px 5px 5px 0px;border-right-width:1px;}
	
	form.tbstForm select{
		padding:5px;
		border-radius:5px;
		border:1px solid #ccc;
		font-size:inherit;
	}
	form.tbstForm select:hover,form.tbstForm select:focus{border:1px solid #999;}
	.gform_wrapper .tbstForm .gform_footer{padding:0;}
	
	
	
	
	/* Arrows */
	div.arrow{border:5px solid transparent;height:0px;width:0px;}
	div.arrow.up{border-bottom-color:#000;}
	div.arrow.right{border-left-color:#000;}
	div.arrow.down{border-top-color:#000;}
	div.arrow.left{border-right-color:#000;}

/*
	PATTERNS - More complex UI elements.
*/
	/* Tabs */
	dl.tbstTabs{font-size:1.4rem;margin-bottom:10px;box-shadow: 0 2px 5px rgba(0,0,0,0.25);-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);}
	dl.tbstTabs.accordion{border:1px solid #000;}
	
	dl.tbstTabs>dt{
		padding:10px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	
	dl.tbstTabs.accordion>dt{border-left:2px solid transparent;border-top:1px solid #000;}
	dl.tbstTabs.accordion>dt:first-child{border-top:none;}
	dl.tbstTabs.accordion>dt.active{border-left:2px solid #000;color:#000;background-color:#fff;}
	
	dl.tbstTabs.box>dt{border:1px solid #000;border-left:none;border-bottom:none;}
	dl.tbstTabs.box>dt:first-child{border-left:1px solid #000;}
	dl.tbstTabs.box>dt.active{border-top:2px solid #000;color:#000;background-color:#fff;}
	dl.tbstTabs.box>dd{border:1px solid #000;}
	
	dl.tbstTabs>dd>div{padding:10px;}
	
	
	/* Swipe */
	.swipe{
		margin-bottom:20px;
		padding-bottom:20px;
		position:relative;
	}
	.swipe .bumper{
		width:0px;
		height:100%;
		position:absolute;
		top:0px;
		z-index:99;
		transition:width 0.25s;
		-moz-transition:width 0.25s;
		-webkit-transition:width 0.25s;
		-o-transition:width 0.25s;
		/*background-size:contain;*/
	}
	.swipe .left.bumper{
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
		background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
		left:0px;
	}
	.swipe .right.bumper{
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
		right:0px;
	}
	
	.swipetest .row .columns,
	.swipe .row .columns {
		background-color:#fff;
		border:1px solid #aaa;
		position:relative;
	}
	.swipetest .columns>div,
	.swipetest .columns>p,
	.swipetest .columns>ul>li,
	.swipetest .columns>ol>li,
	.swipe .columns>div,
	.swipe .columns>p,
	.swipe .columns>ul>li,
	.swipe .columns>ol>li
		{padding:10px;}
	
	.swipetest h3{
		color:#000;
		background-color:transparent;
		font-size:18px;
		padding:10px;
		margin-bottom:0px;
		border-bottom:1px solid #000;
		top:0px;
	}
	
	.swipetest ol,
	.swipe ol{list-style-position:inside;margin-left:0px;}
	.swipetest li,
	.swipe li{border-bottom:1px solid #aaa;margin-bottom:0px;}
	.swipetest li:last-child,
	.swipe li:last-child{border-bottom:none;}
	
	/* Slider */
	.slider-container{width:100%;overflow:hidden;position:relative;}
	.slider-buttons{position:absolute;bottom:10px;left:50%;}
	
	.slider-buttons>li{
		width:10px;height:10px;
		float:left;
		margin-right:5px;
		background-color:transparent;
		border:1px solid #fff;
		border-radius:50%;
		cursor:pointer;
		box-shadow:0px 0px 1px 1px rgba(0,0,0,0.25);
	}
	.slider-buttons>li.active{background-color:#fff;cursor:default;}
	
	.slider-timer,.slider-next,.slider-prev{opacity:0;transition:opacity 0.3s;}
	.slider-container:hover .slider-timer,.slider-container:hover .slider-next,.slider-container:hover .slider-prev{opacity:0.2;}
	.slider-timer:hover,.slider-next:hover,.slider-prev:hover{opacity:0.8!important;}
	
	.slider-timer{
		position:absolute;
		top:10px;right:10px;
		width:50px;height:30px;
		cursor:pointer;
	}
	.slider-timer:before,.slider-timer:after{
		content:"";
		display:block;
		position:absolute;
		background-color:#333;
		height:100%;
		width:7px;
		top:0;
	}
	.slider-timer:before{left:15px;}
	.slider-timer:after{right:15px;}
	.slider-timer.paused:before{display:none;}
	.slider-timer.paused:after{
		width:0;height:0;
		border:15px solid transparent;
		border-left-color:#333;
		left:20px;
		background-color:transparent;
	}
	.slider-progbar{
		background-color:#333;
		height:5px;
		position:absolute;
		top:40px;
		width:100%;
	}
	
	.slider-prev,.slider-next{
		position:absolute;
		width:30px;
		height:60px;
		background-color:#333;
		top:50%;
		margin-top:-30px;
		cursor:pointer;
		transition:opacity 0.3s;
	}
	.slider-prev{left:0;}
	.slider-next{right:0;}
	.slider-prev:hover,.slider-next:hover{opacity:1;}
	.slider-prev:before,.slider-next:before,.slider-prev:after,.slider-next:after{
		content:"";
		display:block;
		position:absolute;
		border:10px solid transparent;
		width:0;height:0;
		top:50%;
		margin-top:-10px;
	}
	.slider-prev:before{border-right-color:#fff;left:-1px;}
	.slider-prev:after{border-right-color:#333;left:1px;}
	.slider-next:before{border-left-color:#fff;right:-1px;}
	.slider-next:after{border-left-color:#333;right:1px;}
	
	#slider{
		width:100%;
		height:300px;
		position:relative;
		
	}
	#slider>li{
		position:absolute;
		top:0;
		left:0;
		min-height:100%;
		min-width:100%;
		padding:50px;
	}
	#slider>li>img{max-height:100%;min-width:100%;display:none}
	
	/* Slideout */
	#slideout{
		position:relative;
		z-index:+999;
		overflow:hidden;
		margin-top:-176px;
		transition: margin-top 0.5s, box-shadow 0.5s;
		-moz-transition: margin-top 0.5s, box-shadow 0.5s;
		-webkit-transition: margin-top 0.5s, box-shadow 0.5s;
		-o-transition: margin-top 0.5s, box-shadow 0.5s;
		height:175px;
		box-shadow:0px 0px 0px #999;
		border-bottom:1px solid #aaa;
		background-color:#fff;
	}
	#slideout:empty{display:none;}
	#slideout.active{box-shadow:0px 5px 5px #999;margin-top:-1px;}
	#slideout .widget.gform_widget{}
	#slideout .gform_wrapper{margin:0px;width:100%;padding:20px 0px;}
	#slideout .gform_heading{margin-bottom:0px;}
	#slideout .gform_heading h3{
		line-height:1.0em;
		margin-top:0px;
		margin-bottom:5px;
	}
	#slideout .gform_body{width:100%;}
	#slideout .gform_body>ul{position:relative;}
	#slideout .gform_body>ul>li{width:33%;}
	#slideout .gform_body>ul>li:nth-child(2){margin-top:5px;}
	#slideout .gform_body>ul>li:last-child{position:absolute;left:35%;top:0px;width:55%;}
	#slideout .gform_body>ul>li label{
		margin-top:0px;
		font-weight:400;
		text-transform:uppercase;
		font-size:1.0rem;
		margin-bottom:0px;
	}
	#slideout .gform_body>ul>li input[type="text"]{height:30px;padding:5px 10px;}
	#slideout .gform_body textarea{margin-top:0px;height:85px;padding:5px 10px;}
	#slideout .gform_footer{margin:0px;padding:0px;position:relative;width:100%;}
	#slideout .gform_footer input[type="submit"]{
		height:25px;
		position:absolute;
		bottom:0%;
		right:0%;
		font-size:1.0em;
		text-transform:uppercase;
		width:8%;
		height:35px;
	}
	#slideouttab{
		z-index:99999;
		border:1px solid #aaa;
		border-top:0px;
		background-color:#fff;
		position:absolute;
		top:-1px;
		right:20px;
		padding:8px 30px 8px 30px;
		font-size:1.5rem;
		height:40px;
		border-radius:0px 0px 20px 20px;
		box-shadow:0px 5px 5px #999;
		cursor:pointer;
	}
	#slideouttab .arrow.down{float:left;margin-right:10px;margin-top:8px;}
	#slideouttab .arrow.up{float:left;margin-right:10px;margin-top:3px;}


	.header-top{background-color: #020202; color: #fff; padding: 7px 0 7px 0;}
	.header-top a{color: #fff;}

	.right{text-align: right;}
	.fl_right{float: right;}
	#footer .logos img{margin: 0 4px; width: 25px; height: auto; vertical-align: text-top; float: left;}
	#footer .logos img:hover{opacity: .6;}

	.ftr{padding: 10px 0px 15px 0;}
	.ftr-text{line-height: 35px; width: 64.6% !important;}
	.ftr-links.columns{
		margin-left: 0 !important;
		width: 18% !important;
	}

	.line{border-bottom: 1px solid #fff; padding: 15px 0px 5px 0;}

	.content-area{background: rgba(255,255,255,0.9); padding: 20px 20px 13px 20px;margin-bottom: 3px; width: 100%;}
	/*.link-to-area:after{content: ' ►';}*/

	.icon_arrow:before{content:url(../images/arrow-down.png); margin-right: 15px;}
	.purple{color: #2d2b76;}
	.readmore{font-size: 14px;}
	.text-link{color: blue; text-decoration: underline;}

	.feed-img{width: 50px;height: auto;}
	.author{font-size: 16px; font-size: 1.6rem; color: #333; font-weight: bold; text-transform: uppercase;}
	.feeds-latest{font-size: 1.6rem; font-size: 16px; font-weight: bold; }
	.seemore{font-weight: normal;font-size: 14px;}
	/*About Page */
	.link-1,.link-2,.link-3,.link-4,.link-5,.link-6,.link-7{color: #000;text-decoration: none;text-transform: uppercase;}
	.link-1:hover,.link-2:hover,.link-3:hover,.link-4:hover,.link-5:hover,.link-6:hover,.link-7:hover{color: #2d2b76;cursor: pointer;}
	.link-1-area{display: block;}
	.link-1{display: none;}
	.link-2-area,.link-3-area,.link-4-area,.link-5-area,.link-6-area,.link-7-area{display: none;}

	.gallery-item .img{border: none;}
	.gallery-item{margin-top: 0 !important;}

	.gform_wrapper#gform_wrapper_4{max-width: 100%; padding-left: 2%;}
	.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  width: 97.3% !important;
}

	#improved .content.area-1{display: block;}

	#improved li {
				position:relative;
				overflow:hidden;
			}

	#improved .content { 
				display:none;
			}


/*Accordion with javascript */
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 50px;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
  	padding: 0px 20px 0px 20px;
  	margin-bottom: 3px;
  	width: 100%;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a, .right-title{
    text-shadow: 1px 1px 1px #fff;
    font-size: 14px;
    display: block;
	position: relative;
	outline:none;
	line-height: 50px;
	text-align: right;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	padding-right: 25px; 
}
.st-accordion ul li > a:hover{
    color: #2d2b76;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #2d2b76;
}

.st-accordion ul li > a span.st-arrow{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion ul li.st-open > a span.st-arrow{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-accordion ul li > a span.arrow-up{
	background: transparent url(../images/arrow-up.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -7px;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion ul li.st-open > a span.arrow-up{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-accordion ul li > a span.arrow-right{
	background: transparent url(../images/arrow-right.png) no-repeat center center;
	text-indent:-9000px;
	width: 14px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -13px;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion ul li.st-open > a span.arrow-right{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
    transform:rotate(90deg);
}
.footer-arrow-down{
	background: transparent url(../images/arrow-down2.png) no-repeat center center;
	text-indent:-9000px;
	width: 14px;
	height: 26px;
	position: absolute;
	top: 50%;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-content{
    padding: 0px 0px 30px 0px;
}
.instagram-feed{
	height: 100%;
}
/*
.st-content p{
    font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}*/
.st-content img{
    /*width:125px;	*/
    /*border-right:1px solid #fff;
    border-bottom:1px solid #fff; */
}

.gallery-icon a{
	float: left;
}

.signup-mailing{
	color: #fff;
	font-size: 14px;
	float: left;
}

.logos{
	margin-bottom: 10px;
}

.gallery-list-item{
	float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.gallery-list-item img{
	border-right: 0px;
	border-bottom: 0px;
	width: 128px;
	}


/*end of accordion */

/*Dimi Calendar */


.dimmi-widget { width: 302px; text-align: left; }
.dimmi-widget, .dimmi-widget h2, .dimmi-widget, .dimmi-widget h9, .dimmi-widget span, .dimmi-widget a { font-family: Arial, Helvetica, sans-serif; }
.dimmi-widget div { height: 20px; padding: 5px 10px; background-color: #fff transparent;line-height: 13px; }
.dimmi-widget div h2, .dimmi-widget div h9 { color: #fff; display: inline-block; width: 180px; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; line-height: 15px; font-weight: bold; margin: 0; padding: 3px 0 0 0; overflow: hidden; }
.dimmi-widget span { font-size:9px; color:#888; }
.dimmi-widget a, .dimmi-widget a:visited { font-size:9px; color: #00b2d6; text-decoration:none; }
.dimmi-widget div * {
	padding: 0;
	text-decoration: none;
	float: none;
	border: none;
	background: none;
	height: auto;
	-webkit-text-shadow: none;
	text-shadow: none;
	text-align: left;
	position: relative;
}

.widget-logo{text-align: center; float: none; height: auto !important;}
.widget-logo h4{color: #fff; margin-top: 0px; text-align: center !important;}
.home-booking {margin-top: -20px;}
/*End Of Dimi Calendar */

/* Footer Mobile */
.footer-mobile{position: fixed; bottom: 0; display: none;}
.footer-mobile-content{display: none;}

#gform_4 #field_4_3 label.gfield_label{
	display: none;
}
#gform_4 #label_4_3_1, #gform_4 li.gchoice_4_3_1 input{
	margin-top: 15px;
	text-align: justify;
	font-size: 0.875em;
	margin-right: 10px;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label{
	font-weight: normal !important;
}

#supersized img{
	  max-width: none !important;
}
.TA_socialButtonIcon{
	float: left;
}
.TA_links img{
	width: 35px !important;
}

@media (max-width: 945px){ 
	#footer{
	position: relative !important;
	}
}

@media (max-width: 767px){ 
	#header.inline .logo, #header.block .logo {
	  height: 70px !important;
	}
	#header .logo a{
		background-position: center center !important;
	}
	.header-top .right{
		text-align: center;
	  	margin-bottom: 0px;
	}
	.columns.ftr-text{margin-bottom: 0px; margin-top: -10px;}


	
}

@media (max-width: 520px){ 
	h3{ font-size: 22px;}
	.right-title{ font-size: 14px !important;}
	#content > .row .eight{ padding: 0px;}
	#colorbox, #cboxWrapper, #cboxContent {width: 400px !important;}
	#cboxLoadedContent{width: 390px !important;}
	.gallery-list-item{display: table; margin-left: auto; margin-right: auto;}
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
	#colorbox, #cboxWrapper, #cboxContent {width: 300px !important;}
	#cboxLoadedContent{width: 290px !important;}
}
.frm_style_formidable-style{
	font-family: 'Raleway',Arial,sans-serif !important;
}
.frm_style_formidable-style .frm_primary_label{
    font-weight: normal !important;
    margin: 0 0 3px !important;
	
}
.frm_style_formidable-style .frm_submit input{
	background: #2d2b76 !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 8px 20px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal !important;
    line-height: 1 !important;
    font-family: inherit !important;
    position: relative !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 0px !important;
    background-repeat: no-repeat !important;
}
.frm_style_formidable-style .frm_submit input:hover{
	    background-color: #63b3d5 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.frm_style_formidable-style .frm_form_title{
	    font-weight: 700 !important;
    font-size: 1.3em !important;
	letter-spacing: normal!important;
    margin: .625em 0 .375em !important;
	border: none !important;
    outline: 0 !important;
    background: 0 0 !important;
	color: #2d2b76 !important;
    text-transform: uppercase !important;
}

.frm_style_formidable-style  .frm_opt_container{
    margin-top: 15px !important;
    text-align: justify !important;
    font-size: 0.875em !important;
    margin-right: 10px !important; 
    display: block !important;
    margin: 0 0 0 24px !important;
    padding: 0 !important;
    width: auto !important;
    line-height: 1.5 !important;
    vertical-align: top !important;
}
.frm_style_formidable-style  .frm_primary_label{ font-weight:bolder  !important; }
#field_joml_cbox-0{   margin-left: -10px !important; }
#frm_field_68_container label{ visibility: hidden; }
