body {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	letter-spacing:0.5px;
}
:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff8300 ;
}
legend {
	font-size: 14px;
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	padding: 5px 0px 5px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	color: #666;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	font-size: 14px;
}
.box {
	margin: 0 -10px;
}
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: 13px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}
.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;
}
/* Gradient to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000;
	background-image: linear-gradient(to bottom, #3b5998, #1f90bb);
	background-repeat: repeat-x;
}
/* top */

#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #3b5998;
	background-image: linear-gradient(to bottom, #3b5998, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links a {
	color: #aaabab;
	text-decoration: none;
	padding: 2px 8px 0;
	font-weight:500;
	display: inline-block;
}
#top-links li .fa {
	font-size: 12px;
	margin: 0 5px 0 0;
}
#top-links > li {
	padding: 0 11px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#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 {
	margin: 6px 0;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#top-links ul {
	margin: 0;
	top: 27px;
}
#top-links a + a {
	margin-left: 15px;
}
/* CSS for Header Start */
.header-top {
	background: #000 none repeat scroll 0 0;
}
.language .btn.btn-link.dropdown-toggle {
	padding-left: 0;
}
.language, .currency {
	float: left;
}
header {
	background: #fff none repeat scroll 0 0;
}
.respo-header-middle, .top-toggle {
	display: none;
}
.header-inner {
	text-align: center;
	padding: 26px 0;
}
.header-inner .header-left {
	padding: 0;
	margin: 26px 0;
}
.header-inner .header-middle {
	padding: 0;
	display: inline-block;
	float: none;
}
.header-inner .header-right {
	padding: 0;
	float: right;
	margin:5px 0;
}
/* logo */
#logo {
	margin: 0;
	display: inline-block;
}
.shipping-img, .returns-img {
	background: url(../image/shipping.png) no-repeat scroll 0 -79px;
	height: 41px;
	width: 50px;
	float: left;
}
.returns-img {
	background-position: 0 0;
}
.returns, .shipping {
	text-align: left;
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	padding: 0;
}
.returns-text, .shipping-text {
	color: #000;
	line-height:20px;
	font-size: 17px;
	overflow: hidden;
	font-weight: 600;
}
.returns-detail, .shipping-detail {
	float: left;
	clear: left;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
/* search */
.header-right #search .input-lg {
	height: 33px;
	line-height: 20px;
	border-radius: 0;
	border: 0;
	background-color: #fff;
}
.header-right #search .btn-lg {
	line-height: 21px;
	padding: 7px 10px 5px 0;
	text-shadow: none;
	background: #fff;
	border-radius: 0;
	border: 0;
	color: #000;
	float:left;
}
#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 > .btn:hover .fa {
	color: #666;
}
#cart .img-thumbnail {
	max-width: none;
	width: auto;
}
.header-right #cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	background: none;
	border: 0;
	font-weight:500;
	text-shadow: none;
	padding: 8px 5px 10px;
	margin: 0 auto;
	width: auto;
}
.header-right #cart {
	float: right;
	margin: 0;
}
.header-right #cart .dropdown-menu {
	margin: 0;
}
.header-right .fa-caret-down {
	padding: 0px 0px 0 10px;
	color: #aaabab;
}
.header-right .fa-caret-down:hover {
	color: #fff;
}
.header-right #search {
	float: right;
	clear: right;
	margin: 0;
	border: 1px solid #e5e5e5;
}
.header-right #search .btn-lg:hover .fa {
	color: #666;
}
#cart-total {
	background: url("../image/sprite.png") no-repeat -12px 2px;
	padding: 8px 0 8px 40px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 300px;
	padding: 10px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table.table-bordered, #cart .dropdown-menu table.table-bordered td, #cart .dropdown-menu table.table-striped td {
	border: none;
	padding: 4px;
	vertical-align: top;
	background: none;
}
#cart .dropdown-menu table.table-bordered {
	border-top: 1px solid #ddd;
}
#cart .dropdown-menu table.table-striped .btn-danger {
	padding: 0px 3px;
	background: none;
	border: none
}
#cart .dropdown-menu table.table-striped .btn-danger .fa, #cart .dropdown-menu table.table-striped .btn-danger:hover .fa {
	font-size: 12px;
	color: red;
}
 @media (max-width: 478px) {
#cart .dropdown-menu li > div {
	min-width: 100%;
}
}
#cart .dropdown-menu li p {
	padding: 10px 0;
	margin: 0;
}
#cart .btn-viewcart a, #cart .btn-checkout a {
	color: #fff;
	background: #ff8300 ;
	display: inline-block;
	padding: 6px 15px;
}
#cart .btn-viewcart a:hover, #cart .btn-checkout a:hover {
	background: #000;
}
#cart strong {
	font-weight: 500;
}
.header-contact {
	display: inline-block;
}
.header-middle-top {
	float: none;
	display: inline-block;
	width: 100%;
}
.header-middle-top .shipping {
	border-left: 1px solid #ccc;
	padding-left: 50px;
}
.header-middle-top .returns, .header-middle-top .shipping {
	float: none;
	display: inline-block;
}
.language .dropdown-menu {
	left: 0;
	margin: 0;
	right: auto;
	top: 36px;
	text-align: left;
}
.currency .dropdown-menu {
	left: 0;
	margin: 0;
	right: auto;
	top: 36px;
	text-align: left;
}
.language li a, .currency li .btn-link {
	padding: 2px 10px;
}
.language li a:hover, .currency li .btn-link:hover {
	color: #000;
}
.currency .btn-link {
	text-align: left;
	width: 100%;
}
.language .dropdown-menu li > a:hover {
	background: none;
}
.currency .btn-link, .language .btn-link, .currency .btn-link:hover {
	background: none;
	text-decoration: none;
	color: #aaabab;
}
.language .btn-link, .language .btn-link:active {
	background-image: url("../image/pipe.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}
.currency .btn-link:hover, .language .btn-link:hover {
	color: #fff;
}
.header-middle-right .currency .btn-link, .header-middle-right .language .btn-link {
	padding: 0;
	margin: 6px 8px;
}
.currency .btn-link .fa, .language .btn-link .fa {
	margin: 0 10px;
}
.currency .btn-link:hover .fa, .language .btn-link:hover .fa {
	color: #fff;
}
.header-middle-right .currency li .btn-block, .header-middle-right .language li a {
	padding: 3px 5px;
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 0;
}
.header-middle-right .currency li .btn-block:hover, .header-middle-right .language li a:hover {
	background: none;
	color: #333;
}
.contact-top .telephone {
	color: #cacaca;
	font-weight: bold;
}
.contact-top > span {
	color: #aaabab;
}
.contact-top {
	padding: 8px 7px 0;
}
#top-links .dropdown-menu {
	text-align: left;
}
#top-links .dropdown-menu li a {
	padding: 3px 10px;
}
#top-links .dropdown-menu li a:hover {
	background: none;
	color: #333;
}
#top-links .dropdown.open .dropdown-toggle {
	background: none;
}
/* CSS for Header End */


