/*
Theme Name: Livid Instruments 2014
Theme URI: 	http://rasterform.com
Version: 1.0
Author: RASTERFORM
Site: http://rasterform.com
*/


body,
html {
		margin: 0;
		padding: 0px;
		height: 100%;
		width: 100%;
		font-size: 14px;
		font-family: 'Raleway', sans-serif;
}
/*.page-wrap {width:90% !important; max-width:1350px; margin: auto;}*/


.container-fluid,
.container {
		padding: 0;
		max-width: 1200px;
		margin: 0 auto;
}
.fullwidth {
		margin: 0 auto;
		padding: 0;
		width: 100% !important;
		max-height: 800px !important;
}
.single-content-pad {
		position: relative;
		font-size: 16px;
		line-height: 26px;
		margin: 0 auto;
		padding: 0 15px;
		max-width: 1200px;
}
.product-header-title-fullwidth {
		width: 100%;
		overflow: hidden;
		margin: auto;
		position: absolute;
		bottom: -80%;
		left: 0;
		right: 0;
		line-height: 35px;
		color: #fff;
}
.product-header-title-fullwidth h1 {
		font-size: 60px;
}
.product-header-title-fullwidth p {
		font-size: 28px;
}
.min-height {
		min-height: 720px;
}
/* link color */
a {
		transition: color 0.2s ease;
		color: #C82500;
}
a:focus,
a:hover {
		color: #C82500;
		text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
		font-weight: 400;
		margin: 25px 0;
}
h1,
.h1 {
		font-size: 40px;
}
h2,
.h2 {
		font-size: 34px;
}
h3,
.h3 {
		font-size: 28px;
}
h4,
.h4 {
		font-size: 24px;
}
h5,
.h5 {
		font-size: 14px;
}
h6,
.h6 {
		font-size: 12px;
}
/* Menus */
.navbar {
		margin: 0 auto;
		padding-top: 10px;
		height: 70px;
		border: none;
		border-radius: 0;
		background-color: #000;
		background-image: none;
		text-transform: uppercase;
		width: 100%;
}
body.admin-bar .navbar {
		margin-top: 32px;
}
.navbar h1 {
		margin: 0;
		font-weight: 100;
}
.navbar-inverse .navbar-brand {
		padding: 10px 0;
		margin-left: 10px !important;
}
.navbar-nav ul {
		list-style-type: none
}
.navbar-inverse .navbar-nav > li > a {
		transition: background-color 0.2s ease;
		color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
		background: #C82500;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
		background-color: #C82500;
		color: #FFFFFF;
}
.navbar-sub {
		background: #f0ede3;
}
.navbar-sub .navbar-nav > li > a {
		color: #666;
}
.navbar-sub .navbar-nav > li > a:hover {
		background: #dcd9d0;
		color: #000;
}
.navbar-inverse .navbar-brand .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
		background-color: rgba(0, 0, 0, 0);
		color: #FFFFFF;
}
#mainmenu {
		float: right;
}
a > img {
		opacity: 1;
		transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		-webkit-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
}
a > img:hover {
		opacity: .8;

}
.royalSlider img {
		opacity: 1;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
}
.royalSlider img:hover {
		opacity: 1;
}
/* Featured Content */
.featured {
		display: block;
		background: #fff;
		min-height: 50px
}
.featured .item-featured {
		position: relative;
		overflow: hidden;
		padding: 0;
		max-height: 400px;
}
.featured img {
		z-index: 50;
		width: 100%;
		height: auto;
		opacity: 0.6;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.featured .item-featured:hover > a img {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
.yt-featured {
		width: 132.9%!important;
		margin-left: -15%;
}
.featured .caption {
		position: absolute;
		bottom: 0;
		z-index: 100;
		width: 100%;
		background: url(img/bg.png) repeat-x;
		color: #fff;
}
.featured .cat {
		padding: 0 20px;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 0 0 3px #000;
		font-weight: 700;
		font-size: 12px;
}
.featured .date {
		padding: 0 20px;
		color: #ccc;
		text-transform: uppercase;
		text-shadow: 0 0 3px #000;
		font-weight: 700;
		font-size: 12px;
}
.featured .title {
		margin: 0;
		padding: 25px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 200;
		font-size: 27px;
		border-right: #fff thin solid;
}
.featured p {
		margin: 0;
		padding: 5px 25px;
		font-size: 18px;
}
.spacer {
		height: 70px;
}
.archive-title {
		margin: 40px;
		text-transform: uppercase;
}
/*** Grid ***/
.grid-content {
		float: right;
		padding: 10px 0;
}
.grid-spacer {
		width: 100%;
		height: 100%;
}
.grid-category {
		margin: 0px 0 0 0;
		color: #333;
		text-transform: uppercase;
		font-size: 14px;
		text-align: center;
}
.grid-tag {
		margin: 0px 0 0 0;
		color: #333;
		font-size: 14px;
		text-align: center;
}
.grid-title,
.post-title {
		margin: 10px 0 10px 0;
		text-transform: uppercase;
		font-size: 24px;
		text-align: center;
}
.grid-title a,
.post-title a {
		color: #fff;
}
.link_image img {
		height: auto;
		line-height: 0;
		margin: 10px 0 15px;
		width: 100%;
}
.grid-title a:hover,
.post-title a:hover {
		color: #C82500;
}
.grid-title-block,
.single-title-content,
.post-title {
		background: rgb(0, 0, 0) transparent;
		background: rgba(0, 0, 0, 0.4);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
		padding: 10px 20px;
		width: 100%;
}
/*VERTICAL CENTER TEXT BLOCK IN DIV */











.grid-thumb {
		padding: 10px 0 0px 0;
}
.grid-text {
		padding: 15px 0 0 0;
}
.grid .item {
		float: left;
		width: 100%;
		height: 200px;
		background: #fff;
		margin-bottom: 10px;
}
/*.grid .item img {
	margin: 10px 0 15px 0;
	width: 100%;
	height: auto;
	line-height: 0;
}*/
.grid .item-w2 {
		width: 40%;
}
.grid .item-h2 {
		height: 322px;
}
.grid .item-h3 {
		height: 485px;
}
/* isotope */
.isotope .isotope-item {
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		transition-duration: 0.8s;
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		transition-property: transform, opacity;
}
/* Pagination */
.pagination {
		padding: 0 0 0 15px;
}
.pagination span,
.pagination a {
		padding: 9px 14px;
		border: 1px solid #eee;
}
/* single */
body.single {
		float: none;
}
.single {
		float: left;
		margin: 0;
		padding: 0;
}
.page-header {
		width: 100%;
		height: 480px;
		text-align: center;
		overflow: hidden;
		position: relative;
		margin-top: 0px;
}
.page-header-full {
		width: 100%;
		height: 800px;
		text-align: center;
		overflow: hidden;
		position: relative;
		margin-top: 0px;
}
.single-header {
		width: 100%;
		height: 400px;
		text-align: center;
		overflow: hidden;
		margin-top: 0px;
		position: relative;
		margin-bottom: 30px;
}
.header-image-crop {
		width: 100%;
		height: 480px;
		min-height: 300px;
		text-align: center;
		overflow: hidden;
}
/*.single-title-content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

*/




.single-title-content {
		position: relative;
		width: 100%;
		text-align: center;
}
.page-title-content {
		position: absolute;
		top: -490px;
		left: 0px;
		right: 0px;
		text-align: center;
		width: 100%;
		color: #fff;
}
/*.single-title-content {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 25% 0 0;
  opacity: 0.8;
  padding: 3% 5% 1%;
  position: absolute;
  text-align: center;
  width: 100%;
}*/
.single-title {
		margin: 40px 0;
		padding: 0;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 40px;
		color: #fff;
}
.page-title-content .single-title {
		font-size: 50px;
		margin: 0;
		font-weight: 600;
}
.single-spacer {
		padding: 0 15px;
		position: relative;
}
.single-content {
		position: relative;
		font-size: 16px;
		line-height: 26px;
		margin: 0 auto;
		padding: 0 15px;
}
.single-in {
		padding: 0;
}
.meta {
		margin: 0 0 15px 0;
		padding: 0;
		color: #999;
		text-transform: uppercase;
		text-align: center;
		font-size: 14px;
}
.cat {
		margin: 10px 0 0 0;
		color: #333;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 13px;
}
.tag-post {
		color: #C82500;
		text-transform: capitalize;
		text-align: center;
}
.spacer-single {
		height: 100px;
}
.single-tags {
		margin: 20px 0;
}
/* Comments */
#comments h3 {
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 20px;
}
input {
		margin: 5px 10px 5px 0px;
		padding: 5px;
		border: none;
		background: #eee;
}
textarea {
		float: left;
		padding: 10px;
		width: 90%;
		border: none;
		background: #eee;
}
#submit {
		margin-top: 10px;
		background: #ccc;
		color: #fff;
		text-transform: uppercase;
		padding: 15px 20px;
}
/*.videoWrapper {
	position: relative;
	margin-bottom: 70px;
	padding-top: 25px;
	padding-bottom: 56.25%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.link-video {
	position: relative;
}
.link-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -25px;
	background: url(img/circle-white.png) no-repeat center center;
}
*/
/* Gallery */
.gallery {
		margin: 0 0 10px 0!important;
}
.gallery-item {
		float: left;
		margin: 0!important;
		width: 33.333333%;
		text-align: center;
}
.gallery img {
		margin: 5%!important;
		width: 90%!important;
		border: none!important;
}
.gallery-caption {
		margin-left: 0;
}
/* Primary Sidebar */
.sidebar {
		float: right;
		margin-top: 20px;
}
.sidebar .widget {
		padding: 10px;
}
.sidebar .widget h3 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
}
.sidebar .widget a {
		display: block;
		padding: 10px 15px;
		border-bottom: 1px solid #eee;
}
.sidebar .widget ul {
		padding: 0;
		list-style-type: none;
}
.sidebar .widget ul li a {
		padding-left: 0;
}
.sidebar .social {
		float: left;
		margin: 0 0 15px;
		width: 100%;
}
.sidebar .social a {
		display: inline-block;
		padding: 10px;
}
/* Tab */
.sidebar #myTab {
		margin-top: 20px;
}
.tab-spacer {
		padding: 0 10px 0 10px;
}
.tab-content {
		float: left;
		margin: 0px 0 60px 0;
		width: 100%;
}
.tab-content a {
		float: left;
		padding: 10px 0;
		min-height: 100px;
		width: 100%;
		text-decoration: none;
}
.tab-content a:last-child {
		border: none;
}
.tab-content img {
		float: left;
		margin: 0 20px 10px 10px;
		padding: 0;
		width: 60px;
		height: 60px;
		border: 0;
}
.tab-content .title {
		margin: 5px 0 0 0;
		color: #C82500;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 16px;
}
/* Secondary Sidebar */
.sec-sidebar {
		float: right;
		margin: 0;
		padding: 0;
		width: 100%;
		margin-top: 20px;
}
.sec-sidebar .widget {
		padding: 10px 10px 20px 10px;
}
.sec-sidebar .widget a {
		display: block;
		padding: 10px 15px;
		border-bottom: 1px solid #eee;
}
.sec-sidebar .widget h3 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
}
.sec-sidebar .widget ul {
		padding: 0;
		list-style-type: none;
}
.sec-sidebar .widget ul li a {
		padding-left: 0;
}
/* Footer */
.footer {
		float: left;
		padding: 20px;
		width: 100%;
		background: #000;
		color: #fff;
		margin-top: 20px;
}
.footer .row {
		max-width: 1280px;
		margin: 0 auto;
}
.footer span {
		text-transform: uppercase;
}
.footer .textwidget {
		font-size: 16px;
}
/* General */
.row {
		margin: 0;
		padding: 0;
}
.panel {
		background: #eee;
}
/* Search */
.result {
		margin-left: 5px;
		text-transform: uppercase;
}
#search-term {
		border: none;
		background: none;
		box-shadow: none;
}
.search-cont {
		padding: 0;
}
.btn-default {
		border: none;
		background: none;
}
/*CUSTOM ////////*/



