@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
*/

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
html,body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
}
body {
	background:#FFF;
	font-size:18px;
	font-weight:300;
	font-family:clavo, serif;
	color:#222;
}

/*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.nopad .col{
	padding:0px !important; 
}
.coltable .col.first {
	padding-right:10px;
}
.coltable .col.last {
	padding-left: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.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.w60 {
	width:60%;
}
.coltable .col.w40 {
	width:40%;
}
.coltable .col.w30 {
	width:30%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable .col.w70 {
	width:70%;
}
.coltable .col.w25 {
	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.resp {
	max-width:100%;
	width:100%;
	vertical-align:top;
}
.coltable.space .col {
	padding-right:20px;
}
.coltable.space .col:last-child {
	padding-right:20px;
}
.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:#C7A073;
}
.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;
}

/*Grid Table*/
.grid-table {
    border: 1px solid #eee;
    border-collapse: collapse;
    width: 100%;
}
.grid-table th, .grid-table td {
    border-bottom: 1px solid #eee;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
}
.grid-table thead {
    background-color: #f8f8f8;
}
.grid-table thead th, .grid-table thead td {
    border-top: 1px solid #eee;
    color: #999;
    text-align: left;
}
.grid-table thead th.right {
    text-align: right;
}
.grid-table tbody tr:nth-child(2n) td {
    background-color: #fcfcfc;
}
.grid-table tbody tr:hover td {
    background-color: #f8f8f8;
}
.grid-table tbody tr:hover td.thumb img {
	opacity:1;
}
.grid-table td.price {
    min-width: 70px;
}
.grid-table td.thumb {
	width:150px;
}
.grid-table td.thumb img {
	width:100%;
	vertical-align:top;
	opacity:0.5;
	transition:all 0.2s ease-in-out 0s;
}
.grid-table th a, .grid-table td a {
	color:#003471;
	text-decoration:none;
}
.grid-table th a:hover, .grid-table td a:hover {
	color:#d71920;
}

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

/*Sale Slider*/
.sale-slider {
	max-height:400px;
	overflow:hidden;
}
.sale-slider li {
	width:25%;
	list-style:none;
}
.sale-slider li img {
	width:100%;
	vertical-align:top;
}
.sale-slider li .box {
	border:1px solid #e9c091;
	position:relative;
	box-shadow:3px 3px 5px #ac804e;
}
.sale-slider li .box .caption {
	position:absolute;
	display:block;
	width:100%;
	bottom:0;
	left:0;
	margin:0;
	padding:10px;
	background-color:#FFF;
	background-color:rgba(199,160,115,0.8);
	box-sizing:border-box;
	color:#FFF;
	text-transform:none;
	text-align:center;
	font-weight:300;
}

/*Content*/
.frame {
	width:1425px;
	margin:0px auto;
	position:relative;
}
.small-frame {
	width:900px;	
	margin:0px auto;
}
.wrapper-content > .frame {
	box-sizing:border-box;
}

.page-content-section {
	padding: 25px 0;
}
.page-content-section .plain-content {
	padding: 0 25px;
}
.green-strips .plain-content {
	padding: 25px 25px;
}

/*About Us*/

/* #ac804e #e9c091 */
.about-frame {
	max-width: 800px;	
	margin: 40px auto;
	border: 1px solid #e9c091;
	/*box-shadow: 2px 2px 3px #ac804e; */
	padding: 30px;
	transition: all 0.4s;
	text-align:left;
}
.about-frame:hover {
	box-shadow: 2px 2px 3px #ac804e;
}
.about-frame img {
	max-width: 224px;
	max-height: 277px;
	border: 1px solid #ac804e;
}
.about-frame .coltable > .col:last-child {
	padding-left:20px;
}
.about-frame p {
	text-align: justify;
}

/*Contact Us*/

.contact-frame {
	max-width: 1000px;
	margin: 0 auto;
}


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

