@charset "utf-8";
/* CSS Document */

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

@font-face {
  font-family: 'anabel';
  src: url('fonts/4279.eot');
  src: url('fonts/4279.woff2') format('woff2'),
       url('fonts/4279.woff') format('woff'),
       url('fonts/4279.ttf') format('truetype'),
       url('fonts/4279.svg#4279') format('svg'),
       url('fonts/4279.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, menu, section {
	display: block;
}

body {
	background: #201B21;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #201B21),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #201B21 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #201B21 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #201B21 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #201B21 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #201B21 0%, #FFFFFF 100%);
	margin:0;
	color: #545454;
	font-family: arial;
	font-size: 12px
}

a {
	color: #b98194;
}

a:hover {
	text-decoration: none;
	color: #d56a6a;
}

h1 {
	font-size: 20px;
	margin: 30px 0 20px 0
}

h2 {
	font-size: 15px;
}


img {

	max-width: 100%;
	height: auto;
}

.real {
	background-color: #c0c0c0; 
	margin: auto
}

.real td {
	background-color: #fff;
}

#claim {
	background: #F7F4F4; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}

.container::after {
	content: "";
	clear: both;
	display: table;
}

.close {
	border: none;
	float: right
}

#curtain {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	opacity: 0.85;
	background: #000;
}

#noworking {
	width: 400px;
	min-height: 100px;
	background: #ececec;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	z-index: 9999999999999;
	padding: 10px 20px 20px 20px;
	border: 3px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.50);
	opacity:0.95;
	font-size: 14pt;
	filter:alpha(opacity=95);
	text-align: center
}

#noworking .tekst {
	padding-top: 30px
}

.footer {
	background: url(img/botback.gif) 0 0 repeat-x;
	background-size: auto 100%;
	margin-top: -15px;
	padding: 40px 20px 5px;
}

.frame {
	width: 95%;
	max-width: 1000px;
	margin:auto
}

#gallery_cats {
	text-align:center
}

#gallery_cats td {
	padding: 15px 0 15px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#gallery_cats img {
	border: none;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
	margin: 0 10px 0 0
}

#index_menu {
	font-size: 10.5pt;
	line-height: 115%;
	margin: 0 0 0 15px;
	padding:0;
	color: #312D32
}

#index_menu li {
	margin: 0 0 5px 0
}

#index_menu li a {
	text-decoration: none;
	color: #312D32
}

#index_menu li a:hover {
	text-decoration: underline
}

.blocker {
	margin: 20px; 
	color: #666; 
	padding: 20px 40px 20px 40px; 
	background: #ffebf4; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F7F7F7),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #F7F7F7 0%, #E8E8E8 100%);
}

.blocker li {
	margin: 0 0 25px 0
}

.gallery_title {
	background: url(../img/transp.png); 
	height: 25px; 
	position: relative;
	bottom: 28px;
	margin: 0 10px 0 0;
	text-transform: uppercase
}

.gallery_title:hover {
	background: url(../img/transp-hover.png);
}

.gallery_title a {
	display: inline-block;
	padding-top: 4px;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	height: 24px;
	color: #3D2525
}

.gallery_title a:hover {
	color: #333	
}

.header {
	padding-top: 20px;
}

.head_brand {
	float: left;
	line-height: 100%;
	text-align: center;
	margin: 30px 0 0 0
}

.head_brand a {
	color: #fff;
	font-family: anabel;
	font-size: 60pt;
	text-decoration: none
}

.head_brand a span {
	font-size: 18pt
}

.head-phone {
    /* color: #f4f3c3; */
	color: #fff;
    font: italic 18pt Arial;
	line-height: 1.1;
    float: right;
    padding-top: 20px;
    text-align: right;
	text-shadow: 1px 1px 1px #000;
}

.head-phone a {
	color: #fff;
	text-decoration: none
}

.head-phone span {
	font-size: 26px;
}

.head-phone1 {
	padding-right:10px;
	position: relative;
}

.head-phone2 {
	padding-right:10px;
	position: relative;
}
.head-phone a {
	color: #D0C7B0	
}

.head-phone a:hover {
	text-decoration: underline;
	color: #fff
}

#map {
	background: #fff;
	padding: 5px;
	display: inline-block;
	border: 1px solid #CCC;
	}


#navigation a {
	margin-right: 8px;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none
}
#navigation a:hover {
	background: #FBF9E3;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	text-decoration: none;
}

#navigation div {
	display: inline-block;
	margin-right: 4px;
	background: #FBF9E3;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.photos {
	text-align:center
}

.photos img {
	width: 100%;
	max-width: 250px
}

.photos .wide {
	max-width: 350px
}

#top-nav {
	color: grey; 
	font-size: 10.3pt;
	margin:0 0 15px 0
}

#top-nav img {
	vertical-align: middle;
	margin: 0 10px 0 10px;
}

#top-nav strong {
	margin: 0 10px 0 0;
}

.greysmall {
	color: grey; 
	font-size: 10px
}


.topline {
	background: #000;
	width:100%;
	height:17px
}

.big {
	color: #ba2053;
	font-size: 15px
}

.big2 {
	color: #ba2053;
	font-size: 13px
}

.content_img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form[name="form1"] {
	max-width: 400px;
}

form[name="form1"] input[name="name"],
form[name="form1"] input[name="title"],
form[name="form1"] textarea {
	width: 95%;
}

.glam {
	color: #ba2053;

}

.copy {
	padding: 20px;
	margin-left: 30px;
}

#kart {
	text-align: center;
}

#main {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	padding: 22px 0;
	position: relative;
	z-index: 5;
}

