@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(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
	font-family:ACZagBold;
	src:url('includes/assets/ACZagBold.otf');
}

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
html,body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
}
body {
	background-color:#FFF;
	font-family:'Open Sans',Arial, Helvetica, Tahoma, sans-serif;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable.padcol .col{
	padding:10px;
}
.coltable .col {
	display:table-cell;
	box-sizing:border-box;
}
.coltable.float .col {
	display:block;
	float:left;
}
.coltable.marg {
	margin:15px 0;
}
.coltable.vtop .col {
	vertical-align:top;
}
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable.col2 .col {
	width:50%;
}
.coltable.col3 .col {
	width:33%;
}
.coltable.col4 .col {
	width:25%;
}
.coltable.pad .col {
	padding:10px;
}
.coltable .col.center {
	text-align:center;
}
.coltable .col.padright {
	padding-right:10px;	
}
.coltable .col.padleft {
	padding-left:10px;	
}
.coltable img {
	max-width:100%;
	width:100%;
	vertical-align:top;
}
.background-image {
	background-size:cover;
}
.block-contact {
	text-align:center;
	border:1px solid #EEE;
	border-radius:10px;
	padding:20px 20px;
	box-sizing:border-box;
}
.block-contact span,
.block-contact span a{
	color:#000;
}
.block-contact p span {
	font-size:22px;	
	transition:all 0.2s ease-in-out 0.0s;
}
.block-contact p span:hover {
	color:#333;
	text-shadow:1px 1px 0px #f7df0c;
}
.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;
}
/*List Plain*/
.list-plain,
.list-plain li {
	padding:0;
	margin:0 !important;
	list-style:none !important;
	line-height:2;
}

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

#wrapper {
	clear:both;
	padding:1em 0;
}
#sidebox {
	float:right;
	width:200px;
	padding-left:15px;
	margin-left:15px;
	padding-bottom:15px;
	border-left:2px solid #EEE;
}

/*Sidebox*/
#sidebox .block {
	background-color:#EEE;
	margin-bottom:10px;
	padding:10px;
	font-size:14px;
}
#sidebox .block h4 {
	color:#999;
	font-size:18px;
}
#sidebox .block.nopadding {
	padding:0;
}

/*Quote Form*/
.form-quote {
	
}
.form-quote .col.form {
	width:40%;
}
.form-quote .col.img {
	width:60%;
}
div.form-wrapper {
	background-color:#fcfcfc;
    box-shadow: 0 0 5px #B2BFD1 inset;
	border-radius:5px;
    box-sizing: border-box;
    padding: 10px;
}
div.form-wrapper .field label{
	color:#999;
	/*text-transform:uppercase;*/
	text-shadow:0 1px 0px #fff;
	font-size:14px;
}
div.form-wrapper .field input{
	color:#666;
	/*text-transform:uppercase;*/
	text-shadow:0 1px 0px #fff;
	font-size:14px;
}
div.form-wrapper .field.inline input[type="checkbox"], div.form-wrapper .field.inline label {
	display:inline !important;
}
div.form-wrapper .field input:hover{
	border
}
div.form-wrapper .field input:focus{
	
}

div.form-block.col2 div.field {
    min-width: 50%;
}
.form-block.col2 .field, .form-block.single .field {
    box-sizing: border-box;
    padding: 5px !important;
    width: 33%;
	margin:0;
}

/*Header*/
#header,#footer,#nav {
	display:block;
}
#header {
	padding-top:10px;
	background-color:#fff;
	background-image:url(images/bg-head.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#local-board {
	position:absolute;
	top:20px;
	right:0;
	overflow: hidden;
}
#header .col {
	vertical-align:middle;
}
#header h1 {
	text-align:center;	
}
#header h1 a {
	display:inline-block;
	background-image:url(images/logo.png);
	background-position:10px 0px;
	background-repeat:no-repeat;
	background-size:contain;
	width:220px;
	height:150px;
	text-indent:-9999px;
}

ul.menu li.logo {
	width:25%;	
}

.header-top {
	padding:40px 0px 40px;
	background-position:center top;
}
#header .social-icon p {
	width:120px;
	padding:5px 0px;
	text-align:center;
	transition:all 0.3s ease-in-out 0.0s;
	position:absolute;
	right:0px;
	margin:0;
	background-color:#fff;
	color:#445F9F;
	top:114px;
}
#header .social-icon p:hover {
	background-color:#445F9F;
}
#header .social-icon .fa.fa-facebook {
	color:#445F9F;
}
/*
#header .social-icon .fa.fa-linkedin {
	background-color:#0076B7;
	color:#fff;	
	top:156px;
}
#header .social-icon .fa.fa-google-plus {
	background-color:#ED412C;
	color:#fff;	
	top:192px;
}*/