/*Sections*/
.wrapper-content.section-contact {
	background-color:#C7A073;
	padding:20px 0;
}
.wrapper-content.section-contact h2 {
	color:#FFF;
	text-shadow:1px 1px 0 #ac804e;
}
.wrapper-content.section-contact .frame {
	width:1200px;
}
.row {
	width:auto;
	margin-left:-10px;
	margin-right:-10px;
}

/*Banner*/
#banner {
	position:relative;
}
.slider img {
	vertical-align:top;
}
.slider {
	position:relative;
}
.slider .slide-inner {
	display:table;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	z-index:1;
	height:750px;
	vertical-align:middle;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
.slider .slide-inner > .col {
	vertical-align:bottom;
	display:table-cell;
}
.slider .slide-inner h1,
.slider .slide-inner h3,
.slider .slide-inner h2 {
	color:#FFF;
}
.slider .slide-inner h1 {
	margin:0 0 50px;
	font-weight:300;
}
.slider .slide-inner .bnr-home .c-right {
	text-align:right;
}
.slider .slide-inner .bnr-home .c-right img {
	max-width:300px;
	display:inline-block;
}

/*Shadow*/
.footer .shadow,
#banner .shadow {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	background-image:url(images/custom/shadow-up.png);
	background-size:cover;
	height:30px;
}
.footer .shadow {
	background-image:url(images/custom/shadow-down.png);
	top:0;
	bottom:auto;
}

