/* fonts */
@font-face {
	font-family: 'gotham_bookregular';
	src: url('../fonts/copyfonts.com_gotham_book-webfont.eot');
	src: url('../fonts/copyfonts.com_gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/copyfonts.com_gotham_book-webfont.woff') format('woff'),
		 url('../fonts/copyfonts.com_gotham_book-webfont.ttf') format('truetype'),
		 url('../fonts/copyfonts.com_gotham_book-webfont.svg#gotham_bookregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_mediumregular';
	src: url('../fonts/gotham_medium_regular-webfont.eot');
	src: url('../fonts/gotham_medium_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gotham_medium_regular-webfont.woff') format('woff'),
		 url('../fonts/gotham_medium_regular-webfont.ttf') format('truetype'),
		 url('../fonts/gotham_medium_regular-webfont.svg#gotham_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'life_btitalic';
	src: url('../fonts/760305-webfont.eot');
	src: url('../fonts/760305-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/760305-webfont.woff') format('woff'),
		 url('../fonts/760305-webfont.ttf') format('truetype'),
		 url('../fonts/760305-webfont.svg#life_btitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'life_btroman';
	src: url('../fonts/life-bt-webfont.eot');
	src: url('../fonts/life-bt-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/life-bt-webfont.woff') format('woff'),
		 url('../fonts/life-bt-webfont.ttf') format('truetype'),
		 url('../fonts/life-bt-webfont.svg#life_btroman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'LinotypeZapfino-One';
	src: url('../fonts/LinotypeZapfino-One_gdi.eot');
	src: url('../fonts/LinotypeZapfino-One_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/LinotypeZapfino-One_gdi.woff') format('woff'),
		url('../fonts/LinotypeZapfino-One_gdi.ttf') format('truetype'),
		url('../fonts/LinotypeZapfino-One_gdi.svg#LinotypeZapfino-One') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
/* General settings */

h1
{
	font-size: 40px;
	font-family: life_btroman, serif;
	color: #af8f50;
}

body{
	min-width:320px;
	font: 17px/22px 'gotham_bookregular', sans-serif;
	background: #fff;
	color: #040404;
	position: relative;
}
a {
	color: inherit;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover,
a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

p a
{
	color: #af8f50;
}
blockquote,
q{quotes: none;}
.form-control::-moz-placeholder {
	color: #d4c5aa;
	padding-left: 10px;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #d4c5aa;
	padding-left: 10px;
}
.form-control::-webkit-input-placeholder {
	color: #d4c5aa;
	padding-left: 10px;
}
.clearfix:after {
	content: '';
	clear: both;
	display: block;
}
/* navbar */
.navbar {
	padding: 10px 0 0;
	margin: 0;
	border-bottom: 1px solid #e3d8c2;
}
/*
.logo {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 118px;
	height: 68px;
	background: url(../images/logo.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin: 6px 0 0 -1px;
}
*/
.logo {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 118px;
	height: 110px;
	background: url(../images/logo.svg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin: -4px 0 0 -1px;
}

.logo a {
	display: block;
	height: 100%;
}
.open-menu {display: none;}
.navbar .menu {
	padding-left: 2px;
}
.menu .top {
	float: right;
	width: 100%;
	margin-right: -6px;
}
.social {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	float: right;
}
.social li {
	margin-left: 17px;
	float: left;
}
.social li a {display: block;}
.social a .socicon {
	font-size: 28px;
	line-height: 30px;
	color: #7a7a7a;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.social a .socicon.socicon-youtube {
	font-size: 26px;
	line-height: 28px;
}
.social a .socicon.socicon-instagram {
	font-size: 24px;
	line-height: 28px;
}
.social a:hover .socicon {color: #af8f50;}
.menu .bottom {width: 100%;}
/* main-nav */
#main-nav {
	float: left;
	padding-top: 20px;
}
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
#main-nav ul li {
	float: left;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	letter-spacing: -0.5px;
	position: relative;
}
#main-nav ul li.home {display: none;}
#main-nav ul li + li {margin-left: 24px;}
#main-nav ul li + li + li {margin-left: 24px;}
#main-nav ul li a {
	display: block;
	padding-bottom: 20px;
}
#main-nav ul li.active, #main-nav ul li.parent_active,
#main-nav ul li:hover > a {color: #af8f50;}
#main-nav ul li ul {
	display: none;
	width: 190px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 100%;
	left: -24px;
	background: #af8f50;
	z-index: 20;
	color:  white;
}

#main-nav ul li ul > li a
{
	color: white;

}
#main-nav ul > li:hover > ul {display: block;}
#main-nav ul li ul li {
	float: none;
	margin: 0;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	position: relative;
}
#main-nav ul li ul li a {
	display: block;
	padding: 0 24px;
}
#main-nav ul li ul li:hover > a,
#main-nav ul li ul li.active > a,
#main-nav ul li ul li.parent_active > a  {
	color: #f8b618;
	background: #be9b58;
}
#main-nav ul li ul li ul {
	display: none;
	width: 302px;
	position: absolute;
	left: 100%;
	top: -10px;
	background: rgba(194, 160, 95, .95);
}
#main-nav ul li ul li ul li a {padding: 0 12px 0 24px;}
#main-nav ul li .opener {display: none;}
#main-nav ul li ul li .opener {display: block;}
.opener {
	position: absolute;
	width: 24px;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/ico-opener.png) 50% 50% no-repeat;
	cursor: pointer;
}
.back {display: none;}
/* search-form */
.navbar .box {
	float: right;
	width: 319px;
}
.search-form {
	float: right;
	width: 0;
	height: 47px;
	margin: 7px -12px 0 0;
	padding-right: 45px;
	position: relative;
	background: #af8f50;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.search-form.opened {width: 295px;}
.search-form .form-control {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 85%;
	height: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	border: none;
	border-radius: 0;
	background: #af8f50;
	padding: 6px 5px 6px 13px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-form .btn-submit {
	font-size: 0;
	line-height: 0;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 45px;
	background: #ab7b1c url(../images/ico-search-white.png) 50% 50% no-repeat;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.search-form.opened .btn-submit {
	opacity: 1;
	visibility: visible;
}
.search-form .btn-submit:hover {background: #D8A849 url(../images/ico-search-white.png) 50% 50% no-repeat;}
.search-open {
	font-size: 0;
	line-height: 0;
	width: 45px;
	background: #fff url(../images/ico-search-grey.png) 50% 50% no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.search-form.opened .search-open {
	width: 16px;
	background: url(../images/ico-close.png) 50% 50% no-repeat;
	right: 55px;
}
/* lang */
.lang {
	float: left;
	margin: 21px 10px 0 0;
	position: relative;
}
.lang-open {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 20px;
	height: 23px;
	background: url(../images/ico-lang.png) no-repeat;
}
.lang-drop {
	display: none;
	position: absolute;
	width: 173px;
	padding: 13px 30px 13px 0;
	background: #af8f50;
	left: 100%;
	top: -14px;
	margin-left: 16px;
	z-index: 10;
}
.lang-drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.lang-drop ul li {
	font-family: 'gotham_mediumregular', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	width: auto;
}
.lang-drop ul li a {
	padding: 0 5px 0 17px;
	display: inline-block;
	vertical-align: top;
}
.lang-drop ul li.active a,
.lang-drop ul li.parent_active a,
.lang-drop ul li a:hover {background: #f4b41b;}
.lang-close {
	position: absolute;
	top: 15px;
	right: 13px;
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 18px;
	background: url(../images/ico-close.png) no-repeat;
}
/* news */
.news {
	padding: 59px 0 30px;
	border-bottom: 1px solid #e3d8c2;
}
.news .holder {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.5px;
}
.news .holder img {
	display: block;
	width: 100%;
}
.news .holder h2 {
	font-size: 36px;
	line-height: 42px;
	font-family: 'life_btroman', sans-serif;
	letter-spacing: -1px;
	border-right: 8px solid #f8b618;
	background: rgba(0, 0, 0, .5);
	margin: 0;
	position: absolute;
	width: 229px;
	right: 0;
	bottom: 21px;
	z-index: 10;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news .holder:hover h2 {background: rgba(0, 0, 0, 0);}
.news .holder h2 a {
	display: block;
	padding: 16px 20px 8px;
}
.news .holder p {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	padding: 20px 40px 20px 16px;
	margin: 0;
	z-index: 5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news .holder:hover p {
	opacity: 1;
	visibility: visible;
}
.img-wrap {
	position: relative;
	margin: 0;
	padding: 0;
}
.img-wrap figcaption {
	font-family: 'gotham_mediumregular', sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.5px;
	color: #fff;
	background: rgba(177, 144, 77, .5);
	padding: 0 12px 0 13px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	bottom: 12px;
}
.img-wrap img {
	width: 100%;
	display: block;
}
.news-box .txt {
	padding: 7px 9px;
	background: #f3f4f4;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	height: 128px;
	letter-spacing: -.5px;
}
.news-box .txt time {
	font-family: 'gotham_mediumregular', sans-serif;
	display: block;
	text-align: right;
	font-size: 13px;
	line-height: 19px;
	color: #9a9797;
	margin-bottom: 9px;
}
.news-box .txt p {margin: 0 0 10px;}
.news-box .txt p a
{
	margin:  0;
	padding:  0;
	font-family: 'gotham_bookregular';
	color: #040404;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

.news-box a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px 10px 6px;
	font-family: 'gotham_mediumregular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.5px;
	color: #fff;
}
.news-box a.color-01 {background: #af8f50;}
.news-box a.color-01:hover {background: #DCBC7D;}
.news-box a.color-02 {background: #ae7914;}
.news-box a.color-02:hover {background: #DBA641;}
.news blockquote {
	border: none;
	font-family: 'life_btitalic', serif;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -.3px;
	color: #3e3e3e;
	padding: 41px 5px 5px;
	margin: 0;
}
.news blockquote q:before {content: '„';}
.news blockquote q:after {content: '“';}
.news blockquote cite {
	font-size: 18px;
	font-style: normal;
	color: #7b7b7b;
	margin-left: 6px;
}
/* about */
.about {
	padding: 26px 0 0;
	border-bottom: 1px solid #e3d8c2;
}
.items {
	margin: 0 0 0 -30px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.items li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0 0 30px 30px;
}
.items img {
	display: block;
	width: 100%;
}
.items a {
	display: block;
	position: relative;
}
.items a span {
	font-size: 26px;
	line-height: 46px;
	font-family: 'life_btroman', sans-serif;
	color: #fff;
	letter-spacing: -.5px;
	border-left: 8px solid #f8b618;
	padding: 0 12px;
	background: rgba(0, 0, 0, .5);
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 7px;
	z-index: 10;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.items a:hover span {background: rgba(0, 0, 0, 1);}
.about .holder {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -.5px;
}
.about .holder img {
	display: block;
	width: 100%;
}
.about .holder h2 {
	font-size: 32px;
	line-height: 38px;
	font-family: 'life_btroman', sans-serif;
	letter-spacing: -.5px;
	border-left: 8px solid #f8b618;
	background: rgba(126, 102, 57, .5);
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 21px;
	z-index: 10;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.about .holder:hover h2 {background: rgba(126, 102, 57, 0);}
.about .holder h2 a {
	display: block;
	padding: 14px 48px 8px 14px;
}
.about .holder p {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(126, 102, 57, .5);
	padding: 30px 28px 82px 32px;
	margin: 0;
	z-index: 5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.about .holder:hover p {
	opacity: 1;
	visibility: visible;
}
/* nobel */
.nobel {
	padding: 29px 0 6px;
	border-bottom: 1px solid #e3d8c2;
}
.nobel img {
	float: right;
	margin: 0 57px 0 0;
}
.nobel h2 {
	margin: 0 0 22px;
	padding: 60px 0 0 12px;
	font-family: 'life_btitalic', serif;
	font-size: 72px;
	line-height: 72px;
	color: #3e3e3e;
	overflow: hidden;
}
.nobel h2 span {
	display: block;
	font-family:'LinotypeZapfino-One', serif;
	font-size: 150px;
	line-height: 60px;
	color: #ad7913;
}
.nobel h2 strong {
	display: block;
	font-weight: normal;
	font-size: 150px;
	line-height: 134px;
	letter-spacing: -5px;
	margin-left: -19px;
}
.grey {
	font-style: normal;
	color: #e8e8e8;
}
.more-link {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -.5px;
	color: #af8f50;
	padding-left: 5px;
	position: relative;
}
.more-link:hover {color: #f7b519;}
.more-link:before {
	content: '';
	width: 5px;
	background: #f7b519;
	position: absolute;
	left: -5px;
	top: 4px;
	bottom: 4px;
}
/* visual */
.visual {
	padding: 34px 0 37px;
	border-bottom: 1px solid #e3d8c2;
}
.visual img {
	display: block;
	width: 100%;
}
.visual .wrap {position: relative;}
.gallery .slick-arrow {
	outline: none;
	border: none;
	border-radius: 0;
	font-size: 0;
	line-height: 0;
	width: 22px;
	height: 43px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	z-index: 10;
}
.gallery .slick-prev {
	background: url(../images/prev.png) no-repeat;
	left: 12px;
}
.gallery .slick-next {
	background: url(../images/next.png) no-repeat;
	right: 14px;
}
.slide {
	outline: none;
	position: relative;
}
.visual .wrap h2 {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-family: 'life_btroman', sans-serif;
	letter-spacing: -.5px;
	border-left: 8px solid #f8b618;
	background: rgba(0, 0, 0, .5);
	margin: 0;
	padding: 5px 22px 7px 14px;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
}
.picture {
	position: relative;
}
.picture h2 {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-family: 'life_btitalic', sans-serif;
	letter-spacing: -.5px;
	border-left: 8px solid #f8b618;
	background: rgba(246, 170, 7, .5);
	margin: 0;
	padding: 2px 34px 10px 16px;
	position: absolute;
	left: 0;
	bottom: 20px;
}
/* location */
.location {
	padding: 35px 0 39px;
	letter-spacing: -.4px;
}
.location img {
	display: block;
	width: 100%;
}
.location h2 {
	font-size: 36px;
	line-height: 42px;
	font-family: 'life_btroman', sans-serif;
	letter-spacing: -1px;
	margin: 18px 0 16px;
}
.location p {
	margin: 0 0 22px;
	padding-left: 3px;
}
.location p + p {margin-bottom: 13px;}
.location .more-link {margin-left: 12px;}
/* footer */
#footer {
	padding: 35px 0;
	background: #221f20;
	color: #fff;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: -.5px;
}
#footer .logo {
	width: 169px;
	height: 98px;
	background: url(../images/logo-footer.png) no-repeat;
	margin: -8px 0 0;
}
#footer .contacts {padding: 13px 5px 0 31px;}
#footer address {
	margin: 0 0 11px;
	font-size: 17px;
	line-height: 22px;
	position: relative;
}
#footer address:before {
	content: '';
	width: 28px;
	height: 33px;
	background: url(../images/ico-address.png) no-repeat;
	position: absolute;
	top: 1px;
	left: -39px;
}
#footer span {display: block;}
#footer address a,
#footer .email a,
.footer-nav li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#footer address a:after,
#footer .email a:after,
.footer-nav li a:after {
	content: '';
	height: 1px;
	width: 0;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#footer address a:hover:after,
#footer .email a:hover:after,
.footer-nav li a:hover:after {width: 100%;}
#footer .mail:before {
	content: '';
	width: 34px;
	height: 33px;
	background: url(../images/ico-email.png) no-repeat;
	position: absolute;
	top: -4px;
	left: -45px;
}
.footer-nav {
	margin: 0;
	padding: 6px 0 0 8px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.footer-nav li {
	font-size: 17px;
	line-height: 26px;
	position: relative;
}
.footer-nav li:before {
	content: '';
	width: 5px;
	background: #f9b717;
	position: absolute;
	left: -10px;
	top: 4px;
	bottom: 6px;
}
#footer .social-box {
	float: left;
	margin: 12px 0 0 -20px;
}
#footer .social li {
	margin-left: 26px;
	float: left;
}
#footer .social a .socicon {
	font-size: 38px;
	line-height: 38px;
	color: #e7b833;
}
#footer .social a:hover .socicon {color: #FFE560;}

.page-image
{
	max-width: 100%;
}

.image-text
{
	border-top: 1px solid #e3d8c2;
	padding-top: 10px;
	float: left;
	font-style: italic;
	font-family: life;

}

.image-text-page
{
	border-top: 1px solid #e3d8c2;
	padding-top: 10px;
	float: left;
	font-style: italic;
	font-family: life;
	margin-left: 15px;
	margin-bottom: 20px;

}

.colmynd img
{
	max-width: 100%;
}

.embedsection
{
	margin-bottom: 20px;
}

.body-text p
{
	line-height: 30px;
}

.body-text::first-child p::first-letter
{
	font-family: life;
	font-size: 35px;
	border-left: 2px solid #e3d8c2;
	padding-left: 5px;
	//line-height: 1.6;

}

.brown-box
{
	background-color: #af8f50;
}

.brown-box p
{
	color: white;
	padding: 20px;

}

.brown-box h4
{
	font-size:  24px;
	font-family: life,serif;
	color: white;
	padding-left: 20px;
	padding-top: 10px;

}

.brown-box ul li
{
	color: white;

}

.gallery-box
{
	min-height: 250px;
}

.gallery-box h3
{
	font-size: 18px;
	margin-top: 5px;
	font-family: life, serif;
	color: #af8f50;
}

.gallery-box h3 a
{
	color: #af8f50;
}

.top20
{
	margin-top: 20px;
}

.bottom20
{
	margin-bottom:  20px;
}

.news-image img
{
	max-width: 100%;
}

.news-list em
{
	font-style: normal;
	font-size: 14px;
	color: #9a9797;
}


.months
{
	margin:0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
	font-size:  14px;
}

.year
{
	font-weight: bold;
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
}

.months li
{
	float: left;
	margin-right: 5px;
	margin-bottom:  10px;
}

.months li a
{

}

.months li a:hover
{

}


/* responsive */
@media screen and (max-width: 1200px){
	.navbar {padding: 0;}
	.logo {margin: 16px 0 0;}
	.navbar .box {width: auto;}
	.lang {margin: 14px 22px 0 0;}
	.lang-drop {
		top: -7px;
		left: auto;
		right: 100%;
		margin: 0 20px 0 0;
	}
	.search-form {height: 40px;}
	#main-nav {
		float: right;
		width: 100%;
		padding: 9px 0 0;
	}
	#main-nav > ul {float: right;}
	#main-nav ul li {font-size: 20px;}
	#main-nav ul li + li {margin-left: 27px;}
	#main-nav ul li a {padding-bottom: 24px;}
	.news {padding-bottom: 22px;}
	.news .holder,
	.about .holder {
		font-size: 16px;
		line-height: 26px;
	}
	.news .holder h2,
	.about .holder h2 {bottom: 16px;}
	.news-box .txt {
		height: 104px;
		padding: 6px;
		font-size: 16px;
	}
	.news blockquote {padding-top: 28px;}
	.news blockquote cite {font-size: 22px;}
	.about {padding: 28px 0 6px;}
	.about .holder p {padding: 20px 15px 74px;}
	.items li {padding: 0 0 27px 30px;}
	.nobel {padding: 29px 0 23px;}
	.nobel img {width: 286px;}
	.nobel h2 {
		padding: 14px 0 0 12px;
		font-size: 56px;
		line-height: 48px;
		margin-bottom: 31px;
	}
	.nobel h2 span {
		font-size: 120px;
		line-height: 60px;
	}
	.nobel h2 strong {
		font-size: 122px;
		line-height: 112px;
	}
	.visual {padding: 44px 0;}
	.visual .wrap h2,
	.picture h2 {bottom: 12px;}
	.location {
		padding: 44px 0 30px;
		font-size: 22px;
		line-height: 26px;
	}
	.location h2 {
		font-size: 40px;
		line-height: 42px;
		margin: 1px 0 13px;
	}
	.location p {margin: 0 0 26px;}
	.location .more-link {
		font-size: 22px;
	}
	#footer {
		font-size: 20px;
		line-height: 28px;
	}
	#footer .contacts {
		padding: 0 0 0 52px;
	}
	#footer address {
		float: left;
		font-size: 20px;
		line-height: 26px;
	}
	#footer .email {
		float: right;
		margin: 2px 85px 0 0;
	}
	#footer .social-box {
		float: right;
		margin: -28px 20px 0 0;
		position: relative;
	}
	.hidden-md {display: none;}
}
@media screen and (min-width: 992px) {
	.mm-menu {display: none !important;}
}
@media screen and (max-width: 991px){
	body {-webkit-text-size-adjust: none;}
	.container {
		width: 100%;
		padding: 0 45px;
	}
	.navbar {border-width: 0 0 1px;}
	.navbar .menu {padding-bottom: 5px;}
	.logo {
		float: left;
		width: 107px;
		height: 105px;
		margin: 4px 0 0 -2px;
	}
	.open-menu {
		font-size: 0;
		line-height: 0;
		display: block;
		float: right;
		width: 52px;
		margin: 28px 2px 0 0;
	}
	.navbar .box {display: none;}
	.open-menu span{
		display: block;
		height: 10px;
		background: #fbb818;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.open-menu span+span{margin-top: 6px;}
	.menu-opened .open-menu span:nth-child(1){
		-webkit-transform: rotate(45deg) translate(-1px,0);
		-ms-transform: rotate(45deg) translate(-1px,0);
		-o-transform: rotate(45deg) translate(-1px,0);
		transform: rotate(45deg) translate(-1px,0);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.menu-opened .open-menu span:nth-child(2){opacity: 0;}
	.menu-opened .open-menu span:nth-child(3){
		-webkit-transform: rotate(-45deg) translate(-2px,0);
		-ms-transform: rotate(-45deg) translate(-2px,0);
		-o-transform: rotate(-45deg) translate(-2px,0);
		transform: rotate(-45deg) translate(-2px,0);
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		-o-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
	#main-nav {display: none;}
	.mm-menu {
		left: -100%;
		top: 105px;
		bottom: 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		color: #fff;
		background: transparent;
		z-index: 30;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.menu-opened .mm-menu {left: 0;}
	.mm-panels {position: relative;}
	.mm-panels > .mm-panel {bottom: auto;}
	.mm-menu.mm-top {height: 100%;}
	.mm-menu .mm-navbar > *,
	.mm-menu .mm-navbar a {color: #fff;}
	.mm-navbar {
		border: none;
		background: rgba(173, 121, 19, .84);
		font-size: 30px;
	}
	.mm-prev:before,
	.mm-next:after,
	.mm-arrow:after {
		width: 10px;
		height: 10px;
	}
	.mm-navbar .mm-btn:first-child {left: 40px;}
	.mm-menu .mm-navbar .mm-btn:before,
	.mm-menu .mm-navbar .mm-btn:after {border-color: #fff;}
	.mm-panels > .mm-panel {padding: 0;}
	.mm-panels > .mm-panel > .mm-listview {margin: 0;}
	.mm-listview {
		font-size: 30px;
		line-height: 60px;
		color: #fff;
		background: rgba(173, 121, 19, .84);
	}
	.mm-panels > .mm-panel > .mm-listview:first-child,
	.mm-panels > .mm-panel > .mm-navbar + .mm-listview {margin: 0;}
	.mm-listview > li:not(.mm-divider):after {left: 0;}
	.mm-panels > .mm-panel > .mm-navbar + .mm-listview li:first-child {border-top: 1px solid #fff;}
	.mm-panels > .mm-panel > .mm-navbar + .mm-listview li.home {border-top: none;}
	.mm-menu .mm-listview {border-color: #fff;}
	.mm-listview > li:not(.mm-divider):after {border-bottom: 1px solid #fff;}
	.mm-listview > li > a,
	.mm-listview > li > span {padding: 2px 0 3px 68px;}
	.mm-listview .mm-next {
		width: 120px;
		background: url(../images/ico-opener-mobile.png) 30% 50% / 11px 19px no-repeat;
	}
	.mm-panels > .mm-panel:before,
	.mm-panels > .mm-panel:after {height: 0;}
	.mm-next:after,
	.mm-arrow:after {display: none;}
	.mm-menu .opener {display: none;}
	#mm-0 .mm-title {display: none;}
	.news {padding: 18px 0 25px;}
	.news .holder h2,
	.about .holder h2 {bottom: 35px;}
	.news .holder {margin-bottom: 42px;}
	.img-wrap figcaption {
		font-size: 26px;
		line-height: 32px;
		bottom: 16px;
	}
	.news-box .txt {
		padding: 2px 10px;
		font-size: 26px;
		line-height: 32px;
		height: 138px;
	}
	.news-box .txt time {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.news-box a {
		font-size: 26px;
		line-height: 46px;
		text-align: center;
	}
	.news blockquote {
		font-size: 26px;
		padding-top: 37px;
	}
	.news blockquote cite {font-size: 18px;}
	.about {padding: 40px 0 20px;}
	.items {margin-bottom: 55px;}
	.items li {padding: 0 0 22px 30px;}
	.items a span {
		font-size: 32px;
		padding: 5px 17px;
		bottom: 15px;
	}
	.about .holder h2 {
		font-size: 42px;
		line-height: 46px;
		bottom: 38px;
	}
	.about .holder h2 a {padding: 18px 50px 15px 22px;}
	.nobel {padding: 29px 0 34px;}
	.nobel img {
		width: 230px;
		margin: 0 78px 0 0;
	}
	.nobel h2 {
		font-size: 41px;
		line-height: 41px;
		padding: 14px 0 0 10px;
		margin-bottom: 29px;
	}
	.nobel h2 span {
		font-size: 84px;
		line-height: 42px;
	}
	.nobel h2 strong {
		letter-spacing: -2px;
		margin-left: -5px;
		font-size: 86px;
		line-height: 78px;
	}
	.more-link {
		font-size: 26px;
		line-height: 26px;
	}
	.visual {padding: 34px 0;}
	.gallery .slick-arrow {display: none !important;}
	.visual .wrap h2,
	.picture h2 {
		bottom: 28px;
		font-size: 48px;
		padding: 14px 22px 16px;
	}
	.visual .wrap {margin-bottom: 34px;}
	.location {
		padding: 10px 0 50px;
		font-size: 28px;
		line-height: 36px;
	}
	.location h2 {
		font-size: 42px;
		line-height: 46px;
		margin: 27px 0 6px;
	}
	.location p {margin: 0 0 36px;}
	.location p + p {margin-bottom: 20px;}
	.location .more-link {
		font-size: 28px;
		line-height: 30px;
	}
	#footer {
		padding: 38px 0 70px;
		font-size: 28px;
		line-height: 36px;
	}
	#footer .logo {margin-top: -10px;}
	#footer .contacts {padding: 0 0 0 130px;}
	#footer address {
		float: none;
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 15px;
	}
	#footer address:before {top: 12px;}
	#footer .email {
		float: none;
		margin: 0;
	}
	#footer .mail:before {top: 7px;}
	#footer .social-box {
		width: 100%;
		float: left;
		margin: 49px 0 0;
		padding: 0 15px;
	}
	#footer .social {
		float: none;
		text-align: justify;
		position: relative;
		font-size: .1px;
	}
	#footer .social:after {
		content: '';
		display: inline-block;
		width: 100%;
		clear: both;
	}
	#footer .social li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}
	#footer .social a .socicon {
		font-size: 66px;
		line-height: 66px;
	}
}
@media screen and (max-width: 800px) {
	.container {padding: 0 15px;}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	.open-menu {
		width: 40px;
		margin: 36px 0 0;
	}
	.navbar .box {display: none;}
	.open-menu span {height: 6px;}
	.mm-listview {
		font-size: 20px;
		line-height: 40px;
	}
	.mm-navbar {font-size: 20px;}
	.mm-listview > li > a,
	.mm-listview > li > span {padding: 3px 10px 3px 20px;}
	.mm-listview .mm-next {
		width: 60px;
		background: url(../images/ico-opener-mobile.png) 50% 50% / 11px 19px no-repeat;
	}
	.news,
	.about,
	.visual,
	.location {padding: 20px 0;}
	.news .holder {margin-bottom: 20px;}
	.news-box .txt {
		font-size: 16px;
		line-height: 24px;
		height: 120px;
	}
	.news-box .txt time {
		font-size: 12px;
		line-height: 18px;
	}
	.news-box a {
		font-size: 16px;
		line-height: 28px;
	}
	.news blockquote {
		font-size: 18px;
		line-height: 28px;
		padding: 20px 0 0;
	}
	.news blockquote cite {font-size: 12px;}
	.items {margin-bottom: 0;}
	.items a span {
		font-size: 20px;
		line-height: 32px;
		padding: 0 10px;
		bottom: 10px;
	}
	.about .holder h2,
	.visual .wrap h2,
	.picture h2 {
		bottom: 15px;
		font-size: 24px;
		line-height: 30px;
	}
	.about .holder h2 a {padding: 10px 20px;}
	.nobel {padding: 20px 0;}
	.nobel img {margin: 0 auto 20px;}
	.nobel h2 {
		padding: 20px 0 0;
		margin-bottom: 20px;
	}
	.visual .wrap {margin-bottom: 20px;}
	.visual .wrap h2,
	.picture h2 {padding: 10px 20px;}
	.location {
		font-size: 18px;
		line-height: 28px;
	}
	.location h2 {
		font-size: 32px;
		line-height: 38px;
		margin: 20px 0 10px;
	}
	.location p {
		margin: 0 0 10px;
		padding: 0;
	}
	.location .more-link {
		font-size: 22px;
		line-height: 26px;
		margin-left: 0;
	}
	#footer {
		padding: 20px 0;
		font-size: 22px;
		line-height: 30px;
	}
	#footer .contacts {
		float: left;
		padding: 0 0 0 100px;
	}
}
@media screen and (max-width: 650px), screen and (orientation: landscape) and (max-width: 650px), screen and (orientation: portrait ) and (max-width: 650px){
	.nobel {text-align: center;}
	.nobel img {
		float: none;
		display: block;
	}
	.nobel h2 {
		padding: 10px 0 0;
		text-align: center;
	}
	#footer .logo-col {
		float: none;
		padding: 0;
		width: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#footer .logo {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#footer .contacts {
		float: none;
		padding: 0;
		text-align: center;
	}
	#footer address {
		display: inline-block;
		vertical-align: top;
		font-size: 22px;
		line-height: 30px;
	}
	#footer address:before,
	#footer .mail:before {top: 0;}
	#footer .social-box {
		float: none;
		margin: 20px 0 0;
	}
	#footer .social {text-align: center;}
	#footer .social li {margin: 0 10px;}
	#footer .social a .socicon {
		font-size: 40px;
		line-height: 42px;
	}
}
@media screen and (max-width: 500px), screen and (orientation: landscape) and (max-width: 500px), screen and (orientation: portrait ) and (max-width: 500px){
	.mm-listview {
		font-size: 16px;
		line-height: 34px;
	}
	.mm-navbar {font-size: 16px;}
	.mm-listview > li > a,
	.mm-listview > li > span {padding: 3px 5px 3px 15px;}
	.news .holder h2,
	.about .holder h2,
	.visual .wrap h2,
	.picture h2 {
		width: auto;
		font-size: 20px;
		line-height: 26px;
		bottom: 5px;
	}
	.news .holder h2 a {padding: 10px 20px;}
	.news .holder p,
	.about .holder p {padding: 10px 10px 44px;}
	.news .holder,
	.about .holder {
		font-size: 12px;
		line-height: 18px;
	}
	.news-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.img-wrap figcaption {
		bottom: 5px;
		font-size: 22px;
		line-height: 30px;
	}
	.news-box .txt {height: auto;}
	.news blockquote {
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.items {margin: 0 0 0 -20px;}
	.items li {padding: 0 0 20px 20px;}
	.items a span {
		font-size: 16px;
		line-height: 24px;
		bottom: 5px;
	}
	.nobel h2 {
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.nobel h2 span {
		font-size: 70px;
		line-height: 36px;
	}
	.nobel h2 strong {
		font-size: 64px;
		line-height: 60px;
	}
	.more-link,
	.location .more-link {
		font-size: 20px;
		line-height: 24px;
	}
	.location {
		font-size: 16px;
		line-height: 24px;
	}
	.location p + p {margin-bottom: 10px;}
	#footer,
	#footer address {
		font-size: 16px;
		line-height: 22px;
	}
	#footer address:before,
	#footer .mail:before {top: -4px;}
	#footer .social a .socicon {
		font-size: 28px;
		line-height: 30px;
	}
}


