* { 
	margin:0; 
	padding:0; 
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body {
	background-color: #ee0000;
	font-family:'Tahoma';
	color: #ffffff;
	font-size: 12px;
}

img {
	width:100%;
}

.container-fluid {
	padding:0px;
	margin:0px auto;
	min-width:300px;
	max-width:1000px;
}

.row {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

.logo img{
	max-width:300px;
	min-width:300px;
	height:51px;
	margin-top:15px;
	
}

@media (max-width: 767px) {
	.logo {
		float:left;
	}
	
	.logo img{
		margin-top:5px;
		
	}
}

@media (max-width: 676px) {
	.logo {
		float:none;
		text-align:center;
	}
}

@media (max-width: 400px) {
	.logo img{
		min-width:auto;
		height:auto;
	}
}

.logo-right {
	text-align:right;
	margin-top:15px;
	font-weight:bold;
}

@media (max-width: 767px) {
	.logo-right {
		float:left;
		margin-top:17px;
		z-index:1000
	}
}

.logo-right a{
	background-color: #ffffff;
	border:2px solid #ffffff;
	border-radius:10px;
	height:30px;
	padding:5px 10px;
	color:#ee0000;
	font-size:13px;
	margin-left:10px;
}

.logo-right a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #ee0000;
	border:2px solid #ffffff;
}

.logo-right span{
	text-transform: uppercase;
}

.navbar {
	background:transparent;
	border:0px;
	padding:0px;
	margin:30px 0px 0px;
}

.navbar-default .navbar-nav {
    width: 100%;
    text-align: center;
}
   
.navbar-default .navbar-nav  li {
	float: none;
   	display: inline-block;
    border:1px solid #ffffff; 
	border-top-right-radius:5px; 
	border-top-left-radius:5px; 
	border-left:0px; 
	border-bottom:0px;
	box-shadow: -2px -2px 6px #ffffff;
	letter-spacing:1px;
}

.navbar-default .navbar-nav li a{
    font-size:13px;
    font-weight:bold;
    color: #ffffff;
    padding:5px 15px;
}

.navbar-default .navbar-nav li a:hover {
  color: #000000 !important;
  background-color:#ffffff !important;
  border-top-right-radius:5px; 
  border-top-left-radius:5px; 
}

.navbar-default .navbar-nav li a:focus {
  color: #000000 !important;
  background-color:#ffffff !important;
  border-top-right-radius:5px; 
  border-top-left-radius:5px; 
}

.navbar-default .navbar-nav li .dropdown-menu {
	background-color: #ee0000;
 	padding:0px;
 	border:1px solid #ffffff;
}

.navbar-default .navbar-nav  li .drop-menu {
  	width:100%;
  	background-color: #ee0000;
  	border:0px solid #ffffff;
	border-top-right-radius:0px; 
	border-top-left-radius:0px; 
  	box-shadow: 0px 0px 0px #ee0000;
}

.navbar-default .navbar-nav  li .drop-menu  a{
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	padding:10px 10px;
	display:block;
}

.navbar-default .navbar-nav  li .drop-menu a:hover{
	color:#000000;
	background-color:#ffffff;
	padding:10px 10px;
	display:block;
	border-top-right-radius:0px; 
	border-top-left-radius:0px; 
}

@media (min-width: 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu{
		    display: block;
	}
}

@media (max-width: 767px) {

	.navbar {
		margin:9px 0px 30px;
	}
	
	.navbar-collapse {
		padding-right:0px;
	}
	
	.navbar-default .navbar-nav {
		padding-left:15px;
	}
	
	.navbar-default .navbar-toggle {
	    border:2px solid #ffffff;
	    background-color: #ffffff; 
	    padding:3px 15px;
	    height:30px;
	    border-radius:10px;
	    color: #ee0000;
	    font-size:13px;
	    font-weight:bold;
	}
	
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
    	background-color: #ee0000;
    	color: #ffffff;
	}

	.navbar-default .navbar-nav  li {
		float: none;
	   	display: block;
	   	border:0px;
	    border-bottom:1px solid #ffffff; 
		letter-spacing:1px;
		box-shadow:none;
		text-align:right;
		max-width:100%;
	}

	.navbar-default .navbar-nav li a:hover {
		border-radius:0px; 
	}
	
	.navbar-default .navbar-nav li a:focus {
		border-radius:0px; 
	}
	
	.navbar-default .navbar-nav li .dropdown-menu {
		border-bottom:0px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
	    color:#ffffff;
	 }
}

