/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
/* @import url(http://fonts.googleapis.com/css?family=Arimo:400,700); */

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: 'Crete Round', sans-serif;
font-weight:normal;
color: #666;
}

thead th,
tbody th{
font-family: 'Crete Round', sans-serif;}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
}

.menu{
}

blockquote span{
margin-top: .7em;
line-height: 1.3em;
font-style: normal;
color: #333;
}

a, a:link, a:visited {
	color: #4d73b3;
	text-decoration: none;
}

/*---------------------------------
	TYPOGRAPHY
-----------------------------------*/

h1 {
	font-size: 2.6em;
}

h3 {font-size: 2em;}

.notFront #main h1 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 2em;
	padding: 1em 4%;
	margin-top: 0;
}

small {
	font-size: 11px;
	line-height: 1.4em;
}

.rules {
	font-size: 1.6em;
	padding-bottom: .8em;
	border-bottom: 1px solid #999;
	color: #999;
	text-transform: uppercase;

}

.tab-content h3 {
	font-size: 22px;
}


.news h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #496dad;
	font-family: arial, verdana, sans-serif;

	float: left;
	font-weight: bold;
}


.news .col_8 {
}


.news div {
	font-size: 16px;
	}

.news div.news-date  {
	font-size: 11px;
	color: #666;
}

.news a.more {
	float: right;
	margin: 0 0 1em 1em;
	font-size: 11px;
}


/*---------------------------------
	MISC CSS SUPPORT
-----------------------------------*/

.negitive {
	margin: -14% 0 0 0;
}


.tab-content {
	background: #efefef;
}

#main .tab-content .row {
	padding: 0;
}


.tab-content img {
	border: 1px solid #ddd;
}


.rowrule {
	border-bottom: 1px solid #ddd;

}

.side i {
	color: #496dad;
}

a.more {
	background: #496dad;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 12px;
	text-decoration: none;
}


.side a.more {
	display: block;
	text-align: center;
}

.side a.more i {
	color: #fff;
}


i {
	opacity: 0.7;
}

a:hover i, button:hover i {
	opacity: 1.0;
}

table a.lightbox img {
	max-width: 100px;
}


.tooltip {
	color: #4f76b8;
	border-bottom: 1px solid #4f76b8;
	cursor: help;
}

.videoWrapper {
	position: relative;
	padding-bottom: 75%; /* 4:3 */
	/*padding-top: 25px; */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.specs {margin: 0; padding: 0; margin-left: -10px; overflow: hidden;}

ul.specs li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
		padding: 5px 10px;
	border-right: 1px solid #ddd;

}

ul.specs li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;

}

ul.specs li.first {
	/* padding-left: 0; */
}

ul.specs li.last {
	border: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

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

/* ----- tables -------*/

#main table {
	background: #fff;
}

table.striped tbody th {
	font-size: 12px;
	text-align: left;
	font-family: arial, verdana, sans-serif;
}

table.striped {
	border: 1px solid #eee;
}

table.striped td:nth-child(2), table.striped th:nth-child(2) {
	background: rgba(0,0,0,0.05);
}

.tab-content table {
	border: 1px solid #fff;
}

.tab-content table.striped tbody th {
	background: #ddd !important;
}


/* --------- definition lists -------*/

dt {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

dd {
	margin-bottom: 20px;
	font-style: italic;
}


/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#444;
background: #666666;
font:normal 0.9em/150% arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


.grid {
	overflow: auto;
}


#wrap{
width:100%;
background:#fff;
margin:0 auto;
padding:0 2%;
border:1px solid #ccc;
background:#efefef url(css/img/gray_jean.png);
box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}



#header {
	position: relative;
}

#banner {
	border-top: 1px solid #fff;
}

#main {
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
	clear: both;
	overflow: auto;

}

.ie #main {
	border: 1px solid #cbcbcb;
}


#main .row, #main .overlaprow {
	padding: 0 2%;
}

#main .divide {
	background: #eee;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	padding: 2%;
	overflow: visible;
}


#main [class*="col_"]{
margin-top:1.6em;
margin-bottom:1.6em;
}

#bottom {
	display: table;
	padding: 30px 4%;

}

#bottom .column {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

#bottom p {
	text-align: right;
		padding-right: 10%;
		color: #666;
}

#bottom h5 {
	color: #999999;
	font-size: 20px;
}

#bottom h5 em {
	color: #777;
	font-size: 24px;
	display: block;
}


#footer {
	padding: 30px 4%;
}