/*Header*/
.gradient-bar {
	height: 20px;
	
	background: #8b1c6d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #8b1c6d, #6c1253); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #8b1c6d, #6c1253); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #8b1c6d, #6c1253); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #8b1c6d, #6c1253); /* Standard syntax */
	
	text-align: right;
}
.gradient-bar p {
	color: #b729ad;
	font-size: 14px;
	padding-right: 50px;
}
.header,#footer,#nav {
	display:block;
}
#header {
	background-image:url(images/custom/home-hero.jpg);
	background-position:top center;
	background-size:cover;
}
.header {
	position:relative;
	z-index:100;
	padding:60px 0 0;
	background-color:rgba(0,52,113,0.9);
	transition:all 0.5s ease-in-out 0s;
}
body.page-index.no-banner p.logo i {
	display:none !important;
}
body.page-index.no-banner .header {
	margin-bottom:30px;
}
body.page-index.no-banner #banner {
	display:none;
}
body.page-index.banner .header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.header .col {
	vertical-align:middle;
}
.header .logo-wrap {
	height: 100%;	
	text-align:center;
}
.header .col.logo {
	width: 12%;
}
.header p.logo {
	margin:0;
	position:relative;
}
.header p.logo a {
	position:absolute;
	top:-75px;
	left:0;
	display:inline-block;
	background-image:url(images/logo.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:100%;
	height:150px;
	text-indent:-9999px;
	animation:logo-anim;
	animation-duration:1s;
	animation-delay:1s;
	transition:all 0.5s ease-in-out 0s;
}
.header p.logo i {
	display:block;
	width:209px;
	height:140px;
	position:absolute;
	top:81px;
	left:20px;
	text-indent:-9999px;
	background-image:url(images/custom/logo-word-shadow.png);
	background-size:contain;
	background-repeat:no-repeat;
	opacity:1;
}
.header .col.nav {
	width:44%;
}
.header .navbar {
	background-color:#d71920;
	border-bottom:4px solid #FFF;
}
.header .col.nav.nv-left {
	text-align:right;
}
.header .col.nav.nv-right {
	text-align:left;
}
.header .col.nav ul.menu {
	display:inline-block;
	vertical-align:top;
}
body.page-index .header.scroll,
.header.scroll {
	padding:0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.header.scroll p.logo {
	padding:5px 0;
}
.header.scroll p.logo a {
	top:-20px;
	height:50px;
}
.header.scroll p.logo i {
}
.header p.logo a:hover {
	transform:scale(0.9,0.9) rotate(-2deg);
}
@keyframes logo-anim {
	0% { transform:scale(1,1)}
	50% { transform:scale(1.2,1.2) rotate(-10deg);  }
	100% { transform:scale(1,1); }
}

/*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-weight:300;
	margin-bottom:20px;
	/*font-family:"freight-display-pro",clavo,serif; */
	font-family: "freight-display-pro",clavo,serif;
}
h1 {
	font-weight:800;
	font-size:50px;
	line-height:40px;
	color:#003471;
}
h2 {
	font-size:28px; /* 32px */
	line-height:40px;
	color:#C7A073;
}
h1 a,
h4 a,
h3 a,
h2 a {
	color:inherit;
	text-decoration:none;
}
h4 a:hover,
h3 a:hover,
h2 a:hover {
	text-decoration:underline;
}
h4,h3 {
	line-height:30px;
	font-size:24px;
	color:#d71920;
}
h4 {
	color:#999;
}
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b {
	font-weight:800;
}
h1 .alt,
h1.alt {
	font-size:26px;
	font-style:italic;
}
blockquote,
quote,
p {
	margin:0 0 20px;
}
.script {
	font-family:'Verveine',arial;
}
a {
	color:#C7A073;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
b {
	font-weight:800;
	font-weight:bold;
}
hr {
	border:0;
	background:url(images/custom/hr.png);
	background-size:cover;
	height:3px;
	width:100%;
	clear:both;
	margin:0 0 20px;
}
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;
	font-style: italic;
	text-align:justify;
}

/*Misc Global Classes*/
.disclaimer {
	font-size:12px;
	color:#999;
	font-style:italic;
}
.disclaimer-box {
	border:1px solid #fff;
	background-color:#f5f5f5;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	font-size:14px;
	color:#666;
	padding:10px 15px;	
}
h2 a.button {
	padding:3px 10px;
	font-size:28px;
}

/*Button*/
a.button {
	color:#FFF;
	padding:9px 25px 8px;
	text-decoration:none;
	background-color:#C7A073;
	transition:all 0.2s ease-in-out 0s;
	font-weight:300;
	display:inline-block;
	font-style:italic;
}
a.button:hover {
	background-color:#d71920;
	color:#FFF;
}
a.button.green {
	background-color:#93B10A;
}
.button-rotate {
	transition:all 0.2s ease-in-out 0s;
	transform:rotate(0deg);	
}
.button-rotate:hover {
	transform:rotate(3deg);	
}
.bt.bleed > .button:first-child {
	background-color:#BCBEC0;	
}
.bt.bleed > .button:last-child {
	background-color:#D1D3D4;	
}
.bt.bleed > .button:last-child {
	background-color:#003471;
    padding: 7px 25px;
}
.bt.bleed > .button{
    vertical-align: top;
}
.bt.bleed > .button i{
    font-size: 1.5rem;
}
.bt.bleed > .button:hover {
	background-color:#c7a073;
}

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

/*Product Box*/
ul.product-box {
    background-color: #fff;
    border: 1px solid #eee;
    display: block;
    list-style: outside none none;
    margin: 15px 0;
    overflow: hidden;
}
.product-box > li {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 25%;
}
.product-box li .box {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.product-box li .box:hover {
	background-color: #f3f3f3;
}
.product-box li .box:hover img {
	transform:scale(1.06,1.06)
}
.product-box li .box img {
	width:100%;
	vertical-align:top;
	transition: all 0.2s ease-in-out 0s;
}
.product-box li ul li {
    font-size: 13px;
}
.product-box .title {
    height: 60px;
    margin-bottom: -10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 2px 5px;
    position: relative;
    text-align: center;
}
.product-box .title .breed a,
.product-box .title .breed {
	color:#999;
	font-size:14px;
}
.product-box .title .white-ghost {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.product-box .title a {
    color: #c7a073;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 22px;
    text-decoration: none;
}
.product-box .price {
    color: #999;
    font-size: 14px;
    font-weight: 700;
}
.product-box .sub {
    color: #bbb;
    font-size: 14px;
    font-weight: 600;
}
.product-box .price_ex {
    color: #999;
    font-size: 12px;
    letter-spacing: -1px;
    text-align: center;
}
.product_box .feature {
    color: #7e98a9;
    font-size: 12px;
    letter-spacing: -1px;
}
.product-box div.options {
    display: table;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.product-box div.options .options-add, .product-box div.options .options-price {
    color: #fff;
    display: table-cell;
    font-weight: 300;
    margin: 0;
    padding: 12px 8px;
    width: 50%;
}
.product-box div.options .options-add {
    background-color: #b7dba5;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    transition: all 0.2s ease-in-out 0s;
}
.product-box div.options .options-price {
    background-color: #0ba5ca;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    vertical-align: middle;
}
.product-box div.options .options-add a {
    color: #fff;
    text-decoration: none;
}
.product-box div.options .options-add:hover {
    background-color: #eee;
    box-shadow: 0 0 5px #aaa inset;
    text-shadow: 0 0 3px #666;
}
.product-box .out-of-stock {
    color: #c83127;
    font-style: italic;
}

/*Quick Links*/
.quick-links {
	overflow:hidden;
}
.quick-links > li {
	float:left;
	list-style:none;
	margin-right:5px;
}

/*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:#d71920;
}*/
ul.bullet-list li::before {
	content:url('images/custom/bullet-xs.png');
}
ul.bullet-list li {
	position:relative;
	margin-left:25px;
	padding: 3px 0;
}
ul.bullet-list li::before {
	position:absolute;
	left:-25px;
	top:5px;
}
ul.bullet-list.med li {
	font-size:20px;
}

/*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;
}
.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;	
}
.grey {
	color:#888;	
}
.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:#C7A073;
}
.text-large {
	font-size:38px;
}
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;	
}
.text-white {
	color:#fff;	
}
.text-green {
	color:#C7A073;	
}

/*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:#d71920;
	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:#d71920;
	border-top:10px solid #FFF;
	color:#FFF;
}
.tile .tile-inner h2, 
.tile .tile-inner p {
	color:#FFF;
	margin:0;
}

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

/*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.catecol img{
	width:100%;
	vertical-align:top;
}
.coltable.catecol a,
.coltable.catecol a:hover {
	text-decoration:none;
}
.coltable.catecol h3{
	text-align:center;
	color:#231f20;
}
.coltable.catecol h3 b{
	font-weight:800;
}

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

.coltable.catelink .col a h3 {
	padding:5px 0;
	margin:0;
	margin-top:-40px;
	line-height:30px;
	position:relative;
	background-color:rgba(0,0,0,0.45);
	transition:all 0.3s ease-in-out 0.0s ;
	color:#fff;
}
.coltable.catelink .col a:hover h3 {
	margin-top:-50px !important;
	background-color:rgba(0,0,0,1);
}

/*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 {
	padding:10px;
}
.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:306px;
	display:block;
	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;
}

.concol .inner {
	padding:15px 25px 25px;
	border:1px solid #C7A073;
}

/*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:#d71920;
}
.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 {
	color:#999;
}
.filter-box li a.selected, 
.filter-box li a:hover {
	box-shadow:inset 0 0 rgba(0,0,0,0.5);
	background-color:#d71920;
	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:#C7A073;
}

/*News Feature*/
.news-feature img {
	width:100%;
}

/*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;
	margin:0 0 20px;
}
ul.gallery-list li h3 {
	font-size:32px;
	color:#d71920;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#d71920;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	box-shadow:inset 0 0 5px #C7A073;
	text-decoration:underline;
}
ul.gallery-list p {
	margin:0;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#d71920;
}
.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:#d71920;
}

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:#C7A073;
	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 #d71920;
}
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 #C7A073;
}
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;
}

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

/*Product Gallery*/
ul.product-gallery {
	list-style:none !important;
	overflow:hidden;
}
ul.product-gallery li {
	box-sizing:border-box;
	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:#C7A073;
}
.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:1C7A0730px;
	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: #C7A073;
    line-height: 17px;
    margin: 0 0 20px;
    width: 100%;
}
table.specs tr {
    color: #C7A073;
    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: #C7A073;
    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: #C7A073;
    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:16px;
	color:#999;
	margin:0 0 1em;
}
.breadcrumb a {
	text-decoration:none;
	color:#999;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.breadcrumb i {
	color:#CCC;
}

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

/*Green Strips*/
.green-strips {
	box-sizing:border-box;
	margin:20px 0;
	padding:20px;
	border-left:10px solid #AAC449;	
	transition:all 0.2s ease-in-out 0.0s;
}

.green-strips:hover {
	box-shadow:0 3px 12px #eee;
	border-color: #d71920;
	
}

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

/*Home Icons*/
.coltable.home-icon {
	margin:40px 0 20px;
}
.coltable.home-icon > .col {
	box-sizing:border-box;
}
.coltable.home-icon > .col img {
	border: 5px solid #e6e7e8;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: top;
    width: 50%;
}
.coltable.home-icon > .col h2 {
	padding-top:20px;
}
.coltable.home-icon a {
	text-decoration:none;
}
.coltable.home-icon > .col:hover img {
	transform:scale(1.1,1.1);
}

/*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:#C7A073;
}
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:#C7A073;
}
.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;
	box-sizing:border-box;
}

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

.test-box {
	background-color: #d3e987;
    border-left: 10px solid #93b10a;
	transition:all 0.2s ease-in-out 0.0s;
	padding:30px;
}
.test-box p {
	color:#323D00;
}
.test-box i {
	color:#758E03;
}
.test-box:hover {
	background-color: #DFF19F;
    border-left: 16px solid #93b10a;
}

/*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 #C7A073;
	position:relative;
	top:0;
	margin-right:4px;
}
.info-block .block p.button a.hover {
	background-color:#C7A073;
}
/*Home-Hero*/
.home-hero {
	border: medium;	
}
/*Panel*/
.panel {
	min-height: 352px;
	padding:0px;
	transition:all 0.2s ease-in-out 0s;
	background-color:rgba(255,255,255,0.60);
	border:2px solid #fff;
}
#accounting-panel {
	background-color: #8b1c6d;
}
#business-panel {
	background-color: #bccf0f;
}
#agrisector-panel {
	background-color: #00a684;	
}
.panel-img {
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;	
}
.panel-img img {
	width: 100%;
	vertical-align: middle;
	padding: 100px 0;
}
.panel-title {
	vertical-align: bottom;	
	padding: 10px 10px 11px;
	border-bottom:2px solid #fff;
}
.panel-title h2 {
	margin: 0;
	font-style:normal;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 1px;
}
.home-panel-wrap {
	padding: 10px;
	width: 100%;	
	box-sizing: border-box;
}
.home-panel-wrap .col {
	padding: 10px;
}
.image-wrap {
	position:relative;
	padding:3px;
	box-sizing:border-box;
}
.image-wrap img {
	width:100%;
	vertical-align:top;
}

