* {
	outline: none;
	}

/* ::selection {background: orange; color: white;} */

article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {display: block;}

body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;

	}

a, a:hover, a:active, a:visited {text-decoration: none; outline: none !important;}

.clear {
	clear:both;
	float: none !important;
}

.warning {
	background: red;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10010;
	top:0;
	left: 0;right: 0;
	font-size: 14px;
}

.warning .center {
	max-width: 600px;
}

.warning a {
	color: #fff;
	text-decoration: underline;
}
.warning + header {
	top:20px;
}
a {
	color: #c0392b;
}

a:hover {
    text-decoration: underline;
}

html, body {
    height: 100%;
}

body {
	font-family: Arial;
	font-size:62.5%; /*1em is 10px */
	margin-right: 0 !important;
    background: #d7b9a8;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

#wrap {
    min-height: 100%;
}

#wrap.message {
    background: url(../i/messages.jpg) center 49px no-repeat;
    background-size: cover;
}


#main {
    padding-bottom: 110px; /* must be equal to footer's height */
}

body:before {   /* old(real) Opera browser fix */
    content: "";
    float: left;
    height: 100%;
    margin-top: -32767px;
    width: 0;
}

.btn.black:hover,
.btn.black,
.btn {
    background: #c0392b;
    color: white;
    font: normal 12px/30px 'PT Sans';
    padding: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;    
}
.btn.black,
.btn:hover {
    background: #464646;
}
/*
.fancybox-lock {
	overflow: visible;
}
*/

.fancybox-overlay {
	overflow: hidden !important;
}

img {
	max-height: 100%;
	max-width: 100%;
}

ul { list-style-type: none;}


h1 {font-size:22px;}
h2 {font-size:21px;}
h3 {font-size:20px;}
h4 {font-size:19px;}
h5 {font-size:18px;}
h6 {font-size:17px;}

/* ------------------------------------ GENERAL ------------------------------------- */

#social-bar {
    position: fixed;
    top:45%;
    left:0;
    background: black;
    -webkit-animation: socialbar 0.5s linear forwards;
    -moz-animation:    socialbar 0.5s linear forwards;
    -o-animation:      socialbar 0.5s linear forwards;
    animation:         socialbar 0.5s linear forwards;
    z-index: 100;
}

#social-bar a {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 0;
    background-image: url(../i/_social.png);
    background-repeat: no-repeat;
}

#social-bar a+a {
    border-top:1px solid #666666;
}

#social-bar a:hover {
    background-color: #003471;
}

#social-bar a.fb {background-position:center 12px;}
#social-bar a.tw {background-position:center -38px;}
#social-bar a.gp {background-position:center -138px;}
#social-bar a.pn {background-position:center -183px;}
#social-bar a.ig {background-position:center -230px;}
#social-bar a.bc {background-position:center -282px; background-color: #695375;}
#social-bar a.ng {background-position:center -91px; background-color: #003471;}

#social-bar a.fb:hover { background-color:#3b5998;}
#social-bar a.tw:hover { background-color: #5ea9dd;}
#social-bar a.gp:hover { background-color: #db4437;}
#social-bar a.ig:hover { background-color: #fbad50;}
#social-bar a.pn:hover { background-color: #bd081c;}
#social-bar a.ng:hover { background-color: #1182e0;}
#social-bar a.bc:hover { background-color: #b285bc;}
@keyframes socialbar {
    from {
        left:-80px;
    } to {
        left:0;
    }
}

.msg {
    background: white;
    padding: 15px;
    padding-left: 70px;
}

.msg .title {
    font: bold 18px/22px 'PT Sans';
    text-transform: uppercase;
    color: #150a0a;
    padding-bottom: 8px;
}

.msg p {
    font: normal 14px/22px 'PT Sans';
    color: #150a0a;
}

.msg.me {
    background: url(../i/msg-e.png) 15px 15px no-repeat white;
}
.msg.ms {
    background: url(../i/msg-s.png) 15px 15px no-repeat white;
}

.overlay {
    background: #1a1a1a;
    background: rgba(25, 25, 25, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    z-index: -0;
}

.message .center {
    position: relative;
    z-index: 1;
}

.e404 {
    background: url(../i/404.jpg) right center no-repeat black;
}

.e404 .page {
    background: 0;
}

.error404 div {
    text-align: left;
    text-transform: uppercase;
}



.error404 > div > div {
    max-width: 50%;
}
.error404 > div > div {
    font: normal 260px/280px 'PT Sans';
    color: white;

}

.error404 div p {
    font: normal 50px/72px 'PT Sans';
    color: white;
}

.right {
	float: right;
}

.left {
	float: left;
}

.no-border {  border: none !important;}
.no-right {   border-right: none !important;}
.no-left {    border-left: none !important;}
.no-bottom {    border-bottom: none !important;}
.no-top {    border-top: none !important;}

.text-left { text-align: left !important; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.tabulation {
	display: inline-block;
	width: 10px;
}

.uppercase {
    text-transform: uppercase !important;
}

.yellow {
	color: #F5CD0E !important;
	border-color: #F5CD0E !important;
}

.white {
	color: #fff !important;
	border-color: #fff !important;
	background: #fff !important;
}

/* ERROR SUCCESS */

.error, .success {
	position: relative;
	width: auto;
	margin: 20px 0px;
	padding: 10px 15px;
	font: 14px/18px "PT Serif", Arial, sans-serif;
}

.error {
	color: #c0392b;
	background: #f5b7b1;
}

.success {
	color: #0c7e3c;
	background: #a9dfbf;
}

.error ul, .success ul {
	list-style-type: square;
	list-style-position: inside;
}

.error a:hover, .success a:hover, .field-error a { text-decoration: underline; }

.close {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 2em;
	color: #000000;
}


/* article */
article, p, article p, article ul, article ol {
    color: #464646;
    font: normal 13px/22px Arial;
}

article ul, article ol {
    list-style-position: inside;
}

article ul, article ol, article p {
    margin: 10px 0;
}
article ul {
    list-style-type: square;
}

article a:hover {
    text-decoration: underline;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: Arial;
    font-weight: normal;
    margin: 5px 0;
}

article a {
    color: #c0392b;
}





/*  END GENERAL */



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


header, nav > ul > li > a, .search-btn, .vouchers-btn, .lang {
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;

}

header {
	position: fixed;
    height: 68px;
	top:0;
	width: 100%;
	z-index: 18009;
	background-color: #150a0a;
}

.push-head {
    height: 68px;
}

header .center {
    position: relative;
    text-align: center;
}

header .center > div.right {
    width: 233px;
    font-size: 0;
    text-align: right;
}

nav {
    width: 965px;
    float: left;
    text-align: left;
    height: 0;
}

nav > ul > li {
    margin-right: 12px;
    float: left;
    position: relative;
}

nav > ul > li > a {
    display: inline-block;
    vertical-align: top;
    font:300 14px/16px 'PT Sans';
    text-transform: uppercase;
    color: #fefefe;
    padding: 28px 0 8px;
    border-bottom: 8px solid transparent;
}

nav > ul > li.active > a,
nav > ul > li > a.active,
nav > ul > li:hover > a {
    border-bottom: 8px solid transparent;
    color: #9a7f6c;
    text-decoration: none;
}

nav > ul > li.hasmenu.active > a,
nav > ul > li.hasmenu > a.active,
nav > ul > li.hasmenu:hover > a {
    border-color: white;
     -webkit-transition: border-color 0.0s linear;
     -moz-transition: 	 border-color 0.0s linear;
     -o-transition: 	 border-color 0.0s linear;
     transition: 		 border-color 0.0s linear;

}

.submenu {
    display: none;
    position: absolute;
    background: #fefefe;
    box-shadow: 2px 2px 0 black;
    z-index: 2;
    top:100%;
    left: 0;
}

.submenu li a {
    font: normal 14px/29px 'PT Sans';
    color: #150a0a;
    padding: 5px 40px 0 20px;
    white-space: nowrap;
    border-top: 1px solid #a19d9d;
    display: block;
    vertical-align: top;
    background: #fefefe;
}

.submenu li a:hover {
    background: #ceaf9a;
    text-decoration: none;
}

.submenu li:first-child a {
    border-top:0;
}

nav ul li:hover a + ul.submenu {
    display: inline-block;
    vertical-align: top;
}



.logo {
    margin: 6px 20px 0 222px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
}

.lang {
    font: normal 12px/22px 'PT Sans';
    color: white;
    padding: 23px 0;
    text-transform: uppercase;
    display: inline-block;
}
.lang-en .lang {
    font-size: 10px;
}

.lang + .lang {
    margin-left: 7px;
}

.logo img {
    margin-top: 5px;
    vertical-align: top;
}

header .center > .right > a {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.vouchers-btn {
    color: #dbb900;
    background: url(../i/_sprite.png) 13px 3px no-repeat;
    padding-top: 30px;
    text-transform: uppercase;
    font: normal 14px/22px 'PT Sans';
    float: left;
    display: inline-block;
    margin: 0 5px;
}

.search-btn {
    display: inline-block;
    background: url(../i/_sprite.png) -44px 14px no-repeat;
    width: 44px;
    height: 68px;
    margin: 0 3px;
}

#search-panel {
    position: absolute;
    position: fixed;
    left: 0;
    right: 0;
    top:68px;
    background: #eacdbf;
    padding: 22px 0;
    z-index: 3;
    display: none;
}

#search-panel .center {
    position: relative;
}

#search-panel input[type="submit"] {
    border: 0;
    width: 60px;
    height: 55px;
    background: url(../i/search-btn.png) left center no-repeat #eacdbf;
    position: absolute;
    left: 0;
    top:0;
}

