@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #124787;
	font-size: 16px;
	line-height: 1.25em;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
a:link {
	color: #DFF1F8;
	text-decoration: underline;
}
a:visited {
	color: #DFF1F8;
	text-decoration: underline;
}
a:active {
	color: #DFF1F8;
	text-decoration: underline;
}
a:hover {
	color: #46BAF6;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
	font-family: 'Berkshire Swash', cursive;
}
h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-family: 'Berkshire Swash', cursive;
}
h3 {
	font-size: 1.4em;
	line-height: 1.1em;
	font-family: 'Berkshire Swash', cursive;
}
h4 {
	font-size: 1.4em;
	line-height: 1.1em;
}
h5 {
	font-size: 1.2em;
	line-height: 1.1em;
}
h6 {
	font-size: 1em;
	line-height: 1.1em;
}
/* Entry and Page Titles */
h1.page-title, h1.entry-title {
	margin-top: 0px;
	margin-bottom: 5px;
}
.post h1.entry-title {
	margin-bottom: 0px;
}
h2.entry-title {
}
h1.pagetitle a, h1.pagetitle a:hover, h2.entry-title a, h2.entry-title a:hover {
	text-decoration: none;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.clear_none {
	clear: none;
}
hr {
	border: 0px none #46BAF6 !important;
	background-color: #46BAF6;
	padding: 0px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.socialmedia-buttons img {
	width: 20px;
	height: 20px;
}
.fwvideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	clear: both;
}
 
.fwvideo iframe,
.fwvideo object,
.fwvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

header {
	display: block;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#header_content {
	width: 95.8333%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
a#fourwinds_logo {
	float: left;
	width: 23.22222%;
	max-width: 23.22222%;
}
a#fourwinds_logo img {
	padding: 0px;
	margin: 0px;
}
#header_right {
	float: right;
	width: 75%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: none;
}
#header_icons {
	float: left;
	width: 80%;
	text-align: right;
	font-size: 1em;
	line-height: 1em;
}
#header_icons a {
	display: inline-block;
	margin-left: 3px;
}
#header_icons img {
	height: 16px;
	width: 16px;
}
nav {
	display: block;
	float: right;
	width: 15%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menubtn {
	margin-top: 3px;
}
#main_menu {
	display: none;
	width: auto;
	max-width: 50%;
	position: absolute;
	right: 14%;
	z-index: 150;
	top: 0;
	padding: 10px;
	background-color: #46BAF6;
	border: 1px solid #094667;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
nav ul.menu {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav .menu li {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav .menu-item a {
	display: block;
	width: 100%;
	color: #094667;
	font-size: 0.875em;
	line-height: 0.875em;
	text-align: center;
	text-decoration: none;
	padding: 0%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
nav .menu-item a:hover {
	color: #FFF100;
}
nav .menu li:first-child a {
	padding-left: 0%;
}
nav .menu li:last-child a {
	padding-right: 0%;
	border-right-width: 0px;
	border-right-style: none;
	margin-bottom: 0px;
}
nav .menu ul {
	display: none;
}
nav ul.menu .current-menu-item > a, nav ul.menu .current-menu-ancestor > a, nav ul.menu .current_page_item > a, nav ul.menu .current_page_ancestor > a, nav ul.menu .current-post-ancestor > a {
	color: #FFFFFF;
}
#header_clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.1px;
	width: 100%;
}
#header_tabs {
	width: auto;
	text-align: right;
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 140;
	right: 0px;
	bottom: 0px;
	height: 0px;
	overflow: visible;
}
#header_tabs a {
	display: inline-block;
	color: #094667;
	background-color: #46BAF6;
	font-size: 0.625em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	text-wrap: none;
	padding: 4px;
	margin-left: 6px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#header_tabs a:hover {
	color: #094667;
	background-color: #A2DCFA;
	text-decoration: none;
}
#phone_number {
	display: none;
}
#phone_icon {
	display: inline;
	max-height: 10px;
}
#content_row {
	display: block;
	width: 100%;
	min-height: 538px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#content_wrap {
	display: block;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 960px;
	min-height: 538px;
	position: relative;
	background-color: #124787;
	background-image: url(../images/content_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
#content_cap {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.01px;
	width: 100%;
}
#container {
	width: 95.8333%;
	padding: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 20px;
}
#page_banner {
	display: block;
	width: 100%;
	margin: 0px;
	background-color: #072C47;
	max-height: 600px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
}
#page_banner img.attachment-post-thumbnail {
	height: auto !important;
}
#home_specials {
	display: block;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.special_box {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #DFF1F8;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#special_box_last {
	margin-bottom: 0px;
}
.special_box a {
	display: block;
	position: relative;
	color: #094667;
	text-decoration: none;
}
.special_box a:hover {
	color: #46BAF6;
	text-decoration: none;
}
.special_box img {
	float: left;
	max-width: 50%;
}
.special_overlay {
	margin: 0px;
	padding: 3%;
	width: 44%;
	float: right;
}
.special_title {
	width: 80%;
	font-family: 'Berkshire Swash', cursive;
	font-size: 1.5em;
	line-height: 1.1em;
}
.special_arrow {
	background-image: url(../images/arrow_lt_blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1.5em;
	width: 15%;
}
.special_clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.1px;
	width: 100%;
}
#home_clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.1px;
	width: 100%;
}
#content {
	display: block;
	width: 100%;
	min-height: 300px;
	padding: 0px;
	margin: 0px;
	clear: none;
}
#content img {
	/*width: 50%;*/
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#nav-below {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A2DCFA;
	clear: both;
}
#nav-below_message {
	display: inline-block;
	font-size: 0.875em;
}
#nav-below .nav-previous {
	display: inline-block;
	float: left;
}
#nav-below .nav-next {
	display: inline-block;
	float: right;
}
#nav-below .nav-previous a, #nav-below .nav-next a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #A2DCFA;
	text-align: center;
	padding: 6px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	color: #072C47;
}
#nav-below .nav-previous a:hover, #nav-below .nav-next a:hover {
	background-color: #FFFFFF;
	border: 1px solid #A2DCFA;
	color: #094667;
}
.c_img {
	padding: 0px;
	float: right;
	width: 35%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.c_img img.attachment-full {
	width: auto !important;
	max-width: 100% !important;
}
.ngg-gallery-thumbnail img, .ngg-album-link img {
	width: auto !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}
.jwl_one_half img,
.jwl_one_third img,
.jwl_two_third img,
.jwl_three_fourth img,
.jwl_one_fourth img,
.jwl_one_fifth img,
.jwl_two_fifth img,
.jwl_three_fifth img,
.jwl_four_fifth img,
.jwl_one_sixth img,
.jwl_five_sixth img {
	width: auto !important;
	max-width: 100%;
}
#featured_img {
	display: block;
	padding: 0px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#content .post #featured_img {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 50%;
}
#content .page #featured_img {
	margin-bottom: 15px;
}
#sidebar {
	display: block;
	float: right;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.social_sidebar {
	font-size: 0.6875em;
	line-height: 1.2em;
	color: #ffffff;
	text-align: center;
}
/*.social_icon {
	text-align: center;
	display: inline-block;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.email_icon {
	display: block;
	width: 100%;
	margin-top: 15px;
	clear: both;
}*/
#sidebar .widget-container {
	margin-bottom: 20px;
}
#sidebar_menu {
	background-image: url(../images/dmap.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	width: 90%;
	color: #094667;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
	max-width: 290px;
	border: 1px solid #DFF1F8;
	background-color: #A2DCFA;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sidebar_menu img#explore_header {
	position: relative;
	top: -40px;
}
#sbar_menu {
	width: auto;
	padding: 0px;
	text-align: center;
	margin: 0px;
	position: relative;
	top: -40px;
}
#sbar_menu ul.menu {
	display: inline-block;
	width: auto;
	list-style-type: none;
	font-size: 1.4em;
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sbar_menu ul.menu li {
	width: auto;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sbar_menu ul.menu li a {
	text-decoration: none;
	color: #094667;
}
#sbar_menu ul.menu li a:hover {
	text-decoration: none;
	color: #072C47;
}
#sidebar .widget_search #s {
	width: 98%;
	margin-bottom: 6px;
}
#sidebar .widget_search #searchsubmit {
	float: right;
}
#content_clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.1px;
	width: 100%;
}
footer {
	display: block;
	clear: both;
	width: 95.8333%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0%;
	padding-bottom: 20px;
	padding-left: 0%;
}
#footer_nav {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A2DCFA;
	border-bottom-color: #A2DCFA;
}
#footer_nav ul.menu {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#footer_nav .menu li {
	display: inline;
	width: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer_nav .menu-item a {
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A2DCFA;
}
#footer_nav .menu li:last-child a {
	border-right-width: 0px;
	border-right-style: none;
}
#footer_nav .menu ul {
	display: none;
}
#footer_nav ul.menu .current-menu-item > a, #footer_nav ul.menu .current-menu-ancestor > a, #footer_nav ul.menu .current_page_item > a, #footer_nav ul.menu .current_page_ancestor > a, #footer_nav ul.menu .current-post-ancestor > a {
	color: #FFF100;
}
#footer_contact {
	font-size: 1.375em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer_contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_contact a:hover {
	color: #46BAF6;
	text-decoration: none;
}
#bib_link {
	font-family: 'Berkshire Swash', cursive;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.dotcom {
	font-size: 0.75em;
}
#bib_link a, #bib_link a:hover {
	text-decoration: none;
}
#mwtext {
	font-size: 0.875em;
}
.nwrap {
	white-space: nowrap;
}
#page_banner div.cycloneslider {
	margin-right: auto;
	margin-left: auto;
}
.cycloneslider-template-default .cycloneslider-pager{
	top: auto;
	right: auto;
	left: 15px;
	bottom: 15px;
	margin: 0px;
	padding: 0px;
	height: 6px;
}
.cycloneslider-template-default .cycloneslider-pager span {
	background-color: #FFF100 !important;
}
.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
    background-color: #F6921C !important;
}
.cycloneslider-template-default .cycloneslider-pager span {
	width: 6px;
	height: 6px;
	font-size: 0em;
	line-height: 0em;
}
#container div.cycloneslider-slides {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
a.special_button, a.boat_rental_btn, a.book_now_btn {
	display: inline-block;
	float: right;
	background-color: #094667;
	background-image: url(../images/arrow_white.png);
	background-repeat: no-repeat;
	background-position: right 0.25em center;
	background-size: auto 1em;
	font-size: 0.875em;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 1.5em;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
a.special_button:hover, a.boat_rental_btn:hover, a.book_now_btn:hover {
	background-image: url(../images/arrow_dk_blue.png);
	color: #094667 !important;
	text-decoration: none;
	background-color: #46B9F5;
}
a.inline_button {
	display: inline-block;
	background-color: #46BAF6;
	background-image: url(../images/arrow_dk_blue.png);
	background-repeat: no-repeat;
	background-position: right 0.25em center;
	background-size: auto 1em;
	font-size: 0.875em;
	line-height: 1.1em;
	font-weight: bold;
	color: #094667 !important;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 1.5em;
	padding-bottom: 6px;
	padding-left: 6px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
a.inline_button:hover {
	background-image: url(../images/arrow_dk_blue.png);
	color: #094667 !important;
	text-decoration: none;
	background-color: #A2DCFA;
}
a.home_reservation_button {
	display: block;
	background-color: #46BAF6;
	font-size: 1.3125em;
	line-height: 1.1em;
	font-weight: bold;
	color: #094667 !important;
	text-decoration: none;
	padding: 16px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
a.home_reservation_button:hover {
	color: #094667 !important;
	text-decoration: none;
	background-color: #A2DCFA;
}
a.boat_rental_btn {
	background-image: url(../images/arrow_dk_blue.png);
	background-color: #46BAF6;
	background-position: right 0.625em center;
	color: #094667 !important;
	font-size: 1.2em;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 2em;
	padding-bottom: 10px;
	padding-left: 10px;
}
a.boat_rental_btn:hover {
	background-color: #A2DCFA;
}
a.book_now_btn {
	background-image: url(../images/arrow_dk_blue.png);
	background-color: #46BAF6;
	background-position: right 0.625em center;
	color: #094667 !important;
	font-size: 1.2em;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 2em;
	padding-bottom: 10px;
	padding-left: 10px;
}
a.book_now_btn:hover {
	background-color: #A2DCFA;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
	width: 98%;
}
.wpcf7-form .wpcf7-submit {
	color: #072C47;
	background-color: #46BAF6;
	padding: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.paradise_boats_box {
	background-color: #46BAF6;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/pbr_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 0px;
	max-width: 355px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.paradise_boats_box img {
	max-height: 60px;
	max-width: 50%;
	margin-left: 3.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.paradise_boats_box a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#pbr_link {
	position: absolute;
	background-color: #46BAF6;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	width: auto;
	max-width: 50%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0.875em;
	line-height: 1em;
	font-weight: bold;
}
.paradise_boats_box a #pbr_link #pbr_link_span {
	display: block;
	color: #FFF;
	background-image: url(../images/arrow_white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 75%;
	padding-right: 20px;
}
.paradise_boats_box a:hover #pbr_link #pbr_link_span {
	color: #072C47;
	background-image: url(../images/arrow_dk_blue.png);
}
h3.wp-tab-title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1.5em !important;
	line-height: 1em !important;
	height: auto !important;
}
.category .post {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #46BAF6;
}
.category div.post h2.entry-title {
	margin-bottom: 0px;
	margin-top: 0px;
}
.category .post:last-child {
	border-bottom-style: none;
}
.category .entry-meta {
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 9px;
}
.post_clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.1px;
	width: 100%;
}
a.rmore {
	display: inline-block;
	float: right;
	clear: both;
	background-color: #46BAF6;
	background-image: url(../images/arrow_dk_blue.png);
	background-repeat: no-repeat;
	background-position: right 0.25em center;
	background-size: auto 1em;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: bold;
	color: #094667;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 1.5em;
	padding-bottom: 6px;
	padding-left: 6px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
a.rmore:hover {
	background-image: url(../images/arrow_dk_blue.png);
	color: #094667;
	text-decoration: none;
	background-color: #A2DCFA;
}

.rounded_corners {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.gform_widget {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.gform_widget h3 {
	margin-top: 6px;
	margin-bottom: 0px;
}

/* JQUERY CSS EDITS */

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #A2DCFA;
	color: #094667;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #094667;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #46B9F5;
	color: #094667;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #094667;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #072C47;
	color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}
.ui-widget-content {
	color: #072C47;
	background: #DDF1F8;
}
.ui-widget-content a {
	color: #094667;
}
.ui-widget-content a:hover {
	color: #46BAF6;
}

/* Google Map Styles */
.adp {
	border: 1px solid #DFF1F8;
	background-color: #A2DCFA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

#CDSWIDEXC {
	margin-right: auto !important;
	margin-left: auto !important;
}

@media only screen and (min-width: 350px) {
#header_icons a {
	margin-left: 6px;
}
#header_icons img {
	height: 20px;
	width: 20px;
}
#header_tabs a {
	font-size: 0.75em;
	line-height: 1em;
	margin-left: 10px;
}
#phone_icon {
	max-height: 12px;
}
}