/*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 Block*/
.news-wrap {
	margin:0 0 20px;
}
.news-block {
	background-color:none;
	border:1px solid #EEE;
}
.news-block .col {
	vertical-align:middle !important;
}
.news-block .col.news-image {
	width:40%;
	padding-right:30px;
}
.news-block .col.news-image img {
	width:100%;
	vertical-align:top;
}
.news-block.fullpage .col {
	vertical-align:top !important;
	padding:40px;
}
.news-block.fullpage .col:first-child {
	border-right:1px solid #eee;
}
.news-block .news-info {
	text-align:justify;
}
.news-block .media-wrap {
	position:relative;
}
.news-block .media-wrap p {
	margin:0;
	position:absolute;
	bottom:0;
	right:0;
	padding:10px;
	background-color:rgba(215,25,32,0.8);
	color:#FFF;
}
.news-block .date {
	font-weight:800;
	color:#999;
}
.video-box {
	width:480px;
	height:385px;
}
.form-block {
	overflow:hidden;
	display:block;
}
.field {
	margin-bottom:5px;
}
.form-block .field {
	float: left;
    width: 33%;
    padding: 5px;
	box-sizing:border-box;
}
.form-block.form-col2 .field {
	width:50%;
}
.form-block .field.full,
.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:5px;
	width:100%;
	box-sizing:border-box;
	float:none;
}
.form-block.single .field:first-child {
	margin:0 0 5px !important;
}
.form-block.single .field:last-child {
	margin:5px 0 0 !important;
}

