@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.information-contact .form-control {
  width:100% !important;
}
.form-horizontal h3 {
  color: #2871bb;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #2871bb;
	
	margin: 0 0 0px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 15px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: normal;
}
#top-links .list-inline li {
  border-right: 1px solid #ffffff;
  line-height: 10px;
}
#top-links  li:last-child{
	border-right:0; 
}
.list-inline{
	margin-top: 5px;
}
#top-links{
	padding: 0;
}
#top-links > ul {
	float:left;
}
.cart1 {
  list-style: outside none none;
  margin: 0px 0 0 6px;
  padding: 0;
  position: relative;
}
.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 29px 5px 39px;
  text-shadow: inherit;
}
.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle > p {
  display: inline;
  margin: 0;
}
.fa-shopping-cart::before {
  background: rgba(0, 0, 0, 0) url("../image/cart.png") no-repeat scroll 0 0;
  content: "";
  height: 22px;
  left: 8px;
  position: absolute;
  top: 4px;
  width: 23px;
}
.sicon {
  background: #000000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 7px;
  position: relative;
  width: 40px;
}
.sicon  .fa-shopping-cart::before {
	 background: rgba(0, 0, 0, 0) url("../image/cart.png") no-repeat scroll 0 0;
}

.carticon::before {
  background: rgba(0, 0, 0, 0) url("../image/cartdown.png") no-repeat scroll 0 0;
  content: "";
  height: 7px;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 12px;
}
.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle > p {
  display: inline;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
#top .btn-link:hover, #top-links a:hover {
	color: #000;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
 margin: 13px 0 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
  color: #000;
  margin: 20px 0;
}
.bg {
  background: rgba(0, 0, 0, 0) url("../image/homebg.jpg") no-repeat scroll 50% 0;
}

/* menu */
#menu {
 background: none repeat scroll 0 0;
 margin-bottom: 10px;
 min-height: 40px;
}
#menu .nav > li{
	padding: 10px 15px 10px 15px;
}
#menu .nav > li:last-child{
	padding-right: 0;

}
#menu .nav.navbar-nav.navbar-right {
 margin-top: 4px;
}
#menu .nav > li > a {
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #000;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
 border: 4px solid #ffa800;
 color: #ffa800;
 float: right;
 font-size: 15px;
 font-stretch: expanded;
 padding: 4px 15px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
 background-color: #2871BB;
 color: #000000;
}
.btn.focus, .btn:focus, .btn:hover {
 outline: medium none !important;
 text-decoration: none;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#menu .navbar-collapse.collapse{
		display:none !important;
	}
	#menu .navbar-collapse.collapse.in{
		display:block !important;
	}
	#menu .nav > li{
		text-align:center;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
  background-color: #000000;
  border-top: 1px solid #8b8b8b;
  color: #e2e2e2;
  float: left;
  padding-top: 30px;
  width: 100%;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #8b8b8b;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.common-home .product-thumb h4, .common-home .product-thumb h4 a {
  color: #2871bb;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 70px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	background:url(../image/star.png) no-repeat scroll 0 0;
  color: #fff;
  text-indent: -99999px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
  color: #000000;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.product-thumb.transition {
  margin: 0;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.owl-carousel{
	background: transparent !important;
}
.owl-wrapper-outer{
	border: 0 !important;
	box-shadow:none !important;
}
#banner0 {
  margin: 0 auto;
  max-width: 978px;
}
.footertop {
  background: #d8dada none repeat scroll 0 0;
  float: left;
  padding-bottom: 24px;
  width: 100%;
}
.footertopc {
  color: #979797;
  margin-bottom: 37px;
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
}
.social h3 {
  color: #000000;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
}
.social > ul {
  border: 4px solid #000000;
  padding: 0;
  text-align: center;
}
.social {
  margin: 0 auto;
  width: 366px;
}
.social li {
  display: inline-block;
  padding: 15px 4px 50px;
}
.social li + li {
  margin-top: 0;
  padding: 0 4px 50px;
  position: relative;
  top: -3px;
}
.social li + li + li {
  padding: 15px 4px 50px;
  top: 0;
}
.social .fb {
  background: rgba(0, 0, 0, 0) url("../image/facebook.png") no-repeat scroll 0 0;
  height: 49px;
  padding-bottom: 33px;
  padding-left: 49px;
  width: 49px;
}
.social .tw {
  background: rgba(0, 0, 0, 0) url("../image/twitter.png") repeat scroll 0 0;
  height: 55px;
  padding-bottom: 38px;
  padding-left: 55px;
  width: 55px;
}

