/* ----- GLOBALS ----- */
* {
	margin:0
}
html, body {
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	color: #5F666E;
	margin:0;
	padding:0;
	height:100%;
}
.wrap{
	min-width:100px;
	max-width:1100px;
	margin:0 auto;
	position:relative;
	padding: 0 10px
}
	.wrap p {
		font-size: 15px;
		font-weight: 500;
		line-height: 22px;
		margin-bottom: 15px;
	}
		.wrap p a, .wrap table a, .wrap ul a {
			color: #A0A92A;
			text-decoration: none;
		}
		.wrap p a:hover, .wrap table a:hover, .wrap ul a:hover {
			text-decoration: underline;
		}
#global-container {
	min-height:100%;
	position:relative;
}
#content {
	overflow:auto;
}
	#content h1 {
		text-transform: uppercase;
		font-size:22px;
		text-align: center;
		margin-bottom: 30px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	#content h2 {
		text-transform: uppercase;
		font-size:20px;
		text-align: left;
		margin: 30px 0 10px;
		font-weight: 700;
	}
.clear {
	clear:both;
	width:0;
	height:0
}
label, input[type=text], input[type=password], select, textarea {
	display:block
}
label {
	font-size:14px;
	margin:10px 0 5px;
}
input[type=text], input[type=email], input[type=tel], input[type=password], select, textarea {
	margin:5px 0;
	background-color:#DEDEDE;
	border:1px solid #DEDEDE;
	color:#353536;
	padding:5px;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
input[type=text], input[type=password], textarea, select {
	border: 1px solid #DADADA;
	padding:7px;
	font: 12px 'Open Sans',sans-serif;
	box-sizing: border-box;
	max-width: 300px;
	width:100%;
}
.button-container {
	margin:10px 0;
}
.button {
	padding:6px 12px;
	color:#FFF !important;
	background-color: #A0A92A;
	text-decoration:none;
	font-weight:400;
	cursor:pointer;
	display:inline-block;
	letter-spacing:1px;
	transition: all 0.2s ease 0s;
}
.button:hover {
	background-color: #FFEC00;
	color:#5F666E !important;
	text-decoration: none
}
.left {
	text-align: left !important
}
.center {
	text-align: center !important
}
.right {
	text-align: right !important
}
.link {
	cursor:pointer
}
.bottom-spacer {
	height:40px;
}
/* ----- HEADER + MENU ----- */
div#header {
	/*width:100%;
	position: absolute;*/
	z-index: 200;
	/*min-height: 300px;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(76,76,76,1) 0%, rgba(37,37,37,0.46)50%, rgba(19,19,19,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(89,89,89,1)), color-stop(0%, rgba(44,44,44,1)), color-stop(0%, rgba(71,71,71,1)), color-stop(0%, rgba(102,102,102,1)), color-stop(0%, rgba(76,76,76,1)), color-stop(50%, rgba(37,37,37,0.46)), color-stop(100%, rgba(19,19,19,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(76,76,76,1) 0%, rgba(37,37,37,0.46) 50%, rgba(19,19,19,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(76,76,76,1) 0%, rgba(37,37,37,0.46) 50%, rgba(19,19,19,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(76,76,76,1) 0%, rgba(37,37,37,0.46) 50%, rgba(19,19,19,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(89,89,89,1) 0%, rgba(44,44,44,1) 0%, rgba(71,71,71,1) 0%, rgba(102,102,102,1) 0%, rgba(76,76,76,1) 0%, rgba(37,37,37,0.46) 50%, rgba(19,19,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );*/
	width:100%;
	position: relative;
	background-color: #8B8E08
}
	div#header>div.wrap {
		margin-bottom:10px
	}
	div#header .col1_2 {background-color: #FFF;}
	div#header #social-icons-and-login {
		position:absolute;
		right: 20px;
		text-align: right;
		text-transform: uppercase;
	}
	div#header #social-icons-and-login a {
		color: #FFF;
	}
	div#header #social-icons-and-login .login {
		margin: 15px 0 28px;
		font-weight: 700;
	}
	div#header #social-icons-and-login .login a {
		text-decoration: none;
		color: #9B9B9B;
	}
	div#header #social-icons-and-login .login a:hover {
		text-decoration: underline;
	}
	div#header #social-icons-and-login img {
		height: 25px;
		margin-left: 10px;
	}
div#language-container {
	text-align: right;
	position:absolute;
}
	div#language-container a {
		font-size:12px;
		padding: 2px 10px;
		margin-left:2px;
		line-height: 25px;
		display:inline-block;
		color:#A0A92A
	}
		div#language-container a.selected,
		div#language-container a:hover {
			background-color: #A0A92A;
			color:#FFF;
		}
.basket-product-counter {display: inline-block}
#login-container {
	background-color: #E1EADA;
	font-size: 13px;
}
	#login-container ul {
		margin: 10px 0;
		padding: 0;
		list-style: none;
		text-align:center;
		display: inline-block;
	}
		#login-container ul li{
			margin: 0 20px;
			display: inline-block;
			vertical-align: middle;
		}
		#login-container ul li:last-of-type {
			margin-right:0
		}
	#login-container a {
		color: #5F666E;
		font-weight: 600;
		text-decoration: none;
		text-transform: uppercase;
		transition: all 0.2s ease 0s;
		letter-spacing: 1px;
	}
	#login-container a:hover,#login-container a.selected {
		color: #A0A92A;
	}
