﻿@import url(https://fonts.googleapis.com/css?family=Crete+Round|Bree+Serif&amp;subset=latin,latin-ext);

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	background:#fff url('../image/b--g.html') no-repeat center top fixed;
}
h1, h2, h3, h4, h5, h6 {
	color: #1A5061;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight:bold;
}
/* default font size */
.fa {
	font-size: 16px;
}
blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
/* Override the bootstrap defaults */
h1 {
	font-size: 34px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
	padding:15px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a {
	color: #333;
}
.row{
	margin:0px;
	padding:0px;				
}
#menu, #top #currency .currency-select:hover, .dropdown-menu li > a:hover, #menu .see-all:hover, #menu .see-all:focus {
	background: #231a77;	
	color:#333;
}

#menu .btn-navbar, .btn-default, .button-group button, .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], #menu .btn-navbar{
	background: #ebebeb;	
	color:#333 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #d0cece;
    border-color: #adadad;}
#menu, .btn-default, .btn, #menu .btn-navbar {
	border-color: #6b65a4;
}
.product-thumb .button-group button + button, .product-list .product-thumb .button-group {
	border-left: 1px solid #BCAD54;
}
.all-transition, footer a, header{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
}
#shadow{
	-webkit-box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 0 5px 0 #000;			
}
.bg-gradient, footer, #content{
	background: rgbA0.7(255,255,255,0.7);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(246,246,246,0.7) 47%, rgba(237,237,237,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(47%,rgba(246,246,246,0.7)), color-stop(100%,rgba(237,237,237,0.7)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(246,246,246,0.7) 47%,rgba(237,237,237,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(246,246,246,0.7) 47%,rgba(237,237,237,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(246,246,246,0.7) 47%,rgba(237,237,237,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(246,246,246,0.7) 47%,rgba(237,237,237,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	color:#303E71;				
}

.product-thumb{
	background:#fff;
}


a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	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: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
.cat-desc, .cat-desc a{
	color:#333;				
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs>li>a {
	font-weight: bold;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
}
/* .list-group-item:last-child {display:none;} */
/* top */
header{
	position:relative;
/*height: 105px;*/
top:0px;
width:100%;
	z-index:1000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
background-color: rgba(0, 0, 0,0);		
    padding-top: 4px;border-bottom: 1px solid #8627c2;		background:#fff url('../../../../../hd.png') no-repeat center bottom;	
}
header.smaller{
	position:fixed;	
	top:0px;
	right:0px;
	left:0px;
			
}
.topheader{
	position:relative;
	z-index:1001;				
}
header.smaller .topheader{
	height:0px;
	overflow:hidden;				
}
header.smaller .container{
	padding:0px;	
	margin:0 auto 0 auto;			
}
header.smaller #menu{
	-webkit-box-shadow: 0 0 10px 0 #616161;
	box-shadow: 0 0 10px 0 #616161;			
}
#top {
    background-color: #000000;
    border-bottom: 0px solid #ddd;
    padding: 1px 0px 1px 0;
    margin: 0px;
    height: 32px;
	position:relative;
	width:100%;
top:0px;
z-index: 1000;
display: none;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
	color:#333;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #333;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #000;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #333;
}
#top .btn-link strong {
	font-size: 16px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 5px 0px 0px 0px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
	position:relative;
	
}
#cart > .btn {
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#column-left .nav > li > a {
    font-family: 'verdana', serif;
color: #0f178a;
    text-shadow: 1px -2px 3px rgb(255, 255, 255);
    font-weight: bold;
font-size: 14px;
    padding: 13px 5px 13px 5px;
    text-align: center;
border-bottom:1px solid #ccc;
}
#column-left .nav > li > a:hover, #menu .nav > li.open > a {
	background:#000 url('../image/m-l.html') no-repeat center top;
	background-color: rgba(255, 255, 255, 0.6);
}
/* menus */
#menus {

	min-height: 30px;
border: 0px ;
border-radius: 0px;
}
#menus .nav > li > a {
color: #525252;
    padding: 23px 7px 23px 7px;
    min-height: 15px;
    font-size: 16px;
    border-radius: 0px;
    line-height: 10px;
    border-right: 1px solid #ccc;
}
#menus .nav > li > a:hover, #menu .nav > li.open > a {
background-color: rgba(255, 255, 255, 0.7); color:#9c42ca;
}

/* menu 7EC9D9*/
#menu {
	background:rgba(255, 255, 255, 0.0)  url('../image/me-nu.html') top center;
	min-height: 30px;
border-radius: 4px 4px 4px 4px;
border: 0px solid rgba(200, 255, 252, 0.27);
}
#menu .nav > li > a {
color: #ffffff;
    padding: 13px 15px 13px 15px;
    min-height: 15px;
    font-size: 18px;
    border-radius: 0px;
    line-height: 10px;
    border-right: 1px solid rgba(204, 204, 204, 0.4);
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(230, 230, 230, 1.0);color:#9c42ca;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 195px;
	display: block;
	padding: 3px 4px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #fff;
background: rgb(35, 35, 148);
}
#menu .see-all {
	display: none;
	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: 16px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #000;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: left;
	background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
    #menus {margin-top: 54px;}
    #menus .nav > li > a {
    color: #525252;
    padding: 15px 8px 15px 8px !important;
    min-height: 15px;
    font-size: 15px;
    border-radius: 0px;
    line-height: 10px;
    float: left;}
	#menu {float: left;
		border-radius: 4px;}
	#menu .nav > li > a {
	           padding: 12px 5px 12px 5px !important; 
	        font-size: 14px !important;
	        z-index: 9999999 !important;
            font-size: 14px !important;
    background-color: blueviolet;
	}

