/**
* @version   $Id$
* @author    PIXELISM.CO.UK http://www.pixelism.co.uk
* @copyright Copyright (C) PIXELISM.CO.UK
*/

/* PIRAN CARAVAN SALES CUSTOM STYLES */

body {
	background: #eeeeee;
	color: #333333;
}
a:hover {
	color:#40AF49;
}

span.pagenav {
    color: #cc0000;
}
.total {
    padding: 10px;
    background: #f5f5f5;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #dddddd;
}


/* MAIN MENU BACKGROUND */

#rt-top-surround {
	background-color: #2A3B45;
	background-image: -moz-linear-gradient(top,#2A3B45,#2A3B45);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2A3B45),to(#2A3B45));
	background-image: -webkit-linear-gradient(top,#2A3B45,#2A3B45);
	background-image: -o-linear-gradient(top,#2A3B45,#2A3B45);
	background-image: linear-gradient(to bottom,#2A3B45,#2A3B45);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2A3B45', endColorstr='#ff2A3B45', GradientType=0);
	color: #6E6E6E;
	text-shadow: 0 2px 3px #FFF;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
	border-bottom: 0px solid #eeeeee;
	border-top: 10px solid #40AF49;
}

#rt-top-surround:after {
	/*background: url(../images/patterns/noise.png);*/
	background:#2A3B45;
}

/* MAIN MENU */

div.rt-block.menu-block {
	padding: 0;
	margin: 0;
}

/* MAIN NAV MARGINS */

.gf-menu {
	margin: 12px auto 10px;
	list-style: none;
}

/* MAIN MENU NAV IETMS */

.gf-menu.l1 > li > .item {
	font-size: 16px;
	line-height: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
}

.gf-menu .item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	padding: 4px 8px;
	text-align: left;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
	display: block;
	outline: 0;
	cursor: pointer;
}
.gf-menu li:hover > .item {
	color: #ffffff !important;
	background: #40AF49;
	border-radius: 3px;
	text-shadow: none;
}

.gf-menu.l1 > li.active {
	color:#313131;
	background: #ffffff;
	border: 1px solid #252525;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px #3C3C3C;
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2), 0px 1px 0px #3c3c3c;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px #3C3C3C;
}

.gf-menu li:hover, .gf-menu li.active:hover {
	border: 1px solid #343434;
	color: #313131;
	background: #40AF49;
	padding-top: 1px;
	border-radius: 3px;
	border-top: 0;
	-webkit-box-shadow: inset 0px 1px 0px #343434, inset 0px 2px 0px #585858;
	-moz-box-shadow: inset 0px 1px 0px #343434, inset 0px 2px 0px #585858;
	box-shadow: inset 0px 1px 0px #343434, inset 0px 2px 0px #585858;
}
.gf-menu li.active a {
	color:#000000;
	text-shadow: none;
}

/* MOBILE MENU */

.gf-menu-toggle {
	margin-top: 5px;
}
.gf-menu-toggle.active {
	margin-top: 6px;
}
.layout-mode-responsive .gf-menu-device-wrapper {
	margin-bottom: 15px !important;
	margin-top: 40px !Important;
}

/*.layout-mode-responsive .gf-menu-device-wrapper-sidemenu {
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
	position: fixed !important;
	top: 0;
	left: -200px;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: 6000;
	overflow: auto !important;
	background: #2A3B45;
	border: 0;
	-webkit-box-shadow: -4px 0 15px rgba(0, 0, 0, 0.5) inset, -1px 0 0 rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: -4px 0 15px rgba(0, 0, 0, 0.5) inset, -1px 0 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: -4px 0 15px rgba(0, 0, 0, 0.5) inset, -1px 0 0 rgba(0, 0, 0, 0.3) inset;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 200px;
}
.layout-mode-responsive .gf-menu {
	border-top: 15px solid #2A3B45;
	background-clip: content-box;
	-webkit-background-clip: content-box;
	background: #2A3B45 url(../images/menu/tree-main.png) repeat-y !important;
}
.layout-mode-responsive .gf-menu li:hover, .gf-menu li.active:hover  {
	color: #FFF;
}
.layout-mode-responsive .gf-menu li.active.last > .item {
	/*color: #FFF;*/