.social .inst{
	background: url("../image/instagram.png");
	  height: 49px;
  padding-bottom: 33px;
  padding-left: 49px;
  width: 49px;
}

.support {
  background: rgba(0, 0, 0, 0) url("../image/payment.png") repeat scroll 0 0;
  display: table;
  height: 35px;
  margin: 0 auto 11px;
  width: 425px;
}
.footer-menu {
  margin: 16px 0;
  padding: 0;
  text-align: center;
}

.footer-menu > li {
  border-right: 1px solid #2871bb;
  display: inline-block;
  line-height: 10px;
  list-style: outside none none;
  padding: 0 10px;
}

.footer-menu a {
  color: #2871bb;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer-menu > li:last-child {
  border: 0 none;
}
footer p, footer a {
  color: #6b6b6b;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.footer_bottom {
  background: rgba(0, 0, 0, 0) url("../image/footer_logo.png") no-repeat scroll 0 0;
  display: table;
  height: 40px;
  margin: 11px auto;
  width: 46px;
}
.padding {
  margin-bottom: 60px;
  padding: 0;
}
.padding + .padding {
  border-left: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
}
.padding + .padding + .padding {
  border-left: 0px ;
  border-right:0; 
}
.container.mtop {
  margin-top: -20px;
}
a:focus, a:hover {
  color: #000000;
  outline: none;
}
.well {

  padding: 15px;
}
.account-login h2{
	color: #2871bb;
font-family: "Open Sans",sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 7px;
}
.well strong {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  margin-bottom:37px;
  display:block;
}
.well p + p {
  color: #000000;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom:28px;
}
.contacta > ul {
  margin: 0;
  padding: 0;
}
.contacta li {
  border-bottom: 1px solid #f3f3f3;
  list-style: outside none none;
  margin-bottom: 16px;
  padding-bottom: 12px;
  padding-left: 65px;
}
.contacta li {
  background: rgba(0, 0, 0, 0) url("../image/address.png") no-repeat scroll 15px 5px;
}
.contacta li + li {
background: url("../image/phone.png") no-repeat scroll 22px 5px;
}
.contacta li + li + li{
background: url("../image/email.png") no-repeat scroll 23px 5px;
border-bottom:0;
}


.contacta p {
  color: #2871bb;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contacta p + p{
	font-weight: 400;
	text-transform: none;
	color: #000;
	line-height: 32px;
	margin-bottom: 0 !important;
}
.contacta a {
  color: #000000;
}
.contacta a:hover{
	color: #ffa800
}

