@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;700&family=Quicksand:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');

html, body {
	padding: 0;
	margin: 0;
}
/* Reset */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
body {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #e5e5e5;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	background: #0b0b0b;	/* #080707 */
}
html, body {
	height: 100%;
}
.no-padding {
	padding: 0;
}
ul {
	margin-left: 0;
	padding-left: 0;
}
p {
	margin:0 0 10px;
	line-height:1.6;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size:inherit;
	border-left: 5px solid #eee;
	border-left-color: #c3512f;
}
#site-center ul {
	margin-left: 30px;
}

h1 {
	font-size: 28px;
	font-family: 'Quicksand', 'Roboto', serif;
	letter-spacing: 1px;
	color: #e1b558;
	box-sizing: content-box;
	position: relative;
	margin: 40px 0;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
h1.start {
	margin: 0;
	/* color:#267cc5; */
}
h3, h4 {
	line-height: 1.1;
	font-family: 'Oswald', 'Roboto', serif;
	color: #e1b558;
	font-weight: 400;
}

h2 {
	line-height: 1.1;
	font-size: 26px;
	font-weight: normal;
	font-family: 'Quicksand', 'Oswald', 'Roboto', serif;
	color: #e1b558;
	font-weight: 400;
	padding: 28px 0 20px 0;
	position: relative;
	text-transform: uppercase;
}
h2.start {
	text-align: center;
	font-size: 26px;
	font-family: 'Quicksand', 'Roboto', serif;
}
h2.socials {
	color:white
}

h3 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Oswald', 'Roboto', serif;
	padding: 20px 0 15px 0;
	margin:0;
}

h4 {
	font-size: 18px;
}

a, a:hover, a:focus {
	text-decoration: none;
	color: #ebb512;
	outline: none;
}
a:hover, a:focus {
	opacity: 0.85;
}
hr {
	margin: 20px 0;
	border-top: 1px solid #bfa374;
}
strong {
	font-weight:bold;
}
form.lang select {
	background-color: transparent;
}
header {
	margin: 0 auto;
	width: 100%;
	/*background-color: #011020;*/
	padding: 0;
	z-index: 99;
	position: relative;
	top: 0;
}
header.main {
	background-color: #0b0b0b;
	/*background-image: linear-gradient(to right, #a20000, #f30000);*/
	height: 99px;
	position: fixed;
}
header.scroll {
	background-color: #ebe9dc;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
	overflow: hidden;
	position: fixed;
	height:95px;
}
.sticky + .content, .content {
	padding-top: 140px;
}
nav:not(.mm-menu) {
	display: none;
}
.header {
	display: none;
}
.btn-block{
	margin-top: 20px;
	font-family: 'Oswald', 'Roboto', serif;
	font-size: 20px;
	text-transform: uppercase;	
}

@media (max-width: 1024px) {
	em {
		padding: 20px 0 0 0;
	}
	.header {
		display:block;
		margin:0;
		padding:0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: auto;
		z-index: 1000;
	}
	.header a {
		display: block;
		width: 40px;
		height: 40px;
		color: #fff;
		margin: 10px;
		position: absolute;
		top: 25px;
		right: 0;
		font-size: 40px;
		padding: 0;
	}
}

ul.tree {
	margin: 10px;
	list-style-type: square;
	list-style-position: inside;
}
ul.tree li a, a.linkTree {
	color: #aaaaaa;
}
ul.tree li a:hover {
	color: #c79b58
}
h1.header-text span {
/*	font-size:30px;
	font-family:'Dancing Script';
	text-transform:none;
	font-weight:600;
	color:#555;*/
}
h1.header-text {
	font-size: 28px;
	text-align: center;
	color: #e1b558;
	font-weight: normal;
	font-family: 'Quicksand', 'Roboto', serif;
	margin: 20px 0;
}

#site-center {
	/* margin-top: 30px; */
	padding: 15px 10px 50px;
	border-top: solid 1px #342911;
}
#site-center-news {
	margin-top: 80px;
	padding: 15px 10px 50px;
	border-top: solid 1px #342911;
}
.site-center-start {
	/*    margin-top: 30px;*/
	padding: 20px 10px 10px;
	background: #0b0b0b;
	/*width: 1200px;*/
	margin: auto;
	text-align: center;
	border-top: solid 1px #342911;
}

.news-others {
	margin-top: 30px;
}

.carousel-caption h1, .carousel-caption div.caption-title {
    font-size: 18px;
    margin: 0 0 100px 60px;
    padding: 0;
    font-family: 'Roboto', 'Oswald';
    color: #ebe6d9;
    font-weight: 200;
    text-transform: uppercase;
}
.carousel-caption .btn {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.booking-button-promo #j-forms span.error-view {
	color: #ccc;
}
.j-forms input[type="text"], .j-forms input[type="password"], .j-forms input[type="email"], .j-forms input[type="date"], .j-forms input[type="search"], .j-forms input[type="url"], .j-forms textarea, .j-forms select {
	background: #f5f5f5;
	border: 2px solid #dedede;
	color: #555;
	border-radius: 4px;
}
.j-forms .primary-btn, .j-forms .file-button, .j-forms .secondary-btn {
	background: #353535;
}

@media (max-width: 1024px) {
	#site-center .col-sm-8  img {
		width: 100%;
		box-sizing: content-box;
	}
}

@media (max-width: 700px) {
	#site-center {
	 padding: 0 10px 40px 10px;
	}
}