.main {
	max-width:960px;
	margin:-20px auto 0px;
	height:425px;
	background:url(graphics/back.jpg);
	color: #000000;
	font-size:13px;
}

.main1 {
	max-width:960px;
	min-height:500px;
	margin:-20px auto 0px;
	background:url(graphics/backlg.jpg) top fixed;
	color: #000000;
	font-size:13px;
}

.main2 {
	max-width:960px;
	margin:-20px auto 0px;
	height:425px;
	color: #000000;
	font-size:13px;
	background:url(graphics/backabus.jpg);
}

@media (max-width: 960px) {
	.main, .main1, .main2 {
		min-height:400px;
		height:auto;
		background:#ffffff;
	}
}

.main ul, .main1 ul{
	margin-left:30px;
}

.main a, .main1 a{
	color: #000000;
}

.main a:hover, .main1 a:hover{
	text-decoration: underline;
}

.main-title {
	color: #ee0000;
	font-size:16px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom:20px;
	border-bottom: 1px solid #ee0000;
	padding-bottom:5px;
	max-width:500px;
}

.main-left {
	padding:40px 20px 0px 70px;
}

.main-right {
	padding-left:0px;
}

.main-slides {
	margin-top:20px;
	display:none;
	max-width:400px; 
}

.page {
	padding: 0px 70px 0px 70px;
}

.about {
	padding: 0px 330px 0px 70px;
}

@media (max-width: 960px) {
	.main-left {
		padding:20px 5% 40px;
	}
	
	.main-right {
		padding:20px 5% 40px;
		margin:0px auto;
	}

	.main-slides {
		margin:0px auto;
	}
	
	.page {
		padding: 20px 5% 40px;
	}
	
	.about {
		padding: 20px 5% 40px;
	}
}

@media (max-width: 500px) {
	.main-left {
		padding:20px 5% 20px;
	}
}

.gallery {
	margin-top:20px;
	text-align:center;
}

.gallery img {
	padding: 0px 20px 40px;
	max-width: 405px;
	width:auto;
}

@media (max-width: 500px) {
	.gallery img {
		padding: 0px 0px 10px;
		width:100%;
	}
}

.product {
	margin:20px 0px;
}

.product-content {
	margin:0px 0px 30px;
	padding:0px;
}

.product-content b{
	font-size:14px;
}

.product-subcat {
	color: #ee0000;
	border:1px solid #ee0000;
	border-left:10px solid #ee0000;
	padding:2px 10px;
	margin:20px 0px 20px;
	font-weight:bold;
	font-size:15px;
}

.product-box-main {
	display: inline-block; 
	float:none; 
	width:33%;
}

@media (max-width: 883px) {
	.product-box-main {
		width:49%;
	}
}

@media (max-width: 560px) {
	.product-box-main {
		width:100%;
	}
}

