body {
	font-family: 'Droid Sans','Roboto','Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
        background: #f1f1f1;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
        margin-top: 10px;
}
/* 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: #136eb4;
}
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;
}
p {
    text-align: justify;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

.dropdown-menu{
    border-radius:3px;
}
.input-group-addon{
    background-color: #fff;
}
.product-filter.panel-default>.panel-heading {
    color: #fff;
    background-color: #136eb4;
    border-color: #ddd;
    border-radius: 0px;
}
@media(min-width:1200px){
    .product-filter {
        margin-right: 5px;
    }
}
.list-group-item{
    border-radius:0px;
}
.product-filter .checkbox, .product-filter .radio{
    margin: 0 auto;
}
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;outline:none;}
#cboxOverlay{position:fixed; width:100%; height:100%; overflow:hidden;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#cboxOverlay{background:#333333}
#cboxContent{background:#fff; overflow:hidden; border:none; padding:20px; border-radius:3px; }
.quickview #cboxContent{padding-right:7px; padding-top:35px; }
.login #cboxContent{padding:0; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{}
#cboxTitle{display:none !important;}
#cboxCurrent{display:none !important;}
#cboxSlideshow{display:none;}
#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-40px; display:none; text-indent:-9999px; }
#cboxPrevious { left:40px; }
#cboxNext { right:90px; }
#cboxPrevious:after, #cboxNext:after { font-family:fontAwesome; font-size:28px; line-height:48px; text-align:center; background: #666666; background: rgba(51, 51, 51, 0.5); position:absolute; display:block; width:50px; height:50px; text-indent:0; color:#ffffff; transition:all 300ms; border-radius:3px; }
#cboxPrevious:hover:after, #cboxNext:hover:after { background: #333333;}
#cboxPrevious:after { content:"\f104";}
#cboxNext:after { content:"\f105";}
#cboxClose{ position:absolute; font-size:0; top:2px; right:32px; text-indent:-9999px;}
#cboxClose:hover:after{ color:#666666; transition:all 300ms;}
#cboxClose:after { content:"\f105 \f104"; font-family: fontAwesome; letter-spacing:-2px; font-size:18px; line-height:26px; text-align:center; position:absolute; top:2px; display:block; width:30px; height:30px; text-indent:0; color:#999999;transition:all 300ms;}

/* Slideshow */
.owl-controls .owl-pagination{
    position:absolute;
    bottom:10px;
    right:25px;
}
.owl-carousel.owl-theme{
    position: relative;
    padding: 5px 6px;
    margin: 0 0 10px;
}
.owl-carousel .owl-controls .owl-page{
    width: 20px;
    margin: 0px 2px;
}
.owl-carousel .owl-controls .owl-page span{
    position: absolute;
    bottom: 10px;
    height: 7px;
    width: 20px;
    border-radius: 2px;
    background-color: #5d5d5d;
}
.owl-carousel .owl-controls .owl-buttons div{
    color: #136eb4;
}
.owl-carousel .owl-buttons div i.fa{
    font-size: 18px;
    padding: 3px 5px;
}
.owl-carousel .owl-controls .owl-page.active span{
    background: #136eb4;
}