#edit-order-btn {
	font-size: 16px;
	line-height: 22px;
}
	#edit-order-btn img {
		height: 20px;
		vertical-align: top;
		margin-left: 5px;
	}
	#basket-product-counter {
		display: inline-block;
	}
#menu-container {
	text-align: right;
	padding: 65px 0 0;
}
ul#menu {
	padding:0;
	list-style: none;
	margin-top: 35px;
	display: inline-block;
	margin: 0 auto;
}
	ul#menu>li {
		font-size:16px;
		white-space: nowrap;
		font-weight: 600;
		letter-spacing: 1px;
		display: inline-block;
		position: relative;
		margin: 0 17px;
	}
		ul#menu>li:last-of-type {
			margin-right:0;
		}
		
		ul#menu li a {
			border-bottom: 2px solid transparent;
			color: #FFF;
			line-height:21px;
			transition: all 0.2s ease 0s;
			text-decoration: none;
		}
			ul#menu li a:hover,
			ul#menu li a.selected {
				color: #A0A92A;
			}
/* ----- FOOTER ----- */
div#footer {
	width:100%;
	bottom:0;
	position:absolute;
	background-color: #A0A92A;
	color: #EEE;
	padding-top: 20px;
}
	div#footer-social {
		text-align: center;
		margin: 20px 0 30px;
	}
		div#footer-social a {
			margin: 0 5px;
		}
	div#footer-newsletter, #posfooter {
		background-color:#909819;
	}
	#posfooter .col1_2:nth-of-type(1) a {
		line-height: 35px;
	}
	div#footer-copyrights {
		font-size: 12px;
		margin-bottom: 20px;
	}
#footer h1 {
	font-size: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-align: center;
}
#footer a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .button {
	color: #FFF;
}
#footer .button:hover {
	color: #FFF;
}
div#footer .wrap p {
	font-size: 12px;
}
#footer input {
	border-bottom: 1px solid #5f666e;
}
#footer-logo {
	width:200px;
}
#eb-logo {float:right}

/* ----- HOME ----- */
div#home-slider {width:100%;position:relative;}
div#home-slider img {width:100%}
div#home-slider .image-slider {
	background-size: cover;
	background-position: center;
	width:100%;
	text-align: center;
}
div#home-slider .image-slider:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
div#home-slider .title-slider {
	display: inline-block;
	vertical-align: middle;
	color:#FFF;
	font-size: 35px;
	text-shadow:1px 2px 3px #666;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	max-width: 500px;
}
div#home-slider-fixed {
	/*width:100%;min-height:500px;position:relative*/
	display: none;
}
div#home-slider-fixed img {width:100%}
div#home-slider-fixed .image-slider {
	background-size: cover;
	background-position: center;
	width:100%;
	min-height:500px;
	text-align: center;
}
div#home-slider-fixed .image-slider:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#content #home h1 a {
	color: inherit;
	text-decoration: none;
}
	#content #home h1 a:hover {
		text-decoration: underline;
	}
#home-highlights img {width: 100%}
/* ----- HOME NEWS ----- */
#home-news {
	font-size: 0;
	margin: 50px 0;
}
	.news-item {
		display:inline-block;
		width: 25%;
		vertical-align: top;
	}
		.news-item .padder {
			margin: 0 20px;
		}
		.news-item a {
			color: inherit;
			text-decoration: none;
			display: block;
		}
		.news-item .news-image {
			width: 100%;
			height: 150px;
			background-position: center;
			background-size: cover;
			margin-bottom: 20px;
		}
		.news-item .news-image.news-no-image {
			background-image: url('../images/no_product.png');
		}
		.news-item .news-date {
			font-size: 10px;
		}
		.news-item .news-content {
			font-size: 12px;
		}
			#content .news-item .news-content h2 {
				font-size: 14px;
				margin: 10px 0 3px;
			}
.news-top-padder {
	height: 250px;
	width: 100%;
}
.news-entry {
	margin-top: 50px;
}
	#content .news-entry h2 {
		margin-top: 10px;
	}
	.news-entry .entry-date {
		margin-bottom: 30px;
	}
	.news-entry p {
		margin-bottom: 10px;
	}
#news-entry-image {
	float: left;
	max-width: 400px;
	width: 40%;
	margin: 0 20px 20px 0;
}
/* ----- HOME PROJECTS ----- */
#home-projects {
	font-size: 0;
	margin: 50px 0;
}
	.home-project {
		display:inline-block;
		width: 25%;
		vertical-align: top;
	}
		.home-project .padder {
			margin: 0 40px;
		}
		.home-project img {
			width: 100%;
		}
		#content .home-project h2 {
			font-size: 14px;
			text-align: center;
		}


/* ----- PROJECTS ----- */
#projects a {
	color: inherit;
	text-decoration: none;
}
#projects {
	font-size: 0;
}
	#projects .project {
		display:inline-block;
		width: 33.3%;
		vertical-align: top;
	}
		#projects .project .padder {
			margin: 0 40px;
		}
		#projects .project img {
			width: 100%;
		}
		#projects .project h2 {
			font-size: 14px;
			text-align: center;
		}
.project-entry {
	margin-top: 50px;
}
	#content .project-entry h2 {
		margin-top: 10px;
	}
	.project-entry p {
		margin-bottom: 10px;
	}
/* ----- NEWS ----- */