#search-panel input+input {
    color: #060303;
    border: 0;
    background: 0;
    font: normal 40px/42px 'PT Sans';
    border-bottom: 1px solid #060303;
    height: auto;
    display: block;
    margin-left: 10px;
    width: 100%;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


}

#search-panel ::-webkit-input-placeholder { color: #A2A2A2;}
#search-panel ::-moz-placeholder          { color: #A2A2A2;}
#search-panel :-moz-placeholder           { color: #A2A2A2;}
#search-panel :-ms-placeholder            { color: #A2A2A2;}

.single-row ::-webkit-input-placeholder   { color: #1a1a1a; font: normal 28px/50px 'PT Serif';font-style:italic;}
.single-row ::-moz-placeholder            { color: #1a1a1a; font: normal 28px/50px 'PT Serif';font-style:italic;}
.single-row :-moz-placeholder             { color: #1a1a1a; font: normal 28px/50px 'PT Serif';font-style:italic;}
.single-row :-ms-placeholder              { color: #1a1a1a; font: normal 28px/50px 'PT Serif';font-style:italic;}




.search-fancy .fancybox-skin{
    background: 0;
    border: 0;
    box-shadow: none;
}

.search-fancy .fancybox-close {
    position: fixed;
    top: 48px;
    right: 15px;
}


/* //small head {} */

header.small {
	top:0 !important;
    height: 49px;
}

header.small nav > ul > li > a {
    padding-top: 17px;
}

header.small .logo {
    margin-top: 0;
    width: 301px;
    height: 48px;
    background: url(../i/logo35p.png) center center no-repeat transparent;

}

header.small .logo img {
    opacity: 0;
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;
}

header.small .search-btn {
    height: 49px;
    background-position: -44px 5px;
}

header.small .lang {
    padding: 13px 0;
}

header.small .vouchers-btn {
    padding-top: 20px;
    background-position: 13px -5px;
}








.appoint {
    background: #c0392b;
    color: white;
    font: normal 12px/30px 'PT Sans';
    padding: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    float: right;
    position: relative;
}

.appoint:hover {
    background: black;
    color: white;
    text-decoration: none;
}

.appoint .mini-nav a, .appoint .mini-nav > div {
    width: auto;
    padding: 0 20px;
    text-transform: none;
}

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

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


footer {
    background: black;
    position: relative;
    margin-top: -110px;
    height: 110px;
    clear: both;
}

footer p.left {
    color: white;
    font: normal 14px/22px 'PT Sans';
    padding: 20px 0;
}

footer ul a {
    display: inline-block;
    vertical-align: top;
    font: 300 17px/19px 'PT Sans';
    text-transform: uppercase;
    color: #FEFEFE;
    padding: 45px 0;
}

footer li {
    margin-right: 15px;
    float: left;
    position: relative;
}

footer li:last-child {
    margin-right: 0;
}

footer li a:hover {
    color: #9A7F6C;
    color: #C0392B;
    text-decoration: none;
}

footer .center {
    position: relative;
}


.to-top {
    width: 38px;
    height: 38px;
    background: url(../i/_sprite.png) -97px -1px no-repeat #c0392b;
    position: absolute;
    top:-13px;
    right: 0px;
}

.to-top:hover {
    background: url(../i/_sprite.png) -918px -2px no-repeat #fff;
}

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





/* INDEX */

#slider {
    position: relative;
    border-bottom: 6px solid #150b0b;
}
#slider .slider {
    height: 368px !important;
}

#slider .slider .slide {
    position: relative;
    float: left;
    background-position: center center;
    min-height: 368px;
    background-repeat: no-repeat;
    background-color: #e7d7cf;
    background-size: cover;
}

#slider .pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 200px;
    text-align: center;
    margin: auto;
    z-index: 2;
}

#slider .pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 10px;
    text-indent: -999em;
    margin: 0 3px;
}

#slider .pagination a.active,
#slider .pagination a.selected {
    background: #c0392b;
}

.slide .title {
    text-transform: uppercase;
    font: 400 50px/55px 'PT Serif';
    padding-top: 10%;
    padding-bottom: 10px;
}

.slide .sub-title {
    font: 400 22px/28px 'PT Serif';
    font-style: italic;
}

.slide .sub-title, .slide .title {
    width: 68%;
    letter-spacing: 0.09em;
    float: left;
}

.slide-link {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    display: block;
    opacity: 0;
    z-index: 1;
}

.price-wrap {
    position: relative;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-top: 9%;
    text-align: right;

}

.price-baloon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 1100px;
    text-align: center;
    position: relative;
    min-width: 230px;
    min-height: 230px;
    overflow: hidden;
    background: white;
    letter-spacing: -0.07em;
}


.price-baloon sup {
    top:-10px;
    font-size: 60%;
}

.pl-top {
    background: black;
    color: white;
    font: normal 22px/42px 'PT Serif';
    font-style: italic;
    padding:12px 10px 4px;
}

.pl-top span {
    font: normal 34px/42px 'PT Serif';
    text-decoration: line-through;
    font-style: italic;
}

.pl-top p {
    color: white;
    font: normal 13px/22px 'PT Serif';
    font-style: italic;
}

.pl-bottom {
    background: white;
    color: black;
    font: normal 28px/42px 'PT Serif';
    font-style: italic;
    padding:18px 20px 5px;
    white-space: nowrap;
}

.pl-bottom span {
    font: normal 60px/64px 'PT Serif';
    font-style: italic;
}

.pl-bottom sup {
    top:-20px;
}

.pl-bottom, .pl-bottom p {
    color: #c0392b;
    font-style: italic;
}

.pl-bottom p {
    margin-top: 10px;
}

.promo-period {
    position: absolute;
    bottom: -20px;
    right: -80px;
    background: white;
    border-radius: 100px;
    padding: 21px 20px;
    font: bold 10px/17px 'PT Serif';
    font-style: italic;
    color: #150a0a;
    text-transform: uppercase;
    width: 70px;
    text-align: center;
}

.paper-or-mail {
    margin: 25px 0;
    padding: 10px 0;
}

.paper-or-mail .ffRadioWrapper {
    width: 50%;
    float: left;
}


.paper-or-mail .ffRadio, .paper-or-mail .ffCheckbox {
    float: left;
}
.paper-or-mail .ffRadioWrapper a, .paper-or-mail .ffCheckboxWrapper a {
    display: block;
    width: auto;
    margin-top: -3px;

}











.main {
    background: url(../i/style.jpg) center top no-repeat #edd1c9;
    background: url(../i/style.jpg) center top no-repeat #000;
    border-bottom: 8px solid #150B0B;
    background-size: cover;
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;

}

.main > .center {
    padding-bottom: 40px;
}

.main .list article {
    border-bottom: 0;
}

.category {
    clear: both;
}
.category .title {
    color: #150a0a;
    font: normal 60px/62px 'PT Serif';
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 2px solid #150a0a;
    text-align: right;
    padding-top: 67px;
    padding-bottom: 5px;
    float: right;
    width: 55%;
}

.category+.category .title {    width: 52%; } /* face */
.category+.category+.category .title {    width: 45%; } /* hands */
.category+.category+.category+.category .title {    width: 48%; } /* body */

.category a {
    font: normal 17px/32px 'PT Serif';
    color: black;
    font-style: italic;
    display: block;
    vertical-align: middle;
    text-decoration: inherit;
}

.category .services {
    margin-top: 30px;
    float: right;
    width: 250px;
    text-align: right;
    vertical-align: middle;
}

.category a:hover {
    color: #9A7F6C;
    text-decoration: none;
}