/* Carousel */
.owl-carousel.wide-carousel {
    margin-top: 35px;
}
.owl-carousel.wide-carousel .owl-controls{
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
}
.owl-carousel.wide-carousel .owl-buttons i{
    border: 1px solid;
    border-radius: 3px;
}
.owl-carousel.wide-carousel .owl-buttons .owl-prev, .owl-carousel.wide-carousel .owl-buttons .owl-next {
    position: absolute;
    top: -15px;
    opacity: 1;
}
.owl-carousel.wide-carousel .owl-buttons .owl-prev {
    right: 30px;
}
.owl-carousel.wide-carousel .owl-buttons .owl-next {
    right: 5px;
}
.owl-carousel.wide-carousel .owl-wrapper-outer{
    border: none;
    box-shadow: none;
}
.homepage_products.owl-carousel .owl-item {
    padding-right: 20px;
}
.homepage_products.product-grid .product-thumb .caption p:nth-child(2){
    display: block;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.navbar{
    margin-bottom:0;
    border-radius:0;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.nav-tabs {
    border-bottom: 1px solid #136eb4;
}
.nav-tabs li a{
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 15px;
    border: 1px solid #136eb4;
    background-color: #136eb4;
    color: #fff;
    border-radius:3px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #136eb4;
    border-bottom-color: transparent;
    color: #303030;
    background: #fff;
}
.nav-tabs>li>a:hover{
    background-color: #1163a2;
    border: 1px solid #136eb4;
}
.thumbnail{
    border:none;
}
/* Main Menu */
.navbar-menu-collapse {
    width: 100%;
    /*display: table;*/
    position: relative;    
}

.navbar-menu-collapse .menu_cell {
    display: table-cell;
    vertical-align: middle;
    float:left;
}

.navbar-menu-collapse .menu_cell.menu_holder {
    position: relative;
    /*z-index: 455;*/
    border-color: #eaeaea;
}

.navbar-menu-collapse .menu_cell.fill {
    width: 100%;
}

.navbar-menu-collapse .menu_cell.search_holder {
    padding: 10px 21px 10px 20px;
}

.navbar-menu-collapse > .menu_cell.nowrap {
    white-space: nowrap;
}

.main_menu{
    margin-left: -15px;
    min-height: 50px;
}

.main_menu ul > li {
    display: inline-block;
    position: relative;
    text-align: left;
    float: left;

}

.main_menu > ul > li:hover > a,
.main_menu .active,
.main_menu ul.links_holder li ul li a:hover,
ul.vertical > li:hover > a {
    color: #ffffff !important;
    border-color: transparent !important;
}
ul.categories > li:hover > a, ul.categories a.active, ul.categories li.current > a {
    position: relative;
    z-index: 3;
}
.main_menu ul > li:hover{
    background:#136EB4;
}
ul.categories > li .fa-caret-down{
    font-size: 11px;
    margin-left: 10px;
    vertical-align: middle;
    opacity: 0.4;
}

ul.categories.vertical > li .fa-caret-down{
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
    position: absolute;
    top: 14px;
    right: 18px;
}

ul.categories > li:hover .fa-caret-down{
    opacity: 1;
}

.main_menu ul li.home.disabled {
    display: none;
}

/* Main Menu Dropdown */

ul.categories li .wrapper,
.main_menu ul.links_holder li ul {
    position: absolute;
    z-index: 2;
    left: -1px;
    top: 55px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 10px 17px;
    margin-top: 15px;
    display: table;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: margin-top 300ms, opacity 200ms, visibility 200ms;
    white-space: normal;
    max-width: 1139px !important;
}
/* TO DO MENU */
ul.categories li:hover .wrapper,
.main_menu ul.links_holder li:hover ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: margin-top 400ms, opacity 300ms;
}

.main_menu ul.links_holder li:hover ul{
    margin-top: -1px;
}

ul.categories.vertical li .wrapper, ul.vertical.active li .wrapper {
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    z-index: 9;
}

.main_menu ul.links_holder li ul {
    border: none;

    padding: 0;
}

.main_menu ul li .wrapper ul {
    display: table-cell;
    vertical-align: top;
    padding: 3px;
}

.main_menu ul li .wrapper ul li {
    width: 230px;
}

.main_menu ul.links_holder li ul li {
    width: 262px;
}

ul.categories li ul li a {
    padding: 6px 10px;
    font-size: 14px;
    display: block;
    color:#161616;    
}

ul.categories li ul li a:hover, ul.categories li ul li:hover {
    background-color: #fff;
    font-weight:bold;
}

.main_menu ul.links_holder li ul li a, ul.categories.vertical > li > a {
    padding: 12px 10px 12px 20px;
    font-size: 14px;
    border: 1px solid #eaeaea;
    margin: 0 0 -1px;
    display: block;
    color: #161616;
}

/* Collapsed menu */
.main_menu > a.v_menu_trigger.light_bg_color {
    border-color: transparent;
    color: #ffffff;
    position: relative;
    z-index: 3;
    display: block;
    padding: 15px 17px 17px;
    font-size: 16px;
    height: 55px;
}

.main_menu > a.v_menu_trigger.plain {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 15px 97px;
    background: rgba(0,0,0,0.1);
    font-size: 15px;
}

.main_menu > a.v_menu_trigger.light_bg_color .icon-menu {
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
    display: inline-block;
    margin: 0 6px 0 3px;
}

.main_menu > a.v_menu_trigger.light_bg_color .fa-caret-down{
    opacity: 1;
    margin: 0 3px 0 8px;
}

.main_menu > ul.vertical {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 52px;
    width: 272px;
    padding-left: 0;
    background: #ffffff;
}

.main_menu > ul.vertical.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
    transition: all 350ms;
}