/* Menu */
#menu {
	border-top:1px solid #e5e5e5;
	min-height: 70px;
	border-radius: 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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: #3b5998;
	background-image: linear-gradient(to bottom, #3b5998, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
#menu .btn-navbar .fa {
	font-size: 24px;
	line-height: 20px;
	vertical-align: -4px;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	padding: 0;
	float: right;
	margin: 0;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: right;
	border: none;
	width: 100%;
	padding: 23px 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
}
@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
	display: block;
}
}
@media (max-width: 767px) {
#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;
}
}
/* footer */
footer {
	background:#f5f5f5;
	margin-top: 35px;
	padding: 65px 0;
	color: #aaabab;
}
.footer-bottom {
	background: #000;
	padding: 15px 0;
	color: #aaabab;
}
.footer-bottom a {
	float: left;
	clear: both;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer, footer a, .footer-bottom a {
	color: #808080;
}
.footer-bottom a {
	float: right;
	margin-left: 0px;
}
footer a:hover {
	color: #ff8300 ;
}
footer h5 {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #000;
	line-height:25px;
	font-weight: 600;
}
footer ul {
	margin: 15px 0 0;
	padding: 0;
}
footer ul li {
	padding: 1px 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin:20px 0;
	padding: 10px 15px;
	background: #F5F5F5;
}
.breadcrumb li a {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	color: #949494;
}
.breadcrumb li a:hover {
	color: #333645;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6px 15px;
	font-size: 12px;
	color: #ffffff;
	background: #454851;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 6px 15px;
	font-size: 12px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 14px;
}
.btn-default {
	background: #000;
	color: #ffffff;
	border: none;
}
.btn-primary {
	color: #ffffff;
	background: #ff8300 ;
	border: none;
	float: left;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #000;
	color: #ffffff;
}
.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;
}
.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;
	background-color: #000;
	border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #ff8300 ;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-info {
	background: #39AAB0;
	color: #fff;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background: #454851;
	color: #fff
}
/* list group */
#column-left .list-group a, #column-right .list-group a {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 5px 0;
}
#column-left .list-group a.last, #column-right .list-group a.last {
	border: none;
}
.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: #ff8300 ;
	background: none;
	border: none;
}
/* 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 {
	margin: 0 10px 20px;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-list .product-thumb .image {
	float: left;
	background: #F5F5F5;
	margin: 0 20px 0 0;
}
.product-thumb .product-name {
	font-weight: 600;
	margin: 10px 0 5px;
}
.product-list .product-thumb .product-name {
	margin: 0 0 10px;
}
.product-list .product-desc {
	margin: 0 0 10px;
}
.product-thumb .caption {
	padding: 0;
}
.product-list .product-thumb .caption {
	float: left;
	width: 72%;
	padding: 0;
}
#content .product-list .product-thumb .product-price {
	float: none;
	margin: 0 0 10px;
}
.product-list .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .compare {
	height: 40px;
	width: 40px;
	background: #000;
	padding: 0;
}
.product-list .product-thumb .product-imageblock .button-group {
	display: none;
}
.product-list .product-thumb .button-group .addtocart-btn {
	float: left;
	margin: 0 10px;
}
.product-list .product-thumb .button-group .compare {
	float: left;
}
#content .product-list .product-thumb .rating {
	float: none;
	display: inline-block;
	margin: 0 0 10px;
}
.product-list .product-thumb {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-width: 0 0 1px;
	border-color: #ddd;
	border-style: solid;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
}
.rating .fa-stack {
	font-size: 8px;
	vertical-align: 1px;
}
.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;
	font-weight:600;
	font-size:16px;
}
#content .product-thumb .product-price {
	float: left;
}
#content .product-thumb .rating {
	float: right;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	font-size:13px;
	font-weight:400;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	background: none;
	overflow: auto;
	text-align: center;
}
.tab-content .product-grid .product-thumb > .button-group, #content .product-slider .product-thumb > .button-group, #content .product-grid .product-thumb > .button-group, .column-left .product-grid .product-thumb .product-imageblock .button-group, .column-right .product-grid .product-thumb .product-imageblock .button-group, .column-left .product-slider .product-thumb .product-imageblock .button-group, .column-right .product-slider .product-thumb .product-imageblock .button-group {
	display: none;
}
#content .product-slider .product-thumb .product-imageblock .button-group, #content .product-grid .product-thumb .product-imageblock .button-group {
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -38px;
	margin-bottom: 20px;

}
#content .product-thumb:hover .product-imageblock .button-group {
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	bottom: 0px;
}
.product-slider .product-thumb .product-imageblock, #content .product-grid .product-thumb .product-imageblock {
	position: relative;
	overflow: hidden;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
	float: left;
}
#content .product-grid .product-grid-item {
	padding: 0;
}
@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;
	background-color: #eee;
	color: #888;
	text-align: center;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group .addtocart-btn {
	background: #ff8300 ;
	display: inline-block;
	padding: 8px 20px;
	font-weight:500;
	float: none;
	width: auto;
	color: #ffffff;
}
.product-thumb .button-group .addtocart-btn:hover {
	background: #000;
	color: #ffffff;
}
.product-thumb .button-group .wishlist, .product-thumb .button-group .compare {
	height: 40px;
	width: 40px;
	background: #ff8300 ;
	padding: 0;
}
.product-thumb .button-group .wishlist:hover, .product-thumb .button-group .compare:hover {
	background: #ff8300 ;
}

.product-thumb .button-group .wishlist .fa, .product-thumb .button-group .compare .fa {
	color: #ffffff;
}
@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 {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	display: inline-block;
}
#product-thumbnail .item {
	text-align: center;
}

/* 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%;
}
}
.qty-label {
	float: left;
	margin: 5px 5px 5px 0;
}
.productpage-qty {
	width: 50px;
}
.productpage-title {
	font-weight: bold;
}
.product-slider.owl-carousel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	overflow: visible;
}
#content .blog-wrapper .owl-buttons, .product-slider.owl-carousel .owl-buttons {
	position: absolute;
	top: -60px;
	width: 100%;
}
.product-slider.owl-carousel .owl-buttons div {
	opacity: 1;
	font-size: 0;
}
.product-slider.owl-carousel .owl-buttons > div {
	background: url("../image/sprite.png") no-repeat 0 0;
	height: 20px;
	width: 20px
}
#content .blog-wrapper .owl-buttons > div.owl-next, .product-slider.owl-carousel .owl-buttons > div.owl-next {
	background-position: -13px -102px;
	right: 0px;
	left: auto;
	height: 30px;
	width: 30px;
	opacity: 1;
}
#content .blog-wrapper .owl-buttons > div.owl-next:hover, .product-slider.owl-carousel .owl-buttons > div.owl-next:hover {
	background-position: -13px -136px;
	border-color: #ff8300 ;
}
#content .blog-wrapper .owl-buttons > div.owl-prev, .product-slider.owl-carousel .owl-buttons > div.owl-prev {
	background-position: -13px -33px;
	left: auto;
	right: 33px;
	height: 30px;
	width: 30px;
	opacity: 1;
}
#content .blog-wrapper .owl-buttons > div.owl-prev:hover, .product-slider.owl-carousel .owl-buttons > div.owl-prev:hover {
	background-position: -13px -67px;
	border-color: #ff8300 ;
}
.col-2 #product-thumbnail.owl-carousel {
	width: 460px;
}
.col-3 #product-thumbnail.owl-carousel {
	width: 330px;
}
#product-thumbnail.owl-carousel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 auto;
	width: 700px;
}
#product-thumbnail.owl-carousel .owl-buttons {
	position: absolute;
	top: 40%;
	width: 100%;
}
#product-thumbnail.owl-carousel .owl-buttons div {
	opacity: 0;
	font-size: 0;
	height: 20px;
	width: 15px;
}
#product-thumbnail.owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
#product-thumbnail.owl-carousel .owl-buttons > div:before {
	font-family: 'FontAwesome';
	font-size: 25px;
	font-weight: normal;
	padding: 0 7px;
	border: 1px solid #ddd;
	color: #ddd;
}
#product-thumbnail.owl-carousel .owl-buttons > div.owl-next:before {
	content: '\f105';
}
#product-thumbnail.owl-carousel .owl-buttons > div.owl-prev:before {
	content: '\f104';
}
#product-thumbnail.owl-carousel .owl-buttons > div.owl-next:hover:before, #product-thumbnail.owl-carousel .owl-buttons > div.owl-prev:hover:before {
	color: #ff8300 ;
	border-color: #ff8300 ;
}
#product-thumbnail.owl-carousel .owl-buttons .owl-next, #product-thumbnail.owl-carousel:hover .owl-buttons .owl-next {
	right: 0;
	left: auto;
}
#product-thumbnail.owl-carousel .owl-buttons .owl-prev, #product-thumbnail.owl-carousel:hover .owl-buttons .owl-prev {
	left: 0;
}
#product-thumbnail.owl-carousel .image-additional a {
	margin-bottom: 0;
}
/* CSS for Custom Tab */
.customtab-wrapper {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	width: 100%;
}
.customtab-wrapper ul {
	margin: 0;
}
.customtab .tab {
	float: left;
	list-style-type: none;
	margin: -1px 0;
}
.tab a {
	padding: 10px 15px;
	display: inline-block;
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 600;
    background: #f6f6f6 none repeat scroll 0 0;
    margin: 0 3px 0 0;

}