#site-center.small-container {
	padding-left: 15px;
	padding-right: 15px;
}
#site-center h2.teaser-header {
	color: #fff;
	opacity: .6;
}
.btn-light, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.disabled, .btn-light:disabled, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	color: #cccccc;
	font-size: 1.0em;
	background-color: transparent;
	border-color: transparent;
}
.ct-headers-subtitle {
	width: 100%;
	text-align: center;
	font-family: 'Raleway', 'Roboto', sans-serif;
	font-size: 25px;
	color: #838383;
	font-weight: 200;
	margin-bottom: 40px;
	line-height: 25px;
}
.bgBeige {
	background-color: #000000;
}
.padBot40 {
	padding-bottom: 40px;
}
.container {
	position: relative;
	width: auto;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	background: #0b0b0b;	/* #080707 */
}
.container-puffar {
	position: relative;
	width: auto;
	max-width: 1170px;
	margin: 0 auto 50px auto;
	padding: 0;
	background: #0b0b0b;
}
.container-vip {
	position: relative;
	width: auto;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	/*border-bottom: solid 1px #342911;*/
}
.container-socials {
	position: relative;
	width: auto;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}
.container-footer {
	position: relative;
	width: auto;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}

header #logo {
	width:auto;
	max-height:100px;
	margin: 0;
	position:absolute;
	top: 5px;
	left: 20px;
	z-index: 20;
}
header #logo img {
	max-height: 90px;
}

.carousel-item img.object{
	height: 423px;
}

@media (max-width: 1024px) {
	.carousel-item img.object{
		height: 368px;
	}
}
@media (max-width: 900px) {
	.carousel-item img.object{
		height: 342px;
	}
}
@media (max-width: 800px) {
	header #logo img {
		margin: 10px 0 ;
		max-height: 70px;
	}
	header.main {
		height: 105px;
	}
	.sticky + .content, .content {
		padding-top: 105px;
	}
	.carousel-item img.object{
		height: 264px;
	}
}
@media (max-width: 430px) {
	header #logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	header #logo img {
		margin: 20px 0 0 0 ;
		max-width: 200px;
	}
	.ct-headers-subtitle {
		font-size: 20px;
		line-height: 20px;
	}
	.w50, header .right {
		width: 100%;
	}
	.carousel-item img.object{
		height: 174px;
	}
}

header #logo h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}
header #logo h1 a {
	color: #fff;
!important
}
.right {
	float: right;
}
.left {
	float: left;
}
header .right .phone {
	text-align: right;
	color: #fff;
	white-space: nowrap;
	display: inline-table;
	font-size: 14px;
	padding: 5px 5px 0 0
}
header .fa-envelope, header .fa-phone {
	/*background-color:#b5573b;*/
	color: #fff;
	padding: 3px 4px;
	border-radius: 5px;
	margin: 0 3px 0 10px;
	font-size: 12px;
}
header .right .phone a, header .right .phone a:hover {
	color: #fff;
}
#header-wrapp {
	padding: 0;
	height: 100px;
	border-bottom: solid 1px #272218;
}
.clear {
	clear: both;
}

/* Top menu */
#topmenu {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	top: 30px;
	margin: 0;
	line-height: normal;
	background: #0b0b0b;
	/*letter-spacing: 1px;*/
}
#topmenu ul {
	position: relative;
	text-align: left;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
#topmenu ul.primary {
	padding: 0;
	margin: 0;
	width: 100%;
}
#topmenu ul:after {
	clear: both;
}
#topmenu ul:before {
	content: " ";
	display: table;
}

#topmenu li {
	float: left;
	margin: 0;
}
#topmenu a {
	text-decoration: none;
	font-family: 'Quicksand', 'Oswald', 'Roboto', serif;
	/*font-weight: 700;
	text-transform: uppercase;*/
	font-size: 14px;
	letter-spacing: 1px;
}
#topmenu a:hover {
	opacity: 1;
	/*border-bottom: 1px solid #241d12;*/
}
#topmenu ul.primary a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .3s ease, background-color .3s ease;
}
#topmenu ul.primary a:hover:after {
	width: 100%;
	background: #ebaa43;
}
#topmenu ul.primary li a {
	color: #fff;
	padding: 5px 22px;
	position: relative;
	display: block;
}
#topmenu ul.primary li a:hover {
	color: #fff;
}
#topmenu ul.primary li:hover > a {
	/*color: #e6a642;
	opacity: 1;*/
}
#topmenu ul.primary li a.enabled {
	color: #e6c876;
	/*background-color: #b5573b;
	border-bottom: solid 3px #b5573b;*/
}


/* Sub-menu */
#topmenu ul.sub {
	position: absolute;
	z-index: 200;
	width: auto;
	display: none;
	padding: 0;
	/*margin-top: 2px;*/
}
#topmenu ul.sub li {
	float: none;
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
}
#topmenu ul.sub li a {
	border-bottom: 1px solid #241d12;
	padding: 10px 20px 10px 10px;
	line-height: normal;
	display: block;
	background: #0b0b0b;
	color: #aaa;
	font-weight: 400;
}
#topmenu ul.sub li a:after {
	height: 0;
	transition: none;
}
#topmenu ul.primary li:hover ul {
	display: block;
	background: #011020;
	color: #fff;
}
#topmenu ul.sub li:hover > a {
	border-left: 2px solid #e6a642;
}

#top ul.sub li:last-child a {
	border-bottom: none;
}


@media (max-width: 1024px) {
	#topmenu, header .right .phone {
		display:none;
	}
	header.main{
		height:105px;
	}
	.sticky + .content, .content {
		padding-top: 145px;
	}
}

@media (min-width: 1025px) and (max-width: 1430px) {
	header .right  {
		padding-right:150px;
	}
}
@media (min-width: 801px) and (max-width: 1010px) {
	.container {
		max-width: 100%;
		padding: 0 12px;
	}
}
@media (max-width: 800px) {
	.content .fright {
		float:none;
	}
	.content {
		min-height:auto;
	}
	.col-md-6 {
		max-width: 100%;
	}
}
@media (max-width: 680px) {
	.w50, header .right {
		margin-top:0px;
	}
}