/*}
.layout-mode-responsive .gf-menu li.active.last > .item {
	background: #ffffff;
	border: 1px solid #252525 !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px #3C3C3C;
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2), 0px 1px 0px #3c3c3c;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px #3C3C3C;
}
*/

/* SUB MENU */

div.rt-block._menu div.module-surround {
    background-color: #E6F1E7;
    padding: 20px;
    border-radius: 5px;
}
ul.menu li a, ul.menu li .item, ul.menu li .separator {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    padding: 3px 3px;
}

/* TITLES */
/* BORDER BOTTOM IS TOP LINE */
/* SHADOW IS BOTTOM LINE */

h1, h2, h3, h4, h5, h6 {
	color: #D2232A;
}

.component-content h1 {
	color: #D2232A;
	text-shadow: 1px 1px 0 #ffffff;
	border-bottom: 1px solid #EEEEEE;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	-moz-box-shadow: 0 1px 0 #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
section.blog.guide h1 {
    /* color: #333; */
    font-size: 28px;
    font-weight: bold;
    border-bottom: 0px solid #333333;
}

.title, .component-content h2 {
	color: #3B443B;
	text-shadow: 1px 1px 0 #FFFFFF;
	border-bottom: 0px solid #EEEEEE;
	-webkit-box-shadow: 0 1px 0 #FFFFFF;
	-moz-box-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 0 #FFFFFF;
}
h2.article_anywhere_title {
	color: #D2232A;
	text-shadow: 1px 1px 0 #ffffff;
	border-bottom: 1px solid #EEEEEE;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	-moz-box-shadow: 0 1px 0 #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.footer-address-mod h2 {
	color: #ffffff;
	font-size: 170%;
}
h3 {
    font-size: 20px;
    font-weight: normal;
}

/* MAIN DIV AREAS */

#rt-drawer {
	background: #ecf7ec;
	border-bottom: 0px solid #000;
	-webkit-box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4);
	box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.4);
}
#system-message .alert {
	border-radius: 5px;
	margin: 15px 0;
	list-style: none;
	padding: 10px 35px 10px 10px;
	color: #000000;
	background: #ffcc66;
	border: 2px solid #222222;
}
.alert {
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
}
.alert h4{
	color:#000000;
}

div#rt-showcase {
	background-color: #eeeeee;
	background: #eeeeee;
	/*background: url(../images/background/background.gif) repeat-x center top;
	background-size: none;
	background-position: none;*/
	border-bottom: 0px solid #ffffff;
	display:block;
	color: #333333;
	text-shadow: none;
	margin-top:20px;
}
.rt-showcase-pattern {
	background-color: #eeeeee;
	background: #eeeeee;
	/*background: url(../images/background/background.gif) repeat-x center top;*/
	background-size: 0;
	background-position: 0;
	display:block;
}
.rt-showcase-pattern .rt-container {
	background: #ffffff;
}
div#rt-feature {
	margin-top:20px;
}
div#rt-utility .rt-container {
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #F5F5F5;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(150, 150, 150, 0.3));
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(150, 150, 150, 0.3);
}
div#rt-mainbody-surround {
	background: #eeeeee;
	margin-bottom: 20px;
}
div#rt-mainbody-surround .rt-container {
	background: #ffffff;
}
#rt-maintop {
	background-color: #027337;
	/*background: url(../images/background/background.gif) repeat-x center top;
	background-size: none;
	background-position: none;*/
	border-bottom: 0px solid #FFF;
	box-shadow: 0 0px 0 #CECECE, inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	display:block;
}

footer#rt-footer-surround {
	background: #2A3B45;
}

#rt-footer {
	color: #AAAAAA;
	background: transparent;
	border-top: 1px solid #AFAFAF;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