#footer p{
	color: #bbb;
	font-size: 12px;
}

#footer p strong {
	color: #ccc;
}


#footer a:link, #footer a:visited {
	color: #ddd;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}


#footer ul.alt li {
	border-color: #555;
}

#footer p {
}

#footer a.facebook {
	font-size: 15px;
	border: 1px solid #aaa;
	color: #aaa;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
}

a.facebook i {
	font-size: 22px;
	color: #fff;
}

#footer a.facebook:hover {
	color: #fff;
	border-color: #fff;
	background: rgba(255,255,255,0.1)
}


	#link-top{
	display:none;
	}

/* menus */
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;

		}

.menu {
	background: #4b6fad;
	display: table;
	width: 100%;
	border-bottom: 1px solid #416197;

}

.menu li.has-menu span.arrow {
	display: none;
}


.menu li {
	display: table-cell;
	border-right: 1px solid #416197;
}

.menu li:nth-last-child(1) {
	border: none;
}

.menu li a {
	display: block;
	padding: 1.8em;
	background: #4b6fad;
background-color: #5179bc;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(81, 121, 188)), to(rgb(75, 111, 173)));
background-image: -webkit-linear-gradient(top, rgb(81, 121, 188), rgb(75, 111, 173));
background-image: -moz-linear-gradient(top, rgb(81, 121, 188), rgb(75, 111, 173));
background-image: -o-linear-gradient(top, rgb(81, 121, 188), rgb(75, 111, 173));
background-image: -ms-linear-gradient(top, rgb(81, 121, 188), rgb(75, 111, 173));
background-image: linear-gradient(top, rgb(81, 121, 188), rgb(75, 111, 173));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5179bc', EndColorStr='#4b6fad');

	text-align: center;
			font-size: 14px;
		line-height: 1.3em;
	color: #ddd;
	text-shadow: none;
}


.menu li a:hover,
		.menu li.hover>a {
			background: #4567a0;
		}


.menu li a:hover, .menu li a:active {
	background: #5a86d1;
	color: #fff;
}

.menu ul {
	border-top: none;
	min-width: 100%;
}

/* Top Menu */

ul.topUtils {
	float: right;
	position: absolute;
	right: 2em;
	bottom: 1em;
}

ul.topUtils li {
	display: inline-block;
	float: left;
}

ul.topUtils li a {
	display: block;
	background: #fff;
	padding: .5em 1em;
	margin-left: 1em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	font-family: 'Crete Round', serif;
	font-size: 1.1em;
	border: 1px solid #ddd;

}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

/*---------------------------------
    TABS
-----------------------------------*/
ul.tabs{
margin:10px 0 -1px 0;
padding:0;
width:100%;
border-bottom:1px solid #ddd;
float:left;
font-size:0;
}

    ul.tabs.left{text-align:left;}
    ul.tabs.center{text-align:center;}
    ul.tabs.right{text-align:right;}
    ul.tabs.right li{margin:0 0 0 -2px;}

    ul.tabs li{
    font-size:14px;
    list-style-type:none;
    margin:0 -2px 0 0;
    padding:0;
    display:inline-block;
    *display:inline;/*IE ONLY*/
    position:relative;
    top:0;
    left:0;
    *top:1px;/*IE 7 ONLY*/
    zoom:1;
    }

    ul.tabs li a{
    text-decoration:none;
    color:#eee;
    display:inline-block;
    padding:1em 2em;
    position: relative;
    top:0;
    left:0;
    line-height:100%;
    background:#4b6fad;

    border:1px solid #e5e5e5;
    border-bottom:0;
    font-size:0.9em;
    zoom:1;
    }

    ul.tabs li a:hover{
    background:#5a86d1;
    color: #fff;
    }

    ul.tabs li.current a{
    position:relative;
    top:1px;
    left:0;
    background:#efefef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color:#222;
    }

    .tab-content{
    border:1px solid #efefef;
    border:1px solid #e5e5e5;
    background:#efefef;
    clear:both;
    padding:20px;
    margin:0 0 40px 0;
    }


.gallery a {
	padding: 0;
}


/*---------------------------------
    slider
-----------------------------------*/
 ul.bxslider,  ul.bxslider li {
	 margin: 0;
	 padding: 0;
 } {
	 margin: 0;
	 padding: 0;
 }

 .bx-wrapper {
	 margin: 0;

 }


.bx-wrapper .bx-viewport {
	border: none;
	 background: url(../images/bx-bk.png) center bottom repeat-x;
}