.new {
    font: normal 12px/22px 'PT Sans';
    background: #c0392b;
    color: white;
    padding: 1px 5px 3px;
    vertical-align: middle;
    position: relative;
    top:-2px;
    margin-right: 3px;
}









.blog-entries {
    background: #d7b9a8;
    background: rgba(215,185,168,0.87);
}

.blog-entries > .center > .title {
    color: #150a0a;
    font: normal 36px/40px 'PT Serif';
    font-style: italic;
    padding: 25px 0;
    text-transform: uppercase;
}

.blog-entries ul {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
}

.blog-entries li {
    width: 22%;
    float: left;
    margin-right: 4%;
    padding-bottom: 30px;
}

.blog-entries li.noright {
    margin-right: 0;
}

.img-wrap {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.blog-entries .img {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 247px;
    height: 247px;
    border-radius: 300px;
    border: 8px solid rgba(255,255,255,0.21);
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;
}

.blog-entries img {
    vertical-align: top;
}

.blog-entries .readmore {
    background: white;
    font: normal 12px/18px 'PT Serif';
    font-style: italic;
    text-transform: uppercase;
    color: black;
    width: 60px;
    padding: 23px 12px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: -20px;
    right: 0px;
    border-radius: 140px;
    text-align: center;

}

.blog-entries li:hover  .readmore {
    background: black;
    color: white;
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;

}

.blog-entries li .title {
    font: normal 20px/22px 'PT Serif';
    text-transform: none;
    color: black;
}

.blog-entries li .title a {
    color: black;
}

.date {
    font: bold 12px/22px 'PT Sans';
    color: #C0392B;
    padding: 5px 0px;
}

.annotation {
    font: normal 14px/22px 'PT Serif';
    color: black;
    display: inline-block;
    vertical-align: top;
    height: 66px;
    overflow: hidden;
}

.blog-entries .img-wrap:hover .img {
    border-color: #C0392B;
}

.blog-entries li .title a:hover {
    text-decoration: none;
    color: #C0392B;
}










.saloons {
    background: #d7b9a8;
}

.saloons > .center {
    background:url(../i/saloons.jpg) left 30px no-repeat;
    height: 390px;
}

.saloons > .center > .right {
    width: 470px;
    margin-left: 20px;
}

.saloons .title {
    font: 400 60px/62px 'PT Serif';
    font-style: italic;
    text-transform: uppercase;
    color: #150a0a;
    margin-top: 50px;
}

#saloons .pagination li {
    float: left;
}

#saloons .pagination a {
    font: bold 20px/22px 'PT Serif';
    text-transform: uppercase;
    color: black;
    margin-right: 30px;
    text-decoration: none !important;
}

#saloons .pagination {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 30px 0;
}

#saloons .slide {
    float: left;
    display: block;
}

#saloons .pagination li.selected a {
    color: #C0392B;
}

.slide address {
    width: 48%;
    float: left;
}

.slide address + address {
    margin-left: 2%;
}

address {
    font: normal 14px/22px 'PT Serif';
    color: black;

}


/* ======================================= END INDEX ================================*/



/* ======================================= Page ================================*/

.page {
    background: url(../i/page-top.jpg) center top no-repeat;
    padding: 125px 0 100px;
}

aside {
    width: 250px;
    float: left;
    background: white;
    margin-right: 20px;
}

aside > .title {
    font: 400 24px/28px 'PT Serif';
    color: white;
    font-style: italic;
    padding: 15px;
    background: #150a0a;
    position: relative;
}

aside > .title:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 18px;
    background: url(../i/_sprite.png) -152px center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -9px;
}

aside ul li.active a,
aside ul li a.active,
aside ul li.active a {
    color: #c0392b;
}

aside ul li:hover > a {
    background: #9A7F6C;
    color: white;
    text-decoration: none;
}

aside ul li a {
    color: #150a0a;
    font: normal 14px/19px 'PT Sans';
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #b8b5b5;
}

aside ul ul li:last-child a {
    border-bottom: 2px solid #000 !important;
}

aside ul ul li a {
    padding: 10px 20px 10px 40px;
}
aside ul ul li a:hover {
    background: #676767;
    background: #e9cebe;
    color: white;
    color: black;
}











.content {
    width: 930px;
    float: right;
    background: white;
    position: relative;
}

.breadcrumps {
    display: block;
    padding: 17px 30px;
}

.breadcrumps, .breadcrumps > a {
    font: normal 14px/22px 'PT Serif';
    font-style: italic;
    color: black;
}

.breadcrumps > a.active {
    color: #c0392b;
}

.tabs {
    position: relative;
    border-bottom: 1px solid black;
}

.tabs > .title {
    font: bold 40px/42px 'PT Serif';
    font-style: italic;
    color: black;
    display: block;
    padding: 0 30px 25px;
}

.tabs .subtitle {
    color: #c0392b;
    font: bold 25px/22px 'PT Serif';
    font-style: italic;
    padding: 0 30px;
}

.tabs article .subtitle {
    padding: 0px 0 10px;
}

article .subtitle a:hover {
    text-decoration: none;
    border-bottom: 2px solid #C0392B;
}

.tabs .pagination {
    display: block;
    border-bottom: 1px solid black;
    padding: 0px 30px;
    overflow: hidden;
    height: 32px;
}

.tabs .pagination li {
    float: left;
}