#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;
}
label {
	color:#999;
	font-size:18px;
}
input,select,textarea {
	transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
	box-sizing:border-box;
}
input[type="submit"] {
    background-color: #C7A073;
    cursor: pointer;
    padding: 6px 30px;
	font-weight:300;
	font-size:18px;
	color:#fff;
}
input[type="submit"]:hover {
    background-color: #6f757e;
}
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:#d71920;
}
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;
}

/*FOOTER*/
.footer {
	position:relative;
	padding:30px 0;
	border-bottom:10px solid #003471;
	border-top:4px solid #FFF;
	background-color:#f8f8f8;
	color:#D1D3D4;
}
.footer li,
.footer p,
.footer a {
	color:#999;
}
.footer h4 {
	color:#D1D3D4;
	color: #d71920;
}
.footer p.copy {
	font-weight:400;
	color:#C7A073;
	font-size:20px;
	margin:0;
}
.footer p.razor {
	margin:0;
}
.footer p.razor a {
	color:#999;
	text-decoration:none;
	font-size:12px;
	transition:all 0.2s ease-in-out 0s;
}
.footer p.razor a:hover {
	color:#C7A073;
}
.footer h4 {
	font-size:32px;
	font-weight:bold;
}
.footer .button {
	color:#FFF;
}
.footer .foot-box {
	padding:40px 0;
}
.footer .foot-box > .coltable > .col {
	padding:0 30px;
}
.footer .nav li,
.footer .nav {
	list-style:none;
}
.footer .nav li {
	padding:0 0 10px;
}
.footer .nav li a {
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
.footer .nav li a:hover {
	color:#003471;
}
.footer .nav.ph li img {
	position:relative;
	top:8px;
}
.footer .box.news-feature a {
	text-decoration:none;
}
.footer .box.news-feature {
	padding:5px;
	border:2px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
    position: absolute;
    top: -15%;
    width: 250px;
    overflow: hidden;
    background-color: #fff;
}
.footer .box.news-feature p {
	font-size:14px;
	margin:0;
	position:relative;
	transition:all 0.2s ease-in-out 0s;
    text-align: center;
}
.footer .box.news-feature p.h3 {
    font-size: 20px;
    color: #003471;
}
.footer .box.news-feature p .date {
	transition:all 0.2s ease-in-out 0s;
	position:absolute;
	top:0px;
	right:0;
	font-size:10px;
	color:#FFF;
	background-color:#bcbec0;
	padding:2px 4px;
}
.footer .box.news-feature img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition:all 0.5s ease-in-out 0s;
}
.footer .box.news-feature:hover {
	border-color:#003471;
    transform: scale(1.1);
}
.footer .box.news-feature:hover p {
	color:#003471;
}
.footer .box.news-feature:hover .date {
	background-color:#003471;
}
.footer .box.news-feature:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

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