.tab a.selected, .tab a:hover {
	background: #ff8300 ;
	color: #fff;
}
.customtab-inner {
	padding: 0;
}
.customtab .product-slider.owl-carousel .owl-buttons {
	top: -60px;
}
/* CSS for Menu start */ 

.main-navigation > li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	position: relative;
}
/* CSS for Menu level-1 */ 
.main-navigation li a {
	color: #000;
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.main-navigation li li a {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.main-navigation li a:hover {
	color: #ff8300 ;
}
.main-navigation li > a {
	padding: 18px 18px;
	position: relative;
}

.main-navigation > li:hover > a.active:before {
	font-family: 'FontAwesome';
	content: "\f0d8";
	position: absolute;
	bottom: -9px;
	left: 34px;
}
.main-navigation li a:before {
	color: #fff;
}
ul.main-navigation {
	display: inline-block;
	width: 100%;
	padding: 23px 0;
	margin: 0;
	vertical-align: top;
	text-align: center;
}
.main-navigation li ul {
	position: absolute;
	left: 0;
	top: 37px;
	border-top: 1px solid #d8d9d9;
	border-bottom: 1px solid #d8d9d9;
	padding: 0;
	background: #fff;
	z-index: 9;
	width: 220px;
	text-align: left;
	display: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.main-navigation li:hover > ul {
	display: block;
}
/* CSS for Menu level-2 */

.main-navigation li li a {
	color: #666666;
	display: block;
	padding: 10px 15px;
}
.main-navigation li li a:hover {
	color: #000;
}
.main-navigation li ul ul {
	left: 220px;
	display: none;
	top: 0;
}
.main-navigation li.last-menu ul ul {
	left: auto;
	right: 220px;
}
ul.main-navigation > li.menu-last ul {
	left: auto;
	right: 0;
}
ul.main-navigation > li.menu-last ul ul {
	left: auto;
	right: 220px;
}
.main-navigation li li {
	display: inline-block;
	list-style-type: none;
	width: 100%;
	position: relative;
	transition: 200ms;
	-moz-transition: 200ms;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
}
.main-navigation li li:hover {
	background: #ff8300 ;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
}
.main-navigation li li:hover > a {
	color: #fff;
}
/* CSS for Menu end */ 




/* CSS for sidebar product block start */ 
	
.column-left .product-grid .product-grid-item, .column-right .product-grid .product-grid-item {
	width: 100%;
	padding: 0;
}
.column-left .product-grid .wishlist, .column-left .product-grid .compare,  .column-right .product-grid .wishlist, .column-right .product-grid .compare,  .column-left .product-grid .price-tax, .column-right .product-grid .price-tax,  .column-left .product-slider .wishlist, .column-left .product-slider .compare,  .column-right .product-slider .wishlist, .column-right .product-slider .compare,  .column-left .product-slider .price-tax, .column-right .product-slider .price-tax {
	display: none;
}
.column-left .product-grid .product-imageblock, .column-right .product-grid .product-imageblock,  .column-left .product-slider .product-imageblock, .column-right .product-slider .product-imageblock {
	float: left;
	margin: 0 15px 0 0;
	min-height: 70px;
}
.column-left .columnblock-title,  .column-right .columnblock-title {
	font-size: 18px;
	background: #ff8300 ;
	color: #fff;
	margin: 0;
	padding: 13px 20px 11px;
	border-bottom: 2px solid #000;
	font-weight: 600;
}
.filter-block .btn-primary{
	float: none;
}
#column-left .blog .blog-heading h3, #column-right .blog .blog-heading h3,  .column-left .productblock-title,  .column-right .productblock-title,  .column-left .cms-title,  .column-right .cms-title {
	font-size: 18px;
	background: #000;
	color: #fff;
	margin: 0;
	padding: 13px 20px 11px;
}
.column-left .product-grid .product-imageblock > a, .column-right .product-grid .product-imageblock > a,  .column-left .product-slider .product-imageblock > a, .column-right .product-slider .product-imageblock > a {
	border: 1px solid #ddd;
	display: inline-block;
}
.column-left .product-grid .product-thumb, .column-right .product-grid .product-thumb,  .column-left .product-slider .product-thumb, .column-right .product-slider .product-thumb {
	margin: 0 0 20px;
	border: none;
	padding: 0 0 10px;
	border-bottom: 1px solid #D9D9D9;
}
.column-left .product-grid .last .product-thumb, .column-right .last .product-grid .product-thumb,  .column-left .product-slider .last .product-thumb, .column-right .last .product-slider .product-thumb {
	margin: 0;
	padding: 0;
	border: none;
}
.column-left .product-grid .caption.product-detail, .column-right .product-grid .caption.product-detail,  .column-left .product-slider .caption.product-detail, .column-right .product-slider .caption.product-detail {
	float: left;
	padding: 0;
	width: 55%;
}
.column-left .product-grid .button-group, .column-right .product-grid .button-group,  .column-left .product-slider .button-group, .column-right .product-slider .button-group {
	float: left;
	margin: 0;
	background: none;
	border: 0;
}
.column-left .product-grid .button-group .addtocart-btn,  .column-right .product-grid .button-group .addtocart-btn,  .column-left .product-slider .button-group .addtocart-btn,  .column-right .product-slider .button-group .addtocart-btn {
	background: none;
	border: 0;
	width: auto;
	padding: 0;
	line-height: 22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #666666;
}
.column-left .product-grid .button-group .addtocart-btn:hover,  .column-right .product-grid .button-group .addtocart-btn:hover {
	color: #ff8300 ;
}
.column-left .product-grid .product-price, .column-right .product-grid .product-price,  .column-left .product-slider .product-price, .column-right .product-slider .product-price {
	margin: 0;
	color: #404040;
}
.column-left .product-slider.owl-carousel, .column-right .product-slider.owl-carousel {
	display: block;
}
.column-left .product-grid, .column-right .product-grid,  .column-left .product-slider.owl-carousel, .column-right .product-slider.owl-carousel {
	border: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 10px;
	background: #F5F5F5;
}
.column-left .product-grid .product-detail .product-name, .column-right .product-grid .product-detail .product-name,  .column-left .product-slider .product-detail .product-name, .column-right .product-slider .product-detail .product-name {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
}
/* CSS for sidebar product block end */ 

.column-left .list-group, .column-right .list-group {
	margin: 0 0 20px;
}
/* CSS for Testimonial Start */ 
.testimonial.owl-carousel {
	border-radius: 0;
	border: 1px solid #ddd;
	background: #F5F5F5;
	margin: 0 0 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.testimonial .owl-pagination {
	top: -15px;
}
.testimonial-item {
	padding: 20px 20px;
	text-align: center;
}
.testimonial .owl-controls .owl-page span {
	border-radius: 0;
	height: 6px;
	width: 6px;
}
.testimonial .owl-controls .owl-page.active span {
	background: #39abb0;
}
.testimonial-item .test-name {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0;
	text-align: center;
	color: #000000;
}
.testimonial-item .test-desig {
	width: 100%;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	color: #39abb0;
	font-style: italic;
	text-align: center;
}
.testimonial-item .test-desc {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	font-style: italic;
	line-height: 18px;
}
.testimonial-item .test-image img {
	width: 100%;
}
/* CSS for Testimonial End */ 

/* CSS for content Start */
.col-2 #content{width:80%;}

#column-left, .single-blog #column-right, .blog #column-right {
    width: 20%;
}
.category_block, .filter-block, .account-block, .affiliate-block, .information-block {
	padding: 10px 20px;
	border-width: 0 1px 1px;
	border-color: #D8D9D9;
	border-style: solid;
	background: #F5F5F5;
}
.column-block {
	margin: 0 0 20px;
}
.category_block ul {
	padding: 0;
	margin: 0;
}
.category_block ul ul {
	padding: 0 0 0 15px;
}
.category_block ul li {
	list-style-type: none;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.category_block ul li:last-child {
	border-bottom: none;
}
.category_block ul li a.list-group-item {
	display: inline-block;
	border: none;
	padding: 5px 0;
	width: 100%;
}
.category_block .list-group-item:hover {
	background: none;
}
.information-block ul li {
	padding: 5px 0;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ddd;
}
.category_block .hitarea {
	float: right;
}
.category_block .hitarea.expandable-hitarea {
	height: 20px;
	width: 20px;
	z-index: 9;
	text-align: center;
	cursor: pointer;
	position: static;
}
.category_block .hitarea.collapsable-hitarea {
	height: 20px;
	width: 20px;
	z-index: 9;
	text-align: center;
	cursor: pointer;
	position: static;
}
.category_block .hitarea.expandable-hitarea:before {
	font-family: 'FontAwesome';
	content: '\f067';
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
}
.category_block .hitarea.collapsable-hitarea:before {
	font-family: 'FontAwesome';
	content: '\f068';
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
}
.filter-block .list-group a {
	padding: 5px 0;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #ddd;
}
.panel-default.filter {
	border: none;
}
.filter .panel-footer {
	padding: 0;
}
.filter-block .checkbox {
	margin: 6px 0;
	font-weight: normal;
}
.filter-block .checkbox:hover {
	color: #ff8300 ;
}
.product-thumb .product-name a {
	font-size: 14px;
	color: #808080;
	font-weight: normal;
}
.product-list .product-thumb .product-name a {
	font-size: 15px;
}
.product-thumb:hover .product-name a {
	color: #000;
}
.product-grid .product-desc {
	display: none;
}
.category-title {
	text-transform: uppercase;
}
.category-banner .img-thumbnail {
	border: none;
	padding: 0;
}
.category-banner .category-desc {
	margin: 20px 0;
}
.category-page-wrapper {
	border-bottom: 1px solid #D9D9D9;
	display: inline-block;
	padding: 5px 0;
	width: 100%;
}
.list-grid-wrapper {
	float: left;
	padding: 0;
	width: auto;
}
.page-wrapper, .sort-wrapper {
	float: right;
	padding: 0;
	margin: 5px 0 0;
}
.category-page-wrapper .control-label {
	float: left;
	margin: 1px 10px;
}
.limit, .sort-inner {
	float: left;
}
.limit::before, .sort-inner:before {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 10px;
	top: 2px;
}
.page-wrapper {
	width: auto;
	padding: 0;
}
#input-sort:before {
	content: "\f054";
	font-family: "Fontawesome";
}
.sort-wrapper {
	width: auto;
	margin: 5px 10px 0 0;
	padding: 0 0px 0 0;
	border: none;
}
.pagination-inner {
	float: right;
}
.result-inner {
	float: left;
	margin: 10px;
}
.grid-list-wrapper .product-grid {
	padding: 0;
}
.grid-list-wrapper {
	margin: 15px -10px;
}
.btn-list-grid #list-view, .btn-list-grid #grid-view {
	background: none;
	padding: 6px 15px 0 0;
}
.btn-list-grid #list-view .fa, .btn-list-grid #grid-view .fa {
	color: #999;
	font-size: 18px;
}
.btn-list-grid #list-view.active .fa, .btn-list-grid #grid-view.active .fa,  .btn-list-grid #list-view:hover .fa, .btn-list-grid #grid-view:hover .fa {
	color: #ff8300 ;
}
.category-page-wrapper .form-control {
	padding: 0;
	height: 28px;
	border: 1px solid #eee;
}
.category-page-wrapper .page-wrapper .form-control {
	width: 60px;
	padding:0 0 0 10px;
}
.category-page-wrapper .sort-wrapper .form-control {
	width: 140px;
	padding:0 10px;
}
.productblock-title {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-size: 18px;
	clear: both;
	margin: 0 0 25px;
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 600;
}
#column-left .banner {
	float: left;
	margin: 0 0 30px;
}
div#subbanner4 img, div#subbanner5 img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
}
div#subbanner4 {
	float: left;
	margin: 0 0 30px;
	overflow: hidden;
}
div#subbanner5 {
	float: right;
	margin: 0 0 30px;
	overflow: hidden;
}
.brand-logo.owl-carousel {
	box-shadow: none;
	margin-bottom: 15px;
	border: none;
}
.brand-logo.owl-carousel .img-responsive {
	display: inline-block;
}
#product .addtocart {
	margin: 0 10px;
}
span.review-count, span.review-edit {
	margin: 0px 5px;
	display: inline-block;
}
.rating.product .fa-stack {
	vertical-align: 1px;
}
.productinfo-tab {
	margin: 25px 0 25px;
}
.nav-tabs {
	padding: 0;
	margin: 0;
}
.productinfo-tab .tab-content {
	padding: 25px;
	border-width: 1px 1px 1px;
	border-style: solid;
	border-color: #ddd;
	overflow: hidden;
}
.label-title {
	font-weight: bold;
	margin: 0 5px 0 0;
}
.productinfo-details-top, .productinfo-details-bottom {
	line-height: 25px;
	overflow: hidden;
}
#input-quantity {
	float: left;
	margin-right: 10px;
}
#product {
	clear: both;
	margin-top: 15px;
}
.product .product-desc {
	font-size: 12px;
}
.product .product_info li label {
	font-weight: bold;
	font-size: 12px;
	width: 85px;
}
.product .product_info li span {
	font-weight: normal;
	margin-left: 20px;
}
.productinfo-special, .productpage-price {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
#product {
	clear: both;
}
.brand-block {
	margin: 0 0 20px;
}
.brandproduct-title {
	background: #f1f1f1;
	padding: 8px;
}
.search-criteria, .search-desc {
	margin: 10px 0;
}
.box-block {
	border: 1px solid #ddd;
	padding: 10px;
	background: #F5F5F5;
	margin: 0 0 10px;
}
/* CSS for content End */

