/*
Theme Name: ITC Theme
Author: Joel @ In The Cold
Author URI: http://www.inthecold.se
*/

h1 {font-size: 34px;margin:20px 0px;}
h2 {font-size: 30px;margin:20px 0px;}
h3 {font-size: 26px;margin:20px 0px;}
h4 {font-size: 22px;margin:20px 0px;}
h5 {font-size: 18px;margin:20px 0px;}
h6 {font-size: 14px;margin:20px 0px;}

h1,h2,h3,h4,h5,h6 {}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f3f3f3;
	min-height: 100vh;
	padding: 77px 0px 0px 0px;
}

#lang_sel_footer {
	padding: 7px 0px;
	border: 0;
}

.wrapper {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wrapper.archive {
	margin: 0px auto 20px;
}

/* HEADER */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 77px;
	padding: 0px 0px 0px 20px;
	background-color: #555;
	z-index: 500;
}

header #header-logo {
	float: left;
    margin: 11px 0px;

}
header #header-logo img {
	height: 55px;
	width: auto;
}

header #header-logo a{
	font-size: 36px;
    color: #fff;
}

header #header-menu {
	float: right;
}
header #header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header #header-menu > ul > li {
	position: relative;
	float: left;
	margin: 0px 0px 0px 30px;
}
header #header-menu > ul > li:first-child {
	margin: 0;
}

header #header-menu ul li ul.sub-menu {
	display: none;
    padding: 20px;
    width: 220px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

	text-align: center;
}

header #header-menu ul li ul.sub-menu::before {
	content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0px solid #FFFFFF;
    border-bottom: 8px solid #555;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header #header-menu ul li ul.sub-menu li {
    background-color: #555;
}

header #header-menu ul li ul.sub-menu li a {
	color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header #header-menu ul li ul.sub-menu li:first-child a {
	border-top: none;
}


header #header-menu ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
header #header-menu > ul > li > a {
	color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 27px 0px;
    display: block;
	border-bottom: 2px solid transparent;
}

header #header-menu > ul > li.current-menu-item > a,
header #header-menu > ul > li.current_page_ancestor > a,
header #header-menu > ul > li > a:hover {
	border-bottom: 2px solid #fff;
}

header .header-cart {
	width: 75px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 78px;
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 26px;
}

header .header-cart a {
	display: block;
}

header .header-cart a i {
	position: absolute;
	top: 49%;
    left: 48%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

header .header-language {
	width: 75px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 78px;
    position: relative;
    cursor: pointer;
    float: right;
    margin: 0px 0px 0px 30px;
}

header .header-language:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #FFFFFF;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 36px;
    right: 14px;
}

header .header-language span.current {
	left: 17px;
    top: 26px;
    position: absolute;
}

header .header-language span.current.disabled {
	opacity: 0.5;
}

header .header-other-languages {
	display: none;
    position: absolute;
    right: 0;
    width: 75px;
    top: 77px;
    z-index: 9999;
}

header .header-other-languages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

header .header-other-languages ul li {
	background: #555;
    line-height: 42px;
    height: 42px;
}

header .header-other-languages ul li a {
    display: block;
    height: 100%;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
	font-size: 14px;
}

header .header-other-languages ul li img {
    padding: 0 10px;
    margin: 0 auto;
    vertical-align: middle;
}

/* SLIDER */

section.slider-big {
	max-height: 730px;
	overflow: hidden;
	opacity: 0;
	width: 100%;
}
section.slider-big .slide {
	max-height: 730px;
	overflow: hidden;
	position: relative;
}
section.slider-big .slide .slide-image img {
	width: 100%;
}

section.slider-big .slide .slide-video {
	width: 100%;
	position: relative;
}

section.slider-big .slide .slide-video video {
	width: 100%;
	height: auto;
}

section.slider-big .slide .slide-meta {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
	padding: 25px 0px;
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
}

section.slider-big .slide .slide-note {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 40px;
	left: 0;
	padding: 6px 15px;
	font-size: 13px;

	/*
	-webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.15);
	*/
}