/*Bubbles (header)*/
/*#header .bubbles {
	padding:20px 0 66px;
  background: url(images/bubbles/bubbles-mid.png);
  background: url(images/bubbles/bubbles_front.png) 0 100px,
              url(images/bubbles/bubbles_mid.png) 0 300px,
              url(images/bubbles/bubbles_back.png) 100px 250px;
	animation: wind 60s linear infinite;
}
@keyframes wind{
  0% {
    background-position: 0 190px, 0 285px, 100px 190px;
  }
  100% {
    background-position: 0px 1600px, 1000px 285px, 100px 700px;
  }

}*/

.header-top .vmiddle {
	text-align:center;	
}
.header-top .logo {
	width:330px;	
}
.header-top .col.info {
	text-align:right;
	color:#FFF;
}
.header-top .col.info h2 {
	color:#000;
	text-shadow:0 1px 5px rgba(255,255,255,0.3);
}

/*Nav*/
#nav {
	box-sizing:border-box;
}

/*Banner*/
#banner {
}
#banner .lightSlider li.lslide {
	position:relative;
}
#banner .lightSlider li .bar {
	position:absolute;
	z-index:10;
	bottom:30px;
	left:0;
	background-color:rgba(255,255,255,0.9);
	padding:10px;
	font-size:24px;
	font-weight:300;
	border-right:10px solid #ea183f;
	border-bottom-right-radius:10px;
	text-align:right;
	transition:all 0.2s ease-in-out 0s;
}
#banner .lightSlider li .bar:hover {
	padding-left:20px;
}
#banner .lightSlider li .bar a {
	text-decoration:none;
	border:2px solid #555;
	color:#555;
	font-size:14px;
	padding:5px 15px;
	transition:all 0.2s ease-in-out 0s;
	line-height:-10px;
	position:relative;
	top:-3px;
	border-radius:5px;
}
#banner .lightSlider li .bar a:hover {
	border:2px solid #ea183f;
	color:#ea183f;
}
#banner .lightSlider img {
	vertical-align:top;
	width:100%;
}

/*Brands*/
#footer-links .col.logos {
	text-align:right;
}
#footer-links .col.logos img {
	max-width:100px;
}

/*Footer*/

#pre-foot {
	margin-top:20px;
	background-image:url(images/footer.jpg);	
	background-size:cover;
	height:100px;
}

#footer-links {
	background-repeat:repeat;
	padding:30px 0 20px;
}