/*#column-menu.midlist ul{border-top: 1px solid #555;}*/
#column-menu.midlist ul li a {
    display: block;
    width: auto;
    padding: 8px 0 4px 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #aaaaaa;
    /* background: #444; */
}
#column-menu.midlist ul {
	margin-left: 0;
}
#column-menu.midlist ul li {
	list-style-position: inside;
	list-style-type: none;
	/*	border-bottom: 1px solid #222;*/
}
#column-menu.midlist ul li a.enabled, #column-menu.midlist ul li a:hover {
	color: #e7a922;
	background: #101010;
	border-left: 4px solid #e7a922;
	padding-left: 10px;
}
.text-align-left {
	text-align: left;
	font-style: normal;
	font-weight: 400;
}

/* Banner, puffar */
.banner-inner {
	padding: 10px 20px 30px 20px;
    margin: 0;
    background-color: #1e1e1f;
	box-shadow: 0px 0px 10px #202020;
}
.banner-inner-text {
	height: 96px;
	overflow: hidden;
	font-size: 14px;
	color: #dddddd;
}
.banner-inner .date {
	padding: 10px 0 0 0;
	color: #a19d91;
}

.banner-img-inner {
	padding: 0 20px;
    margin: 0 0 14px 0;
    background-color: #1e1e1f;
	/*box-shadow: 0px 0px 10px #202020;*/
}
.banner-img-inner-text {
	height: 96px;
	overflow: hidden;
	font-size: 14px;
	color: #dddddd;
}
.banner-img-inner .date {
	padding: 10px 0 0 0;
	color: #a19d91;
}

.socials-inner {
	text-align: center;
}
.insta-inner-text {
	padding: 20px 20px 20px 0;
}
.clear, .clear-both {
	clear: both;
}

h3.item-title, .media-body h3 {
	color: #c4b39e;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Oswald', 'Roboto';
}

.media-body li{
	list-style-position: inside;
	list-style-type: disc;
}
.col-custom {
	/*box-shadow: 0px 8px 20px #c9c9c9;*/
}
.grid-menu .item-meta {
	margin: 0;
	padding: 6px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*border-bottom: 1px dashed #ebe8e2;*/
	margin-bottom: 10px;
}
.grid-menu .item-title {
	padding: 0;
	min-height: 80px;
}
.grid-menu .item-price {
	font-family: 'Oswald', 'Roboto', sans-serif;
	font-size: 18px;
	/*    color: #bb9356;*/
    font-weight: 600;
	opacity: 0.7;
}
div.space.m {
	height: 75px;
}
h2.dish-cat {
	margin:70px 0 0 0;
	padding-left:15px;
}
.dish-cat-description {
	/*	text-align:center;*/
	margin: 0 0 20px 15px;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	opacity: 0.8;
}
.dish-text {
	border-bottom: 1px dashed #ebe8e2;
	padding-bottom: 10px;
	min-height: 60px;
}
.img-circle {
	border-radius: 50%;
}
.fright {
	float: right;
}

.results-left-block {
    border-bottom: 1px solid #252525;
    padding: 10px 0 2px 0;
}

@media (min-width: 1200px) {
	.small-container {
		width: 1020px;
	}
}
@media (min-width: 768px) and (max-width: 964px) {
	#site-header a {
		font-size: 10px;
		letter-spacing: 3px;
		margin: 0 7px;
	}
	#site-header a.header-home {
		font-size: 16px;
		letter-spacing: 5px;
		margin: 0 5px;
	}
}