<!-- header {
position:relative;
}	 -->
	#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;
	}
}
/* slideshow */
img.img-responsive, .owl-carousel a, #slideshow0, .owl-wrapper-outer, .owl-carousel, .owl-theme{
	background:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;				
}
	
				

/* content */
#content {
/*	min-height: 500px;*/
	padding-top:15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* footer */
footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 0px solid #444;
/*	background:#00a8eb;*/
	
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #444;
}
footer a {
	color: #888;
	padding:5px;
	font-weight:bold;
}
footer a:hover {
	color: #333;
	background:rgba(255, 255, 255, 0.7);
}
footer h5 {
	font-weight: bold;
	color: #888;
}
.author_info, .author_info a, .author_info a:hover{
	font-size:11px;
	color:#444;	
	text-align:right;	
	display:inline;	
	background:none;	
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color:rgba(35, 35, 35, 0.5);
display:none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
	color:#E8D674;				
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group .list-group-item {
	background-color:rgba(1, 0, 132, 0.5);
}

.list-group a {
	border: none;
	color: rgb(37, 37, 78);
	padding: 8px 12px;
}
.list-group a.active, {
	color: #fff;
	background: rgba(123, 123, 123, 0.3);text-transform: uppercase;
	border:none;
}
.list-group a.active:hover, .list-group a:hover {
	color: #000;
	background: #010084; text-transform: uppercase;
	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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 108px;    text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #BCAD54;
	background-color: #eee;
	overflow: auto;
}
#column-left .button-group button, #column-right .button-group button{
	font-size:12px;				
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	color: #e6c8c8;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
}
.product-thumb .button-group button:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
#menu .nav > li > a {
   /* padding: 23px 8px 23px 8px;*/
    font-size: 14px;}
.col-sm-10 {
    width: 99%;
}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 1200px) {
#menu .nav > li > a {
   /* padding: 23px 8px 23px 8px;*/
    font-size: 14px;}
.col-sm-2 {
    width: 33%;
}}
@media (max-width: 1009px) {
.coll {display:none;}
#menu .nav > li > a {
    padding: 13px 5px 13px 5px;}
.col-sm-10 {    padding-left: 1px;
    padding-right: 1px;
}
.col-sm-2 {
    width: 50%;
}
}
.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;
}
#copyright_info{
	margin:0;
	padding:0;
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;	
	z-index:1000;		
}
#up_button_author{
	width:30px;
	height:30px;
	line-height:30px;
	background:rgba(0, 0, 0, 0.7);	
	color:#666;		
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;	
	text-align:center;
	cursor:pointer;
}
#copyright_links{
	background:rgba(0, 0, 0, 0.7);
	height:50px;
	line-height:48px;
	width:100%;	
	display:none;
	padding: 0 0 0 20px;		
}
#copyright_links a{
	color:#888;				
}
.owl-controls .owl-buttons .owl-prev{  
	color:#fff;
}
.owl-controls .owl-buttons .owl-next{
  color:#fff;
}
.owl-controls .owl-buttons .owl-prev i, .owl-controls .owl-buttons .owl-next i{
	background:#000;
	padding:5px;				
}


.mod_carusel{
	padding: 0 0 60px 0			
}
.mod_carusel .owl-carousel {
	padding: 0 0 40px 0;
	margin:0px 0px 0px 0px;
}
.mod_carusel .owl-carousel .owl-buttons{
	height:40px;			
}
.mod_carusel .owl-carousel .owl-buttons div {
	opacity: 1; 
	color:rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
	position: absolute;
	bottom:0;
}
.mod_carusel  .owl-theme .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.mod_carusel .owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
.mod_carusel .owl-controls .owl-buttons .owl-prev{
  right: 50%;  
  bottom: 20px; 
  top:auto;
  text-align:right;
  color:#333;

}
 
.mod_carusel .owl-controls .owl-buttons .owl-next{
  left: 50%;
  bottom: 20px;
  top:auto;
  color:#333;
  text-align:left;
  
}

.mod_carusel .owl-carousel .owl-buttons .owl-prev {
	right: 50%; 
	height:40px; 
}
.mod_carusel .owl-carousel .owl-buttons .owl-next {
	left: 50%; 
	height:40px;
}

.mod_carusel .owl-controls .owl-buttons .owl-prev{
  right: 50%;
  bottom: 20px; 
  top:auto;
  padding-right:10px;
}
 
.mod_carusel .owl-controls .owl-buttons .owl-next{
  left: 50%;   
  bottom: 20px;
  top:auto;
  padding-left:10px;
}
.mod_carusel .owl-carousel:hover .owl-buttons .owl-prev {
	right: 50%; 
}
.mod_carusel .owl-carousel:hover .owl-buttons .owl-next {
	left: 50%; 
}
.mod_carusel .owl-controls .owl-buttons .owl-prev i, .mod_carusel .owl-controls .owl-buttons .owl-next i{
	background:#fff;
	padding:5px;				
}
.product-thumb .image{
	position:relative;		
}
.product-thumb .image .image_panel{
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#fff;	
	opacity:0.5;
	overflow:hidden;	
	
}
.product-thumb:hover .image .image_panel{
	height:100%;			
}
.product-thumb:hover .image .image_panel button{
	margin:30% 0 0 0;				
}
.modal-price .price-normal, .modal-price .price-new{
	display:block;
	font-size:28px;				
}
.mod-dialog {
  width: 80%;
}
/* 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%;
    }
}
.sidebar {
background-color: rgba(255, 255, 255, 0.7);
border-radius:4px;
}