/* -------------------------- GLOBAL --------------------------*/

* {
	margin: 0;
	padding: 0;
	resize: none;
	outline: none;
	list-style: none;
}
html,
body {
	height: 100%;
	width: 100%;
}
body {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	height: 100%;
	background: #ffffff url('/images/design/bg.jpg') top no-repeat;
	line-height: 18px;
}
.clear {
	clear: both;
}
.page_content p {
    text-indent: 25px; padding-bottom: 10px;
}

a {
	font-style:italic;
	color: #333333;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.wrapper {
	width: 835px;
	margin: 0px auto;
}
h1 {
	color: #4C4C4C;
  	font-family: 'Times new roman';
  	font-size: 23px;
  	font-style: italic;
  	margin-bottom: 15px;
	line-height: 24px;
	font-weight: 100;
	text-align: center;
}
h2 {
	font-size: 16px;
	margin: 10px 0 20px;
}
h3 {
	font-size: 14px;
	margin: 10px 0 10px;
}


/* -------------------------- HEADER --------------------------*/

.head {
	width: 835px;
	height: 515px;
	background: url('/images/design/head.jpg') top left no-repeat;
}
.head .address {
	width: 145px;
	position: absolute;
	overflow: hidden;
	margin: 410px 0px 0px 100px;
	font: 14px Times new roman;
	font-style: italic;
	font-weight: bold;
	color: #3f3b3b;
}
.head .phone,
.head .phone2 {
	width: 155px;
	position: absolute;
	overflow: hidden;
	margin: 410px 0px 0px 590px;
	font: 14px Times new roman;
	font-style: italic;
	font-weight: bold;
	color: #3f3b3b;
}
.head .phone2 {
	margin-top: 428px;
}
.head .logo {
	width: 255px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin: 377px 0px 0px 275px;
}

/* test */
.head_test {
	width: 835px;
	height: 120px;
	background: url('/images/design/head_test.png') top left no-repeat;
}
.head_test.address {
	width: 145px;
	position: absolute;
	overflow: hidden;
	margin: 410px 0px 0px 100px;
	font: 14px Times new roman;
	font-style: italic;
	font-weight: bold;
	color: #3f3b3b;
}
.head_test .phone,
.head_test .phone2 {
	width: 155px;
	position: absolute;
	overflow: hidden;
	margin: 410px 0px 0px 590px;
	font: 14px Times new roman;
	font-style: italic;
	font-weight: bold;
	color: #3f3b3b;
}
.head_test .phone2 {
	margin-top: 428px;
}
.head_test .logo {
	width: 255px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin: 377px 0px 0px 275px;
}

.wrapper .menu_test{
	width: 822px;
	height: 30px;
	margin-bottom: 15px;
	background-color:#616161;
}
.menu_test ul{
	width: 100%;
	text-align: center;
}
.menu_test ul li {
	display: inline-table;
	margin: 0 10px;
	padding: 0 6px;
	line-height:30px;
}

.menu_test ul li a {
	color: #fff;
}

.menu_test ul li a:hover {
	color: #000;
}


.menu_test ul li:hover {
	background-color: #FFECCA;
	height:100%;
	height:30px;
	padding: 0 6px;
}



/* test */

.wrapper .menu{
	width: 822px;
	height: 90px;
	background: url('/images/design/menu.jpg') top left no-repeat;
}
.menu ul{
	height: 130px;
	width: 100%;
	text-align: center;
}
.menu ul li {
	display: inline-table;
	margin: 0 5px;
	margin-top: 28px;
}
.menu ul li a {
	color: #fff;
}