.hotel-item {
	width: 48%;
    margin-bottom: 40px;
    margin-right: 15px;
    margin-left: 5px;
    box-sizing: border-box;
    float: left;
    clear: both;
    /* border: solid 1px #2a271c; */
    background: #1e1e1f;
}
.hotel-item.last {
	margin-left: 10px;
	margin-right: 0px;
	clear: none;
}
.hotel-item h3 {
    margin-top: 10px;
    padding: 5px 15px 16px 20px;
    font-size: 20px;
    font-weight: normal;
    color: #c9b063;
}
.hotel-item h3 small {
	color: #fff;
	font-size: 14px;
}
.hotel-item .roominfo {
	color: #ddd;
}
.hotel-item .roominfo small {
	vertical-align: top;
}
.hotel-item .fa, .hotel-item .far, .hotel-item .fas {
	font-size: 30px;
	color: #999;
}
.hotel-content {
    padding: 0 20px 20px 20px;
    overflow: auto;
    font-size: 14px;
    color: #dddddd;
    min-height: 100px;
}
.list-choose {
	padding: 0 0 20px 0
}
.hotel-item .list-choose {
	padding: 0;
	width:100%
}
#site-center .hotel-content ul {
	margin-left: 0;
}
.hotel-item .date {
    padding: 15px 0 0 20px;
    color: #a19d91;
}
.col-sm-4.list-price, .col-sm-3.list-price, .map-price {
	font-size: 12px;
	font-weight: 200;
	font-family: 'Roboto', 'Trebuchet MS', 'Arial', sans-serif;
}
.no-padding-row .list-price {
	margin-bottom: 15px;
}
.info-row {
	margin-bottom: 15px;
}
.list-price .price, .google-popup .price {
	font-size: 18px;
	font-weight: 400;
}
.more-hotel-info {
	padding: 25px;
	padding-top: 0px;
	display: none;
	border-top: solid 1px #F9F4EE;
	overflow: auto;
	background: #fff;
}
.more-hotel-info h3, .additional-informations h3 {
	float: none;
	color: #ACABB0;
	font-size: 10px;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 15px;
}
.more-hotel-info h3.desc-header {
	float: left;
}
.carousel a.carousel-control {
	background-color: rgba(255, 255, 255, 0.53);
	background-repeat: no-repeat !important;
	background-position: center center;
	border: medium none;
	border-radius: 50%;
	height: 45px;
	position: absolute;
	text-indent: -1e+7px;
	top: 50%;
	width: 45px;
	z-index: 10;
	margin-top: -14px;
	font-size: 0;
	opacity: 1;
}
.carousel a.left {
	left:25px;
	background-image: url('../img/slideprev.png');
}
.carousel a.right {
	right:25px;
	background-image: url('../img/slidenext.png');
}
.details-price-cell label {
	margin-bottom: 0;
}
.details-row .carousel a.left {
	background-image: url(slideprev-white.png);
}
.details-row .carousel a.right {
	background-image: url(slidenext-white.png);
}
.room-title {
	margin: 5px 0 10px 0;
}
.details-name h2 {
	color: #333;
}
.details-rating {
	font-size: 24px;
	color: #F68831;
	text-align: right;
	margin-top: 10px;
}
 @media (max-width: 700px) {
 .hotel-item {
 flex-basis: 100%;
}
}
.no-padding-left {
	padding-left:0;
}
.no-padding-right {
	padding-right:0;
}
.no-padding-top {
	padding-top:0 !important;
}
.no-float {
	float:none !important;
}
.side-padding {
	padding-left:15px !important;
	padding-right:15px !important;
}
.clear-both {
	clear:both;
}
.button-form {
	border: none;
	color: white;
	width: 100%;
	padding: 25px;
	text-decoration: none;
	display: block;
	font-family: 'Syncopate', 'Roboto';
	text-transform: uppercase;
	font-size:18px;
	text-align: left;
	letter-spacing: 4px;
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-color: #F68833;
	background-position: right 20px center;
	letter-spacing:3px;
}
label input {
	display: none;/* <-- hide the default checkbox */
}
label span {/* <-- style the artificial checkbox */
	height: 35px;
	width: 35px;
	border: none;
	display: inline-block;
	position: relative;
	background: #fbf4ee;
	margin-top:10px;
}
[type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
	content: url(../img/check-orange2.png);
	position: absolute;
	top: 0px;
	left:2px;
	width: 20px;
}
label strong {
	font-weight:normal;
	vertical-align: middle;
	padding: 0 0 30px 10px;
	font-size: 14px;
	/*	font-family: "Syncopate",sans-serif;
    text-transform: uppercase;
	letter-spacing: 4px;*/
	color:#888;
	display:inline-block;
}
#content-form h3 {
	margin-top:0;
}
#content-form form .error {
	border: 1px solid #f13c56
}
#content-form form div.error, #content-form div.info {
	clear:both;
	position:relative;
	border-radius:3px;
	margin:10px 0;
}
#content-form div.error {
	padding:10px 50px;
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
#content-form div.info {
	padding:5px 50px 20px 50px;
	line-height:3em;
	background: #fff;
}
#content-form div.info h3 {
	font-weight:normal;
	line-height:1.5em;
}
.flygbolag-info {
	background:white;
	padding:0px;
	text-align:center;
}
.flygbolag-info p {
	margin:15px 0;
	font-size:12px;
}
.flygbolag-info .carier-logo {
	max-height:100px;
}
.flygbolag-info .carier-logo img {
	width:240px;
	max-width:100%;
	box-sizing: border-box;
}
.flygbolag-info .carier-text {
	text-align:left;
	padding: 0 20px 30px 20px;
	margin:0;
	height:220px;
	overflow:hidden;
}
.col-carier {
	width:292px;
	float:left;
	margin:0px;
	padding:0 15px 30px 15px;
	box-sizing: border-box;
}
.col-md-9 {
}
.main-image {
	margin-bottom:20px;
	width: 100%
}
.last {
	padding-right:0;
	margin-right:0;
}
#content-form h2, h2.check, h2.users, h2.earth, h2.brev {
	min-height:32px;
	margin-bottom: 20px;
	padding-top:5px;
}
h2.check, h2.users, h2.earth, h2.brev {
	padding-left:36px;
	background-repeat: no-repeat;
	background-position: left top;
}
h2.check {
	background-image: url(../img/check.png);
}
h2.users {
	background-image: url(../img/users.png);
	padding-left:50px;
}
h2.earth {
	background-image: url(../img/earth.png);
}
h2.brev {
	background-image: url(../img/brev.png);
}
.trans {
	background-color:transparent;
	padding:0;
}
.white {
	background-color:white;
	padding: 20px;
	margin-bottom:20px;
}
.white li {
	list-style-position:outside;
	margin:0 0 5px 20px;/*	list-style-type: disc;*/
}
.scroll {
	max-height:665px;
	overflow-x: hidden;
	overflow-y: auto;
}
/*@-moz-document url-prefix() {
}

@media (-webkit-min-device-pixel-ratio: 0) {
.scroll{max-height:700px; }
}*/
.hotel-item .white h4 {
	clear:both;
	position:relative;
	margin: 15px 0;
	color:#888;
	font-size:11px;/*	list-style-type: disc;*/
}
.hotel-item .white p {
	line-height: 1.3;
}
/*Unika resor*/