.vvqbox {
		display: block;
		margin: 50px auto !important;
		max-width: 100%;
		visibility: visible !important;
}
.link_image,
.post-thumb {
		width: 100%;
		min-height: 250px;
}
.post-thumb {
		margin-bottom: 30px;
		width: 100%;
		height: auto;
}
.page-id-6 .single-title {
		display: none;
}
#mc_embed_signup .mc-field-group {
		clear: left;
		min-height: 50px;
		padding: 5px 0 !important;
}
#mc-embedded-subscribe {
		margin: 10px auto;
		text-align: center;
}
#mc_embed_signup input.button {
		margin-top: 10px;
}
#mc_embed_signup .mc-field-group input {
		border: none !important;
}
#mc_embed_signup .mc-field-group .asterisk {
		position: relative;
		right: inherit;
		top: inherit;
}
.footer #mc_embed_signup {
		clear: left;
		font: 14px;
}
.footer #mc_embed_signup .button {
		background-color: #C82500 !important;
		font-weight: normal;
		color: #fff;
		padding: 10px 15px;
}
.footer #mc_embed_signup form {
		display: block;
		padding: 0 !important;
}
.footer #mc_embed_signup label {
		display: none !important;
}
.footer #mc_embed_signup input.email {
		display: block;
		margin: 15px 0 !important;
		min-width: 130px;
		padding: 8px 0;
		text-indent: 5px;
		width: 58%;
}
.footer #mc_embed_signup input {
		border: none;
}
.footer input {
		color: #000;
}
#social #reply-title,
#social .social-nav .social-current-tab {
		background: none !important;
}
.wp-caption-text {
		font-style: italic;
		color: #707070;
		text-align: center;
		margin: 15px 0 !important;
}
.wp-caption {
		margin-bottom: 24px;
}
.ppt {
		display: none !important;
}
.nocomments {
		display: none;
}
body.category .meta {
		text-align: center;
}
.date {
		display: none;
}
ul {
		margin-left: 0;
}
ul li {
		margin-bottom: 10px;
}
.sidebar .btn {
		background: #C82500 !important;
		border: none !important;
}
.sidebar .social {
		text-align: center !important;
}
.sidebar .social a {
		display: inline-block !important;
}
.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
}
.navbar-toggle {
		margin: 5px 0;
}
#menu-main .dropdown-menu {
		background-color: #000;
		border: none;
}
#menu-main .dropdown-menu > li > a {
		color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #000;
		color: #FFFFFF;
}
#menu-main .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
		background-color: #C82500;
		text-decoration: none;
}
.google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
}
.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
		background-color: #C82500;
		color: #FFFFFF;
}
/*.product-buttons { text-align:center; width:100%; position:absolute; left:0; right:0; top:360px; z-index:9999;}
.product-buttons ul.nav-pills { display:inline-block; }
.product-buttons li { display:inline; margin-right:20px; }
.product-buttons a { float:left; }*/