/* CSS for CMS-Banner Start */
.cms_banner {
	display: inline-block;
	margin-bottom: 15px;
}
/* CSS for CMS-Banner End */

.fa-stack {
	width: 9px;
	height: 10px;
}
.rating .fa-star + .fa-star-o, .productinfo-tab .fa-star + .fa-star-o {
	color: #ff8300 ;
}
.rating .fa-star-o {
	color: #000;
}
.rating .fa-star {
	color: transparent;
	line-height: 20px;
}
.rating .fa-star-o {
	font-size: 11px;
}
#scrollup {
	background: url("../image/scroll.png") no-repeat;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 9999;
}
/* CSS for Footer-Top CMS start */
.footer-top-cms {
	display: inline-block;
	width: 100%;
	color: #aaabab;
	border-bottom: 1px solid #ccc;
	padding: 0 0 45px;
	margin: 0 0 30px 0;
}
.footer-logo {
	float: left;
}
.footer-desc {
	width: 710px;
	display: inline-block;
	margin: 0 0 0 50px;
}
.newslatter input {
    height: 48px;
    width: 390px !important;
    border-color: #808080 ;
    border-right: 0 none;
}
.newslatter .btn.btn-large.btn-primary {
    padding: 12px 28px;
	font-size:18px;
}
.footer-social {
	float: right;
}
.newslatter h5,.footer-social h5 {
	margin: 0 0 10px;
}
.footer-social ul {
	padding: 0;
	margin: 0;
}
.footer-social li {
	float: left;
	list-style-type: none;
	margin: 0 8px 0 0;
}
.footer-social li a {
	border: 1px solid #808080;
	height: 48px;
	width: 48px;
	display: block;
	text-align: center;
	color: #808080;
}
.footer-social li a:hover {
	border: 1px solid #ff8300 ;
	color: #ff8300 ;
}
.footer-social li a .fa{
	font-size:20px;
	line-height: 50px;

}
/* CSS for Footer-Top CMS end */