.block {
	flex-basis: 49%;
	margin-bottom: 15px;
}
.block img, .hotel-item img {
	border:none;
	display:block;
	width:100%;
	box-sizing: border-box;
}
.hotel-content h3 {
	margin-top:0;
}
.info-row h4 {
	/*	color:#555;*/
	margin: 0 0 15px 0;
}
.info-row li {
	/*	font-size:10px;*/
	list-style-position: inside;
	list-style-image: url('../img/check2.png');
	margin:0 0 5px 0;
	padding:0;
	font-size:15px;/*	color:#888;*/
}
.info-row li.ej {
	list-style-image: url('../img/ejtillatet.png');
}
.info-row ul {
	margin-bottom:0;
}
.hotel-content small {
	font-size:10px;
}
.col-sm-8 {
	padding-left:0;
}
.col-sm-8 h2 {
	margin-bottom:20px;
0;
}
.padding15 {
	padding:15px;
}
.padding20 {
	padding:0 20px;
}
.list-price .det {
	font-size:14px;
}
#iframe {
	display: block;
	height: 275px;
	width: 100%;
}
.unik-right-col {
	padding-top:60px;
}
.col-md-3 img {
	margin-bottom:20px;
}
/* end Unika resor*/


@media screen and (max-width: 980px) {
	.container {
		width: 100%;
		padding: 0 12px;
	}
	.list-choose a.beige {
		margin-left: 0;
		margin-top: 10px;
		float: none;
	}
	
	/*.list-choose {float:none;width:100%;}*/
	.col-sm-8 {
		padding-left: 15px;
	}
	h2.earth, h2.brev {
		margin-left:20px;
	}
}

.list-choose a, .book a {
	position: relative;
    margin-top: 1px;
    display: block;
    text-align: center;
    padding: 7px !important;
    color: #e6d6a7;
    background: #151614;
    font-family: 'Oswald', 'Roboto', serif;
    font-size: 18px;
    border-radius: 2px;
    text-transform: uppercase;
    border-top: solid thin #686047;
}

.book a {
	background: #c79b58;
	color: #fff;
}

@media screen and (max-width: 800px) {
	.white {
		padding: 25px;
	}
	.loggan {
		padding: 40px 40px 40px 180px;
	}
	#content-form h2 {
		margin-top:10px;
		letter-spacing: 2px;
	}
	.results-left-block {
		margin-bottom: 25px;
	}
	.row.footer-content-row h2 {
		 letter-spacing: 2px;
		 margin: 20px 0;
	}
	.contact-01-column, .contact-02-column {
		 width: 100%;
		 padding:0;
	}
	.hotel-item, .hotel-item.last {
		 padding: 0;
		 margin-left:0;
		 margin-right:0;
		 width:100%;
	}
	.unik-right-col {
		padding-top:0;
	}
	#site-center {
		margin-top: 0px;
	}
	.beige {
		margin-bottom:20px;
	}
}

@media screen and (max-width: 520px) {
	.list-choose, .book {
		float:none;
		width:100%;
		clear:both;
		margin-left:0
	}
	#content-form h3 {
		letter-spacing: 0px;
		font-size: 1em;
	}
	.col-carier {
		 width: 100%;
		 float: none;
	}
	.button-form {
		font-size: 14px;
		letter-spacing: 2px;
	}
	h1.header-text {
		font-size: 30px;
		margin:  1em;
	}
	h1 {
		font-size: 30px;
	}
	#site-center h2 {
		font-size: 30px;
	}
}

/*Banners*/
#banners {
	margin: 0;
	padding: 5px 0 60px 0;
	background: #0b0b0b;
}
#banners .col {
	width: 365px;
	float: left;
	margin-right: 17px;
}
#banners img {
	width: 100%;
	height: auto;
	margin-top: 15px;
	box-sizing: border-box;
	display: block;
	/*box-shadow: 0px -2px 10px #202020;*/
}
#banners .item-title {
    min-height: auto;
	font-size: 1.2em;
	font-weight: 400;
    color: #c9b063;
}
#banners .img-item-title {
    min-height: auto;
	font-size: 1.1em;
	font-weight: 400;
    color: #c9b063;
	text-transform: uppercase;
	padding: 10px 0;
}
.imgWrap {
	position: relative;
}
.imgWrap img {
	box-sizing: border-box;
}
/*.imgWrap:after{
    content:"";
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    opacity:0.4;
    outline:3px solid #cfcfcf;
	outline-offset: -6px;
}*/

#banners .col img {
	width: 365px;
}
#banners .last {
	margin-right: 0px;
}
#banners h3 {
	font-size: 20px;
	font-family: 'Oswald', 'Roboto';
	font-weight: 100;
}
.room-general-info {
	padding: 0;
	margin-bottom: 20px;
}
/*#package-list{margin-top:20px;}*/
#mainroom h2 {
	text-align: left;
	font-size: 28px;
	margin: 10px 0;
}
#mainroom .date {
	padding: 20px 0 0 0;
}

@media screen and (max-width: 1024px) {
	#banners .col {
		width: 330px;
		float: left;
		margin-right: 17px;
	}
	#banners .col img {
		width: 330px;
	}
}
@media screen and (max-width: 980px) {
	#banners .col {
		width: 32%;
		float: left;
		margin-right: 15px;
	}
	#banners .last {
		margin-right: 0;
	}
	#banners .col img, #banners img {
		width: 100%;
		height: auto;
	}
	#banners {
		width: 100%;
		margin: inherit 0;
	}
}
@media screen and (max-width: 780px) {
	#banners .col {
		margin-right: 10px;
	}
}
/**/
@media screen and (max-width: 540px) {
	#banners .col {
		margin: 0 5px 5px 0;
	}
}
/**/
@media screen and (max-width: 480px) {
	#banners .col {
		width: 100%;
	}
}

.ct-footer-line {
	width: 100%;
	height: 5px;
	background: #111111;
}
.logos {
	position: relative;
	float: right;
	padding-right: 20px;
}
.logos a {
 transition: opacity .25s ease;
	opacity: 0.3;
	margin-left: 12px;
	display: block;
	float: left;
}
footer img.site-logo {
	padding-top: 40px
}
footer p {text-align:left;}