.tabs .pagination li a {
    font: bold 14px/32px 'PT Serif';
    font-style: italic;
    color: black;
    height: 32px;
    padding: 0 30px;
    background: #d7b9a8;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.tabs .pagination li a:hover,
.tabs .pagination li a.active,
.tabs .pagination li.ui-state-active a,
.tabs .pagination li.selected a,
.tabs .pagination li.active a {
    background: #150a0a;
    color: white;
    text-decoration: none;
}

.tabs article.slide {
    overflow: auto;
    /* padding: 25px 30px 40px; */
    margin: 25px 30px 40px;
}

.tabs .slider .slide {
    display: block;
}

.back-btn {
    color: white;
    font: normal 12px/22px 'PT Serif';
    font-style: italic;
    padding: 0 10px;
    position: absolute;
    top:-10px;
    right: -5px;
    background: black;
}

.back-btn:hover {
    background: #9A7F6C;
    color: white;
    text-decoration: none;
}

.tabs .title + article {
    padding: 30px;
}

.tabs .title + article {
    padding-top: 0;
}


.list {
    padding: 0 30px;
}

.list article {
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.ajax-pagination {
    display: block;
    padding: 0px 30px 30px;
    text-align: center;
}

.ajax-pagination a, .ajax-pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    font: bold 14px/26px 'PT Serif';
    font-style: italic;
    color: #150a0a;
    text-decoration: none !important;
    border: 4px solid white;
    border-radius: 50px;
    background: #e9e9e9;
    text-align: center;
    margin-right: 2px;
}

.ajax-pagination a:hover {
    background: #150a0a;
    color: white;
}

.ajax-pagination a.active,
.ajax-pagination span.active {
    background: #150a0a;
    border-color: #150a0a;
    color: white;
}



.pay-by .order-info .subtitle {
    margin-bottom: 20px;
}


.pay-by {
    background: #edecec;
    color: #44464a;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
}

.sticky {
    background: #44464A;
    background: black;
    color: #FFF;
    display: inline-block;
}
.sticky div {
    color: #F9F9F9;
    font: normal 14px/50px 'PT Sans';
    text-transform: uppercase;
    padding: 0 40px;
    float: left;
}

.imp-note {
    display: inline-block;
    vertical-align: middle;
    font: normal 14px/22px 'PT Sans';
    border: 2px solid #44464A;
    padding: 5px 15px;
    margin-top: 20px;
}

.checknav {
    color: #1a1a1a;
    font: normal 12px/22px 'PT Sans';
    padding: 3px 10px;
    position: absolute;
    top: -28px;
    right: 8px;
    background: white;
}

.checknav:hover {
    text-decoration: none;
    background: #C0392B;
    color: #FFF;
}

.easypay-code {
    background: #FFF;
    color: #44464A;
    font: bold 30px/32px 'PT Sans';
    letter-spacing: 12px;
    padding: 10px 40px;
    display: inline-block;
    vertical-align: middle;
}


.pay-by-info a.easypay-link {
    color: #c0392b;
    font: normal 14px/24px 'PT Sans';
    display: inline-block;
    vertical-align: bottom;
    background: url(../i/map_small.png) right center no-repeat;
    padding-right: 45px;
    margin-top: 20px;
}

.pay-by .sticky div span {
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    text-transform: lowercase;
}

.pay-by .left, .pay-by .right {
    vertical-align: middle;
    display: table-cell;
}

.pay-by .left {
    padding: 15px;
    float: none;
    text-align: center;
}

.pay-by .order-info {
    min-width: 250px;
    width: auto;
    float: none;
}

.pay-by .order-info > img {
    margin-right: 40px;
}

.pay-by .order-info > img, .pay-by .order-info > img + div {
    display: inline-block;
    vertical-align: middle;
}

.pay-by .order-info .subtitle {
    font: bold 17px/22px 'PT Sans';
    text-transform: uppercase;
    color: #44464a;
    text-align: center;
    width: 100%;
    padding: 0;
    width: auto;
    border: 0;
}

.pay-by .order-info .subtitle strong {
    display: block;
}

.pay-by .sticky div {
    vertical-align: middle;
}

.pay-by .sticky div span {
    display: inline-block;
    vertical-align:top;
    padding-left: 3px;
}

.align-vertical {
    height: 100%;
}

.pay-by .order-info, .align-vertical {
    display: inline-block;
    vertical-align: middle;
}

.pay-by-info {
    padding: 20px;
    float: none;
    margin-left: 285px;
    text-align: center;
}

.pay-by-info .subtitle {
    font: bold 17px/22px 'PT Sans';
    color: #44464a;
    margin-bottom: 15px;
    text-transform: none;
    text-align: center;
    border-bottom: 0;
}

.pay-by-info .column {
    font: bold 14px/22px 'PT Sans';
    color: #44464a;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 45%;
    margin-bottom: 10px;
}

.pay-by-info .column span {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

.pay-by-info .column span {
    width: 70px;
}

.pay-by-info .column+.column span {
    width: 90px;
}

.pay-by .sticky div span {
    font: normal 20px/50px 'PT Sans';
}



/* ======================================= NEWS Page ================================*/

.tabs .blog-entries {
    background: 0;
}

.tabs .blog-entries li.noright {
    margin-right: 0;
}
.tabs .blog-entries li {
    width: 30%;
    height: 450px;
    margin-bottom: 10px;
    margin-right: 5%;
}
.tabs .blog-entries .readmore {
    background: black;
    color: white;
}
.tabs .blog-entries .img {
    border-color: #e9e9e9;
}
.tabs .blog-entries .annotation {
    border-bottom: 0;
    padding: 0;
}

.tabs article .blog-entries li {
    height: auto;
    margin-right: 0;
    width: 271px;
    padding-bottom: 0;
}

.tabs article .blog-entries .img-wrap {
    margin-bottom: 0;
}

.tabs article .blog-entries .img-wrap .img {
    width: 271px;
    height: 271px;
}

.blog-entry .title {
    padding-bottom: 0;
}
/* ======================================= Price Page ================================*/



.fullwidth {
    width: 100%;
}

.saloon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 560px;
    height: 159px;
    position: relative;
    margin: 0 12px 30px;
}

.saloon a {
    position: absolute;
    background: black;
    color: white;
    height: 46px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    bottom: 0;
    left: 0;
}

.pricelist {
    text-align: center;
    padding-bottom: 80px;
}

.pricelist > .title {
    text-align: left;
    padding-bottom: 35px;
}

.pricelist:after, .gallery ul:after {
    content: "";
    width: 560px;
    height: 0px;
    display: inline-block;
    margin: 0 13px;
    vertical-align: top;
}

table.prices {
    margin-bottom: 30px;
}

table.prices td {
    padding: 5px 8px;
}

table.prices td.bg {
    width: 120px;
    text-align: right;
}

table.prices tr:nth-child(2n) td {
    background: #dfbfad;
}




.gallery ul:after {
    width: 430px;
}

.saloon a:hover {
    text-decoration: none;
}

.saloon a span {
    font: normal 17px/46px 'PT Serif';
    font-style: italic;
    float: left;
    padding: 0 10px;
    color: white;
}

.saloon a span+span {
    float: right;
    font: normal 12px/46px 'PT Sans';
    font-style: normal;
}
.saloon a span+span:hover {
    text-decoration: underline;
}

.gallery ul {
    padding: 0;
    text-align: center;
}

.gallery ul li {
    width: 430px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    padding-bottom: 0;
}

.gallery ul li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    padding-bottom: 56.5%;
    margin-bottom: 0;
    border-bottom: 8px solid transparent;
    margin-bottom: -8px;
    position: relative;
      -webkit-transition: all 1s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.gallery ul li a img {
    vertical-align: top;
    position: absolute;
    top:0;
    left: 0;
}

.gallery ul li a:hover {
    border-color: #C0392B;
      -webkit-filter: contrast(110%);
      -moz-filter:    contrast(110%);
      -o-filter:      contrast(110%);
      -ms-filter:     contrast(110%);
      filter:         contrast(110%);
}

aside .more {
    height: 30px;
    font: normal 12px/30px 'PT Sans';
    background: black;
    color: white;
    display: inline-block;
    vertical-align: bottom;
    width: 97%;
    text-align: right;
    text-transform: lowercase;
    padding-right:3%;
}

/* ======================================= END Page ================================*/


/* ======================================= CONTACT PAGE  ================================ */

#map {
    width: 100%;
    height:365px;
}

#map img {
    max-width: 1000px;
    max-height: 1000px;
}

.description {
    height: 110px;
}

.contacts .col {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 0 1% 0% 3%;
    min-height: 380px;
}

.col+.col {
    border-left: 1px solid #bebdbd;
}

.addresses {
    background: #edecec;
    padding: 60px 20px 20px;
    font-size: 0;
}

.addresses .title {
    font: bold 23px/24px 'PT Serif';
    font-style: italic;
    color: black;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.addresses strong a {
    font: bold 13px/22px 'PT Serif';
    color: black;
}

.addresses strong a:hover {
    color: #C0392B;
    text-decoration: none;
}

.addresses address {
    padding-bottom: 30px;
}

.extras span {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 30px;
    margin-top: 5px;
}

.parking   {    background: url(../i/_sprite.png) -174px -5px no-repeat;    }
.coffee    {    background: url(../i/_sprite.png) -219px -5px no-repeat;   }
.tv        {    background: url(../i/_sprite.png) -270px -5px no-repeat;   }
.paybycard {    background: url(../i/_sprite.png) -321px -5px no-repeat;   }
.wifi      {    background: url(../i/_sprite.png) -369px -5px no-repeat;   }

.page.contacts {
    background: url(../i/contacts-1.jpg) center -68px no-repeat black;
    padding-top: 0;
    background-size: cover;
}

.mini-nav {
    text-align: center;
    padding: 40px 0 30px;
}

.mini-nav a, .mini-nav > div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 310px;
    height: 64px;
    background: black;
    color: white;
    font: normal 25px/64px 'PT Serif';
    font-style: italic;
}

.mini-nav a:hover, .mini-nav a.active {
    background: #c0392b;
    text-decoration: none;
}


.mini-nav a + span {
    display: inline-block;
    margin-left: 29px;
    padding-left: 30px;
    border-left: 1px solid white;
}







.contact-form > div {
    background: black;
}

.contact-form > div .col {
    width: 33%;
    color: white;
    float: left;
    text-align: center;
    border: 0 !important;
    padding-bottom: 40px;
}

.contact-form > div .col .title {
    font: normal 16px/25px 'PT Serif';
    color: white;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 40px;
}

.subtext {
    color: #d7d7d7;
    font: normal 14px/22px 'PT Serif';
}

.page.contact-us {
    background: url(../i/contacts-2.jpg) center 0 no-repeat black;
    padding-top: 0;
    background-size: cover;
}

.form {
    background: #edecec;
    margin: 0 auto;
}

.column {
    width: 47%;
    float: left;
}

.form .column + .column {
    float: right;
}

.form .title {
    font: bold 40px/42px 'PT Serif';
    color: #343434;
    text-align: center;
    font-style: italic;
    padding: 40px 0 15px;
    margin-top: 0;
}

.form p {
    color: #646464;
    text-align: center;
    font: normal 14px/24px 'PT Serif';
}

.form label span {
    color: #ff1c00;
}

.form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    height: 44px;
    border: 1px solid #dddddd;
    background: white;
    font: normal 14px/22px 'PT Sans';
    font: normal 15px/24px 'PT Serif';
    color: #525252;
    color: #c0392b;
    font-style: italic;
}

.form div.wrap-form {
    max-width: 740px;
    margin: 0px auto 20px;
}

.form {
    padding-bottom: 40px;
}

.form label,.label {
    color: #525252;
    padding-bottom: 9px;
    display: inline-block;
    vertical-align: top;
    font: normal 17px/24px 'PT Serif';
    color: #525252;
    font-style: italic;
}