#rt-footer a {
	color: #dddddd;
}
#rt-footer a:hover {
	color: #ffffff;
}
#rt-copyright {
	border-top: 0px solid #D5D5D5;
	-webkit-box-shadow: inset 0 0px 0 #FFF;
	-moz-box-shadow: inset 0 0px 0 #ffffff;
	box-shadow: inset 0 0px 0 #FFF;
}
div.pixelism {
	padding: 20px;
	border-top: solid #666 1px;
}
.pixelism {
	font-size: .9em;
}
.pixelism a {
	color: #dddddd;
}
.pixelism a:hover {
	color: #ffffff;
}

/* SLIDESHOWS */

.slide-title {
	font-size: 130% !important;
	font-size-adjust:inherit;
	text-shadow:none;
	color: #ffffff !important;
	margin-bottom: 5px;
}
.slide-title a {
	color: #E6F1E7 !important;
}
.slide-title a:hover {
	color: #ffffff !important;
}
.slide-desc-text a.readmore {
	margin:10px 0 0 0;
}
.slide-desc-text {
	color: #FFF;
	text-shadow:none;
	text-align: left;
}
.slide-desc-text .slide-text h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 150%;
	line-height: 20px;
	margin: 5px 0 10px 0;
}
.slide-desc-text p {
	margin: 0;
}
.slide-desc-bg {
	background: #2A3B45 !important;
	opacity: 0.8 !important;
	filter: alpha(opacity = 80) !important;
}

/* SLIDESHOWS MOBILE */

.mobile-slideshow .slide-title {
	font-size: 80% !important;
	font-size-adjust:inherit;
	text-shadow:none;
	color: #ffffff !important;
	margin-bottom: 5px;
}

/* HAME PAGE TEXT MODULE */

div.rt-block.home-intro-mod {
	background-color: #E6F1E7;
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
}
div.rt-block.home-intro-mod .slide-desc-bg {
	background: #2A3B45 !important;
	opacity: 0.6 !important;
	filter: alpha(opacity = 60) !important;
}
.moduletable.home-intro-mod {
    padding: 20px;
    background: #ffffff;
    box-shadow: #ddd 0px 5px 5px;
}

/* WEB LINKS */

.list-striped li:nth-child(odd), .cat-list-row0 {
	background-color: #ECF7EC;
}
.list-striped li:hover, .cat-list-row0 {
	background-color: #ffffee;
}
.list-striped li:nth-child(even), .cat-list-row1 {
	background-color: #f9f9f9;
}
.list-striped li:hover, .cat-list-row1 {
	background-color: #ffffee;
}
.list-title {
	font-size:1.3em;
}
.list-condensed li {
	padding: 15px 15px 5px 15px;
}
.badge-info {
	background-color: #2A3B45;
}
.badge {
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 10px;
}

/* CONTACT FORM */

div.requiredsign {
	color:#ff0000;
	margin: 0 0 10px 0;
}
/* TESTIMONIALS MODULE STYLING */

div.rt-block.testimonials-mod {
	background: #eff9fe;
	border-radius: 5px;
}
div.rt-block.testimonials-mod ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0px;
}
div.rt-block.testimonials-mod h2 {
	font-size: 1.3em;
	margin-bottom: 0;
}
div.fst_comment_commentmod {
	font-style: italic;
}
div.rt-block.testimonials-mod div.fst_comment_name {
	font-weight:bold;
	color:#003366;
}
div.rt-block.testimonials-mod div.fst_comment_created {
	font-size:.7em
}
div.rt-block.testimonials-mod div.fst_comment {
	padding: 15px 0 15px 0;
	clear: both;
	border-top: 1px solid #E0E0E0;
}

/* TESTIMONIALS CUSTOM STYLING */

div.fst_comment_left {
	float: none; 
}
div.fst_comment {
	padding: 10px 8px;
	clear: both;
	border-top: 1px solid #eeeeee;
}

div.fst_comment_name {
	font-size: 150%;
	width: 100%;
}

div.fst_comment_comment {
	background: #ECF7EC;
	font-style: italic;
	border-radius: 5px;
	padding: 20px;
	margin: 0;
	display: block;
}
table.fsj_comment_table {
	width:100%;
}
table.fsj_comment_table input {
	width:100%;
	margin:3px;
}
table.fsj_comment_table textarea {
	width:100%;
	margin:3px;
}