#footer-links .col {
	vertical-align:middle;
	width:50%;
}
#footer-links h2 {
	color:#333;
	/*color:#fff;
	text-shadow:0px 0px 1.9px #333;*/
	font-size:23px;
}
#footer-links h2 span{
	color:#ffe657;
	text-shadow:0px 0px 1.3px #333;
	font-size:19px;
}
#footer-base {
	padding:15px;
}
#footer-base p {
	margin:0;
	color:#000;
}
#footer-links .contact-box {
	padding:10px 25px;
	border-right:1px solid #066198;
	border-left:1px solid #6dc7ff;
}
#footer-links .col:last-child .contact-box {
	border-right:none;
}
#footer-links .col:first-child .contact-box {
	border-left:none;
}
#footer-links .contact-box h2 {
	font-weight:800;
	font-size:20px;
	color:#000;
	letter-spacing:0;
	margin-bottom:10px;
}
#footer-links .contact-box li {
	list-style:none;
}
#footer-links .contact-box a {
	display:block;
	border-top:1px solid #36a3e6;
	color:#CCC;
	padding:4px 0;
	color:#FFF;
	text-decoration:none;
	font-weight:300;
	transition:all 0.2s ease-in-out 0s;
}
#footer-links .contact-box a:hover {
	background-color:#36a3e6;
	padding-left:5px;
}
#footer {
	background-color:#f3f3f3;
	padding:12px 0;
	border-bottom:10px solid #efcc17;
	font-size:14px;
	font-weight:300;
}
#footer p {
	margin:0;
}
#footer p,
#footer ul li,
#footer ul li a {
	color:#aaa;
	font-size:13px;
	font-weight:800;
}
#footer .rzr {
	text-decoration:none;
	color:#aaa;
	transition:all 0.2s ease-in-out 0s;
}
#footer .rzr:hover {
	color:#000;
}
.footer-left,
.footer-right,
.footer-logo {
	vertical-align:middle;
	display:table-cell;
	width:33%;
}
.footer-right p {
	text-align:right;
}
.footer-logo {
	text-indent:-9999px;
	background-image:url(images/logo_foot.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:30px 0;
}

/*Contact Box*/
.contact-box {
	
}

/*Notification*/
.notification {
	margin-bottom:10px;
	padding:15px;
	border-radius:5px;
	color:#FFF;
	font-size:16px;
	display:none;
}
.notification a {
	color:#FFF;
}
.notification p {
	margin:0;
	color:#FFF;
	font-size:16px;
}
.notification p.info {
	font-size:12px;
	color:#EEE;
}
.notification.red {
	background-color:#972422;
}
.notification.green {
	background-color:#8AAA1F;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {	
	font-family:'Montserrat',Arial,sans-serif;
}
h1 {
	font-family:'Verveine',Arial,sans-serif;
	font-size:52px;
	color:#000;
	font-weight:300;
	line-height:1.5;
}
h2 {
	font-size:28px;
	color:#3ab0e4;
	font-weight:300;
	line-height:1.5;
}
h2 a {
	color:inherit;
	text-decoration:none;
}
h4,h3 {
	font-size:22px;
	color:#000;
	letter-spacing:-1px;
}
h4 {
	font-family:'Verveine',Arial,sans-serif;
	color:#999;
}
p {
	margin:1em 0;
	font-weight:100;
	font-size:16px;
	color:#000;
	font-weight:sans-serif, Raleway, Arial,;
}
b {
	font-weight:bold;
	font-weight:800;
}
a {
	color:#44a7d5;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	border:0;
	margin:30px auto;
	border-bottom:1px solid #EEE;
	width:60%;
	clear:both;
}
hr.blind {
	border:none;
}

/*Misc Global Classes*/
p.disclaimer {
	font-size:11px;
	color:#999;
}

/*Button*/
a.button {
	color:#F7DF0C;
	padding:5px 10px;
	text-decoration:none;
	border:2px solid #F7DF0C;
	transition:all 0.2s ease-in-out 0s;
}
a.button:hover {
	border-color:#000;
	color:#000;
}

/*BODY SIZES*/

.body-sidebox {
	float:left;
	width:200px;
}
.body-sidebox .block {
	width:184px;
	padding:8px;
	background-color:#EEE;
	border-radius:5px;
	margin-bottom:10px;
}
.body-sidebox .block p {
	font-size:13px;
	margin:0.5em 0;
}

/*bullet-label*/
.bullet-label {
	font-weight:800;
}
.bullet-label .fa {
	color:#f7df0c;
}

/*OTHER*/
.responsive {
	width:100%;
	vertical-align:top;
}
.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;
}
p.blue,
a.blue,
span.blue {
	color:#115283;	
}
.black {
	color:#333;
	font-size:30px;	
}
.left {
	float:left;
}
.right {
	float:right;
}
.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:#000;
}
.text-large {
	font-size:20px;
	color:#999;
}
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;	
}

/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
	width:20%;
}
.gallery:hover {
	border-color:#F7DF0C;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#999;
	font-size:12px;
	font-weight:bold
}
.fb-link {
	transition:all 0.2s ease-in-out 0.0s;
	text-decoration:none;
	font-weight:200;
	font-size:35px;
	color:#2d407f;
}
.fb-link .fa {
	color:#fff;
	font-size:28px;
	transition:all 0.4s ease-in-out 0.0s;
	background-color:#2d407f;
	padding:11px 15px 8px;
	border-radius:8px;
}
.fb-link:hover {
	color:#666;
}
.fb-link:hover .fa {
	background-color:#666;
	transform:rotate(360deg);
	border-radius:50px;
}


/*FORM*/
.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:#000;
	border-color:#F7DF0C;
}
input[type="submit"] {
	background-color:#F7DF0C;
	color:#FFF;
	border:none;
	padding:8px 35px;
	font-family:Raleway,Arial,sans-serif;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-color:#666;
}
input[type="submit"]:active {
	box-shadow:inset 0px 0px 5px #000;
}

/*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;
}

/*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 {
	border:2px solid #EEE;
}
.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 {
	font-weight:700;
	font-family: Raleway,Arial,sans-serif;
	color:#999;
}
.contact-container .field label {
	width:15%;
}
#map_canvas {
	width:100%;
	height:200px;
}

/*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:#70BFE4;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#70BFE4;
	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;
}

/*News*/
.news-block {
	border:1px solid #EEE;
	padding:10px;
}
.news-block .date {
	color:#999;
}