#news a {
	color: inherit;
	text-decoration: none;
}
.newsresume-entry {
	border-bottom:1px solid #CCC;
	position:relative;
	padding:20px;
}
.newsresume-entry img {float:right; margin: 5px 0 10px 10px; max-width:200px}
.newsresume-entry .button {position:absolute;bottom:0;right:0}
.newsresume-entry .entry-date {padding:5px 0 10px;font-size:13px;font-weight:600}

.newsresume-entry p {
	margin-top: 10px;
	text-align: justify;
}

a.news_pagger {
	font-size: 12px; 
	font-weight: bold;	
}
a.news_pagger:hover {
	color: #6E2763;
}
#news-paging {text-align:right;margin-top:20px;padding: 5px 10px;}
#news-paging a {color:#7e7e7e;margin:0 2px}
#news-paging a:hover {
	color: #A0A92A;
}
#news-paging a.selected-page {
	font-size:25px;
	color: #A0A92A;
}

		
		
.empty-list {text-align:center;font-size:24px;padding: 60px 0}
.empty-list img {display: inline-block;max-width:150px;width:90%}

/* ----- DOCUMENTS ----- */
.document-entry {
	border-bottom:1px solid #CCC;
	position:relative;
	padding:20px;
}
	.document-entry .document-details {
		display: none;
		padding-top: 30px;
	}
	.document-entry .document-details img {
		max-width: 250px;
		max-height: 250px;
		float:left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
		.document-entry .document-details img.project-image {
			max-width: 100px;
			float: left;
			margin: 0 10px 10px 0;
		}
		.document-entry .document-details .description {
			overflow: hidden;
		}
		.document-downloads {
			margin-top: 20px;
		}
			.document-downloads .button{
				margin: 10px;
			}
		
.gallery-item {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
#home-wide-image {
	background-image: url(../images/home_wide_image.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
	padding: 50px 0;
}
#home-wide-image .text-wrap {
	color: #FFF;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	
}
#home-wide-image h1 {
	margin: 0 20px;
}

#home .home-products-list a {
	text-decoration: none;
	color: inherit;
}
#home .home-products-list h1 {
	margin-bottom:0;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
	font-size: 20px;
	position: relative;
}
#home .home-products-list h2 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.home-products-list ul {
	font-size: 0;
	margin: 30px 0 0;
}
.home-products-list ul  li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
}
.home-products-list ul  li h2 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.home-products-list ul  li>div {
	margin: 0 20px;
}
.home-products-list ul  li img {
	max-width: 80%;
}
.home-products-list ul  li p {
	text-align: justify;
	line-height: 20px;
	font-size:13px;
}
.home-products-list .button {
	font-size: 12px;
}

#home-customization-image {
	background-image: url('../images/home_customization_image.jpg');
	background-position: center;
	background-size: cover;
	min-height: 300;
	padding: 100px 0;
	text-align: center;
	margin: 70px auto
}
#home-customization-image>div {
	background-color: rgba(0,0,0,0.8);
	margin: 0 auto;
	display: inline-block;
	padding: 20px 40px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	color: #FFF;
}

.gallery-item > div {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 0;
	cursor:pointer;
}
.gallery-item:hover > div {
	-moz-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}
	
	
	
/* ----- PORTFOLIO ----- */
#portfolio {
	text-align:center
}
#portfolio ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
}
#portfolio ul li {
	width: 334px;
	display: inline-block;
}
.portfolio-entry {
	height: 230px;
	background-size: cover;
	background-position: center;
	margin: 10px;
	position: relative;
}
.portfolio-entry .portfolio-overlay {
	width: 100%;
	height: 230px;
	background: rgba(0, 133, 67, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.portfolio-entry .portfolio-title {
	font-size: 17px;
    font-weight: 900;
    line-height: 19px;
	color: #FFF;
	text-align: center;
	opacity: 0;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
}
.portfolio-entry .portfolio-title span {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 5px;
	font-weight: 500;
}
#portfolio img {
	max-width: 100%;
}
.portfolio-button-container a {
	padding: 6px 8px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    color: #353536;
	background-color: rgba(222,222,222,0.7);
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
	text-decoration: none;
    text-transform: uppercase;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}
.portfolio-button-container {
	margin-top: 100px;
	text-align: center;
}
.portfolio-button-container a:hover {
	background: #FFF;
	color: #353536;
}
.contact-button-container {
	margin-top: 30px;
	font-size: 15px;
}
#home h1 {margin-bottom: 20px;}

/* ----- PROFILE ----- */
#profile .title-container {display: block}
#profile-image {margin: 20px 0;text-align: center}
#profile-content-inner {text-align: justify;margin: 50px auto;max-width:500px;font-size:15px}
#profile-content-inner p {margin:10px 0}

/* ----- SHOWCASE ----- */
#showcase {text-align: center}
  #showcase h1 {display:block;text-align: left}
  #showcase #filter {padding:0 20px 20px}
  #showcase #filter a {cursor: pointer;color:#333;text-decoration: none}
  #showcase #filter .inactive {color: #CCC}
ul#showcase-projects {padding:0;display: inline-block;margin:auto;}
  ul#showcase-projects li {display: inline-table;vertical-align: top;width:215px;text-align: center;margin:10px 0}
  ul#showcase-projects li a {text-decoration: none;color:#333}
  ul#showcase-projects li div {height:100px;background-position: center;background-size: cover;margin:0 10px 5px}
  ul#showcase-projects li h2 {font-size: 13px;font-weight: 400;text-transform: uppercase}
  
#showcase-project-images {background-color:#FFF;vertical-align: top;margin-right:20px;overflow: hidden}
#showcase-project-images img {max-width:770px;width:100%}
#showcase-project-details {vertical-align: top;text-align:justify}
.full-width {width:100% !important;display: block !important;margin-top:20px !important}
.full-width img {max-width: 1100px !important}

.cycle-prev, .cycle-next { position: absolute; top: 0; width: 40px; z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../images/slide_left_f.png) 0% 50% no-repeat;}
.cycle-next { right: 0; background: url(../images/slide_right_f.png) 0% 50% no-repeat;}
#custom-pager { 
    text-align: center; width: 100%; z-index: 500; overflow: hidden;
}