@media only screen and (min-width: 400px) {
#header_tabs a {
	font-size: 0.875em;
	line-height: 1em;
}
#phone_icon {
	max-height: 14px;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#header_content {
	width: 97.39583%;
}
a#fourwinds_logo {
	width: auto;
}
#header_tabs a {
	font-size: 0.9375em;
	line-height: 1em;
}
#container {
	width: 97.39583%;
}
.special_box {
	width: 32.2222%;
	margin-right: 1.66667%;
	float: left;
	margin-bottom: 0px;
}
.special_box a {
	color: #DFF1F8;
}
#special_box_last {
	float: right;
	margin-right: 0%;
}
.special_box img {
	float: none;
	max-width: 100%;
}
.special_overlay {
	width: 94%;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/specials_overlay.png);
	background-repeat: repeat;
	float: none;
}
.special_title {
	font-size: 1em;
	line-height: 1em;
}
.special_arrow {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1.5em;
	width: 15%;
}
footer {
	width: 97.39583%;
}
.cycloneslider-template-default .cycloneslider-pager{
	height: 12px;
}
.cycloneslider-template-default .cycloneslider-pager span {
    width: 12px;
    height: 12px;
}
}

@media only screen and (min-width: 550px) {
#header_tabs a {
	font-size: 1em;
	line-height: 1em;
}
}