/** html .product-buttons ul.nav-pills { display:inline; }*/ /* IE6 */
/**+html .product-buttons ul.nav-pills { display:inline; }*/ /* IE7 */


/*.product-buttons {
	margin-top: -8% !important;
	margin-bottom: 2% !important;
	background-color:#000;
}
*/


.hardware-block {
		width: 100% !important;
		height: 300px !important;
		padding: 10px !important;
}
.border-bottom {
		border-bottom: 1px #ECECEC solid !important;
}
.black-btn {
		background-color: #000000 !important;
		color: #fff !important;
}
.product-buttons {
		margin-bottom: 20px;
		padding: 30px 15px;
		border: none !important;
}
.product-buttons .wpb_button {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-image: none;
		border-style: solid;
		border-width: 1px;
		color: #333333;
		cursor: pointer;
		display: inline-block;
		font-size: 18px !important;
		line-height: 24px !important;
		padding: 15px 0!important;
		margin: 0 auto;
		text-align: center !important;
		text-shadow: none !important;
		vertical-align: middle;
		width: 100%;
}
.product-buttons2 {
		margin: 0 -30px 5px -30px !important;
		padding: 0px;
		border: none !important;
}
.product-buttons2 > div {
		padding: 0px 20px 0 0 !important;
		border: none !important;
}
.product-buttons2 > div:first-child {
		padding-left: 0 !important;
}
.product-buttons2 > div:last-child {
		padding-right: 0 !important;
}
.product-buttons2 .wpb_button {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-image: none;
		border-style: solid;
		border-width: 1px;
		background-color: #000000 !important;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 18px !important;
		line-height: 24px !important;
		padding: 15px 0!important;
		margin: 0 auto !important;
		text-align: center !important;
		text-shadow: none !important;
		vertical-align: middle;
		width: 100%;
}
.product-buttons2 .wpb_button:hover,
.product-buttons2 .wpb_button:focus,
.product-buttons2 .wpb_button:active,
.product-buttons2 .wpb_button.active {
		background-color: #C82500 !important;
		color: #fff !important;
}
.product-buttons.affix {
		position: fixed;
		top: 300px;
		z-index: 9999;
		left: 0;
		right: 0;
		padding: 15px 10px 10px 10px !important;
		background-color: #fff;
}
.product-header-title {
		width: 100%;
		overflow: hidden;
		margin: auto;
		position: absolute;
		top: -428px;
		left: 0;
		right: 0;
		color: #fff;
}
body.page-id-488 .product-header-title {
		color: #000;
		top: -412px;
}
body.page-id-488 .single-title {
		color: #000;
}
.product-header-title h1 {
		font-size: 60px;
}
.product-header-title p {
		font-size: 28px;
		line-height: normal;
}
.product-header-text {
		padding: 30px 30px 0 30px;
		line-height: 2;
}
.product-header-text h1 {
		font-size: 50px;
		margin-bottom: 18px;
}
.product-header-text p {
		font-size: 24px;
		line-height: 30px;
}
.btn-border {
		border: 1px solid;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
		color: #FFF;
		text-decoration: none;
		background-color: #C82500;
		outline: 0px none;
}
/* get rid of bootstrap rounded corners ////////////////////////////////////////////////////////////////////*/