/* CSS for Footer-Top CMS start */
.footer-bottom-cms {
	float: right;
	width: auto;
	margin: 6px 0 0;
}
.footer-bottom .copyright {
	float: left;
	margin:10px 0px;
}
/* CSS for Footer-Top CMS end */

/* CSS for Footer-Bottom CMS start */

.footer-payment ul {
	margin: 0;
	padding: 0;
}
.footer-payment li {
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
}
.footer-payment li:last-child {
	margin: 0;
}
/* CSS for Footer-Bottom CMS end */

/* CSS for Footer-Right CMS start */
.footer-contact ul {
	margin: 0;
	padding: 0;
}
.footer-contact ul li {
	list-style-type: none;
	padding: 0
}
.footer-contact .fa {
	margin: 0 5px 0 0;
	float: left;
	clear: both;
	text-align:center;
	line-height: 20px;
	width: 15px;
}
.footer-contact .fa.fa-mobile {
	font-size: 18px;
}
.footer-contact .fa.fa-map-marker {
	font-size: 15px;
}
.footer-contact .fa.fa-envelope {
	font-size: 11px;
}
.footer-contact span {
	float: left;
}
/* CSS for Footer-Right CMS end */

/* CSS for Blog Start */
	/* CSS for Blog Sidebar Start */
