@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700,600,800,300,300italic,400italic);*/

/*drop down*/

ul.menu {list-style:none; margin:0; padding:0; display:table;
width:100%;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#FFF; text-decoration:none}
ul.menu li {position:relative; display:table-cell; width:14%;}
ul.menu ul {position:absolute; left:0; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; margin:0; display:block; width: 199px;}
ul.menu ul li a {display:block; padding:10px 10px; background-color:#444;border-bottom:1px solid #333;color:#AAA; font-weight:300;font-size:14px;text-align:center;transition:all 0.2s ease-in-out 0s;color:#FFF;}
ul.menu ul li:last-child a {
	border-bottom:3px solid #333;	
}
ul.menu ul li a:hover { background-color:#333; color:#FFF}
ul.menu ul ul {left:107px; top:-1px; width:16.65%;}
ul.menu .clearfix { clear:both; float:none; display:block; }

ul.menu .menulink > a {
	border-left:1px solid #444;
	padding:12px 10px;
	color:#FFF;
	letter-spacing:0 !important;
	transition:all 0.2s ease-in-out 0s;
	text-transform:uppercase;
	text-align:center;
	background-position:bottom left;
	box-sizing:border-box;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
}

ul.menu li.tab-1, 
ul.menu li.tab-11,
ul.menu li.tab-29,
ul.menu li.tab-8,
ul.menu li.tab-70,
ul.menu li.tab-41 {
	width:16.65%;
}
ul.menu li.tab-70 {
	border-right:1px solid #444;
}
ul.menu li.tab-11 > a,
ul.menu li.tab-29 > a,
ul.menu li.tab-8 > a {
	padding-left: 30px;
}
ul.menu li.tab-11 > a {
	background-repeat: no-repeat;
	background-image: url(../images/events/icon-equine-22.png);
	background-position: 10px 13px;
}
ul.menu li.tab-29 > a {
	background-repeat: no-repeat;
	background-image: url(../images/events/icon-circuit-22.png);
	background-position: 35px 13px;
	padding-left: 25px;
}
ul.menu li.tab-8 > a {
	background-repeat: no-repeat;
	background-image: url(../images/events/icon-function-22.png);
	background-position: 10px 13px;
}
ul.menu .bord {
	background-color: #c00;
    height: 4px;
    margin: 0 auto;
    transition: all 0.2s ease-in-out 0s;
    width: 0;
	margin-top:4px;
	display:none;
}
ul.menu .menulink.tab-41,
ul.menu .menulink.tab-70 {
	padding-left:0;
	padding-right:0;
}
ul.menu .menulink.tab-41 a,
ul.menu .menulink.tab-70 a {
	background-color:#9A784E;
	border-left-color:#896942 !important;
	box-shadow:inset 0 -1px 0 #896942;
}
ul.menu .menulink:hover > a {
	background-color:#444;
}
ul.menu .menulink:hover > a .bord, ul.menu .menuhover > a .bord {
	width: 40%;
}
ul.menu .menulink .fa-chevron-down {
	color:#555;
	font-size:14px;
	position: relative;
	top: -2px;
}
ul.menu .menuhover > a {
	background-color:#191819;
	text-shadow:none;
	position:relative;
}
ul.menu .phone {
	color:#FFF;
}

ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 100px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
.sub ul.menu li.mobile-nav,
ul.menu li.mobile-nav {
	display:none;
}

/*Sub*/
.sub ul.menu .menulink > a {
	font-size:12px;
	color:#999;
	text-shadow:0 1px 0 #FFF;
	border-color:#DDD;
}
.sub ul.menu > li:nth-last-child(3) > a {
	border-right:1px solid #DDD;
}
.sub ul.menu li {
	display:block;
	float:left;
}
.sub ul.menu .menuhover > a {
	background-color:#FFF;
	top:1px;
}
.sub ul.menu li.sect {
	float:right;
}
.sub ul.menu li.sect a {
	padding-right:0;
	border-left:none;
	display:relative;
}
.sub ul.menu li.sect a img {
	display:inline;
	position:absolute;
	top:6px;
	left:-4px;
	width:20px;
}

@media screen and (max-width:1300px) {

}
@media screen and (max-width:1200px) {
	ul.menu > li {
		font-size:14px;
	}
	ul.menu .menulink > a,
	ul.menu .phone {
		padding:14px;
	}
	ul.menu .phone .fa {
		display:none;
	}
	.sub ul.menu li.sect a img { 
		left:-11px;
		top:12px;
	}
}
@media screen and (max-width:700px) {
	ul.menu .menulink {
		display:none;
	}
	ul.menu .menulink > a {
		border-top:1px solid #3D3D3D;
	}
	ul.menu .menulink.mobile-nav {
		display:block;
	}
	ul.menu li {
		float:none;
		width:100% !important;
	}
	ul.menu .menulink > a {
		padding:15px 0;
	}
	ul.menu ul,
	ul.menu ul li {
		width:100%;
		top:39px;
	}
	.sub ul.menu li {
		width:33.33%;
	}
	.sub ul.menu .menuhover > a {
		top:0 !important;
	}
	.sub ul.menu li.sect {
		width:100%;
		display:none;
		text-align:center;
	}
}
@media screen and (max-width:500px) {
	.sub ul.menu li {
		width:50%;
	}
	.sub ul.menu .menulink > a {
		padding:8px 0;
		border-collapse:collapse;
	}
}


/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
* > p:last-child {
	margin:0;
}
html,body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
}
body {
	background:#FFF;
	font-size:18px;
	font-weight:400;
	font-family:"myriad-pro",arial,sans-serif;
	/*font-family:"minion-pro",'Open Sans',Arial, Helvetica, Tahoma, sans-serif;*/
	color:#000;
}

/*Note Box*/
#note_box {
	margin:10px 0;
	padding:10px;
	color:#FFF;
	font-size:16px;
}
#note_box a {
	color:#FFF;
}
#note_box p {
	margin:0;
	padding:0;
	font-size:16px;
	color:#FFF;
}
#note_box.red {
    background-color: #972422;
}
#note_box.green {
    background-color: #8aaa1f;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable.padcol > .col{
	padding:10px;
}
.coltable .col {
	display:table-cell;
	box-sizing:border-box;
	vertical-align: top;
}
.coltable.float .col{
	float:left;
	display:block;
}
.coltable.marg {
	margin:15px 0;
}
.coltable.marg.marg-btm {
	margin-top:0;
}
.coltable.vmiddle > .col {
	vertical-align:middle;
}
.coltable.vbottom > .col {
	vertical-align:bottom;
}
.coltable.vtop > .col {
	vertical-align:top;
}
.coltable.col2 > .col {
	width:50%;
}
.coltable.col3 > .col {
	width:33.33%;
}
.coltable.col4 > .col {
	width:25%;
}
.coltable .col.w100 {
	width:100%;
}
.coltable .col.w60 {
	width:60%;
}
.coltable .col.w40 {
	width:40%;
}
.coltable .col.w33 {
	width:33.33%;
}
.coltable .col.w30 {
	width:30%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable .col.w70 {
	width:70%;
}
.coltable .col.w20 {
	width:20%;
}
.coltable .col.w25 {
	width:25%;
}
.coltable.pad > .col {
	padding:10px;
}
.coltable .col .img-fit {
	width:100%;
}
.coltable .col.center {
	text-align:center;
}
.coltable .col.first {
	padding-right:15px;	
}
.coltable .col.last {
	padding-left:15px;	
}
.coltable > .col.padright {
	padding-right:10px;	
}
.coltable > .col.padleft {
	padding-left:10px;	
}
.coltable img.resp {
	max-width:100%;
	width:100%;
	vertical-align:top;
}
.coltable.space .col {
	padding-right:20px;
}
.coltable.space .col:last-child {
	padding-right:20px;
}
.row {
	margin-left:-10px;
	margin-right:-10px;
	width:auto;
}
.box,
.box.grey {
	border:1px solid #EEE;
	background-color:#f8f8f8;
	padding:20px;
}
.box.box-marg {
	margin:0 0 15px;
}
.box.gold {
	border:1px solid #ffffff; /*#9a784e*/
	background-color:#9a784e; /*#CBA575*/
}
.box.alert {
	border-color:#C00;
}
.box.alert .button {
	background-color:#C00;
	border-color:#900;
}
.box.alert h3 {
	color:#C00;
}
.box.gold h2 {
	font-size:22px;
	color:#ffffff; /*#816138*/
}
.box.gold p {
	color:#ffffff; /*#816138*/
}
.box.gold h2 b {
	color:#fff;
}
.box.gold a {
	color:#ffffff; /*#816138*/
}
.box.alert .text-right .button {
	text-align:center;
}
.box-fn-exit {
	position:relative;
}
.box-bt-exit {
	position:absolute;
	top:10px;
	right:15px;
	color:#999;
	transition:all 0.2s ease-in-out 0s;
}
.box-bt-exit:hover {
	color:#C00;
}
.box.min-80 {
	min-height:80px;
}
.box > *:last-child {
	margin:0;
}

.background-image {
	background-size:cover;
}
.block-contact {
	text-align:center;
	border:1px solid #EEE;
	border-radius:10px;
	padding:20px 20px;
	box-sizing:border-box;
	background-color:#fff
}
.block-contact b{
	font-weight:800;
}
.block-contact span,
.block-contact span a{
	color:#2d4857;
}
.block-contact p span {
	color:#286d48;
	transition:all 0.2s ease-in-out 0.0s;
}
.block-contact p span:hover {
	/*color:#fff;
	text-shadow:1px 1px 0px #8F6954;*/
}
.block-contact p a:hover {
	color:#333;
}

/*Coltable Styles*/
.coltable.style0 {
}
.coltable.style0 .info {
	padding:50px 15px;
}

.coltable.style1 {
	box-shadow:0 0 5px #DDD;
	border:1px solid #FFF;
	background-color:#F4F4F4;
}
.coltable.style1 .info {
	padding:50px 15px;
}

.coltable.halfcol-pad .col.first-half,
.coltable.halfcol-pad .col.last-half {
	padding:20px 0px;
}
.coltable.halfcol-pad .col.first-half {
	padding-right:10px;
}
.coltable.halfcol-pad .col.last-half {
	padding-left:10px;
}

/*Home-News Box*/
.home-feature a {
	text-decoration:none;
}
.home-feature .coltable {
	height:346px;
	background-color:#fff; /*#24441e*/
	background-size:cover;
}
.home-feature .coltable .col {
	/*background:rgba(0,0,0,0.7);*/
	transition:all 0.2s ease-in-out 0s;
	text-align:center;
}
.home-feature .coltable .col:hover {
	/*background-color:rgba(0,0,0,0.9);*/
	background-color:rgba(0,0,0,0.5);
}
.home-feature .coltable .col h2 {
	font-weight:300;
	font-size:24px;
}
.home-feature .coltable .col p {
	color:#9a784e;
	text-decoration:none;
}
.info-box .foot .button {
	font-size:12px;
	padding:3px 5px;
}
.info-box .inner {
	padding:10px;
}
.info-box h2 {
	color:#FFF;
	text-transform:none;
	font-size:20px;
	line-height:18px;
}
.info-box .inner .container {
	height:258px;
	overflow:auto;
}
.info-box .inner .foot {
	padding-top:5px;
}

.news-box {
	background-color:#333333;
	/*height:346px;*/
}
.news-box h2 .fa {
	color:#981d23;
}
.coming-box {
	background-color:#191819;
	/*height:346px;*/
}
.coming-box h2 .fa {
	color:#24529A;
}

.news-item {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #555;
	transition:all 0.2s ease-in-out 0s;
}
.news-item:hover {
	background-color:#555;
}
.news-item .c-image {
	width:30%;
	padding:0;
	padding-right:15px;
}
.news-item .c-image img {
	width:100%;
	vertical-align:top;
}
.news-item .c-info {
	width:70%;
}
.news-item .c-info h4 {
	font-size:18px;
	color:#FFF;
	margin:0;
	text-transform:none;
}
.news-item .c-info p {
	font-style:italic;
	color:#FFF;
	font-size:12px;
	margin:0;
}

/*Iframe*/
.iframe {
	width:100%;
	border:2px solid #EEE;
}
form .iframe {
	height:400px;
}
/*Columns*/
.column.col-center {
	margin:0 auto;
}
.column.w12 {
	width:100%;
}
.column.w8 {
	width:66.66%;
}
.column.w7 {
	width:58.33%;
}
.column.w6 {
	width:50%;
}
.column.w5 {
	width:41.67%;
}
.column.w4 {
	width:33.33%;
}
.column.w3 {
	width:25%;
}
.column.w2 {
	width:16.66%;
}
.column.w1 {
	width:8.33%;
}


/*Plain List*/
ul.plain {
	overflow:hidden;
}
ul.plain li {
	list-style:none;
	float:left;
	padding-right:15px;
	margin:0 !important;
}
ul.plain input {
	display:inline-block !important;
}


/*Table Events*/
.table-events {
	width:100%;
	font-size:14px;
	color:#FFF;
}
.table-events td {
	padding:0;
	margin:0;
}
.table-events tbody td {
	padding:7px 0;
	border-bottom:1px solid #333;
}
.table-events tbody td.action {
	min-width:60px;
	text-align:right;
}
.table-events tbody td.text {
	width:100%;
}
.table-events tbody td.date {
	text-align:center;
	min-width:60px;
}
.table-events tbody td.icon {
	width:20px;
}
.table-events tbody td.icon img {
	width:20px;
}
.table-events .button {
	font-size:12px;
	padding:3px 5px;
}

/*List Plain*/
.list-plain,
.list-plain li {
	padding:0;
	margin:0 !important;
	list-style:none !important;
	line-height:2;
}

/*Article*/
.article h2 {
	font-weight:300;
	font-size:60px;
	line-height:1;
	color:#FFF;
}
.article h2 a {
	font-size:30px;
	border:2px solid #FFF;
	padding:5px 20px;
	transition:all 0.2s ease-in-out 0s;
}
.article h2 a:hover {
	background-color:#FFF;
	color:#000;
}

/*Content*/
.frame {
	width:1200px;
	margin:0px auto;
	position:relative;
}

/*Master Wrapper*/
body.fixed #header {
	width:100%;
	top:0;
}
body.fixed #banner {
}
body.fixed.banner #wrapper {
	margin-top:0;
}
#wrapper {
	clear:both;
}
#wrapper .wrapper-content {
	padding:35px 0;
}
.section {
	padding:35px 0;
}

