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: 17px;
  color: #fff;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #ff6600;
  text-align: center;
  margin-right: 12px;
  vertical-align: middle;
  transition: opacity 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
-ms-transition: all ease 0.2s ;
transition: all ease 0.2s ;
}
.fa:hover {
  background: #212328;
  color: #e52828;
  line-height: 30px;
  -webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
-ms-transition: all ease 0.2s ;
transition: all ease 0.2s ;
}*/
#bars {
	width: 0;
	height: 0;
	padding-bottom: 30px;
	font-size: 21px;
	margin-left: 30px;
	margin-right: 30px;
	transition: opacity 0.4s;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-ms-transition: all ease 0.4s ;
transition: all ease 0.4s ;
}
#bars:hover{
	background-color: #393A3B;
	color: white;
	-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-ms-transition: all ease 0.4s ;
transition: all ease 0.4s ;
}
#catRow {
	background: black;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* 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;
}
#wlcmsg {
	text-align: right;
	color: #e52828;
	font-weight: 500;
	font-size: 16px;
}
a {
	color: black;
}
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[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.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 {
	background: #212328;
	color: #fff;
	webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#top #currency .currency-select {
	text-align: left;
	color: black;
}

#top #currency .currency-select:hover {
	background-color: #eeeeee;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff6600;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	background: #212328;
  color: #e52828;
  font-size: 14px;
  line-height: 30px;
}
#top .btn-link strong {
	font-size: 12px;
    line-height: 14px;
	color: #ff6600;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	height: 70px;
	width: 520px;
}
/* search */
#search {
	margin-bottom: 10px;
}
.btnSearch {
	width: 60px;
	height: 50px;
	padding: 8px;
}
#search .input-lg {
	border: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	margin-top: 10px;	
}
#search .btn-lg {
	margin-top: 10px;
	width: 60px;
	height: 50px;
	padding: 0;
	border: none;
	border-radius: 0;
}

/* cart */
.cart-container {
    float: right;
    position: relative;
    margin: 17px 0 0;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	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%;
	  background: #FFFFFF;
  border: 0px solid #DDDDDD!important;
  box-shadow: 0 0 3px #DDDDDD;
  z-index: 99999;
}
	@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;
}
#cart .dropdown-menu li  table tr{
	box-shadow: inset 0 0px 15px rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 0px 15px rgba(0,0,0,0.08);
		-webkit-box-shadow: inset 0 0px 15px rgba(0,0,0,0.08);
  border-bottom: 1px solid #ececec;
  width: 100%;
  clear: both;
  min-height: 85px;
  }
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

@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;
	} */
}
/* content */
#content {
	min-height: 600px;

}
/* footer
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #ff6600;
}
footer h4 {
	position: relative;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.footer{
  display: block;
  padding: 0 0 14px;
} */
#follow {
	border-radius: 50%;
}
#follow:hover{
  background: white;
  color: #ff6600;
  -webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
-ms-transition: all ease 0.2s ;
transition: all ease 0.2s ;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  
}
.header-button {
  float: right;
  position: relative;
  margin-left: 10px;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
  background: #212328;
  transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s ;
}
.header-button:hover {
  background: #fff;
  -webkit-transition: all ease 0.7s;
-moz-transition: all ease 0.7s;
-o-transition: all ease 0.7s;
-ms-transition: all ease 0.7s ;
transition: all ease 0.5s ;
}
.select-label-name {
	color: white;
}
.header-button:hover .select-label-name {
  color: #777777;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	
}

.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; */
	  background: #ff6600;
	  color: #fff;
	  font-size: 16px;
	  line-height: 40px;
	  /* height: 40px; */
	  font-weight: 400;
	  font-family: 'Roboto', sans-serif;
	  position: relative;
	  border:none;
	  border-radius:0;
	  padding:0px 25px;
	  transition: all 0.2s linear;
	    border-color: #ff6600;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #000;
	border-color: #000;
}
.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] {
	
}
.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;
	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: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.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 {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.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;
}


/* product list */
.product-title{
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px;
}

.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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;
}
}
.product-thumb h4 a{
	color: #000;
	font-size: 30px;
}

.product-thumb h4 a:hover {
	color: #f00;
}

.product-thumb .caption {
	padding: 0 30px;
	min-height: 150px;
	text-align: left;
}
.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 {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #F00;
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0px;
}
.product-thumb .price-new {
}
.product-thumb .price-old {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
	padding: 0px 30px;
}
.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: 40px;
	border: none;
	display: inline-block;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	background-color: #eee;
	width: 40px;
	margin: 0px 0px 0px 5px;
}

