@font-face {
	font-family: 'Museo Slab';
	src: url('../fonts/museo_slab_300-webfont.woff2') format('woff2'),
		url('../fonts/museo_slab_300-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Museo Slab';
	src: url('../fonts/museo_slab_700-webfont.woff2') format('woff2'),
		url('../fonts/museo_slab_700-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
body{
	font:18px/35px 'Museo Slab', Helvetica, sans-serif;
	min-width: 320px;
	color:#fff;
	background:#252527;
}
img{border-style: none;}
a{
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:inherit;
	text-decoration:none;
}
a:active,
a:focus,
a:hover{
	outline: none;
	text-decoration:none;
	color:inherit;
}
a:hover {color:#c80000;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
::-moz-placeholder,
:-moz-placeholder {opacity: 1;}
::-moz-placeholder {color: #4d4d4d;}
:-ms-input-placeholder {color: #4d4d4d;}
::-webkit-input-placeholder {color: #4d4d4d;}
#wrapper {
	overflow:hidden;
	position:relative;
	min-height:100vh;
}
#wrapper:before {
	position:fixed;
	left:0;
	top:0;
	content:'';
	background:url(../images/bg-page.jpg) no-repeat;
	background-size:cover;
	background-position:50% 50%;
	width:100vw;
	height:100vh;
	bottom:0;
	right:0;
	z-index:-1;
}
.animation-top {
	-webkit-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
	-webkit-transform: translate(0, 25%);
	transform: translate(0, 25%);
}
.animation-top.active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
h1 {
	font:700 50px/54px 'Museo Slab', Helvetica, sans-serif;
	margin:0 0 20px;
}
h2 {
	font:700 30px/34px 'Museo Slab', Helvetica, sans-serif;
	margin:0 0 20px;
}
h3 {
	font:700 24px/28px 'Museo Slab', Helvetica, sans-serif;
	margin:0 0 15px;
}
h4 {
	font:700 22px/26px 'Museo Slab', Helvetica, sans-serif;
	margin:0 0 15px;
}
h5 {
	font:700 20px/24px 'Museo Slab', Helvetica, sans-serif;
	margin:0 0 15px;
}
h6 {
	font:700 18px/22px 'Museo Slab', Helvetica, sans-serif;
	margin:0 0 15px;
}
.btn {
	vertical-align:top;
	outline:0 !important;
	font:700 24px/30px 'Museo Slab', Helvetica, sans-serif;
	padding:20px;
	border-radius:0;
	min-width:253px;
}
.flex-row {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flex-row:after,
.flex-row:before {display:none;}
.flex-box {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.flex-box > * {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.flex-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.v-center {
	-webkit-align-items:center;
	align-items:center;
}
.btn-default {
	color:#fff;
	background:none;
	border-color:#fff;
	position:relative;
}
.btn-default.btn-marg {
	margin-top: 30px;
}
.btn-default:before {
	position:absolute;
	content:'';
	z-index:-1;
	left:0;
	top:0;
	right:100%;
	bottom:0;
	background:#fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	visibility:hidden;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:hover {
	color:#282628;
	background:none;
	border-color:#fff;
}
.btn-default:active:before,
.btn-default.active:before,
.open > .dropdown-toggle.btn-default:before,
.btn-default:focus:before,
.btn-default.focus:before,
.btn-default:active:hover:before,
.btn-default.active:hover:before,
.open > .dropdown-toggle.btn-default:hover:before,
.btn-default:active:focus:before,
.btn-default.active:focus:before,
.open > .dropdown-toggle.btn-default:focus:before,
.btn-default.focus:active:before,
.btn-default.active.focus:before,
.open > .dropdown-toggle.btn-default.focus:before,
.btn-default:hover:before {
	right:0;
	visibility:visible;
}
@-webkit-keyframes anim-btn-menu1 {
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes anim-btn-menu1 {
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes anim-btn-menu2 {
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes anim-btn-menu2 {
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
/* header */
.page-id-1964 #location-picker, .page-id-1969 #location-picker {
	display: none !important;
}
.single div.txt-center {
	text-align: center;
}
.single div.call-to-action {
	margin-bottom: 45px;
}
/* Fixed Header*/
#header {
	padding:15px 0 0;
	position:relative;
	z-index:200;
	-webkit-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	opacity:0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#header.active {
	opacity:1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#header .container {max-width:1120px;}
#header .logo {
	float:left;
	width:168px;
	height:54px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.svg) no-repeat;
	margin:10px 30px 10px 0;
}
#header .logo.logo-both {
	width: 235px;
	background:url(../images/logo-both.svg) no-repeat;
}
#header .logo a {
	display:block;
	height:100%;
}
#header .phone {
	float:left;
	padding:12px 0 8px 24px;
	margin:17px 0 0;
	font-size:22px;
	line-height:1;
	border-left:1px solid #b49258;
}
.nav-bar {text-align:right;}
.nav-bar ul {list-style:none;}
.nav-bar ul li {
	display:inline-block;
	vertical-align:top;
}
.nav-bar ul li.languages a {
	display: inline-block;
	position: relative;
	padding: 0px 8px;
}
/*
.nav-bar ul li.languages a.de {
	display: none !important;
	visibility: hidden !important;
}

*/
.nav-bar ul li.languages a + a:before {
    content: "/";
    position: absolute;
    left: -3px;
    top: 0;
    display: inline-block;
}
.extra-nav {
	font-size:14px;
	line-height:20px;
	margin:0 0 15px;
	padding:0;
}
.extra-nav li {margin-left:22px;}
.extra-nav .active {font-weight:bold;}
.extra-nav ul {
	display: inline-block;
    margin: 0px;
    padding: 0px;
}
#main-nav {
	margin:0 -6px 0 0;
	padding:0;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
#main-nav > li {margin:0 0 0 22px;}
#main-nav > li > a {
	display:block;
	padding:0 6px 19px;
	position:relative;
	color:inherit;
}
#main-nav > li > a:before {
	position:absolute;
	content:'';
	left:50%;
	bottom:0;
	right:50%;
	height:3px;
	background:#c80000;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#main-nav > li.active > a:before,
#main-nav > li:hover > a:before {
	visibility:visible;
	left:0;
	right:0;
}
/* end header */
/* Fixed Header*/
.fixed-nav #header {
	position: fixed;
	width: 100%;
	background: url(../images/bg-page.jpg) no-repeat #282628;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    left: 0;
    right: 0;
}
#wrapper.fixed-nav {
	margin-top: 95px;
}
/* End Fixed Header */
.social-section .social-header p {
	text-align: center;
}
/* main-banner with slider 1/3 */

/* End main-banner with slider 1/3 */
.main-banner.withslider {
	width: 66.666%;
	float: left;
	border-right: 3px solid #fff; 
}
.top-slider {
	width: 33.333%;
	float: left;
    border-bottom: 3px solid #fff;
    position: relative;
    z-index: 30;
}
.top-slider .bg-img {
	height: 706px;
	width: 100%;
}
.top-slider .slick-dots {
	bottom: 6px;
}
.top-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots li button:before {
	color: #fff;
	opacity: 1;
}
section.top-section:before, section.top-section:after {
	content: '';
	display: table;
}
section.top-section:after {
	clear: both;
}

/* main-banner */
.main-banner {
	height:709px;
	border-bottom:3px solid #fff;
	z-index:1;
	position:relative;
	z-index:30;
}
.main-banner .img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background-size:cover;
	background-position:50% 50%;
	width: 100%;
}
.main-banner .img > img {display:none;}
.button-playlist {
	position:fixed;
	background:url(../images/bg-button-playlist.png) no-repeat;
	width:137px;
	height:167px;
	right:0;
	top:50%;
	margin:-70px 0 0;
	padding:13px 0 0 24px;
	font-size:24px;
	line-height:28px;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-transform: translate(99%, 0) scale(1);
	transform: translate(99%, 0) scale(1);
	opacity:0;
	z-index:100;
}
.button-playlist.active {
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	opacity:1;
}
.page-template-page-menu .button-playlist.active {
	opacity: 0;
	display: none;
	visibility: hidden;
} 
.button-playlist a {
	display:block;
	height:120px;
	vertical-align:bottom;
	display:table-cell;
	width:1%;
	padding:0 5px 10px 20px;
	color:inherit;
}
.button-playlist a small {
	display:block;
	font-size:12px;
	line-height:14px;
}
.main-banner figcaption {
	position:absolute;
	left:50%;
	z-index:10;
	bottom:0;
	padding:0 0 192px 20px;
	max-width:490px;
	line-height:30px;
}
/*
.main-banner figcaption:before {
	position:absolute;
	content:'';
	left:99px;
	bottom:52px;
	width:101px;
	height:57px;
	background:url(../images/arrow-01.svg) no-repeat;
	-webkit-transform: scale(-1, 1) rotate(40deg);
	transform: scale(-1, 1) rotate(40deg);
}
*/
.main-banner figcaption p {
	margin:0 0 20px;
	text-align: justify;
}
.main-banner figcaption .ttl {
	display:block;
	font-size:70px;
	line-height:74px;
	position:relative;
	margin:0 0 20px;
	padding:0 0 22px;
}
.main-banner figcaption .ttl:before {
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:52px;
	height:3px;
	background:#fff;
}
/* end main-banner */
/* Gravity Forms */
.gform_wrapper {
	margin-top: 100px !important; 
}
.page-template-page-catering .gform_wrapper {
	margin-top: 0px !important; 
}
.gform_wrapper .form-controler label {
	display: none !important;
	visibility: hidden !important;
}
.gform_wrapper .form-controler input, .gform_wrapper .form-controler textarea {
	background-color: transparent !important;
	padding: 7px 10px !important;
	border: 1px solid #fff;
}
.gform_wrapper .form-controler input:focus, .gform_wrapper .form-controler select:focus, .gform_wrapper .form-controler textarea:focus {
	outline: none !important;
}
.gform_wrapper ul {
	list-style-type: none !important;
}
.gform_wrapper .form-controler textarea {
	max-height: 200px !important;
}
.gform_wrapper .form-controler textarea::-webkit-input-placeholder, .gform_wrapper .form-controler input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.9) !important;
}
.gform_wrapper .form-controler input::-moz-placeholder, .gform_wrapper .form-controler textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.9) !important;
}
.gform_wrapper .form-controler input:-ms-input-placeholder, .gform_wrapper .form-controler textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.9) !important;
}
.gform_wrapper .form-controler input:-moz-placeholder, .gform_wrapper .form-controler textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.9) !important;
}
.gform_wrapper .gform_button {
	vertical-align: top !important;
    outline: 0 !important;
    font: 700 24px/30px 'Museo Slab', Helvetica, sans-serif !important;
    padding: 20px !important;
    border-radius: 0 !important;
    min-width: 253px !important;
    color: #fff !important;
    background: none !important;
    border-color: #fff !important;
    position: relative !important;
     -webkit-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}    