* {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
}
/* home page ////////////////////////////////////////////////////////////////////*/



.nopadding {
		padding: 0 !important;
}
.page-template-page-home-php .footer {
		margin-top: 0px;
}
.home .single-title-content {
		display: none;
}
.home-button {
		max-width: 40%;
}
.home-block {
		margin: 30px 0 !important;
		height: 480px;
		min-height: 300px !important;
		color: #fff !important;
		text-align: center;
		width: 100%;
		padding: 0 !important;
}
.home-block-title {
		color: #fff;
		float: none !important;
		margin: 10px auto 0 !important;
		padding: 20px 10px;
		text-align: center !important;
		width: 550px !important;
}
.black {
		color: #000 !important;
}
.home-block-image {
		padding: 10% 0;
		margin-bottom: 15px;
}
body.page-template-page-home-2-php {
		background-color: #fff;
}
.home-block-image2 {
		padding: 10% 0;
		margin-bottom: 15px;
}
.home-block-title2 {
		color: #fff;
		background: none repeat scroll 0 0 rgba(50, 50, 50, 0.5);
		border: medium none;
		margin: 0 60% 0 0;
		padding: 2%;/*   text-shadow: 0 1px 1px rgba(150, 150, 150, 0.75);*/
}
body.page-template-page-home-3-php {
		background: #ACACAC;
}
.home-block-title h1,
.home-block-title2 h1 {
		font-size: 44px !important;
		text-transform: uppercase;
		margin: 0 !important;
}
.home-block-title p,
.home-block-title2 p {
		font-size: 20px;
		margin: 0 !important;
}
.home-block-title .wpb_text_column {
		margin: 0 !important;
}
.home-block .wpb_button {
		background-color: #C82500 !important;
		color: #FFFFFF !important;
		margin-top: 15px;
}
.home-block .wpb_button {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #C82500;
		border: none;
		color: #333333;
		cursor: pointer;
		display: inline-block;
		font-size: 18px;
		line-height: 24px;
		padding: 15px 20px;
		text-align: center;
		vertical-align: middle;
		max-width: 40%;
		margin-top: 15px;
		color: #fff;
}
.home-block .wpb_button:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
		border-color: #C82500;
}
.home-block-title .btn,
.home-block-title2 .btn {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #C82500;
		border: none;
		color: #333333;
		cursor: pointer;
		display: inline-block;
		font-size: 18px;
		line-height: 24px;
		padding: 15px 20px;
		text-align: center;
		vertical-align: middle;
		max-width: 40%;
		margin-top: 15px;
		color: #fff;
}
.home-block-title .btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
		border-color: #C82500;
}
/*.home-block {
   opacity:0.5;
   z-index: 50;
   opacity: 0.8;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
*/