#custom-pager span {font-size:50px; width: 16px; height: 16px; }
#custom-pager span { 
    
    display: inline-block; color: #ccc; cursor: pointer; 
}
#custom-pager span.cycle-pager-active { color: #000;}
#custom-pager > * { cursor: pointer;}


/* ----- PRODUCTS ----- */

#btn-filter-results {
	border: 1px solid #EEE;
	padding: 6px 8px 6px 28px;
	position: absolute;
	top: 60px;
	right: 10px;
	font-size: 13px;
	font-weight: 600;
	background: url(../images/btn_filter.png) 5px center no-repeat #FDFDFD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#btn-filter-results.filter-applied {
	color: #FFF;
	background: url(../images/btn_filter_applied.png) 5px center no-repeat #A0A92A;
}
#products-filter-container {
	display: none;
	padding-top: 50px;
}
#products-filter-container .inner {
	border: 1px solid #EEE;
	background-color: #FDFDFD;	
}
#products-filter-container .padder {
	padding: 20px 10px;
}
#products-filter-container p {
	margin: 0 10px;
}
#products-filter-container .col1_3:nth-of-type(1) {
	max-height: 300px;
	overflow: auto;
}
input[type=checkbox]{
	display: inline-block;
	width: auto;
}
#products-filter-container input[type=text]{
	width: 90%
}
#products-filter-container .button {
	font-size: 14px;
	font-weight: 600;
}
#products-filter-container input[type=radio] {
	width: auto;
}

#categories-list {
	margin: 20px 0;
}
#categories-list ul {
	list-style: square;
}
#categories-list ul li {
	margin: 10px 0;
}
#categories-list a {
	color: #333;
}
#categories-list a:hover {
	text-decoration: underline !important;
	text-align: left !important;
}
#no-products {margin: 50px 0}
#no-products h2 {margin-top: 20px}
#products-list {text-align: left;margin:0 auto;font-size:0}
#products-list a {color:#333;text-align: center;text-decoration: none}

