@charset "UTF-8";
@import url("e107_style.css");

/*------------------ Base Values

Primary Color = #323232
Secondary Color = #111111
Primary RGB = (18,52,86
Background Color = #ffffff
Text Color = #666666
Horizontal Rule / Line = #a1c1e1

------------------------------*/



/*------------------ @Font-face
*/

@font-face {
  font-family: "FontAwesome";
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('eot'), 
  url('fonts/fontawesome-webfont.woff') format('woff'), 
  url('fonts/fontawesome-webfont.ttf') format('truetype'), 
  url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "JosefinSans";
    src: url('fonts/josefinsans-semibold-webfont.eot');
    src: url('fonts/josefinsans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-semibold-webfont.woff') format('woff'),
         url('fonts/josefinsans-semibold-webfont.ttf') format('truetype'),
         url('fonts/josefinsans-semibold-webfont.svg#josefin_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('fonts/josefinsans-bold-webfont.eot');
    src: url('fonts/josefinsans-bold-webfocssnt.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-bold-webfont.woff') format('woff'),
         url('fonts/josefinsans-bold-webfont.ttf') format('truetype'),
         url('fonts/josefinsans-bold-webfont.svg#josefin_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/*-----*/



/*------------------ DOM
*/

body {
	background-color: #ffffff;
	padding-left:0;
	padding-right:0;
}

body, td {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:normal;
	line-height: 170%;
}

label, input, button, select, textarea, {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: solid 1px #acacac;
	-moz-box-shadow: inset 0 0 1px #666;
	-webkit-box-shadow: inset 0 0 1px #666;
	box-shadow: inset 0 0 1px #666;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input,
textarea:focus {
	outline: none;
	border-color:#323232;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(18,52,86,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(18,52,86,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(18,52,86,0.6);
}

textarea {
	border: solid 1px #acacac;
	resize: vertical;
	-moz-box-shadow: inset 0 0 1px #666;
	-webkit-box-shadow: inset 0 0 1px #666;
	box-shadow: inset 0 0 1px #666;
	display: block;
}

strong, b {
	color: #323232;
}

.fcaption {
	font-weight:normal;
}

::-moz-selection, ::-webkit-selection {
	background: #323232;
	color: #FFF;
}

::-webkit-selection {
	background: #323232;
	color: #FFF;
}

::selection {
	background: #323232;
	color: #FFF;
}

a {
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #111111;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	line-height:100%;
	color: #323232;
	font-family:"JosefinSans", Arial, Helvetica, sans-serif
}

h2 {
	font-size:28px;
}

/*Button Styles*/
.btn, .button {
	color:#ffffff;
	text-shadow:none;
	background-color: #323232;
	background-image: -moz-linear-gradient(top,#323232,#111111);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#323232),to(#111111));
	background-image: -webkit-linear-gradient(top,#323232,#111111);
	background-image: -o-linear-gradient(top,#323232,#111111);
	background-image: linear-gradient(to bottom,#323232,#111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232',endColorstr='#111111',GradientType=0);	
}

.btn:hover,
.btn.disabled,
.btn[disabled],
.button:hover,
.button.disabled,
.button[disabled] {
	color:#ffffff;
	background-color: #262626;
	background-image: -moz-linear-gradient(top,#262626,#050505);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#262626),to(#050505));
	background-image: -webkit-linear-gradient(top,#262626,#050505);
	background-image: -o-linear-gradient(top,#262626,#050505);
	background-image: linear-gradient(to bottom,#262626,#050505);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626',endColorstr='#050505',GradientType=0);
	background-position:0 0;
}

.btn:active,
.btn:focus {
	color:#ffffff;
	background-color: #111111;
	background-image: -moz-linear-gradient(top,#111111,#323232);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#111111),to(#323232));
	background-image: -webkit-linear-gradient(top,#111111,#323232);
	background-image: -o-linear-gradient(top,#111111,#323232);
	background-image: linear-gradient(to bottom,#111111,#323232);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111',endColorstr='#323232',GradientType=0);
	background-position:0 0;
}

hr {
	border-top:1px solid #a1c1e1;
	border-bottom:none;
}

input-prepend,
.input-append {
	font-family:'FontAwesome';
}

/*-----*/



/*------------------ Header
*/

.header {
	background: #616161 url(images/header_wrapper_bg.png) repeat-x 0 0;
	width: 100%;
	height: 65px;
	position: relative;
	z-index: 50;
	margin: 0 auto;
}

.nav-wrapper {
	padding-left: 342px;
	padding-top:12px;
	text-align: right;
}

/*-----*/



/*------------------ Navigation
*/

/*--- Top Level
*/

.themenav {
	margin:0;
	background:#303030;
	border-radius:4px;
	font-size: 12px;
	display:inline-block;
	box-shadow:inset 0 -1px 0 rgba(255,255,255,0.5);
}

.themenav-container .themenav a {
	color:#999999;
}

.themenav-container .themenav a:hover,
.themenav-container .themenav a:active {
    color: #ffffff;
	text-decoration:none;
}

.themenav-container > .themenav > li > a {   
	padding: 10px;
}

.active {
}

/*--- Drop Level
*/

.themenav-container .themenav > li.hover > ul {	
	text-align:left;
	min-width: 160px;
	padding: 0 0;
	border: solid 1px #3E3C40;;
	margin-top:-3px;
	background:#303030;
	border-radius:0 0 4px 4px;
}

.themenav-container .themenav li li a {
	display: block;
	padding: 10px 10px;
	margin: 0 5px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	border-bottom:solid 1px #3E3C40;
}

.themenav-container .themenav li li:hover {
	background-color:#262525;
}

.themenav-container .themenav li li a:hover {
	border-bottom:solid 1px #262525;
}

.themenav-container .themenav li li:last-child a {
	border-bottom:none;
}

/*--- Sub Levels
*/

.themenav-container .themenav li li.hover ul {	
	background:#303030;
	border-radius:0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.themenav-container .themenav li li li a {
	display: block;
	padding: 10px 10px;
	margin: 0 5px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	border-bottom:solid 1px #3E3C40 !important;
}

.themenav-container .themenav li li li:last-child a {
	border-bottom:none !important;
}

/*--- Important Structure
*/

.themenav-container {
	position:relative;
	z-index:101;	
}

.themenav-container .toggleMenu {
    display:  none;
}

.themenav-container .themenav {
	list-style: none;
	*zoom: 1;
}

.themenav-container .themenav:before,
.themenav-container .themenav:after {
    content: " "; 
    display: table; 
}

.themenav-container .themenav:after {
    clear: both;
}

.themenav-container .themenav ul {
    list-style: none;
    width: auto;
}

.themenav-container .themenav li {
    position: relative;
}

.themenav-container .themenav a i {
	line-height: 14px !important;
}

.themenav-container .themenav > li {
    float: left;
}

.themenav-container .themenav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}

.themenav-container .themenav > li > a {
    display: block;
}

.themenav-container .themenav li  ul {
    position: absolute;
    left: -9999px;
}

.themenav-container .themenav > li.hover > ul {
	left: 0;
}

.themenav-container .themenav li li.hover ul {
    left: 100%;
    top: 0;
}

.themenav-container .themenav li li a {
    display: block;
	white-space:nowrap;

    position: relative;
    z-index:100;
}

.themenav-container .themenav li li a i {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6pt;	
}

.themenav-container .themenav li li li a {
    z-index:200;
}

/*-----*/



/*------------------ Left Column
*/

.logo {
	float:left;
}

.page-content {
	position:relative;
	margin-top: 15px;
}

.left-column {
	margin-top:40px;
}

.cpage_body img[align=left] {
	margin-right:20px;
	margin-bottom:20px;
}

.cpage_body img[align=right] {
	margin-left:20px;
	margin-bottom:20px;
}

.title-gradient {
	background: #000000 url(images/featured_img.jpg) no-repeat;
	background-size: cover;
	background-position:center;
	width:100%;
	position:absolute;
	height:85px;
	left:0;
}

.page-title {
	color:#ffffff;
	text-shadow: 0 -2px 0 #222222;
}

.home-selector .page-title {
	display:none;
}

.home-selector .title-gradient {
	height:291px;
}

.home-selector .page-content {
	margin-top: 395px;
}

.home-selector .right-column {
	margin-top: 50px;
}

/*-----*/



/*------------------ Right Column
*/

.right-column {
	margin-top:92px;
	max-width:300px;
	background: url(images/sidebar_middle.jpg);
}

.right-column-top-shadow {
	background: url(images/sidebar_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.right-column-bottom-shadow {
	background: url(images/sidebar_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.booking-calendar {
	margin-top:40px;
	text-align:center;
}

.social-media-group {
	margin-top:40px;
	text-align:center;
}

.social-media-buttons {
	margin-top:40px;
}

/*-----*/



/*------------------ Contact Us
*/

#CU_left iframe {
	width: 100%;
}

#map {
	width:100%;
	height:500px;
}

ul#CU_responsive_container {
	display:block;
}

ul#CU_responsive_container #CU_left {
	width:100%;
	display: block;
}

#ContactUs_form {
	margin-top:20px;
}

.CU_editlist, .fborder td {
	border-color:#a1c1e1;
	padding: 15px 10px;
}

#CU_right input[type="text"],
#CU_right textarea {
	width:100% !important;
	margin-left: -2px;
}

.forumheader2 input[type="submit"] {
	margin-right:-11px;
}

.CU_editlist {
	border-bottom:none;
}

.SPB_responsive_container {
	margin-left:0;
}

/*-----*/



/*------------------ Footer
*/

.footer {
	background: #333333 url(images/footer_bg.jpg) repeat-x;
	padding:30px 0 20px 0;
	color:#ffffff;
	text-shadow: 0 -1px 0 #222222;
	margin-top:40px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color:#ffffff;
}

.footer a {
	color:#ffffff;
}

.footer ul,
.footer li {
	display:block;
	margin-left:0;
}

.footer strong {
	color:#ffffff;
}

.footer .page-header {
	margin:0;
	border-bottom:1px solid #252525;
	-webkit-box-shadow:0px 1px 2px -2px #ffffff;
	-moz-box-shadow:0px 1px 2px -2px #ffffff;
	box-shadow:0px 1px 2px -2px #ffffff;
}

.footer li {
	padding:10px 0 10px 20px;
	border-bottom:1px solid #252525;
	-webkit-box-shadow:0px 1px 2px -2px #ffffff;
	-moz-box-shadow:0px 1px 2px -2px #ffffff;
	box-shadow:0px 1px 2px -2px #ffffff;
}

.copyright {
	margin-top:15px;
	text-align:center;
}

/*-----*/



/*------------------ Responsive
*/

@media (min-width: 1200px) {
	
	/*------------------ Content
	*/
	
	.left-column {
		width:840px;
	}
	
	.container {
		width:1170px !important;
	}
	
}

@media (min-width: 980px) and (max-width: 1199px) {
	
}
 
/* Portrait tablet to landscape and desktop */ 
@media (min-width: 768px) and (max-width: 979px) {

		
	/*------------------ Navigation
	*/
	
	.header {
		height:38px;
	}
	
	.nav-wrapper {
		padding-left: 210px;
		padding-top: 4px;
	}
		
	.themenav-container .themenav a {
		font-size: 12px;
	}
	
	.themenav-container > .themenav > li > a {
		padding:5px;
	}
		
	.themenav-container .themenav li li a {
		font-size: 12px;
	}
	
	.logo {
		width:200px;
	}
	
	.title-gradient {
		top:38px;
	}


	/*------------------ Content
	*/
	
	.right-column-bottom-shadow {
		padding-left:10px;
	}
	
	.right-column {
		margin-left:10px;
	}
			

}
	
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 	
	

	/*------------------ Navigation (Change to Button)
	*/
	
	.toggleMenu {
		border-bottom:none;
	}
	
	.themenav-container .themenav li li a:hover {
		border-bottom:none;
	}
	
	.nav-wrapper {
		padding-top:16px;
	}
	
	.themenav-container .themenav {
		background: #1A1A1A;
		border: solid 1px #3E3C40;
	}
	
	.themenav-container .themenav > li.hover > ul {
	}
	
	.themenav-container .themenav li a {
		border-left:0px;
		border-right:0px;
		margin: 0 5px;
	}
	
	.themenav-container .themenav li li a {
		border-bottom:0px;
		padding: 5px 4px;
	}
	
	.themenav-container .themenav a {
		padding: 10px 10px;
	}
	
	.themenav-container .themenav {
		display:none;
	}
		
	.themenav-container .active {
        display:block;
    }
	
	.themenav-container .themenav {
		text-align:left;
		position:absolute;	
		right:0;					
		min-width: 160px;
		padding: 10px 0;
		margin: 2px 0 0;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		background-color: #1A1A1A;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

	.themenav-container .themenav:before {
		position: absolute;
		top: -7px;
		right: 9px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid green;
		border-left: 7px solid transparent;
		border-bottom-color: #3E3C40;
		content: '';
	}
	
	.themenav-container .themenav:after {
		position: absolute;
		top: -6px;
		right: 10px;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #1A1A1A;
		border-left: 6px solid transparent;
		content: '';
	}
	    
	.themenav-container .themenav > li {
        float: none;
		text-align:left;
    }
	
	.themenav-container .themenav li a {		
		text-shadow:none !important;
    }
	
	.themenav-container .themenav li.hover ul:before, .themenav-container .themenav li.hover ul:after { 
		display: none;	
	}
		    
    .themenav-container .themenav li ul {
        display: block;
        margin:0 0 0 20px !important;
		padding:0 !important;
		background:none !important;
		border:none !important;
		
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		
		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
		box-shadow:none !important;
    }
	
   .themenav-container .themenav > li.hover > ul , .themenav li li.hover ul {
        position: static;
		margin-top: -5px !important;
		margin-bottom: 10px !important;
    }
	
	.active {
		border-bottom:none;
		height:auto;
	}
	
		
	/*------------------ Tables
	*/
	
	/* Force table to not be like tables anymore */
	table.table-responsive, 
	table.table-responsive thead, 
	table.table-responsive tbody, 
	table.table-responsive th, 
	table.table-responsive td, 
	table.table-responsive tr { 
		display: block !important;
		clear:both; 
	}
	
	
	/*------------------ Contact Us
	*/
	
	ul#CU_responsive_container #CU_right {
		display:block;
	}
	
	ul#CU_responsive_container #CU_right td {
		width:auto;
		display: table-cell;
	}
	
	#CU_right input[type="text"], #CU_right textarea {
		margin-left: -3px;
	}
	
	.forumheader2 input[type="submit"] {
		margin-right: -11px;
	}
	
	
	/*------------------ Content
	*/
	
	.container {
		padding-left:20px;
		padding-right:20px;
	}
	
	.right-column {
		margin:auto;
		margin-top:40px;
	}
	
	.right-column,
	.right-column-top-shadow,
	.right-column-bottom-shadow {
		background:none;
	}
	
	.page-title {
		font-size:30px;
	}
	
	h2 {
		font-size:25px;
	}
	
	h3 {
		font-size:20px;
	}
		
	
}
 
 
/* Landscape phones and down */
@media (max-width: 480px) { 
	
	/*------------------ Header
	*/
	
	.header {
		padding-bottom:0;
		height:auto;
		padding-bottom:20px;
	}
	
	.logo {
		width:342px;
		margin:auto;
		display:block;
		float:none;
	}
	
	.pull-right {
		float: none;
		text-align: center;
	}
	
	.nav-wrapper {
		padding-left:0;
	}
	
	.title-gradient {
	}


	/*------------------ Navigation
	*/
	
	.themenav-container .themenav {
		width:100%;
	}
	
	.themenav-container .themenav:before {
		left:9px;
		right:auto;
	}
	
	.themenav-container .themenav:after {
		left:10px;
		right:auto;
	}
	
	.toggleMenu {
		width:100%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	/*------------------ Content
	*/
	
	h2 {
		font-size:20px;
	}
	
	h3 {
		font-size:17px;
	}
	
	.page-title {
		font-size:25px;
	}
	
}

/*-----*/