/*.home-block:hover {
   opacity: 1;
   background-color: #000;

   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);

}*/



/* post / page nav ////////////////////////////////////////////////////////////////////*/

.arrowLeft a {
		position: fixed;
		z-index: 100;
		left: -5px;
		top: 42%;
		padding: 15px 10px;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
}
.arrowLeft a:hover {
		left: 0;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
		color: #c82500;
}
.arrowRight a {
		position: fixed;
		z-index: 100;
		right: -5px;
		top: 42%;
		padding: 15px 10px;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
}
.arrowRight a:hover {
		right: 0;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
		color: #c82500;
}
.arrowNav a {
		color: #000;
		background: #fff;
		text-decoration: none;
		font-size: 26px;
		padding: 20px;
		opacity: 0.4;
}
/* royalslider ////////////////////////////////////////////////////////////////////*/

#new-royalslider-1 {
		display: block;
		min-height: 250px !important;
		width: 100%;
}
.rsSBlock,
.rsABlock {
		padding: 18px;
		background: none;
		color: #000;
}
.rsSBlock h2,
.rsABlock h2 {
		font-size: 30px;
		margin: 0px !important;
		font-style: italic;
}
.rsSBlock h1,
.rsABlock h1 {
		font-size: 36px;
		margin: 0 0 5px 0 !important;
		text-align: center !important;
}
.zero-h-margin {
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow: hidden;
}
.zero-bottom {
		margin-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow: hidden;
}
.zero-bottom .wpb_wrapper {
		margin-bottom: 0 !important;
}
.pull-up {
		margin-top: -250px;
}
/* visual composer ////////////////////////////////////////////////////////////////////////////*/

/*.wpb_image_grid .wpb_image_grid_ul img {
	display: block;
	height: auto;
	max-width: 100%;
	padding-bottom: 40px;
	padding-right: 40px;
}
*/

button.wpb_btn-large,
span.wpb_btn-large {
		padding: 15px 20px !important;
}
/*.wpb_wrapper {
	margin-bottom: 10px;
}
*/

.wpb_wrapper {
	text-align: center;
}

.wpb_button {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #C82500 !important;
		border-image: none;
		border-style: solid;
		border-width: 1px;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 18px !important;
		line-height: 24px !important;
		padding: 15px 20px !important;
		margin-top: 0;
		text-align: center !important;
		text-shadow: none !important;
		vertical-align: middle;
		margin: 0 5px;
		min-width: 200px;
}
.btn-primary {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #C82500;
		border: none !important;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 18px !important;
		line-height: 24px !important;
		padding: 15px 20px !important;
		margin-top: 0;
		text-align: center !important;
		text-shadow: none !important;
		vertical-align: middle;
		margin: 0 5px;
}
.btn-primary:hover {
		background-color: #000;
		border: none !important;
		color: #fff;
}
.wpb_button:hover,
.wpb_button:focus,
.wpb_button:active,
.wpb_button.active,
.open .dropdown-toggle.wpb_button {
		background-color: #000 !important;
		color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
		border: none !important;
}
body.page-template-page-home-php .wpb_button {
		width: 200px;
}


button.wpb_btn-small, span.wpb_btn-small {
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 8px 12px !important;
	margin:10px auto !important;
}

body.page-id-8 .wpb_single_image {margin-bottom:0 !important;}




.post-title {
}
.post-thumb {
}
.vc_separator {
		margin-top: 30px;
}
div.dark_square .pp_close {
		width: 27px !important;
		height: 27px !important;
		background: url("img/close.png") no-repeat scroll right top rgba(0, 0, 0, 0) !important;
}
/* footer ////////////////////////////////////////////////////////////////////////////*/

