html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* Hide Show Styles */
.mobile_hide {
	display:  inline;
	visibility: visible;
}
.mobile_show {
	display: none;
	visibility: hidden;
}
/* BASIC STYLES */
body {
	background-attachment: fixed;
 	background-image: url(../images/ph_bkrnd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;  
	margin: 0 auto;
}
#header {
	margin-top: 0;
	padding-top: 0;
	text-align: right;
}
#header img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.login {
	padding: 1.0em 0 0 0;
}
.login a {
	color:#FFFFFF !important;
	padding-bottom: 0.6em;
	border-bottom: 5px solid #e1261c;
	}
.login a:hover {
	color: #DCDCDC !important;
	border-bottom: 5px solid #FFFFFF;
	}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
/* DEALER BAR STYLES */
.dealer-bar {
	width: 100%;
	height: auto;
	padding: 0 0 0 0; 
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.dealer-bar-content {
	opacity: 1.0 !important;
}
.product-group img {
	width: 250px;
  height: auto;
	position: absolute; 
	z-index: 999; 
	margin: -5%  0 0 0;
}
/* PRODUCTS STYLES */
.products {
	text-align: center;
}
.produts img {
	padding-right: 5px;
}


/* FOOTER STYLES */
footer {
	display: inline-table;
	width: 100%;
	margin-top: 20px;
}
footer p {
	font-size: 0.7em;
	text-align: center;
}
footer .logo {
	width: 100px;
	height: auto;
}
/*TEXT STYLES*/
h1, h2, h3, h4, h5, h6, p, input, textarea, select {
	color: #373737;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin-top: 0;
}
h1 {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 600;
	font-size: 3.8em;
	line-height: 112%;
	margin-bottom: 0.1em;
}
h2 {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 112%;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 0.8em;
	line-height: 150%;
	font-weight: 300;
	margin: 0 0 1.2em 0;
}

p {
	font-size: 1.1em;
	line-height: 150%;
	font-weight: 400;
	margin: 0 0 1.2em 0;
}
a:link {
	text-decoration: none;
	color: #e1261c;
}
a:hover {
	color: #696c71;
}


hr {
	border: 0;
	border-top: 1px dotted #f2e5b3;
}
strong {
	font-weight: 700;
}
.red  {
	color: #e1261c;
}
.grey {
	color: #696c71;
}
.ltgrey {
	color: #f2e5b3;
}
.white {
	color: #FFF;
}
.social-icons i{
	font-size: 2.4em;
	margin-left: 15px;
	float: right;
}
.social-icons a {
color: #DCDCDC !important;
}
.social-icons a:hover {
	color: #e1261c !important;
}



/*CONTACT FORM*/

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea {
	width: 90%;
	box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}
#contact-form input[type="text"]:hover, #contact-form input[type="email"]:hover, #contact-form input[type="tel"]:hover, #contact-form input[type="url"]:hover, #contact-form textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #AAA;
}
#contact-form textarea {
	height: 100px;
	max-width: 90%;
}
#mce-error-response  {
	color: #FFFFFF;
}

/*BUTTON STYLES*/
.button a, .button input[type='submit'], button[type='submit'] {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding: 0.3em;
	border: thin;
	border:#e1261c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #e1261c;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: inherit !important;
	color:#FFF !important;
	font-weight: 700 !important;
	-webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
	cursor: pointer;
}
.button a:hover, .button input[type='submit']:hover, button[type='submit']:hover {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding: 0.3em;
	border: thin;
	border:#710002;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #710002;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: inherit !important;
	color:#FFF !important;
	font-weight: 700 !important;
	 -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

			
/*Styles for screen 767px and lower*/
@media screen and (max-width: 767px) {
/*Basic Styles*/
  /* PRODUCTS STYLES */
.product-group img {
	width: 100%;
  max-width: 400px;
  height: auto;
	position: relative; 
	z-index: 999; 
	margin: 0  0 0 0;
}
  .products {
	text-align: left;
}


}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
/* Hide Show Styles */
.mobile_hide {
	display: none;
	visibility: hidden;
}
.mobile_show {
	display: inherit;
	visibility: visible;
}
/*Basic Styles*/
body {
	background-position: left;
	font-size: 80%;
}

}

/*Smartphone*/
@media only screen and (max-width : 320px) {
/*Basic Styles*/


}