.product-thumb .button-group .cart-button {
	background-color: #f00;
	color: #fff;
}

.product-thumb .button-group button:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #000;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button-group .cart-button:hover {
	background-color: #000;
	color: #fff;
	
}

.product-thumb .button-group .fa-shopping-cart {
	font-size: 25px;
	vertical-align: middle;
}

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


/*custom*/

a.button {
  background: transparent;
  border: 0;
  overflow: visible;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: auto;
}
a.button span {
background: #ff6600;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

a.button span span {
  padding: 0 15px;
  display: block;
  float: left;
  position: relative;
  z-index: 4;
}

.cart .btn-continue span span{
	float:right;
}

.col2-set .discount{
	display: block;
	margin-bottom: 20px;
	width:100%;
}
.col2-set .shipping{
	display: block;
	margin-bottom: 20px;
	width:100%;
}
.col2-set .btn-primary, #modal-shipping  .btn-primary{
	padding:0 25px;
}
.cart .shipping label.control-label{
	text-align:left;
}

 #modal-shipping  .modal-content{
	text-align:left;
 }
 .checkout-types li a {
  color: #fff;
  text-decoration: none;
  
}
 .checkout-types a.button span span{
	float:none;
 }
 
 
 /* checkout*/
 .checkout .panel-heading{
	background:#303038;
	color:#fff;
 }
 .checkout .panel-title a:hover{
	
	color:#ff6600;
 }
 .checkout  .panel-title .number {
  background: #fff;
  color: #3a3a3a;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  margin-right: 8px;
  padding: 3px 0 0;
  height: 27px;
  width: 27px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  display:inline-block;
}

/* Sitemap */

.sitemap { margin:12px 0 30px; display:inline-block;  }
.sitemap a {}
.sitemap li { 
	margin:8px 0; 
	font-size:13px;
	line-height:18px;
	color:#ff6600;
}
.sitemap li a{
	text-decoration:none; 
	font-size:12px; 
	font-weight:normal;
	padding-left:14px;
	margin:10px 0 0; 
	font-size:12px; 
	text-transform:uppercase; 
	font-weight:normal;
	padding-left:14px;
	display:inline-block; 
}
.sitemap li li{ padding-left:45px!important; margin-bottom:10px; margin-top:10px; background:none;}
.sitemap li li a{background:none; font-weight:bold; padding-left:0; text-transform:none;}


/*top cart*/
.btn-top-cart{
	display:inline-block;
	  font-size: 12px;
  line-height: 20px;
  padding: 0;
  position: relative;
  
}
.btn-top-cart h3{
	font-size: 34px;
	line-height: 34px;
	float: left;
	color: #fff;
	margin: 0 15px 0 0;
}
.btn-top-cart:before{
	/* content: "\f07a"; */
	content: "\f086";
	margin: 0 15px 0 0;
	float: left;
	color: #ff6600;
	font-size: 47px;
	line-height: 30px;
	font-family: FontAwesome;
}