/*Pedi Table*/
.pedtab {
    border-collapse: separate !important;
    border-spacing: 10px !important;
    width: 100%;
}
.pedigree-table .pedtab {
    min-width: 600px;
}
.pedtab td {
    background-image: url("images/custom/pedi-bleed.jpg");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-right: 2px solid #c7a073;
    padding: 10px 0;
    position: relative;
    vertical-align: middle;
}
.pedtab td::after, .pedtab td::before {
    background-color: #c7a073;
    content: "";
    height: 2px;
    position: absolute;
    right: -17px;
    top: 0;
    width: 15px;
}
.pedtab td::after {
    bottom: 0;
    top: auto;
}
.pedtab td:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.pedtab p {
    font-weight: 800;
	margin:0;
}
.pedtab p b {
    font-weight: 400;
}
.pedtab td:last-child::after, .pedtab td:last-child::before, .tabs.tabs--contact .tabs__body::after {
	display:none;
}

/*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:#d71920;
	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;
}
#g-recaptcha-response {
	display: none!important;
}


/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width: 1500px) {
	.header p.logo i {
		display:none !important;
	}
	.header p.logo a {
		height:100px;
		top:-45px;
	}
	.header {
		padding:30px 0 0;
	}
	.footer .frame {
		width:100%;
	}
}
@media screen and (max-width: 1425px) {
	.wrapper-content.section-contact .frame,
	.frame {
		width:1300px;
	}
}
@media screen and (max-width: 1320px) {
	.wrapper-content.section-contact .frame,
	.frame {
		width:1200px;
	}
}
@media screen and (max-width: 1220px) {
	.wrapper-content.section-contact .frame,
	.frame {
		width:1100px;
	}
	ul.menu {
		margin: 0 auto;
	}
}
@media screen and (max-width: 1120px) {
	.wrapper-content.section-contact .frame,
	.frame {
		width:1000px;
	}
	.header p.logo a {
		height:90px;
	}
	.header.scroll p.logo a {
		height:60px;
		top:-13px;
	}
}
@media screen and (max-width: 1020px) {
	.wrapper-content.section-contact .frame,
	.frame {
		width:900px;
	}
}
@media screen and (max-width: 920px) {
	.wrapper-content.section-contact .frame,
	.frame {
		width:100%;
		margin:0px auto;
		box-sizing:border-box;
	}
	#header .frame {
		width:100%;
	}
	.header p.logo {
		background-size:cover;
	}
	.small-frame {
		width:100%;
	}
}
@media screen and (max-width:900px) {
	.header .col.nav {
		text-align:center;
	}
	.header p.logo {
		height:auto;
		position:static;
		background:none;
	}
	.text-right,
	.footer {
		text-align:center;
	}
	.banner .banner-content {
		padding-top:50px;
		padding-left:50px;
	}
	.header .logo-wrap {
		height:auto;
	}
	body.fixed #banner {
		margin-top:70px;
	}
	.header p.logo a {
		top:5px;
	}
	.header.scroll p.logo a {
		top:1px;
	}
}
@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;
	}
	#wrapper .wrapper-content {
		padding:15px 10px;
	}
	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;
	}
	.coltable .col.first,
	.coltable .col.last {
		padding:0 5px;	
	}
	.header {
		padding:110px 0 0;
	}
	.header p.logo a {
		top:10px;
	}
	.header.scroll p.logo {
		padding:0;
	}
	.header.scroll p.logo a {
		display:none;
	}
	.header.scroll .navbar {
		border: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;
		ext-align:center;
	}
	.article h2 {
		text-align:center;
	}
	.green-strips {
		margin: 0;
		padding: 0;
	}
	.waste-products-icons p {
		margin: 0;
	}
	.green-strips .plain-content {
		padding: 0 20px;
	}
	.footer .foot-box .col {
		margin:0 0 60px;
	}
	.about-frame img {
		width:100%;
		max-width:none;
		max-height:none;
	}
	.about-frame .coltable > .col:last-child,
	.about-frame .col {
		padding:0 0 20px;
	}
    .footer .box.news-feature{
        position: relative;
        top: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {
	.banner .banner-content {
		padding-left:10px;
		padding-right:10px;
	}
}