.form .submit input {
    width: 190px;
    height: 40px;
    background: #c0392b;
    text-transform: uppercase;
    float: right;
    color: white;
    text-align: center;
    font: normal 14px/40px 'PT Sans';
    border: 1px solid #dddddd;
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    width: 100% !important;
    max-width: 1000px;
    background: white;
}

.form > div > div {
    margin-top: 20px;
}

.form > div > div.clear {
    margin: 0;
}

.form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #dddddd;
    resize: none;
    height: 122px;
    margin-bottom: 20px;
    font: normal 14px/22px 'PT Sans';
    color: #525252;
    font: normal 15px/24px 'PT Serif';
    color: #c0392b;
    font-style: italic;
    background: white;
}

.form .submit label {
    height: 40px;
    line-height: 20px;
    padding-bottom: 0;
    font-size: 16px;
    display: inline-block !important;
    max-width: 70%;
}

.submit {
    margin-top: 10px !important;
    border: 1px solid #dddddd;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
}

.form input:focus,
.form textarea:focus {
    border:1px solid #8c8c8c !important;
}
/* ======================================= END contact PAGE  ================================ */

.vouchers.page {
    background: url(../i/vouchers.jpg) center top no-repeat;
    padding-top: 0;
    padding-bottom: 175px;
    background-size: cover;
}

.appoint-page.vouchers.page {
    background: url(../i/appoint.jpg) center top no-repeat;
    padding-top: 0;
    padding-bottom: 175px;
    background-size: cover;
}


#generator, .check {
    max-width: 1000px;
    margin: 0 auto;
}

#generator .black, .check .black {
    padding: 20px 0;
}
 .check .black {
    padding: 50px 20px;
}

#generator .single-row p, .check .black p {
    font: normal 24px/28px 'PT Serif';
    color: white;
    font-style: italic;
    text-transform: uppercase;
}


form.check {
    padding: 0;
    text-align: center;
}

.check .black p {
     display: inline-block;
     vertical-align: middle;
 }

.check .black input[type="text"] {
    width: 280px;
    height: 54px;
    font: normal 30px/100% 'PT Serif';
    color: #1a1a1a;
    margin: 0 5%;
}


.check ::-webkit-input-placeholder   { color: #1a1a1a; font: normal 0px/54px 'PT Serif';font-style:italic;}
.check ::-moz-placeholder            { color: #1a1a1a; font: normal 0px/54px 'PT Serif';font-style:italic;}
.check :-moz-placeholder             { color: #1a1a1a; font: normal 0px/54px 'PT Serif';font-style:italic;}
.check :-ms-placeholder              { color: #1a1a1a; font: normal 0px/54px 'PT Serif';font-style:italic;}


.check.form input[type="submit"] {
    max-width: 260px;
    margin: 0;
    padding: 0;
    height: 56px;
    text-align: center;
    background: #c0392b;
    color: white;
    display: inline-block;
    vertical-align: middle;
    border-color: #c0392b;
    text-transform: uppercase;
    font: normal 20px/24px 'PT Sans';
}

.result {
    margin: 25px 20px;
    background:#d5d4d4;
}

.result > div {
    float: left;
    width: 37.5%;
}

/*
.result > div:not(.text-center) {
    width: 50%;
}
*/

.result > .border {
    border-left:1px solid black;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    margin: 0 -1px !important;
    width: 25%;
}

.text-center:not(.border) {
    border-left:1px solid black;
}


.th {
    background: #767676;
    font: normal 14px/34px 'PT Sans';
    color: white;
    text-transform: uppercase;
    border-bottom: 3px solid #edecec;
}

.td {
    background: #d5d4d4;
    padding: 14px 0;
    font: normal 14px/22px 'PT Sans';
    font-style: italic;
    text-transform: uppercase;
}

.check.form > div > div {
    margin: 0;
}

.result .text-left {
    padding-left: 20px;
}

.status {
    color: #c0392b;
}

#generator .black .right {
    max-width: 680px;
    padding-left: 30px;
    border-left: 1px solid white;
}

#generator .black  .right ul li {
    background: white;
    float: left;
    width: 202px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#generator .black .right ul li input {
    margin-left: 10px;
    vertical-align: middle;
}

#generator .black label {
    padding: 0;
    vertical-align: middle;
}
#generator .black input {
    width: auto;
    height: auto;
}

.appoint-page #generator .datepicker {
    margin-top: 0;
}

.custom-sum {
    text-align: center;
}

.black {
    background: black;
    position:relative;
}




.ffSelectWrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px 15px;
    box-shadow: 0;
    display: inline-block;
    font: normal 14px/32px 'PT Sans';
    color: #44464a;
    height: 32px;
}

.ffSelectWrapper select {
    opacity: 0;
    left: -99999px;
    position: absolute;
}

.ffSelectWrapper {
    padding: 0;
    width: 185px;
}

.ffSelect a{
    display: block;
    padding: 0 10px;
    font: normal 11px/27px Arial;
    white-space: nowrap;
    overflow: hidden;
    color: #355B76;
}

.ffSelect a span {
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
}


.ffSelectMenuWrapper {
    background: white;
    border: 1px solid #929292;
    width: 100%;
    border-top: 0;
    margin-top: -1px;
    margin-left: -1px;
    max-height: 190px;
    overflow: auto;
}

.ffSelectMenuWrapper ul span {
    display: block;
    padding: 0 10px;
    cursor: pointer;
}

.col .ffSelectMenuWrapper ul span {
    line-height: 20px;
    padding: 5px 10px;
}

.col .ffSelectMenuWrapper {
    max-height: 240px;
}

#setCurrent {
    display: block;
    font: normal 14px/22px 'PT Serif';
    margin-top: 3px;
    font-style: italic;
    text-align: center;
    color: black;    
}

#dvDistance,#dvDuration {
    padding: 0;
    display: inline;
}
#from+b {
    font-size: 15px;
    font-weight: normal;
    font-family: 'PT Serif';
    text-align: center;
    display: block;
    padding: 12px 0 3px;
    font-style: italic;    
}

.ffSelectMenuWrapper ul li:hover {
    background: rgb(53,91,118);
    background: rgba(53,91,118,0.14);
}

.ffRadio, ffCheckbox {
   cursor: pointer;
}

.bigradio .ffRadio {
    width: 22px;
    height: 22px;
    background: white;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}

#generator .bigradio a {
    font: bold 17px/22px 'PT Serif';
    font-style: italic;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.on.bigradio .ffRadio {
    background: url(../i/_sprite.png) -485px center no-repeat white;
}

.black .left p {
    font: bold 24px/24px 'PT Serif';
    font-style: italic;
    color: white;
    text-align: center;
    display: block;
    clear: both;
}

#generator .single-row p:first-child {
    margin: 20px 0;
}

.custom-sum, .shiny.ffSelectWrapper {
    background: white;
    border: 0;
    border-radius: 0;
    width: 210px;
    height: 54px;
    position: relative;
    margin: 20px 0;
    display: inline-block;
    vertical-align: middle;
}

#generator .single-row  .shiny.ffSelectWrapper + p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px;
    text-transform: lowercase;
}


.shiny .ffSelectButton:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 30px;
    height: 20px;
    bottom: 16px;
    background: url(../i/_sprite.png) -515px center no-repeat white;
}
.shiny .ffSelect a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    font: normal 30px/54px 'PT Serif';
    color: #1a1a1a;
    font-style: italic;
    text-align: center;
}

.black .left {
    margin-left: 40px;
}

#generator .black .custom-sum {
    width: 210px;
    height: 54px;
    line-height: 18px;
    border: 0 !important;
}

.black .right ul {
    display: inline-block;
    margin-top: 20px;
}

.ffCheckbox, .ffRadio {
    width: 17px;
    height: 17px;
    background: url(../i/_sprite.png) -459px center no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: -2px 5px 0 10px;
}

.ffRadioWrapper a, .ffCheckboxWrapper a {
    color: black;
    text-decoration: none;
    font: normal 14px/30px 'PT Serif';
    font-style: italic;
    vertical-align: middle;
    display: inline-block;
    width: 170px;
}

.on .ffCheckbox, .on .ffRadio {
    background: url(../i/_sprite.png) -429px center no-repeat;
}

#generator .column {
    margin-top: 10px;
}

.column textarea {
    margin-bottom: 0;
}

#datepicker {
    width: 150px;
    line-height: 20px;
    height: 44px;
    text-align: right;
    background: url(../i/datepicker.png) 8px center no-repeat white;
}

.datepicker {
    margin-top: 20px;
    margin-bottom: 20px;
}