#column-left .blog .blog-heading, #column-right .blog .blog-heading {
	padding: 0;
}
#column-left .blog .blog-inner, #column-right .blog .blog-inner {
	border: 1px solid #ddd;
	margin: 0 0 20px;
	padding: 20px 20px;
	background: #F5F5F5;
}
#column-left .blog-name h2, #column-right .blog-name h2 {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #1b1b1b;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0 0 5px;
}
#column-left .blog-name h2:hover, #column-right .blog-name h2:hover {
	color: #ff8300 ;
}
#column-left .blog-image, #column-right .blog-image {
	width: 70px;
	height: auto;
	margin: 0 15px 10px 0;
	float: left
}
#column-left .blog-content, #column-right .blog-content {
	overflow: hidden;
}
#column-left .blog-content .blog-desc, #column-left .blog-content .blog-more, #column-right .blog-content .blog-desc, #column-right .blog-content .blog-more {
	display: none;
}
#column-left .blog-image img, #column-right .blog-image img {
	width: 100%;
	height: auto;
}
#column-left .blog-wrapper li, #column-right .blog-wrapper li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
}
#column-left .blog-inner .seeall, #column-right .blog-inner .seeall {
	margin: 0;
}
#column-left .blog-wrapper .blog-image .blog-date, #column-left .blog-wrapper .blog-image .blog-readmore, #column-left .blog-wrapper .blog-readmore, #column-right .blog-wrapper .blog-image .blog-date, #column-right .blog-wrapper .blog-image .blog-readmore, #column-right .blog-wrapper .blog-readmore {
	display: none;
}
/* CSS for Blog Sidebar End */

	/* CSS for Blog content Start */
	