/*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:#C00;
}

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:#000;
	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 #285877;
}
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 #000;
}
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:11px;
	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;
}

/*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 {
	border-top:2px solid #d11d65;
	overflow:hidden;
	padding:10px 0;
}
.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:10000px;
	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-weight: normal !important;
}
.product-block p.title {
	font-size:20px;
	color:#F7DF0C;
	margin-bottom:0;
	letter-spacing: -1px;
	margin:0;
}
.product-block p.model {
	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 {
	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: #000000;
    line-height: 17px;
    margin: 0 0 20px;
    width: 100%;
}
table.specs tr {
    color: #000000;
    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: #000000;
    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: #000000;
    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 {
	color:#F7DF0C;
	font-size:18px;
}
.feature-block .block p {
	font-size:11px;
}

/*Breadcrumb*/
.breadcrumb {
	font-size:10px;
	color:#6B747C;
	margin:0 0 1em;
}
.breadcrumb a {
	text-decoration:none;
	color:#6B747C;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

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 {
	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;
}

/*Contact Box*/
.contact {
	padding:2em 0 1em;
	background-image:url(images/bg-phone.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	text-shadow:0 -1px 0 #FFF;
}
.contact h2 {
	font-family:BryantLGLight,Arial,sans-serif;
	color:#999;
}
.contact p.call {
	color:#888;
	font-size:18px;
	background-color:#F7DF0C;
	padding:5px;
	border-radius:5px;
	width:500px;
	margin:0 auto;
	color:#FFF;
	text-shadow: 0 -1px 0 #6F002D;
	box-shadow:0 -1px 0 #FFF;
	margin-top:5px;
}


/*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:#000;
}
ul.spec-list li p.label.full,
ul.spec-list li p.value.full {
	width:100%;
}
ul.spec-list li {
	border-bottom:1px dotted #CCC;
}
ul.spec-list li:first-child {
	border-top:1px dotted #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:#000;
}
.infobox p {
	font-size:18px;
}
.infobox .inner {
	background-color:#70bfe4;
	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;
}

/*Testimonial*/
.testimonial {
	padding:15px;
	border:1px solid #CCC;
	margin-top:1em;
	transition:all 0.2s ease-in-out 0s;
}
.testimonial:hover {
	border-color:#F7DF0C;
}
.testimonial p.author {
	color:#999;
	font-style:italic;
	transition:all 0.2s ease-in-out 0s;
}
.testimonial:hover p.author {
	margin-left:5px;
	margin-right:-5px;
	color:#d31f3a;
}


/*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 #000;
	position:relative;
	top:0;
	margin-right:4px;
}
.info-block .block p.button a.hover {
	background-color:#000;
}

/*Box*/
.box {
	overflow:hidden;
}
.box .block {
	padding:10px;
	float:left;
	width:auto;
}
.box .block.half {
	width:450px;
}
.box .block.right {
	float:right;
}
.box .block.first {
	padding-left:0;
}

/*Codes*/
.codes-tile {
	overflow:hidden;
}
.codes-tile div {
	float:left;
	width:233px;
	padding-top:130px;
	height:40px;
	background-color:#CCC;
	text-align:center;
	margin:10px 0;
	margin-left:20px;
}
.codes-tile h3 {
	font-weight:500 !important;
	color:#FFF;
	background-color:rgba(0,0,0,0.8);
	position:relative;
	bottom:0;
}
.codes-tile div.hover h3 {
	bottom:3px;
}
.codes-tile div.first {
	margin-left:0;
}

.codes-tile div.thoroughbred {
	background-image:url(uploads/index/codes/thoroughbred.jpg);
}
.codes-tile div.harness {
	background-image:url(uploads/index/codes/harness.jpg);
}
.codes-tile div.eventing {
	background-image:url(uploads/index/codes/eventing.jpg);
}
.codes-tile div.rodeo {
	background-image:url(uploads/index/codes/rodeo.jpg);
}

/*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;
}

#wrapper ul {
	list-style:square;
}
#wrapper ol li,
#wrapper ul li {
	margin:5px 0;
	margin-left:25px;
	font-size:16px;
	font-weight:300;
}
.video-box {
	width:480px;
	height:385px;
}
.form-block {
	overflow:hidden;
	display:block;
	margin:1em 0 0;
}
.field {
	margin-bottom:5px;
}
.mini-lab {
	font-size:14px;	
}
.form-block .field {
	float: left;
    width: 210px;
    margin: 0 10px 10px;
}
.form-block .field.textarea-full {
	width:100%;
	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;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	font-size:12px;
}
.form_subcaption {
	padding:6px 5px;
	margin-bottom:20px;
	color:#FFF;
	background-color:#999;
	font-size:14px;
}
input,select,textarea {
	transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
	font-family:'Open Sans',Arial,sans-serif;
	box-sizing:border-box;
}
input[type="submit"] {
    background-color: #70bfe4;
	border:2px solid #70bfe4;
    cursor: pointer;
    padding: 6px 30px;
	font-weight:700;
	font-size:14px;
	border-radius:25px;
	color:#fff;
	text-transform:uppercase;
}
input[type="submit"]:hover {
	border:2px solid #70bfe4;
	box-shadow:inset 0 0 5px #37AEF9;
    background-color: #fff;
	color:#4AD6FF;
}
input[type="submit"]:disabled {
	background-color:#f00;
	border:1px solid #999;
	color:#ccc;
}
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:#4AD6FF;
	box-shadow:0 0 3px #7AC0D9;
}
input[type="text"],input[type="password"],textarea,select {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size:12px;
	padding:8px 3px;
	border:1px solid #CCC;
	width:100%;
	border-radius:5px;
}
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;
}
.sidebox select { /*sidebox forms*/
	width:170px;
}
.sidebox input[type="text"], .sidebox input[type="password"], .sidebox textarea {
	background-color:#E1E1E1;
	border:1px solid #BBB;
	border-radius:3px;
	color:#777;
}
.sidebox input[type="text"]:hover, .sidebox input[type="password"]:hover, .sidebox textarea:hover {
	border:1px solid #AAA;
}

/*Services*/
.service{
	padding-right:10px;
	padding-top:10px;
	border:solid 1px #f3f3f3;
}
.service:hover{
	border:solid 1px #ccc;
	background-color:#f3f3f3;
}
.service:hover h3{
	color:#666;
}
.small p {
	font-size:14px;	
	text-align:center;
}

/*FAQ*/
.faq{
	margin-bottom:30px;
}
.q-faq{
	background-color:#F7DF0C;	
	color:#000;
	padding:15px 15px;
	border-radius:20px 20px 0px 0px;
	margin-top:-3px;
	margin-bottom:3px;
	transition:all 0.3s ease-in-out 0.0s;
}
.q-faq:hover{
	padding-left:25px;
	padding-right:5px;
}
.a-faq{
	color:#333;
	line-height:25px;
	padding:15px 15px;
	border-radius:0px 0px 20px 20px;
	margin-top:3px;
	margin-bottom:-3px;
	transition:all 0.3s ease-in-out 0.0s;
	border:1px solid #DDD;
}
.a-faq:hover{
	padding-left:20px;
	padding-right:10px;
}

/*home-icons*/
.home-boxes .col {
	text-align:center;
}
.home-boxes .col img {
	width:100%;
	transition:all 0.2s ease-in-out 0s;
	top:0;
}
.home-boxes .col a {
	text-decoration:none;
}

.bubble {
	background-size:cover;
	border-radius:3px;
}
.bubble.yellow-bub {
	background-image:url(images/headers/recruitment.jpg);
}
.bubble.green-bub {
	background-image:url(images/headers/events.jpg);
}
.bubble.purple-bub {
	background-image:url(images/headers/contact.jpg);
}
.bubble {
	position:relative;
	height:300px;
}
.bubble h4 {
	color:#fff;
	font-size:40px;
	position:absolute;
	background-repeat:no-repeat;
	background-size:1200px 1200px;
	transition:all 0.3s ease-in-out 0.0s;
	background-position:center 0px;
	border-radius:0 0 3px 3px;
	padding-bottom:5px;
	padding-top:20px;
	width:100%;
	bottom:0;
}
.bubble h4:hover {
	background-size:850px 850px;
	padding-bottom:15px;
}
.bubble.yellow-bub h4 {
	background-image:url(images/bubbles/yellow-bub.svg);
}
.bubble.green-bub h4 {
	background-image:url(images/bubbles/green-bub.svg);
}
.bubble.purple-bub h4 {
	background-image:url(images/bubbles/purple-bub.svg);
}


/*RECRUITMENT*/
.recruit {
	
}
.recruit .col {
	text-align:center;	
}
.recruit .col.rec-left {
	background-image:url(images/home-left.jpg);
	background-size:cover;
	height:333px;
}
.recruit .col.rec-right {
	background-image:url(images/home-right.jpg);
	background-size:cover;
	height:333px;
}
.recruit .recbubble {
	background-color:rgba(11,28,110,0.70);
	border-radius:220px;
	position:absolute;
	height:170px;
	width:250px;
	padding:40px 0;
	margin-top:45px;
	margin-left:130px;
	vertical-align:middle;
	transition:all 0.3s ease-in-out 0.0s;
}
.recruit .recbubble:hover {
	height:170px;
	width:265px;
	padding:50px 0;
	margin-top:35px;
	margin-left:122.5px;
	background-color:rgba(18,60,118,0.70);	
}
.recruit .recbubble p {
	color:#fff;
	font-size:28px; 
	font-weight:100;
	text-transform:uppercase;
	font-family:'AC Zag', ACZagBold, Arial, Helvetica, sans-serif;
}

/******* RESPONSIVE OVERRIDE **************/

@media screen and (max-width: 1615px) {
	#local-board {
		top: 1293px;
}
@media screen and (max-width: 800px) {
	ul.menu li.logo {
		width:20%;
	}
	#header h1 a {
		width:100%;
		height:110px;
	}
	#local-board {
		top:auto;
		bottom:0;
		display:none;
	}
	#nav {
		padding:0;
	}
	.header-right ul.spec {
		padding-left:0;	
	}
	.header-right ul.spec a {
		color:#FFF;
		text-decoration:none;
	}
	.header-right ul.spec li {
		text-align:center;
	}
	.frame {
		width:auto;
		margin:0px auto;
	}
	#header-links,#header-logo {
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}
	#header-links {
		display:none;
	}
	#wrapper {
		padding:10px;
	}
	#nav {
		overflow:hidden;
		height:auto;
	}
	#nav ul li.menulink {
		background-color:#F7DF0C;
		width:100%;
		padding:10px 0;
		text-align:center;
		border-bottom:1px solid #ffe657;
	}
	#nav ul li.menulink:hover {
		background-color:#000;
	}
	#footer {
		box-sizing:border-box;
		padding:20px 10px;
		text-align:center !important;
	}
	.footer-right p {
		text-align:center;
	}
	.product-info-block .block,
	.info-block .block,
	.info-block.three .block {
		width:auto;
	}
	.product-info-block .block img.main,
	.info-block .block img.main,
	.info-block.three .block img.main {
		width:100% !important;
		border:none;
	}
	.video-box {
		width:100%;
		height:auto !important;
	}
	#header h1 a {
		margin:0 auto;
		background-position:center;
	}
	#footer-links .col,
	#footer-links .col.logos {
		width:100%;
	}
	#footer-links .contact-box {
		text-align:left;
	}
	#footer-links 
	#footer .footer-logo {
		display:none;
	}
	#footer .footer-left {
		margin-bottom:10px;
	}
}