@media only screen and (max-width: 767px) {
	.ct-footer-line {
		display:none
	}
}

.ct-footer {
	margin-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 1.692;
	background: #000000;
	border-top: 1px solid #202020;
}
.fy-socials, .fy-share {
	display: inline-block;
	padding: 40px;
	user-select: none;
}
.fy-socials {
	margin-top: 40px;
}
.fy-socials ul {
	font-size: 0;
}
.fy-socials ul li, .fy-socials {
	display:inline-block;
	padding:4px;
	font-size:24px
}
.fy-socials ul li a, .fy-socials a {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	position:relative;
	width:44px;
	height:44px;
	overflow:visible;
}
.fy-socials ul li a {
	color:#fff
}
.fy-socials ul li a:before, .fy-socials a:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	z-index:1;
	border:2px solid #fff;
	border-radius:100%;
	transform:translate(-50%, -50%);
transition:all .2s ease 0s
}
.fy-socials ul li a:before {
	background-color:#303030;
	border:2px solid rgba(255, 255, 255, .4);
}
.fy-socials ul li a .fy-icon, .fy-socials a .fy-icon {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:20;
	color:currentColor;
	border-color:transparent;
	width:44px;
	height:44px
}
.fy-socials ul li a .fy-icon .icon, .fy-share ul li a .fy-icon .icon {
	float:left
}
.fy-socials ul li a:hover, .fy-socials ul li a:focus, .fy-socials ul li a:active, .fy-socials a:hover, .fy-socials a:focus, .fy-socials a:active {
	color:#fff
}
.fy-socials ul li a:hover:before, .fy-socials ul li a:focus:before, .fy-socials a:hover:before, .fy-socials a:focus:before {
	width:112.5%;
	height:112.5%;
	border-color:rgba(255, 255, 255, .2)
}
.fy-socials a:hover:before {
	border-color:#254160
}
.fy-socials {
	padding:10px 0 0
}
.fy-socials a {
	border:0
}
.fy-socials a:hover, .fy-socials a:focus {
	color:#fff
}
.fy-hide {
	display:none !important;
	visibility:hidden !important;
	padding:0;
	margin:0
}
@media only screen and (min-width: 1200px) {
 .ct-footer .ct-footer-column.ct-footer-column--oneColumn {
border:none
}
}
.ct-footer a {
	transition:350ms cubic-bezier(0.55, 0, 0.1, 1)
}
.ct-footer a:hover:active {
	color:#fff
}
.ct-footer-brand {
	position:relative;
}
 @media only screen and (max-width: 991px) {
.ct-footer-brand {
background:transparent;
margin-top:20px;
margin-bottom:0
}
}
 @media only screen and (max-width: 479px) {
.ct-footer-brand:after {
display:none
}
}
@media only screen and (min-width: 768px) {
.ct-footer-brand:after {
width:0;
height:0;
border-style:solid;
border-width:40px 360px 0 360px;
border-color:#303134 transparent transparent transparent;
display:none
}
}
 @media only screen and (max-width: 800px) {
 .ct-footer-column {
 width: 100%;
 text-align:center;
}
}
@media only screen and (min-width: 992px) {
.ct-footer-brand:after {
width:0;
height:0;
border-style:solid;
border-width:40px 470px 0 470px;
border-color:#303134 transparent transparent transparent;
display:block
}
}
@media only screen and (min-width: 1200px) {
.ct-footer-brand:after {
width:0;
height:0;
border-style:solid;
border-width:40px 130px 0 130px;
border-color:#303134 transparent transparent transparent;
display:block;
}
 .ct-footer-brand a img {
 max-width: 230px;
}
}
.ct-footer-brand h3 {
	font-size: 45px;
	color: #ccc;
	box-sizing: content-box;
	font-weight: 200;
	margin-top: 0;
	padding-top: 0;
}
.ct-footer-brand_info {
	margin: 0 0 20px 0;
}
.ct-footer-brand_info a {
	transition: 350ms cubic-bezier(0.55, 0, 0.1, 1)
}
.ct-footer-brand_info a:hover {
	color: #eee
}
.ct-footer-brand_info a:hover:active {
	color: #eee
}
.ct-footer-brand_info__title {
	margin: 0;
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase
}
.ct-footer-brand_info__text {
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
}
.ct-footer .menu {
	font-size: 14px;
	padding-left: 2px;
	/*color: #000000;*/
	font-weight: normal;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.ct-footer .menu {
		list-style: none
	}
}

