/* ----- GLOBALS ----- */
* {
	margin:0
}
html, body {
	font-size: 15px;
	font-family: 'Comfortaa', cursive;
	color: #242424;
	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;
	}
.text-wrap {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	color: #242424;
	text-align: justify;
}
	.text-wrap p {
		line-height: 30px;
		margin: 16px 0;
	}
.image-wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;	
}
	.image-wrap img {
		width: 100%;
		margin: 20px 0;
	}
	.image-wrap img.no-margin {
		margin:0 !important;
	}
#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%;
}
#cookies-message {
    padding: 10px 0 5px;
    background-color: rgba(0, 0, 0, .7);
    color: #FFF;
	font-size: 14px;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
}
	#cookies-message a {
		float: right;
		margin-left: 20px;
		padding: 6px 12px;
		color: #FFF;
		cursor: pointer;
		text-decoration: none;
	}
	#cookies-message a:hover {
		background-color: #FFF;
		color: #AD8B60;
	}
.consent {text-align:left;margin-top: 20px;}
	.consent input {width:auto !important;}
.button-container {
	margin:10px 0;
}
.button {
	padding:8px 18px;
	color:#FFF;
	background-color: #AD8B60;
	text-decoration:none;
	font-weight:400;
	cursor:pointer;
	display:inline-block;
	letter-spacing:1.5px;
	transition: all 0.2s ease 0s;
	border-radius: 6px;
	font-size: 13px;
}
.button:hover {
	background-color:#8B6940;
	color:#FFF;
	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;
}
.available-soon img {
	margin: 50px auto;
	width: 80%;
	max-width: 233px;
}
.available-soon p {
	text-align: center;
	font-size: 18px;
}
/* ----- HEADER + MENU ----- */
div#header {
	width:100%;
	position: relative;
	z-index: 201;
}
	div#header #logo {
		margin: 10px 0;
		text-align: center;
	}
	div#header #logo img {
		height: 60px;
		margin: 20px 0;
	}
	div#header div#header-menu {
		border-top: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
	}
	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;
	}
.basket-product-counter {display: inline-block}
#login-container {
	text-align: right;
	margin-top: 30px;
}
	#login-container ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
#edit-order-btn {
	font-size: 20px;
	line-height: 22px;
}
	#edit-order-btn img {
		height: 24px;
		vertical-align: bottom;
	}
	#basket-product-counter {
		display: inline-block;
	}
#menu-container {
	text-align: center;
	margin: 10px 0;
}
	#store-link a {
		border-bottom: 2px solid transparent;
		background-color: #AD8B60;
		color: #FFF !important;
		line-height:21px;
		transition: all 0.2s ease 0s;
		text-transform: uppercase;	
		text-decoration: none;
		padding: 5px 10px;
	}
	#store-link a:hover,
	#store-link a.selected {
		color: #FFF;
		background-color: #A31210;
	}
ul#menu {
	padding:0;
	list-style: none;
	display: inline-block;
	margin: 3px auto 0;
}
	ul#menu>li, #login-container ul li {
		font-size:13px;
		white-space: nowrap;
		font-weight: 600;
		letter-spacing: 1px;
		display: inline-block;
		position: relative;
	}
	#login-container ul li {
		margin: 0;
	}
	ul#menu>li:nth-last-of-type(1) a, #login-container ul li:nth-last-of-type(1) a {
		margin-right: 0;
	}
		ul#menu li ul {
			list-style: none;
			zoom: 1;
		}
		ul#menu li a, #login-container a {
			color: #242424;
			line-height:21px;
			transition: all 0.2s ease 0s;
			text-transform: uppercase;	
			text-decoration: none;
			margin: 0 30px;
		}
			ul#menu li a:hover,
			ul#menu li a.selected,
			#login-container a:hover,
			#login-container a.selected {
				color: #AD8B60;
			}
	#basket-button-container a {
		font-weight: 400;
	}
/* ----- FOOTER ----- */
#prefooter {
	background-color:#FAFAFA;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	color: #407cca;
	font-size: 20px;
}
#posfooter {
	margin-top: 20px;
	border-top: 1px solid #333;
	padding: 10px 0;
}
	#posfooter img {
		height: 28px;
	}
#footer-menu-container {
	display:inline-block;
}
div#footer {
	font-size:0;
	width:100%;
	bottom:0;
	position:absolute;
	background-color: #222222;
}
.footercol {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
}
.footercol.double {
	width: 40%;
}
	.footercol .padder {
		margin: 0 10px;
	}
		.footercol .padder .title {
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 10px;
		}
		.footercol input[type=text] {
			width: 100%;
			max-width: 100%;
		}