@media screen and (max-width: 600px) {
	#nav {
		padding-top:110px;
	}
	#nav ul.menu li.logo {
		position:absolute;
		top:10px;
		width:100%;
		background-position:center;
	}
	#header h1 {
		text-align:center;
	}
	#header .social-icon p {
		display:none;
	}
	ul.menu li,
	ul.menu li.phone {
		float:none;
		padding-right:0;
	}
	ul.menu li.phone {
		text-align:center;
		padding:10px 0;
	}
	ul.menu li a {
		text-align:center;
	}
	ul.menu li .menulink {
		border-right:none !important;
		border-left:none !important;
	}
	.coltable .col,
	.coltable.col3 .col,
	.coltable.col2 .col {
		display:block;
		width:100% !important;
	}
	ul.spec {
		padding-top:20px;
	}
	.footer-left,
	.footer-right {
		text-align:center;
	}
	.footer-right ul.links li {
		display:block;
		float:none;
	}
	.coltable.style0 .info {
		padding:10px;
	}
	h1 {
		font-size:28px;
	}
	h2 {
		font-size:22px;
	}
	.brands {
		text-align:center;
	}
	#footer-links,
	#footer-links .col.logos {
		text-align:center;
	}
	#footer-links .brands li {
		float:none;
		display:inline-block;
		padding:5px !important;
	}
	.recruit .recbubble {
		margin-left:25px;	
	}
	.recruit .recbubble:hover {
		margin-left:17.5px;	
	}
}
@media screen and (max-width: 400px) {
	.gallery {
		width:100%;
		box-sizing:border-box;
		margin:0 0 20px;
	}
}