/* rocky */
.product-thumb {
  border: medium none;
}
h1 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#2871bb;
	text-transform:uppercase;
	margin-bottom:38px;
	margin-top:16px;
}
.caption h4, .caption p {
  text-align: center;
}
.caption h4 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color:#2871bb;
	text-transform: uppercase;
}
.product-thumb .caption {
  min-height: auto;
}
.product-thumb .price {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom:17px;
}
.product-thumb h4 {
  margin-bottom: 12px;
  margin-top: 16px;
}
.caption > button {
  background: transparent none repeat scroll 0 0;
  border: 4px solid #ffa800;
  height: 47px;
  padding: 0;
  width: 138px;
  display:block;
  margin:0 auto;
  text-align:center;
  font-family: 'Roboto Condensed', sans-serif;	
  font-size: 20px;
  font-weight: 700;
  line-height: 39px;
  text-transform: uppercase;
  color: #ffa800;
  display:block;
}
.information-information label {
  color: #2871bb;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 60px;
  padding: 0 30px;
  text-align: center;
  margin-bottom:30px;
}
.information-information #content div {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 48.8%;
}
.information-information #content div + div {
    margin-right: 0;
}
.information-information #content div p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
.breadcrumb {
  background: inherit;
  border: medium none;
  border-radius: 0;
  margin: 0;
  padding: 11px 15px 0;
}
.breadcrumb > li::after {
  border-bottom: medium none;
  border-right: medium none;
  color: #000;
  content: "";
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 2px;
  top: 1px;
  transform: inherit;
  width:5px;
}
.breadcrumb > li:last-child::after {
  border-bottom: medium none;
  border-right: medium none;
  color: #000;
  content: none;
}
.breadcrumb > li {
  background: url("../image/arrow.png") no-repeat scroll right 7px;
  padding: 0 11px 0 0;
  position: relative;
  text-shadow: inherit;
  white-space: nowrap;
}
.breadcrumb > li:last-child {
  background: none;
}
.breadcrumb a {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb li:last-child a {
  color: #ffa800;
}
.thumbnail {
  border: medium none;
  border-radius: 0;
  line-height: 0;
  margin-bottom: 50px;
  padding: 0;
  transition: inherit;
}
#content.col-sm-9 {
  width: 75.8%;
}
#column-right.col-sm-3 {
  width: 24.2%;
}
.product-details {
	margin-top:-6px;
}
.product-details li {
  color: #000;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-details strong {
  color: #000;
  float: left;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding-right: 4px;
  text-transform: uppercase;
}
.list-unstyled {
  border-bottom: 1px solid #f4f4f4;
  list-style: outside none none;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.list-unstyled h2 {
  color: #ffa800;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}
.form-control {
  width: auto;
}
.form-group select.form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  box-shadow: inherit;
  line-height: inherit;
  margin-left: 0;
  padding: 1px;
  transition: inherit;
  height:auto;
  cursor:pointer;
}
.customSelect {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  box-shadow: inherit;
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: inherit;
  padding: 0 6px 0 0;
  transition: inherit;
  cursor:pointer;
}
.customSelectInner {
  background: url("../image/custom.png") no-repeat scroll right center;
  padding: 0 23px 0 5px;
  width: 100% !important;
}
.product-details #product {
  margin-top: 9px;
}
#input-quantity.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  box-shadow: inherit;
  color: #000;
  display: block;
  font-size: 13px;
  height: auto;
  line-height: inherit;
  min-width: 70px;
  padding: 1px 6px;
  transition: inherit;
}
.product-details hr {
  margin-bottom: 9px;
  margin-top: 9px;
}
.btn-primary, .btn-default {
  background: transparent none repeat scroll 0 0;
  border: 4px solid #ffa800;
  border-radius: 0;
  color: #ffa800;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 47px;
  line-height: 39px;
  margin-bottom: 14px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  text-shadow:inherit;
  min-width:140px;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary,
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  background: transparent none repeat scroll 0 0;
  border: 4px solid #ffa800;
  border-radius: 0;
  color: #ffa800;
  min-width:140px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 47px;
  line-height: 39px;
  margin-bottom: 14px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
strong.qty {
  margin-right: 5px;
}
.product-details .wish > strong {
  text-transform: lowercase;
}
.product-details .wish .btn.btn-default {
  border: none;
  border-radius: 0;
  color: #ffa800;
  display: block;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  line-height: inherit;
  margin-bottom: 14px;
  padding: 0;
  text-transform: uppercase;
  width: auto;
  text-shadow:inherit;
  box-shadow:inherit;
  margin-bottom:0;
}
.product-details .btn-primary {
	margin-bottom:7px;	
}
.rating a {
  color: #fc6d4c;
  text-decoration: underline;
}
.rating {
  color: #fc6d4c;
}
.wish {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 11px;
  padding-bottom: 6px;
}
.product-details .form-group {
  margin-bottom: 0;
}
.product-details .form-group.required {
  margin-bottom: 19px;
}
.rating > p {
  margin-bottom: 16px;
}
.addthis_toolbox.addthis_default_style {
  max-width: 265px !important;
  width: 100%;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {
  float: right !important;
}
.single-page-tab {
  float: left;
  width: 100%;
}

.nav > li > a {
  padding: 0;
}
.nav-tabs > li > a {
  border: medium none;
  border-radius: 0;
  font-family: 'Open Sans',sans-serif;
  color: #bdbdbd;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.42857;
  margin-right: 43px;
  padding-bottom: 7px;
  padding-right: 3px;
  text-transform: uppercase;
  position:relative;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: inherit;
  border: medium none;
  color: #2871bb;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border: medium none;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: inherit;
  text-decoration: none;
  color: #2871bb;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.single-page-tab .active > a::after {
  background: #2871bb none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
#tab-description li {
  color: #000;
  margin-bottom: 9px;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: 400;
}
#tab-description, #tab-review form, #tab-review form {
  color: #000;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.bg-common {
  background: url("../image/bg-common.png") no-repeat scroll 50% 0;
  float: left;
  width: 100%;
}
.bg-common .container {
  background: #fff none repeat scroll 0 0;
  margin-top: 41px;
  padding-bottom: 65px;
}
#column-right h2 {
 font-family: "Open Sans",sans-serif;
 font-size: 20px;
 font-weight: 300;
 text-align: center;
 text-transform: uppercase;
 color:#000;
}
#column-right div div {
 /*margin-bottom: 10px;*/
  margin-bottom: 3px;
 position: relative;
}
#column-right div div h3 {
 bottom: 2px;
 font-family: 'Roboto Condensed', sans-serif;
 color: #000000;
 font-size: 20px;
 font-weight: 700;
 position: absolute;
 right: 12px;
 text-transform: uppercase;
 letter-spacing: -0.5px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  color: #000;
}
 #top-links .table a,  .cart1 .text-right strong {
  color: #000;
}
 #top-links .table a:hover {
  color: #000;
}