.product-box {
	border: 1px solid #c0c0c0;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}

.product-box img {
	max-height:100%;
	width:auto;
	max-width:100%;
}

.product-box-title {
	background: #ee0000;
	padding:2px;
	text-align:center;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight:bold;
}

.product-box-ref {
	padding:2px;
	text-align:center;
	color: #000000;
	margin-top: 20px;
}

.product-box-link {
	text-align:center;
	width:100%;
	padding: 5px 10px;
	margin-top:10px;
}

.product-box-link a{
	border: 1px solid #ee0000;
	background: #ee0000;
	color: #ffffff;
	margin:10px 5px 0px 5px;
	padding: 5px 8px;
	font-size:15px;
	line-height:0px;
}

.product-box-link a:hover{
	border: 1px solid #ee0000;
	background: #ffffff;
	margin:10px 5px 0px 5px;
	padding: 5px 8px;
	text-decoration: none;
	color: #ee0000;
}

.product-box-link input[type="button"] {
	border: 1px solid #ee0000;
	background: #ee0000;
	color: #ffffff;
	margin:10px 5px 0px 5px;
	padding: 4px 8px;
	font-size:15px;
}

.product-box-link input[type="button"]:hover {
	border: 1px solid #ee0000;
	background: #ffffff;
	margin:10px 5px 0px 5px;
	padding: 4px 8px;
	text-decoration: none;
	color: #ee0000;
}

.footer {
	max-width:960px;
	margin:0px auto;
	height:120px;
	background:#ffffff url(graphics/bottom.jpg);
	font-size:13px;
	padding-top:50px;
	text-align:center;
}

@media (max-width: 960px) {
	.footer {
		height:auto;
		background:none;
		padding:15px 0px;
	}
}

.footer1 {
	max-width:960px;
	font-size:13px;
	margin:15px 0px;
	text-align:center;
}

.footer a, .footer1 a {
	color: #ffffff;
}

.footer a:hover, .footer1 a:hover {
	text-decoration: underline;
}

.message {
	background-color: #ee0000;
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	padding:5px;
	text-align:center;
}

.message1 {
	background-color: #000000;
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	padding:5px;
	text-align:center;
}

.form-contact {
	margin:50px 0px 10px;
	font-size:13px;
}

@media (max-width: 767px) {
	.form-contact {
		margin:0px 0px 10px;
	}
}

.form-request {
	max-width:400px;
	width:100%;
	margin:10px auto 0px auto;
}

.form-request-title {
	font-size:13px;
	margin-bottom:10px;
}

.form-request-image {
	text-align:center;
}

.form-request-image img{
	max-width:400px;
	max-width:100%;
	width:auto;
	margin:0px 0px 20px ;
}

.form-control {
	border:1px solid #ee0000;
	font-size:13px;
	padding:2px 5px;
}

.btn-default{
	border:1px solid #ee0000;
	background-color: #ee0000;
	color: #ffffff;
	margin-bottom:20px;
}

.btn-default:hover {
	border:1px solid #ee0000;
	background-color: #ffffff;
	color: #ee0000;
}

.btn-default1 {
	margin-bottom:20px;
}

.btn-default1 a{
	border-radius: 5px;
	border:1px solid #ee0000;
	background-color: #ee0000;
	padding:8px 15px;
	color: #ffffff;
	text-decoration: none;
}

.btn-default1 a:hover {
	border:1px solid #ee0000;
	background-color: #ffffff;
	text-decoration: none;
	color: #ee0000;
}

.lightbox {
    visibility: hidden;
    opacity: 0;
	position: fixed;
	z-index: 2000;
	width: 100%;
	height:100%;
	top: 0;
	left:0px;
	background: rgba(0,0,0,0.8);
	font-family: Arial, Helvetica, sans-serif;
	transition:all 1s ease-in-out;
}

.lightbox:target {
    visibility: visible;
    opacity: 1;
}

.lightbox-inner {
	position:relative;
	width: 80%;
	height:94%;
	overflow: hidden;
	overflow-y:scroll; 
	margin:2% auto;
	padding: 0px 20px 50px;
	background: #ffffff;
	box-shadow: 2px 2px 16px #ffffff;
}

@media (max-width: 767px) {
	.lightbox-inner {
		width: 95%;
	}
}

.lightbox1-inner {
	position:relative;
	max-width: 440px;
	max-height:94%;
	overflow: hidden;
	overflow-y:scroll; 
	margin:2% auto;
	padding: 0px 20px 50px;
	background: #ffffff;
	box-shadow: 2px 2px 16px #ffffff;
}

@media (max-width: 767px) {
	.lightbox-inner, .lightbox1-inner {
		width: 95%;
	}
}

.lightbox-logo {
	background-color: #ee0000;
	padding: 5px;
	margin-bottom:20px;
	text-align:center;
}

.lightbox-logo img{
	max-width: 250px;
}

.lightbox-logo a {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-right:10px;
}

.lightbox-logo a:hover {
	text-decoration: none;
	color: #000000;
}

@media (max-width: 430px) {
	.lightbox-close {
		display:none;
	}
}


.lightbox-img {
	text-align:center;
	padding-bottom:20px;
}

.lightbox-img img {
	max-height:100%;
	width:auto;
	max-width:100%;
}

.lightbox-img-thumb img{
	max-height:100px;
	text-align:center;
	border:1px solid #c0c0c0;
	padding:2px;
	margin:20px 0px;
}

.lightbox-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #ee0000;
	margin-bottom:10px;
}

.lightbox-ref {
	font-size: 13px;
	margin-bottom:10px;
	color: #000000;
}

.lightbox-content {
	font-size: 14px;
	line-height: 18px;
}