div#footer .wrap p#footer-social {
	margin-top: 10px;
	text-align: right;
}
#sponsor {
	background-color: #FFF;
	padding: 40px 0 20px;
}
	#sponsor img {
		height: 170px;
	}
#footer h1 {
	font-size: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-align: center;
}
#footer a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #AD8B60;
}
#footer .button {
	font-size: 11px;
	color: #FFF;
	padding: 5px 15px;
}
#footer .button:hover {
	color: #FFF;
	text-decoration: none;
}
div#footer .wrap p {
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	line-height: 18px;
	color: #8F999F;
}
#footer input {
	border-bottom: 1px solid #242424;
}
#footer-logo {
	max-width: 250px;
	width: 90%;
	margin: 30px 0;
}
#eb-logo {float:right}

/* ----- HOME ----- */
div#home-slider {width:100%;min-height:500px;position:relative}
div#home-slider img {width:100%}
div#home-slider .image-slider {
	background-size: cover;
	background-position: center;
	width:100%;
	min-height:500px;
	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:300px;position:relative
}
div#home-slider-fixed img {width:100%}
div#home-slider-fixed .image-slider {
	background-size: cover;
	background-position: center;
	width:100%;
	min-height:400px;
	text-align: center;
}
div#home-slider-fixed .image-slider:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#home-content {
	z-index: 200;
	position: relative;
}
#home-pictos {
	font-size: 0;
	margin: 70px 0;
}
#home-pictos li {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
}
#home-pictos li h2 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
#home-pictos li>div {
	margin: 0 20px;
}
#home-pictos li img {
	max-width: 80%;
}
#home-pictos li p {
	text-align: justify;
	line-height: 22px;
	font-size:15px;
}
.gallery-item {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
#home-wide-image img {
	width: 100%;
	/*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-products-list {
	font-size: 0;
	margin: 0;
	padding: 0;	
}
.home-products-list li {
	display: inline-block;
    vertical-align: top;
}
#content .home-products-list li a {
	text-decoration: none;
	color: #242424
}

#content .home-products-list li h2 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.home-products-list li>div {
	margin: 0 20px;
}
.home-products-list li img {
	max-width: 80%;
}
.home-products-list li p {
	text-align: justify;
	line-height: 20px;
	font-size:13px;
}

#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);
}
	
#who img {
	width: 80%;
	max-width: 200px;
	margin: 30px 0;
}

/* ----- 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:32px; 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;
	background-color: #FDFDFD;
	padding: 9px 8px 6px 28px;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 14px;
	font-weight: 600;
	background: url(../images/btn_filter.png) 5px center no-repeat;
	-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 #2F93FF;
}
#products-filter-container {
	border: 1px solid #EEE;
	background-color: #FDFDFD;
	display: none;
}
#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;
}
#products-filter-container 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;
}

#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}
#catalog {text-align: center;}
#catalog .button-container {text-align: left}
#products-list {text-align: left !important;display:inline;margin:0 auto;}
#products-list a {color:#333;text-align: center;text-decoration: none}

.list-product-container {
	display:inline-block;
	width:170px;
	margin:25px;
	vertical-align:top;
}
.list-product-container .product-img {
	margin-bottom: 10px;
	width:100%;
	height:175px;
	background-size: cover;
	background-position: center;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 30px 1px rgba(153,153,153,0.75);
	-moz-box-shadow: 0px 0px 30px 1px rgba(153,153,153,0.75);
	box-shadow: 0px 0px 30px 1px rgba(153,153,153,0.75);
	border-radius: 4px;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list-product-container:hover .product-img {
	-webkit-box-shadow: 0px 0px 30px 1px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 30px 1px rgba(102,102,102,1);
	box-shadow: 0px 0px 30px 1px rgba(102,102,102,1);
}
.list-product-details {margin:10px}
.list-product-name, .list-product-current-price, .list-product-older-price {margin: 5px 0 0}

.list-product-current-price, .list-product-older-price {text-align: right;font-weight: 600}
.list-product-current-price {font-size: 18px}
.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}

/* ----- BRANDS ----- */
.list-brand-container {
	display:inline-block;
	vertical-align:top;
	margin:20px 20px;
	width:200px;
	text-align: center;
}
	.list-brand-container a {
		color: inherit;
		text-decoration: none;
	}
.list-product-name {
	text-transform: uppercase;
	font-weight:600;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

.product-details-image {margin-bottom:50px;width:100%;text-align: center}
.product-details-image img {max-height: 400px;max-width: 600px;}
.product-details-properties label {font-weight:600;font-size: 14px;}
.product-details-properties .link {color:#AD8B60;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;
}

#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 #242424;
	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: #AD8B60;}
#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;
}
#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;width:100%;margin:20px 2px 0 0}
#contact-form input, #contact-form textarea {max-width: 100%;width: 100%;font-size: 15px; font-family: 'Comfortaa', cursive;}

/* RWD */
@media only screen and (max-width: 360px) {
	#portfolio ul li {
		width: 100%;
		display: inline-block;
	}
}
@media only screen and (max-width: 499px) {
  /*ul#menu li {margin:10px 0;}*/
  #home-title-container h1 {padding:30px 0 0;font-size:18px}
  #home-description {margin:20px auto 40px;}
}
@media only screen and (min-width: 500px) {
  #home-title-container {margin-top: -30px;}
  #home-description {margin:50px auto;}
}
@media only screen and (max-width: 549px) {
  #featured-work ul li {margin-bottom: 50px}
}
@media only screen and (min-width: 550px) {
  #featured-work ul li {display: inline-block;width:25%}
}
@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%}	
	input[type=checkbox], input[type=radio] {width:auto;}
	div#email-phone {display:none}
}
@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%}
	input[type=checkbox], input[type=radio] {width:auto;}
}
@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: 744px) {
	/* ----- SERVICES ----- */
	#service-form {text-align:center;}
	#service-form-inner {margin:auto;display:inline-block;text-align:left}
	.text-wrap p {
		font-size: 20px;
	}
}
@media only screen and (min-width: 745px) {
	/* ----- SERVICES ----- */
	#service-form .column_1_2 {float:left;width:50%}
	.text-wrap p {
		font-size: 16px;
	}
}
@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: 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%}
	input[type=checkbox], input[type=radio] {width:auto;}
}