.summary-top{
font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  color: #646569;
  position: relative;
    float: left;
  } 
  
  /*blog*/
 .blog-list li.item {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid  #e3e3e3;}
.postWrapper {
    clear: both;
}

.postTitle {
    margin-bottom: 25px;
}

.postTitle h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}
.postTitleTop {margin-top: 60px;}
.postContent {
    overflow: hidden;
}
.blog-list .postContent img { float: left; width: 20%; margin: 0 20px 10px 0;}
.postDetails {
    font-size: 15px;
    padding: 0 0 20px;
    color: #fe6868;
}
.postDetails a,
.postDetails-tags li a {color: #fe6868;}
.postDetails a:hover,
.postDetails-tags li a:hover {color: #000;}
.postDetails i {
    margin-right: 3px;
}
.postDetails span {
    margin-right: 12px;
}
.aw-blog-read-more {
    display: table;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    padding: 0 25px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    background: #ff6600;
}
.blog-bg .aw-blog-read-more {}
.aw-blog-read-more span {position: relative;}
.aw-blog-read-more:hover,
.aw-blog-read-more:focus {   background: #212328; color: #fff;}
.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #d6d6d6;
}
.commentWrapper:after {
    content: "";
    display: table;
    clear: both;
}
.commentWrapper i {
    font-size: 16px;
    margin-right: 5px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
   margin-bottom: 15px;
   font-size: 14px;
   text-transform: uppercase;
   color: #fe6868;
}
.commentDetails > span {

}
.commentDetails .postDetails-user {margin-right: 10px;}
.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {

}
.postDetails-tags h4 {
    display: none;
}
.postDetails-tags ul:before {
    content: "\f02b";
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {

}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
    margin-bottom: 5px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {

}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {

}
.block-blog .block-subtitle,
.menu-tags h5 {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
}
.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}


.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}



.blog-bg {
    padding: 10px 0 30px;
}
.blog-bg li.item{ padding-bottom: 30px;}
.widget-latest-title {margin-bottom: 20px;}
.widget-latest-title a {
    font-size: 41px;
    line-height: 41px;
    color: #ff6600;
    text-transform: uppercase;
    font-weight: 400;
}
.widget-latest-title a:hover {color: #333333;}
.blog-bg .postContent {
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 10px;
    color: #212328;
}
.blog-bg .postContent img {
    position: relative; 
    margin-right: 0 !important; 
    float: none !important;
    max-width: 100%;
    margin-bottom: 15px;
}

.widget-latest-details {
    
}
.widget-latest-details,
.widget-latest-details a {font-size: 13px; font-weight: 400; color: #ff6600;}
.widget-latest-details .widget-latest-data,
.widget-latest-details .widget-latest-comment {
    margin: 5px 10px 5px 0;
    display: inline-block;
}
.widget-latest-details i {margin-right: 5px; font-size: 20px; color: #212328;}
.widget-latest-details .widget-latest-comment:hover {color: #fe3c3c;}

@media only screen and (min-width: 992px) and (max-width: 1420px) {
    .widget-latest-details i {font-size: 13px; margin-right: 3px;}

    .widget-latest-details .widget-latest-data, 
    .widget-latest-details .widget-latest-comment,
    .widget-latest-details, .widget-latest-details a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .widget-latest-title a {
        font-size: 16px;
        line-height: 20px;
    }
    .widget-latest-details {padding-top: 3px;}
    .widget-latest-details .widget-latest-data, 
    .widget-latest-details .widget-latest-comment {
        display: block;
        border: 0;
        padding-bottom: 8px;
    }
}
@media only screen and (max-width: 767px) { 
    .widget-latest-title a{ font-size: 16px; line-height: 20px;}
    .widget-latest .grid-clol-6 .col-item3 {width: 100%;}
    .widget-latest .postContent img {width: 100%;}
    .widget-latest-details .widget-latest-data, .widget-latest-details .widget-latest-comment{ float: none; display:block;}
    .widget-latest-details,
    .widget-latest-details a{ font-size: 11px;}
}

@media only screen and (max-width: 500px) { 
    .blog-bg .postContent{ font-size: 12px; line-height: 15px;}
    .postDetails span{ display: block; padding-bottom: 5px;}
}
.block-viewed{
	padding: 20px 0;
}

/*menu*/
.nav-container, .move-block {position: relative; }

.nav-container{ float: left; width: 310px; background: #ff6600;}
.nav-container:hover{ background: #393a3b;}

 #menu-icon {
    display: block;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
    text-transform: none;
    font-weight: 500;
    padding:0 0 0 20px;
    line-height: 70px;
	margin:0;
 }
#menu-icon:before {content: "\f0c9"; font-size: 21px; line-height: 70px; float: right; padding:0 25px 0 20px; }
 
.megamenu .nav{
	margin:0;
	width:100%;
	z-index:9;
}

.megamenu  .nav a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.megamenu  .nav .open>a:hover,  
.megamenu  .nav a:hover {
	background-color: #25282d;
	border-color: #25282d;	
}

 .megamenu .nav .open>a,  
 .megamenu .nav .open>a:focus, 
 .megamenu .nav .open>a:hover {
	background: #ff6600;
}

 .megamenu .nav .dropdown-menu{
	background: #f2f2f2;
	padding:20px !important;
}

 .megamenu .nav .dropdown-menu ul li a{
	display: block;
    padding: 6px 25px;
    font-size: 14px;
    color: #212328;
    font-weight: 400;
	z-index:10000;
}
 .megamenu .nav .dropdown-menu ul li a:before{
	font-family: FontAwesome;
	content: "\f054"; 
	font-size: 10px;
	padding: 0 5px 0 0;
		
}
 .megamenu .nav .dropdown-menu ul li a:hover{	
    color: #fff;
}