.list-product-container {display:inline-block;margin:9px 0;vertical-align:top;font-size:15px;text-align:center;}
.list-product-container .product-img {margin: 0 auto 10px;background-size: cover;background-position: center;background-color:#FFF}
.list-product-details {margin:10px}
.list-product-name, .list-product-current-price, .list-product-older-price {margin: 5px 0 0}

.list-brand-container {display:inline-block;vertical-align:top;margin:5px 18px;width:175px;height:130px}
.list-brand-container a:hover {text-decoration: none}
.list-product-name {text-transform: uppercase;font-weight:600}
.list-product-current-price, .list-product-older-price {text-align: right;font-weight: 600}
.list-product-current-price {font-size: 22px}
.list-product-current-price .pvp {font-size: 10px;border-top:1px solid #EEE}
.list-product-older-price {font-size:14px;font-weight:600}
.pvp .list-product-older-price {font-size: 10px;}
.list-product-view-button .button {background-color:#FE9C00;color:#FFF;width:100%;text-align: center;display:table;padding:15px 0}

.list-brand-container .image-container {width:175px;height:130px;white-space: nowrap;text-align: center}
.list-brand-container img {max-width: 160px;max-height: 130px;vertical-align: middle}

.product-details-image {margin-bottom:50px;width:100%;text-align: center}
.product-details-image img {max-height: 400px;max-width: 600px;width:100%}
.product-details-properties label {font-weight:600;font-size: 14px;}
.product-details-properties .link {color:#A0A92A;text-decoration:none}
.product-details-properties .link:hover {text-decoration:underline}

#product-details h1 {margin:20px 0}
#product-details h2 {font-size:14px;margin-bottom: 0}

.availability {margin: 30px;}
.availability div {width:11px;height:11px;display: inline-block;margin-left:10px}
.availability .unknown {background-color: #000}
.availability .unavailable {background-color: #D91E18}
.availability .available {background-color: #1E824C}
.availability .ending {background-color: #F7CA18}

#product-images-slideshow {
	max-width: 600px;
	margin: auto;
}

#add-to-order-button {
	display: inline-block;
	margin-top: 10px;
}

#add-to-order-container {display:none;background-color:#eee;text-align:right}
#add-to-order-container label {font-weight:600;padding:5px 0;display:inline-block}
.add-product-quantity {padding:10px;display:inline-block;text-align:left}
	.add-product-quantity input {text-align:right}
.add-product-properties {margin: 10px;display:inline-block;text-align:left}

#add-to-order-container input, #add-to-order-container select, #add-to-order-container textarea {
	box-sizing: border-box;
	width: 150px;
	display: inline-block;
}

#edit-order-form {margin-top:30px}
#edit-order-form label {display:block;font-weight:700;margin:10px 0 5px;font-size:13px}
.use-same-data-checker {margin-top:10px}
#edit-order-form .button-container {text-align:right}
#edit-order-form .button-container .button-loader {display: none;margin-right:20px;}

#edit-order-btn-context {background-color: #231f20;color:#FFF}
#edit-order-btn-context .wrap {text-align: right;padding-top:10px;padding-bottom:10px}
#edit-order-btn-context a {text-decoration: none}
#edit-order-btn-context img {vertical-align: middle}

#edit-order h3 {
	text-align: center;
	border-bottom: 1px solid #5F666E;
	margin: 30px 0 20px;
	padding-bottom: 10px;
}

.cycle-prev, .cycle-next { position: absolute; top: 0; width: 40px; z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../images/slide_left_f.png) 0% 50% no-repeat;}
.cycle-next { right: 0; background: url(../images/slide_right_f.png) 0% 50% no-repeat;}

#custom-pager { 
    text-align: center; width: 100%; z-index: 500; overflow: hidden;
}

#custom-pager span { 
    display: inline-block; color: #ccc; cursor: pointer; 
}
#custom-pager span.cycle-pager-active { color: #A0A92A;}
#custom-pager > * { cursor: pointer;}

/* ----- CATALOGS ----- */
#catalogs {text-align:center;padding: 50px 0}
#catalogs-inner {margin:auto;display:inline-block}
#catalogs h1 {margin-bottom:20px}
#catalogs h2 {font-size:15px}
.catalog-block {display:inline-block;vertical-align:top;width:150px;height:280px;margin:0 15px 20px;text-align:center}
#catalogs .image-container {width:150px;height:150px;text-align:center;line-height:150px}
#catalogs .image-container img {max-width:150px;max-height:150px;margin:auto;vertical-align:middle}
#catalogs .button {margin:auto}

/* ----- QUOTATIONS ----- */
#quotations {
	padding: 50px 0;
	background-image: url('../images/quotation_1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#quotations input, #quotations textarea {border: 1px solid #999}

/* ----- CONTACTS ----- */
#contacts p a { 
	transition: all 0.2s ease 0s;
	text-decoration: none;
	color: inherit;
}
#contacts .contacts-block {margin: 60px auto;}
#contacts iframe {display:block}
#contact-form {text-align:left}
#contact-form h1 {margin-bottom:0}
#contact-form p {margin-bottom: 10px}
#contact-form textarea {height:130px}
#contact-form .button-container {text-align:right;max-width:300px;margin:20px 2px 0 0}
#service-form .button-container {text-align:right;max-width:300px;margin:20px 2px 0 0}
#contact-form input, #contact-form textarea {max-width: 100%;width: 100%;font-size: 15px; font-family: 'Quicksand', sans-serif;}

/* RWD */
@media only screen and (max-width: 449px) {
	.footercol {
		display:block;
	}
}
@media only screen and (min-width: 450px) and (max-width: 599px) {
	.footercol {
		width: 33.3%;
	}
}
@media only screen and (min-width: 600px) {
	.footercol {
		width: 25%;
	}
}
@media only screen and (max-width: 549px) {
	.list-product-container {width:100%}
	.list-product-container .product-img {width:160px;height:160px;}
}
@media only screen and (min-width: 400px) and (max-width: 549px) {
	.list-product-container {width:50%}
	.list-product-container .product-img {width:130px;height:130px;}
}
@media only screen and (min-width: 550px) and (max-width: 699px) {
	.list-product-container {width:33.3%}
	.list-product-container .product-img {width:130px;height:130px;}
}
@media only screen and (min-width: 700px) and (max-width: 899px) {
	.list-product-container {width:25%}
	.list-product-container .product-img {width:130px;height:130px;}
}
@media only screen and (min-width: 900px) {
	.list-product-container {width:20%}
	.list-product-container .product-img {width:160px;height:160px;}
}
@media only screen and (max-width: 349px) {
	#btn-filter-results{left:0;right:0;margin: 0 auto;width:100px;}
	#catalog {margin-top:80px}
	#catalog #back-button-container {text-align:center}
}
@media only screen and (min-width: 450px) {
	#home .home-products-list h1 .button {
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	#home .home-products-list h1 br {display:none}
}
@media only screen and (max-width: 580px) {
	#products-filter-container .col1_3 {width:100%;float:none;margin:30px 0}
	.home-project {width:100%;text-align:center;margin:20px 0}
		.home-project img {max-width:200px;}
}
@media only screen and (max-width: 700px) {
	#edit-client-form .col1_2, #edit-order .col1_2 {float:none;width:100%}
	#edit-client-form .col1_2 input, #edit-client-form .col1_2 select, #edit-client-form .col1_2 textarea,
	#edit-order .col1_2 input[type="text"], #edit-order .col1_2 select, #edit-order .col1_2 textarea {max-width:100%}
}


@media only screen and (min-width: 500px) and (max-width: 799px) {
  /*ul#menu li {margin:10px 30px;display:inline-block;}*/
  #home-title-container h1 {padding:10px 30px;font-size:18px}
}
@media only screen and (max-width: 699px) {
	#footer #eb-logo img {height: 35px}	
	#footer #eb-logo {text-align: center;margin:30px 0 10px}
}
@media only screen and (min-width: 700px) {
	#footer #eb-logo {float: right}
}
@media only screen and (max-width: 659px) {	
	/* ----- CONTACTS ----- */
	/*#contact-contacts {max-width:300px;margin:auto;margin-bottom: 30px}
	#contact-form {max-width:300px;margin:20px auto 40px}*/
	#contact-form label {font-size:16px}
	#map_canvas {height: 400px}
	#contacts .col1_2 {width:100%}
	input, textarea, select {width:100%}	
	div#email-phone {display:none}
	.news-item {width: 100%;display:block}
}
@media only screen and (min-width: 660px) and (max-width: 959px) {	/* ----- CONTACTS ----- */
	/*#contact-contacts {display: inline-block;width:300px;vertical-align: top}
	#contact-form {display: inline-block;width:300px;vertical-align: top;}*/
	#contact-form label {font-size:16px}
	#map_canvas {height: 400px}
	#contacts .col1_2 {width:100%}
	input, textarea, select {width:100%}
}
@media only screen and (min-width: 700px) and (max-width: 799px) {
  #home-title-container h1 {padding:10px 50px;}
}
#service-form input, #service-form textarea {max-width: 300px;}
@media only screen and (max-width: 499px) {
	.text-wrap p {
		font-size: 13px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 500px) {
	.text-wrap p {
		font-size: 16px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 749px) {
	#contacts .col2_3, #contacts .col1_3 {
		width: 100%;
		float: none;
	}
	#contacts .col1_3 {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 799px) {
	#home-about {
		display: block;
	}
		#home-about .image {
			display: none;
		}
		#home-about .description {
			width: 100%;
			display: block;
			padding:40px 0;
		}
			#home-about .description p {font-size: 16px;}
		#home-about .description .image-inner {
			height: 300px;
		}
}
@media only screen and (min-width: 800px) {
	#home-about {
		display: table;
	}
		#home-about .image {
			width: 50%;
			height: 100%;
			display: table-cell;
		}
		#home-about .description {
			width: 50%;
			display: table-cell;
			height: 100%;
		}
		#home-about .description .image-inner {
			display: none;
		}
}
@media only screen and (min-width: 800px) {
  #home-title-container h1 {padding:10px 50px;}
  #showcase-project-images {width:70%}
}
@media only screen and (min-width: 660px) and (max-width: 899px) {
	.news-item {width: 50%;}
	
}
@media only screen and (min-width: 750px) and (max-width: 899px) {
	#showcase-project-details {width:40%}
	#showcase-project-images {width:60%}
}
@media only screen and (max-width: 899px) {
	#map_canvas_1, #map_canvas_2 {
		margin-top: 20px
	}
}
@media only screen and (min-width: 900px) {
	#showcase-project-details {width:30%}
	#showcase-project-images {width:70%}
	/* ----- CONTACTS ----- */
	#contact-form label {font-size:16px}
	#map_canvas {height: 400px}
	input, textarea, select {width:90%}
	.news-item {width: 25%;}
}