.gform_wrapper .gform_button:before {
    position: absolute !important;
    content: '' !important;
    z-index: -1 !important;
    left: 0 !important;
    top: 0 !important;
    right: 100% !important;
    bottom: 0 !important;
    background: #fff !important;
    -webkit-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    visibility: hidden !important;
}
.gform_wrapper .gform_button:hover {
	color: #282628 !important;
    background: #fff !important;
    border-color: #fff !important;    
}
.gform_wrapper .gform_button:hover:before {
    right: 0 !important;
    visibility: visible !important;      
}    
.gform_footer {
	text-align: center !important;
}
.gform_wrapper .form-controler select {    
	background: transparent !important;
    padding: 7px 10px !important;
    height: 53px !important;
    border-radius: 0px !important;
    border: 1px solid #fff !important;
}    
.gform_wrapper .ginput_container_fileupload input {
	border: transparent !important;
}
.gform_wrapper #field_7_5 label {
	visibility: visible !important;
	display: block !important;
}
#field_8_5 input {
	width: 100%;
}
/* Location Picker */
section#location-picker {
	position: fixed;
    min-width: 100vw;
    min-height: calc(100vh - 70px);
    background: #282628;
    z-index: 99999;
    top: 95px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
   	overflow-y: scroll;
    padding-bottom: 70px;
}
section#location-picker.hide-pref {
	opacity: 0;
	visibility: hidden;
}
section#location-picker .loc-holder {
	padding: 100px 0px 0px 0px;
}
section#location-picker .loc-picker-holder {
    padding-left: 60px;
}
section#location-picker .locations {
    padding: 0px;
}
section#location-picker h2.location-title {
	position: relative;
	padding-left: 25px;
}
section#location-picker h2.location-title:before {
	content: '';
    position: absolute;
    left: -30px;
    top: -4px;
    width: 30px;
    height: 37px;
    background: url(../images/ico-marker-001.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}    