.leikur {
    text-align: center;
}
.leikur .content {
    color: #99856e;
}
.leikur .content > h1 {
    margin-top: 120px!important;
    color: #c26f07;
    font-size: 120px;
    text-transform: uppercase;
    line-height: 1;
}
@media screen and (max-width:767px) {
    .leikur .content > h1 {
        font-size: 96px;
    }
}
@media screen and (max-width:480px) {
    .leikur .content > h1 {
        font-size: 52px;
    }
}
.leikur .content > h2 {
    margin-top: 0;
    margin-bottom: 76px;
    font-size: 36px;
}
@media screen and (max-width:767px) {
    .leikur .content > h2 {
        font-size: 32px;
    }
}
@media screen and (max-width:480px) {
    .leikur .content > h2 {
        font-size: 22px;
    }
}
.leikur .content .wrap {
    margin-bottom: 24px;
    overflow: hidden;

}
.leikur .content .greybox {
    padding: 96px 24px;
}
@media screen and (max-width:540px) {
    .leikur .content .greybox {
        padding: 72px 12px;
    }
}
.leikur .content .greybox h3 {
    margin-top: 24px;
    color: #c26f07;
    font-size: 86px;
    line-height: 1;
    text-transform: uppercase;
}
@media screen and (max-width:540px) {
    .leikur .content .greybox h3 {
        font-size: 64px;
    }
}
@media screen and (max-width:420px) {
    .leikur .content .greybox h3 {
        font-size: 48px;
    }
}
.leikur .content .greybox h4 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.2;
}
@media screen and (max-width:540px) {
    .leikur .content .greybox h4 {
        font-size: 28px;
    }
}
.leikur .content .greybox p {
    margin: 0 0 36px;
    font-size: 30px;
    line-height: 1.2;
}
@media screen and (max-width:540px) {
    .leikur .content .greybox p {
        font-size: 22px;
    }
}
@media screen and (max-width:420px) {
    .leikur .content .greybox p span {
        display: none;
    }
}
.leikur .content .greybox .btn-large {
    padding: 17px 48px 12px;
    font-size: 26px;
}
.leikur .content .greybox .btn-large.red {
    background-color: #c1122e;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#cd1531),color-stop(50%,#c3122e),to(#bb102c));
    background-image: -webkit-linear-gradient(#cd1531,#c3122e 50%,#bb102c);
    background-image: linear-gradient(#cd1531,#c3122e 50%,#bb102c);
    background-repeat: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd1531',endColorstr='#bb102c',GradientType=0);
    box-shadow: 0 2px 0 #a60a1e;
    border: none;
}
.leikur .content .greybox .btn-large.red:hover, .leikur .content .greybox .btn-large.red:focus {
    background-color: #a1001c;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b4002b),color-stop(50%,#a3001d),to(#9b0017));
    background-image: -webkit-linear-gradient(#b4002b,#a3001d 50%,#9b0017);
    background-image: linear-gradient(#b4002b,#a3001d 50%,#9b0017);
    background-repeat: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4002b',endColorstr='#9b0017',GradientType=0);
}
.leikur .content .greybox .btn-large.red:active {
    background: #bb102c;
    color: rgba(255,255,255,0.8)!important;
    box-shadow: inset 0 2px 0 #a60a1e,0 2px 0 #a60a1e;
}
.leikur .content .contactform {
    max-height: 1500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-top: solid 1px #ececec;
    transition: max-height 0.5s cubic-bezier(0.75,0,1,1);
    -webkit-transition: max-height 0.5s cubic-bezier(0.75,0,1,1);
}
.leikur .content .contactform.hideme {
    max-height: 0;
    border-top: 0;
    transition: max-height 0.5s cubic-bezier(0,0,0,1);
    -webkit-transition: max-height 0.5s cubic-bezier(0,0,0,1);
}
.leikur .content .contactform .content {
    padding: 80px 150px;
}
@media screen and (max-width:960px) {
    .leikur .content .contactform .content {
        padding: 80px;
    }
}
@media screen and (max-width:640px) {
    .leikur .content .contactform .content {
        padding: 60px 30px;
    }
}
.leikur .content .contactform .content h3 {
    margin-bottom: 32px;
    font-size: 36px;
}
.leikur .content .contactform .content p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 26px;
}
.leikur .content .contactform form {
    text-align: left;
}
.leikur .content .contactform form .btn {
    padding-left: 32px;
    padding-right: 32px;
}
.leikur .content .bottombox {
    padding: 36px 0;
    text-align: left;
    border-top: solid 1px #ececec;
}
.leikur .content .bottombox h3 {
    font-size: 26px;
}
.leikur .content .bottombox .row {
    margin: 0;
}
.leikur .content .bottombox .column {
    padding: 36px;
}
.leikur .content .bottombox img {
    margin: 0 0 16px 32px;
}
.leikur .content .bottombox .btn {
    padding: 6px 36px 4px;
}
.leikur .content .bottomlike {
    text-align: right;
    margin-bottom: 24px;
}
.leikur .questionaire {
    position: relative;
    min-height: 404px;
    padding: 80px 0;
    overflow: hidden;
    color: #99856e;
    font-weight: 500;
    text-align: center;
}
.leikur .questionaire .heading {
    margin-bottom: 8px;
    font-size: 24px;
}
.leikur .questionaire .question {
    font-size: 30px;
    line-height: 32px;
}
.leikur .questionaire ul {
    position: relative;
    left: 0;
    width: auto;
    margin: 44px 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.leikur .questionaire ul li {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    margin: 0 23px;
    padding: 0;
    overflow: hidden;
    background: #e7b833;
    color: #333;
    border-radius: 100%;
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
    transition: transform .5s,color .5s,border .25s,margin .25s;
    -webkit-transition: -webkit-transform 0.5s,color 0.5s,border 0.25s,margin 0.25s;
}
.leikur .questionaire ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.leikur .questionaire ul li:hover {
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #c26f07;
}
.leikur .questionaire ul li.small {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.leikur .questionaire ul li.selected {
    -ms-transform: scale(1.32);
    transform: scale(1.32);
    -webkit-transform: scale(1.32);
    margin: -6px 17px;
    color: #c26f07;
    border: solid 6px #c26f07;
    pointer-events: none;
}
.leikur .questionaire ul li.inactive {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    pointer-events: none;
}
.leikur .questionaire ul.hideme li {
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
}
.leikur .questionaire ul.sequence li:nth-child(1) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}
.leikur .questionaire ul.sequence li:nth-child(2) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.leikur .questionaire ul.sequence li:nth-child(3) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}
.leikur .questionaire .status {
    margin: 0;
    font-size: 20px;
}
.leikur .questionaire .answer {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 60%;
    opacity: 0;
}
@media screen and (max-width:767px) {
    .leikur .questionaire .answer {
        width: 85%;
    }
}
.leikur .questionaire .answer p {
}
.leikur .questionaire .answer p.head {
    margin-bottom: 36px;
    font-size: 34px;
    line-height: 1;
}
.leikur .questionaire .answer p.text {
    margin-bottom: 56px;
    font-size: 30px;
    line-height: 1.2;
}
.leikur .questionaire .answer .share {
    position: relative;
    padding: 16px 16px 16px 64px;
    background: #fff;
    color: #c26f07;
    opacity: 0;
    font-size: 21px;
    text-decoration: none;
    border-radius: 3px;
    transition: background .5s,color .5s;
    -webkit-transition: background .5s,color .5s;
}
.leikur .questionaire .answer .share svg {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 22px;
    height: 22px;
}
.leikur .questionaire .answer .share svg path {
    transition: fill .5s;
    -webkit-transition: fill .5s;
}
.leikur .questionaire .answer .share:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 2px;
    height: 100%;
    background: #c26f07;
}
.leikur .questionaire .answer .share:hover {
    color: #fff;
    background: #425eab;
}
.leikur .questionaire .answer .share:hover svg path {
    fill: #fff;
}
@media screen and (max-width:740px) {
    .leikur .questionaire .heading, .leikur .questionaire .question {
        margin-left: 24px;
        margin-right: 24px;
    }
    .leikur .questionaire .question span {
        display: none;
    }
    .leikur .questionaire ul {
        margin: 21px 0;
    }
    .leikur .questionaire ul li {
        display: block;
        width: auto;
        height: auto;
        margin: 10px;
        padding: 20px 36px;
        font-size: 20px;
        border-radius: 4px;
    }
    .leikur .questionaire ul li span {
        position: static;
        padding: 0;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
    }
    .leikur .questionaire ul li:hover, .leikur .questionaire ul li.small, .leikur .questionaire ul li.inactive, .leikur .questionaire ul li.selected {
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .leikur .questionaire ul li.selected {
        margin: 10px;
        border: none;
    }
    .leikur .questionaire ul li.selected:before, .leikur .questionaire ul li.selected:after {
        content: '';
        position: absolute;
        top: 50%;
        z-index: 2;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
    }
    .leikur .questionaire ul li.selected:before {
        left: 0;
        border-width: 10px 0 10px 8px;
        border-color: transparent transparent transparent #c26f07;
    }
    .leikur .questionaire ul li.selected:after {
        right: 0;
        border-width: 10px 8px 10px 0;
        border-color: transparent #c26f07 transparent transparent;
    }
    .leikur .questionaire ul.hideme li {
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    .leikur .questionaire .answer p.head {
        font-size: 28px;
    }
    .leikur .questionaire .answer p.text {
        font-size: 22px;
    }
}
.leikur .video {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    background-color: #414141;
    background-size: cover;
    background-position: center;
}
.leikur .video .video-wrap {
    position: relative;
    z-index: 2;
    height: 0;
    padding-bottom: 56.25%;
    pointer-events: none;
}
.leikur .video .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.leikur .video .fb-like {
    position: absolute;
    right: 36px;
    bottom: 36px;
    z-index: 1;
}
.leikur .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 78px;
    height: 78px;
    background: #c26f07;
    border-radius: 100%;
    cursor: pointer;
    transition: background .5s;
    -webkit-transition: background .5s;
}
.leikur .video .play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 36px;
    border-color: transparent transparent transparent #fff;
}
.leikur .video .play:hover {
    background: #cb232a;
}
.leikur .video .text {
    position: absolute;
    bottom: 27px;
    left: 36px;
    z-index: 0;
    color: #fff;
    text-align: left;
}
.leikur .video .text p {
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-size: 40px;
    line-height: 1;
}
.leikur .video.active .video-wrap {
    pointer-events: auto;
}
.leikur .video.active .video-wrap iframe {
    opacity: 1;
}
@media screen and (max-width:540px) {
    .leikur .video {
        margin-bottom: 88px;
    }
    .leikur .video .fb-like {
        right: 18px;
        bottom: 18px;
    }
    .leikur .video .text {
        top: 100%;
        left: 0;
        bottom: auto;
        width: 100%;
        padding: 24px;
        background: #414141;
        box-sizing: border-box;
    }
}
@media screen and (max-width:360px) {
    .leikur .video {
        margin-bottom: 72px;
    }
    .leikur .video .text p {
        font-size: 24px;
    }
}