#content .blog .blog-wrapper li {
	padding: 0 10px 20px;
}
#content .blog-heading h3 {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	font-size: 18px;
	clear: both;
	margin: 0 0 25px;
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 600;
}
#content .blog-image img {
	width: 100%;
	height: auto;
}
#content .blog-wrapper .owl-buttons div, #content .blog-wrapper.owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
#content .blog-wrapper .owl-buttons > div {
	background: url("../image/sprite.png") no-repeat 0 0;
	height: 20px;
	width: 20px;
	font-size: 0;
	text-indent: -9999px;
}
#content .blog-wrapper .blog-name h2 {
	margin: 15px 0 10px;
}
#content .blog-wrapper .blog-name h2:hover {
	color: #ff8300 ;
}
#content .blog-wrapper .blog-image {
	position: relative;
}
#content .blog-wrapper .blog-content {
	text-align: left;
}
#content .blog-wrapper .blog-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition-duration: 500ms;
}
#content .blog-wrapper .item:hover .blog-hover {
	opacity: 1;
	transition-duration: 500ms;
}
#content .blog-wrapper .blog-readmore-outer {
	position: absolute;
	right: 0;
	left: 0;
	top: 45%;
	text-align: center;
	opacity: 0;
	transition-duration: 500ms;
}
#content .blog-wrapper .item:hover .blog-readmore-outer {
	opacity: 1;
	font-weight:500;
	transition-duration: 500ms;
}
#content .blog-wrapper .blog-readmore-outer .blog-readmore {
	padding: 8px 15px;
	background: #000000;
	color: #fff;
}
#content .blog-wrapper .blog-image .blog-date {
	padding: 7px 15px;
	font-weight:500;
	background: rgba(14, 16, 17, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog_img > img {
	max-width: 100%;
}
#content .blog-wrapper .blog-content .blog-date, #content .blog-wrapper .blog-content .blog-readmore {
	display: none;
}
/* CSS for Blog content End */
	/* CSS for Blog-List Start */
.blog-list-item {
	margin: 0 0 20px;
}
.blog-list-item .blog-list-image img {
	width: 100%;
	height: auto;
}
.blog-list-item .blog-listname h2 {
	margin: 20px 0 10px;
	font-weight: bold;
}
.blog-list-item .blog-listname h2:hover {
	color: #39AAB0;
}
.blog-list-image {
	position: relative;
}
.blog-list-item .blog-list-image .blog-list-date {
	padding: 7px 15px;
	background: rgba(57, 170, 176, 0.5);
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog-list-item .blog-list-image .blog-list-readmore {
	position: absolute;
	right: 0;
	left: 0;
	top: 45%;
	text-align: center;
	opacity: 0;
	transition-duration: 500ms;
}
.blog-list-item:hover .blog-list-readmore {
	opacity: 1;
	transition-duration: 500ms;
}
.blog-list-item .blog-list-image .blog-list-readmore .readmore {
	padding: 8px 15px;
	background: #000000;
	color: #fff;
}
.blog-list-item .blog-list-image .bloglist-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition-duration: 500ms;
}
.blog-list-item:hover .bloglist-hover {
	opacity: 1;
	transition-duration: 500ms;
}
/* CSS for Blog-List End */
	
	/* CSS for Single-Blog-List Start  */
	
.singleblog-desc {
	margin: 20px 0;
}
.singleblog-image {
	position: relative
}
.singleblog-image img {
	max-width: 100%;
	height: auto;
}
.singleblog-title {
	margin: 10px 0 0;
	font-weight: 600;
}
.single-blog-share {
	margin: 0 0 10px;
}
.singleblog-date {
	padding: 7px 15px;
	background: rgba(57, 170, 176, 0.5);
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* CSS for Single-Blog-List End  */
	
/* CSS for Blog end */

/* CSS for Blog List More Start */
#blogList li {
	display: none;
}
.load-more-wrapper {
	display: inline-block;
text-align;
	text-align: center;
	width: 100%;
}
.loadMore, .showLess {
	display: inline-block;
	color: #ffffff;
	background: #39AAB0;
}
.loadMore:hover, .showLess:hover {
	background: #454851;
}
#loadMore, #showLess {
	color: #fff;
	cursor: pointer;
	padding: 6px 15px;
}
.none {
	display: none;
}
.blog-meta > li {
	float: left;
	margin-right: 15px;
	list-style: none;
}
.u-url {
	color: #ff8300 ;
	text-transform: capitalize;
}
.p-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;

}
.blog {
	margin-bottom: 40px;
	border-bottom:1px solid #e5e5e5;
}
.blog-meta {
	padding: 0;
	width: 100%;
}
.p-summary {
	clear: both;
}
.blog-meta li i {
	margin: 0 5px 0 0;
}
input, button, select, textarea {
	border: 1px solid #e5e5e5;
}
.section-title {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0;
}
.blog_img {
	height: 400px;
	overflow: hidden;
}
.video.blog_img {
	height: auto;
}
video {
	width: 100%;
}
#commentform input {
	width: 385px;
}
#submit {
	background: #ff8300 none repeat scroll 0 0;
	height: 32px;
	border: none;
	color: #fff;
	width: 100px;
	text-transform: capitalize;
	float: right;
}
#submit:hover {
	background-color: #000;
}
#commentform label {
	margin-bottom: 30px;
	vertical-align: top;
	width: 200px;
}
.btn-list-grid {
	float: left;
	margin-right: 15px;
}
#compare-total {
	margin-top: 5px;
	float: left;
}
.open > .dropdown-menu {
	padding: 5px;
}
/*   Slder Navigation Arrow    */