ul.vertical > li {
    position: relative;
    float: none;
    display: block;
}

ul.vertical > li:last-child a, .main_menu ul.links_holder li ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

/* Mobile menu */
@media (min-width:767px){
    .menu_cell.nowrap {
        margin-left:-15px;
    }
}
@media (max-width:767px) {
    .container>.navbar-collapse {
        margin:0;
    }
    .navbar-menu-collapse .menu_cell {
        float:none;
    }
    .active-item {
        display:block !important;
    }
    .main_menu {
        margin-right: -15px;
    }
    .main_menu > ul.vertical {
        background:none;
        visibility: visible;
        overflow: hidden;
        position: static;
        width: 100%;
    }
    ul.categories.vertical > li > a{
        border:none;
        color:#fff;
        padding: 15px;
    }
    ul.categories.vertical > li .fa-caret-down {
        top:18px;
    }
    .main_menu ul li .wrapper ul li {
        width: 100%;
        float:none;
    }
    .main_menu > a.v_menu_trigger.plain {
        display:none;
    }
    .menu_cell.nowrap {
        display:block;
    }
    ul.categories.vertical li .wrapper, ul.vertical.active li .wrapper {
        display: none;
        position:static;
    }
    .main_menu ul li .wrapper ul {
        display:block;
    }
    .main_menu ul li .wrapper ul a {
        color:#171717;
    }
    .main_menu li a:hover{
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    ul.categories li .wrapper, .main_menu ul.links_holder li ul {
        opacity:1;
        visibility:visible;
        height:auto;
    }
    ul.categories li .wrapper {
        margin-top: 0;
    }
    
}
/* Boxed content */
.main {
    background: #fff;
    padding: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: 0px 0px 3px 3px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #136eb4;
}
/* top */
#top{
    text-align: center;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #136eb4;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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: 6px;
}
#top-links .list-inline{
    margin-bottom: 0;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links i{
    color: #5d5d5d;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
#logo img {
    max-height: 65px;
    margin-top: 25px;
}
@media(max-width:767px){
    #logo img{
        margin:25px auto 0 auto;
    }
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	line-height: 20px;
	padding: 0 10px;
        display: table-cell;
        border: 2px solid #136eb4;
        border-right: none;
        padding: 10px 13px;
        border-radius: 3px 0px 0px 3px;
        width: 100%;
        height: 40px;
}
#search select{
        border: none;
        color: #333333;
        padding: 10px 3px;
        cursor: pointer;
        height: 40px;
        border: 2px solid #136eb4;
        border-left: 1px solid #136eb4;
        border-radius: 0px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
#search .search-categories {
    display: table-cell;
    width: 186px;
}
#search .form-control:focus {
    box-shadow: none;
}
@media only screen and (max-width: 991px){
    #search .search-categories {
        width: 140px;
    }
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart:hover{
    cursor:pointer;
}
#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 {
	z-index: 1001;
        margin-top: -10px
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media(max-width: 767px){
    .dropdown-menu{
        right: 0;
        left:auto;
    }
    #cart .dropdown-menu{
        margin-top: 0px;
    }
}
@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 {
	margin: 20px 0;
}
#cart .dropdown-menu table td:nth-child(2){
    max-width: 200px;
}
#cart-total{
        position:relative;
}
#cart-total .count{
        position: absolute;
        top: 10px;
        left: 25px;
        background: #fff;
        padding: 4px;
        line-height: 10px;
        border-radius: 30px;
        font-size: 12px;
}
#cart-total i.fa-shopping-cart{
        margin-right: 15px;
        color:#5d5d5d;
        font-size:28px;
        vertical-align: middle;
}
#cart-total .total{
        font-weight: bold;
}
#cart:hover ul.dropdown-menu, .myaccount.dropdown:hover ul.dropdown-menu{
    display: block;
}
#colorbox #cboxContent .cart_notification .product {
	padding:10px 20px;
	display:table;
	width:100%;
}
#colorbox #cboxContent .product img {
	float:left;
	margin-right:20px;
}
#colorbox #cboxContent .product span {
	padding-top:10px;
	display:block;
        line-height: 18px;
}
#colorbox #cboxContent .bottom {
    padding: 10px;
    border-top: 1px solid #eaeaea;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#colorbox #cboxContent .bottom a{
    font-size:13px;
}
#colorbox #cboxContent .bottom a:first-child{
    margin-right: 10px;
}
#colorbox #cboxContent .bottom a:last-child{
    float: right;
}