.datepicker > span {
    font: normal 13px/22px 'PT Sans';
    color: #707070;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#generator label {
    display: block;
}

.faq {
    cursor: help;
}

hr {
    width: 100%;
    background: #dddddd;
    height: 1px;
    border: 0;
    display: block;
    clear: both;
    margin: 20px 0;
}

.form .city {
    width: 215px;
}

.form .pk {
    width: 110px;
}

.column .left+.left {
    margin-left: 20px;
}

.bottom-block {
    margin-top: 10px;
}

.column textarea {
    height: 131px;
}

.ffCheckboxWrapper.standard {
    margin-bottom: 15px;
}

.ffCheckboxWrapper.standard a, .ffRadioWrapper.standard a {
    font: bold 17px/22px 'PT Serif';
    font-style: italic;
    color: #c0392b;
}

.ffCheckboxWrapper.standard .ffCheckbox,
.ffRadioWrapper.standard .ffRadio {
    width: 22px;
    height: 22px;
    background-color: #b7b7b7;
    margin-right: 10px;
}

.ffCheckboxWrapper.standard.on .ffCheckbox,
.ffRadioWrapper.standard.on .ffRadio {
    background-position: -427px -8px;
}

.column80.bottom-block textarea {
    width: 73%;
}

.column80.bottom-block .right {
    width: 25%;
    background: black;
    color: white;
    text-align: center;
    height: 122px;
}

.column80.bottom-block .right p {
    font: normal 15px/18px 'PT Serif';
    color: white;
    text-transform: uppercase;
    padding: 15px 0;
}

.column80.bottom-block {
    font: normal 30px/32px 'PT Serif';
    font-style: italic;
}

.note {
    font: normal 13px/16px 'PT Serif';
    color: #707070;
    margin: 20px 0;
    font-style: italic;
}

.gift-address {
    opacity: 0.5;
}

.is-paper a {
    width: auto;
}

.is-paper.on + .gift-address {
    opacity: 1;
}

.paymethods {
    padding: 15px 0;
}

.paymethods > div {
    float: left;
    width: 110px;
    text-align: center;
}

.paymethods div:nth-child(n+3) .standard a, .paymethods div:nth-child(n+5) .standard a {
    padding-top:5px;
}

.paymethods .standard a {
    width: 110px;
    text-transform: uppercase;
    color: #707070;
    font: bold 12px/16px 'PT Serif';
    font-style: italic;
    padding-top:10px;
    display: block;
}












.control.shiny.pk .ffSelect a span{
    text-align: center;
}

select {
    font-size: 14px;
}

#amount_select {
    width: 100%;
    height: 34px;
    font-size: 22px;
    margin: 10px 0;
}

.shiny.control {
    margin: 0;
    width: 100%;
    height: 44px;
    border: 1px solid #DDD;
}

.shiny.control .ffSelect a span {
    font: normal 15px/44px 'PT Sans';
    color: #c0392b;
    font-style: italic;
    text-align: left;
}
.shiny.control .ffSelectButton:after {
    bottom: 11px;
}

.pk.column {
    width: 161px;
    margin-top: 0 !important;
}

.shiny.control.timepicker {
    margin-left: 10px;
    width: 160px;
    height: 42px;
    vertical-align: top;
}
.italic {
    font-style: italic !important;
}
/*
div.timepicker {
    width: 150px;
    line-height: 42px;
    text-align: center;
    background: white;
    border: 1px solid #DDD;
    display: inline-block;
    vertical-align: top;
    font: normal 15px/42px 'PT Sans';
    font-style: italic;
    color: #c0392b;
    text-transform: uppercase;
    position: relative;
}
*/

.timepicker .icon, .shiny.control.timepicker .ffSelect:before {
    background: url(../i/_sprite.png) -974px center no-repeat;
    width: 35px;
    height: 42px;
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    content: "";
}

.timepicker.shiny .ffSelect a span {
    width: auto;
}

.shiny.control.timepicker .ffSelect a span {
    padding-left: 36px;
}

.shiny.timepicker .ffSelectButton:after {
    background: url(../i/_sprite.png) -1030px center no-repeat;
    right: 0;
}

/*
.timepicker a {
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    background: url(../i/_sprite.png) -1036px -6px no-repeat;
}

.timepicker a.up {
    top:3px;
    right: 3px;
}

.timepicker a.down {
    background-position: -1036px -21px;
    bottom: 3px;
    right: 3px;
}
*/









/* END APPOINTMENT AND VAUCHER */



/* ---- Templates Preview ---- */
div#templates-preview {
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #3C6C07;
	padding: 0px;
	margin-bottom: 10px;
	z-index: 98710;
	text-align: left;
	opacity: 1;
	font-size: 11px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	text-indent: -9999px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 20px;
}
div#templates-preview:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
	width: auto;
	height: auto;
	padding: 10px;
	text-indent: 0;
	cursor: help;
	background-color: #F1F1F1;
}

div#templates-preview span {
    color: red;
    text-transform: uppercase;
    font: normal 10px/12px 'PT Sans';
}

div#templates-preview a:hover {
	color: black;
	text-decoration: underline;
}


.mobile {
    display: none;
}

#navbtn {
    display: none;
}

#navbtn + label {font-size: 0;}

.small #navbtn + label {
    height: 49px;
    line-height: 49px;
}

.show480 {
    display: none;
}

nav li.mobile.vauchers {
    border-top: 1px solid white;
}

.no-content {
    margin: 25px 30px 40px;
    color: #464646;
    font: normal 13px/22px Arial;
}

.hidden {
    display:none;
}

#error {
    position: fixed;
    top: 100px;
    right: 20px;
}
#error span {
    background: transparent;
    margin: 0;
    padding: 0;
}

#error .msg {
    margin-right: 10px;
}
#error .close {
    float: right;
    width: 16px;
    height: 16px;
    background: url('images/ui-icons_c0392b_256x240.png') -96px -128px;
    margin-top: 5px;
    cursor: pointer;
}
#min_amount_warning {
    color: #DBBA00;
    display:none;
    font-size: 16px;
}

th.ui-datepicker-week-end+.ui-datepicker-week-end,
td.ui-datepicker-week-end+.ui-datepicker-week-end {
    display: none;
}

#ui-datepicker-div {
    z-index: 20 !important;
}

.gsc-search-box > .gsc-input {
    display: block;
}