/* TWITTER MODULE */

.support_author {
	display: none;
}

/* NEWSLETTER SUBSCRIBE MODULE */

div.newsletter-subscribe-mod {
	background-color:#40AF49;
	margin: 20px 0 0 10px;
}
div.newsletter-subscribe-mod h2.title {
	color: #2A3B45;
	text-shadow: none;
	border-bottom: 0px solid #EEEEEE;
	-webkit-box-shadow: 0 0px 0 #FFFFFF;
	-moz-box-shadow: 0 0px 0 #FFFFFF;
	box-shadow: 0 0px 0 #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
div.newsletter-subscribe-mod .acymailing_introtext {
	color: #ffffff;
}

/* HOME PAGE CARAVAN SALES STYLES */

/* Create 3x equal columns that floats next to each other */
.cck-w100 {
  float: left;
  width: 33%;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .cck-w100 {
    width: 50%;
  }
}

/* On screens that are 766px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 766px) {
  .cck-w100 {
    width: 100%;
  }
}

/* Create 3x equal columns that floats next to each other */
#colorBox5013 img {
  float: left;
  width: 30%;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
#colorBox5013 img {
    width: 45%;
  }
}


/* On screens that are 766px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 766px) {
#colorBox5013 img {
    width: 100%;
  }
}


/*.cck-pad-10 > div {
	margin-left: 10px;
	margin-right: 10px;
}*/
div.cck-f100 {
	overflow: inherit;
	position: relative;
	width: 100%;
}
/*.cck-w100 {
	max-width: 360px;
	float: left;
	overflow:hidden;
}*/
.cck-clear {
	clear: none;
}
.adminform.joomla.vertical {
	border: 1px solid #DDD !Important;
	padding: 15px 15px 15px 15px !Important;
	margin: 15px 0 15px 0 !Important;
	overflow: hidden !Important;
}


/*.cck-odd.cck-deepest-blog, .cck-even.cck-deepest-blog {
	width: 360px;
	display:block;
}*/

/*.cck-w33f, .cck-w34f {
	/* width: 33.33%; */
	/*min-width: 340px;
	max-width: 380px;
}

/*div#cck1r_top1-1 {
width: 350px;
}*/


/*div.cck-ptb {
	width: 380px;
	display:block;
}
div.cck-plr {
	width: 350px;
	display:block;
}*/
a#colorBox5013 img {
	margin: 10px;
}