.ct-footer .menu li {
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: none;
}
.ct-footer .menu li a:hover {
/*color:#F90;*/
}
.ct-postfooter {
	background-color: #000000;
	/*background-image: linear-gradient(to right, #a20000, #f30000);*/
	position: relative;
}
.ct-postfooter-column {
	color: #eeeeee;
}
.ct-postfooter-column.ct-postfooter-column--left {
	padding-left: 0;
}
@media only screen and (max-width: 991px) {
.ct-postfooter-column.ct-postfooter-column--left {
padding-left: 15px;
}
}
.ct-postfooter-column.ct-postfooter-column--right {
	padding-right: 0;
}
@media only screen and (max-width: 991px) {
.ct-postfooter-column.ct-postfooter-column--right {
padding-right: 15px;
}
}
.ct-postfooter #menu-postfooter-menu, .ct-postfooter #menu-menu-postfooter {
	display: block;
	text-align: right;
}
.ct-postfooter #menu-postfooter-menu li, .ct-postfooter #menu-menu-postfooter li {
	display: inline-block;
	color: #aaa;
	font-family: 'Roboto', 'Raleway', sans-serif;
	font-size: 12px;
}
.ct-postfooter #menu-postfooter-menu li:before, .ct-postfooter #menu-menu-postfooter li:before {
	display: inline-block;
	content: ' | ';
	margin: 0 10px
}
.ct-postfooter #menu-postfooter-menu li:first-child:before, .ct-postfooter #menu-menu-postfooter li:first-child:before {
	display: none;
}
.ct-postfooter #menu-postfooter-menu li a, .ct-postfooter #menu-menu-postfooter li a {
	/*	color:#aaa;*/
	font-size: 12px;
	transition: 350ms cubic-bezier(0.55, 0, 0.1, 1);
}
.ct-postfooter #menu-postfooter-menu li a:hover, .ct-postfooter #menu-menu-postfooter li a:hover {
	color: #fff;
}
.ct-postfooter #menu-postfooter-menu li a:hover:active, .ct-postfooter #menu-menu-postfooter li a:hover:active {
	color: #fff;
}
.ct-postfooter #menu-menu-postfooter {
	padding: 0;
	letter-spacing: 2px;
}
@media only screen and (max-width: 991px) {
	.ct-postfooter #menu-menu-postfooter {
		padding: 15px 0;
		text-align: center;
	}
}
.ct-postfooter .ct-copyright-text {
	color: #777;
	font-family: 'Raleway', 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
@media only screen and (max-width: 1199px) {
	.ct-section-newsletter {
		margin-top: 30px;
	}
}
.ct-section-newsletter .form-group input {
	width: 100%;
	margin-bottom: 20px !important;
	border: 1px solid #fff;
	border-radius: 4px;
	background: transparent;
	padding: 23px 22px;
	color: #fff;
}
.ct-section-newsletter .form-group ::-webkit-input-placeholder {
color: #fff;
}
.ct-section-newsletter .form-group ::-moz-placeholder {
color: #fff;
}
.ct-section-newsletter .form-group :-ms-input-placeholder {
color: #fff;
}
.ct-section-newsletter .form-group :-moz-placeholder {
color: #fff;
}
.ct-section-newsletter .form-group .btn {
	padding: 23px;
}
.ct-footer .ct-newsletter .form-group .inner {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.ct-footer .ct-newsletter .form-group label {
	font-family: 'Raleway', 'Roboto', sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
	color: #7d7d7d;
	font-weight: 600;
	line-height: 22px;
}
.ct-footer .ct-newsletter .form-group input {
	max-width: 100%;
	padding: 0 15px;
	border: none;
	border-radius: 4px;
	line-height: 36px;
	color: #fff;
	background: #1f2020;
}
.ct-footer .ct-newsletter .form-group input ::-webkit-input-placeholder {
color: #60b9cc;
}
.ct-footer .ct-newsletter .form-group input ::-moz-placeholder {
color: #60b9cc;
}
.ct-footer .ct-newsletter .form-group input :-ms-input-placeholder {
color: #60b9cc;
}
.ct-footer .ct-newsletter .form-group input :-moz-placeholder {
color: #60b9cc;
}
.ct-footer .ct-newsletter .form-group button {
	color: red;
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: 36px;
	border: none;
	border-radius: 0 4px 4px 0;
	background: #b76f04;
	color: #fff;
	transition: 350ms cubic-bezier(0.55, 0, 0.1, 1)
}
.ct-widget-footer .ct-widget-footer-title {
	font-family: 'Oswald', 'Roboto';
	font-size: 22px;
	padding-bottom: 14px;
	color: #e5c175;
	line-height: 34px;
	padding-top: 34px;
}

@media only screen and (max-width: 767px) {
	.ct-widget-footer, .ct-widget-footer .ct-widget-footer-title {
		text-align: center
	}
	.ct-footer-column, .ct-postfooter-column.ct-postfooter-column--right {
		box-sizing: border-box;
		padding: 0;
	}
}
.row, .ct-postfooter-column.ct-postfooter-column--right {
	margin: 0;
	background: #000000;
}

.puffar-icon-bg {
	margin: 0 14px;
	padding: 6px 4px;
	background: #252527;
	-moz-box-shadow:    inset 0 0 8px #101010;
	-webkit-box-shadow: inset 0 0 8px #101010;
	box-shadow:         inset 0 0 8px #101010;
}

.ct-navigation {
	position: absolute;
	width: 100%;
	z-index: 10000;
}
.ct-navigation__wrapper .ct-langBar {
	display: none;
}
.ct-widget-footer ul, .ct-widget-footer li, .ct-widget-footer p, .ct-widget-footer a, .ct-widget-footer label, .ct-footer-brand_info__text a {
	color: #aaaaaa;
}
.ct-widget-footer {
	margin-bottom: 60px;
}
.ct-widget-footer a:hover, .ct-footer-brand_info__text a:hover {
	color: #f5f5f5;
}
.ct-widget-footer:last-of-type {
	margin-bottom: 0;
}
.ct-u-padding-both-25 {
	padding: 15px !important;/*	padding-bottom: 25px !important;*/
}

@media (max-width: 430px) {
	#site-center .nivoSlider img {
		outline: none;
		height: 50%;
	}
	.col-xs-6 {
		width: 100%;
	}
}

ul.hf {
	list-style-position: inside;
	list-style-type: none;
}
/*
#site-center #site-center .fab,#site-center .fas,#site-center .fa, #site-center .far{color:#c19b76; font-size:24px;width:30px;}*/

.facilities_item {
	margin-top: 20px;
	margin-bottom: 2px;
	min-height: 220px;
	/*background: #2b2b2e;*/
}
.facilities_item .media .d-flex {
	padding: 10px 25px 0 10px;
	float:left;
}
.facilities_item .media .d-flex i {
	line-height: 50px;
}
.facilities_item .media .d-flex i:before {
	font-size: 50px;
	color: #bfa373;/*	font-weight:100;*/
}
.facilities_item .media .media-body h4 {
	font-size: 18px;
	/*    color: #242424;*/
    margin: 0 0 5px 10px;
	font-weight: 600;
}
.facilities_item .media .media-body p {
	color: #aaaaaa;
	line-height: 1.4;
	font-size: 15px;
}
#mainroom .roominfo {
	font-size:40px;
	margin:10px 0;
	color:#888
}
#mainroom .roominfo small {
	font-size:18px;
	font-weight:200;
	vertical-align: text-top;
	margin-left:10px;
}
#mainroom .roominfo .book a {
	font-size:16px;
	font-weight:200;
	line-height:normal;
	margin-top:5px;
}
#header-wrapp .book {
	width:100px;
	margin:-10px 0 0 20px;
	display:inline-table;
	float:right;
}
#header-wrapp .book a {
	margin-top:0;
	background-color: #c79b58;
	border:none;/*	border-radius: 3px;*/
}
.book-large {
	display:none;
}
#mainroom h3 {
/*    color: #333;*/