.account-module .box-heading {
  background: #2871bb none repeat scroll 0 0;
  color: #fff;
 font-family: "Open Sans",sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 7px !important;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}
.account-module .box-content > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.account-module .box-content a, .account-module .box-content li {
  color: #000;
 font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.account-module .box-content a:hover {
  color: #ffa800;
}
.account-module .box-content li {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 3px;
  padding-top: 6px;
}
.account-module .box-content li:last-child {
  border-bottom: none;
}
h1.account-title {
  padding-left: 15px;
}
.well {
  background-color: inherit;
  border: medium none;
  border-radius: 0;
  box-shadow: inherit;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.well {
  padding: 0;
}
.account-login h2 {
  margin-top: 0;
}
.account-login .form-control {
  width: 100%;
}
.account-login .form-group > a {
  color: #2871bb;
  font-style: italic;
}
#tab-review .pull-right {
  float: left !important;
}
#tab-description > ul {
  list-style: outside none none;
  padding-left: 19px;
}
#tab-description > ul li {
  background: url("../image/dot.png") no-repeat scroll left center;
  padding-left: 20px;
}
.container.mtop {
 background: #ffffff none repeat scroll 0 0;
}
.dropdown-menu .fa-shopping-cart::before {
  display: none;
}
.common-home .container.homebanner {
 background: #ffffff none repeat scroll 0 0;
}
.checkout-cart .input-group-btn button {
  height: 34px;
  line-height: inherit;
  margin: 0 10px;
  min-width: 50px;
  padding: 0;
}
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
  margin-left: 10px;
}
#input-coupon, .checkout-cart .input-group .form-control {
  width: auto;
}
.checkout-cart .input-group .form-control, .checkout-cart .input-group-addon, .input-group-btn {
  display: inline-block;
}
.checkout-cart #accordion .btn.btn-primary:hover {
  font-size: 12px;
}
#tab-review label {
  float: left;
  padding-right: 10px;
  padding-top: 0;
}
.alert-success, .alert.alert-info {
 background-color: #2871bb;
 border-color: #d6e9c6;
 color: #ffffff;
}
.alert-success a, .alert.alert-info a {
 color: #ffffff;
}
#menu .nav li.active > a,
#top-links li.active a {
  color: #000000;
} 
.slideshow .item > h3 {
  color: #000;
  font-family: roboto condensed;
  font-size: 50px;
  font-weight: 600;
  left: 25px;
  position: absolute;
  top: 50px;
  width: 408px;
  text-transform:uppercase;
}


.slideshow .item > a {
  background: url(../image/button.png) no-repeat center center;
  border: 3px solid #ffa800;
  bottom: 40px;
  color: #ffa800;
  font-family: roboto condensed;
  font-size: 20px;
  font-weight: 600;
  left:25px;
  padding: 8px 15px;
  position: absolute;
  text-transform: uppercase;
}

.form-group .col-sm-12 input#input-name.form-control {
  float: left;
  margin-left: 6px;
}

#column-right #banner0 {
  margin-bottom: 10px;
}
#column-right #banner1 {
  margin-bottom: 10px;
}