@media only screen and (max-width: 499px) {
	#custom-pager span {font-size:18px; width: 12px; height: 12px; }
	#product-images-slideshow {width:200px}
}
@media only screen and (min-width: 500px) and (max-width: 699px) {
	#custom-pager span {font-size:22px; 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:32px; width: 16px; height: 16px; }
	.product-details-image {
		float: left;
		width: 400px;
		margin-right: 20px;
	}
	.product-details-properties {
		overflow: hidden;
	}
}
@media only screen and (min-width: 700px) and (max-width: 879px) {
	#product-images-slideshow {width:200px}	
}

@media only screen and (max-width: 450px) {
	div#header h1 img {height:70px}
	#mobile-menu-trigger img {width:40px}
}
@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;
	}
	ul.footer-menu:nth-of-type(1) {
		margin-left:0
	}
	#footer #eb-logo {
		float: none;
	}
}
@media only screen and (max-width: 1029px) {
	div#header h1 {display: block;text-align: center;padding-top:10px}
	#language-container {right:60px;}
	#mobile-menu-trigger {position: absolute; top: 26px;left:30px}
	ul#menu {display: none}
	ul#menu li {margin:10px 0;display:block}
	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 #n2-mythic {
		margin: 0 0 10px 20px;
	}
	div#header #header-date {
		display:block;		
		margin: 5px 10px 0 20px;
		padding-bottom: 10px;
		text-align: center;
	}
}
@media only screen and (min-width: 1030px) {
	div#header h1 {
		display: inline-block;
		margin:0;
	}
	#language-container {right:160px;}
	#mobile-menu-trigger {display: none}
	div#header #social-icons-and-login {
		top: 38px;
	}
	#content h1 {
		margin-top: 80px;
	}
	div#header #n2-mythic {
		margin: 0 0 10px 50px;
	}
	div#header #header-date {
		display:inline-block;
		margin: 0 0 15px 30px;
	}
}
@media only screen and (max-width: 1139px) {
	div#header {position:relative;}
}
@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;
}
.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: #242424; cursor: pointer; 
	margin: 0 2px;
}
.cycle-pager span.cycle-pager-active { color: #AD8B60;}
.cycle-pager > * { cursor: pointer;}



/* ----- ACCOUNT ----- */
#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;
}
.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;
}
.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;
}
.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; margin-bottom: 10px;}

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}

table.rounded-corner-gray {width:100%}
	table.rounded-corner-gray th {background-color:#AD8B60;color:#FFF;font-weight:600;padding: 5px}
	table.rounded-corner-gray tr {color:#333;font-weight:600;font-size:14px;}
		table.rounded-corner-gray tr.even {background-color:#DEDEDE}
		table.rounded-corner-gray tr.odd {background-color:#BCBCBC}
		table.rounded-corner-gray tr:hover {background-color:#999;color:#FFF}
	table.rounded-corner-gray td {padding: 2px 5px}
	table.rounded-corner-gray a.cell-link {display:block;color:inherit;text-decoration:none}
	table.rounded-corner-gray tr td input, table.rounded-corner-gray tr th input {background-color: #FFF;}
	
#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;}