﻿* {
	margin: 0 auto;
	padding: 0px;
	outline: none;
	list-style: none;
}
@font-face {
	font-family: 'Source Sans Pro', sans-serif;
	src: url(../fonts/pt-serif/PTF55F.ttf);
}
@font-face {
	font-family: ptserifitalic;
	src: url(../fonts/pt-serif/PTF56F.ttf);
}
@font-face {
	font-family: ptserifbold;
	src: url(../fonts/pt-serif/PTF75F.ttf);
}
@font-face {
	font-family: ptserifbolditalic;
	src: url(../fonts/pt-serif/PTF76F.ttf);
}
@font-face {
	font-family: ptserifcaptionregular;
	src: url(../fonts/pt-serif/PTZ55F.ttf);
}
@font-face {
	font-family: ptserifcaptionitalic;
	src: url(../fonts/pt-serif/PTZ56F.ttf);
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	color: #262626;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.row {
	max-width: 1144px;
}
p {
	line-height: 22.4px;
	font-size: 16px;
	margin-bottom: 20px;
}
span.error:empty, small.error:empty {
	display: none;
}
.system-message, .system-error-message {
	background: none;
	border: none;
	color: #6e6460;
	margin: 0;
	padding: 0;
}
p.lead {
	text-align: center;
	font-size: 18px;
	margin-bottom: 48px;
}
.system-message h1, .system-error-message h1 {
	font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 6px;
	margin-bottom: 16px;
	font-weight: 400;
	color: #008840;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #008840;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 37px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 20px;
}
h5 {
	color: #94762c;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
}
h6 {
	font-size: 16px;
	font-weight: 600;
}
a {
	color: #008840;
}
a, a:visited, .breadcrumbs a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
a:hover, a:focus, .breadcrumbs a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus {
	color: #005f2d;
}
a img:hover {
	opacity: .7;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	background-color: #ffffff;
	font-family: inherit;
	border: 1px solid rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 16px 0;
	padding: 5px 7px 7px;
	height: 35px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.product-remove a:link, .product-remove a:visited {
	font-size: 20px;
	color: #606060;
	line-height: 20px;
	transition-duration: .5s;
}
.product-remove a:hover {
	color: #900;
}
.product-image img, .product-title {
	margin-bottom: 20px;
}
textarea {
	padding: 8px;
}
.leave-comment textarea {height:136px;}
ul li {
	margin-bottom: 0;
}
.radius, .input-group>:first-child, .input-group>:last-child>* {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul.list-style, ol.list-style-number, ul.icon-list {
    width: 100%;
    float: left;
    margin-left: 0px;
    padding-left: 1.25rem;
}
ul.list-style li {
	list-style: disc;
}
ul.list-style-circle li {
	list-style: circle;
}
ol.list-style-number li {
	list-style: decimal;
}
ul.icon-list {
	margin: 0;
}

.off-canvas-wrapper{overflow-y:hidden;}
.off-canvas-content{background: transparent;}

.columns {padding: 0 30px;}

/*buttons*/
 
button, .button, input.productSubmitInput, #catshopbuy, .cat_button {
	padding: 12px 24px 13px 24px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px;
	border-color: #063242;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(0, 136, 64)), color-stop(100%, rgb(0, 95, 45)));
	background: -webkit-linear-gradient(top, rgb(0, 136, 64), rgb(0, 95, 45));
	background: -moz-linear-gradient(top, rgb(0, 136, 64), rgb(0, 95, 45));
	background: -o-linear-gradient(top, rgb(0, 136, 64), rgb(0, 95, 45));
	background: linear-gradient(top, rgb(0, 136, 64), rgb(0, 95, 45));
	color: #ffffff;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(0, 136, 64)), color-stop(100%, rgb(0, 136, 64)));
	background: -webkit-linear-gradient(top, rgb(0, 136, 64), rgb(0, 136, 64));
	background: -moz-linear-gradient(top, rgb(0, 136, 64), rgb(0, 136, 64));
	background: -o-linear-gradient(top, rgb(0, 136, 64), rgb(0, 136, 64));
	background: linear-gradient(top, rgb(0, 136, 64), rgb(0, 136, 64));
	background-color: #222f3d;
	text-decoration: none;
}
button:active, .button:active {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
figure {
	margin: 0px;
}
figure img {
	width: 100%;
}
img {
	width: auto;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
}
form {
	margin: 0 0 16px;
}
/* Padding */
.pb-60 {
	padding-bottom: 60px;
}
.pt-50-pb-80 {
	padding-top: 50px;
	padding-bottom: 80px;
}
.pb-90 {
	padding-bottom: 105px;
}
.pt-pb-45 {
	padding: 45px 0px;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	z-index: 1045;
	margin: 0 auto;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-hide {
	display: none!important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -12px;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
button::-moz-focus-inner {
border:0;
padding:0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	padding: 0 0 18px 10px;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	top: 50%;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
	margin: -55px 0 0;
	padding: 0;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #000;
}
.mfp-align-top .mfp-container:before, .mfp-loading.mfp-figure, .mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
	display: none;
}
.mfp-close:hover, .mfp-close:focus, .mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0;
}
/*header*/
.no-js .top-bar {
	display: none;
}
header {
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.35);
	position: absolute;
	z-index: 1;
	top:0px;
	border-top: 10px solid #008840;
}
.top-bar, .top-bar ul, .top-bar.expanded .title-area {
	background-color: inherit;
}
.top-bar ul, .top-bar-left {
	width: 100%;
}
.top-bar ul li {
	display: inline-block;
	text-align: center;
}
.top-bar ul li:last-child {
	display: inline-block;
	text-align: center;
}
.navigation-bar {
	padding: 10px 0;
	float: left;
	width: 100%;
}
.navigation-bar figure {
	max-width: 175px;
	margin: auto;
}
/*.navigation-bar figure a#logo { display:inline-block; position:relative; z-index:99; }*/
.utility-nav {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    background-color: #008840;
    height: 10px;
}
.utility .float-right li a {
	font-size: 17.6px;
}
.utility-nav ul li {
	padding: 0 10px;
	float: left;
	list-style: none;
}
.utility {
	float: left;
	width: 100%;
}
.utility ul {
	margin: 5px 0px 0px 0px;
}
.utility ul.float-right {
	margin-top: 5px;
}
.utility-nav li span {
	margin-right: 5px;
	color: #1abc9c;display:inline-block;
}
.cat_summary table.cartSummaryTable{margin-bottom:0px;}
.cat_summary table.cartSummaryTable tbody{background:transparent;border:none;}

.utility-nav li a, .cat_summary table.cartSummaryTable tr td {
	font-size: 13px;
	font-weight: 400;
	position: relative;
	color: #fff;display:block;
}
.utility ul.float-left li a em{font-size:0px;}
.utility-nav li:hover > a, .utility-nav li:hover > a span {
	color: #fff;
}
.top-bar .menu a {
	color: #fff;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
	border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
	right: 15px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	border-color: transparent transparent transparent rgba(255,255,255,0.5);
}
.no-js .top-bar {
	display: none;
}
.top-bar {
	padding: 0px;
	margin: 75px 0px 0px 0px;
	float: left;
	width: 100%;
}
.top-bar li a:not(.button) {
	padding: 0 30px;
	line-height: 45px;
}
.top-bar ul li.hover > a, .top-bar ul li a:active, .top-bar ul li a:hover, .top-bar ul li.selected a {
	background: rgba(255,255,255,.2);
	text-decoration: none;
	color: #fff;
}
.top-bar ul.submenu {
	background-color: #008840;
    border: 0px solid #ffffff;
    min-width: 300px;
    padding: 10px;
	box-shadow: 2px 2px 2px;
	border-radius: 0 5px 5px 5px;
}
.top-bar ul.submenu li > a {
	line-height: 37px;
	text-align: left;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.top-bar ul.submenu li > a {
	background-color: #008840;
	margin-bottom: 10px;
}
.top-bar ul.submenu li:last-child > a {
	background-color: #008840;
	margin-bottom: 0px;
}
.top-bar ul li.hover > a, .top-bar ul.submenu li a:active, .top-bar ul.submenu li a:hover, .top-bar ul.submenu li.selected a {
	background: rgba(255,255,255,.2);
	text-decoration: none;
	color: #fff;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 35px;
}
.top-bar .logo {
	margin-top: -75px;
}
.top-bar .logo a#logo {
	padding: 10px 20px;
	display: block;
}
.top-bar .logo a#logo:hover {
	background: inherit;
}
.top-bar ul.dropdown {
	float: none !important;
	width: auto;
	margin: auto;
	text-align: center;
}
/* slider */
.slick-slider {
	overflow: hidden;
	margin: 0;
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: auto;
	-webkit-tap-highlight-color: transparent;
}
.slick-slide img {
	width: 100%;
}
.hero-slider li {
	list-style: none;
}
.hero-slider .slick-dots {
	bottom: 145px;
	z-index: 1;
	text-align: left;
	margin: 0 0 0 25%;
}
.hero-slider .slick-dots li button:before {
	content: none;
}
.hero-slider .slick-dots li {
	width: auto;
	margin: 0 5px 0 0;
}
.hero-slider .slick-dots li button {
	width: 50px;
	height: 5px;
	border-radius: 0;
	background: #fff;
	padding: 0;
}
.hero-slider .slick-dots li.slick-active button {
	background: none repeat scroll 0 0 #52cab3;
	height: 15px;
	top: -10px;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Slick Slider  Icons */
@font-face {
	font-family: "slick";
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Slick Slider  Arrows  */
.slick-prev:focus, .slick-next:focus, .slick-prev:hover, .slick-next:hover {
	outline: none;
	background: rgba(0, 0, 0, 0.3);
}
.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background : rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 60px;
	line-height: 50px;
	color: white;
	z-index: 10;
	border: none;
	box-shadow: none;
	font-size: 0px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 50%;
	margin-top: -16px;
	display: block;
	width: 0;
	height: 0;
	border: inset 16px;
	border-right-style: solid;
	border-color: transparent;
	border-right-color: rgba(255,255,255,.5);
}
.slick-next:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 50%;
	margin-top: -16px;
	display: block;
	width: 0;
	height: 0;
	border: inset 16px;
	border-color: transparent;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,.5);
	left: 50%;
	margin-left: -8px;
}
.slick-prev:hover:after {
	border-right-color: #ccc;
}
.slick-next:hover:after {
	border-left-color: #ccc;
}
.slideshow-wrapper {
	float: left;
	width: 100%;
}
.slideshow-wrapper .row {
	position: relative;
	height: 80vh; 
	min-height: 480px; 
	max-width:100%; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	content: 'viewport-units-buggyfill; height:100vh;';
}
.slideshow-wrapper figcaption {
	position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px 24px;
    font-size: 16px;
    margin: 90px auto 0;
    width: 80%;
    max-width: 1084px;
    text-align: center;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.slideshow-wrapper figcaption h2 {
	width: 90%;
    color: #fff;
    margin: 30px auto 20px auto;
    text-shadow: rgba(0,0,0,.5) 0 2px 0;
    font-size: 3em;
    line-height: 1em;
}
.slideshow-wrapper figcaption p {
	width: 90%;
    margin: 10px auto 30px auto;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4em;
}
.newsletter {
	background-color: #008840;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}
.newsletter h4, .newsletter p, .newsletter a {
	color: #fff;
}
/*  omega "Features" */
.omega {
	float: left;
	width: 100%;
}
.omega .circle em {
	color: #333333;
	font-size: 49px;
}
.omega img {
	border-radius: 6px;
}
.section {
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}
.section .img-wrap {
	background-color: #efefef;
	padding: 8px;
	position: relative;
	border-radius: 12px;
}
.section h2 {
	font-size: 32px;
}
.sec-a > p {
}
.omega h1 {
	margin-bottom: 12px;
}
/*  .sigma "Events" */
.sigma {
	float: left;
	width: 100%;
	background: #008840;
}
.sigma h2 {
	color: #ffffff;
}
.sec-facts span {
	background: #333333;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	display: inline-block;
}
.sec-facts span:first-child {
	border-right: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
}
.sec-facts {
	left: 0;
	right: 0;
	margin: auto;
}
.sec-facts span em {
	color: #ffffff;
	padding: 0 0 0 5px;
}
.sec-facts {
	left: 0;
	right: 0;
	margin: auto;
}
.sec-b h4 {
	color: #ffffff;
}
.sec-b h4 a:link, .sec-b h4 a:visited {
	color: #ffffff;
}
.sec-b h4 a:active, .sec-b h4 a:hover {
	opacity: .85;
}
.sec-b hr {
	border-color: rgba(255, 252, 221, .35);
}
.inner .sec-info hr {
	border-color: rgba(8,53,69,.2);
}
.sec-info {
	padding: 10px 15px 0 15px;
	color: #ffffff;
}
.sec-info h4 {
	line-height: 29px;
}
.icon-hover {
	background: #333333;
	color: #ffffff;
	height: 36px;
	left: 0;
	right: 0;
	top: -24%;
	bottom: 0;
	margin: auto;
	opacity: 0;
	padding: 10px;
	position: absolute;
	width: 36px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.sec-b figure {
	position: relative;
}
.sec-b:hover .icon-hover {
	opacity: 1;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sec-b:hover img {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.circle {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	margin: -60px auto -40px auto;
}
.sigma .circle {
	background-color: #008840;
}
.circle em {
	display: block;
	font-size: 40px;
	line-height: 110px;
	margin: 0 0 25px;
}
.sigma .circle em {
	color: #fff;
}
/* .omega */
.omega .circle {
	background-color: #ffffff;
}
blockquote, blockquote p {
	line-height: 1.4;
	color: #262626;
	font-family: pt-serif, Georgia, serif;
	font-style: italic;
	padding-left: 20px;
	border-left: 5px solid #cacaca;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
blockquote {
	margin-top: 20px;
	overflow: visible;
}
blockquote cite {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #262626;
}
/* footer */
footer {
	float: left;
	width: 100%;
}
footer .sigma {
	background-color: #efefef;
}
footer h4 {
	margin-bottom: 25px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(8,53,69,.2);
}
.bottom-half {
	margin-bottom: 10px;
	color: #333333;
}
.bottom-half em {
	margin-right: 11px;
}
p > a {
	text-decoration: underline;
}
a.phonenumber {
	text-decoration: none;
}
.footer-btm {
	float: left;
	width: 100%;
	background-color: #333333;
	color: #ffffff;
}
.footer-links {
	margin: 15px 0;
	overflow: hidden;
	padding: 0;
	float: left;
}
.footer-links li {
	display: inline;
	float: left;
	font-size: 14px;
	padding: 0 20px 0px 0px;
}
.footer-links li:last-child {
	padding: 0px;
}
.footer-links a:link, .footer-links a:visited {
	color: #ffffff;
	display: block;
}
.social-nav {
	float: right;
    padding: 15px 0;
}
.social-nav ul li {
	padding: 0 10px;
	float: left;
	list-style: none;
}
/* Body with inner class */
body.inner .alpha {
	position: relative;
	margin-bottom: 23px;
	background-image: url("/_assets/img/banner/stpaul.jpg")!important;
	background-size: cover;
}
.inner h1 {
	border-bottom: 1px solid rgba(8,53,69,.2);
}
p .highlight {
	background-color: #e3d29e;
	padding: 0 5px;
}
/* about page */
table {
	width: auto;
}
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
	padding: 8px 10px 10px;
	font-size: 14px;
}
table tr th, table tr td {
	padding: 9px 10px;
	font-size: 14px;
	color: #222222;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	line-height: 18px;
}
fieldset {
	border: solid 1px #dddddd;
	padding: 20px;
	margin: 18px 0;
}
fieldset legend {
	font-weight: bold;
	background: transparent;
	padding: 0 3px;
	margin: 0px 0px 0px -3px;
}
label {
	color: #4d4d4d;
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 3px;
	line-height: 22.4px;
}
label span.req{display:inline-block;}
select {
	height: auto;
	padding: 1px 6px 2px 6px;
}
label>[type=checkbox], label>[type=radio] {
margin-right:0;
}
.column-example .columns {
	margin-bottom: 16px;
}
.column-example .columns > p {
	min-height: 16px;
	line-height: 25px;
	background: #dad8b9;
	margin: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	text-align: center;
}
.column-example .columns > p:hover {
	background: #e3d29e;
}
.progress {
	background-color: transparent;
	height: 25px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
}
.progress .meter {
	background: #34495e;
	height: 100%;
	display: block;
}
.progress.success .meter {
	background: #e5ffd7;
}
.progress.radius .meter {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.progress.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}
.progress.alert .meter {
	background: #ffdfd7;
}
.progress.round .meter {
	-webkit-border-radius: 999px;
	border-radius: 999px;
}
.progress.secondary .meter {
	background: #27ae60;
	float:left;
}
.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fontawesome-fa a {
	color: #262626;
}
.fontawesome-fa .icon-thirds {
	margin-left: 0px;
}
.fontawesome-fa .icon-thirds li {
	padding-left: 0 !important;
	display: inline-block;
	width: 24%;
	font-size: 14px;
	line-height: 30px;
}
.fontawesome-fa .icon-thirds li em:before {
	padding-right: 10px;
	font-size: 16px;
}
.fontawesome-fa .icon-thirds li:hover em {
	-moz-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
/* tour the golf course page */
.tour-nav-left {
	background: url(../img/tour/tour-nav-shadow-left.png) top right no-repeat;
	height: 93px;
}
.tour-nav-right {
	background: url(../img/tour/tour-nav-shadow-right.png) top left no-repeat;
	height: 93px;
}
.holes ul {
	list-style: none;
	margin-left: 0px;
}
.holes a .container {
	position: relative;
	width: 55px;
	height: 55px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #0f6975;
	background-color: rgb(8,53,69);
}
.holes .container span {
	position: absolute;
	right: 3px;
	bottom: 0;
	font-family: pt-serif, Georgia, serif;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #ffffff;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
	opacity: 1;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.holes .container img {
	opacity: .65;
}
.holes .flexslider a:hover img, .holes .flexslider a:hover span {
	opacity: 1;
	z-index: 9;
}
.flexslider {
	margin: 20px 0 20px;
	padding-left: 10px;
	zoom: 1;
	float: left;
	width: 100%;
	position: relative;
}
.row.holes {
	margin: 0px;
}
.flexslider li {
	list-style: none;
}
.flexslider .slick-slider {
	position: initial;
}
.flexslider .slick-prev:after, .flexslider .slick-next:after {
	display: none;
}
.flexslider .slick-prev, .flexslider .slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0px !important;
	font-size: 0px;
	width: auto;
	height: auto;
	color: #3f878c;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: inherit;
}
.flexslider .slick-prev {
	left: -65px;
}
.flexslider .slick-prev:hover {
	left: -70px;
}
.flexslider .slick-next {
	right: -65px;
}
.flexslider .slick-next:hover {
	right: -70px;
}
.flexslider .slick-prev:before, .flexslider .slick-next:before {
	font-family: fontawesome;
	position: absolute;
	top: 0px;
	font-size: 30px;
}
.flexslider .slick-prev:before {
	content: '\f053';
	left: 0px;
}
.flexslider .slick-next:before {
	content: '\f054';
	right: 0px;
}
/* events page */
.inner .sec-info h4 a:link, .inner .sec-info h4 a:visited {
	color: #333333;
}
.inner .sec-info {
	color: #333333;
}
.blog-detail aside.blog-aside{margin-bottom:7px;}
.inner aside.question {
	background-color: #efefef;
    padding: 5px 15px 0 15px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 5px solid #333;
}
aside h4 {
	border-bottom: 1px solid rgba(8,53,69,.2);
	background-color: #efefef;
    padding: 4px 0 3px 0;
}
.prefix, .postfix {
	color: #ffffff;
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	font-size: 14px;
	line-height: 33px;
}
span.postfix, button.postfix {
	background-color: #0e626e;
	border-color: #0e626e;
	border: none;
	padding:1px 0;margin:0px;
}
.req {
	color: #96a296;
	font-size: 14px;
	display: block;
}
/* blog page */
.booking-detail, #catblogoutput {
	padding-top: 20px;
}
.booking-detail h1, #catblogoutput h1 {
	padding-top: 10px;
	border-bottom: 0;
	font-size: 35px;
	line-height: 30px;
}
#blog.inner h1 {
	border: 0;
}
#catblogoutput article.sec-a h1 {
	font-size: 25px;
}
#catblogoutput article {
	display: inline-block;
	min-height: 70px;
}
article aside {
	color: #fff;
	background: #333333;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin: 5px 15px 0 0;
	padding: 10px;
}
article aside p {
	font-weight: 400;
	margin: 0;
	line-height: 30px;
}
article aside p .enlarge {
	font-weight: 600;
	font-size: 32px;
	vertical-align: sub;
}
article aside p:first-child {
	border-bottom: 1px solid #1d2935;
}
article aside p:nth-child(2) {
	border-top: 1px solid #4d5f72;
}
.sec-a .button em {
	margin-right: 0;
	margin-left: 8px;
}
.button.small {
	font-size: 13px;
	padding: 10px 18px 9px 18px;
	-webkit-appearance: none;
}
article.section {
	margin-bottom: 10px;
}
article.section.sec-a {
	border-bottom: 1px solid #efefef;
}
aside.blog-aside {
	color: #fff;
    background: #333333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 5px 15px 0 0;
    padding: 10px;
	border: 0;
	text-align: center;
}
#catblogoutput article h3 {
	line-height: 1.2em;
	display: inline;
}
aside ul {
	margin-left: 0px;
}
aside li {
	
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0 0 10px 17px;
}
aside li a {
	color: #34495e;position:relative;
	}