.menu-footer-links-container ul {
		list-style-type: none;
		font-size: 24px;
}
.menu-footer-links-container ul li {
		margin: 24px 0;
}
.menu-footer-links-container a {
		color: #fff !important;
}
.footer a {
		color: #FFFFFF !important;
}
#text-2 a {
		float: left;
		margin-right: 10px;
		display: block;
		clear: right;
}
/* dealer page stuff ////////////////////////////////////////////////////////////////////////////*/



.page-id-172 .single-spacer h1,
.page-id-298 .single-spacer h1 {
		font-size: 20px;
		line-height: 1.8em;
}
.page-id-172 .single-spacer h2,
.page-id-298 .single-spacer h2 {
		font-size: 18px;
		line-height: 1.8em;
}
.page-id-172 .single-spacer h3,
.page-id-298 .single-spacer h3 {
		font-weight: bold;
		font-size: 16px;
		line-height: 1.8em;
}
.page-id-172 .single-spacer h4 {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8em;
		margin-top: 20px !important;
		margin-bottom: 10px !important;
}
.page-id-172 .single-spacer h5 {
		font-size: 16px !important;
		font-weight: bold !important;
		line-height: 1.8em !important;
		margin-top: 20px !important;
		margin-bottom: 10px !important;
}
.dealer-nav {
		margin-bottom: 0 !important;
}
.dealer-nav h1 {
		font-size: 28px !important;
}
.footer-icons {
		width: 100%;
		display: block;
		height: 30px;
		float: none;
		margin-top: 25px;
}
.footer p {
		margin-bottom: 25px;
}
/*
a[name] {
	padding-top: 140px;
	margin-top: -140px;
	display: inline-block;
}

*/

body.parent-pageid-8 a[name] {
		padding-top: 0px;
		margin-top: 0px;
		display: inline-block;
}
/*SYMPLE SHORTCODES
*/
.symple-tabs ul.ui-tabs-nav {
		border: none !important;
		text-align: center !important;
		padding: 0;
		display: table !important;
		margin: 0 auto !important;
}
.symple-tabs ul.ui-tabs-nav li {
		display: inline !important;
		height: 40px;
		margin: 0 !important;
		outline: medium none;
		padding: 0 !important;
		width: auto;
}
.symple-tabs ul.ui-tabs-nav li a {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: #F5F5F5;
		border: none !important;
		color: #444444;
		display: block;
		font-size: 1em;
		height: 39px;
		line-height: 40px;
		margin: 0 5px 0 0 !important;
		outline: medium none;
		padding: 0 20px;
		text-decoration: none;
		width: auto;
}
.symple-tabs ul.ui-tabs-nav li a:hover {
		background: none repeat scroll 0 0 #EEEEEE;
		color: #333333;
}
.symple-tabs ul.ui-tabs-nav .ui-state-active a {
		background: none repeat scroll 0 0 #FFFFFF;
		border: none !important;
		color: #111111 !important;
		height: 40px;
		margin: 0 0 0 -1px;
		padding-top: 4px;
		position: relative;
		top: -4px;
}
.symple-tabs ul.ui-tabs-nav .ui-state-active a:hover {
		background: none repeat scroll 0 0 #FFFFFF;
}
.symple-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
		margin-left: 0;
}
.symple-tabs ul.ui-tabs-nav li:first-child a {
		border: none !important;
}
.symple-tabs .tab-content {
		background: none repeat scroll 0 0 #FFFFFF;
		border: none !important;
		padding: 20px;
}
.symple-tabs ul.tabs:before,
ul.tabs:after {
		content: " ";
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
}
.symple-tabs ul.tabs:after {
		clear: both;
}
.symple-tabs ul.tabs {
}
.symple-tabs .ui-tabs-hide {
		display: none;
}
.symple-tabs:before,
ul.symple-tabs:after {
		content: " ";
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
}
.symple-tabs:after {
		clear: both;
}
.symple-tabs {
}
.symple-tabs .ui-tabs-hide {
		display: none;
}
.symple-tabs .tab-content {
		background: none repeat scroll 0 0 #FFFFFF;
		border: none !important;
		padding: 0px;
		margin-top: 5px;
}
.setname {
		color: #5a5a5a;
}



.sitelink {margin-top:40px !important;}
.sitelink a {color: #525252 !important;}


@media only screen and (max-width: 1200px) {
/*.container-fluid, .col-md-12 {
   padding: 0px !important;
  }*/
.single-content {
		padding-left: 15px;
		padding-right: 15px;
}
#mainmenu {
		padding-right: 15px;
}
/*.single-content {
   padding: 1%;
  }
 *//*.product-buttons {
  margin-top: -10% !important;
  margin-bottom: 5% !important;
 }
 */}