/*Sections*/
.wrapper-content.section-contact {
	background-image:url(images/contact-background-1.jpg);
}
.wrapper-content.section-contact .frame {
	width:800px;
}

/*Banner*/
#banner {
	margin:0 auto 25px;
}
.slider img {
	vertical-align:top;
}
.slider {
	position:relative;
}
.slider .slide-inner {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	z-index:1;
	height:700px;
	vertical-align:middle;
	padding-top:17%;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
.slider .slide-inner h1,
.slider .slide-inner h3,
.slider .slide-inner h2 {
	color:#FFF;
}
/*
.slider .slide {
    padding-top: 70%;
    text-align: center;
    width: 100%;
}
.slider .slide .textonly {
    left: 0;
    margin: 0;
    padding: 0 10%;
    position: absolute;
    top: 35%;
    width: 80%;
}*/

/*Header*/
.header,#footer,#nav {
	display:block;
}
#header {
	background-color:#191819;
}
.header {
	position:relative;
	z-index:100;
	padding:0 0 15px;
}
.header h3 {
	color:#FFF;
}
.header .col {
	vertical-align:middle;
}
.header .col.nav {
	width:80%;
	text-align:right;
	vertical-align:top;
}
.header .col.nav .head-nav {
	background-image:url(images/bg-head-nav.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	list-style:none;
	padding:10px 0 8px;
	padding-left:57px;
	box-sizing:border-box;
}
.header .col.nav .head-nav li {
	float:left;
	padding:0 10px;
}
.header .col.nav .head-nav li a {
	color:#999;
	text-shadow:0 1px 0 #000;
	text-decoration:none;
	font-size:14px;
	transition:all 0.2s ease-in-out 0s;
}
.header .col.nav .head-nav li a:hover {
	color:#9a784e;
}
.header .col.nav h2 {
	padding-top:8px;
	text-transform:none;
	font-family:'minion-pro',serif;
	margin:0;
}
.header .col.nav h2 span {
	color:#999;
}
.header .col.logo {
	width:20%;
}
.header .button {
	background:none;
	border:1px solid #FFF;
	font-size:16px;
	padding:3px 10px;
}
.header .button:hover {
	background-color:#FFF;
	padding:3px 14px;
	color:#000;
}
.header p.symbol {
	margin:0;
}
.header p.symbol a {
	display:inline-block;
	background-image:url(images/logo.svg);
	background-position:left;
	background-repeat:no-repeat;
	background-size:contain;
	width:300px;
	height:80px;
	margin-top:10px;
	text-indent:-9999px;
}
.header .col.nav {
	text-align:right;
}
.header .col.nav h3 {
	margin:0;
}
.header .col.nav h2 {
	color:#FFF;
	font-weight:300;
}
.navbar {
	background-color:#333333;
	border-top:1px solid #444;
	/*border-bottom:1px solid #111;*/
	text-shadow:inset 0 -1px 0 #000;
}
.navbar.sub {
	background-color:#F8F8F8;
	border-top:none;
	border-bottom:1px solid #EEE;
}

/*Notification*/
.notification {
	margin:0 0 15px;
	padding:15px;
	color:#FFF;
	display:none;
}
.notification.show {
	display:block;
}
.notification a {
	color:#FFF;
}
.notification p {
	margin:0;
	color:#FFF;
}
.notification p.info {
	color:#FFF;
}
.notification.red {
	background-color:#C00;
	border:1px solid #972422;
}
.notification.green {
	background-color:#8AAA1F;
	border:1px solid #759212;
}
.notification.warn {
	background-color:#E66700;
	border:1px solid #c25904;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {	
	font-weight:300;
	margin-bottom:20px;
	font-weight:800;
	font-family:"myriad-pro",arial,sans-serif;
}
h1 {
	font-weight:200;
	font-size:50px;
	line-height:45px;
}
h2 {
	font-size:28px;
	line-height:28px;
	color:#9a784e;
}
h2 a {
	color:inherit;
	text-decoration:none;
}
h3 {
	color:#999;
	line-height:30px;
	font-size:28px;
	font-weight:400;
}
h4 {
	color:#999;
	line-height:20px;
	font-size:22px;
	font-weight:400;
}

blockquote,
quote,
p {
	margin:0 0 20px;
}
a {
	color:#9a784e;
	text-decoration:none;
}
a:hover {
	color:#000;
}
b {
	font-weight:800;
	font-weight:bold;
}
hr {
	border:0;
	background-image:url(images/hr.png);
	width:100%;
	clear:both;
	margin:0 0 25px;
	height:25px;
}
hr.plain {
	background:none;
	border-top:2px solid #EEE;
	margin:20px 0 0;
	height:0;
	padding:0 0 20px;
}
hr.blind {
	border:none;
}
.text-no-margin h1,
.text-no-margin h2,
.text-no-margin h3,
.text-no-margin p {
	margin:0;
}
blockquote,
quote {
	font-weight:200;
	font-size:22px;
	color:#999;
	line-height:22px;
	text-transform:uppercase;
	text-align:justify;
}
h1 .capsule {
	font-weight:800;
	font-size:20px;
	color:#9a784e;
}
h2 .capsule {
	font-weight:300;
	font-size:14px;
	color:#999;
}
h2 .capsule span {
	white-space:nowrap;
}

/*Misc Global Classes*/
p.disclaimer {
	font-size:12px;
	color:#999;
	font-style:italic;
}
h2 a.button {
	padding:3px 10px;
	font-size:28px;
}

/*Button*/
button,
a.button {
	color:#FFF;
	padding:5px 15px 5px;
	text-decoration:none;
	background-color:#9a784e;
	transition:all 0.2s ease-in-out 0s;
	font-weight:300;
	display:inline-block;
	border: solid 1px #87640D;
	box-sizing:border-box;
	font-family:"myriad-pro",arial,sans-serif;
}
button:hover,
a.button:hover {
	background-color:#333 !important;
	color:#FFF;
}
button.outline,
.button.outline {
	border:1px solid #9a784e;
	background:none;
	color:#9a784e;
}
button.green,
a.button.green {
	background-color:#5cb85c;
	border-color:#749a10;
}
button.blue,
a.button.blue {
	background-color:#112e5b;
	border-color:#1C4380;
}
button.red,
a.button.red {
	background-color:#981D23;
	border-color:#B02F35;
}
button.btn-small,
a.button.btn-small {
	font-size:14px;
}
button.btn-large,
a.button.btn-large {
	font-size:20px;
	padding:10px 20px;
}
.button-rotate {
	transition:all 0.2s ease-in-out 0s;
	transform:rotate(0deg);	
}
.button-rotate:hover {
	transform:rotate(3deg);	
}

#sidebox {
	float:right;
	width:200px;
	padding-left:15px;
	margin-left:15px;
	padding-bottom:15px;
	border-left:2px solid #EEE;
}