@media only screen and (max-width: 399px) {
	.home-products-list ul  li {width: 100%;}
	#graal-networks-platforms-list tr {margin:20px 0;display:block}
	#graal-networks-platforms-list tr td {display:block;text-align:center;}
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
	.home-products-list ul  li {width: 50%;}
}
@media only screen and (min-width: 600px) {
	.home-products-list ul  li {width: 25%;}	
}

@media only screen and (max-width: 499px) {
	#custom-pager span {font-size:30px; width: 12px; height: 12px; }
	#product-images-slideshow {width:200px}
	.newsresume-entry img {float:none;width: 100%;display:block;margin:20px 0;max-width:none;}
}
@media only screen and (min-width: 500px) and (max-width: 699px) {
	#custom-pager span {font-size:40px; width: 14px; height: 14px; }
}
@media only screen and (max-width: 699px) {
	.product-details-image {width:100%;margin-bottom:20px;text-align: center}
	#product-images-slideshow {display: inline-block;text-align: center}
}
@media only screen and (min-width: 700px) {
	#custom-pager span {font-size:40px; width: 16px; height: 16px; margin: 0 3px; }
	.product-details-image {float:left;margin-right:20px}
}
@media only screen and (min-width: 700px) and (max-width: 879px) {
	#product-images-slideshow {width:200px}	
}
@media only screen and (max-width: 449px) {
	div#header #logo {height: 150px;}
	#mobile-menu-trigger {position: absolute; top: 120px;left:0;right:0;margin: 0 auto;width:32px}
	#language-container {right:10px;top:70px}
	div#header #store-link {top:120px;}
	ul#menu {margin-top: 30px;}
}
@media only screen and (min-width: 450px) and (max-width: 599px) {
	#language-container {right:10px;top:10px;}
	div#header #store-link {top:57px;}
}
@media only screen and (max-width: 599px) {
	div#header #logo img {height:70px; margin: 30px 0}
	#mobile-menu-trigger img {width:40px}
	#news-entry-image {float:none;max-width:none;width:100%;display:block;margin: 20px 0}
}
@media only screen and (min-width: 600px) {
	div#header #logo img {height: 120px; margin: 20px 0}
}
@media only screen and (max-width: 449px) {
	div#footer #copy-right {text-align: center;display:block;width:100%;float:none;margin: 0 0 20px}
	#certifications {text-align:center;margin-bottom:30px}
	ul#footer-menu {display: block;}
	ul#footer-menu li {text-align:center;padding: 5px 0}
}
@media only screen and (min-width: 450px) {
	ul#footer-menu li {display:inline-block;}
}
@media only screen and (max-width: 649px) {
	.list-entry {width: 100%;}
	.list-entry-wide {width: 100%;}
	#home-contact-form .wrap {
		text-align: center;
	}
	#home-contact-form .col1_2 {
		float:none;
		display: inline-block;
		margin: 0 auto;
	}
	#home-contact-form label {
		text-align:left
	}
	#home-contact-form input, #home-contact-form textarea {
		width: 100%;
	}
}
@media only screen and (min-width: 650px) and (max-width: 949px) {
	.list-entry {width: 50%;}
}
@media only screen and (min-width: 650px) {
	.list-entry-wide {width: 50%;}
	#footer-contacts-container {
		display:inline-block;
		min-width: 600px;
	}
}
@media only screen and (min-width: 950px) {
	.list-entry {width: 33.3%;}
}
@media only screen and (max-width: 750px) {
	div#footer-contacts, div#footer-address, div.footer-schedule {
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}
}
@media only screen and (max-width: 1090px) {
	#footer {
		text-align: center;
	}
	#footer-menu-container, #footer-contacts-container {
		margin: 20px auto;
		text-align: center;
		display: block;
	}
	#footer #eb-logo {
		float: none;
	}
}
@media only screen and (min-width: 450px) and (max-width: 1109px) {
	#mobile-menu-trigger {position: absolute; top: 40px;left:30px}
}
@media only screen and (max-width: 1109px) {
	div#header h1 {display: block;text-align: center;padding-top:10px}
	div#login-container .wrap {position:unset;}
	#menu-container {display: none;padding:0;text-align:left}
	ul#menu {padding: 0 0 20px 40px;}
	ul#menu li {margin:15px 0;display:block}
	ul#menu li a {padding: 0}
	ul#footer-menu li {padding:5px 0;font-size:11px;border-left:0}
	div#header #social-icons-and-login {
		top: 20px;
	}
	div#header #social-icons-and-login .login {
		margin-bottom: 50px;
	}
	#content h1 {
		margin-top: 40px;
	}
	div#header #logo {float: none;text-align:center}
}
@media only screen and (min-width: 1110px) {
	div#header h1 {
		display: inline-block;
		margin:0;
	}
	#mobile-menu-trigger {display: none}
	div#header #social-icons-and-login {
		top: 38px;
	}
	#content h1 {
		margin-top: 80px;
	}
	div#header #logo {float: left}
	
	.nav > li > .parent {
			background-image: url("../images/downArrow.png");
			background-repeat: no-repeat;
			background-position: right;
			padding-right: 15px;
		}
		.nav li ul {
			position: absolute;
			left: -9999px;
			padding: 10px 0;
			list-style: none;
			text-align: left;
		}
			.nav li ul li {
				background-color: rgba(255,255,255,0.7);
				padding: 7px 12px;
				margin: 7px 0;
				border: 1px solid #DDD;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
			ul#menu li ul li a {
				color: #5F666E;
			}
		.nav > li.hover > ul {
			left: 0;
		}

}
@media only screen and (max-width: 1180px) {
	#home-about .description h1 {padding-left: 0;}
	#home-about .description p {padding-left:0}
}
.category-name-link {
	color: #E77601 !important;
}