.home-slider.owl-carousel {
	border: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	margin: 0 0 20px;
}
.home-slider .owl-controls {
	bottom: 15px;
	position: absolute;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.home-slider .owl-pagination {
	top: 0;
}
.home-slider .owl-controls .owl-page {
	padding: 3px;
	border: 1px solid #fff;
}
.home-slider .owl-controls .owl-page span {
	background: #fff;
	height: 5px;
	width: 5px;
}
.home-slider .owl-controls .owl-page.active span, .home-slider .owl-controls .owl-page span:hover {
	background: #ff8300 ;
}
.home-slider .owl-controls .owl-page:hover, .home-slider .owl-controls .owl-page.active {
	border: 1px solid #ff8300 ;
}
.home-slider .owl-controls .owl-page.active span {
	cursor: default;
}
.brand-logo.owl-carousel .owl-buttons div {
	background: url("../image/sprite.png") no-repeat 0 0;
	font-size: 0;
	height: 30px;
	width: 30px;
	top: 40%;
}
.brand-logo.owl-carousel .owl-buttons .owl-prev {
	background-position: -13px -34px;
	background-color:#f5f5f5;
}
.brand-logo.owl-carousel .owl-buttons .owl-prev:hover {
	background-position: -13px -67px;
}
.brand-logo.owl-carousel .owl-buttons .owl-next {
	background-position: -13px -102px;
	background-color: #f5f5f5;
}
.brand-logo.owl-carousel .owl-buttons .owl-next:hover {
	background-position: -13px -136px;
}
.contact .col-sm-4.left strong {
	float: left;
	width: 85px;
	font-weight: normal;
	color: #555;
}
.contact .col-sm-4.left .address {
	padding-left: 85px;
}
/*about page start*/
ul {
	padding: 0;
	margin: 0;
}
.services {
	margin: 50px 0 80px;
	overflow: hidden;
}
.tf {
	font-size: 18px;
	color: #000;
	margin: 0px;
	margin: 0 0 15px;
}
.features .content {
	margin: 20px 0;
}
.wrapar > #about-page-contain {
	margin: 0 0 70px;
}
.skill .tf, .Experiences .tf, .work .tf, .team .tf {
	margin: 50px 0 15px;
}
i.circle {
	background-color: #000;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-stretch: normal;
	height: 70px;
	margin: 0;
	padding: 24px 0;
	text-align: center;
	width: 70px;
}
.wrapper .btn {
	margin-top: 10px;
}
.wrapper tf {
	margin-top: 0;
	margin-bottom: 20px;
}
.skill span {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	float: left;
	height: 45px;
	padding: 10px;
	width: 45px;
}
.skill li {
	list-style: outside none none;
	margin-bottom: 15px;
}
.exp-detail > h5 {
	color: #000;
	font-weight: 600;
	line-height: 24px;
}
{
 line-height: 24px;
} {
 line-height: 24px;
}
.work li {
	list-style: outside none none;
	margin-bottom: 47px;
}
.work li > h5 {
	color: #000;
	font-weight: 600;
	line-height: 10px;
	margin: 10;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}
.work li > span {
	border-right: 1px solid #c1c1c1;
	float: left;
	height: 36px;
	margin-right: 10px;
	padding: 8px 15px 0 0;
}
.photo > h5 {
	color: #4d90fe;
}
.team .name {
	margin: 10px 0;
}
.team-social {
	position: absolute;
	left: 20px;
	bottom: 45px;
	display: none;
}
.team-social .fa.fa-facebook, .team-social .fa.fa-twitter, .team-social .fa.fa-google-plus, .team-social .fa.fa-linkedin, .team-social .fa.fa-pinterest-p, .team-social .fa.fa-instagram {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	height: 33px;
	line-height: 33px;
	padding: 0;
	text-align: center;
	width: 33px;
}
.team-social .fa-facebook {
	background: #3c5b9b none repeat scroll 0 0;
	border: 2px solid #3c5b9b;
}
.team-social .fa-facebook:hover {
	background: #fff none repeat scroll 0 0;
	color: #3c5b9b
}
.team-social .fa-twitter {
	background: #359bed none repeat scroll 0 0;
	border: 2px solid #359bed;
}
.team-social .fa-twitter:hover {
	background: #fff none repeat scroll 0 0;
	color: #359bed;
}
.team-social .fa-google-plus {
	background: #e33729 none repeat scroll 0 0;
	border: 2px solid #e33729;
}
.team-social .fa-google-plus:hover {
	background: #fff none repeat scroll 0 0;
	color: #e33729;
}
.team-social .fa-linkedin {
	background: #027ba5 none repeat scroll 0 0;
	border: 2px solid #027ba5;
}
.team-social .fa-linkedin:hover {
	background: #fff none repeat scroll 0 0;
	color: #027ba5;
}
.team-social .fa-pinterest-p {
	background: #cb2027 none repeat scroll 0 0;
	border: 2px solid #cb2027;
}
.team-social .fa-pinterest-p:hover {
	background: #fff none repeat scroll 0 0;
	color: #cb2027;
}
.team-social .fa-instagram {
	background: #3f729b none repeat scroll 0 0;
	border: 2px solid #3f729b;
}
.team-social .fa-instagram:hover {
	background: #fff none repeat scroll 0 0;
	color: #3f729b;
}
.team .img-responsive {
	border: 1px solid #dadada;
	width: 100%;
}
#progress1 > h5, #progress2 > h5, #progress3 > h5, #progress4 > h5 {
	color: #000;
	font-weight: 400;
	margin: 0 0 -45px;
	padding: 15px;
}
div.dioprogress_padding {
	padding: 0;
}
div.dioprogress_size_l {
	height: 5px;
}
.loader {
	position: fixed;
	width: 100%;
	z-index: 99;
	height: 100%;
	background: #fff;
}
.preloader.loader > img {
	height: 100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100px;
}
/*about page end*/