@media only screen and (min-width: 600px) {
#header_tabs a {
	font-size: 1.125em;
	line-height: 1em;
}
#content .post #featured_img {
	width: auto;
}
.special_title {
	font-size: 1.1em;
	line-height: 1em;
}
}

@media only screen and (min-width: 641px) {
#header_icons {
	width: 100%;
	margin-bottom: 26px;
}
nav {
	width: 100%;
	float: none;
}
#menubtn {
	display: none;
}
#main_menu {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	right: 0px;
	z-index: 10;
	top: 0;
	padding: 0px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
nav .menu li {
	display: inline;
	width: auto;
}
nav .menu-item a {
	display: inline-block;
	width: auto;
	color: #072C47;
	padding-right: 2.3%;
	padding-left: 2%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #46BAF6;
	font-weight: normal;
	margin-bottom: 0px;
}
nav .menu-item a:hover {
	color: #46BAF6;
}
nav ul.menu .current-menu-item > a, nav ul.menu .current-menu-ancestor > a, nav ul.menu .current_page_item > a, nav ul.menu .current_page_ancestor > a, nav ul.menu .current-post-ancestor > a {
	color: #EC1B23;
}
#header_tabs a {
	padding: 10px;
}
#phone_number {
	display: inline;
}
#phone_icon {
	display: none;
}
#content {
	width: 66.111111%;
	float: left;
}
#sidebar {
	width: 32.222222%;
}
}