.hm-item {
	background:#f9f9f9;
	border: 1px solid #dddddd;
	padding:20px;
	display:block;
	overflow: auto;
	min-height: 720px;
	/*max-width:280px;*/
}
.hm-item h2 {
	color: #D2232A;
	font-size: 148%;
	text-shadow: 1px 1px 0 #FFFFFF;
	border-bottom: 0px solid #dddddd;
	-webkit-box-shadow: 0 1px 0 #FFFFFF;
	-moz-box-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 0 #FFFFFF;
}
.hm-price {
	color:#333333;
	font-size: 1.3em !Important;
	padding-top: 0px;
	margin-top:0px;
}
.hm-year {
	font-weight:bold;
}
.hm-berth {
	font-weight:bold;
}
.hm-availability {
	font-size:1.4em;
	padding-bottom: 10px;
}
.Two.Berth {
	color: #FFF;
	background-image: url(../images/2-berth.png);
	background-repeat: no-repeat;
	background-color: #3b443b;
	padding: 0px 10px 1px 33px;
	border-radius: 3px;
}
.Three.Berth {
	color: #FFF;
	background-image: url(../images/3-berth.png);
	background-repeat: no-repeat;
	background-color: #3b443b;
	padding: 0px 10px 1px 33px;
	border-radius: 3px;
}
.Four.Berth {
	color: #FFF;
	background-image: url(../images/4-berth.png);
	background-repeat: no-repeat;
	background-color: #3b443b;
	padding: 0px 10px 1px 44px;
	border-radius: 3px;
}
.Five.Berth {
	color: #FFF;
	background-image: url(../images/5-berth.png);
	background-repeat: no-repeat;
	background-color: #3b443b;
	padding: 0px 10px 1px 50px;
	border-radius: 3px;
}
.Six.Berth {
	color: #FFF;
	background-image: url(../images/6-berth.png);
	background-repeat: no-repeat;
	background-color: #3b443b;
	padding: 0px 10px 1px 55px;
	border-radius: 3px;
}
.Available.Now {
	color: #FFF;
	background-image: url(../images/thumb33.png);
	background-repeat: no-repeat;
	background-color: #3d753d;
	/*display: inline-block;*/
	padding: 0px 10px 1px 33px;
	border-radius: 3px;
}
.Book.Viewing.Now {
	color: #FFF;
	background-image: url(../images/call33.png);
	background-repeat: no-repeat;
	background-color: #3d753d;
	/*display: inline-block;*/
	padding: 0px 10px 1px 33px;
	border-radius: 3px;
}
.Book.Viewing.Now a {
    color: #ffffff;
}
.Book.Viewing.Now a:hover {
    color: #fff300;
}
.Awaiting.Service {
	color: #FFF;
	background-image: url(../images/tool33.png);
	background-repeat: no-repeat;
	background-color: #37375d;
	/*display: inline-block;*/
	padding: 0px 10px 1px 33px;
	border-radius: 3px;
}
.Coming.Soon {
	color: #ffffff;
	background-image: url(../images/soon33.png);
	background-repeat: no-repeat;
	background-color: #e4a13d;
	/*display: inline-block;*/
	padding: 0px 10px 1px 33px;
	border-radius: 3px;;
}
.SOLD {
	color: #ffffff;
	background-image: url(../images/tick33.png);
	background-repeat: no-repeat;
	background-color: #c00;
	/*display: inline-block;*/
	padding: 0px 10px 1px 33px;
	border-radius: 3px;
}
.hm-short-desc p {
	margin: 10px 0 0 0;
}

/* CARAVAN SALES ITEM DETAILS PAGE CONTENT STYLES */

.cafosa .page-header h2 {
    display: none;
}

.cavasol .page-header h2 {
    display: none;
}

.item-head-top {
    border-top: solid 0px #cccccc;
    border-bottom: solid 0px #cccccc;
    padding:10px 0;
}
.item-head-title-block {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding:10px 0;
    margin-bottom: 10px;
}
.item-head-title {
    width: auto;
    display: inline-block;
    float: left;
    font-family: "Ropa Sans";
    font-weight: 500;
    font-size: 1.9rem;
    padding: 10px 0;
    margin: 0 20px 0 0;
}
h2.details-title {
    padding: 20px 0;
    margin:0;
}
.item-head-price {
    width: auto;
    display: inline-block;
    font-family: "Ropa Sans";
    font-weight: 500;
    font-size: 1.9rem;
    padding: 10px 0;
    margin: 0 20px 0 0;
}
.item-head-berth {
    width: auto;
    display: inline-block;
    float: left;
    font-family: "Ropa Sans";
    font-weight: 500;
    font-size: 1.9rem;
    padding: 10px 0;
    margin: 0 20px 0 0;
}
.item-head-year {
    width: auto;
    display: inline-block;
    float: left;
    font-family: "Ropa Sans";
    font-weight: 500;
    font-size: 1.9rem;
    padding: 10px 0;
    margin: 0 20px 0 0;
}
.item-back-button {
	display: inline-block;
    width: auto;
    float: left;
    margin: 0 20px 0 0;
    height: 50px;
}
.item-back-button p {
	color:#ffffff;
	margin: auto;
}
.item-back-button a {
	color:#ffffff;
	padding: 10px;
	background: #D2232A;
	border-radius: 5px;
	display:block;
}
.item-back-button a:hover {
	color:#000000;
	background: #E6F1E7;
}

.item-image {
	float: left;
	margin: 10px 10px 0 10px;
}
div.cck_value_upload_image {
	margin-bottom: 20px;
}