.lightbox-content img{
	max-height:100%;
	width:auto;
	max-width:100%;
}

.lightbox-link {
	font-size: 14px;
	margin: 25px 0px 20px;
	
}

.lightbox-link a{
	border: 1px solid #ee0000;
	margin:0px 10px 0px 0px;
	padding: 5px 10px;
}

.lightbox-link a:hover{
	margin:0px 10px 0px 0px;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #ee0000;
	color: #ffffff;
}

.lightbox-link input[type="button"] {
	border: 1px solid #ee0000;
	margin:0px 10px 0px 0px;
	padding: 3px 10px;
	background-color: #ffffff;
}

.lightbox-link input[type="button"]:hover{
	margin:0px 10px 0px 0px;
	padding: 3px 10px;
	text-decoration: none;
	background-color: #ee0000;
	color: #ffffff;
}

.mask {
	width:100%; 
	height: 100%; 
	position:absolute; 
	top:0px; 
	left: 0px;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display:none;
  -webkit-transition: opacity 5000ms ease-in;
  -moz-transition: opacity 5000ms ease-in;
  transition: opacity 5000ms ease-in;
}

.popup > div {
  position: relative;
  margin: 10% auto;
  text-align:center;  
}

.popup > div img{
	border-radius: 10px;
  max-height: inherit;
  width:auto;
  border:10px solid #000000;
}

.popup-close {
  background:#000000;
  color: #ffffff;
  line-height: 36px;
  position: absolute;
  text-align: center;
  bottom:-12px;
  right:50%;
  width: 36px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 18px;
  box-shadow: 1px 1px 3px #000;
}

.popup-close:hover {
  background: #ffffff;
  color: #ee0000;
  text-decoration: none;
}

.cart_button input[type="submit"] {
	background-color:#ffffff;
	border:2px solid #ffffff;
	border-radius:10px;
	height:30px;
	padding:3px 10px;
	color:#ee0000;
	font-size:13px;
	cursor:pointer;
}

.cart_button input[type="submit"]:hover, .cart_button input[type="submit"]:active, .cart_button input[type="submit"]:focus {
	background-color:#ee0000;
	color: #ffffff;
	border:2px solid #ffffff;
}

.cart_closs {
	border:1px solid #ee0000;
	background-color:#ee0000;
	width:30px;
	height:30px;
	padding:3px 10px;
	color:#ffffff;
	font-size:13px;
	cursor:pointer;
}

.cart_closs:hover, .cart_closs:active, .cart_closs:focus {
	background-color:#ffffff;
	color: #ee0000;
	border:1px solid #ee0000;
}

.cart_title {
	border:1px solid #ee0000;
	background-color:#ee0000;
	width:248px;
	text-align:left;
	height:30px;
	padding:3px 10px;
	color:#ffffff;
	font-size:15px;
	float: left;
}

.cart {
	display:none;
	background-color:#ffffff;
	width:280px;
	right:10px;
	top:35px;
	position: absolute;
	z-index: 1000;
	min-height:100px;
	border:1px solid #ee0000;
	box-shadow: 0px 0px 6px #000000;
	margin-bottom:20px;
}

@media (max-width: 767px) {
	.cart {
		left:10px;
	}
}

.cart_loading {
	display:none; 
	background-color: #fff; 
	width:250px;
	position:absolute;
	top:0;
	right:0; 
	color: #000; 
	padding:8px; 
	text-align:center;
}

.cart_item {
	color: #000000;
	border-bottom:1px solid #ee0000;
	text-align:left;
	padding:10px;
	font-weight:normal;
}

.cart_item1 {
	float:left;
	word-wrap: break-word;
	word-break: break-all;
}

.cart_item img{
	height:50px; 
	width:auto;
	margin-right:10px;
}

.cart_popup {
    width:100%;
    padding:5px;
    position:fixed;
    top:0%;
    right:0%;
    display:none;
    background-color: #000;
	z-index: 1000;
	text-align:center;
	font-size:15px;
	z-index: 3000;
}

.cart_form {
	text-align: left; 
	margin:20px 20px 20px 20px; 
	color: #FF0000; 
	font-size:13px
} 

table {
	color: #000000;
	font-size:13px;
}

td {
	line-height: 20px;
	background-color: #F5F5F5;
	padding:5px 10px;
}