/*option-list*/
.option-list,
.option-list li {
	padding:0;
	margin:0 !important;
	list-style:none;
}
.option-list li a {
	display:block;
	border-top:1px solid #666; 
	color:#999;
	padding:5px 0;
	transition:all 0.2s ease-in-out 0s;
	text-decoration:none;
}
.option-list li a:hover {
	color:#ea2a2a;
	padding-left:5px;
}

/*Horizontal Product List*/
.product-block {
	text-align:center;
	box-sizing:border-box;
	transition:all 0.2s ease-in-out 0s;
	position:relative;
	border:1px solid #EEE;
}
.product-block:hover {
	border:1px solid #9a784e;
}
.product-block .title p {
	font-size:24px;
	font-weight:600;
	padding-bottom:10px;
}

.product-block img {
	vertical-align:top;
	width:100%;
}
.product-block,
.product-block .inner {
	transition:background-color 0.5s ease-in-out 0s,border-color 0.5s ease-in-out 0s;
}
.product-block .inner {
	padding:8px;
	border-top:0;
}
.product-block .inner p {
	margin:0;
}
.product-block p {
	margin:0.3em 0;
	font-size:14px;
	color:#333;
}
.product-block ul li {
	font-size:13px;
}
.product-block .title {
	margin-top:20px;
}
.product-block .title a {
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
	line-height:18px;
	letter-spacing:-1px;
}
.product-block .specs {
	font-size:14px;
	font-weight:700;
	color:#999;
}
.product-block .address {
	font-size:12px;
	color:#999;
}
.product-block .title a:hover {
	text-decoration:underline;
}
.product-block .sub {
	font-weight:600;
	font-size:14px;
	color:#BBB;
}
.product-block .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}

/*Product*/
.product-wrapper {
	padding:20px;
	background-color:#F7DF0C;
	background-image:url(images/bg-products.jpg);
}
.product-wrapper h2, 
.product-wrapper p,
.product-nav,
.product-nav a {
	text-shadow:0 1px 0 #6f002d;
	color:#FFF;
}
.product-wrapper h2 {
	font-weight:300;
	font-family:'BryantLGLight',Arial,sans-serif;
	font-size:32px;
}
.product-nav {
	padding:0 0 0.5em;
}
.product-nav, .product-nav a {
	text-align:center;
	font-size:22px;
}
.product-nav a.hover {
	color:#ff8fbc;
}
.product-nav span.found {
	font-size:14px;
	font-weight:300;
}
.product-nav span.found span {
	font-weight:600;
}

/*Product Page Info Block*/
.product-info-block {
	padding:20px;
	overflow:hidden;
	margin:1em 0;
}
.product-info-block .block {
	background-color:rgba(255,255,255,0.8);
	width:450px;
	padding:10px;
	float:right;
	clear:left;
	border-bottom:4px solid #F7DF0C;
}
.product-info-block .block p.link a {
	font-family: Exo,Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	background-color:#F7DF0C;
}
.product-info-block .block p.link a:hover {
	background-color:#6B747C;
}


/*Sidebox*/
.coltable .col.body-sidebox {
	/*background-image:url(images/bg-sidebox.jpg);
	border-right:1px solid #DDD;*/
	padding:0;
}
.body-sidebox.left {
	padding-left:0;
}
.body-sidebox.right {
	padding-right:0;
}
.body-sidebox .sidebox {
	padding-bottom:15px;
	margin-bottom:15px;
	padding:10px;
	border:1px solid #EEE;
}
.body-sidebox .sidebox_top {
	font-size:22px;
	font-weight:300;
	padding-bottom:10px;
}
.body-sidebox .sidebox:last-child {
	margin-bottom:20px;
}
.product-sidebox input,
.product-sidebox select,
.product-sidebox textarea,
.body-sidebox .sidebox_bdy input,
.body-sidebox .sidebox_bdy select,
.body-sidebox .sidebox_bdy textarea {
	width:100%;
	box-sizing:border-box;
}

/*UL Bullet List*/
ul.bullet-list li {
	list-style:none;
}
ul.bullet-list li::before {
	font-family: FontAwesome;
	content: "\f054";
	padding-right:10px;
	color:#9a784e;
}
ul.bullet-list li {
	position:relative;
	margin-left:25px;
}
ul.bullet-list li::before {
	position:absolute;
	left:-20px;
	top:1px;
}
ul.bullet-list.med li {
	font-size:20px;
}

/*Opt*/
.opt.opt-danger {
	color:#c00 !important;
	border-color:#B3222A;
}
.opt.opt-grey {
	color:#999 !important;
	border-color:#CCC;
}
.opt.opt-warning {
	color:#DE7B00 !important;
	border-color:#DE7B00;
}
.opt.opt-success {
	color:#5cb85c !important;
	border-color:#5cb85c;
}
.opt.opt-primary {
	color:#337ab7 !important;
	border-color:#337ab7;
}
.opt.opt-bord {
	border-width:1px;
	border-style:solid;
	padding:5px 14px 6px;
	border-radius:0px;
}
.opt a,
.opt .fa {
	color:inherit;
	transition:all 0.2s ease-in-out 0s;
}
.opt a:hover {
	color:#000;
}