.gsc-input-box {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input {
    color: #060303 !important;
    border: 0 !important;
    background: 0 !important;
    font: normal 40px/42px 'PT Sans' !important;
    height: auto !important;
    display: block !important;
    margin-left: 10px !important;
    width: 100% !important;
    padding-left: 55px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gsib_a,
.gsib_b {
    border-bottom: 1px solid #060303;
}
.gsc-control-cse.gsc-control-cse-bg {
    background: transparent !important;
    border:0 !important;
    height: 53px !important;
    padding: 0 !important;
}

.gsst_a .gscb_a {
    color: black !important;
}

table.gsc-search-box td.gsc-search-button input {
    border: 0;
    width: 60px;
    height: 55px;
    background: url(../i/search-btn.png) left center no-repeat #EACDBF;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    opacity: 0 !important;
    z-index: 300;
}

table.gsc-search-box td.gsc-search-button:before {
    background: url(../i/search-btn.png) left center no-repeat #EACDBF;
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 62px;
    height: 55px;
}

.gsc-results-wrapper-overlay {
    width: auto !important;
    height: 90% !important;
    left: 5% !important;
    right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

@media screen and (max-width:1250px) {
    html>body .gsc-inline-block  {
        width: 100px !important;
    }
}

.gsc-results-close-btn {
    top: 26px !important;
    right: 10px !important;
}

.gsc-results-wrapper-overlay {
    padding-top: 10px !important;
}

body.gsc-overflow-hidden .search-fancy .fancybox-close {
    display: none;
}

.gsc-control-cse > div {
    position: relative !important;
}

/*
.lang-bg .gsc-search-box-tools .gsc-search-box .gsc-input .gsib_a:after {
    display: block;
    content: "Търсене";
    font: normal 40px/42px 'PT Sans' !important;
    color: white;
    position: absolute;
    left: 74px;
    top:0;
}
*/

.gsc-modal-background-image {
    background: rgba(0, 0, 0, 0.85) !important;
}

.gsc-control-wrapper-cse {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.gsib_a {
    padding-top: 0 !important;
    position: relative;
}

.gsc-input .gsc-input-box  {

}

/* vvvvvvvvvvvvvv < MEDIA QUERIES > vvvvvvvvvv */



@media screen and (max-width:1320px) {
    .promo-period {
        right: 195px;
    }
}
@media screen and (max-width:1250px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .center {
        width: 100%;
        padding: 0 20px;
    }
    .promo-period {
        width: 110px;
    }
    .blog-entries .readmore {
        width: 84px;
    }
    .saloons > .center {
        background-size: 50%;
        background-position: 10px 30px;
    }
    nav {
        width: 79%;
    }
    #search-panel {
        padding: 22px 20px;
    }
    #search-panel input+input {
        margin-left: 0;
        width: 90%;
    }
    .content {
        float: none;
        margin-left: 280px;
        position: relative;
        width: auto;
    }
    .content.fullwidth {
        margin-left: 0;
    }
    .tabs .pagination {
        height: auto;
    }
    .tabs .pagination li, .tabs .pagination li a {
        width: 100%;
    }
    .tabs > .title {
        font-size: 30px;
        line-height: 32px;
    }
    .tabs .pagination li a {
        height: auto;
        line-height: 18px;
        padding: 4px 20px;
        min-height: 32px;
        margin-right: 0;
    }
    .tabs article {

    }
    aside .more {
        width: 100%;
    }
    .ajax-pagination a, .ajax-pagination span {
        width: 34px;
        height: 34px;
    }
    .contacts .col {
        width: 25%;
    }
    #generator .black .right {
        max-width: 710px;
    }
    .pay-by .order-info > img {
        max-width: 60px;
        max-height: 60px;
    }
    .content {
        overflow: hidden;
    }
    .tabs .pagination li a {
        line-height: 24px;
    }
}


@media screen and (max-width:1200px) {/* fall of Main Menu */
	.warning {
		font-size: 12px;
	}
	
    #social-bar {
        display: none;
    }
    .logo {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    /* make header small */
    header {
        height: 49px;
    }

    header .logo {
        margin-top: 0;
        width: 301px;
        height: 48px;
        background: url(../i/logo35p.png) center center no-repeat transparent;

    }

    header .logo img {
        opacity: 0;
         -webkit-transition: all 0.2s linear;
         -moz-transition: 	 all 0.2s linear;
         -o-transition: 	 all 0.2s linear;
         transition: 		 all 0.2s linear;
    }

    header .search-btn {
        height: 49px;
        background-position: -44px 5px;
    }

    header .lang {
        padding: 13px 0;
    }

    header .vouchers-btn {
        padding-top: 20px;
        background-position: 13px -5px;
    }



    nav {
        top:0px;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        position: fixed;
        width: 0;
        height: auto;
        overflow: auto;
        margin-top: 49px;
        height: 0;
        width: 0;
        -webkit-transition: all 0.2s linear;
         -moz-transition: 	 all 0.2s linear;
         -o-transition: 	 all 0.2s linear;
         transition: 		 all 0.2s linear;

    }
    nav ul {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    #navbtn + label {
        display: block;
        float: right; 
        height: 49px;
        font: normal 20px/49px 'PT Sans';
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        cursor: pointer;
        z-index: 9999;
        position: relative;
    }
    #navbtn + label:hover {
        color: #C0392B;
    }

    #navbtn:checked ~ label {
        width: 100%;
        text-align: right;
        background: black;
        color: #C0392B;
        padding-right: 0px;
        /* position: fixed; */
        left: 0;right: 0;
    }

    #navbtn:checked ~ nav {
        display: block;
        width: 100%;
        height: auto;
    }

    #navbtn:checked ~ .logo {
        position: absolute;
        top:0;
        left: 20px;
        z-index: 99999;
    }

    nav .mobile {
        display: block;
    }
    nav li {
        display: block;
        float: none !important;
        width: 100%;
    }
    header > .center > .right {
        display: none;
    }
    nav > ul > li > a {
        padding: 10px 20px;
        width: 100%;
        border-bottom: 0 !important;
        text-align: center;
        font-size: 16px;
        line-height: 100%;
    }
    nav ul li:hover a + ul.submenu {
        display: none;
    }
    nav > ul > li > a:hover {
        background: whitesmoke;
    }
    .push-head {
        height: 49px;
    }
}


@media screen and (max-width:1150px) {
    footer li {
        margin-right: 8px;
    }
    footer li a {
        font: 300 14px/19px 'PT Sans'
    }
}
@media screen and (max-width:1080px) {
    .price-wrap {
        margin-top: 20px;
    }
    .promo-period {
        bottom: -100px;
        right: 60px;
    }
    .blog-entries li {
        width: 100%;
    }
    .blog-entries li a {
        float: left;
        margin-right: 20px;
    }
    .blog-entries li .annotation {
        display: block;
        border-bottom: 0;
    }
    .blog-entries .img {
        width: 150px;
        height: 150px;
    }
    .blog-entries .title {
        margin-top: 10px;
        overflow: hidden;
    }
    .main {
        background-position: -900px top;
    }
    .saloons > .center {
        background: url(../i/saloons-1080.jpg) 5% center no-repeat;
        background-size: 30%;
    }
    .tabs .blog-entries li {
        height: auto;
        width: 100%;
        margin-right: 0;
    }
    #generator .black .right, #generator .black .left {
        max-width: 1710px;
        border: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 20px;
        width: 100%;
        text-align: left;
    }
    .black .left p {
        margin: 0 20px;
        text-align: left;
    }
    .e404 {
        background-position: -50% center;
    }

}

@media screen and (max-width:1024px) {
    footer .center > .right {
        display: none;
    }
    footer p.left {
        width: 100%;
        float: none;
        text-align: center;
    }
    .contacts .col {
        width: 49%;
    }
    .col+.col {
        border: 0;
    }
    .check .black p {
        display: block;
        margin-bottom: 20px;
    }
    .pay-by .left, .pay-by .right {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
    }
}


@media screen and (min-width:920px) { /* rise of aside */
    aside ul.shown {
        display: block !important;
    }


}
@media screen and (max-width:920px) { /* fall of aside */
	.appoint {display: none;}
    aside {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
    aside ul li a {
        padding: 10px 20px;
    }
    .content {
        margin: 0;
    }

    aside > .title {
        cursor: pointer;
    }
    aside > .title:before {
        content: "";
        height: 4px;
        box-shadow: 0 18px 0 0 #fff, 0 9px 0 0 #fff;
        background: #fff;
        display: block;
        width: 30px;
        float: right;
        margin-right: 10px;
        position: relative;
        bottom: -2px;
    }
    aside > ul {
        display: none;
    }
    aside .more {
        text-align: left;
        padding-left: 20px;
        background: #4B4B4B;
    }
    .contact-form > div .col {
        width: 100%;
        padding-bottom: 20px;
    }
    .contact-form > div .col .title {
        margin: 20px 0 0;
    }
    .form .title {
        font-size: 30px;
        line-height: 35px;
    }
    .column {
        width: 100%;
        float: none !important;
    }
    .form div.wrap-form {
        width: 100%;
        padding: 0 20px;
    }
    .form p {
        padding: 0 20px;
    }
    .paper-or-mail .ffRadioWrapper {
        width: 100%;
        margin-bottom: 10px;
    }
    .error404 div div{
        font-size: 105px;
        line-height: 140px;
    }
    .error404 div p {
        font-size: 25px;
        line-height: 34px;
    }
    .e404 {
        background-position: -0% center;
    }
    .page > .center {
        padding: 0;
    }
    aside > .title:after {
        right: 0;
        left: 0;
        top:auto;
        bottom: -13px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .tabs .pagination {
        padding: 0 0px;
    }
    .tabs .pagination li a {
        line-height: 20px;
    }
    .tabs article.slide {
        margin: 25px 20px 40px;
    }
}


@media screen and (max-width:860px) {
}

@media screen and (max-width:768px) {
	.warning + header {
		top:30px;
	}
    .saloons > .center {
        background: 0;
    }
    .saloons > .center > .right {
        width: 100%;
        margin: 0;
    }
    #saloons .pagination a {
        margin-right: 10px;
    }
    .slide .sub-title, .slide .title {
        width: 52%;
    }
    .slide .title {
        font-size: 30px;
        line-height: 35px;
    }
    .slide .sub-title {
        font-size: 17px;
        line-height: 20px;
    }
    .price-wrap {
        width: 47%;
    }
    .pl-top span {
        font-size: 24px;
        line-height: 28px;
    }
    .pl-bottom {
        font-size: 24px;
        line-height: 28px;
    }
    .pl-bottom span {
        font-size: 30px;
        line-height: 28px;
    }
    .pl-bottom p {
        margin-top: 0;
    }
    .price-baloon {
        min-width: 200px;
        min-height: 180px;
    }
    .category .title {
        font-size: 45px;
        padding-top: 42px;
    }
    .mini-nav > * {
        display: block;
        border: 0 !important;
        padding: 0;
        margin-bottom: 20px;
    }
    .mini-nav a + span {
        padding: 0;
        margin: 0;
    }
    .mini-nav a, .mini-nav > span {
        width: 100%;
    }
    .submit {
        text-align: center;
        height: auto;
    }
    .form .submit label {
        display: block !important;
        height: auto;
        line-height: 20px;
        max-width: 10000px;
    }
    .form .submit input {
        float: none;
        margin-top: 10px;
    }
}

@media screen and (max-width:746px) {
    .e404 {
    background: 0;
    }
    .error404 div {text-align: center;}
    .error404 div div {
        max-width: 1000px;
    }
    #generator .shiny.ffSelectWrapper + p {
        display: block;
    }
    .check .black input[type="text"] {
        display: block;
        border: 0;
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        max-width: 10000px;
    }
    .check.form input[type="submit"] {
        display: block;
        width: 100%;
        max-width: 10000px;
    }
    .result > div, .result > div:not(.text-center), .result > .border {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        border: 0 !important;
        margin: 0 !important;
    }
    .result .text-left {
        text-align: center !important;
    }
}