/************* Photo Gallery *******************/


.gallery {
    text-align: center;
    overflow: auto;
    margin: 0 auto;
    width: auto;
    }

.gallery ul {
	margin: 0;
	padding: 0;
}

ul#allalbums {
	margin: 0;
	padding: 0;
}

.gallery a img {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
	display: inline;
    }

.gallery a {
	display: inline;
}

 .gallery a:hover img {
    opacity: 0.5;
    }

.gallery img {

border: 1px solid #ccc;
padding: 6px;
/*width:100px;
height:100px; */
float:left;
}

.gallery li {
padding:0;
margin:0;
list-style-type:none;
float:left;
margin:  0 18px 18px 0;
}


#youtubevideos img {
	float: left;
	margin-right: 10px;
}

#youtubevideos .video {
	clear: both;
	margin-bottom: 18px;
	clear: both;
	display: block;
	height: 90px;
}


/*** news page ***/

.newsPage h3 {
	margin-top: 0;
	font-size: 1.4em;
	color: #333;
}

.newsPage img {
	float: right;
	margin: 0 0 1em 1em;
}

.newsPage a.more {
	clear: both;
	margin-top: 1em;
}

.newsPage .paging {
	text-align: center;
	margin: 0 auto;
}

.newsPage hr {
	margin: 10px 0;
}

.newsPage form {
	display: none;
	visibility: hidden;
}


/*** demo boats ***/

.thumbs {
	margin: 5px 5px 0 0;
}

.files {
	padding: 50px 0;
}

.files a {
	display: block;
	background: #f6f6f6;
	border-radius: 3px;
	margin-bottom: 6px;
	font-size: 24px;
	padding: 20px 30px;
	border: 1px solid #ddd;
}

.files a:before {
	font-family: "FontAwesome";
	content: "\f016";
	margin-right: 10px;
	opacity: 0.7;
}

.files a:hover {
	background: #ddd;
	border-color: #ccc;
}

/*** new contact form ***/

	.cfgen-form-container input,
	.cfgen-form-container select,
	.cfgen-form-container textarea{width:100%;display:block;margin-bottom:10px;}


	.cfgen-errormessage {
		color: red;
		font-style: italic;
	}

	.cfgen-validationmessage {
		border:1px solid gold;
background:lightyellow;
padding:20px 40px;
margin:20px 0;
text-align: center;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#DEAE00;
line-height:120%;
vertical-align: center;
text-shadow:0px 1px rgba(255,255,255,0.5);
position:relative;
top:0;
left:0;
clear:both;
border:1px solid green;background:lightgreen;color:green;
	}




@media all and (min-width: 480px) and (max-width: 768px) {
	.negitive {	margin: 0;}
	#bottom .column {
		display: block;
	}
	.grid {
		max-width: 100%;
	}

	ul.topUtils {
		position: relative;
		right: auto;
		top: auto;
		float: none;
		padding: 0 2em;
		margin: 0;
		display: block;
	}

	ul.topUtils li{
		float: left;
		width: 50%;
		display: inline-block;
		padding-left: 0;
		padding-right: 0;
	}

	a.logo {
		margin: 0 auto 1em auto;
		text-align: center;
		padding: 0 2em;
		display: block;
	}

	.menu, #bottom {
		display: block;
	}
	#bottom *, #bottom p {
		text-align: center;
	}
	#bottom i {
		display: none;
	}

	ul.tabs li {
		display: block;
		width: 100%;
	}

	ul.tabs li a {
		display: block;
		width: 100%;
	}

	} /*closing media query */

@media all and (max-width: 480px) {
	.negitive {	margin: 0;}
	#bottom .column {
		display: block;
	}
	.grid {
		max-width: 100%;
		/*padding: 0 .5em;*/
		padding: 0;
	}
	#wrap {
		padding: 0;
	}
	ul.topUtils {
		position: relative;
		right: auto;
		top: auto;
		float: none;
		padding: 0;
		margin: 0;
		display: block;
	}

	ul.topUtils li{
		float: none;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	ul.topUtils li a {
		margin-left: 0;
	}

	a.logo {
		margin: 0 auto 1em auto;
		text-align: center;
		padding: 0;
		display: block;
	}

	.menu, #bottom {
		display: block;
	}
	#bottom *, #bottom p {
		text-align: center;
	}
	#bottom i {
		display: none;
	}
	ul.tabs li {
		display: block;
		width: 100%;
	}

	ul.tabs li a {
		display: block;
		width: 100%;
	}

	}