/*OTHER*/
.color-grey {
	color:#999;
}
.pad-right-20 {
	padding-right:20px;
}
.responsive {
	width:100%;
	vertical-align:top;
}
.text-center {
	text-align:center;
}
.text-medium {
	font-size:20px !important;
	line-height:28px !important;
}
.text-upper {
	text-transform:uppercase;
}
.divide {
	margin-bottom:20px;
}
.spacer-bar {
	margin:30px 0;
	border-bottom:3px solid #aab0b9;
	width:50px;
}
.pad-left-20 {
	padding-left:20px;
}
.kepler {
	font-family:"kepler-std-semicondensed",serif;
}
.text-justify {
	text-align:justify;
}
.text-right {
	text-align:right !important;
}
.pacifico {
	font-family:'Kaushan Script',Arial,sans-serif;
}
.raleway {
	font-family:Raleway,Arial,sans-serif;
}
.special-link a {
	text-decoration:none;
}
.inline-block {
	display:inline-block;
	float:none;
}
.icon-yellow .fa {
	color:#f7df0c;
}
.hide {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.no-margin {
	margin:0 !important
}
.no-padding {
	padding:0 !important
}
.web-symbols {
	font-family:WebSymbols;
}
.web-symbols {
	text-decoration:none;
	font-weight:normal;
}
.center,
.text-center {
	text-align:center !important;
}
p.blue,
a.blue,
span.blue {
	color:#115283;	
}
.black {
	color:#333;
	font-size:30px;	
}
.half {
	width:45%;
	overflow:hidden;
}
.clearfix {
	clear:both;	
}

.bt-book {
	padding:8px 15px;
	color:#FFF;
	background-color:#F7DF0C;
	text-decoration:none;
	border-radius:5px;
	transition:all 0.2s ease-in-out 0s;
}
.bt-book:hover {
	background-color:#2d4857;
}
.text-small {
	font-size:12px;
}
.text-large {
	font-size:20px;
}
h2.style span {
	font-weight:300;
}
.icon-red .fa {
	color:#d31f3a;	
}
.icon-blue .fa {
	color:#F7DF0C;	
}
.lil-text{
	font-size:0.8em;	
}
.lil-text li{
	font-size:13px !important;	
}
.txt-red{
	color:#d31f3a;	
}
.li-right {
	float:right;	
}

.thin {
	font-weight:100;
}

/*ANIMATE*/
.anim-roll {
    animation: 0.4s ease-in-out 0s normal forwards 1 running barrel-roll;
}
@keyframes barrel-roll {
	from {
        opacity: 0;
        transform: scale(1, -1);
    }
    50% {
		opacity: 0;
    }
    to {
		opacity: 1;
        transform: scale(1, 1);
    }
}

/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
.gallery:hover {
	border-color:#F7DF0C;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#9a784e;
	font-weight:800;
	text-transform:uppercase;
}
p.caption-value {
	color:#333;
	font-weight:800;
	font-size:20px;
}

/*Tile*/
.tile a {
	text-decoration:none;
}
.tile .tile-inner {
	padding:10px;
	box-sizing:border-box;
	background-color:#9a784e;
	border-top:10px solid #FFF;
	color:#FFF;
}
.tile .tile-inner h2, 
.tile .tile-inner p {
	color:#FFF;
	margin:0;
}

/*FORM*/
select,
input:not([type='radio']):not([type='checkbox']) {
	/*-webkit-appearance: none;*/
	border-radius:0;
}
input[type='checkbox'] {
	border:2px solid #CCC;
	height:30px;
	width:30px;
}
.form_table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
input,select {
	padding:4px 2px;
	font-size:12px;
}
input[type="text"],input[type="password"],textarea {
	border:2px solid #BBB;
	color:#999;
}
select {
	padding:4px 2px;
	border:2px solid #BBB;
	color:#999;
}
select:focus,input:focus,textarea:focus {
	color:#2d4857;
	border-color:#F7DF0C;
}

/*SITEMAP <LI>*/
#sitemap {
	margin-top:10px;
}
#sitemap li {
	margin:10px 0;
	list-style-type:square;
	margin-left:15px;
}

/*SEARCH <LI>*/
#search {
	margin-top:10px;
}
#search li {
	margin:10px 0;
	list-style:none;
	border-top:1px solid #DDD;
}
#search li h2 a {
	font-size:16px;
	text-decoration:none;
}
#search li h2 a:hover {
	text-decoration:underline;
}
#search li p {
	margin:0;
}

/*Spacers*/
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}

/*Loader*/
#load_contact {
	display:none;
	margin-left:5px;
}

/*Homepage coltables*/
.coltable.ab-tab {
	vertical-align:middle;
}
.coltable.ab-tab .at-img{
	width:35%;
}
.coltable.ab-tab .at-img img{
	width:100%;
}
.coltable.ab-tab .at-text{
	width:65%;
	padding-left:20px;
}

/* PAGE BLOCKS */
.page-blocks {
	padding:0;
}
.page-blocks .block img{
	width:100%;
	vertical-align:top;
}
.page-blocks .block a,
.page-blocks .block a:hover {
	text-decoration:none;
}
.page-blocks .block a h3 {
	text-align:center;
	background-color:#444;
	padding:8px 0;
	margin:0;
	line-height:30px;
	transition:all 0.3s ease-in-out 0.0s ;
	color:#fff;
	font-size:18px;
	letter-spacing:0;
}

/*Theme colours*/
/*.page-blocks .block.thoroughbred a h3,*/ 
.page-blocks .block.theme-red a h3 {
/*	background-color:#981D23;*/	
	background-color:#9c1721; /* new theme-red R= 156, G= 23, B= 33 */
}

/*.page-blocks .block.circuit a h3,*/ 
.page-blocks .block.theme-blue a h3 {
/*	background-color:#112E5B;*/	
	background-color:#40bcd9;/* new theme-blue R= 64, G= 188, B= 217 */
}

 .page-blocks .block.theme-orange a h3 {
/*	background-color:#112E5B;*/	
	background-color:#f5a000;/* new theme-orange R= 245, G= 160, B= 0 */
}

 .page-blocks .block.theme-pink a h3 {
/*	background-color:#112E5B;*/	
	background-color:#e1006b;/* new theme-pink R= 225, G= 0, B= 107 */
}

/*.page-blocks .block.events a h3,*/ 
.page-blocks .block.theme-bronze a h3 {
	background-color:#9A784E;
}

.page-blocks .block a:hover h3 {
	background-color:#191819;
	letter-spacing:1;
}
.page-blocks .block a h3 b {
	font-weight:800;
}

/*BUTTON List*/
.button-list {
	margin:0;
	padding:0;
	overflow:hidden;
}
.button-list li {
	list-style:none;
	float:left;
	margin:0 !important;
}
.button-list li i {
	color:#999;
}
.button-list li i,
.button-list li a {
	transition:all 0.2s ease-in-out 0s;
	border:1px solid #EEE;
	border-left-color:#FFF;
	display:block;
	padding:3px 8px;
	font-weight:300;
}
.button-list li.selected a,
.button-list li a:hover {
	border-color:#8e6d43;
	color:#FFF;
	background-color:#9a784e;
}
.button-list li:first-child i,
.button-list li:first-child a {
	border-left-color:#EEE;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
}
.button-list li:last-child a {
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
}

/*HTML Box*/
.content-holder {
	width:800px;
	overflow:hidden;	
}
.content-holder .holder, .content-holder .divider {
	float:left;
	text-align:justify;
}
.content-holder .holder.w50 {
	width:390px;
}
.content-holder .holder.w75 {
	width:585px;
}
.content-holder .holder.w25 {
	width:195px;
}
.content-holder .divider {
	width:20px;
}

/*Contact Container*/
.contact-container .panel-body {
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	background-color:#FFF;
	background-color:rgba(255,255,255,1);
}
.contact-info,
.contact-form {
	width:50%;
}
.contact-container .col {
	padding:10px;
}
.contact-container .field {
	display:table;
	margin:8px 0 !important;
	width:100% !important;
	float:none !important;
}
.contact-container .field label,
.contact-container .field textarea,
.contact-container .field input {
	display:table-cell !important;
	vertical-align:middle;
}
.contact-container .field label {
	width:15%;
}
#map_canvas {
	width:100%;
	height:420px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.section-contact-map {
	position:relative;
	width:100%;
	border-top:5px solid #FFF;
	height:350px;
}
.section-contact-map h2 {
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
	font-weight:300;
	text-shadow:0 0 10px #FFF;
}
.section-contact-map h2 span.fa {
	font-size:inherit;
}
.section-contact-map h2 span {
	font-size:16px;
	font-weight:800;
}