/*other header links*/
.myaccount{
    display:inline-block;
}
.myaccount, #cart-total{
    line-height: 40px;
    vertical-align: sub;
    margin-right: 10px;
    
}
.myaccount, #cart{
    margin-top: 40px;
}
.myaccount i{
    font-size: 28px;
    vertical-align: middle;
    color: #5d5d5d;
}
.myaccount span{
    color:#171717;
}
.myaccount .dropdown-menu{
    top:90%;
}
@media (max-width:767px) {
    .myaccount .dropdown-menu {
        left: 0;
        right: auto;
    }
    .myaccount, #cart {
        margin-top: 0px;
    }
}
#top .fa-phone{
    font-size: 18px;
    vertical-align: middle;
}
#wishlist-total span{
    font-size: 13px;
}
button.lang-btn, button.currency-btn {
    padding: 10px 0px;
}
.lang-btn img{
    width: 17px;
    vertical-align: baseline;
}
/* menu */
#menu {
	background-color: #136EB4;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
 */;
}
#menu .nav > li > a {
	color: #fff;
        padding: 15px;
        min-height: 15px;
        background-color: transparent;
        font-size: 15px;
}
#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: #229ac8;
	background-image: linear-gradient(linear, left top, left, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 5px 30px;
	float: right;
        background-color: #363636;
        background-image: linear-gradient(to bottom, #444444, #222222);
        background-repeat: repeat-x;
        border-color: #222222 #222222 #000000;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #0e5891;
}

@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 {
	padding-top: 30px;
	background-color: #303030;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
        font-size: 13px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 16px;
	color: #fff;
}
footer .footer-about{
    font-size: 12px;
    color: #9b9b9b;
    padding-right: 60px;
}
@media (max-width: 991px){
    footer .footer-about{
        padding-right: 10px;
    }
}
footer .footer-phone{
    font-size: 13px;
}
#copy {
    font-size: 12px;
    text-align: center;
}
.footer-blocks {
    background: #5d5d5d;
}
.footer-blocks .block-image i {
    font-size: 45px;
    color: #b0b0b0;
}
.footer-blocks .block-image i.glyphicon{
    font-size: 42px;
    vertical-align: bottom;
}
.footer-blocks .block-image {
    display: inline-block;
}
.footer-blocks .block-content {
    padding: 10px 0;
}
.footer-blocks h4 {
    margin: 0;
    color: #b0b0b0;
}
.footer-blocks p {
    margin: 0;
    color: #ddd;
}
.footer-blocks .block-content:hover i, .footer-blocks .block-content:hover p, .footer-blocks .block-content:hover h4{
    color: #fff;
}
@media (max-width: 991px){
    .footer-blocks .block-content{
        text-align: center;
    }
}
@media (max-width: 767px){
    .footer-blocks .footer-left .col-xs-3, .footer-blocks .footer-right .col-xs-3 {
        width: 50%;
    }
}
@media (max-width: 495px){
    .footer-blocks .footer-left .col-xs-3, .footer-blocks .footer-right .col-xs-3 {
        width: 100%;
    }
    .footer-blocks .block-content{
        text-align: left;
    }
}
@media (max-width: 595px){
    .footer-left, .footer-right {
        width: 100%;
        clear: both;
    }
    .footer-left .col-xs-3, .footer-right .col-xs-3{
        width: 50%;
    }
}
@media (max-width: 349px){
    .footer-left .col-xs-3, .footer-right .col-xs-3{
        width: 100%;
    }
}
.social-icons i {
    font-size: 30px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
        margin: 0;
        padding: 0px 0 8px 0px;
        background: none;
        font-size: 12px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child{
    padding-left:0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #136eb4;
	border-bottom: 1px solid #136eb4;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after{
        border:none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	/*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: #333;
        border-color: #b3b3b3;
}
.btn-primary {
	color: #ffffff;
        background-color: #136eb4;
        /* background-image: linear-gradient(to bottom, #eeeeee, #dddddd); */
        background-repeat: repeat-x;
        border-color: #136eb4;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.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-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-info {
	color: #ffffff;
	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;
	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);
}
#product #button-cart{
    display:inline-block;
    width:50%;
}
#product button, #input-quantity{
    height: 40px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
        background: #f3f3f3;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
        color: #fff;
        background: #136eb4;
}
.list-group-item:first-child, .list-group-item:last-child{
        border-radius: 0px;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
#content .owl-wrapper-outer {
    border-radius:0;
    margin-top:-15px;
    -webkit-box-shadow:none;
    box-shadow: none;
}
div#carousel-product {
    padding: 5px 0;
}