.item-availability {
	font-size: 1.9em;
	margin: 25px 0;
}
.item-availability.Available.Now.content {
	color: #3d753d;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0;
	display: inherit;
}
.item-availability.Book.Viewing.Now.content {
	color: #3d753d;
    background-image: url(../images/call41.png);
    background-color: #ffffff;
    padding: 0px 10px 1px 41px;
    margin:0;
    border-radius: 0;
    display: inline-block;
    width: auto;
}
.item-availability.Book.Viewing.Now.content a {
    color: #3d753d;
}
.item-availability.Book.Viewing.Now.content a:hover {
    color: #333333;
}
.item-availability.Coming.Soon.content {
	color: #e4a13d;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0;
	display: inline-block;
    width: auto;
    margin:0;
}
.item-availability.SOLD.content {
	color: #c00;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0;
	display: inline-block;
    width: auto;
    margin:0;
}
.item-availability.Awaiting.Service.content {
	color: #37375d;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0;
	display: inline-block;
    width: auto;
    margin:0;
}
.item-price {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.item-berth {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.item-year {
	font-size: 1.5em;
	margin-bottom: 20px;
}
.tech-spect-weight {
	font-weight: bold;
}
.mtplm {
	margin: 0 0 20px 0;
}
h3#tech-spec {
    margin: 0 0 10px 0;
    font-weight: bold;
}
.tech-spect-dimensions {
	font-weight: bold;
}

.item-description {
	float: left;
}
.item-description-title {
	margin-bottom:10px;
	font-weight:bold;
}
.item-gallery {
	float: left;
}


/* CONTENT BLOCK DIV STYLES */

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 1100px) {
.item-details-block {
    width: 100%;
    max-width:none !Important;
  }
}

.item-details-block {
    width:100%;
    max-width:390px;
    float: left;
    display: inline-block;
    background: #f5f5f5;
    padding: 20px;
    margin: 10px 0 0 0;
}

/*.item-details-block {
	margin-bottom: 20px;
	width:32%;
	float:left;
}

.item-availability-block {
	background: #f5f5f5;
	padding: 15px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	width: 100%;
}
.item-price-berth-year-block {
	background: #f5f5f5;
	padding: 15px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	width: 100%;
}
.item-tech-spec-block {
	background: #f5f5f5;
	padding: 15px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	width: 100%;
}*/

/* SEARCH FORM */

label[for="search_caravans_for_sale"] {
	display:none;
}
label[for="search_caravans_sold"] {
	display:none;
}
label[for="invisible_spacer"] {
	display:none;
}

/* FEATURED CAMPSITE CONTENT */


section.blog.featured-campsites div.items-row {
	background:#ECF7EC;
	border-radius: 5px;
	padding:20px;
	margin-bottom: 20px !Important;
	display:block;
	float:left;
}

.rt-block.fc-mod .cck-w100 {
	width:100%;
	max-width:100%;
	padding:0;
	margin:0;
}
.fc-item-image-01 {
	float:left;
	margin: 0 25px 0 0;
}
.fc-item-image-02 {
	float:left;
	margin: 0 25px 0 0;
}
.fc-item-description {
	float:left;
}

/* HOME TESTIMONIALS MOD */

.rt-block.hm-tests {
    background-color: #E6F1E7;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}
.rt-block.hm-tests .fst_comment_name {
    font-weight: bold;
}
.rt-block.hm-tests .fst_comment_created {
    font-weight: bold;
}


#g-feature {
    padding: 0;
}

#g-main {
    padding: 0 0 1.5rem 0;
}

.threesixty {
    padding: 0 20px 0 0;
}

#g-subfeature {
    padding: 0;
}

div.btn-info h3 {
    margin:0;
}

.btn-info {
    position: absolute;
    bottom: 25px;
    width: 85%;
    display: block;
    padding: 10px;
    margin: 15px 0 0 0;
    line-height: 25px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-info:hover {
    border: 1px solid #558b2f;
    background-color: transparent;
}

/* MAILCHIMP MOD */

div#newsletter-subscribe {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

input#mod-mailchimp-subscribe-email {
    max-width: 330px;
    width: 100%;
}

button#mc-embedded-subscribe {
    color: #fff;
    text-shadow: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    min-height: 40px;
    width: auto;
}


div#idealCaptcha {
    margin-bottom: 20px;
}