/*Filter Box*/
.filter-box {
	overflow:hidden;
}
.filter-box li {
	float:left;
	list-style:none;
	margin:0 !important;
}
.filter-box li a,
.filter-box li p {
	font-size:14px;
	color:#9a784e;
}
.filter-box li a,
.filter-box li p {
	display:block;
	padding:10px 15px;
	text-decoration:none;
	border:1px solid #EEE;
	border-left:none;
	transition:all 0.2s ease-in-out 0s;
}
.filter-box li a.selected, 
.filter-box li a:hover {
	box-shadow:inset 0 0 rgba(0,0,0,0.5);
	background-color:#9a784e;
	color:#FFF;
}
.filter-box li:first-child a,
.filter-box li:first-child p {
	border-left:1px solid #EEE;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.filter-box li:last-child a,
.filter-box li:last-child p {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.filter-box li.label p {
	color:#2d4857;
}

/*Nav Tree*/
div.nav-tree {
    background-color: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
div.nav-tree a {
    color: #666666;
    text-decoration: underline;
}
div.nav-tree a:hover {
	text-decoration:none;
}

/*GALLERY LIST*/
ul.gallery-list {
	list-style:none !important;
	overflow:hidden;
}
ul.gallery-list li {
	margin:0 !important;
	float:left;
	width:25%;
	padding:5px;
	box-sizing:border-box;
}
ul.gallery-list li .gli {
	padding:10px;
	border: 1px solid #eee;
	width:100%;
	box-sizing:border-box;
}
ul.gallery-list li .gli img {
	width:100%;
	vertical-align:top;
}
ul.gallery-list li h3 {
	font-size:22px;
	letter-spacing:-1px;
	color:#9a784e;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#9a784e;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	box-shadow:inset 0 0 5px #2d4857;
	text-decoration:underline;
}
ul.gallery-list p {
	margin:0;
}

/*TRAINING FACILITY*/

.training-frame img {
}

.coltable.col3 .col {
	padding: 20px 10px;
}

/*TERMS AND CONDITIONS*/

.alcohol-policy {
	border: 1px solid #9a784e;
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	margin: 20px 0;
}
.alcohol-policy h3 {
	text-align:center;
}

/*MEMBERSHIP*/

.membership-frame .coltable {
	padding-bottom: 25px;
}
.membership-img {
	width: 100%;
	max-width: 543px;
	max-height: 331px;
}

/*SPONSORSHIP*/

.sponsorship-img {
	padding: 50px;
	width: 100%;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#9a784e;
}
.content-holder .holder.news p.sub-text {
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.content-holder .holder.news p {
	font-size:12px;
}
.content-holder.border-top-news {
	border-top:1px solid #FFF;
}

/*Forms*/
ul.form {
	list-style:none;
	margin:10px 0;
	overflow:hidden;
}
ul.form li.field {
	display:block;
	margin:1px 0;
	clear:right;
}
ul.form.float li.field {
	float:left;
	margin-right:15px;
}
ul.form li.field.submit {
	margin-top:15px;
}
ul.form li.field.submit-links {
	margin-top:23px;
}
ul.form li.field label, ul.form li.field input, ul.form li.field select, ul.form li.field textarea {
	display:block;
}

ul.form li.field label {
	display:block;
	color:#999;
	font-weight:normal;
	font-size:13px;
}
ul.form li.field em {
	color:#9a784e;
}

ul.form li.field input, ul.form li.field textarea, ul.form li.field select {
	font-family:Arial,sans-serif;
	border:1px solid #999;
	padding:3px 4px;
	color:#999;
	font-size:12px;
	border-radius:2px;
}
ul.form li.field textarea {
	padding:5px 4px;
}
ul.form li.field select {
	padding:7px 4px;
}
ul.form li.field input:focus, ul.form li.field textarea:focus, ul.form li.field select:focus {
	color:#2d4857;
	border:1px solid #3FA9F5;
}
ul.form li.field p.value {
	font-size:12px;
	color:#999;
	margin:0;
	padding-top:8px;
}
ul.form li.field input[type=submit] {
	background-color:#4e7a9b;
	color:#FFF;
	font-weight:bold;
	border:none;
	padding:8px 20px;
	text-shadow:0 1px 0 #036;
	border-radius:4px;
	cursor:pointer;
	text-shadow:0 -1px 0 #9a784e;
}
ul.form li.field input[type=submit]:hover {
	background-color:#666;
}
ul.form li.field input[type=submit]:active {
	box-shadow:inset 0px 0px 5px #2d4857;
}
ul.form li.field textarea.full {
	width:97%;
	display:block;
	padding:1%;
	min-height:200px;
}
ul.form li.field p.caption {
	font-size:11px;
	color:#999;
	margin:0.5em 0 0;
	font-weight:normal;
}

/*Comments*/
div.comment-form {
	margin:1em 0 0;
	width:453px;
	padding:5px;
	background-color:#EEE;
	border-radius:5px;
	border:1px solid #CCC;
}

div.comment-display {
	margin:1em 0 0;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}
div.comment-display ul {
	list-style:none;
}
div.comment-display ul li {
	background-color:#EEE;
	padding:5px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #FFF;
}
div.comment-display ul li.top {
	border-top:none;	
}
div.comment-display ul li p {
	font-size:13px;
	margin:0;
}
div.comment-display ul li p.info {
	font-size:11px;
	color:#999;
}

/*Item List*/
ul.item-list * {
	margin:0;
}
ul.item-list {
	margin:10px 0 20px;
	overflow:hidden;
	list-style:none !important;
}
ul.item-list li.item {
	background-color:#EEE;
	list-style:none !important;
}
ul.item-list li.item.blur {
	background-color:#F5F5F5;
}
ul.item-list li.item ul.row-data {
	overflow:hidden;
	width:100%;
	list-style:none;
}
ul.item-list li.item ul.row-data li {
	float:left;
	list-style:none;
	padding:5px 0;
}
ul.item-list li.item ul.row-data li h2 {
	font-size:14px;
	color:#666;
}
ul.item-list li.item ul.row-data li.download {
	width:160px;
	text-align:right;
	float:right;
	padding-right:10px;
}
ul.item-list li.item ul.row-data li.download p {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:0;
}
ul.item-list li.item ul.row-data li.image {
	margin-left:10px;
	padding:5px 0;
	padding-right:10px;
}

.selector-block {
	overflow:hidden;
}
.selector-block .block {
	float:left;
	width:135px;
	padding:10px;
	margin:10px;
	background-color:#FFF;
	border-radius:10px;
	text-align:center;
	border:3px solid #CCC;
}
.selector-block .block p {
	font-size:12px;
	text-align:left;
}
.selector-block .block h3, .selector-block .block h3 a  {
	color:#F7DF0C;
}
.selector-block .block h3 a {
	text-decoration:none;
}
.selector-block .block:hover {
	border-color:#AAA;
}

/*Tech Block*/
.text-block {
	overflow:hidden;
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:0.5em;
}
.text-block .image {
	float:left;
	padding-right:10px;
	width:93px;
}
.text-block .info {
	float:left;
	width:605px;
}
.text-block .info p {
	font-size:12px;
}


.text-block.image-130 .info {
	width:568px;
}
.text-block.image-130 .image {
	width:130px;
}

.margin-0 {
	margin:0;
}
.pad-top-0 {
	padding-top:0 !important;
}

/*Product Gallery*/
ul.product-gallery {
	display:none;
	list-style:none !important;
	overflow:hidden;
}
ul.product-gallery li {
	margin:0 !important;
	float:left;
	width:25%;
	padding:4px;
}
ul.product-gallery li img {
	width:100%;
	box-sizing:border-box;
	vertical-align:top;
	transition:all 0.2s ease-in-out 0.0s;
}
ul.product-gallery li img:hover {
	box-shadow:0 0 12px #ddd;
}

/*Info Capsule*/
.info-capsule {
}
.info-capsule li {
	border:1px solid #DDD;
	padding:3px 10px;
	border-radius:50px;
	display:inline-block;
	margin:5px 5px 0 0 !important;
	transition:all 0.2s ease-in-out 0s;
	color:#2d4857;
}
.info-capsule li:hover {
	border-color:#ea2a2a;
}
.info-capsule li a {
	text-decoration:none;
}
.info-capsule li .fa {
	color:#999;
	transition:all 0.2s ease-in-out 0s;
}

/*Product*/
.product-wrapper {
	padding:20px;
	background-color:#F7DF0C;
	background-image:url(images/bg-products.jpg);
}
.product-wrapper h2, 
.product-wrapper p,
.product-nav,
.product-nav a {
	text-shadow:0 1px 0 #6f002d;
	color:#FFF;
}
.product-wrapper h2 {
	font-weight:300;
	font-family:'BryantLGLight',Arial,sans-serif;
	font-size:32px;
}
.product-nav {
	padding:0 0 0.5em;
}
.product-nav, .product-nav a {
	text-align:center;
	font-size:22px;
}
.product-nav a.hover {
	color:#ff8fbc;
}
.product-nav span.found {
	font-size:14px;
	font-weight:300;
}
.product-nav span.found span {
	font-weight:600;
}
.product-block {
	overflow:hidden;
}
.product-block .block {
	float:left;
	background-color:#F4F4F4;
	margin:8px;
	border:2px solid #FFF;
	width:210px;
	text-shadow:0 1px 0 #FFF;
	box-shadow:0 5px 10px #6f002d;
	position:relative;
}
.product-block-container {
	width:12d48570px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	left:0;
}
.product-block h2, 
.product-block p {
	text-shadow:0 1px 0 #FFF;
}
.product-block .block .block-info {
	padding:10px;
}
.product-block p {
	font-family: Raleway,Arial,sans-serif;
    font-weight: normal !important;
}
.product-block p.title {
	font-size:20px;
	color:#F7DF0C;
	margin-bottom:0;
	letter-spacing: -1px;
	margin:0;
}
.product-block p.model {
	font-family: Raleway,Arial,sans-serif;
	color:#6B747C;
	margin:0;
}
.product-block p.link a {
	text-align:center;
	display:block;
	background-color:#DDD;
	padding:8px 0;
	color:#6B747C;
	text-decoration:none;
}
.product-block p.link {
	margin-bottom:0;
}
.product-block p.link a:hover {
	background-color:#F7DF0C;
	color:#FFF;
	text-shadow:0 1px 0 #6F002D;
}
.product-block p.rating {
	position:absolute;
	top:5px;
	left:5px;
	background-color:rgba(192,5,80,0.9);
	width:32px;
	padding:12px 5px;
	font-size:11px;
	border-radius:35px;
	text-shadow:0 -1px 0 #6F002D;
	transform:rotate(-7deg);
}

/*Product Page Info Block*/
.product-info-block {
	padding:20px;
	overflow:hidden;
	margin:1em 0;
}
.product-info-block .block {
	background-color:rgba(255,255,255,0.8);
	width:450px;
	padding:10px;
	float:right;
	clear:left;
	border-bottom:4px solid #F7DF0C;
}
.product-info-block .block p.link a {
	font-family: Raleway,Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	background-color:#F7DF0C;
}
.product-info-block .block p.link a:hover {
	background-color:#6B747C;
}

/*Spec Tables*/
table.specs {
    border-top: 1px dotted #999999;
    color: #2d4857;
    line-height: 17px;
    margin: 0 0 20px;
    width: 100%;
}
table.specs tr {
    color: #2d4857;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
table.specs td {
    border-bottom: 1px dotted #999999;
    color: #2d4857;
    min-width: 100px;
    padding: 4px;
}
table.specs th {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px dotted #999999;
    color: #F7DF0C;
    font: 13px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    padding: 4px;
    text-align: left;
}
table.specs tr:hover td {
    background: none repeat scroll 0 0 #F0F0F0;
}
table.specs p {
    color: #2d4857;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
.spec-table {
	margin:1em 0;
}

/*Feature Block*/
.feature-block {
	overflow:hidden;
}
.feature-block .block {
	float:left;
	width:276px;
	margin:5px;
	padding:10px;
	min-height:145px;
	border:2px solid #EEE;
	background-color:#FFF;
}
.feature-block.four .block {
	width:205px;
	min-height:185px;
}
.feature-block .block.hover {
	border-color:#F7DF0C;
	cursor:pointer;
}
.feature-block .block h2 {
	font-family: Raleway,Arial,sans-serif;
	color:#F7DF0C;
	font-size:18px;
}
.feature-block .block p {
	font-size:11px;
}

/*Breadcrumb*/
.breadcrumb {
	font-size:12px;
	color:#CCC;
	margin:0 0 1em;
}
.breadcrumb a {
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
	color:#CCC;
}
.breadcrumb a:hover {
	color:#999;
}

p.footnote {
	font-size:9px;
	color:grey;
}

/*List*/
ul.list {
	font-size:14px;
	list-style:disc;
	overflow:hidden;
}
ul.list li {
	margin:3px 0;
	margin-left:15px;
}
ul.list.float li {
	float:left;
	min-width:200px;
}

/*Twin-block*/
.twin-block {
	overflow:hidden;
}
.twin-block .block {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	margin-right:15px;
	float:left;
	width:335px;
}
.twin-block .block.last {
	margin-right:0;
}
.twin-block .block h2, .twin-block .block h3, .twin-block .block h4 {
	border-bottom:1px dotted #DDD;
	padding-bottom:8px;
	margin-bottom:8px;
}

/*Center Text*/
.center-text {
	text-align:center;
}

/*Price Block*/
.product-info-price {
	overflow:hidden;
}
.product-info-price .block-header {
	float:left;
	width:530px;
}
.product-info-price .block-price {
	float:right;
	width:400px;
}

.product-info-price .block-price-option {
	list-style:none;
	overflow:hidden;
	background-color:#FFF;
	padding:10px;
}
.product-info-price .block-price-option li {
	float:left;
}
.product-info-price .block-price-option li.label {
	font-family:Raleway,Arial,sans-serif;
	padding-top:7px;
	font-size:12px;
	color:#999;
}
.product-info-price .block-price-option li a {
	display:block;
	height:18px;
	padding:5px;
	margin:0 5px;
	font-size:12px;
	border-radius:5px;
	border:1px solid #DDD;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-image:url(images/bg-price-option.jpg);
}
.product-info-price .block-price-option li a:hover, .product-info-price .block-price-option li a.selected {
	background-image:url(images/bg-price-option-hvr.jpg);
	border-color:#a40243;
	text-shadow:0 -1px 0 #a40243;
	color:#FFF;
	box-shadow:inset 0 1px 0 #ff71aa;
}

.product-info-price .block-price-info {
	list-style:none;
	overflow:hidden;
	background-color:#F7DF0C;
	padding:10px;
	font-size:12px;
	color:#FFF;
}
.product-info-price .block-price-info a {
	color:#FFF;
	text-decoration:none;
}
.product-info-price .block-price-info a:hover {
	text-decoration:underline;
}

.regions-block {
    overflow: hidden;
}
.regions-block .map {
    float: left;
    position: relative;
    width: 440px;
}
.regions-block .map p#label-select {
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 40px;
}
.regions-block .regions {
    float: left;
    width: 483px;
}
.regions-block .regions .block {
    border: 2px solid #CCC;
	background-color:#FFF;
    margin-bottom: 10px;
    padding: 15px;
}
.regions-block .regions .block:hover, .regions-block .regions .block.selected {
    background-color: #EEEEEE;
    border-color: #F7DF0C;
    cursor: pointer;
}
.regions-block .regions .block h2, .regions-block .regions .block h3 {
    margin: 0;
}
.regions-block .regions .block h3 {
    color: #999999;
    font-size: 14px;
}
p#label-select {
	font-size:12px;
	color:#999;
}

/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0;
	padding:0;
}
ul.spec-list li {
	padding:0 !important;
	margin:0 !important;
	display:table;
	width:100%;
}
ul.spec-list li p {
	display:table-cell;
	padding:5px 0;
}
ul.spec-list li p.value {
	width:60%;
}
ul.spec-list li p.label,
ul.spec-list li p.label a {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
ul.spec-list li p.label span.date,
ul.spec-list li p.value span.date {
	float:right;
	font-weight:300;
	color:#2d4857;
}
ul.spec-list li p.label.full,
ul.spec-list li p.value.full {
	width:100%;
}
ul.spec-list li {
	border-bottom:1px solid #CCC;
}
ul.spec-list li:first-child {
	border-top:1px solid #CCC;
}

ul.spec-list.small li p {
	font-size:12px;
	margin:5px 0;
}

/*Infobox*/
.infobox .inner {
	font-weight:300;
}
.infobox a {
	text-decoration:none;
}
.infobox h3,
.infobox p {
	font-weight:300;
	color:#2d4857;
}
.infobox p {
	font-family:Raleway,Arial,sans-serif;
	font-size:18px;
}
.infobox .inner {
	background-color:#F7DF0C;
	border-top:1px solid #FFF;
	border-bottom-right-radius:15px;
	padding:10px 0px;
}
.infobox .inner h3{
	background-color:#EABA00;	
	color:#fff;
	padding:3px 15px;
}
.infobox .inner p{
	padding:0px 15px;	
	color:#333;
	margin:14px 0px 10px 0px;
}
.infobox img {
	vertical-align:top;
}
div.infobox {
    background-color: #F8F8F8;
    padding: 15px;
}

/*Testimonial*/
.testimonial .test-text {
	padding:20px;
	box-shadow:0 0 10px #ccc;
	background-color:rgba(255,255,255,0.7);
	transition:all 0.2s ease-in-out 0s;
	font-size:16px;
	text-align:justify;
	margin:0;
}
.testimonial:hover .test-text {
	background-color:rgba(255,255,255,1);
	box-shadow:0 0 15px #c3c3c3;
}
.testimonial:hover p.author {
	box-shadow:0 0 8px rgba(0,0,0,0.25);
	padding-left:30px;
}
.testimonial:hover p.author .fa{
	color:#fff;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	margin:10px;
	width:250px;
	float:left;
}
.info-block.three .block {
	width:310px;
}
.info-block .block h2 {
	padding:5px;
	text-align:center;
	background-color:#F7DF0C;
	font-size:18px;
	color:#FFF;
	padding-bottom:7px;
	margin-bottom:0;
	border-top:2px solid #F7DF0C;
	border-left:2px solid #F7DF0C;
	border-right:2px solid #F7DF0C;
	border-bottom:1px solid #FFF;
}
.info-block .block .inner {
	background-color:#F4F4F4;
	padding:10px;
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:2px solid #DDD;
	min-height:140px;
}
.info-block .block img.main {
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	margin:0.35em 0;
}
.info-block .block p.button a {
	padding:5px;
	background-color:#F7DF0C;
	color:#FFF;
	text-decoration:none;
	text-shadow:0 1px 0 #2d4857;
	position:relative;
	top:0;
	margin-right:4px;
}
.info-block .block p.button a.hover {
	background-color:#2d4857;
}

/*Panel*/
.panel {
	padding:10px;
	transition:all 0.2s ease-in-out 0s;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border:1px solid #EEE;
}
.panel:hover {
	background-position:bottom left;
	border-bottom-color:#DDD;
}
.panel .title {
	font-weight:800;
}
.panel img,
.panel p,
.panel h2,
.panel h3 {
	margin-bottom:10px;
}
.panel.header {
	padding:0;
	background:none;
	margin-bottom:20px;
}
.panel .panel-title {
	position:relative;
	background-color: #9a784E;/*background-image:url(images/nav-bg.jpg); */
	padding:10px;
	color:#FFF;
	font-size:20px;
	border:1px solid #87640D;
}
.panel .panel-body {
	padding:10px;
}
.panel .panel-body .form-block {
	margin:0;
}
.panel .panel-title .panel-badge {
	width:129px;
	height:53px;
	background-position:top left;
	background-size:contain;
	background-image:url(images/panel-badge.png);
	top:-4px;
	right:10px;
	position:absolute;
	display:none;
}
.image-wrap {
	position:relative;
	padding:3px;
	box-sizing:border-box;
}
.image-wrap .image-badge {
	width:156px;
	height:172px;
	background-position:top left;
	background-size:contain;
	background-image:url(images/image-badge.png);
	top:-2px;
	right:-2px;
	position:absolute;
}

/*News*/
.news-list {
	overflow:hidden;
}
.news-list .block {
	float:left;
	width:320px;
	margin-right:20px;
}
.news-list .block.last {
	margin-right:0;
}
.news-list .block .info {
	padding:10px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	background-color:#EEE;
	border-top:2px solid #F4F4F4;
}
.news-list .block .info h2, 
.news-list .block .info p {
	margin:0;
}
.news-list .block img {
	vertical-align:top;
}
.news-list .block .info p {
	font-size:12px;
}
.news-list .block .info h2 {
	font-size:18px;
}
.news-list .block .info h2 a {
	text-decoration:none;
}
.news-list .block .info h2 a:hover {
	text-decoration:underline;
}
.news-list .block .info p.date {
	color:#999;
	font-size:14px;
	margin-bottom:10px;
}
.news-image {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

/*News Block*/
.news-block {
	padding:15px;
	border:1px solid #EEE;
}
.news-block .col {
	vertical-align:middle !important;
}
.news-block.fullpage .col {
	vertical-align:top !important;
}
.news-block .news-info {
	padding-left:20px;
}
.news-block .date {
	font-size:16px;
	color:#999;
	font-style:italic;
}
.news-block .bt {
	margin:20px 0 0;
}
.news-block.block-event > .c-image {
	width:30%;
}
.news-wrap > .news-block {
	margin:0 0 20px;
}

#wrapper ul {
	list-style:square;
}
#wrapper ol li,
#wrapper ul li {
	margin:5px 0;
	margin-left:25px;
}
.video-box {
	width:480px;
	height:385px;
}
.video {
	width:100%;
	display:inline-block;
	padding:10px;
	border:1px solid #CCC;
	box-sizing: border-box;
}
.video iframe {
	vertical-align:middle;
}
.form-block {
	overflow:hidden;
	display:block;
	margin:1em 0 0;
}
.form-block.style {
	border:1px solid #EEE;
	margin:0 0 20px;
	
}
.field {
	margin-bottom:5px;
}
.form-block .field {
	float: left;
    width: 33.33%;
    padding: 5px;
	box-sizing:border-box;
}
.form-block.field4 .field {
	width:25%;
}
.form-block .field.submit {
	width:100% !important;
}
.form-block .field.submit button {
	font-size:18px;
}
.form-block.form-col2 .field {
	width:50%;
}
.form-block .field.full,
.form-block .field.textarea-full {
	width:100% !important;
	border:none;
	box-sizing:border-box;
	float:none;
	margin:5px 0;
}
.form-block .field.textarea-full textarea {
	box-sizing:border-box;
	width:100%;
	min-height:100px;
}
.form-block .field.clear {
	clear:left;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field p.caption, .form_caption { /*Note caption*/
	font-size:10px;
	color:#999;
	letter-spacing:-0.5px
}
.form_caption { /*Toggle caption*/
	margin-left:5px;
	display:none;
}
.form-block.cut .field { /*shrink fields for twin sidebox pages*/
	width:145px;
}
.form-block.cut .field.textarea-full, .form-block.cut .field.textarea-full textarea {
	width:490px;
	margin:0;
}
.form-block.cut .field input[type="text"], .form-block.cut .field input[type="password"], .form-block.cut .field textarea {
	width:140px;
	margin:0;
}
.form-block.cut .field select {
	padding:7px 0 6px;
	width:150px;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}

.form-block.single .field {
	margin:5px 0;
	padding:0;
	width:100%;
	box-sizing:border-box;
	float:none;
}

#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	font-size:12px;
}
.form_subcaption {
	padding:6px 5px;
	margin-bottom:20px;
	color:#FFF;
	background-color:#999;
}
.form_subcaption.style {
	margin:0;
}
label {
	color:#999;
	font-size:18px;
}
label.inline-input input {
	display:inline !important;
}
input,select,textarea {
	transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
	font-family:"proxima-nova",Arial, Helvetica, sans-serif;
	box-sizing:border-box;
}
button.submit,
input[type="submit"] {
	border:1px solid #87640d;
    background-color: #9a784e;
    cursor: pointer;
    padding: 6px 30px;
	font-weight:300;
	font-size:18px;
	font-family:"kepler-std-semicondensed",'Open Sans',Arial,sans-serif;
	color:#fff;
}
button.submit:hover,
input[type="submit"]:hover {
    background-color: #6f757e;
}
button.submit:disabled,
input[type="submit"]:disabled {
	background-color:#AAA;
	border:1px solid #999;
	color:#999;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#9a784e;
}
input[type="text"],input[type="password"],textarea,select {
	background-color:#FFF;
	font-size:14px;
	padding:8px 3px;
	border:1px solid #CCC;
	width:100%;
}
select {
	background-color:#FFF;
	width:100%;
	padding:8px 0 7px;
}
.form-block .field-data { /*field data*/
	width:315px;
	background-color:#F5F5F5;
	border-radius:5px;
	float:left;
	padding:15px 10px;
	margin:5px;
	margin-bottom:10px;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#0091c9;
	border-bottom:1px dotted #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}
label.checkbox > input {
	display:inline-block !important;
}
.tandc {
	padding: 5px;	
}
.tandc input[type="checkbox"] {
	position: relative;
	top: 7px;
}

/*Contacts*/
h3.contact-text span {
	text-transform:uppercase;
	font-size:12px;
	font-weight:300;
}
h3.contact-text a,
h3.contact-text {
	color:#9a784e;
	text-decoration:none;
}


/*Footer*/
#partner-logos {
	background-color:#5F5F5F;
	max-height: 150px;
}

#partner-logos .col {
    padding: 20px 30px;
	position:relative;

}
#partner-logos .col img {
/*
	padding-right: 30px;
	padding-left: 30px;
*/
}

#footer {
	background-color:#333333;
	padding:30px 0 30px;
	text-shadow:0 1px 0 #282828;
	/*border-top:1px solid #555;*/
	border-bottom:1px solid #444;
}
#footer p,
#footer-base p {
	margin:0;
	font-weight:300;
	font-size:16px;
	color:#FFF;
}
#footer p.script,
#footer-base p.script {
	font-size:22px;
}
#footer #footer-nav {
	text-shadow:0 1px 0 #111;
}
#footer #footer-nav .col {
	border:none;
	padding:0;
	vertical-align:top;
}
#footer #footer-nav .col .inner {
	padding-left:40px;
	width:100%;
	box-sizing:border-box;
}
#footer #footer-nav .col:first-child .inner {
	/*padding:0;*/
}
#footer #footer-nav h3 {
	font-family:'myriad-pro',arial,sans-serif;
	font-weight:800;
	color:#9A784E;
	font-size:28px;
	text-transform:none;
}
#footer #footer-nav h3 .fa {
}
#footer #footer-nav ul {
	overflow:hidden;
	list-style:none;
	margin:0;
}
#footer #footer-nav ul {
	margin-bottom:20px;
}
#footer #footer-nav .col.visit-us p {
	font-size:12px;
}
#footer #footer-nav .col.visit-us p.phone {
	padding-top:10px;
}
#footer #footer-nav ul li a {
	display:block;
	padding:3px 0;
	font-size:18px;
	font-weight:300;
	text-decoration:none;
	color:#FFF;
	transition:all 0.2s ease-in-out 0s;
}
#footer #footer-nav .spec-list li {
	border-color:#444;
}
#footer #footer-nav .spec-list li:first-child {
	border-top:none;
}
#footer #footer-nav .spec-list li p.value {
	font-size:16px;
	text-align:left;
}
#footer #footer-nav .spec-list li p.label {
	width:50%;
}
#footer #footer-nav .spec-list li p.value {
	width:50%;
	text-align:right;
}
#footer #footer-nav ul li ul {
	display:none;
}
#footer #footer-nav ul li:first-child a {
	border-top:none;
}
#footer #footer-nav ul li a:hover {
	color:#FFF;
}
#footer #footer-nav .col.copyright {
	vertical-align:middle;
	text-align:right;
	padding-left:20px;
}
#footer #footer-nav .col.copyright img {
	width:100%;
}
#footer #footer-nav .col a.button {
	padding:3px 9px;
	background:none;
	margin-bottom:2px;
	border:1px solid #555;
	font-size:16px;
	min-width: 170px;
}
#footer #footer-nav .col a.button:hover {
	color:#9a784e;
	border:1px solid #9a784e;
}
#foot-base {
	padding:10px 0;
	background-color:#191819;
	background-repeat:repeat-y;
	color:#9F83BC;
}
#foot-base a {
	color:#FFF;
}
#foot-base p {
	font-size:14px;
	color:#666;
	margin:0;
}
#foot-base p.razor a {
	color:#666;
	text-decoration:none;
	font-size:12px;
	transition:all 0.2s ease-in-out 0s;
}
#foot-base p.razor a:hover {
	color:#FFF;
}
#foot-base .col-logo {
	text-align:center;
}
#foot-base .col-logo p {
	text-align:center;
	display:inline-block;
	letter-spacing:2px;
}
#foot-base .col-terms {
	text-align:right;
}
#footer .foot-contact .map {
	width:100%;
	border:3px solid #666;
	transition:all 0.5s ease-in-out 0s;
}
#footer .foot-contact .map:hover {
}
#footer .foot-contact .col.w60 {
	padding-right:20px !important;
}