@media only screen and (min-width: 700px) {
#header_icons {
	float: none;
	margin-bottom: 33px;
}
nav .menu-item a {
	font-size: 0.9375em;
	line-height: 0.9375em;
	padding-right: 3.3%;
	padding-left: 3%;
}
.special_title {
	font-size: 1.3em;
	line-height: 1em;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#header_content {
	width: 93.75%;
	max-width: 900px;
}
#container {
	width: 93.75%;
	max-width: 900px;
}
footer {
	width: 93.75%;
	max-width: 900px;
}
}

@media only screen and (min-width: 800px) {
#header_icons {
	margin-bottom: 40px;
}
nav .menu-item a {
	padding-right: 4.3%;
	padding-left: 4%;
}
.special_title {
	font-size: 1.4em;
	line-height: 1em;
}
}

@media only screen and (min-width: 900px) {
#header_icons {
	margin-bottom: 50px;
}
nav .menu-item a {
	padding-right: 5.3%;
	padding-left: 5%;
}
.special_title {
	font-size: 1.5em;
	line-height: 1em;
}
}

@media only screen and (min-width: 960px) {
#header_icons {
	margin-bottom: 54px;
}
#content_wrap {
	padding-top: 10px;
	top: -50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A2DCFA;
	z-index: 130;
}
}