@media screen and (min-width:680px) and (max-width:1080px) {
    .shiny, .custom-sum, .black .left p {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .bigradio {
        text-align: left;
    }

}
@media screen and (max-width:680px) {
		.warning + header {
		top:50px;
	}

    .main > .center {
        background: rgba(255, 255, 255, 0.8);
    }
    .blog-entries > .center > .title {
        margin-top:0;
    }
    .category .title {
        width: 100% !important;
    }

    .gallery ul li {
        width: 100%;
        margin: 0 0 10px;
    }
    .saloon {
        width: 100%;
        margin: 0 0 15px;
    }
    .pricelist:after, .gallery ul:after {
        width: 100%;
        margin: 0;
    }
    .appoint {
        display: none;
    }
    .pay-by-info .column {
        width: 100%;
    }
    .pay-by {
        display: block;
    }
    .easypay-code {
        padding: 10px;
    }
    #generator .black .custom-sum,
    .shiny.ffSelectWrapper {
        width: 100%;
    }
    .captcha > input {
        width: 100% !important;
    }
    .captcha > img {
        margin: 0 auto;
    }
    .shiny.control.timepicker {
        width: 100%;
        margin: 0;
    }
    .timepicker .icon, .shiny.control.timepicker .ffSelect:before {
        background: url(../i/_sprite.png) -967px center no-repeat;
        width: 40px;
    }
    #datepicker {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:550px) {
    .page > .center {
        /* padding: 0; */
    }
    .page.contacts,
    .page.contact-us {
        background: transparent !important;
    }

    .slide .sub-title, .slide .title, .price-wrap {
        width: 100%;
    }
    .price-wrap {
        text-align: left;
    }
    .price-baloon {
        min-height: 150px;
        min-width: 170px;
    }
    .pl-bottom {
        padding-top: 15px;
    }
    .promo-period {
        right: 0px;
        bottom: 20px;
    }
    #slider {
        border-bottom-width: 26px;
    }
    #slider .pagination {
        bottom: -18px;
    }
    .contacts .col {
        width: 100%;
        padding: 0;
        min-height: 100px;
        text-align: center;
    }
    .tabs > .title {
        font-size: 24px;
        line-height: 27px;
        padding-bottom: 15px;
    }

    .shiny.ffSelectWrapper, #generator .black .custom-sum {
        width: 100%;
    }
    .black .left p {
        margin: 0;
        text-align: center;
    }
    #generator .black .right ul li .ffRadio,
    #generator .black .right ul li .ffCheckbox {
        float: left;
        margin-top: 5px;
    }
    #generator .black .right ul li .ffRadioWrapper a,
    #generator .black .right ul li .ffCheckboxWrapper a{
        display: block;
        width: auto;
    }
    #generator .black .right ul li {
        width: 100%;
        margin-right: 0;
    }

    .form .wrap-form input, #datepicker {
        width: 100%;
        margin-right: 0;
    }
    .datepicker > span {
        margin-top: 3px;
    }
    .column .left {
        float: none;
    }
    .column .left + .left {
        margin-left: 0;
        margin-top: 10px;
    }
    .column80.bottom-block textarea, .column80.bottom-block .right {
        width: 100%;
    }
    .paymethods > div {
        float: none;
        width: 100%;
    }
    .paymethods .ffCheckboxWrapper.standard .ffCheckbox,.paymethods .ffRadioWrapper.standard .ffRadio {
        margin-top: 10px;
        float: left;
    }
    .paymethods .standard {
        height: 50px;
        line-height: 50px;
    }
    .paymethods .standard a {
        display: block;
        width: auto;
        padding-top: 12px;
        text-align: left;
    }
    .column80.bottom-block .right {
        height: auto;
        padding-bottom: 15px;
    }
    .addresses {
        display: flex;
        flex-direction: column;
    }
    .contacts .col {order: 2;}
    .contacts .col:nth-child(4){
        order: 1;
    }    

}

@media screen and (max-width:480px) {
	
	.warning ~ .promo .slide .title {
		padding-top: 60px;
	}
	
    #navbtn:checked ~ label { padding-right: 15px; width: auto !important; right: 15px !important;}
    header .logo {
        background: url(../i/favicon.png) center center no-repeat transparent !important;
        background-size: contain !important;
        width: 48px !important;
        float: left !important;
        right: auto !important;
        left: 0 !important;
    }
    .main {
        background-size: auto;
        background-position: -760px top;
    }
    .blog-entries {
        background: #d7b9a8;
    }
    .tabs .blog-entries li {
        padding: 0 20px;
    }
    .blog-entries li {
        width: 100%;
        margin-right: 0 !important;
    }
    .tabs ul.list {
        padding: 0;
    }
    .list article h2 a {
        border-bottom: 0 !important;
        font-size: 18px;
    }
    .blog-entries li a {
        float: none;
        margin-right: 0px;
    }
    .blog-entries li .annotation {
        display: block;
        border-bottom: 0;
    }
    .blog-entries .img-wrap {
        text-align: center;
    }
    .blog-entries .img {
        width: 100%;
        max-width: 261px;
        max-height: 261px;
        height: auto;
    }
    .blog-entries .title {
        margin-top: 10px;
        overflow: hidden;
    }
    .logo {
        width: 100%;
        float: none;
        text-align: left;
        margin:0px;
    }
    .logo img {
        margin: 0px;
        width: 80%;
        display: inline-block;
        vertical-align: middle;
    }
    .logo:after {
        display: inline-block;
        vertical-align: middle;
        height: 68px;
        content: "";
    }
    #navbtn + label {
        position: absolute;
        top:0;
        right: 20px;
    }
    footer p.left {
        line-height: 22px;
    }
    .show480 {
        display: block;
    }
    #main {
        padding-bottom: 106px;
    }
    footer {
        margin-top: -106px;
        height: auto;
    }
    #saloons .pagination a {
        font-size: 15px;
        margin-right: 7px;
    }
    #navbtn:checked ~ label {
        width: 50px;
        padding: 0;
        margin: 0;
        right: 0;
        left: auto;
        text-align: center;
        z-index: 100000;
    }
    #navbtn:checked ~ .logo {
        position: relative;
        left: 0;
    }
    #navbtn + label {
        right: 20px;
        font-size: 25px;
    }
    .pricelist {
        padding-bottom: 0;
    }
    .saloon {
        height: auto;
        min-height: 120px;
    }
    .tabs > .title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .tabs article .blog-entries, .tabs article .blog-entries .img-wrap, .tabs article .blog-entries .img-wrap .img, .tabs article .blog-entries li, .tabs article .blog-entries.right ul{
        width: 100%;
        height: auto;
    }
    .easypay-code {
        font-size: 20px;
    }
    .mini-nav a, .mini-nav > div {
        width: auto;
        padding: 0 30px;
    }
    .slide address {
        padding-right: 3%;
    }
    .slide address a {
        word-break: break-word;
    }

}


@media screen and (max-width:450px) {
}

@media screen and (max-width:410px) {
}

@media screen and (max-width:390px) {

}

@media screen and (max-width:360px) {
    .blog-entries .img {
        border: 0;
    }
}


@media screen and (max-width:320px) {

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /*ipads*/

}

@media screen and (min-width:0\0) {
    .logo {
        margin-left: auto;
    }
    header .center > div.right {
        margin-top: -60px;
    }
    #slider .pagination {
        width: 100%;
        max-width: 10000px;
    }
}