/*TEMPLATE DIVIDER*/
.template-divider {
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	padding:15px 0;
}
.template-divider * {
	margin:0;
	color:#FFF;
}
.template-divider h2 {
	display:inline-block;
	position:relative;
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
}
.template-divider h2 .team {
	display:block;
	width:191px;
	height:113px;
	background-image:url(images/pool-girl.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:-210px;
	bottom:-29px;
}

/*Service item*/
.service-item {
	position:relative;
	border:2px solid #EEE;
	margin:0 0 20px;
	padding:10px;
	box-sizing:border-box;
	transition:all 0.2s ease-in-out 0s;
}
.service-item:hover {
	border-color:#DDD;
}
.service-item .blade {
	opacity:0.1;
	position:absolute;
	bottom:0;
	left:0;
	width:100px;
	height:100px;
	background-image:url(images/blade.png);
	background-size:contain;
	background-repeat:no-repeat;
	transition:all 0.2s ease-in-out 0s;
}
.service-item:hover .blade {
	animation: rotateblade 1s ease-in-out 1;
	opacity:1;
}
@keyframes rotateblade {
    from   {transform:rotate(0deg);}
    to   {transform:rotate(720deg);}
}

/*Service Boxes*/
.serbox {
	padding:0px 0;
}
.serbox a {
	text-decoration:none;
}
.serbox .col.first {
	padding-right:20px;
}
.serbox .col.mid {
	padding:0 10px;
}
.serbox .col.last {
	padding-left:20px;
}
.serbox .col h2{
	margin:0;
	color:#fff;
	font-size:25px;
	font-weight:600;
	padding:0px 20px;
	position:relative;
	top:-50px;
	text-shadow:0 0 15px #333;
}
.serbox .col .blue-base {
	height:8px;
	background-color:#9a784e;
	transition:all 0.4s ease-in-out 0.0s;
	background-repeat:no-repeat;
}
.serbox .col:hover .blue-base {
	background-color:#333;
}
.serbox .col h2 .fa {
	transition:all 0.4s ease-in-out 0.0s;
	transform:scale(0.8,0.8);
}
.serbox .col:hover h2 .fa {
	transform:scale(1,1);
}
.serbox .col h2 span.smol{
	font-size:18px;
}
.serbox.smol-titles .col h2 {
	font-size:23px;
}
.serbox.smol-titles .col h2 span.smol{
	font-size:14px;
}

/*Document*/
body.document {
	font-size:12px;
	padding:15px !important;
}
body.document h1 {
	font-size:18px;
}

/*Membership Block*/
.membership-block {
	background-size:100%;
	background-position:right;
	border-bottom:10px solid #9a784e;
	margin:0 auto 20px;
}
.membership-block.member-ftc {
	background-image:url(images/circuit/member-ftc.jpg);
}
.membership-block.member-pitex {
	background-image:url(images/other/pitexit-card.png);
	background-size:contain;
	background-position:right;
	background-repeat:no-repeat;
}
.membership-block.member-pitex:hover {
	background-position:right;
}
.membership-block.member-fresh {
	background-image:url(images/circuit/member-cycle-fresh.jpg);
}
.membership-block.member-cycle-club {
	background-image:url(images/circuit/member-cycle-club.jpg);
}
.membership-block.member-plcc {
	background-image:url(images/circuit/member-plcc.jpg);
}
.membership-block.member-tb {
	background-image:url(images/circuit/plan-ftc.jpg);
}

.membership-block:hover {
	background-position:center center;
}
.membership-block .info {
	background-color:#FFF;
	background-color:rgba(255,255,255,0.8);
	width:40%;
	padding:20px;
	box-sizing:border-box;
}
.membership-block .bullet-list {
	margin:0 0 20px;
}
.social {
    padding: 5px;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
}
a.social {
	color:#FFF;
	transition:all 0.2s ease-in-out 0s;
}
a.social:hover {
	color:#9a784e;

}

#footer-signup {
    background-color: #333333;
    padding: 30px 0 0;
}
#footer-signup #block-event-subscribe {
    margin-top: 10px;
}
#footer-signup .frame {
    width: 800px;
}
#footer-signup .button.outline {
    color: #FFF;
    border-color: #FFF;
    text-transform: uppercase;
}
#footer-signup .button.outline:hover {
    color: #9a784e;
    border-color: #9a784e;
}
#footer-signup .form-block {
    margin: 0;
}
#footer-signup .form-block .field {
    width: 50%;
}
#footer-signup .form-block .field.full { 
    margin: 0;
}
#footer-signup .form-block .field.checkbox {
    width: 33.33%;
}
#footer-signup input[type='checkbox'] {
    width: auto;
    height: auto;
    display: inline-block;
}
.section-fitf.purple-bg h2 {
	color: #213975;
}
.section-fitf.purple-bg {
	background-color: #213975;
}
.section-fitf.golden-bg h2 {
	color: #9A784E;
}
.section-fitf.golden-bg {
	background-color: #9A784E;
}
select {
	padding: 8px 8px 7px;
}