/* Specification */
.attribute {
	border-collapse: collapse;
	width: 100%;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
        background: #f0f0f0;
	text-align: left;
        color:#000;
        font-weight: 700;
        text-transform: uppercase;
}
.attribute tr td:first-child {
	text-align: left;
	width: 25%;
}
.attribute td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #f5f5f5;
}
/* Category */
.subcategories {margin-bottom:15px;}
.subcategories ul{
    padding: 0;
}
.subcategories li{
    display: inline-block;
    width: 23%;
    vertical-align: text-top
}

/*Product grid item*/
.product-layout.product-item4{
    width: 22%;
}
.product-layout.product-item4 .fa-shopping-cart{
    display: none;
}
@media (min-width:992px) and (max-width:1199px) {
    .product-layout.product-item4 {
        width: 30%;
    }
}
@media (min-width:400px) and (max-width:991px) {
    .product-layout.product-item4 {
        width: 45%;
    }
}
@media (max-width:399px) {
    .product-layout.product-item4 {
        width: 100%;
    }
}

.product-layout.product-item5{
    width: 18%;
}
@media (min-width:992px) and (max-width:1099px) {
    .product-layout.product-item5 {
        width: 23%;
    }
}
@media (min-width:573px) and (max-width:991px) {
    .product-layout.product-item5 {
        width: 30%;
    }
}
@media (min-width:400px) and (max-width:572px) {
    .product-layout.product-item5 {
        width: 45%;
    }
}
@media (max-width:400px) {
    .product-layout.product-item5 {
        width: 100%;
    }
}
.product-layout.product-item4, .product-layout.product-item5 {
    display: inline-block;
    margin: 7px;
}
.product-layout.product-item4:first-child, .product-layout.product-item5:first-child{
    margin-left: 15px;
}
.product-layout.product-item4:last-child, .product-layout.product-item5:last-child{
    margin-right: 15px;
}

/* product list */