.nails {
	background-color: #eee;
	border-radius: 20px;
	padding: 20px 5px 30px;
}

.nails::after {
	content: "";
	display: table;
	clear: both;
}

.nails h1 {
	margin: 0;
}

.nails img {
	float: left;
	margin-right: 5px;
}

.nails .button {
	background-color: #b81345;
	border-radius: 3px;
	color: #fff;
	float: right;
	margin-right: 5px;
	padding: 2px 17px;
	text-decoration: none;
}

.nails .button:hover {
	background-color: #d83365;
	transition: 1s;
}

table.real {
	font-size: 11px;
}

.bot2 {
	background: #fff;
}

.bot3 {
	width:21px; 
	height: 22px; 
	background: url(img/krug-bl.gif) no-repeat
}

.bot1 {
	width:21px; 
	height: 22px; 
	background: url(img/krug-br.gif) no-repeat
}

.column1_of2 {
    float: right;
    width: 28%;
	margin-top: 20px;
    padding: 5px 3% 0 0;
    line-height: 140%;
    min-width: 230px;
}

.column2_of2 {
    border-right: 1px solid #9D9D9D;
    float: left;
    width: 59%;
    max-width: 650px;
	margin-top: 20px;
    padding: 5px 3% 0 3%;
    line-height: 140%;
}

.column2_of2 p {
	text-align: justify;
}

.content_img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content_img_left {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: left; 
	margin: 0 15px 15px 0
}

.content_img_right {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: right; 
	margin: 0 0 15px 15px
}

.fotos {
	list-style: none;
	margin: 0;
	padding:0
}

.fotos li {
	display: inline-block;
	width: 47%;
	margin: 10px 1% 10px 1%
}

.fotos img {
	width: 100%
}

.vopros p {
	margin: 0 0 0 0;
	text-align: left;
}

.ramo img {
	padding: 5px;
	border: 1px solid #E8E8E8;
}

#lasnews p {
	margin: 0
}

.more {
	font-style: italic;
	margin: 0 0 30px 0 !important;
	clear: both
}

.news-head {
	font-size: larger;
}

.imgcat {
	text-align:center;
	padding-bottom:20px;
	width: 200px
}

.imgcat img {
	vertical-align: top;
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
}

/* Begin of Shadowbox style */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;cursor:pointer}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(img/close.png);}
#sb-nav-next{background-image:url(img/next.png);}
#sb-nav-previous{background-image:url(img/previous.png);}
#sb-nav-play{background-image:url(img/play.png);}
#sb-nav-pause{background-image:url(img/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* End of Shadowbox style */

/* begin of dropdown */

/* LEVEL ONE */
ul.dropdown { 
	position: relative; 
	list-style-type:none;
	padding:0;
	margin:0;
	text-align: center;
	margin: 15px 0 20px 0
}

ul.dropdown li { 
	position: relative; 
	display: inline-block;
	background: url(img/menu_div.gif) right center no-repeat
}

ul.dropdown li a {
	color: #D0C7AF;
	text-decoration: none;
	height: 32px;
	display: inline-block;
	padding: 13px 20px 0 20px;
	text-transform: uppercase;
	font-size: 15px;
	
}

ul.dropdown li a:hover {
	background: #D0C7AF;
	color: #222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		
	-webkit-transition:background 0.8s ease;
	-moz-transition:background 0.8s ease;
	-o-transition:background 0.8s ease;
	transition:background 0.8s ease;
}

ul.dropdown li.last {
	background: none; 
}

/* LEVEL TWO */
ul.dropdown li ul { 
	list-style-type:none;
	border: 1px solid #ba8355;
	padding: 5px;
	position: absolute;
	top: 100%;
	left: -9999em;
	-webkit-transition: opacity 0.5s ease;
   -moz-transition: opacity 0.5s ease;
   -o-transition: opacity 0.5s ease;
   transition: opacity 0.5s ease;
   opacity: 0; 
}

ul.dropdown li:hover > ul {
	left: 0;
	opacity: 1;
}

ul.dropdown ul li 					
{ 
	padding: 0 5px 0 5px; 
	height: 31px; 
	margin: 1px 0 1px 0; 
	font-weight: normal; 
	white-space: nowrap;
	display: block 
	}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding:0;}



@media screen and (max-width: 850px) {
	
	.column1_of2 {
		float: none;
	}
	
	.column2_of2 {
		border-right: none;
		float: none;
		width: auto;
	}
	
	.head-phone1::after,
	.head-phone2::after {
		content: none;
	}
}

@media screen and (max-width: 550px) {
	
	body {
		font-size: 14px !important;
		min-width: 310px;
	}
	
	.header {
		text-align: center;
	}
	
	.head_brand {
		display: inline-block;
		float: none;
		max-width: 300px;
	}
	
	.head-phone {
		float: none;
		font-size: 20pt;
		text-align: center;
	}
	
	.head-phone span {
		font-size: 16px;
	}
	
	.head-phone1 span {
		display: block
	}
	
	ul.dropdown li {
		background-image: none;
	}
	
	ul.dropdown li a {
		font-size: 13px;
		padding: 10px 5px;
		height: auto;
	}
	
	.content_img_right {
		width: 50%;
	}
	
}

@media screen and (max-width: 550px) {
#noworking {
	width: 95%;
	min-height: 100px;
	background: #ececec;
	position: fixed;
	top: 30px;
	left: 0;
	margin-left: 0;
	z-index: 9999999999999;
	padding: 10px 2% 20px 2%;
	border: 3px solid #FFF;

	font-size: 11pt;

}
}