/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width: 1400px) {
	.footer .copy-wrap {
		right:0;
	}
	#footer .frame {
		width:100%;
		box-sizing:border-box;
		padding-left:20px;
	}
}
@media screen and (max-width: 1220px) {
	.frame {
		width:1100px;
	}
	
	.membership-frame img{
		display: none;
	}
	.membership-frame .coltable .col{
		width: 100%
	}
}
@media screen and (max-width: 1120px) {
	.frame {
		width:1000px;
	}
	.footer .copy-wrap .container {
		background:none;
	}
	.footer .copy-wrap .content  {
		padding-right:0;
	}
	.footer .copy-wrap {
		position:static;
		width:auto;
	}
	.footer .copy-wrap .container {
		position:static;
	}
	#footer .frame {
		padding:0 20px;
	}
	.serbox .col h2 {
		top:-70px;	
	}
}
@media screen and (max-width: 1020px) {
	.frame {
		width:900px;
	}
}
@media screen and (max-width: 920px) {
	.frame {
		width:800px;
	}
	#header .frame {
		width:100%;
	}
	.header h1 {
		background-size:cover;
	}
	.column.w1,
	.column.w2,
	.column.w3,
	.column.w4,
	.column.w5,
	.column.w6,
	.column.w7,
	.column.w8,
	.column.w9,
	.column.w10,
	.column.w11,
	.column.w12 {
		width:100%;
	}
}
@media screen and (max-width: 850px) {
	h1 {
		font-size:38px;
	}
	h2 {
		font-size:28px;
	}
	.wrapper-content.section-contact .frame,
	.frame {
		width:100% !important;
		margin:0px auto;
		box-sizing:border-box;
	}
	.header p.symbol a {
		margin-left:63px;
	}
	.header .col {
		display:block;
		text-align:center;
		width:100% !important;
	}
	.header .col.nav {
		text-align:center;
	}
	.header h1 {
		height:auto;
		position:static;
		background:none;
	}
	.header p.symbol a {
		margin:0;
		top:0;
	}
	.text-right,
	#footer-links {
		text-align:center;
	}
	.banner .banner-content {
		padding-top:50px;
		padding-left:50px;
	}
	.header .logo-wrap {
		height:auto;
	}
	.header p.symbol a {
		background-position:center;
		width:100%;
		height:80px;
	}
	.header .col.nav .head-nav {
		padding:0;
	}
	.header .logo-wrap {
		padding:15px 0 15px;
	}
	.header p.phone-us {
		padding:0 0 15px;
	}
	body.fixed #banner {
		margin-top:205px;
	}
	.header {
		padding-bottom:0;
	}
}
@media screen and (max-width: 700px) {
	body.fixed #header {
		position:static;
	}
	body.fixed #wrapper {
		margin-top:0;
	}
	.header .col.nav ul.menu {
		display:block;
		width:100%;
	}
	.header .col.nav ul.menu {
		top:0;
	}
	.footer .col {
		padding:10px;
	}
	.footer .copy-wrap .content {
		text-align:center;
	}
	.footer .copy-wrap .content {
		padding:0;
	}
	.footer .copy-wrap {
		position:static;
		width:100%;
	}
	.footer .copy-wrap .container {
		background:none;
		position:static;
		height:auto;
	}
	.footer .col.end {
		padding:0;
		margin-top:20px;
	}
	.footer .copyright {
		border:none;
	}
	#wrapper .wrapper-content {
		padding:15px 10px;
		box-sizing: border-box;
	}
	body.fixed #banner {
		margin-top:0;
	}
	.serbox {
		padding:0px 0px;
	}
	.serbox .col.first {
		padding:0px 0px;
	}
	.serbox .col.mid {
		padding:0px 0px;
	}
	.serbox .col.last {
		padding:0px 0px;
	}
	.contact-container .field input,
	.contact-container .field select,
	.contact-container .field textarea,
	.contact-container .field label {
		width:100%;
		display:block !important;
	}
	.section-contact-map {
		height:390px;
	}
	.section-contact-map h2 {
		top:auto;
		bottom:20px;	
	}
	.membership-block:hover,
	.membership-block {
		background-size:cover;
		background-position:center !important;
	}
	.membership-block .info {
		width:100%;
	}
	.bt-list > li {
		width:50% !important;
	}
	#footer .foot-contact .map {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.coltable .col,
	.coltable.col3 .col,
	.coltable.col2 .col {
		display:block;
		width:100% !important;
	}
	#footer #footer-nav .col .inner {
		padding:0;
		padding-top:25px;
	}
	ul.spec {
		padding-top:20px;
	}
	.coltable.style0 .info {
		padding:10px;
	}
	h1 {
		font-size:28px;
	}
	h2 {
		font-size:22px;
	}
	.brands {
		text-align:center;
	}
	.article h2,
	#foot-base .col {
		text-align:center;
	}
	.news-item .c-info h4 {
		font-size: 25px;
		text-align: center;
		padding: 10px;
	}
	.coltable.vmiddle.news-item {
		max-width: 300px;
		text-align: center;
		
	}
	.box.min-80 {
		min-height:0;	
	}
	.header .col.nav .head-nav {
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	.header .logo-wrap {
		padding-top:30px;
	}
	.header .col.nav .head-nav {
		text-align:center;
	}
	.header .col.nav .head-nav li {
		padding:0 5px;
		display:inline-block;
		float:none;
	}
	.header .col.nav .head-nav li a {
		font-size:12px;
	}
	.bt-list > li {
		width:100% !important;
	}
	#partner-logos {
		min-height: 800px;
	}
}
@media screen and (max-width: 400px) {
	.banner .banner-content {
		padding-left:10px;
		padding-right:10px;
	}
	#partner-logos {
		min-height: 400px;
	}
    #footer-signup .form-block .field {
        width: 100% !important;
    }
}
	