.subcategory-name-link {
	color: #81C214 !important;
}

#header-image {
	background-position: top;
	background-size: cover;
	height: 500px;
	width: 100%;
	margin-bottom: 50px;
}
.col1_2 {
	width: 50%;
	float: left;
}
.list-entries-container {
	font-size: 0;
}
.list-entry, .list-entry-wide {
	background-color: #FFF;
	display:inline-block;
	position: relative;
	vertical-align: top;
}
#home-highlight .list-entry-wide p {
	margin-bottom: 22px;
}
#physioterapy .list-entry p, #expertise .list-entry p {
	margin-bottom: 22px;
}
.list-entry .padder, .list-entry-wide .padder {
	margin: 20px;
	position: relative;
	text-align: center;
}
.list-entry .padder img, .list-entry-wide .padder img {
	width: 100%;
	max-width: 200px;
}
.list-entry .text, .list-entry-wide .text {
	background-color: #FFF;	
}
	#content .list-entry h2, #content .list-entry-wide h2, #content .list-entry h1, #content .list-entry-wide h1 {
		margin-bottom: 10px;
		text-align: left;
		font-weight: 500;
		border-left: 4px solid #006DFF;
		padding-left: 5px;
	}
	.list-entry .image, .list-entry-wide .image {
		margin: 0 0 20px;		
	}
	.list-entry .image img, .list-entry-wide .image img {
		max-width: 100%;
	}
		.list-entry .text p, .list-entry-wide .text p {
			font-size: 15px;
			text-align: justify;
			line-height: 22px;
		}
.read-more {
	background-color: #006DFF;
	padding:5px;
	color: #FFF;
	text-align: right;
	cursor: pointer;
	position:absolute;
	bottom:0;
	right: 20px;
	font-size:12px;
}
ul#arrangements-list {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	font-size: 0;
}
ul#arrangements-list li {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	text-align: center;
	margin: 20px 30px;
}
ul#arrangements-list li img {
	width: 100%;
}
.col2_3 {
	width: 66.6%;
	float: left;
}
.col1_3 {
	width: 33.3%;
	float: left;
}
#contact-form label {
	font-weight: 600;
}
#contact-form label:nth-of-type(1) {
	margin-top: 0;
}
#contact-contacts strong {
	font-weight: 600;
	font-size: 16px;
}
#contact-contacts p {
	text-align: left;
}
.embed-map-container { position: relative; padding-bottom: 500px; height: 0; overflow: hidden; width: 100% } 
.embed-map-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#clinic h2 {border-left:4px solid #006DFF;padding-left:5px}
#clinic p {
	text-align: justify
}