@media only screen and (max-width: 991px) {
/*   DONT BREAK THE GRID*/
.grid-content {
		width: 100%
}

.int-nav img {width:100%; height:auto;}
.int-nav p {line-height:20px;}

/*.product-buttons {
   margin-top: -12% !important;
   margin-bottom: 5% !important;
  }
 */.product-buttons .wpb_button {
		font-size: 16px !important;
		line-height: 24px !important;
}
.sidebar {
		float: none;
}
.rsSBlock,
.rsABlock {
		width: 100% !important;
		text-align: center;
}
.rsSBlock h2,
.rsABlock h2 {
		font-size: 16px !important;
		text-align: center;
		width: 100% !important;
}
.rsSBlock h1,
.rsABlock h1 {
		font-size: 20px !important;
		text-align: center;
		width: 100% !important;
}
.home-block-title {
		max-width: 60%;
}
.home-block-title,
.home-block-title2 {
		max-width: 80%;
}
.home-block-title2 {
		margin: 0 50% 0 0;
}
.home-block-title h1,
.home-block-title2 h1 {
		font-size: 32px !important;
}
.home-block-title p,
.home-block-title2 p {
		font-size: 20px !important;
}
.home-block-title .btn,
.home-block-title2 .btn {
		font-size: 16px !important;
		line-height: 22px !important;
		padding: 10px 15px !important;
		margin: 10px 0;
		max-width: 80%;
}
}

@media only screen and (max-width: 768px) {
.footer #mc_embed_signup .button {
		display: block;
		margin: 10px auto;
		text-align: center;
}
.arrowLeft a {
		top: 36%;
}
.arrowRight a {
		top: 36%;
}
.arrowNav a {
		font-size: 24px;
		padding: 10px;
}
.page-title-content {
		top: -335px;
}
.page-title-content .single-title {
		font-size: 40px;
}
.footer #mc_embed_signup input {
		text-align: center !important;
		margin: auto !important;
}
.footer #mc_embed_signup input.email {
		margin: 24px auto !important;
}
.single-content {
		padding-left: 0px;
		padding-right: 0px;
}
.navbar-header {
		padding-left: 0px;
}
#mainmenu {
		padding-right: 0px;
}
.page-header {
		height: 350px;
		margin: 0;
}
.page-header-full {
		height: 320px;
		margin: 0;
}
.product-buttons {
		padding: 30px 15px 0;
}
.navbar {
		text-align: center;
}
.home-block .wpb_button {
		font-size: 16px !important;
		line-height: 22px !important;
		padding: 10px 15px !important;
		margin-top: 10px;
}
.home-block-title .btn {
		font-size: 16px !important;
		line-height: 22px !important;
		padding: 10px 15px !important;
		margin: 10px 0;
}
.footer {
		padding: 0px;
}
.footer .container-fluid {
		margin: 0px;
}
#mainmenu {
		float: left;
		width: 100%;
		background: #000;
}
.navbar-form {
		border: none
}
.single-title-content {
}
.navbar-toggle {
		border: none
}
.navbar-toggle .icon-bar {
		background: #fff !important;
}
.navbar-collapse {
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		max-height: 340px;
		overflow-x: visible;
}
.product-buttons2 {
		padding: 0 !important;
		font-size: 14px !important;
}
.product-buttons2 .wpb_button {
		border: 1px #FFFFFF solid;
		min-width: 0;
}
.product-buttons2 > div {
		padding: 0 !important;
		margin: 0 !important;
}
.product-buttons2 div.col-xs-6 {
		margin: 0 !important;
}
.product-buttons .wpb_column,
.product-buttons2 .wpb_column {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
}
.product-header-title {
		top: -290px;
}
body.page-id-488 .product-header-title {
		line-height: 18px !important;
		top: -280px;
}
body.page-id-34 .product-header-title {
		line-height: 18px !important;
		top: -285px;
}
.product-header-title h1 {
		font-size: 50px;
		margin-top: 8%;
}
.product-header-title p {
		font-size: 20px;
}
.product-header-text h1 {
		font-size: 40px;
		margin-top: 8%;
}
.product-header-text p {
		font-size: 16px;
}
.footer div p,
.footer div h4 {
		text-align: center !important;
}
.footer div {
		margin: 20px 0;
}
.footer div ul li {
		margin: 15px 0;
		text-align: center
}
.footer-icons {
		text-align: center !important;
		margin: auto !important;
		padding-left: 10px;
}
.footer-icons a {
		display: inline !important;
		float: none !important;
}
#menu-footer-links {
		padding-left: 0;
}
.footer #nav_menu-2 {
		padding: 0 !important;
}
.home-block {
		padding: 0 !important;
		height: 300px;
		width: 100% !important;
		margin: 0 !important;
}
.home-block h1 {
		font-size: 28px;
}
.home-block p {
		font-size: 18px;
}
.home-block .wpb_button {
		font-size: 16px !important;
		padding: 10px 15px !important;
		max-width: 40% !important;
		line-height: 18px !important;
}
/*.home-block-title, .home-block-title2 {
  max-width: 80%;
 }
 .home-block-title2 {
  margin: 0 50% 0 0;
 }
 .home-block-title .btn, .home-block-title2 .btn {
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 10px 15px !important;
  margin: 10px 0;
  max-width: 80%;
 }
 */