/* -------------------------- CONTENT --------------------------*/
.content .sidebar {
	float: left;
	width: 254px;
}
.content .page_content {
	margin-left: 300px;
}
.content .sidebar_caption {
	width: 254px;
	height: 54px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	background: url("/images/design/basket.jpg") no-repeat left top;
}
.content .sidebar_menu {
	padding: 30px 0 30px 10px;
}
.content .sidebar_menu ul li {
	list-style: circle;
	margin-left: 15px;
}
.content .sidebar_menu ul li ul li {
	list-style: none;
	margin-left: 15px;
}
.content .sidebar_menu ul li ul {
	margin: 5px 0 15px 0;
}
.content .sidebar_menu ul li ul li a {
	color: #818181;
	font-size: 14px;
	text-decoration: underline;
}
.content .sidebar_menu ul li ul li a:hover {
	text-decoration: none;
}
.content .page_content ul.news_list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url("/images/design/sep.gif") no-repeat left bottom;
}
.content .page_content ul.news_list li:last-child {
	padding-bottom: 0;
	background: none;
}
.content .page_content ul.news_list li .news_date,
.content .page_content ul.news_list li .news_caption,
.content .page_content ul.news_list li .news_anons,
.content .page_content ul.news_list li .news_more {
	display: block;
}
.content .page_content ul.news_list li .news_date {
	color: #b0b0b0;
	font-size: 12px;
	margin-bottom: 5px;
}
.content .page_content ul.news_list li .news_caption a {
	font-size: 20px;
	color: #4c4c4c;
	font-style: normal;
}
.content .page_content ul.news_list li .news_more a {
	color: #828282;
	text-decoration: underline;
	font-size: 13px;
}
.content .page_content ul.news_list li .news_more a:hover {
	text-decoration: none;
}
.content .page_content .pager {
	padding-top: 20px;
	margin-top: 20px;
	background: url("/images/design/sep.gif") no-repeat left top;
}
.content .page_content .pager ul li {
	display: inline-table;
	margin-right: 7px;
}
.content .page_content .pager ul li a {
	font-style: normal;
}
.content .page_content .pager ul li span {
	font-weight: bold;
}
.content .page_content .pager ul li.quant {
	color: #b0b0b0;
}
.navibar {
	margin-bottom: 30px;
	color: #333333;
	font-style: italic;
}
.navibar a {
	text-decoration: underline;
}

/* -------------------------- TEXT BLOCK --------------------------*/

.text_block {
	padding: 30px 0;
}
.text_block p,
.text_block ul,
.text_block li {
	padding: 5px 0;
}
.text_block ul li {
	margin-left: 15px;
	list-style: circle;
}
.text_block ol li {
	margin-left: 15px;
	list-style: decimal;
}


/* -------------------------- FOOTER --------------------------*/

.footer {
	background: url('/images/design/footer.gif') top no-repeat;
	width: 830px;
	height: 50px;
	font-style: italic;
	color: #626262;
	font-size: 12px;
	margin: 40px 0px 0px 0px;
}
.footer a {
	font-size: 12px;
	color: #1d9dcd;
	font-style: italic;
}
.footer .left {
	float: left;
	width: 60%;
	text-align: left;
	height: 50px;
	line-height: 50px;
}
.footer .right {
	margin-left: 40%;
	text-align: right;
	height: 50px;
	line-height: 50px;
}
.fancybox-thumb {
	display: block;
	width: 350px;
	height: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 3px solid gray;
}
.fancybox-thumb > img {
	display: block;
	width: 100%;
	min-height:160px;
}
.fancybox-vertical > img {
	width: auto;
	height: 100%;
}
#gallery_page {
	width: 754px;
	margin-left: 25px;
	}

/* inserted css */

.n_text {
	margin-bottom: 30px;
	}