/*	margin-top: 20px;*/
}
.mainroom .facilities_item {
	margin-bottom: 0px;
	min-height:90px;
}
.mainroom .facilities_item .media .d-flex i {
	line-height: 40px;
}
.mainroom .facilities_item .media .d-flex i:before {
	font-size: 45px;
}

@media (max-width: 1024px) {
	.roominfo .col-xs-6, .roominfo .col-sm-4 {
		padding: 0 10px;
	}
}
@media (max-width: 800px) {
	#mainroom .roominfo .book a {
		display: none;
	}
	.book-large {
		display: block;
	}
	.col-sm-3 {
		width: 33%;
	}
	.j-forms .primary-btn, .j-forms .secondary-btn {
		width: 50%;
	}
}
@media (max-width: 850px) {
	#mainroom .roominfo small {
		font-size: 16px;
	}
	.hotel-item .roominfo small, .info-row li {
		font-size: 14px;
	}
	.col-sm-6 {
		padding: 0 0 20px 0;
	}
	.hotel-content {
		padding: 0 12px 15px 12px;
	}
}
@media (max-width: 520px) {
	#header-wrapp .book {
		display: none;
		/*margin-top:30px; 
		float:right;*/
	}
	 .facilities_item {
		 margin-bottom: 5px;
		 min-height: auto;
	}
	.facilities_item .media .d-flex i:before {
		font-size: 45px;
	}
	.facilities_item .media .d-flex i {
		line-height: 45px;
	}
	#mainroom .roominfo, #package-list .roominfo i {
	 font-size: 30px;
	 line-height: normal;
	}
	#mainroom .roominfo small, #package-list .roominfo small {
		font-size: 16px;
		margin-left: 10px;
	}
	.col-sm-3 {
		width: 100%;
		padding: 0 0;
	}
}
/*Select Language*/

form.lang select {
	background-color: transparent;
	padding-right: 10px;
}

form.lang {
	/*	float:right;
	margin:-5px 0 0 20px;*/
	z-index: 99;
	position: fixed;
	top: 0px;
	right: 10px;
}
form.lang .dropdown-item {
 padding: .25rem 1rem;
}
/*Booking button*/ 
  
  .booking-button-promo {
	background-color: #101010;
	padding: 30px 0;
}
.booking-button-promo h2 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 32px;
	color: #b5573b;
}
.booking-button-promo h2:before, .booking-button-promo h2:after {
	content: none;
}
/*.booking-button-promo .btn-primary {
    color: #fff;
	background-color: #b5573b;
    border: none;
	border-radius: 0px;
	padding: 8px 20px;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Oswald', 'Roboto', serif;
	font-size:24px;

}*/

.booking-button-promo .btn-primary {
	color: #fff;
	background-color: transparent;
	border: 2px solid #b5573b;
	padding: 8px 20px;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Oswald', 'Roboto', serif;
	font-size: 24px;
}
.btn.focus, .btn:focus, .btn:hover {
	text-decoration: none;
}
.booking-button-form .form-control-feedback {
	line-height: 51px;
	right: 5px;
	opacity: .9;
	position: absolute;
	width: 34px;
	height: 34px;
	color: #777;
}
.booking-button-promo .form-control {
	background-color: #292929;
	color: #fff;
	border: 1px solid #555;
	padding: 0 15px;
	height: 50px;
	border-radius: 0px;
}
.booking-button-form input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.bookfield {
	position: relative;
	margin-bottom: 10px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, textarea:hover, select:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input:focus, textarea:focus, select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.social_wrapper.team {
	list-style: none;
	display: block;
	z-index: 100;
	text-align: right;
	margin: 15px 0 0 0 !important;
	float: right;
	width: 50%;
	font-size: 20px;
}
.social_wrapper.team a {
	color: #757575;
}
.nopadding {
	padding:0
}
.bgSocial {
	background-image: url(../img/bg-socials.png);
	background-size:     cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/* General CSS mobile */
@media (max-width: 1024px) {
	.text-align-left {
		text-align: left;
		padding: 0 30px;
	}
	#site-center-news {
		margin-top: 80px;
		padding: 15px 24px 40px;
		border-top: solid 1px #342911;
	}
}
@media (max-width: 800px) {
	.text-align-left {
		text-align: left;
		padding: 0 30px;
	}
	#site-center-news {
		margin-top: 80px;
		padding: 15px 24px 40px;
		border-top: solid 1px #342911;
	}
}
@media (max-width: 430px) {
	.left {
		float: none;
	}
	.text-align-left {
		text-align: left;
		padding: 0 24px;
	}
	#site-center-news {
		margin-top: 80px;
		padding: 15px 24px 40px;
		border-top: solid 1px #342911;
	}
}