aside.side_panel ul li{margin: 0px;padding: 0px;}	
	
.BlogRecentPost ul li a:before, ul#most-commented-posts li a:before, .BlogPostArchive ul li a:before,  ul.asidenav li a:before{font-family: fontawesome; content: '\f054';position:absolute;top:-1px;left:-18px;}
.BlogTagCloud-XX-Large, .BlogTagCloud-X-Large, .BlogTagCloud-Large, .BlogTagCloud-Medium, .BlogTagCloud-Small, .BlogTagCloud-X-Small, .BlogTagCloud-XX-Small {
	background: #333333;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 3px 2px;
	padding: 5px;
}
.BlogTagCloud-XX-Large:hover, .BlogTagCloud-X-Large:hover, .BlogTagCloud-Large:hover, .BlogTagCloud-Medium:hover, .BlogTagCloud-Small:hover, .BlogTagCloud-X-Small:hover, .BlogTagCloud-XX-Small:hover {
	background: #2b838f;
	color: #fff;
}

.BlogTagList ul{width:100%;display:inline-block}
.BlogTagList ul li{width:auto;padding:0px;margin:0px;display:inline-block}
#searchForm .button.default{margin:8px 0;}


.BlogTagCloud {
	margin: 0 0 18px;
}
.BlogTagCloud-X-Small {
	font-size: 80%;
}
.BlogTagCloud-XX-Small {
	font-size: 70%;
}
.pagination li {
	font-size: 16px;
}
.pagination-previous a::before, .pagination-previous.disabled::before, .pagination-next a::after, .pagination-next.disabled::after {
	display: none;
}
.pagination .current, .pagination .current a {
	background: inherit;
	color: #262626;
}
.pagination a:hover, .pagination button:hover {
	background: inherit;
}
.pagination-previous a, .pagination-next a {
	text-decoration: underline;
}
.pagination .disabled, .pagination .current {
	padding: 0px;
}
.pagination .disabled a {
	padding: 3px 10px;
	color: #cacaca;
	cursor: default;
}
.pagination li a {
	color: #0f6975;
}
/* blog detail page */
.booking-detail h4, #catblogoutput h4 {
	border-bottom: 1px solid rgba(8,53,69,.2);
}
/* news page */
.side-nav {
	margin: 0px;
	padding: 13px 0px;
}
.side-nav li {
	margin: 0 0 7px 0;
}
article h1 {
	font-size: 25px;
	margin-bottom: 10px;
}
/* faqs page */
.accordion {
	margin-bottom: 0px;
	background: none;
	border: none;
}
.accordion-title {
	font-size: 16px;
	padding: 4px 0px 7px 0px;
	color: #0f6975;
	border: none;
}
.accordion-title:before {
	display: none;
}
.accordion-title:focus, .accordion-title:hover {
	background-color: inherit;
}
.accordion-content {
	padding: 0px;
	border: none;
	background: none;
}
h4 em {
	background: #27ae60;
	color: #fff;
	margin: 0px 10px 0 0;
	padding: 10px;
}
small.date {
	margin-left: 13px;
}
/* store */
.productlist {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.productlist h5.productlarge {
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
}
.productlist p.price {
	font-size: 21px;
	margin-top: 5px;
}
.productlist p.price a {
	text-decoration: none;
}
.productlist-sub {
	margin: 0px 0px 33px 0px;
}
.productlist img {
	border: 1px solid #bbb;
	box-shadow: 0 0 2px rgba(0,0,0,0.14);
}
/* store detail */
.product-detail ul {
	list-style: none;
	margin-left: 0px;
}
li.price {
	font-size: 20px;
	margin: 0 0 10px;
}
.productlist img {
	border: none;
	box-shadow: none;
}
.comment-list, .leave-comment {
	float: left;
	width: 100%;
}
.comment-image {
	width: 75px;
	height: 75px;
	float: left;
}
.comment-content {
	border-left: 1px solid rgba(8,53,69,.2);
	padding-left: 15px;
	margin-left: 90px;
}
.comment-title ul{margin-left:0px;}
.comment-title em {
	margin-right: 8px;
}
.comment-title li {
	text-transform: capitalize;
	font-size: 15px;
	display: inline-block !important;
	margin-right: 12px;
}
.comment-view {
	border-bottom: 1px solid rgba(8,53,69,.2);
	margin-bottom: 15px;
}
.club-image-full {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.club-image-sub ul {
	margin: 0px -15px;
}
.club-image-sub ul li {
	padding: 0px 15px;
}

#photogallery-products{width:100%;display:inline-block;margin-top:15px;}
#photogallery-products .Poplets_grid{width:25%;float:left;border:2px solid #fff;}
.catProdAttributeItem select{padding:6px 6px 7px 6px;}
/* gallary page */
.photogallary {
	float: left;
	width: 100%;
}
.photogallary figure {
	padding: 15px 0px;
}
/* contact page */
.contact-form form {
	padding: 10px 6px;
	font-size: 14px;
	color: #4d4d4d;
}
.contact-form form .req {
	display: inline-block;
}
.input-group {
}
.input-group label {
	margin-bottom: 0px;
	font-size: 12px;
}
.input-group input[type="radio"] {
	margin: 5px 5px 5px 0px;
}
.input-group select {
	max-width: 150px;
	font-size: 14px;
}
.input-group input[type="text"] {
	font-size: 12.25px;
}
.input-group input, .input-group select, .input-group textarea {
	margin-bottom: 0px;
}
/* register page */
ul.register-side {
	max-width: 120px;
	margin-left: 28px;
}
/* login page */
.callout.success {
	font-weight: bold;
	font-size: 14px;
}
#form-password, .create-form {
	display: none;
}
.half-bottom {
	vertical-align: super;
}
/* icon page */
.icon-wrapper {
	width: 100%;
	float: left;
}
.icon-list li {
	list-style: none;
	position: relative;
	height: 110px;
	float: left;
	text-align: center;
	margin: 0 2px 2px 0;
	padding: 15px 12px;
	width: 12.3%;
	color: #333333;
	background: #e3d29e;
}
.icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.icon-list li em {
	font-size: 25px;
	margin: 0 0 8px 0;
}
.icon-list li span {
	font-size: 14px;
	display: block;
}
/* element page */
.feature-wrapper {
	width: 100%;
	float: left;
}
.feature-wrapper h4 {
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 25px;
}
.right-fixed {
	position: fixed;
	top: 30px;
}
.accordian-wrapper {
}
.faq .accordion-item>a {
	font-size: 14px;
	color: #333333;
	letter-spacing: 3px;
	background: #ececec;
	padding: 18px 16px;
	position: relative;
	display: block;
}
.faq .accordion-item>.accordion-content {
	font-size: 14px;
	color: #919191;
	font-weight: 400;
	padding: 27px 15px;
	border: 1px solid #F5F5F5;
}
.faq .accordion-item > a:before {
	content: '+';
	width: 24px;
	height: 24px;
	font-size: 20px;
	margin: 7px 24px 0px 0px;
	display: block;
	float: left;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	background: inherit;
}
.faq .accordion-item > a:before {
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.faq .accordion-item.is-active > a:before {
	content: '-';
}
.faq .accordion-item>a:hover, .faq .accordion-navigation.active>a {
	background: #0f6975;
	color: #ffffff;
}
.faq .accordion-item, .faq dd {
	margin-bottom: 22px !important;
}
.tab-deatils .tabs .tabs-title>a {
	font-size: 13px;
	color: #9f9f9f;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 0px;
	background-color: #EFEFEF;
	transition: none;
	-webkit-transition: none;
}
.tab-deatils .tabs .tabs-title.is-active a {
	color: #0f6975;
	padding: 13px 0px 16px;
	border-top: 3px solid #0f6975;
	background-color: #ffffff;
	border-bottom: none;
}
.tabs-wrapper {
	width: 100%;
	float: left;
	padding: 20px 0 68px 0;
}
.tab-deatils .tabs em {
	display: block;
	font-size: 27px;
	margin-bottom: 4px;
}
.tab-deatils {
	border: 1px solid #d8d8d8;
}
.tab-deatils .tabs-content {
	margin: 0;
}
.tab-deatils .tabs-content>.content {
	padding: 32px 30px;
}
.tab-deatils .tabs-content p {
	font-size: 14px;
	color: #919191;
}
.tab-deatils .tabs .tabs-title {
	width: 25%;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.tab-deatils .tabs .tabs-title:last-child {
	border-right: none;
}
.tab-deatils .tabs .tabs-title.is-active {
	border-bottom: none;
}
.alert-wrapper {
	width: 100%;
	float: left;
}
.callout {
	font-size: 15px;
	color: #8a6d45;
	background-color: #fcf8e3;
	border-color: #faebcc;
	margin: 0 0 30px 0;
	padding: 18px 24px 18px 14px;
}
.callout1 {
	font-size: 19px;
	color: #ab4442;
	background-color: #f2dede;
	border-color: #ebccd1;
	margin: 0 0 30px 0;
	padding: 18px 24px 18px 14px;
}
.callout .close-button {
	right: 0.25rem;
	background: inherit;
	color: #333333;
	font-size: 1.375rem;
	line-height: .9;
	margin-top: -0.6875rem;
	opacity: 0.3;
	padding: 0 6px 4px;
	position: absolute;
	top: 50%;
	box-shadow: none;
}
.callout1 .close-button {
	top: 29px;
}
.callout1 p {
	color: #ab4442;
}
.takethisactionbutton {
	text-transform: none !important;
	background: #d9534f !important;
	margin-right: 10px;
	border: 2px solid #d43f3a;
	font-size: 15px !important;
	box-shadow: none;
}
.takethisactionbutton:hover {
	background-color: #000000 !important;
	border: 2px solid #000000 !important;
}
.ordothisbutton {
	text-transform: none !important;
	background: #ffffff !important;
	color: #000000 !important;
	border: 2px solid #cccccc;
	font-size: 15px !important;
}
.ordothisbutton:hover {
	color: #ffffff !important;
	background: #000000 !important;
}
.orbit-slider {
	width: 100%;
	float: left;
	padding: 20px 0 68px 0;
}
.orbit-bullets button {
	padding: 0px;
	background: #cacaca;
}
.orbit-previous span, .orbit-next span {
	display: none !important;
}
.orbit-container .orbit-previous, .orbit-container .orbit-previous:hover {
	left: 18px;
	background: url(../img/slider-prev-arrow.png) no-repeat;
}
.orbit-container .orbit-next, .orbit-container .orbit-next:hover {
	right: 18px;
	background: url(../img/slider-next-arrow.png) no-repeat;
}
.orbit-container .orbit-previous, .orbit-container .orbit-next {
	height: 30px;
	top: 53%;
	box-shadow: none;
	padding: 16px;
	margin: 0;
}
.forms-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.form-items {
	font-family: 'Lato', sans-serif;
}
.form-items input[type="text"] {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: none;
	height: 40px;
	padding-left: 30px;
	border: 1px solid #c0c0c0;
}
.form-items textarea {
	height: 135px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: none;
	padding: 18px 8px 8px 30px;
}
.form-items input[type="submit"] {
	font-size: 11px;
	line-height: 22px;
	background-color: #c0392b;
	padding: 8px 41px;
	border: none;
	border-radius: 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}
.form-items input[type="submit"]:hover {
	background: #000000;
}
.form-items input[type="text"]:hover, .forms-wrapper form textarea:hover {
	border: 1px solid #000;
}
.form-items::-webkit-input-placeholder {
color:#979797;
}
.form-items:-moz-placeholder {
color:#979797;
}
.form-items::-moz-placeholder {
color:#979797;
}
.form-items:-ms-input-placeholder {
color:#979797;
}
.feature-wrapper .buttons-wrapper {
	width: 100%;
	float: left;
	padding: 10px 0 25px 0;
}
.feature-wrapper .button, .button.default {
	min-width: 150px;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.feature-wrapper .button.info {
	color: #fff;
}
.feature-wrapper .buttons-wrapper ul {
	margin: 0;
}
.button.primary, .button.info {
	background: #2199e8 !important;
}
.button.primary:focus, .button.primary:hover, .button.info:focus, .button.info:hover {
	background: #147cc0 !important;
	color: #fefefe;
}
.button.success {
	background: #3adb76 !important;
	color: #fefefe;
}
.button.success:focus, .button.success:hover {
	background: #22bb5b !important;
	color: #fefefe;
}
.button.warning {
	background: #ffae00 !important;
	color: #fefefe;
}
.button.warning:focus, .button.warning:hover {
	background: #cc8b00 !important;
	color: #fefefe;
}
.button.alert {
	background: #ec5840 !important;
	color: #fefefe;
}
.button.alert:focus, .button.alert:hover {
	background: #da3116 !important;
	color: #fefefe;
}
.buttons-wrapper ul li {
	margin: 0 24px;
	display: inline-block;
}
.feature-wrapper .default {
	color: #979797;
	background: #fff;
	border: 2px solid #cccccc;
}
.feature-wrapper a.default {
	margin-right: 0px;
	float: none;
}
.feature-wrapper .default:hover {
	color: #fff;
	background: #979797;
}
.popup-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.popup-wrapper .buttons {
	border: 1px solid #f59c44;
	font-size: 11px;
	color: #ffffff;
	background: #c0392b;
	text-transform: uppercase;
	padding: 12px 27px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}
.popup-wrapper .buttons:hover {
	background: #ffffff;
	color: #c0392b;
}
.reveal {
	max-width: 732px;
	padding: 0;
	color: #000000;
}
.reveal h4 {
	padding: 15px 28px;
	color: #000000;
	border-bottom: 1px solid #e0e0e0;
}
.body-content {
	padding: 31px 28px;
	border-bottom: 1px solid #e0e0e0;
}
.body-content p {
	color: #000000;
}
.reveal ul {
	float: right;
	margin: 28px 16px 28px 0;
}
.reveal ul li {
	float: left;
	margin: 0px 10px 0 0;
	list-style: none;
}
.reveal ul li a.button {
	font-size: 15px;
	min-width: 160px;
	background: #c0392b;
	margin: 0;
	text-transform: capitalize;
	text-transform: uppercase;
}
.reveal ul li a.close {
	font-size: 15px;
	color: #070707;
	padding: 8px 49px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.reveal .close-button {
	width: 28px;
	height: 28px;
	font-size: 20px;
	color: #fff;
	border-radius: 21px;
	background: #c0392b;
	padding: 0;
}
.image-shape-wrapper {
	width: 100%;
	float: left;
	padding: 0px 0 65px 0;
}
.img-rounded {
	width: 140px;
	height: 140px;
	background: #ffffff;
	border-radius: 4px;
}
.img-circle {
	width: 140px;
	height: 140px;
	background: #ffffff;
	border-radius: 50%;
}
.image-shape-wrapper figure {
	margin: 0 auto;
}
.image-shape-wrapper figure.img-thumbnail {
	width: 140px;
	height: 140px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	padding: 3px;
}
.thumbnail {
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
.tooltip-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.tooltips {
	width: 100%;
	float: left;
}
.tooltips title {
	background-color: red !important;
}
.has-tip {
	display: inline;
	position: relative;
}
.has-tip:afte {
background: #c0392b;
border-radius: 5px;
bottom: 26px;
color: #fff;
content: attr(title);
left: 20%;
padding: 10px 15px;
position: absolute;
z-index: 98;
width: 156px;
}
.has-tip:befor {
border: solid;
border-color: #c0392b transparent;
border-width: 10px 6px 0 6px;
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;
transform: rotate(92deg);
}
.default {
	float: left;
	min-width: 180px;
	border: 1px solid #cccccc;
	text-transform: uppercase;
	text-align: center;
	margin: 0 12px 12px 0;
	font-family: 'Lato', sans-serif;
}
.tooltip-wrapper ul li.default:hover {
	background: inherit;
}
.has-tip {
	font-size: 12px;
	padding: 12px 0;
	display: block;
	color: #979797;
	border-bottom: none;
	font-family: 'Lato', sans-serif;
}
.has-tip:hover {
	color: #fff;
	border-bottom: none;
}
.tooltip {
	background: #e66a55;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
}
.tooltip.left::before {
	border: inset 0.40rem;
	border-color: transparent transparent transparent #e66a55;
	border-left-style: solid;
}
.tooltip.right::before {
	border: inset 0.40rem;
	border-color: transparent #e66a55 transparent transparent;
}
.tooltip.top::before {
	border: inset 0.40rem;
	border-color: #e66a55 transparent transparent transparent;
	border-top-style: solid;
}
.tooltip::before {
	border: inset 0.40rem;
	border-color: transparent transparent #e66a55;
}
.scrollspy-wrapper {
	width: 100%;
	float: left;
	padding: 0px 0 68px 0;
}
.scrollspy {
	padding: 20px;
	border: 2px solid #dddddd;
}
.scrollspy-content {
	padding: 22px;
	border: 2px solid #dddddd;
}
.sticky-container {
}
.docs-component .sticky-container nav{border:none;}
.sticky-container nav {
	float: left;
	width: 100%;
	border: 2px solid #dddddd;
	padding: 10px;
}
.sticky-container ul {
}
.sticky-container ul li {
	display: inline-block;
}
.sticky-container ul li a {
	font-size: 15px;
	color: rgb(38, 38, 38);
	text-transform: uppercase;
	font-weight: 600;
	font-family: Lato, sans-serif;
	padding: 5px 10px;
}
.sticky-container ul li a.active {
	background: #0f6975;
	border-radius: 5px;
	color: #ffffff;
}
.sticky.is-stuck.is-at-top {
	background: #ffffff;
}
.sub-nav dd a, .scrollspy h6 {
	font-size: 15px;
	color: #262626;
	text-transform: uppercase;
}
.scrollspy h3 {
	font-size: 16px;
	color: #262626;
	text-transform: uppercase;
	margin: 20px 0;
}
.project {
	padding-bottom: 15px;
}
.project p {
	font-size: 15px;
}
.typography-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.typography-wrapper h1 {
	font-size: 28px;
}
.typography-wrapper h2 {
	font-size: 27px;
}
.typography-wrapper h3 {
	font-size: 26px;
}
.typography-wrapper h4 {
	text-transform: inherit;
	font-size: 23px;
}
.typography-wrapper h5 {
	font-size: 19px;
}
.typography-wrapper h6 {
	font-size: 15px;
}
.typography-wrapper h1, .typography-wrapper h2, .typography-wrapper h3, .typography-wrapper .h4, .typography-wrapper h5, .typography-wrapper h6 {
	color: #000;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
.feature-wrapper .sidenav-accordian {
	float: right;
	padding: 0 66px 0 48px;
}
.sidenav-accordian .accordion .accordion-navigation.active>a, .sidenav-accordian .accordion .accordion-navigation>a, accordian-content .vertical > ul > li >a {
	font-size: 15px;
	text-transform: uppercase;
	background: #f9f9f9;
	font-weight: 500;
	padding: 2px 0px 2px 0px;
	font-family: 'Lato', sans-serif;
}
.sidenav-accordian .accordion .accordion-navigation>.content.active {
	background: #f9f9f9;
	padding: 0;
}
.sidenav-accordian .accordion .accordion-navigation {
	padding: 0px 15px 0 0px;
}
.accordian-content {
	width: 100%;
	max-width: 286px;
	padding: 42px 0;
	background-color: #F9F9F9;
	float: left;
}
.accordian-content a:hover {
	color: #0f6975;
	background: none;
}
.accordian-content ul, .accordian-content .nested {
	margin: 4px 0px 4px 0px;
	float: left;
	width: 100%;
}
.accordian-content ul li a {
	color: #262626;
	font-size: 16px;
	padding: 2px 0px;
}
.accordian-content ul li > ul >li>a {
	text-transform: lowercase;
}
.accordian-content .vertical > li {
	float: left;
	width: 100%;
	padding: 0px 35px;
	list-style: none;
}
.accordian-content .vertical > li > a {
	line-height: 15px;
}
.accordian-content > ul > li > a:after {
	content: '';
	display: none;
}
.accordian-content > ul > li > a:before {
	content: '+';
	width: 24px;
	height: 24px;
	font-size: 15px;
	margin: 0px;
	display: block;
	float: left;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	background: inherit;
}
.accordian-content .accordion .accordion-navigation > a:before {
	content: '+';
	width: 24px;
	height: 24px;
	font-size: 15px;
	margin: 0px;
	display: block;
	float: left;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	background: inherit;
}
.accordian-content .accordion .accordion-navigation.active > a:before {
	content: '-';
}
.accordian-content .accordion {
	background: none;
}
pre {
	font-size: 16px;
	margin-bottom: 40px;
}
pre .tag, pre .tag .title, pre .rules .property, pre .django .tag .keyword {
	color: #000080;
	font-weight: normal;
}
pre .title, pre .id, pre .coffeescript .params, pre .scss .preprocessor {
	color: #900;
	font-weight: bold;
}
pre .attribute, pre .variable, pre .lisp .body {
	color: #008080;
}
pre code {
	display: block;
	padding: 0.5em;
	background: #FAFAFA;
	color: #333;
}
code {
	background-color: #f8f8f8;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-weight: normal;
	padding: 0.11111rem 0.27778rem 0.05556rem;
}
pre code .code-container {
	padding: 5px;
	overflow-x: auto;
	line-height: 1.3rem;
	font-weight: normal;
}
pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula {
	color: #d14;
}
.example-orbit li {
	height: 455px;
	background: #292929;
	text-align: center;
}
.example-orbit li h1 {
	font-size: 41px;
	color: #7b7b7b;
}
.orbit-container .orbit-slides-container>* .orbit-caption {
	background-color: #292929;
	top: 41%;
}
.property-sidepanel {
	background-color: #F9F9F9;
	width: 100%;
}
.property-detail {
	border: 1px solid #eeeeee;
	padding: 30px;
}
.property-detail h3 {
	margin-bottom: 20px;
	color: #4a525d;
	font-weight: 700;
	font-size: 21px;
}
.property-detail h3 span a {
	background: #f5f8fa;
	color: #262626;
	font-size: 16px;
	padding: 8px 10px;
	border: 1px solid #e7ebee;
	font-family: 'Lato', sans-serif;
}
.property-detail h3 span a:hover {
	background: #F49C45;
	color: #fff;
}
.property-detail h3 span a em {
	margin-right: 10px;
}
.property-detail h3 span a:first-child {
	border-right: none;
}
.property-detail p.price {
	font-size: 21px;
	color: #069cd2;
	margin-bottom: 28px;
}
.property-info li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
}
.pro-number {
	line-height: 25px;
	background: #0DBAE8;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	font-style: normal;
	font-size: 19px;
}
.property-info em {
	float: left;
	width: 17%;
	font-size: 21px;
	color: #0dbae8;
}
.property-info .detail {
	float: left;
	width: 83%;
	color: #262626;
	font-size: 14px;
}
.property-info .detail span {
	font-size: 18px;
}
.property-info .bath {
	background: url(../img/bath-icon-blue.png) no-repeat;
	height: 30px;
}
.property-detail h5 {
	color: #4a525d;
	font-size: 21px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	font-weight: bold;
}
.property-detail p {
	color: #4f5358;
}
.property-detail #map {
	margin-bottom: 20px;
}
.share-this.sharer-0 label {
	background: #069cd2 !important;
	color: #FFF !important;
	border-radius: 0px !important;
	padding: 10px 17px !important;
}
.property-share-networks .share-this.sharer-0 {
	width: 115px;
	position: relative;
	z-index: 666;
	text-align: center;
}
.property-share-networks .share-this.sharer-0 .social ul {
	position: absolute;
}
.property-share-networks .share-this.sharer-0 .social ul li {
	width: 42px;
	height: 27px;
	padding: 7px 0;
	font-size: 17px;
}
.property-share-networks .share-this.sharer-0 .social.right {
	margin-top: 0;
	margin-left: 0;
}
.property-share-networks .share-this.sharer-0 .social.networks-5 {
	width: 115px;
}
.contact-agent {
	background: #0dbae8;
	padding: 30px;
}
.contact-agent figure {
	border-radius: 50%;
	width: 35%;
	float: left;
	border: 2px solid #fff;
	margin-right: 5%;
}
.contact-agent figure img {
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.sticky1 {
	position: relative;
	top: 0;
}
.orbit {
	float: left;
	width: 100%;
}
/* One Column */
.one-column-content h4, .one-column-content h5 {
	color: #008840;
}
/* Two Column */
.side-content {
    margin: 15px 0px;
    background-color: #efefef;
	text-align: center;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.side-content .side-title {
	background: #008840;
	padding: 10px 15px;
	margin-bottom: 0;
	-webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.side-content .side-title h3 {
	margin: 0px;
	text-transform: uppercase;
	color: #ffffff;
}
.downloads {
	background-color: #008840; 
	border-radius: 5px; 
	padding: 10px; 
	margin-bottom: 15px; 
	text-align: center;
}
.downloads h4, .downloads p, .downloads a {
	color: #fff;
}
.is-drilldown-submenu-parent>a:after {
	border-color: transparent transparent transparent #008840;
}
.js-drilldown-back>a:before {
	border-color: transparent #008840 transparent transparent;
}
.is-accordion-submenu-parent>a:after {
	border-color: #008840 transparent transparent;
}
.is-accordion-submenu-parent[aria-expanded=true]>a:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
.is-drilldown-submenu {
	background: #fffcdd;
}
.side-content .menu a {
	padding: 10px 16px;
}
.side-content .menu a.selected {
	color: #fff;
	background-color: #333;
}

.side-content .menu.vertical>li:last-child a.selected {
	border-radius: 0 0 5px 5px;
}

.announcement-details span.date {
    font-size: 2em;
}

/* SAFARI BROWSER */
::i-block, button, .button, .top-bar .menu a {
text-shadow:none;
}

#form-login input[type=submit]{vertical-align:0px;}

.goBack a {color:#ffffff;}


/* ========= RESPONSIVE ========= */
@media screen and (min-width: 40em) {
.no-js .top-bar {
	display: block;
}
.no-js .title-bar {
	display: none;
}
}
 @media screen and (max-width: 1280px) {
}
 @media screen and (max-width: 1199px) {
.slideshow-wrapper .hero-slider, .slideshow-wrapper .slick-track, .slideshow-wrapper figure, .slideshow-wrapper img, .slideshow-wrapper .slick-list {
	height: 100%;
}
.slideshow-wrapper .slick-prev, .slideshow-wrapper .slick-next {
	margin-top: 0px;
}
article.section {
	margin-bottom: 0;
}
}
 @media screen and (max-width: 1024px) {
.booking-detail h1, #catblogoutput h1 {
	font-size: 28px;
}
.side-content .side-title h3 {
	font-size: 20px;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a.selected {
	padding-left: 25px;
}
}
 @media screen and (max-width: 1023px) {
h2 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
.top-bar li a:not(.button) {
	padding: 0 6px;
}
.top-bar .menu a {
	font-size: 20px;
}
.slideshow-wrapper, .slideshow-wrapper .hero-slider, .slideshow-wrapper .slick-track, .slideshow-wrapper figure, .slideshow-wrapper img, .slideshow-wrapper .slick-list {
	min-height: 400px;
	height: auto;
}
.slideshow-wrapper .slick-prev, .slideshow-wrapper .slick-next, .slick-prev:after {
	display: none !important;
}
.section h2 {
	font-size: 24px;
}
article aside p {
	font-size: 12px;
	line-height: 30px;
}
article aside p .enlarge {
	font-size: 22px;
}
.inner aside.question {
	display: none !important;
}
aside li {
	padding: 0px 0px 0px 17px;
}
.side-nav {
	padding: 5px 0px;
}
fieldset {
	margin: 0px;
}
}
 @media screen and (max-width: 991px) {
.top-bar .menu a {
    font-size: 16px;
}
.icon-list li {
	width: 16.3%;
}
.feature-wrapper .sidenav-accordian {
	padding: 0px 30px;
}
.accordian-content {
	padding: 30px 0px;
}
}
 @media screen and (max-width: 768px) {
.pt-50-pb-80 {
	padding-top: 30px;
	padding-bottom: 50px;
}
.pb-90 {
	padding-bottom: 60px;
}
.pb-60 {
	padding-bottom: 30px;
}
.pt-pb-45 {
	padding: 25px 0px;
}
.section h2 {
	font-size: 22px;
}
}
 @media screen and (max-width: 767px) {
body {
	background-image: none !important;
}
header {
	background: rgba(0,0,0,0.75);
	position: relative;
}
h1 {
	font-size: 35px;
}
.navigation-bar {
	padding-bottom: 0;
}
.navigation-bar figure {
	max-width: 150px;
}
.slideshow-wrapper, .slideshow-wrapper .hero-slider, .slideshow-wrapper .slick-track, .slideshow-wrapper figure, .slideshow-wrapper img, .slideshow-wrapper .slick-list {
	min-height: 280px;
}
footer h4 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
footer p {
	font-size: 14px;
}
button, .button {
	font-size: 14px;
	padding: 11px 15px 10px 15px;
}
.icon-list li {
	width: 19.6%;
}
.feature-wrapper .sidenav-accordian {
	padding: 0px 10px;
}
.img-rounded, .img-circle, .image-shape-wrapper figure.img-thumbnail {
	height: 100px;
	width: 100px;
}
.callout, .feature-wrapper .button, .button.default {
	margin-bottom: 15px;
}
.side-content .menu a {
	padding: 7px 16px;
}
.slideshow-wrapper figcaption {
    margin: 0 auto 0;
}
.social-nav {
    float: left;
    margin-bottom: 60px;
}
.social-nav ul {
    margin-left: 0;
}
}
 @media screen and (max-width: 667px) {
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
.booking-detail h1, #catblogoutput h1, #catblogoutput article.sec-a h1 {
	font-size: 23px;
}
.slideshow-wrapper figcaption h2 {
	font-size: 2em;
}
.slideshow-wrapper figcaption p {
	font-size: 1em;line-height:1.2em;
}
.fontawesome-fa .icon-thirds li {
	width: 30%;
}
article aside {
	font-size: 13px;
}
article h1 {
	font-size: 20px;
}
.top-bar .menu a {
    font-size: 14px;
}
}
@media screen and (max-width: 639px) {
body.inner .alpha {
	background-image: none!important;
}
.pb-90 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 20px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
ul.register-side {
	max-width: 100%;
}
.utility ul.float-left>li>a {
	font-size: 0px;
}
.utility ul.float-left li a em{font-size:16px;}
.utility ul.float-left li a:after {
	font-family: fontawesome;
	font-size: 15px;
}

.navigation-bar {
	padding-bottom: 10px;
}
.navigation-bar figure {
	max-width: 100px;
}
.title-bar {
	position: absolute;
	right: 15px;
	top: 70px;
	z-index: 9999;
	padding: 0px;
	background: inherit;
}
.title-bar .menu-icon {
	margin: 0;
	padding: 0;
	background: inherit;
}
.menu-icon:after {
	background: #fffcdd;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
	width: 20px;
}
.top-bar {
	margin: 0px;
	text-align: left;
}
.top-bar ul li {
	width: 100%;
}
.top-bar ul.submenu {
	float: left;
	position: inherit;
	background-color: rgba(255, 255, 255, .2);
	padding-left: 20px;
	border: none;
}
.top-bar li a:not(.button), .top-bar ul.submenu li > a {
	line-height: 35px;
	text-align: left;
	font-size: 15px;
}
.slideshow-wrapper figcaption a.button {
	display: block;
}
.top-bar li a:not(.button) {
	padding: 0 20px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
	border-right-width: thick;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
	border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
	border-left-width: thick;
}
.omega, .sigma, .footer-btm {
	padding-left: 5px;
	padding-right: 5px;
}
.omega img {
	width: 100%;
}
.captchaimg img {
	width: auto;
}
.mu {
	padding: 20px 0 40px;
}
.circle em {
	font-size: 26px;
	line-height: 90px;
}
.circle {
	width: 100px;
	height: 100px;
	margin: -50px auto -20px auto;
}
footer h4 {
	font-size: 22px;
	margin-top: 10px;
}
footer p {
	font-size: 16px;
}
footer form {
	margin-bottom: 0px;
}
.fontawesome-fa .icon-thirds li {
	width: 48%;
}
.flexslider .slick-prev {
	left: -40px;
}
.flexslider .slick-prev:hover {
	left: -45px;
}
.flexslider .slick-next {
	right: -40px;
}
.flexslider .slick-next:hover {
	right: -45px;
}
.photogallary figure {
	padding: 10px 0px;
}
.related-product {
	padding-top: 15px;
}
.productlist {
	padding: 20px 0px 0px;
}
.productlist-sub {
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid rgba(8,53,69,.2);
}
.product-detail .productlist-sub {
	margin: 0px 0px 25px 0px;
}
.productlist h5.productlarge {
	font-size: 20px;
}
.productlist p.price {
	font-size: 18px;
	margin: 10px 0px;
}
.productlist .small-12:last-child .productlist-sub {
	border-bottom: none;
}
.accordian-content {
	margin-bottom: 30px;
}
.club-image-sub {
	margin-bottom: 10px;
}
.feature-wrapper, .icon-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}
table.forum .icon {width: 25px;margin-top: 0px;}
table.forum td {padding: 9px 5px !important}
table.forum .icon img {width: 100%}
table.forum .forum {margin: 0 0 0 30px;}
table.forum .forum h3 {font-size: 13px;line-height: 16px;}
table.forum td.lastpost {width: 20% !important;}
table.forum td.posts {width: 20% !important;}
table.forum td.topics {width: 20% !important;}
table.forum td.name {width: 40% !important;}
}
 @media screen and (max-width: 568px) {
.icon-list li {
	width: 24.5%;
}
.utility ul.float-right{display:none;}
}
 @media screen and (max-width: 480px) {
.icon-list li {
	width: 31.7%;
	margin: 0 5px 5px 0;
}
.comment-image {
	width: 50px;
	height: 50px;
}
.comment-content {
	margin-left: 60px;
}
.comment {
	font-size: 14px;
}
}
 @media screen and (max-width: 380px) {
.utility-nav ul li {
	padding: 0 7px;
}
.footer-links li {
	font-size: 13px;
	padding: 0 7px 0px 0px;
}
.booking-detail h1, #catblogoutput h1, #catblogoutput article.sec-a h1 {
	font-size: 20px;
	line-height: 24px;
}
article h1 {
	font-size: 18px;
}
.footer-links li:last-child {
	width: 100%;
}
.img-rounded, .img-circle, .image-shape-wrapper figure.img-thumbnail {
	height: 80px;
	width: 80px;
}
}

.secure-login, .newsletter-form {
    background: #f9f9f9;
    border: 1px solid #f2f2f2;
    margin-bottom: 18px;
    padding: 16px;
}