.form_block {
	background: #9E9E9E;
	padding: 30px;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_block fieldset {
	width: 48%;
	float: left;
	border: 0;
	}
.form_block fieldset:nth-child(2) {
	padding-left: 10px;
	}
.form_block fieldset span,
.form_block fieldset input[type=text],
.form_block fieldset textarea {
	display: block;
	}
.form_block fieldset span {
	color: #fff;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.form_block fieldset input[type=text],
.form_block fieldset textarea {
	border: 0;
	resize: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 180px;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(50, 50, 50, 0.23);
	-moz-box-shadow:    inset 3px 3px 3px 0px rgba(50, 50, 50, 0.23);
	box-shadow:         inset 3px 3px 3px 0px rgba(50, 50, 50, 0.23);
	padding: 5px 15px;
	margin-bottom: 15px;
	}
.form_block fieldset textarea {
	width: 200px;
	height: 75px;
	}
.pageButton {
	padding: 10px 0;
	background: rgb(76,76,76);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjNDQ0NDQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjNDI0MjQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNWU1ZTVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjNGY0ZjRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 20%, rgba(68,68,68,1) 21%, rgba(71,71,71,1) 39%, rgba(89,89,89,1) 50%, rgba(66,66,66,1) 51%, rgba(94,94,94,1) 60%, rgba(79,79,79,1) 78%, rgba(102,102,102,1) 79%, rgba(76,76,76,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(20%,rgba(89,89,89,1)), color-stop(21%,rgba(68,68,68,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(89,89,89,1)), color-stop(51%,rgba(66,66,66,1)), color-stop(60%,rgba(94,94,94,1)), color-stop(78%,rgba(79,79,79,1)), color-stop(79%,rgba(102,102,102,1)), color-stop(100%,rgba(76,76,76,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 20%,rgba(68,68,68,1) 21%,rgba(71,71,71,1) 39%,rgba(89,89,89,1) 50%,rgba(66,66,66,1) 51%,rgba(94,94,94,1) 60%,rgba(79,79,79,1) 78%,rgba(102,102,102,1) 79%,rgba(76,76,76,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 20%,rgba(68,68,68,1) 21%,rgba(71,71,71,1) 39%,rgba(89,89,89,1) 50%,rgba(66,66,66,1) 51%,rgba(94,94,94,1) 60%,rgba(79,79,79,1) 78%,rgba(102,102,102,1) 79%,rgba(76,76,76,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 20%,rgba(68,68,68,1) 21%,rgba(71,71,71,1) 39%,rgba(89,89,89,1) 50%,rgba(66,66,66,1) 51%,rgba(94,94,94,1) 60%,rgba(79,79,79,1) 78%,rgba(102,102,102,1) 79%,rgba(76,76,76,1) 100%);
	background: linear-gradient(135deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 20%,rgba(68,68,68,1) 21%,rgba(71,71,71,1) 39%,rgba(89,89,89,1) 50%,rgba(66,66,66,1) 51%,rgba(94,94,94,1) 60%,rgba(79,79,79,1) 78%,rgba(102,102,102,1) 79%,rgba(76,76,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#4c4c4c',GradientType=1 );
	display: block;
	text-align: center;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 0;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	}
.order_diagnostic {
	width: 400px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	}

/* popup */

#page_overlay {
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	z-index: 9999;
	display: none;
	}
.popup_form {
	position: fixed;
	width: 500px;
	height: 310px;
	z-index: 99999;
	margin-left: -250px;
	margin-top: -155px;
	left: 50%;
	top: 50%;
	display: none;
	background: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	}
.popup_form .btn_close_popup {
	width: 20px;
	height: 20px;
	color: #666666;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	margin: -10px 0 0 475px;
	padding: 1px 0 2px 4px;
	cursor: pointer;
	background: #E3E3E3;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	border: 5px solid #fff;
	}
.popup_form .btn_close_popup:hover {
	background: #CFCFCF;
	}
.popup_form h2 {
	margin: 30px 0 30px 0;
	text-align: center;
	}
.popup_form form {
	display: block;
	width: 300px;
	margin: 0 auto;
	}
.popup_form form input[type=text],
.popup_form form textarea {
	width: 290px;
	display: block;
	resize: none;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #666666;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.popup_form form textarea {
	height: 50px;
	}
.popup_form form input[type=submit] {
	width: 302px;
	}
.popup_form .success_send {
	text-align: center;
	color: #006600;
	margin: 5px 0 10px 0;
	display: none;
	}
.error_input {
	border: 1px solid #FF0000 !important;
	}
.error_text {
	color: #FF0000 !important;
	}
/* bxslider */

.bxslider_container {
	width: 367px;
}
.bxslider_container,
.bxslider_container .bxslider,
.bxslider_container .bxslider li {
	padding: 0;
	margin: 0;
	height: 136px;
	list-style: none;
	overflow: hidden;
}
.bxslider_container .bxslider li {
	padding: 0 70px;
}
.bxslider_container {
	margin: 0 auto;
}
.bx-wrapper .bx-prev {
	left: 0 !important;
}
.bx-wrapper .bx-next {
	right: 0 !important;
}

.scrollup{
 width:40px;
 height:40px;
 opacity:0.3;
 position:fixed;
 bottom:30px;
 right: 30px;
 display:none;
 text-indent:-9999px;
 background: url('/icon_top.png') no-repeat;
}

.text1 {
    padding: 20px 0;
}

.text2 {
    padding: 20px 0;
}

.n_title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 1.2;
    color: red;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
}
.news_an {
    font-size: 26px; font-style: normal;
    text-align: center;
    font-weight: bold
}

.akciio {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 1.2;
    color: red;
    font-weight: 600;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}
.akciio a {
   color: red;
}

.mhh {
    display: block !important;
    width: 250px !important;
    height: 188px !important;
    float: left !important;
    margin-right: 4px !important;
    margin-bottom: 4px !important;
    overflow: hidden !important;
    border: none !important;
}

.news-text{
	margin-top: 20px;
}

.news-text ul {
	margin-left: 20px;
}

.news-text ul li{
	list-style-type: disc;
	margin-top: 10px;
}
.news-desc{
	margin: 5px 0px 0px;
	display: inline-block;
}

.news-text > img{
	display: block;
	max-width: 100%;
	height: auto;
}
.new-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.new-categories .cat-item {
	margin: 5px;
	width: 160px;
	text-align: center;
}
.new-categories.kerastase .cat-item>a:first-child {
	display: block;
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.new-categories.kerastase .cat-item:nth-child(1)>a:first-child {
	background-image: url(/images/upload/new/specifique.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(2)>a:first-child {
	background-image: url(/images/INITIALISTE.jpg);
}
.new-categories.kerastase .cat-item:nth-child(3)>a:first-child {
	background-image: url(/images/aura_botanica.jpg);
}
.new-categories.kerastase .cat-item:nth-child(4)>a:first-child {
	background-image: url(/images/upload/new/reflection.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(5)>a:first-child {
	background-image: url(/images/upload/BLOND_ABSOLU.jpg);
}
.new-categories.kerastase .cat-item:nth-child(6)>a:first-child {
	background-image: url(/images/upload/new/nutritive-irisome.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(7)>a:first-child {
	background-image: url(/images/upload/new/elixir-ultime.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(8)>a:first-child {
	background-image: url(/images/upload/kerastas_split.jpg);
}
.new-categories.kerastase .cat-item:nth-child(9)>a:first-child {
	background-image: url(/images/upload/kerastas.jpg);
}
.new-categories.kerastase .cat-item:nth-child(10)>a:first-child {
	background-image: url(/images/upload/new/resistanse.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(11)>a:first-child {
	background-image: url(/images/upload/new/resistance_volumifique.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(12)>a:first-child {
	background-image: url(/images/genesis_top-img.jpg);
}
.new-categories.kerastase .cat-item:nth-child(13)>a:first-child {
	background-image: url(/images/upload/new/densifique.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(14)>a:first-child {
	background-image: url(/images/upload/new/soleil.jpeg);
}
.new-categories.kerastase .cat-item:nth-child(15)>a:first-child {
	background-image: url(/images/couture_styling.jpg);
}