section.slider-big .slide .slide-meta h1 {
	margin: 0px 0px 15px 0px;
	line-height: 1;
	font-size: 37px;
	font-weight: 600;
}

section.slider-big .slide .slide-meta p {
	margin: 0;
	color: #000;
}

/* INTRO */

section.intro {
	width: 100%;
	background-color: #f3f3f3;
	padding: 70px 0px 80px 0px;
}

section.intro .intro-inner {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}

section.intro .intro-inner .intro-meta {
	float: left;
    width: 52%;
}

section.intro .intro-inner .intro-meta.full-width {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	float: none;
	text-align: center;
	overflow: hidden;
}
section.intro .intro-inner .intro-meta .intro-tripadvisor {
	margin: 15px 0px 0px 0px;
    display: inline-block;
}
section.intro .intro-inner .intro-meta h2 {
	font-weight: normal;
    font-size: 35px;
    margin: 0px 0px 25px 0px;
    line-height: 1;
}
section.intro .intro-inner .intro-meta p {
	font-size: 15px;
}
section.intro .intro-inner .intro-meta a.read-more-company {
	display: inline-block;
}

section.intro .intro-inner .intro-widget {
	overflow: hidden;
	float: right;
    width: 40%;
}

/* TESTIMONIAL */

section.testimonials {
	background-color: #ffffff;
	width: 100%;
	padding: 40px 0px 60px 0px;
}
section.testimonials .testimonial:first-child {display: block;}
section.testimonials .testimonial {display: none;}
section.testimonials .testimonial .testimonial-inner {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

section.testimonials .testimonial .testimonial-meta {
	text-align: center;
}

section.testimonials .testimonial .testimonial-meta img {
	margin: 0px 0px 20px 0px;
	border-radius: 100%;
	width: 120px;
	height: 120px;
}

section.testimonials .testimonial .testimonial-meta p {
	font-family: "Times New Roman", Georgia, Serif;
	color: #303030;
	font-size: 31px;
	line-height: 1.4;
	margin: 0px 0px 40px 0px;
}

section.testimonials .testimonial .testimonial-meta span {
	display: block;
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
}

/* INSTAGRAM */

section.instagram {
	background-color: #f3f3f3;
    padding: 50px 0px 80px 0px;
}
section.instagram .instagram-inner{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
section.instagram .instagram-title {
	text-align: center;
	margin: 0px 0px 20px 0px;
}
section.instagram .instagram-title span {
	display: inline-block;
    font-size: 36px;
    margin: 0px 10px 0px 0px;
    line-height: 1;
}

section.instagram .instagram-title p {
	display: inline-block;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #303030;
    line-height: 1;
}

section.instagram .instagram-feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px 0px 0px -1%;
}
section.instagram .instagram-feed ul li {
	float: left;
	width: 19%;
	margin: 0px 0px 0px 1%;
}

section.instagram .instagram-feed ul li a {}

section.instagram .instagram-feed ul li a img {
	width: 100%;
	height: auto;
}

/* GRID */

section.grid {}
section.grid .grid-item {width: 100%; position: relative;}

section.grid .grid-item .grid-item-image {
	position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.grid .grid-item .grid-item-image[data-slide="0"] {
	opacity: 1;
}

section.grid .grid-item .grid-item-image.active {
	opacity: 1;
}

section.grid .grid-item.image-left .grid-item-image{left:0;}
section.grid .grid-item.image-left .grid-item-meta{float: right;}

section.grid .grid-item.image-right .grid-item-image{right: 0;}
section.grid .grid-item.image-right .grid-item-meta{float: left;}

section.grid .grid-item .grid-item-meta {
	width: 50%;
    padding: 180px 80px 130px 80px;
	background-color: #fff;
}

section.grid .grid-item .grid-item-meta .grid-slider {}

section.grid .grid-item .grid-item-meta .grid-slider .slick-dots {
	bottom: auto;
	top: -50px;
	text-align: left;
}

section.grid .grid-item .grid-item-meta .grid-slider .grid-slide h3 {
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0px 0px 20px 0px;
}
section.grid .grid-item .grid-item-meta .grid-slider .grid-slide p {margin: 0px 0px 20px 0px;}
section.grid .grid-item .grid-item-meta .grid-slider .grid-slide a{
	text-transform: uppercase;
	color: #555;
	border: 2px solid #555;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 35px;
	border-radius: 5px;
	display: inline-block;
}
section.grid .grid-item .grid-item-meta .grid-slider .grid-slide a:hover {
	background-color: #555;
	color: #fff;
}

/* RECOMMENDATIONS */

section.recommendations {
	background-color: #f3f3f3;
	padding: 70px 0px 70px 0px;
	width: 100%;
}
section.recommendations .recommendations-inner {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
section.recommendations .recommendations-inner .recommendations-title {
	text-align: center;
	margin: 0px 0px 30px 0px;
}
section.recommendations .recommendations-inner .recommendations-title p {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	color: #303030;
}

/* TOP */

section.top {
	width: 100%;
	height: 210px;
	position: relative;
	background-color: #555;
}

section.top h1 {
    max-width: 700px;
	width: 100%;
    padding: 0px 20px;
    margin: 0;

    color: #fff;
    line-height: 1;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* ITEMS */

.items {}

.items ul {
	margin: 0px 0px 0px -2%;
	padding: 0;
	list-style: none;
}
.items ul li {
	float: left;
	margin: 0px 0px 20px 2%;
}

.items ul li.hidden {
	display: none;
}

.items.two ul li {width: 48%;}
.items.three ul li {width: 31.3333%;}
.items.four ul li {width: 23%;}

.items ul li .item .item-image {width: 100%;}
.items ul li .item .item-image img {
	width: 100%;
	height: auto;
}
.items ul li .item .item-meta {
	background-color: #fff;
	padding: 20px 20px;
	text-align: center;
	position: relative;
}

.items ul li .item .item-meta p {
	margin: 0;
	font-size: 19px;
}

.items ul li .item .item-meta span {
	font-size: 13px;
	margin: 8px 0px;
	display: block;
}

.items ul li .item .item-meta span.price {
	font-size: 16px;
}

.items ul li .item .item-meta.center-vertically {
	width: 100%;
	display: table;
}
.items ul li .item .item-meta.center-vertically .center-me {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.items .btn-load-items {
	display: block;
	max-width: 192px;
	width: 100%;
	margin: 30px auto 50px;
	padding: 10px 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	border-radius: 4px;
}

.items .btn-load-items span#show-more {display: block;}
.items .btn-load-items span#no-more {display: none;}

.items .btn-load-items.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.items .btn-load-items.disabled span#show-more {display: none;}
.items .btn-load-items.disabled span#no-more {display: block;}

/* ITEMS POST */

.items ul li .item.item-post .item-meta {
	padding: 30px 30px;
	text-align: left;
}

.items ul li .item.item-post .item-meta span.tag {
	display: inline-block;
}

.items ul li .item.item-post .item-meta span a {
	background-color: #555;
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.items ul li .item.item-post .item-meta h2 {
	font-size: 22px;
	margin: 10px 0px;
    line-height: 1.2;
}

.items ul li .item.item-post .item-meta p {
	font-size: 14px;
	margin: 0;
}

.items ul li .item.item-post .item-meta::after {
	content: "";
    height: 150px;
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
    z-index: 1;

    pointer-events: none;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+79 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* 404 */

.error {
	overflow: hidden;
	position: relative;
}

.error::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.error .error-meta {
	position: relative;
	max-width: 700px;
	margin: 100px auto;
}
.error .error-meta .error-meta-text {
	text-align: center;
	/* color: #fff; */
}
.error .error-meta .error-meta-text h1 {}
.error .error-meta .error-meta-text p {}
.error .error-meta .error-meta-text a {
	display: block;
    max-width: 192px;
    width: 100%;
    margin: 30px auto 50px;
    padding: 10px 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    border-radius: 4px;
}



/* FOOTER */

footer {}
footer .upper {
	width: 100%;
	background-color: #fff;
	padding: 30px 0px 30px 0px;
}
footer .upper .meta-left {
	float: left;
}

footer .upper .meta-left img {
	height: 50px;
    width: auto;
	margin: 0px 20px 0px 0px;
}
footer .upper .meta-left p {
	max-width: 235px;
    width: 100%;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}
footer .upper .meta-right {
	float: right;
    margin: 14px 0px;
}
footer .upper .meta-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .upper .meta-right ul li {
	float: left;
	margin: 0px 0px 0px 20px;
	font-size: 15px;
}

footer .upper .meta-right ul li:first-child {
	margin: 0;
}

footer .upper .meta-right ul li a {}

footer .middle {
	background-color: #e8e8e8;
	text-align: center;
	padding: 4px 0px;
	font-size: 10px;
	color: #868686;
}

footer .lower {
	background-color: #f0f0f0;
	text-align: center;
	position: relative;
	height: 60px;
}
footer .lower p {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 22px 0px;
    letter-spacing: 2px;
}

footer .lower a#btn-top {
	color: #fff;
	font-size: 40px;
	background-color: #d9d9d9;
	height: 60px;
	width: 70px;
	display: block;
	text-align: center;
	line-height: 57px;
	position: absolute;
	right: 0;
	top: 0;
}

/* FILTERING */

.filtering {
	width: 100%;
}
.filtering ul {
	list-style: none;
	margin: 35px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #d9e2e7;
}
.filtering ul li {
	display: inline-block;
	padding: 0px 10px 10px 10px;
	margin: 0px 5px;
	position: relative;
	border-bottom:2px solid transparent;
}

.filtering ul li.active,
.filtering ul li:hover {
	border-bottom: 2px solid #5F5F5F;
}

.filtering ul li.active a,
.filtering ul li:hover a {
	color: #5F5F5F;
}

.filtering ul#seasons li.active::after,
.filtering ul#seasons li:hover::after {
	content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5F5F5F;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.filtering ul li a {
	font-weight: 600;
	color: #9fa6b2;
	padding: 0px 0px 15px 0px;
}

.filtering ul li.active a {
	color: #5F5F5F;
}

.filtering ul#seasons{}
.filtering ul#categories{}

/* CONTACT FORM */

.contact-form {
	max-width: 800px;
	width: 100%;
    margin: 30px auto 0px;
}
.contact-form .row {margin: 0px 0px 0px 0px;}
.contact-form .row input,
.contact-form .row textarea {
	width: 100%;
	border: 0;
	padding: 12px 10px;
	font-family: 'lato', sans-serif;
	color: #515254;
	border: 1px solid #dedede;
    max-height:280px;
	border-radius: 3px;
	margin: 0px 0px 0px 0px;
}
.contact-form .row input.warning,
.contact-form .row textarea.warning {
	border: 1px solid #ff3e3e;
    background-color: #fdd;
}
.contact-form .row label {
	color: #515254;
    font-size: 14px;
    margin: 0px 0px 3px 0px;
    display: block;
    font-weight: 700;
}
.contact-form .row input.required,
.contact-form .row textarea.required {
	border: 1px solid #ff2828;
}
.contact-form .row textarea {
	min-height: 120px;
}
.contact-form .row .line {float: left;margin: 0px 0px 10px 0px;}
.contact-form .row .line.full {width: 100%;}
.contact-form .row .line.half {
	width: 50%;
	padding: 0px 0px 0px 5px;
}
.contact-form .row .line.half:first-child {padding: 0px 5px 0px 0px;}

.contact-form-send {
	margin: 10px 0px 0px 0px;
	display: inline-block;
	border: 2px solid #000;
	color: #000;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	border-radius: 4px;
}

.contact-form-send.success {
	pointer-events: none;
    opacity: 0.5;
}

.contact-form-send span.before {display: block;}
.contact-form-send span.after {display: none;}

.contact-form-send.success span.before {display: none;}
.contact-form-send.success span.after {display: block;}

.thank-you-message {
	display: none;
	background-color: #518DC3;
    color: #fff;
    padding: 5px 30px;
    overflow: auto;
    margin: 20px 0px 0px 0px;
}

/* BREADCRUMBS */

.breadcrumbs {
	margin: 30px 0px 40px 0px;
    font-weight: 600;
    font-size: 14px;
    color: #5F5F5F;
}

.breadcrumbs i {
	margin: 0px 5px;
	color: #000;
}

.breadcrumbs a.main-home {
	display: none;
}

/* NO-RESULTS */

.no-results {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	margin: 0px 0px 40px 0px;
}

.no-results h1 {
	margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/* PAGE LAYOUT */

main {
	width: 72%;
	float: left;
	margin: 0px 0px 60px 0px;
}

main article {
	margin: 0px 0px 20px 0px;
}
main article .visual {}
main article .visual img {width: 100%; height: auto;}

main article .visual .slider-single {
	opacity: 0;
}

main article .visual .slider-single .slide {
	position: relative;
}

main article .visual .slider-single .slide-note {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 12px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
}

main article .visual .slider-single .slide .slide-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
main article .visual .slider-single .slide a.play{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    font-size: 35px;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 52px;
    text-indent: 4px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    transition: all .2s ease-in-out;
}

main article .visual .slider-single .slide-meta a.play:hover {
    background-color: #fff;
    color: #555;
}

main article .content {
	background-color: #fff;
    padding: 50px 60px 50px 60px;
}

main article .content p {
	margin: 20px 0px;
}

main article .content iframe {
	max-width: 100%;
    border: 1px solid #c7c7c7;
	overflow: hidden;
}

main article .content .post-info {margin: 0px 0px 30px 0px;}
main article .content .post-info .post-title {}

main article .content .post-info .post-title h1 {
	margin: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 28px;
}

main article .content img {
	height: auto;
	max-width: 100%;
}

main article .content img.alignright {float: right; margin: 0 0 1em 1em;}
main article .content img.alignleft {float: left; margin: 0 1em 1em 0;}
main article .content img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
main article .content .alignright {float: right;}
main article .content .alignleft {float: left;}
main article .content .aligncenter {display: block; margin-left: auto; margin-right: auto;}

main article .content .post-info .post-time {
	display: none;
	font-size: 13px;
}

main article .content .post-info .post-time p {
	display: inline-block;
	margin: 0;
	font-weight: 600;
}
main article .content .post-info .post-time span {display: inline-block;}

main article .content blockquote {
	width: 100%;
    font-family: 'georgia';
    font-weight: normal;
    font-style: italic;
    font-size: 23px;
    color: #000000;
    line-height: 1.3;
    margin: 25px 0px;
    padding: 20px 40px 0px 40px;
    position: relative;
}

main article .content blockquote::before {
	font-family: "FontAwesome";
	content: "\f10d";
	position: absolute;
	top: 0;
	left: 0;
	color: #dfdfdf;
}

main article .content h2 {
	font-size: 18px;
	font-weight: bold;
}
main article .content h3 {
	font-size: 17px;
	font-weight: bold;
}

/* RELATED */

.related {
	margin: 30px 0px 0px 0px;
}
.related .related-title {
    margin: 0px 0px 15px 0px;
}

.related .related-title p {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	margin: 0;
}

/* SIDEBAR */

aside {
    width: 25.5%;
	float: right;
}

aside .wdgt {
	margin: 0px 0px 20px 0px;
}

/* WDGT - BOOKING*/

aside .wdgt .booking-wdgt {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #555;
}
aside .wdgt .booking-wdgt-top {
	padding: 12px 0px;
	background-color: rgba(0, 0, 0, 0.15);
}
aside .wdgt .booking-wdgt-top p {
	margin: 0;
	font-weight: 600;
}
aside .wdgt .booking-wdgt-bottom {
    padding: 20px 25px;
}
aside .wdgt .booking-wdgt-bottom.code {
    background-color: #fff;
}
aside .wdgt .booking-wdgt-bottom p {
	margin: 0px 0px 15px 0px;
	font-size: 14px;
}
aside .wdgt .booking-wdgt-bottom a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #353535;
	display: block;
	width: 100%;
	padding: 9px 0px;
}

/* WDGT - CONTACT*/

aside .wdgt .contact-wdgt {
	background-color: #fff;
	padding: 30px 30px 30px 30px;
}

aside .wdgt .contact-wdgt .contact-wdgt-title {
	font-size: 20px;
    color: #303030;
    margin: 0px 0px 20px 0px;
    line-height: 1;
    font-weight: 600;
}

aside .wdgt .contact-wdgt h1 {font-size: 28px;}
aside .wdgt .contact-wdgt h2 {font-size: 26px;}
aside .wdgt .contact-wdgt h3 {font-size: 24px;}
aside .wdgt .contact-wdgt h4 {font-size: 22px;}
aside .wdgt .contact-wdgt h5 {font-size: 20px;}
aside .wdgt .contact-wdgt h6 {font-size: 18px;}

aside .wdgt .contact-wdgt h1,
aside .wdgt .contact-wdgt h2,
aside .wdgt .contact-wdgt h3,
aside .wdgt .contact-wdgt h4,
aside .wdgt .contact-wdgt h5,
aside .wdgt .contact-wdgt h6 {
	margin: 0px 0px 15px 0px;
    line-height: 1;
}

aside .wdgt .contact-wdgt p {
	margin: 10px 0px;
	font-size: 14px;
}

/* WDGT - TRIPADVISOR */

aside .wdgt .tripadvisor-wdgt {
	background-color: #fff;
	padding: 30px 30px 30px 30px;
}

/* WDGT - LATEST NEWS */

aside .wdgt .latest-news-wdgt {

}

aside .wdgt .latest-news-wdgt h4 {
	font-size: 20px;
	color: #303030;
	margin: 0px 0px 20px 0px;
	line-height: 1;
	font-weight: 600;
}

aside .wdgt .latest-news-wdgt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside .wdgt .latest-news-wdgt ul li {
	background-color: #fff;
	padding: 10px 20px 13px 20px;
	margin: 2px 0px 0px 0px;
}
aside .wdgt .latest-news-wdgt ul li:first-child {
	margin: 0;
}
aside .wdgt .latest-news-wdgt ul li .top {}
aside .wdgt .latest-news-wdgt ul li .top p {
	margin: 0;
	font-weight: bold;
	color: #303030;
}

aside .wdgt .latest-news-wdgt ul li .bottom {
	font-size: 13px;
}

aside .wdgt .latest-news-wdgt ul li .bottom p {
	display: inline-block;
	margin: 0;
	font-weight: 600;
}
aside .wdgt .latest-news-wdgt ul li .bottom span {
	display: inline-block;
}
aside .wdgt .latest-news-wdgt ul li {}

/* SOCIAL */

.social {
	margin: 50px 0px 0px 0px;
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social ul li {
	display: inline-block;
	margin: 0px 0px 0px 5px;
}
.social ul li:first-child {
	margin: 0;
}
.social ul li a.btn {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 100%;
	background-color: #ababab;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.social ul li a.btn.twitter {background-color: #00d8ff;}
.social ul li a.btn.facebook {background-color: #3278c7;}
.social ul li a.btn.email {background-color: #ababab;}

.social ul li .fb-like {
	margin: 0px 0px 0px 10px;
}

/* GOOGLE MAPS */
.map-holder {}
.map-holder img.map-stretcher {
	visibility: hidden;
}
.map-holder .map {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

/* COOKIEWARNING */

.cookiewarning {
	text-align: center;
	display: block;
	z-index: 999;
	background-color: rgba(0,0,0,0.9);
	color: #fff;
	padding: 15px 15px;

	position: fixed;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.cookiewarning .cookiewarning-text {
	padding: 0px 40px 0px 0px;
	display: inline-block;
	text-align: left;
}

.cookiewarning .cookiewarning-text h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.cookiewarning .cookiewarning-text p {
	margin: 0px;
	font-size: 12px;
}

.cookiewarning .cookiewarning-button {
	display: inline-block;
    vertical-align: top;
	margin: 0px 0px;
}

.cookiewarning .cookiewarning-button .accept-cookies {
	display: inline-block;
	text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 22px;
    border-radius: 5px;
    display: inline-block;
}

.cookiewarning .cookiewarning-button .accept-cookies:hover {
	background-color: #fff;
	color: #000;
}


/*
_____   _____  ____   ____    ___   _   _  ____  ___ __     __ _____
|  _ \ | ____|/ ___| |  _ \  / _ \ | \ | |/ ___||_ _|\ \   / /| ____|
| |_) ||  _|  \___ \ | |_) || | | ||  \| |\___ \ | |  \ \ / / |  _|
|  _ < | |___  ___) ||  __/ | |_| || |\  | ___) || |   \ V /  | |___
|_| \_\|_____||____/ |_|     \___/ |_| \_||____/|___|   \_/   |_____|
*/

/*DESKTOP ONLY*/
@media only screen and (max-width: 1200px)
{
	section.intro {padding: 60px 20px;}
	section.testimonial {padding: 40px 20px;}
	section.instagram {padding: 40px 20px 60px 20px;}
	section.recommendations {padding: 40px 20px;}
	footer .wrapper {padding: 0px 20px;}
	.wrapper {
		padding: 0px 20px;
	}
}

/*EVERYTHING FROM IPAD AND DOWN*/
@media only screen and (max-width: 999px)
{
	body {
		padding: 62px 0px 0px 0px;
	}
	header {
		height: 62px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	header #header-logo img {
		height: 40px;
	}

	header .header-language {
		height: 62px;
	    width: 60px;
	    margin: 0px;
	    right: 66px;
	}

	header .header-cart{
		height: 62px;
	    width: 60px;
	    margin: 0px;
	    right: 66px;
	    border-right: 1px solid rgba(0, 0, 0, 0.1);
	}

	header .header-language span.current {
	    top: 19px;
		left: 10px;
	}

	header .header-language:after {
	    top: 29px;
		left: 42px;
	}

	header .header-other-languages {
	    top: 62px;
	}

	section.slider-big .slide .slide-image img {
		width: 150%;
		max-width: 1000%;
		margin: 0px 0px 0px -25%;
	}

	section.slider-big .slide .slide-meta {
		padding: 15px 20px;
	}

	section.slider-big .slide .slide-meta h1 {
		font-size: 28px;
		margin: 0px 0px 10px 0px;
	}

	section.slider-big .slide .slide-meta p {
		font-size: 14px;
	}

	section.intro {
		text-align: center;
	}

	section.intro .intro-inner .intro-meta,
	section.intro .intro-inner .intro-widget {
		float: none;
		width: 100%;
	}

	section.intro .intro-inner .intro-meta {
		text-align: left;
	}

	section.intro .intro-inner .intro-widget {
		margin: 20px 0px 0px 0px;
	}

	section.grid .grid-item .grid-item-image {
		display: none;
		opacity: 1;
	}

	section.grid .grid-item .grid-item-image.active {
		display: block;
	    opacity: 1;
	}

	section.grid .grid-item .grid-item-image {
		width: 100%;
	}

	section.grid .grid-item .grid-item-image {
		position: relative;
		height: 300px;
	}

	section.grid .grid-item .grid-item-meta {
		width: 100%;
		float: none;
		padding: 30px;
		text-align: center;
		position: relative;
	}

	section.grid .grid-item .grid-item-meta .grid-slider .slick-dots {
		text-align: center;
		top: -65px;
	}

	footer {
		text-align: center;
	}

	footer .upper .meta-left,
	footer .upper .meta-right {
		display: inline-block;
		float: none;
	}

	footer .upper .meta-left p {
		max-width: 100%;
	}

	footer .upper .meta-right {
	    margin: 20px 0px 0px 0px;
		width: 100%;
	}

	footer .upper .meta-right ul li {
		float: none;
		display: inline-block;
	}

	main {width: 64%;}
	aside {width: 33.5%;}

	main article .content {
		font-size: 14px;
	    padding: 30px 40px 30px 40px;
	}

	main article .content .post-info {
		margin: 0px 0px 20px 0px;
	}
}

/*PHONE ONLY*/
@media only screen and (max-width: 700px) {
	section.slider-big .slide .slide-image img {
		width: 200%;
		margin: 0px 0px 0px -50%;
	}

	main {width: 100%;float: none;margin: 0px 0px 20px 0px;}
	aside {width: 100%;float: none;}

	.related .items ul li {
		width: 98%;
	}

	.items.three ul li {
		width: 48%;
	}

	.filtering ul {
		border-bottom: 0px;
		margin: 20px 0px;
	}

	.filtering ul#seasons li.active::after,
	.filtering ul#seasons li:hover::after {
		display: none;
	}

	.filtering ul li {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.filtering ul li.active,
	.filtering ul li:hover {
		border-bottom: 1px solid #fff !important;
	}

	.filtering ul li {
		border-bottom: 1px solid #fff;
	}

	.filtering ul li a {
		padding: 8px 20px;
		background-color: #B5B5B5;
		color: #fff !important;
		display: block;
		margin: 0;
	}

	.filtering ul li.active a,
	.filtering ul li:hover a {
	}

	.error .error-meta {
	    margin: 50px auto;
	    padding: 0px 20px;
	}

	.error .error-meta .error-meta-text h1 {
		font-size: 28px;
	}

	.error .error-meta .items.two ul li {
		width: 98%;
	}
}

@media only screen and (max-width: 500px) {
	header {
		padding: 0;
	}
	header #header-logo {
		margin: 0;
    	padding: 0px 10px;
	    height: 62px;
	    position: relative;
    	width: 144px;
	}
	header #header-logo.header-logo-text {
    	width: 230px;
	}
	header #header-logo a {

	}
	header #header-logo.header-logo-text a {
		font-size:16px;
		line-height:62px;
	}
	header #header-logo img {
		height: auto;
	    max-width: 100%;
	    padding: 0px 10px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translateY(-50%) translateX(-50%);
	    -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	    -o-transform: translateY(-50%) translateX(-50%);
	    transform: translateY(-50%) translateX(-50%);
	}

	header .header-cart {
		width: 50px;
	}

	.items.three ul li {
		width: 98%;
	}

	.items.three ul li .item .item-meta {
		height: auto !important;
	}
	section.top {height: 130px;}
	section.top h1 {
		font-size: 35px;
	}
	section.intro {
	    padding: 40px 20px;
	}
	section.intro .intro-inner .intro-meta h2 {
		font-size: 30px;
	}
	section.testimonial .testimonial-meta p {
		font-size: 20px;
	}

	section.instagram {
		padding: 40px 20px;
	}

	section.instagram .instagram-feed ul {
		margin: 0px 0px 0px -3%;
	}
	section.instagram .instagram-feed ul li {
		width: 47%;
		margin: 0px 0px 10px 3%;
	}
	section.instagram .instagram-feed ul li:last-child {
		display: none;
	}

	section.grid .grid-item .grid-item-image {height: 240px;}
	section.grid .grid-item .grid-item-meta .grid-slider .grid-slide h3 {
		font-size: 28px;
	}

	section.slider-big .slide .slide-meta {
		position: relative;
	    padding: 25px 15px;
	}

	main article .content {
		padding: 30px;
	}

	main article .content blockquote {
		font-size: 18px;
		padding: 20px 0px 0px 0px;
	}

	.slick-prev, .slick-next {
		top: 50%;
	}
}