.single-header {
		height: 300px;
}
}

@media only screen and (max-width : 568px) {
/* prettyphoto responsive  ////////////////////////////////////////////////////////////////////*/




 /*.single-spacer img {
  width: 100%;
  height: auto;
 }
 */







 /* prettyPhoto styling for small screens */





 /*.container-fluid, .col-md-12 {
   padding: 0 !important;
  }
 */



.int-nav p {line-height:13px; font-size:11px; margin-bottom:10px !important;}
h1 {font-size:26px; line-height:28px;  text-align:center;}

h2 {font-size:24px; line-height:26px; text-align:center;}
h3 {font-size:22px; line-height:24px; text-align:center;}

.single-title {
		font-size: 26px;
}
.footer #mc_embed_signup .button {
		display: block;
		margin: 10px auto;
		text-align: center;
}
.navbar {
		height: 40px !important;
		padding-top: 2px;
		text-align: center;
}
.spacer {
		height: 50px;
}
.navbar-fixed-top {
		margin-top: 0;
}
.navbar-brand {
		height: 40px;
}
.navbar-brand img {
		max-width: 80px;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px;
}
.rsSBlock,
.rsABlock {
		width: 100% !important;
		text-align: center;
}
.rsSBlock h2,
.rsABlock h2 {
		font-size: 18px !important;
		text-align: center;
		width: 100% !important;
}
/*.home-block .column_container {
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  overflow: visible;
 }
 */.rsOverflow {
		background-color: #ACACAC !important;
}
.home-block-title,
.home-block-title2 {
		max-width: 80%;
}
.home-block-title2 {
		margin: 0 40% 0 0;
}
.home-block-title h1,
.home-block-title2 h1 {
		font-size: 24px !important;
}
.home-block-title p,
.home-block-title2 p {
		font-size: 16px !important;
}
.home-block-title .btn,
.home-block-title2 .btn {
		font-size: 16px !important;
		line-height: 22px !important;
		padding: 10px 15px !important;
		margin: 10px 0;
		max-width: 80%;
}
}

@media only screen and (max-width : 320px) {
/* .product-buttons .wpb_button {

    font-size:14px !important;
    padding:5px;
    margin:5px;


    }
 */

.int-nav p {line-height:13px; font-size:11px; margin-bottom:10px !important;}


.home-block .wpb_button {
		font-size: 16px !important;
		padding: 10px 15px !important;
		max-width: 40%;
		line-height: 18px !important;
}
.home-block-title h1 {
		font-size: 28px !important;
}
.home-block-title {
		margin: 0 auto !important;
}
.arrowLeft a {
		position: fixed;
		z-index: 100;
		left: -5px;
		top: 50px;
		padding: 15px 10px;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
}
.arrowLeft a:hover {
		left: 0;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;

}
.arrowRight a {
		position: fixed;
		z-index: 100;
		right: -5px;
		top: 50px;
		padding: 15px 10px;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
}
.arrowRight a:hover {
		right: 0;
		-webkit-transition: .2s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
}
.arrowNav a {
		color: #000;
		background: #fff;
		text-decoration: none;
		font-size: 20px;
		padding: 3px 5px 0 5px;
		opacity: 0.4;
}
.page-title-content {
		top: -290px;
}
.page-title-content .single-title {
		font-size: 34px;
}
.product-header-title {
		top: -250px;
}
.product-header-title p {
		font-size: 16px;
}
#mainmenu {
		margin-left: -15px;
		width: 320px;
}
.single-header {
		height: 200px;
}
.single-content {
		font-size: 14px;
}
.page-header {
		height: 300px;
		margin: 0;
}
/*.single-content img {
		width: 100%;
		height: auto;
}
*/
.single-content h1,
.footer h2 {
		font-size: 24px;
		text-align: center;
}
.single-content h2,
.footer h2 {
		font-size: 22px;
		text-align: center;
}
.single-content h3,
.footer h3 {
		font-size: 20px;
		text-align: center;
}
.single-content h4 {
		font-size: 18px;
		text-align: center;
}
.menu-footer-links-container ul,
.footer h4 {
		font-size: 18px;
}
.product-buttons2 {
		margin: 0 -15px !important;
}
.product-buttons2 .wpb_button {
		font-size: 14px !important;
}
.single-header {
		height: 200px;
}
.overview {
		margin-top: 120px;
}
body.page-id-151774 .product-header-title {
		top: -250px;
}
body.page-id-151774 .product-header-title p {
		font-size: 14px !important;
		line-height: 18px;
}
body.page-id-151774 .page-title-content {
		top: -295px;
}
body.page-id-488 .product-header-title {
		top: -250px;
}
body.page-id-488 .product-header-title p {
		font-size: 14px !important;
}
body.page-id-34 .page-title-content {
		top: -295px;
}
body.page-id-34 .product-header-title {
		top: -256px;
}
}


body.page-id-153209 h3.single-title {color:#000 !important;}
