@font-face {
    font-family: 'chiq_reducedregular';
    src: url('fontface/chiq_reduced_regular-webfont.eot');
    src: url('fontface/chiq_reduced_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/chiq_reduced_regular-webfont.woff2') format('woff2'),
         url('fontface/chiq_reduced_regular-webfont.ttf') format('truetype'),
         url('fontface/chiq_reduced_regular-webfont.svg#chiq_reducedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'chiq_reducedlight';
    src: url('fontface/chiq_reduced_light-webfont.eot');
    src: url('fontface/chiq_reduced_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/chiq_reduced_light-webfont.woff2') format('woff2'),
         url('fontface/chiq_reduced_light-webfont.ttf') format('truetype'),
         url('fontface/chiq_reduced_light-webfont.svg#chiq_reducedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'chiq_reducedlight_italic';
    src: url('fontface/chiq_reduced_lightitalic-webfont.eot');
    src: url('fontface/chiq_reduced_lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/chiq_reduced_lightitalic-webfont.woff2') format('woff2'),
         url('fontface/chiq_reduced_lightitalic-webfont.ttf') format('truetype'),
         url('fontface/chiq_reduced_lightitalic-webfont.svg#chiq_reducedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'indira_kregular';
    src: url('fontface/indirak-webfont.eot');
    src: url('fontface/indirak-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/indirak-webfont.woff2') format('woff2'),
         url('fontface/indirak-webfont.ttf') format('truetype'),
         url('fontface/indirak-webfont.svg#indira_kregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: chiq_reducedlight, sans-serif;
	color: #fff;
	font-size: 100%;
	line-height: 150%;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
iframe{
	position:absolute;
}
.col-sm-5,.col-sm-4,.col-sm-3{
 width:33.33%;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-align:center;
}
h1 {
  font-size: 220%;
  line-height:140%;
}
.container.product h1, .container.contact h1 {
  margin-bottom: 0.6em;
  margin-top: 0;
}
.container.product h1.specialtitle{
margin-bottom:0;
}
h2 {
  color: #ddd;
  font-size: 140%;
  line-height:140%;
}
h3{
line-height:160%;
}
h4{
text-align:left;
}
h4 a{
font-weight:bold;
}
h1.specialtitle{
line-height:120%;
}
h1.specialtitle span {
	font-size: 70%;
}
h1.specialtitle span + br + span{
	color:#999;
	margin-top: 1em;
display: block;
font-size: 68%;
margin-bottom: 0.2em;
}
h1.specialtitle .fa.fa-star {
	font-size: 50%;
	position: absolute;
	margin-top: 1.2em;
	margin-right:0;
}
h1.specialtitle + div#pdesc h2 {
	color: #fff;
	font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin-top:1.3em;
  line-height:160%;
}
.left_menu h1 {
  margin-top: 0.4em;
}
.left_menu h2 {
  margin-top: 0.65em;
}
.left_menu h2, .hsubtitle {
  color: #ddd !important;
}
.container.product h2, .container.contact h2 {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.container.product h3,.container.contact h3 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin-top:2em;
}
.notfound h1 {
  font-size: 150%;
  margin-top: 3em;
  text-align: center;
}
.pull-right.notfound {
  display: block;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
}
.left_menu h3, .h3subtitle {
  font-family: chiq_reducedlight_italic, sans-serif;
  color:#ddd;
  font-size:110%;
}
.h3subtitle {
  display: block;
  margin-top: 17px;
  text-align: center;
}
.left_menu h3 {
  margin-top: 0.85em;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/* default font size */
/* Override the bootstrap defaults */
a {
	color:#ddd;
	transition:color 1s ease;
	-webkit-transition:color 1s ease;
}
a:hover {
	color:#fff;
	transition:color 1s ease;
	-webkit-transition:color 1s ease;
	text-decoration: none;
}
legend {
	padding: 7px 0px
}
label {
	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 {
	
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	
}
.input-group .input-group-addon {
	
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
.banner_item {
  display: inline-block;
  margin-top: 3em;
}
.container{
	width:100%;
	max-width:2000px;
}
header .container {
    height: 40px;
}
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#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 {
	
        
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .list-inline {
    margin: 0;
    padding: 0;
}
/* logo */
#logo img {
    margin-left: auto;
    margin-right: auto;
	max-width:120px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	
	
	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: #fff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#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;
	
}
#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;
	
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	
	font-weight: 700;
	
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#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) {
	#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 */
/* footer */
footer {
	position: fixed;
	z-index: 1000000;
	bottom: 0;
	right: 0;
}
footer a{
	font-family: indira_kregular, serif;
	border: 0.1em solid rgba(255, 255, 255, 0.6);
	background: rgba(0,0,0,0.5);
	padding-right: 0.3em;
	padding-left: 0.3em;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0.5em 0 20px 5px;
	padding: 8px 0;
}
.breadcrumb a {
	font-size:90%;
}
.breadcrumb > li {
	position: relative;
	margin-left: 11px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	
}
.btn-sm {
	
}
.btn-lg {
	padding: 10px 16px;
	
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	
}
.btn-group > .btn-xs {
	
}
.btn-group > .btn-sm {
	
}
.btn-group > .btn-lg {
	
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #ffffff, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffffff;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	
}
.rating .fa-star-o {
	color: #999;
	
}
.rating .fa-star {
	color: #FC0;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #fff;
}
.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;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/*bootstrap datetimepicker*/
.bootstrap-datetimepicker-widget td.day {
  color: #999;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
background-color:#2b547e;
color:#fff;
}
.bootstrap-datetimepicker-widget .picker-switch, .bootstrap-datetimepicker-widget .picker-switch:hover{
background-color:#2b547e !important;
}
.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev, .bootstrap-datetimepicker-widget th.next:hover, .bootstrap-datetimepicker-widget th.prev:hover{
color:#2b547e;
background-color:#fff !important;
}
.bootstrap-datetimepicker-widget {
  width: 200px;
}
.bootstrap-datetimepicker-widget td.day.old, .bootstrap-datetimepicker-widget td.day.new {
  color: #fff;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{
color:#2b547e;
}
.bootstrap-datetimepicker-widget td span:hover{
background-color:#fff !important;
color:#999;
}
/*end*/
#backsuperslide {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index:1;
  -webkit-backface-visibility:hidden;
  height:100% !important;
  max-height:1200px;
}
.cycle-slideshow {
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  height:100% !important;
}
#backsuperslide .slide_back{
	background-size:cover !important;
    width: 100%;
	height:100% !important;
}
#backsuperslide #slide1{
	background:url("/ecoweb/view/theme/default/image/slide1.jpg") no-repeat scroll center center;
}
#backsuperslide #slide2{
	background:url("/ecoweb/view/theme/default/image/slide2.jpg") no-repeat scroll center center;
}
#backsuperslide #slide3{
	background:url("/ecoweb/view/theme/default/image/slide3.jpg") no-repeat scroll center center;
}
#backsuperslide #slide4{
	background:url("/ecoweb/view/theme/default/image/slide4.jpg") no-repeat scroll center center;
}
#backsuperslide #slide5{
	background:url("/ecoweb/view/theme/default/image/slide5.jpg") no-repeat scroll center center;
}
.cycle-pager {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 500;
  bottom: 2em;
}
.cycle-pager span {
background: url("../image/circle.png") no-repeat scroll center center;
  cursor: pointer;
  display: inline-block;
  font-size:0px;
  height: 20px;
  width: 30px;
}
.cycle-pager span:hover{
background: url("../image/circle_h.png") no-repeat scroll center center;
}
.cycle-pager span.cycle-pager-active, .cycle-pager span.cycle-pager-active:hover{
	background: url("../image/circle_a.png") no-repeat scroll center center;
	cursor:default;
}
.left_menu {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: 0.1em solid rgba(255, 255, 255, 0.6);
  height: 90%;
  max-height:1000px;
  left: 2.5%;
  padding-bottom: 3em;
  padding-top: 3em;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 350px;
  z-index: 2;
}
.slide_back div {
	font-family: chiq_reducedregular, sans-serif;
  border-left: 0.1em solid #fff;
  height: 380px;
  padding: 1em;
  position: absolute;
  right: 2.5%;
  top: 50%;
  width: 550px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.container.product, .container.contact{
	background-attachment: fixed;
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
	max-height:1200px;
}
.container.contact{
background-image:url("/ecoweb/view/theme/default/image/contact.jpg");
}
.container.product .row, .container.contact .row {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: 0.1em solid rgba(255, 255, 255, 0.6);
  height: 90%;
  position: absolute;
  right: 4%;
  top: 5%;
  width: 60%;
}
.container.product .col-sm-4, .container.contact .col-sm-4 {
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
}
.container.product .col-sm-4 #pdesc, .container.contact .col-sm-12 #pdesc {
  overflow-y: auto;
  height:60vh;
}
.container.product .col-sm-4 h1.specialtitle + #pdesc{
  overflow-y: auto;
  height:57vh;
}
.container.product .col-sm-4 #pdesc.safari, .container.contact .col-sm-12 #pdesc.safari, #onlatest.safari + #column-right #pdesc{
	height:450px;
}
.container.product .col-sm-4 h1.specialtitle + #pdesc.safari{
  height:420px;
}
.container.product .col-sm-4 #pdesc.review-item, .container.product .col-sm-4 #pdesc#google-reviews, .container.product .col-sm-4 #pdesc.review-meta, .container.product .col-sm-4 #pdesc.review-stars{
overflow-y:hidden;
height:auto;
}
.container.product p, .container.contact p {
  padding-right: 1em;
}
#shc {
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  border-width: 0.1em;
  height: 30px;
  position: absolute;
  text-align:center;
  right: 4%;
  top: 7%;
  transition: border-color 1s ease 0s;
  -webkit-transition: border-color 1s ease 0s;
  width: 30px;
  z-index: 2;
}
#shc span {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-family: initial;
  font-size: 250%;
  margin-left: -1px;
  margin-top: 1.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  transition: color 1s ease 0s;
  -webkit-transition: color 1s ease 0s;
}
#shc:hover{
	border-color:#fff;
	transition:border-color 1s ease;
	-webkit-transition:border-color 1s ease;
}
#shc:hover span{
	color:#fff;
	 transition: color 1s ease 0s;
  -webkit-transition: color 1s ease 0s;
}
.slide_back a {
	background-color:rgba(255,255,255,0);
  border: 0.1em solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 0.2em;
  padding: 7px 7px 5px;
  transition:background-color 1s ease, color 1s ease;
	-webkit-transition:background-color 1s ease, color 1s ease;
}
.slide_back a:hover{
	background-color:rgba(255,255,255,0.5);
	color:#4d6600;
	transition:background-color 1s ease, color 1s ease;
	-webkit-transition:background-color 1s ease, color 1s ease;
}
.product-thumb a.read{
	background-color:rgba(255,255,255,0);
  border: 0.1em solid #fff;
  color: #fff;
  padding: 3px 8px 1px 7px;
  display: inline-block;
    margin-top: 0.2em;
  transition:background-color 1s ease, color 1s ease;
	-webkit-transition:background-color 1s ease, color 1s ease;
}
.product-thumb a.read:hover{
	background-color:rgba(255,255,255,0.5);
	color:#000;
	transition:background-color 1s ease, color 1s ease;
	-webkit-transition:background-color 1s ease, color 1s ease;
}
.container.product .fa-star, .container.product .fa-close, .container.product .fa-check{
  color: #ddd;
  font-size: 70%;
  margin-right: 0.1em;
}
.container.product .fa-check-square-o, .container.product .fa-tag, .container.product .fa-book {
color: #ddd;
  font-size: 90%;
  margin-right: 0.1em;
}
.menuitems .fa-tag{
margin-right: 0 !important;
}
.motto {
  background-color: rgba(255, 255, 255, 0.25);
  border: 0.1em solid #fff;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.5em;
  margin-top: 1em;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px !important;
  padding-top: 4px;
}
.motto .fa {
  margin-right: 5px;
}
.motto a {
	color: #ddd;
  text-decoration:underline;
  transition:color 1s ease;
	-webkit-transition:color 1s ease;
	font-size:90%;
}
.motto a:hover {
color:#fff;
text-decoration:none;
transition:color 1s ease;
	-webkit-transition:color 1s ease;
}
.htitle {
  display: block;
  font-size: 220%;
  margin-top: 0.78em;
  text-align: center;
}
.hsubtitle {
  color: #ddd;
  display: block;
  font-size: 140%;
  line-height: 139%;
  margin-top: 1.2em;
  text-align: center;
}
.menuitems {
  border: 0.1em solid rgba(255, 255, 255, 0.6);
  font-family: chiq_reducedregular,sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.15em;
  padding-left: 0.5em;
  padding-top: 0.25em;
  width: 50%;
}
.container.home .menuitems{
	margin-top:6em;
}
.menuitems li{
	margin-top:10px;
	margin-bottom:10px;
}
.menuitems i {
  color: #ddd;
  min-width: 17px;
  text-align: center;
}
.menuitems a, .menuitems span {
  margin-left: 0.5em;
}
.menuitems span{
color:#ddd;
cursor:pointer;
transition:color 1s ease;
	-webkit-transition:color 1s ease;
}
.menuitems span:hover{
color:#fff;
transition:color 1s ease;
	-webkit-transition:color 1s ease;
}
.subfooter {
  bottom: 1em;
  position: absolute;
  width: 100%;
  text-align:center;
}
.subfooter ul {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}
.subfooter.ro ul{
	width: 323px;
	margin-bottom: 1.8em;
}
.subfooter.en ul{
	width: 343px;
	margin-bottom: 1.8em;
}
.subfooter li {
	float: left;
	margin-left: 0.5em;
margin-right: 0.5em;
}
.subfooter a {
  text-decoration: underline;
}
.subfooter a:hover {
  text-decoration: none;
}
.subfooter span a {
	text-decoration: none;
}
.fa.fa-home {
  font-size: 120%;
}
.fa.fa-photo {
  font-size: 90%;
}
.address {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  margin-bottom: 2em;
}
.address a {
  text-decoration: underline;
}
.address a:hover {
  text-decoration: none;
}
#column-right.col-sm-3 {
  width: 100%;
}
.container.product .rowart div {
  height: auto;
  overflow: auto;
  width: 100%;
}
#onlatest {
  height: auto;
}
#onlatest h2 {
  margin-bottom: 0;
}
.d_available {
  color: #ddd;
  font-size: 80%;
}
.author {
  color: #fff;
  display: block;
  margin-bottom: 1em;
  margin-top: -1em;
  font-size:100%
}
.author a{
	color:#fff;
}
.author a:hover{
	color:#ddd;
}
.product-thumb.transition {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
.home_mob_show{
display:none;
visibility:hidden;
}
li a.language {
	margin-left: 2em;
}
#language_gb{
  background:url("/ecoweb/view/theme/default/image/gb.jpg") no-repeat scroll left center;
  background-size: 28px 14px;
}
#language_ro{
  background:url("/ecoweb/view/theme/default/image/ro.jpg") no-repeat scroll left center;
  background-size: 28px 14px;
}
#pdesc img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#pdesc a {
	text-decoration:underline;
}
#pdesc a:hover {
	text-decoration:none;
}
#pdesc a.read {
	text-decoration:none;
}
.postimg {
	display: block;
	margin-top: 2.5em;
}
.postimg p {
	font-weight: bold;
}
#prod_trigger{
cursor:pointer;
}
/*nicescroll.js*/
.nicescroll-rails div {
  border-color:rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
  transition:border-color 1s ease;
	-webkit-transition:border-color 1s ease;
}
.nicescroll-rails div:hover{
	border-color:#fff !important;
	transition:border-color 1s ease;
	-webkit-transition:border-color 1s ease;
}
/*map*/
.map_holder {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}
#map_canvas {
	background-image:url("/ecoweb/view/theme/default/image/static-map.jpg");
  background-repeat:no-repeat;
  background-size:auto;
  background-position:center;
  display: block;
  height: 286px;
  position: relative;
  width: 750px;
}
.map_info {
	font-size:100%;
  color: #333;
  font-weight:normal;
}
.map_info span {
  line-height: 150%;
}
.map_info a {
  color: #333;
  text-decoration: underline;
}
.map_info a:hover{
	text-decoration: none;
}
/*photogallery*/
#photogal {
  background-image:url("/ecoweb/view/theme/default/image/photoback.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  box-shadow:0 0 200px #000 inset;
  -webkit-box-shadow:0 0 200px #000 inset;
  bottom: 0;
  left: -100000em;
  position: fixed;
  right: 0;
  top: 0;
  z-index:10000;
  max-height:1200px;
  width:100%;
  height:100%;
}
#photogal.readyjs{
	left:0 !important;
}
#gallery_slide.cycle-slideshow {
  max-height: 600px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#photogal .gspan {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute !important;
  height: 100%;
  width: 100%;
}
.cycle-next, .cycle-prev {
  height: 70px;
  width: 30px;
  position:absolute;
  top:50%;
  cursor:pointer;
  z-index:1000;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.cycle-prev{
background:url("/ecoweb/view/theme/default/image/prev.png") no-repeat scroll center center;
left:0;
margin-left:2em;
}
.cycle-next{
background:url("/ecoweb/view/theme/default/image/next.png") no-repeat scroll center center;
right:0;
margin-right:2em;
}
#closephoto, #closeform {
  background:url("/ecoweb/view/theme/default/image/close.png") no-repeat scroll center center;
  height: 30px;
  position: absolute;
  right: 0;
  top:0;
  margin-top:2em;
  margin-right:2em;
  width: 30px;
  cursor:pointer;
  z-index: 1000;
}
/*modal form*/
#formbody{
  background-image:url("/ecoweb/view/theme/default/image/mform.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  box-shadow:0 0 200px #000 inset;
  -webkit-box-shadow:0 0 200px #000 inset;
  bottom: 0;
  left: -100000em;
  position: fixed;
  right: 0;
  top: 0;
  z-index:10000;
  max-height:1200px;
  width:100%;
  height:100%;
}
#formbody.readyjs{
	left:0 !important;
}
#mform {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width:100%;
}
#mform form{
	position:relative;
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border:0.1em solid rgba(255, 255, 255, 0.6);
	height: 600px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding:1em;
}
.fdl, .req{
	color:#ddd;
}
.req {
	margin-right: 0.2em;
}
.req.relreq {
	float: left;
}
.fdl.acord, form a {
	font-size: 90%;
}
.fa-external-link {
	margin-left: 0.4em;
}
#mform input, #mform textarea {
	background:none;
	border:0.1em solid rgba(255, 255, 255, 0.6);
	display: block;
	width: 100%;
	font-size:90%;
}
#mform input {
	height: 2em;
}
#mform input#deacord {
	width: auto;
	float: left;
	margin-right: 0.5em;
	height:auto;
}
#mform textarea{
	resize:none;
	height:100px;
}
#mform input.send {
	background-color:rgba(255,255,255,0);
	margin-top: 2em;
	height:auto;
	color: #ddd;
	font-size: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	transition:background-color 0.5s ease, color 0.5s ease;
	-webkit-transition:background-color 0.5s ease, color 0.5s ease;
}
#mform input.send:hover{
	background-color:rgba(255,255,255,0.3);
	color:#000;
	transition:background-color 0.5s ease, color 0.5s ease;
	-webkit-transition:background-color 0.5s ease, color 0.5s ease;
}
.acord a {
	text-decoration: underline;
}
p.under {
	margin-top: 1em;
	margin-bottom: 1em;
}
p.under a {
	display: block;
	font-size: 90%;
	max-width: 220px;
	margin-top: 0.3em;
}
#copyrighted {
	color: #ddd;
	margin-bottom: 2em;
}
#copyrighted a{
	color: #ddd;
}
#pdesc .arhart a{
	text-decoration:none;
}
#pdesc .arhart a.underline {
	text-decoration: underline;
}
#pdesc .arhart a.underline:hover {
	text-decoration: none;
}
.arhart .fa.fa-pencil {
	font-size: 90%;
	margin-right: 0.25em;
	color: #ddd;
	margin-top:0.7em;
}
.source{
	color:#ccc;
	font-size:90%;
	font-weight:bold;
}
.citation {
	font-size: 70%;
	color: #999;
}