#scroll-to-top-container {
	position: absolute;
	top:20px;
	right:10px;
	cursor: pointer;
}
.embeed-image {
	float: right;
	width: 40%;
	max-width:400px;
}
.faq-block {
	margin-bottom: 50px;
}
.faq-block h2 {
	border-bottom: 1px solid #999;
	padding-bottom:10px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #BBB; cursor: pointer; 
	margin: 0 2px;
}
.cycle-pager span.cycle-pager-active { color: #A0A92A;}
.cycle-pager > * { cursor: pointer;}



/* ----- ACCOUNT ----- */
#recover-password-link, #login-target-link, #create-account-target-link, #pay-on-delivery-link {
	color: #A0A92A;
	text-decoration: none;
}
#recover-password-link:hover, #login-target-link:hover, #create-account-target-link:hover, #pay-on-delivery-link:hover {
	color: #FFEC00;
}
#login-form {
	max-width: 300px;
	margin: 0 auto;
}

.create-account-button {
	background-color: #333;
	color: #fff !important;
	font-size: 12px;
	padding: 5px 10px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}
.create-account-button:hover {
	background-color: #777;
}
.facebook-button {
	background-color: #3b5998;
	color: #fff !important;
	font-size: 12px;
	padding: 5px 10px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}
.facebook-button:hover {
	background-color: #7F9DDC;	
}
.google-button {
	background-color: #D84B37;
	color: #fff !important;
	font-size: 12px;
	padding: 5px 10px;	
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}
.google-button:hover {
	background-color: #FC8F7B;	
}
.short-form-container {
	margin: 0 auto;
	max-width: 300px;
}

#personal-area-dashboard  a {text-align:center;display:inline-block;width:120px;vertical-align:top;margin:20px;text-decoration:none;color:#000;font-size:14px}
#personal-area-dashboard  a img {width:90px}

div#results {margin-top:20px}
div#results div#no-results {text-align: center;margin-top:50px;font-size:20px}
div#results div#no-results img {max-height:200px}
div#results div#no-results p {margin-top:-30px}
div#no-results h2 {text-align: center}

table.rounded-corner-gray {width:100%}
	table.rounded-corner-gray th {background-color:#999999;color:#FFF;font-weight:600;padding: 5px}
	table.rounded-corner-gray tr {color:#333;font-weight:600}
		table.rounded-corner-gray tr.even {background-color:#F2FBEB}
		table.rounded-corner-gray tr.odd {background-color:#E1EADA}
		table.rounded-corner-gray tr:hover {background-color: #FFEC00}
	table.rounded-corner-gray td {padding: 2px 5px}
	table.rounded-corner-gray a.cell-link {display:block;color:inherit;text-decoration:none}
#order-table-overflower {overflow-x: auto}
#edit-order label {margin-bottom:0;font-weight: 700}
#edit-order .button-loader {display: none;margin-left:20px;}
.edit-order-products {margin:20px 0}
#content h2.order-no-products {padding-bottom:50px;font-weight: 400;text-align:center;margin-top:0;}










#home-brands-container #brands-title {
	padding: 0 70px;
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
#home-brands .list-entry {
	white-space: normal;
}
#home-brands .brand-name {
	border-left: 4px solid #006dff;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 5px;
    text-align: left;
	font-size: 20px;
	text-transform: uppercase;
}
#home-brands .text {
	overflow: auto;
}
#home-brand-prev, #home-brand-next { position: absolute; top: 0; width: 30px; z-index: 800; height: 30px; cursor: pointer; }
#home-brand-prev { right: 35px;  background: url(../images/slide_left_f.png) center;background-size: cover}
#home-brand-next { right: 0; background: url(../images/slide_right_f.png) center;background-size: cover}

@media only screen and (min-width: 800px) {
	#home-brands-container {
		margin: 60px auto -10px;
	}
	#home-brands-container #brands-title {
		margin-bottom: 40px;
	}
	#home-contact-form {
		padding: 50px 0;
	}
}
.old-price {
	color: #999;
	text-decoration: line-through;
}
.alert {cursor:help;}
.alert img {vertical-align:middle}



#footer-menu-container {
	text-align: center;
}
	ul#footer-menu {
		padding: 0;
		margin: 20px auto;
		display: inline-block;
	}
		ul#footer-menu li {
			display: inline-block;
			margin: 0 20px;
		}

.owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}

#cookies-message {
    padding: 10px 0 5px;
    background-color: rgba(0, 0, 0, .8);
    color: #FFF;
	font-size: 13px;
}
	#cookies-message a {
		float: right;
		margin-left: 20px;
		padding: 6px 12px;
		color: #FFF;
		background-color: #8B8E08;
		cursor: pointer;
		text-decoration: none;
	}
	#cookies-message a:hover {
		background-color: #FFF;
		color: #8B8E08;
	}
.consent {
	margin: 10px 0;
	font-size: 14px;
}
	#contact-form .consent input { 
		width: auto;	
	}