.in_stock, .out_stock{
    padding: 3px 7px;
    border-radius: 3px;
    line-height: 30px;
    vertical-align: top;
    color: #fff;
    margin-left: 15px;
}
.in_stock{
    background: #5dbe45;
}
.out_stock{
    background: #e50d0d;
}
.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;
}
.product-grid .product-thumb .caption p:nth-child(2) {
    display: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	height: 33px;
        overflow: hidden;
}
.product-thumb .caption {
        padding: 0 10px;
        min-height: 80px;
}
.product-thumb .caption p{
    max-height: 35px;
    overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
.homepage_products.product-grid .product-thumb .caption{
    min-height: auto;
}
}
@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;
}
.old-price{
    font-size: 18px;
    color:#999;
    font-weight: 600;
}
#input-quantity{
    width: auto;
    display: inline-block;
}
ul.price-details{
    display: inline-block;
}
.price {
        color: #ef2809;
        font-size: 22px;
        font-weight: 600;
}
.product-thumb .price{
         font-size: 16px;
}
.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 {
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
        max-width: 25%;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button, #product .form-group button + button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #136eb4;
        border-radius: 3px;
	color: #fff;
	line-height: 35px;
        font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button:first-child, .product-thumb .button-group button:nth-child(2), #product .form-group button + button{
	width: 18%;
        background: #fff;
        margin-right: 1%;
        max-height: 37px;
        color: #666;
        border: 1px solid #f0f0f0;
}
#product .form-group button + button{
    float: none;
    width: 10%;
}
.product-thumb .button-group button:first-child:hover, .product-thumb .button-group button:nth-child(2):hover, #product .form-group button + button:hover{
        background: #5d5d5d;
        color:#fff;
}
.product-thumb .button-group button:hover, #product #button-cart:hover {
	background-color: #5d5d5d;
	text-decoration: none;
        border: none;
	cursor: pointer;
}
.product-thumb .button-group button:focus{
    outline-color:transparent;
}    

@media (max-width: 400px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 45%;
	}
} 
.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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* Home page */
.homepage-blocks {
    border-right: none;
    margin-bottom: 20px;
}
.homepage-blocks .block-content {
    border: 1px solid #5d5d5d;
    margin: 0 -7px;
    border-radius: 4px;
}
@media(max-width: 767px){
    .homepage-blocks .block-content{
        margin-bottom: 10px;
    }
    .homepage-blocks .block-image{
        min-width: 70px;
    }
}
.homepage-blocks .block-content:first-child{
    margin-left: 0;
}
.homepage-blocks .block-content:last-child{
    margin-right: 0;
}
.homepage-blocks .block-image {
    float: left;
    background: #5d5d5d;
    border-radius: 3px;
}
.block-content .block-text{
    display: inline-block;
    padding: 7px 0 0 15px;
}
.homepage-blocks h4{
    font-weight: bold;
    margin: 0;
}
.homepage-blocks p{
    margin-bottom: 0px;
}
.homepage-blocks .fa, .homepage-blocks .glyphicon {
    color: #fff;
    font-size: 50px;
    margin: 0px 10px;
}
.homepage-blocks .glyphicon{
    font-size: 45px;
}
.homepage-blocks .block-content:hover{
    background: #136eb4;
    border: 1px solid #136eb4;
    color: #fff;
    cursor: pointer;
}
.homepage-blocks .block-content:hover h4{
    color: #fff;
}
.homepage-blocks .block-content:hover .block-image{
    background:#fff;
}
.homepage-blocks .block-content:hover .fa, .homepage-blocks .block-content:hover .glyphicon{
    color: #136eb4;
}
@media (min-width:767px) and (max-width:1200px){
    .homepage-blocks .fa, .homepage-blocks .glyphicon {
        color: #fff;
        font-size: 30px;
        margin: 0px 10px;
        line-height: 45px;
    }
    .block-content .block-text{
        padding: 7px 0 0 5px;
    }
    .homepage-blocks h4 {
        font-size: 13px;
    }
    .homepage-blocks p {
        font-size: 13px;
    }
}
@media (min-width:767px) and (max-width:991px){
    .homepage-blocks .fa, .homepage-blocks .glyphicon {
        font-size: 20px;
        line-height: 40px;
    }
    .block-content .block-text{
        padding: 7px 0 0 3px;
    }
    .homepage-blocks h4 {
        font-size: 10px;
    }
    .homepage-blocks p {
        font-size: 10px;
    }
}
/* Manufacturer page */
.manufacturer p {
    margin-bottom: 0;
}
.manufacturer .well {
    padding: 10px;
    border-radius: 3px;
}
.manufacturer .panel-heading {
    padding: 5px 10px;
}
.manufacturer h2 {
    margin: 0;
}

/* Contact page */
.information-contact .img-thumbnail{
    border:none;
}
.information-contact .btn{
    font-size: 14px;
}

.aweb-logo {
    float: right;
    margin-top: -10px;
}

@media only screen and (max-width:470px){
    .aweb-logo {
        float: none;
        display: block;
        margin-top: 0;
    }    
}