#location-picker form {
	padding-left: 25px;
}
#location-picker form .input-holder {
    padding-bottom: 5px;	
}    
#location-picker input[type="checkbox"] {
    display:none;
}
#location-picker input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    background: #282628;
    margin:-2px 20px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border: 1px solid #939090;
    position: relative;
}
#location-picker input[type="checkbox"]:checked + label span, #location-picker input.active + label span {
    background: #fff;
}
#location-picker input[type="checkbox"]:checked + label span:after, #location-picker input.active + label span:after {
	content: '';
    background-image: url(../images/check.svg);
    background-size: 15px 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 19px;
}	
#location-picker form .btn {
	padding: 10px;
	margin-top: 20px;
}
#location-picker form .btn:hover {
	background: #fff;
}	
#location-btn img {
	max-width: 19px;
	height: auto;
}	
ul.orderin.list {
	margin-top: 10px;
}
/* End Location Picker */
a.order-online {
	text-align: left;
    color: #c80000;
}
a.order-online:hover {
	color: #fff;
}	
/* images-block */
.images-block {
	position: relative;
	border: solid #fff;
	border-width: 1px 0;
	padding-top: 41%;
}
.images-block.type2 {
	border: none;
	margin-bottom: 35px;
}
.images-block:before {
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMzAzMDMiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMzAzMDMiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDMwMzAzIiBzdG9wLW9wYWNpdHk9IjAuNDMiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(3,3,3,0) 0%, rgba(3,3,3,0) 30%, rgba(3,3,3,0.43) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(3,3,3,0) 0%,rgba(3,3,3,0) 30%,rgba(3,3,3,0.43) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(3,3,3,0) 0%,rgba(3,3,3,0) 30%,rgba(3,3,3,0.43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.images-block .image {
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.images-block .image.left {
	left: 0;
	width: 30.15%;
	border-right: 1px solid #fff;
}
.images-block.type2 .image.left {
	border: none;
}
.images-block .image.right {
	right: 0;
	width: 69.85%;
}
.images-block .image img {
	display: none;
}
/* locations */
.locations {
	padding: 94px 0 50px;
}
.locations.type2 {
	background: #282628;
	border-bottom: 3px solid #fff;
	padding: 50px 0 183px;
	position:relative;
	z-index:20;
}
.locations .left-side {
	padding-left: 62px;
}
.locations.type2 .right-side {
	padding-left: 25px;
}
.locations .right-side {
	padding-left: 62px;
}
.location-tabs h2 {
	margin: 0 0 13px;
}
.location-tabs .tabnav {
	margin: 0 0 30px;
}
.locations.type2 .location-tabs .tabnav {
	margin: 0 0 51px;
}
.location-tabs .tabnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.location-tabs .tabnav ul li {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin: 0 18px 10px 0;
	color: #fff;
}
.location-tabs .tabnav ul li a {
	color: #fff;
}
.location-tabs .tabnav ul li.active a,
.location-tabs .tabnav ul li a:hover {
	color: #9d9b9b;
}
.location-tabs .locations-map {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 67%;
	margin: 0 0 0 -16px;
}
.location-tabs .locations-map img {
	display: none;
}
.location-tabs .locations-map .marker, .location-tabs .location-tab-tax .marker {
	position: absolute;
	width: 36px;
	height: 46px;
	top: 29%;
    left: 42.8%;
	background: url(../images/ico-marker-001.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.location-tabs .locations-map .marker.iceland, .location-tabs .locations-map .marker.island {
	top: 19%;
	left: 38.2%;
}
.location-tabs .locations-map .marker.england, .location-tabs .locations-map .marker.england-is {
	top: 29%;
	left: 42.8%;
}
.location-tabs .locations-map .marker.germany, .location-tabs .locations-map .marker.thyskaland {
	top: 29%;
	left: 46.7%;
}
.location-tabs .locations-map .marker.denmark, .location-tabs .locations-map .marker.danmork {
	top: 26%;
	left: 46.3%;
}
.location-tabs .locations-map .marker.italy, .location-tabs .locations-map .marker.italia {
	top: 36%;
	left: 47.5%;
}
.location-tabs .locations-map .marker.norway, .location-tabs .locations-map .marker.noregur {
	top: 23%;
	left: 45.5%;
}
.location-tab .ttl, .location-tab-tax .ttl {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	min-width: 161px;
	background: url(../images/bg-ttl-001.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 17px 30px 16px 31px;
	margin: -4px 0 25px -30px;
}
.locations.type2 .location-tab .ttl {
	margin: 11px 0 46px -6px;
}
.location-tab .address-box, .location-tab-tax .address-box {
	padding: 0 0 17px;
	font-size: 300px;
	font-size: 14px;
	line-height: 20px;
}
.location-tab .address-box h3, .location-tab-tax .address-box h3 {
	margin: 0 0 9px;
}
.location-tab .address-box span, .location-tab-tax .address-box span {
	display: block;
	margin-bottom: 10px;
}
/* social-section */
.social-section {
	position: relative;
	padding: 59px 0 60px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	background: url(../images/bg-social-001.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: 50% 100%;
}
.social-section h2 {
	line-height: 1em;
	margin: 0;
}
.social-section p {
	margin: 0;
}
.social-list {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.social-list.single-joints {
	float: left;
    margin: 40px 0px 10px;
    clear: both;
}	
.social-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px 10px;
}
.social-list a {
	display: block;
	color: #fff;
}
.social-list a:hover {
	opacity: .85;
}
.social-list a .icon {
	display: block;
	position: relative;
	height: 27px;
	margin-bottom: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.social-list a:hover .icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.social-list a .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
	max-width: 100%;
}
.social-section .pictures {
	padding-top: 15px;
}
.social-section .picture {
	display: block;
	padding-top: 98.7%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 0 24px;
}
.social-section .picture:hover {
	opacity: .9;
}
.social-section .picture img {
	display: none;
}
/* footer */
#footer {
	border-top: 2px solid #fff;
	padding: 38px 0;
}
#footer .logo {
	float: left;
	width: 101px;
	height: 32px;
	font-size: 0;
	line-height: 0;
	background:url(../images/logo.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0 5px;
}
#footer .logo a {
	display:block;
	height:100%;
}
#footer .right-block {
	float: right;
	padding: 0 7px 0 0;
}
#footer .right-block h4 {
	font-size: 30px;
	line-height: 36px;
	float: left;
	margin: 0;
}
#footer .footer-list {
	margin: 0;
	padding: 11px 0 0 10px;
	list-style: none;
	font-size: 0;
	line-height: 0;
	float: left;
}
#footer .footer-list li {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 18px;
}
/* locations-section */
.locations-section {
	margin-bottom: 40px;
}
.locations-section .holder {
	position: relative;
	min-height: 515px;
}
.locations-section .holder:after {
	content: '';
	display: block;
	clear: both;
}
.locations-section .holder.img-left {
	padding-left: 48.4%;
}
.locations-section .holder.img-left:before {
	content: '';
	position: absolute;
	width: 721px;
	height: 585px;
	background: url(../images/bg-locations-001.png) no-repeat;
	top: 0;
	left: 50%;
	margin-left: -683px;
}
.locations-section .holder.img-right {
	padding-right: 51.6%;
}
.locations-section .image {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	width: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 25%;
}
.locations-section .image.torggata, .locations-section .image.thayer-street {
	background-position: 50% 100%;
}
.locations-section .image img {
	display: none;
}
.locations-section .img-left .image {
	left: 0;
	width: 48.4%;
}
.locations-section .img-right .image {
	right: 0;
	width: 51.6%;
}
.locations-section .holder .wrap {
	width: 610px;
	padding: 80px 70px 20px 90px;
}
.locations-section .img-left .wrap {
	float: left;
}
.locations-section .img-right .wrap {
	float: right;
}
.locations-section h2 {
	position: relative;
	padding-bottom: 24px;
	margin: 0 0 24px;
}
.locations-section h2:before {
	content: '';
	position: absolute;
	width: 52px;
	height: 3px;
	background: #fff;
	left: 0;
	bottom: 0;
}
.locations-section ul {
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
}
.locations-section ul li {
	margin-bottom: 5px;
}
.locations-section .direction-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	padding: 6px 0 6px 28px;
}
.locations-section .direction-link:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 18px;
	background: url(../images/ico-direction-001.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 2px;
	top: 7px;
}
/* info-section */
.info-section .holder {
	position: relative;
}
.info-section .holder:after {
	content: '';
	display: block;
	clear: both;
}
.info-section .holder.img-left {
	min-height: 518px;
	padding-left: 48.4%;
}
.info-section .holder.img-left:before {
	content: '';
	position: absolute;
	width: 721px;
	height: 585px;
	background: url(../images/bg-locations-001.png) no-repeat;
	top: 0;
	left: 50%;
	margin-left: -683px;
}
.info-section .holder.img-right {
	min-height: 467px;
	padding-right: 51.6%;
}
.info-section .image {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	width: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.info-section .image img {
	display: none;
}
.info-section .img-left .image {
	left: 0;
	width: 48.4%;
}
.info-section .img-right .image {
	right: 0;
	top: -80px;
	width: 51.6%;
}
.info-section .image .favorite {
	position: absolute;
    z-index: 10;
    text-align: right;
    top: 22%;
    left: 0%;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    background: rgba(255,255,255,0.5);
    padding: 5px 10px;
}
.info-section .image .favorite h3 {
	margin: 0;
}
.info-section .holder .wrap {
	position: relative;
	z-index: 10;
	padding: 70px 70px 90px;
}
.info-section .img-left .wrap {
	float: left;
}
.info-section .img-right .wrap {
	float: right;
	text-align: right;
}
.info-section .wrap .arrow {
	position: absolute;
	width: 106px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity:0;
}
.info-section .img-left .wrap .arrow {
	top: 80px;
	left: -66px;
}
.info-section .wrap .arrow.active {
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.info-section .img-right .wrap .arrow {
	top: 41px;
	right: -22px;
}
.info-section .wrap .arrow img {
	display: block;
	width: 100%;
}
.info-section h2 {
	margin: 0 0 20px;
}
.info-section ul {
	margin: 0 0 19px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.info-section ul li, .ingredients-holder p {
	font-size: 20px;
	line-height: 30px;
}
.info-section .price {
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}
.bg-img{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.bg-img > img{display: none;}
/*top-panel*/
.top-panel{
	background: #282628;
	border-top: 1px solid #656365;
	border-bottom: 1px solid #656365;
	padding: 17px 0 15px;
	position: relative;
}
.top-panel .container{
	max-width: 1120px;
}
.sub-nav{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-nav:after{
	content: '';
	clear: both;
	display: block;
}
.sub-nav > li{
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}
.sub-nav > li + li{margin: 0 0 0 50px;}
.sub-nav > li + li:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c80000;
	top: 12px;
	left: -29px;
}
.sub-nav a{display: block;}
.top-panel .btn-playlist{
	position: absolute;
	top: 9px;
	right: 13px;
}
.btn-playlist{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	padding: 12px 56px 12px 0;
	font-weight: 700;
}
.btn-playlist:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 40px;
	background: url(../images/ico01.png) no-repeat 50% 50%;
	-webkit-background-size: 39px 40px;
	background-size: 39px 40px;
}
/* sub nav menu button */
.sub-nav li .btnShowMenu {
    padding: 0;
    background-color: transparent;
    border: none;
    transition: all 0.3s ease-out;
}
.sub-nav li .btnShowMenu:hover {
    color: #c80000;
}

.pdf_modal {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 95px;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
}
.pdf_inner_modal {
    position: relative;
    width: 90%;
    height: 90vh;
}

.exit_pdf_modal {
    width: 21px;
    height: 21px;
    position: fixed;  
    right: 21px;
    top: 113px; 
    z-index: 1;
    cursor: pointer;
}
.exit_pdf_modal span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    z-index: -1;
}
.exit_pdf_modal span:nth-child(1) {
    transform: rotate(45deg);

}
.exit_pdf_modal span:nth-child(2) {
    transform: rotate(-45deg);
}

.pdf_file {
    width: 100%;
    height: 100%;
}



/* sub nav menu button end */

/*info-section*/
.info-section .row{margin: 0;}
.info-section .row > [class*="col-"] {padding: 0;}
/*info-block*/
.info-block {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px 20px;
}
.info-block .price{
	position: absolute;
	bottom: 15px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: 700;
	width: 220px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	z-index: 1;
}
.info-block .price:after{
	content: '';
	background: url(../images/ico-arrow-white01.png) no-repeat;
	-webkit-background-size: 58px 18px;
	background-size: 58px 18px;
	width: 58px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -28px 0 0 -43px;
	z-index: -1;
}
.info-block .price:before{
	content: '';
	position: absolute;
	background: url(../images/img04.png) no-repeat;
	-webkit-background-size: 220px 147px;
	background-size: 220px 147px;
	top: 50%;
	left: 50%;
	margin: -61px 0 0 -111px;
	width: 220px;
	height: 147px;
	z-index: -2;
}
.info-block .price span{
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transform: rotate(-14deg);
	transform: rotate(-14deg);
}
.info-block .img-wrap{
	padding-top: 81.2%;
	position: relative;
	margin: 0 -10px 42px;
}
.info-block .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}
.info-block .img img{
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 100%;
	height: auto;
}
.info-block h3{
	margin: 0 0 17px;
}
.info-block ul{
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
	position: relative;
}
.info-block ul:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 88px;
	height: 1px;
	background: #fff;
	margin-left: -44px;
}
.info-block ul li{font-weight: 300;}
.info-block .offers-block p {
	font-weight: 300;
	font-size: 20px;
    line-height: 30px;
}
/*products*/
.info-section.hamburgerz {
    padding: 25px 0 26px;
    text-align: center;
}    
.products {padding: 25px 0 26px;}
.products .head{
	text-align: center;
	margin: 0 0 29px;
}
.products-list{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.products-list > li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 0 28px;
}
.product-block {
	text-align: center;
	padding: 0 10px 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	position: relative;
}
.product-block p{margin: 0;}
.product-block .price{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.product-block .img{
	text-align: center;
	position: relative;
	padding-top: 82%;
	margin: 0 -10px 31px;
}
.product-block .holder{
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #282628;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	opacity: 0;
	visibility: hidden;
}
.product-block .holder ul{
	margin: 0;
	padding: 0 66px;
	list-style: none;
}
.product-block h3{margin: 0 0 8px;}
.product-block h3 span{
	font-size: 14px;
	vertical-align: top;
	font-weight: 300;
	position: relative;
	top: 3px;
}
.product-block .open-menu{
	position: absolute;
	top: 3px;
	right: 11px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding-top: 63px;
	width: 60px;
	z-index: 2;
	color: #fff;
}
.product-block .open-menu:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/ico02.png) no-repeat;
	margin: -38px 0 0 -50px;
	width: 102px;
	height: 96px;
}
.product-block .open-menu span{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}
/* fela nav item catering */
#_en #menu-item-665, #_da #menu-item-665, #_it #menu-item-665, #_en #menu-item-1573, #_da #menu-item-1573, #_it #menu-item-1573 {
	display: none !important;
	visibility: hidden !important;
}
/*order-now*/
.order-now{
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 230px;
	-webkit-transform: translate(0, 10%);
	transform: translate(0, 10%);
	box-shadow: 0 0 32px rgba(0,0,0, .39);
	background: #282628;
	z-index: 9999;
}
.order-now .btn{
	border: none;
	font-size: 24px;
	line-height: 30px;
	display: block;
	font-weight: 700;
	padding: 18px 15px;
	box-shadow: 0 0 32px rgba(0,0,0, .41);
	min-width: 0;
}
.order-now .holder{
	box-shadow: 0 0 32px rgba(0,0,0, .41);
	position: relative;
	z-index: 2;
	display: none;
	overflow-y: auto;
	max-height: calc(100vh - 80px);
	-webkit-overflow-scrolling: touch;
}
.order-now.open .close{
	opacity: 1;
	visibility: visible;
}
.order-now .close{
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 7px;
	right: 10px;
	font-weight: 700;
	text-shadow: none;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	pointer-events: none;
}
.order-now .panel-group{
	padding: 28px 11px 22px;
	margin: 0;
}
.order-now .panel-group .panel{
	border-radius: 0;
	padding: 0;
	background: none;
	border: none;
}
.order-now .panel-default > .panel-heading{
	border-radius: 0;
	padding: 0;
	background: none;
	border: none;
	color: #fff;
}
.order-now .panel-title{
	font-size: 18px;
	line-height: 22px;
}
.order-now .panel-title a.collapsed{
	color: #fff;
}
.order-now .panel-title a{
	display: block;
	padding: 12px 17px;
	position: relative;
	color: #9d9b9b;
}
.order-now .panel-title a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	background: #c80000;
	border-radius: 50%;
	width: 3px;
	height: 3px;
}
.order-now .panel-default > .panel-heading + .panel-collapse > .panel-body{border: none;}
.order-now .panel-body{padding: 0 0 22px;}
.order-now .list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.order-now .list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.order-now .list ul li:after{
	content: '';
	clear: both;
	display: block;
}
.order-now .list > li{
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #484648;
	padding: 13px;
}
.order-now .list .ttl{
	display: block;
	margin: 0 0 4px 28px;
	font-size: 18px;
}
.order-now .list .ico{
	float: left;
	font-size: 0;
	width: 24px;
	margin-right: 4px;
}
.order-now .list .ico img{
	vertical-align: middle;
	max-width: 100%;
}
.btn-danger{
	color: #fff;
	background: #c80000;
}
/*content*/
.content {padding: 62px 0 104px;}
.content .row{margin: 0 -32px;}
.content .row [class*="col-"] {padding: 0 32px;}
.content h1{
	text-align: center;
	margin: 0;
}
.content .title{
	position: relative;
	padding: 0 100px 34px;
	margin: 0 0 30px;
}
.content .title:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #fff;
	width: 52px;
}
.content.center h1, .content.center  {
	text-align: center;
}
.content.center .title:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #fff;
    width: 52px;
    transform: translate(-50%, 0%);
}
.content .back-link{
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	bottom: 32px;
	left: 0;
}
.content p {
	margin: 0 0 34px;
	text-align: justify;
}
.content address{
	line-height: 40px;
	margin: -2px 0 9px;
}
.content address ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.content address ul:after{
	content: '';
	clear: both;
	display: block;
}
.content address ul > li{
	float: left;
}
.content address ul > li + li:before{
	content: '|';
	margin: 0 4px 0 5px;
}
.content .list{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
}
.content .list .ico{
	float: left;
	width: 20px;
	font-size: 0;
	margin: 0 7px 0 0;
}
.content .list .ico img{
	vertical-align: middle;
	max-width: 100%;
}
.content .list li:after{
	content: '';
	clear: both;
	display: block;
}
.content .holder{margin-bottom: 65px;}
.content .multicol{margin-bottom: 32px;}
.content .multicol > div{text-align: right;}
.content .multicol > div + div{text-align: left;}
.content .multicol > div + div .head:before{
	right: auto;
	left: 0;
}
.content .head{
	position: relative;
	padding: 0 0 23px;
	margin: 0 0 15px;
}
.content .head:before{
	content: '';
	height: 3px;
	width: 52px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.content .head h2{margin: 0;}
.page-id-1744 .content .head:before, .page-id-1130 .content .head:before{
	left: 0;
	right: initial;
}	
.page-id-1744 .content .head h2, .page-id-1130 .content .head h2{
	text-align: left;
}
.content .list-cols{
	margin: 0;
	padding: 43px 23px 14px;
	list-style: none;
}
.content .list-cols > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -31px;
}
.content .list-cols > li + li{margin-top: 73px;}
.content .list-cols li .text{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 56%;
}
.content .list-cols li.leftimg .head:before{
	right: auto;
	left: 0;
}
.content .list-cols li.rightimg .text{
	text-align: right;
	width: 50%;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
}
.img, .content .list-cols li.rightimg .img{
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.content .list-cols li.leftimg{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.content .list-cols p{margin: 0;}
.content .list-cols .img{
	text-align: center;
	width: 44%;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
}
.content .list-cols .img img{
	vertical-align: top;
	max-width: 100%;
}
.content .list-cols .col{padding: 0 31px;}
.map-section{
	height: 656px;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
}
@media screen and (max-height: 900px){
	.order-now .holder{max-height: 60vh;}
}
@media only screen and (max-width: 1279px) {
	.top-slider .bg-img {
	    height: 597px;
	}
	.main-banner {height:600px;}
	.locations.type2 {padding: 50px 0 100px;}
	.locations .left-side {padding-left: 15px;}
	.location-tabs .locations-map {
		margin: 0;
		padding-top: 64.5%;
	}
	.location-tabs .locations-map .marker {
		width: 29px;
		height: 39px;
	}
	.locations .right-side {padding-left: 15px;}
	.location-tab .ttl, .location-tab-tax .ttl {margin: 0 0 25px -10px;}
	.locations-section .holder.img-left {padding-left: 50%;}
	.locations-section .holder.img-right {padding-right: 50%;}
	.locations-section .img-left .image {width: 50%;}
	.locations-section .holder.img-left:before,
	.info-section .holder.img-left:before {margin-left: -660px;}
	.locations-section .img-right .image {width: 50%;}
	.locations-section .holder .wrap {
		width: auto;
		padding: 50px 30px 20px 50px;
	}
	.product-block .holder{
		font-size: 14px;
		line-height: 24px;
	}
	.order-now{
		width: 250px;
	}
	.order-now .btn{
		padding: 16px 15px;
		font-size: 20px;
	}
	.order-now .panel-title a{padding: 7px 14px;}
	.order-now .panel-title a:before{top: 17px;}
	.order-now .list > li{
		font-size: 14px;
		line-height: 24px;
	}
	.order-now .list .ttl{font-size: 16px;}
	.main-banner figcaption {
		padding-left:0;
		left:47%;
		max-width:400px;
		font-size:16px;
		line-height:28px;
		padding-bottom:150px;
	}
	.main-banner figcaption .ttl {font-size:60px;}
}
@media screen and (min-width: 1025px){
	.product-block .img:hover .open-menu span{
		opacity: 1;
		visibility: visible;
	}
	.product-block .img:hover .holder{
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 1024px){
	.product-block.open .open-menu span{
		opacity: 1;
		visibility: visible;
	}
	.product-block.open .holder{
		opacity: 1;
		visibility: visible;
	}
}
@media only screen and (max-width: 991px) {
	body{
		font-size:16px;
		line-height:26px;
	}
	h1 {
		font-size:44px;
		line-height:48px;
	}
	#wrapper.fixed-nav {
	    margin-top: 68px;
	}
	#header .container {
		width: 100%;
	}	
	.top-slider .bg-img {
	    height: 497px;
	}
	.main-banner {height:500px;}
	#main-nav > li,
	.extra-nav li {margin-left:18px;}
	.locations {padding: 50px 0 30px;}
	.locations.type2 {padding: 50px 0;}
	.location-tabs .tabnav,
	.locations.type2 .location-tabs .tabnav {margin: 0 0 15px;}
	.location-tabs .locations-map {
		width: 467px;
		height: 302px;
		padding-top: 0;
		margin: 0 auto 20px;
	}
	.location-tabs .locations-map .marker {
		width: 36px;
		height: 46px;
	}
	.locations.type2 .location-tab .ttl {margin: 0 0 25px;}
	.social-section {padding: 20px 0 40px;}
	#footer {padding: 25px 0;}
	.locations-section .holder {min-height: 0;}
	.locations-section .holder.img-left:before,
	.info-section .holder.img-left:before {display: none;}
	.locations-section .holder .wrap {padding: 20px;}
	.locations-section h2 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.locations-section ul {margin: 0 0 20px;}
	.info-section .holder.img-left,
	.info-section .holder.img-right {min-height: 380px;}
	.info-section .img-right .image {top: -40px;}
	.info-section .image .favorite {
		top: 15%;
		left: 0%;
	}
	.info-section .holder .wrap {padding: 50px;}
	.sub-nav > li{
		font-size: 18px;
	}
	.info-block h3{
		font-size: 20px;
		line-height: 24px;
	}
	.info-block .price{
		font-size: 24px;
	}
	.products-list > li{
		width: 33.333%;
	}
	.product-block{
		font-size: 16px;
		line-height: 20px;
	}
	.product-block h3{font-size: 20px;}
	.order-now{
		width: 200px;
		-webkit-transition: width .3s;
		transition: width .3s;
	}
	.order-now.open{width: 250px;}
	.content .multicol > div{text-align: left;}
	.content .head:before{
		right: auto;
		left: 0;
	}
	.content .holder{margin-bottom: 30px;}
	.content{padding: 60px 0;}
	.map-section{height: 500px;}
	.content .list-cols li:nth-child(odd) .head:before{
		right: 0;
		left: auto;
	}
	.content .list-cols{padding: 0;}
	.main-banner figcaption {
		left:49%;
		max-width:280px;
		font-size:13px;
		line-height:24px;
		padding-bottom:100px;
	}
	.main-banner figcaption .ttl {
		font-size:40px;
		line-height:42px;
	}
	.main-banner figcaption:before {
		bottom:30px;
		left:60px;
	}
	[data-uk-parallax] {
		-webkit-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}
	/*Mobile nav*/
	#header .logo {
		width:100px;
		height:32px;
		margin:0 20px 0 0;
		position:relative;
		z-index:40;
	}
	#header .phone {
		font-size:18px;
		line-height:20px;
		padding:6px 0 4px 15px;
		margin:0;
		position:relative;
		z-index:40;
	}
	.btn-menu {
		float: right;
		width: 27px;
		height: 21px;
		cursor: pointer;
		position: relative;
		margin:4px 0 0;
		text-indent:-9999px;
		overflow:hidden;
		z-index:40;
	}
	.btn-menu span:before,
	.btn-menu:before,
	.btn-menu:after {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		right: 0;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.btn-menu:before {top: 9px;}
	.btn-menu span:before {top: 18px;}
	.push {overflow:hidden;}
	.push .btn-menu:before {opacity: 0;}
	.push .btn-menu:after {
		top: 9px;
		-webkit-animation: anim-btn-menu1 0.3s 0.3s ease forwards;
		animation: anim-btn-menu1 0.3s 0.3s ease forwards;
	}
	.push .btn-menu span:before {
		top: 9px;
		-webkit-animation: anim-btn-menu2 0.3s 0.3s ease forwards;
		animation: anim-btn-menu2 0.3s 0.3s ease forwards;
	}
	.nav-bar {
		position:fixed;
		left:0;
		bottom:0;
		right:0;
		top:0;
		overflow-x:hidden;
		overflow-y:auto;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		opacity:0;
		z-index:20;
		height:100vh;
		width:100vw;
		background:#252527 url(../images/bg-page.jpg) no-repeat;
		background-size:cover;
		background-position:50% 50%;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.push .nav-bar {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity:1;
	}
	#main-nav {
		text-align:center;
		font-size:24px;
		line-height:30px;
		margin:auto 0;
		padding:90px 0 20px; 
	}
	#main-nav > li {
		display:block;
		margin:0;
	}
	#main-nav > li > a {padding:10px;}
	#main-nav > li > a:before {display:none;}
	#main-nav > li.active > a,
	#main-nav > li:hover {color:#c80000;}
	.extra-nav {
		order:2;
		text-align:center;
		margin:0;
		padding:0 0 30px;
		margin-top:auto;
	}
	.extra-nav li {
		margin:0;
		padding:5px;
	}
	#header .logo, #header .logo.logo-both {
	    width: 217px;
	    height: 54px;
	}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	body{
		-webkit-text-size-adjust: none;
		font-size:14px;
		line-height:22px;
	}
	.container {
		padding-left:20px;
		padding-right:20px;
	}
	h1 {
		font-size:36px;
		line-height:40px;
	}
	h2 {
		font-size:26px;
		line-height:30px;
	}
	h3 {
		font-size:22px;
		line-height:26px;
	}
	.top-slider, a.linkur-slider {
	    display: none;
	    visibility: hidden;
	}
	.main-banner.withslider {
	    width: 100%;
	    float: none;
	    border-right: 0px solid #fff;
	}
	.main-banner {
		height:auto;
		border:0;
	}
	.main-banner .img {
		position:static;
		padding-bottom:70%;
		border-bottom:2px solid #fff;
	}
	.button-playlist {
		-webkit-transform: translate(50%, 0) scale(0.5);
		transform: translate(50%, 0) scale(0.5);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		font-size:22px;
	}
	.button-playlist.active {
		-webkit-transform: translate(0, 0) scale(0.5);
		transform: translate(0, 0) scale(0.5);
	}
	.button-playlist a small {
		font-size:16px;
		line-height:1;
	}
	#header {padding:20px 0;}
	
	.locations,
	.locations.type2 {padding: 30px 0 20px;}
	.location-tabs .tabnav .select {
		display: inline-block !important;
		vertical-align: top;
		margin-bottom: 8px;
		padding-right: 20px;
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		cursor: pointer;
		position: relative;
	}
	.location-tabs .tabnav .select:after {
		content: '';
		position: absolute;
		width: 7px;
		height: 7px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		right: 0;
		top: 5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.location-tabs .tabnav ul {display: none;}
	.location-tabs .tabnav ul li {
		display: block;
		margin: 0 0 8px;
	}
	.location-tabs .locations-map {
		width: 280px;
		height: 181px;
	}
	.location-tabs .locations-map .marker {
		width: 21px;
		height: 27px;
	}
	.location-tab .ttl, .location-tab-tax .ttl {
		font-size: 22px;
		line-height: 24px;
		min-width: 150px;
		padding: 14px 25px;
	}
	.location-tab .address-box, .location-tab-tax .address-box {padding: 0 0 10px;}
	.location-tab .address-box h3,
	.location-tab-tax .address-box h3,
	.location-tab .address-box span, .location-tab-tax .address-box span {margin-bottom: 5px;}
	.social-section {padding: 20px 0;}
	.social-section .social-list {padding: 20px 0 0;}
	.social-list li {
		font-size: 12px;
		padding: 0 8px 8px;
	}
	.social-section .picture {margin: 0 0 20px;}
	#footer {
		text-align: center;
		padding: 20px 0;
	}
	#footer .logo {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
	#footer .right-block {
		float: none;
		padding: 0;
	}
	#footer .right-block h4 {
		float: none;
		font-size: 26px;
		line-height: 30px;
	}
	#footer .footer-list {
		float: none;
		padding: 10px 0 0;
	}
	#footer .footer-list li {margin: 0 8px 5px;}
	.locations-section {margin-bottom: 20px;}
	.locations-section .holder.img-left,
	.locations-section .holder.img-right,
	.info-section .holder.img-left,
	.info-section .holder.img-right {padding: 0;}
	.locations-section .image {
		position: static;
		padding-top: 80%;
	}
	.locations-section .img-left .image,
	.locations-section .img-right .image {width: 100%;}
	.locations-section .holder .wrap {float: none;}
	.images-block.type2 {margin-bottom: 15px;}
	.info-section .image {
		position: relative;
		padding-top: 75%;
	}
	.info-section .img-left .image,
	.info-section .img-right .image {
		width: 100%;
		top: 0;
	}
	.info-section .holder .wrap {
		padding: 30px 20px;
		float: none;
	}
	.info-section .img-right .wrap {text-align: left;}
	.info-section .wrap .arrow {display: none;}
	.info-section ul li {
		font-size: 18px;
		line-height: 28px;
	}
	.top-panel{padding: 56px 0 15px;}
	.sub-nav {text-align: center;}
	.sub-nav > li{float: none;}
	.sub-nav > li + li{margin: 10px 0 0;}
	.sub-nav > li + li:before{
		top: -7px;
		left: 50%;
		margin-left: -2px;
	}
	.info-block .img-wrap{
		padding-top: 60%;
		margin-bottom: 30px;
	}
	.info-block .img img{
		-webkit-transform: translate(-50%, 37%);
		transform: translate(-50%, 37%);
		bottom: 50%;
	}
	#menu-item-181 .info-block .img img{
	    -webkit-transform: translate(-50%, 37%);
	    transform: translate(-50%, 37%);
	    bottom: 30%;
	}	
	.info-block ul{padding-bottom: 13px;}
	.products{padding: 10px 0;}
	.products-list > li{width: 50%;}
	.product-block .img{
		padding-top: 60%;
		margin-bottom: 10px;
	}
	.product-block h3{margin-bottom: 5px;}
	.order-now{width: 100px;}
	.order-now .btn{
		font-size: 14px;
		line-height: 16px;
	}
	.order-now .panel-title{
		font-size: 14px;
		line-height: 18px;
	}
	.order-now .list > li{
		font-size: 12px;
		line-height: 20px;
	}
	.order-now .list ul li + li{margin-top: 5px;}
	.order-now .list .ttl{
		font-size: 14px;
		line-height: 18px;
	}
	.order-now .close{
		font-size: 10px;
		line-height: 14px;
	}
	.order-now .holder{max-height: 80vh;}
	.map-section{height: 280px;}
	.content{
		padding: 30px 0;
	}
	.content address{
		margin: 0 0 10px;
		line-height: 22px;
	}
	.content .title{
		padding: 0 0 16px;
		margin-bottom: 20px;
	}
	.content .back-link{
		position: static;
		display: inline-block;
		vertical-align: top;
		margin: 10px 0 0;
	}
	.content p{margin-bottom: 20px;}
	.content .holder{margin-bottom: 20px;}
	.content .multicol{margin-bottom: 0;}
	.content .list-cols > li{
		display: block;
	}
	.content .list-cols .col{
		width: auto !important;
		padding: 0;
	}
	.content .list-cols > li{margin: 0;}
	.content .list-cols > li + li{margin-top: 30px;}
	.content .list-cols .img{
		text-align: center;
		margin-bottom: 20px;
	}
	.content .list-cols .img img{max-width: 280px;}
	.content .list-cols li:nth-child(2n+1) .text{text-align: left;}
	.content .list-cols li:nth-child(2n+1) .head:before{
		right: auto;
		left: 0;
	}
	.main-banner figcaption {
		position:static;
		max-width:none;
		font-size:14px;
		line-height:24px;
		padding:30px 20px 0;
	}
	.main-banner figcaption .ttl {
		font-size:40px;
		line-height:42px;
	}
	.main-banner figcaption:before {
		display:none;
	}
	section#location-picker {
		top: 72px;
	}
}
@media screen and (max-width: 600px),
screen and (orientation: landscape) and (max-width: 600px),
screen and (orientation: portrait ) and (max-width: 600px){
	.products-list > li{width: 100%;}
	#header .logo, #header .logo.logo-both{
	    width: 140px;
	    height: 34px;
	}
}
@media screen and (min-width: 768px){
	.location-tabs .tabnav ul {display: block !important;}
}

@media screen and (max-width: 550px) {
.extra-nav {
		padding:0 0 110px;
}
}
.alert.fixed-attention {
	position: fixed;
    width: 100%;
    z-index: 40;
    background: #fff;
    color: #000;
    max-width: 1200px;
    font-size: 16px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.alert.fixed-attention p {
	font-size: 16px;
	line-height: 20px;
}	
.alert.fixed-attention .close {
    opacity: .6;
    filter: alpha(opacity=60);
}