body {
	font-family: 'Roboto', sans-serif;	
	font-size: 16px;
	background: #e7eaed;
	overflow-y: scroll;
    overflow-x: hidden;	
}

body.vidpla {
	overflow-y: hidden;
    overflow-x: hidden;	
	top:0;	
}

body.animspla {
	overflow-y: hidden;
    overflow-x: hidden;	
	top:0;	
}

a,
a:hover,
a:active,
a:focus {
	outline:none;
}

.siteloader {
    background: rgba(14, 40, 57, 1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagewrap {
    position: relative;
    margin: 20px;
    overflow: hidden;	
}

.admin-bar .pagewrap:before {
    top: 32px;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ludicrous-Regular-GR';
}

.btn:hover,
.btn:focus,
.btn:active {
	text-decoration:none !important;
}

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

img.inline {
	display:inline-block;
}

img.full {
	width: 100%;
}

.no-gutter > [class*='col'],
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.nopadding {
	padding:0;
}

.nopaddingright {
	padding-right:0;
}

.nomarg {
	margin-left:0;
	margin-right:0;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.vertical-align {
    display: flex;
    align-items: center; 
}

strong {
	font-weight: 700;
}

.inside-full-height {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
} 

.header {
    position: fixed;
    top: 20px;
    width: 97.5%;
    left: 20px;
    z-index: 35;
    text-align: center;
    padding: 2em 3em;
    transition: background 0.5s ease;
}

.home .logo {
	opacity:0;
    transition: opacity 0.5s ease;
}

.home.scrolled .logo {
	opacity:1;	
}

.home.vidpla .logo {
	opacity:1;	
}

.home .header  {
	opacity:0;
}

.admin-bar .header {
    top: 52px;	
}

.scrolled .header {
    background: rgba(14, 40, 57, 0.9);
    top: 0;
	border-top: 20px solid #e7eaed;
}

.skipintro {
    font-family: 'Ludicrous-Regular-GR';
    color: #fff !important;
    font-size: 24px;
    position: absolute;
    bottom: 2%;
    left: 50%;
    text-align: center;
    width: 10%;
    margin-left: -5%;
}

.playintro {
    font-family: 'Ludicrous-Regular-GR';
    color: #fff !important;
    font-size: 24px;
	transition: all 0.4s ease;
}

.playintro:hover {
    color: #ffae00 !important;	
}

/* .scrolled .scrollindi {
	display:none;
} */

.svgholder {
    display: inline-block;
    width: 60%;
}

.svgholder svg {
	width: 100%;
}

.actiwrap {
    display: block;
    overflow: hidden;	
}

.actiwrap img {
	transition: all 0.5s ease;
}

.actiwrap:hover img {
	transform: scale(1.02);
}

.scrollindi {
	position:relative;
}

.scrollindi a {
	position: absolute;
    top: -70px;
    display: block;
    left: 50%;
    margin-left: -36px;
    font-family: 'Ludicrous-Regular-GR';
    color: #b93739;
    display: inline-block;
    width: 80px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.scrollindi a span {
    font-size: 30px;
    display: block;
}

.homewrap {
	position:relative;
}

.intro {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(14, 40, 57, 0.9);
    z-index: 30;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;	
	text-align:center;
}

.intro video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;	
}

.page-template-video_gallery .fancybox-slide--video .fancybox-content {
	width  : 1024px;
	height : 576px;
	max-width  : 80%;
	max-height : 80%;
}

.page-template-video_gallery svg path,
.page-template-image_gallery svg path,
.page-template-stories svg path {
	fill: #0e2839;
}

.page-template-video_gallery .header .burger span,
.page-template-video_gallery .rightmenu .navmenu a:after,
.page-template-video_gallery .navicon:after, 
.page-template-image_gallery .header .burger span,
.page-template-image_gallery .rightmenu .navmenu a:after,
.page-template-image_gallery .navicon:after,
.page-template-stories .header .burger span,
.page-template-stories .rightmenu .navmenu a:after,
.page-template-stories .navicon:after{
	background:#0e2839;	
}

.page-template-video_gallery.scrolled svg path,
.page-template-image_gallery.scrolled svg path,
.page-template-stories.scrolled svg path {
	fill: #fff;
}

.page-template-video_gallery.scrolled .header .burger span,
.page-template-video_gallery.scrolled .rightmenu .navmenu a:after,
.page-template-video_gallery.scrolled .navicon:after,
.page-template-image_gallery.scrolled .header .burger span,
.page-template-image_gallery.scrolled .rightmenu .navmenu a:after,
.page-template-image_gallery.scrolled .navicon:after,
.page-template-stories.scrolled .header .burger span,
.page-template-stories.scrolled .rightmenu .navmenu a:after,
.page-template-stories.scrolled .navicon:after {
	background:#fff;	
}


.admin-bar.scrolled .header {
    top: 32px;		
}

.header .burger {
    display: inline-block;
    width: 25px;	
	float:left;
}

.header .rightmenu {
	float:right;	
	position:relative;
}

.header .rightmenu a {
	display:inline-block;
    vertical-align: middle;
}

.rightmenu .navmenu {
	position: absolute;
    top: 32px;
    left: -215px;
    margin-top: -26px;
    display: inline-block;
    opacity: 0;
    width: 215px;
}

.el .rightmenu .navmenu {
    left: -245px;
    width: 240px;	
}

.rightmenu .navmenu a {
    margin: 0 10px 0 0;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.rightmenu .navmenu a svg {
	width: 100%;
}

.rightmenu .navmenu a:after {
	content:'';
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 10px;	
}

.header .burger span {
	display: block;
	position:relative;
    background: #fff;
    height: 2px;	
	margin-bottom:2px;
	transition: all 0.3s ease;
	top:0;
}

.header .burger:hover span.top {
	top: -3px;
}

.header .burger:hover span.bottom {
	top: 3px;	
}

.sidemenu {
	position: fixed;
    left: -5000px;
    top: 0;
    width: 25%;
    z-index: 37;
    background: #e7eaed;
    height: 100vh;
    box-shadow: 0 20px 35px #464646;	
}

.sidemenu .sidelogo {
    padding: 3em;
    display: block;
    text-align: center;	
}

.sidemenu .burger {
	display: inline-block;
    width: 25px;
    float: left;
    position: absolute;
    right: 2em;
    top: 5em;
    transform: rotate(90deg);
}

.sidemenu .rightmenu {
	float:right;	
}

.sidemenu .burger span {
	display: block;
	position:relative;
    background: #0e2839;
    height: 2px;	
	margin-bottom:2px;
	transition: all 0.3s ease;
	top:0;
}

.sidemenu .burger:hover span.top {
	top: -3px;
}

.sidemenu .burger:hover span.bottom {
	top: 3px;	
}

.sidemenu ul {
    margin: 0;
    padding: 0;	
}

.sidemenu ul li {
	display:block;
	list-style:none;
}

.sidemenu ul li.margbot {
	margin-bottom: 3em
}

.sidemenu ul li a {
    display: inline-block;
    padding: 1em 2em;
    border-top: 1px solid #dce0e4;
    width: 100%;
    color: #0e2839;
    font-size: 16px;	
	transition:all 0.5s ease;
}

.sidemenu ul li.socilist a {
	display:inline-block;
	width: 33.3%;
	margin-left: -4px;
    text-align: center;
	border-top: 0 none;	
}

.sidemenu ul li.margbot a {
    border-bottom: 1px solid #dce0e4;	
}

.sidemenu ul li a:hover {
	background: #fff;
}

.pagehider {
    background: rgba(14, 40, 57, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 35;	
	display:none;
}

.menurow {
	display:flex;
	align-items:center;
}

.langlink {
    position: relative;
    top: 8px;
}

.navicon {
	position:relative;
    padding-right: 15px;	
}

.page-template-video_gallery .maincont {
    background: url(/wp-content/themes/thessaly/images/galbg.jpg) repeat bottom center transparent;
    position: relative;
}

.page-template-video_gallery .maincont:after {
	content:'';
	background: url(/wp-content/themes/thessaly/images/bottomribon.png) no-repeat top center transparent;
    position: absolute;
    bottom: -200px;
    width: 100%;
    height: 320px;
    z-index: 0;	
}

.videogal {
    padding: 140px 0 !important;
}

.videogal .container {
    position: relative;
    z-index: 2;
}

.tiled-gallery {
	/* display:none; */
}

.bgvideocont {
	position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;	
}

.bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;	
}

.activlink {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.2s ease;	
}

.activlink.padded {
    bottom: 125px;
}

.galcont {
    padding: 140px 0 !important;
}

.galcont br {
	display:none;
}

.galcont .galfilters {
	
}

.galcont .galfilters ul {
    margin: 0 0 50px;
    padding: 0;	
}

.galcont .galfilters ul li {
    display: inline-block;
    margin: 0 20px 0 0;	
}

.galcont .galfilters ul li a {
    color: #bb4042;
    font-family: 'Ludicrous-Regular-GR';
    font-size: 20px;
	transition: all 0.5s ease;
}

.galcont .galfilters ul li a:hover,
.galcont .galfilters ul li a.active {
    color: #0e2839;	
}

.galitem {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    margin: 0 2% 4%;	
    background-color: #fff;	
}

.galitem .imgwrap {
	position:relative;
}

.galitem .imgwrap:after {
	content:'';
    background: url(/wp-content/themes/thessaly/images/videoicon.png) no-repeat right center transparent;
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 5;
    width: 60px;
    height: 60px;
}

.galitem .viddescr {
	padding:10%;
}

.galitem .viddescr h3 {
	font-size: 30px;
	color:#0e2839;
}

.galitem .viddescr p {
	font-size: 20px;
	color:#0e2839;	
}

.navicon:after {
	content:'';
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 7px;
}

.articleintro {
	background:url(/wp-content/themes/thessaly/images/meteorabg.jpg) no-repeat top center transparent;
	background-size: cover;
	height: 100vh;	
	position:relative;
}

.page-template-lovelist .maincont {
	background:url(/wp-content/themes/thessaly/images/lovelistbg.jpg) no-repeat top center #0d192c;
    padding: 160px 0 0;
}

.lovelistlogo {
	margin-bottom: 40px;
}

.lovelistcont {
    background: #e7eaed;
    border-radius: 50px 50px 0 0;
    width: 90%;
    padding: 50px 80px 100px;
    margin: 0 auto;
}

.lovelistcont p {
	font-size:18px;
	color:#0d192c;
}

.lovelistcont p span {
	font-size: 15px;
}

.lovelistcont p strong {
	font-size:22px;
}

.howform {
    text-align: left;
    width: 80%;
    margin: 50px auto 140px;
}

.howform p {
	color:#e10b03;
}

.howform .step {
    font-size: 14px;
    color: #0f355a;
    display: block;
    overflow: hidden;
    margin: 80px 0;
    padding: 0 50px;
}

.howform .step span {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    display: block;
    margin-top: 20px;
}

.howform .step .stepper {
    font-family: 'Ludicrous-Regular-GR';
    color: #e00b03;
    font-size: 40px;
    float: left;
    border-radius: 50%;
    border: 3px solid #e00b03;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 20px;
	margin-bottom: 30px;	
}

.howform form {
    margin: 0 auto;
    width: 80%;
    text-align: center;	
}

.howform input {
    display: inline-block;
    width: 60%;
    border-radius: 35px;
    border: 1px solid red;
    padding: 15px 50px;
    margin: 20px auto;	
	outline:none;
}

.howform button {
    display: block;
    background: #39579b;
    color: #fff;
    font-size: 18px;
    border: 0 none;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 20px auto 0;
	cursor:pointer;
}

.howform button:hover {
    background: #334e8a;	
}

.howform button i {
	margin-right: 20px;
}

.howform .explore {
	color: #e00b03;
    font-family: 'Ludicrous-Regular-GR';
    font-size: 17px;
    background: #fff;
    border: 2px solid #e00b03;
    border-radius: 30px;
    padding: 15px 35px;
    margin: 0 auto;
    display: inline-block;	
	transition: all 0.5s ease;
}

.howform .explore:hover {
    background: #e00b03;
    color: #fff;	
}

.lovelistcont .lovelink {
	float:left;
	color:#999999;
	font-size:16px;
	font-weight:bold;
	transition: all 0.4s ease;
}

.lovelistcont .lovelink:hover {
    color: #0d192c;	
}

.lovelistcont .lovelink.winlink {
	float:right;
}

.svgcont {
    width: 90%;
    height: 0;
    padding-top: 48%;
    position: relative;
	display: inline-block;	
}

.articleintro svg {
    -webkit-filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
            filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
    position: absolute;
    top: 0;
    left: 0;			
}

.single .articleintro:before {
    content: '';
    background: url(/wp-content/themes/thessaly/images/maskCoverImage.png) no-repeat top center transparent;
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;	
	display:block;
}

.cathead:before {
    content: '';
    background: url(/wp-content/themes/thessaly/images/maskCoverImage.png) no-repeat top center transparent;
    position: absolute;
	background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;	
	display:block;
}

.category .maincont {
    background: url(/wp-content/themes/thessaly/images/klosti3.jpg) no-repeat bottom right #fff;
    background-size: contain;
}

.page-template-stories .maincont {
    background: url(/wp-content/themes/thessaly/images/galbg.jpg) repeat bottom center transparent;
    position: relative;
    padding-top: 140px;	
}

.storiesblock {
    padding: 50px 0 50px 220px;
}

.storiesblock h3 {
    color: #0d192c;
    font-size: 40px;
    margin-bottom: 20px;	
}

.storiesblock ul {
    margin: 0;
    padding: 0;	
}

.storiesblock ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 5px;
}

.storiesblock ul li a {
    color: #0e2839;
	transition:all 0.3s ease;	
}

.storiesblock ul li a:hover {
	color: #1d5477;	
}

.hometop {
	top: 15%;
	position:relative;
    width: 80%;
    margin: 0 auto;	
}

.page-template-default .maincont {
    background: url(/wp-content/themes/thessaly/images/lovelistbg.jpg) no-repeat top center #0d192c;
    padding: 160px 0 0;
}

.page-template-default .maincont .pagecont {
    background: #e7eaed;
    border-radius: 50px 50px 0 0;
    width: 90%;
    padding: 80px 80px 100px;
    margin: 0 auto;	
}

.pagecont h1 {
    margin-bottom: 30px;	
}

.tripcont {
    background: url(/wp-content/themes/thessaly/images/travelimage.jpg) no-repeat top center #0e2839;
    color: #fff;
    padding: 45em 0 25em;
    position: relative;
    overflow: hidden;	
}

.maplinerow {
    padding: 55em 0 0;
}

.tripcont .container {
	position:relative;
	z-index: 1;
}

.tripplacecont {
	position:relative;
}

.tripplacecont.block-1 {
    margin-bottom: 70em;	
}

.tripplacecont.block-1 .place-1 {
    left: 5em !important;	
    top: -5em !important;	
}

.tripplacecont.block-1 .place-2 {
    top: 35em !important;	
}

.tripplacecont.block-1 .place-3 {
    left: -10em !important;
    top: 55em !important;
}

.tripplacecont.block-2 {
    margin-bottom: 60em;	
}

.tripplacecont.block-2 .place-1 {
    right: 0em !important;	
    top: 15em !important;	
}

.tripplacecont.block-2 .place-2 {
    right: 10em !important;	
    top: 40em !important;	
}

.tripplacecont.block-2 .place-3 {
    left: 10em !important;	
    top: 60em !important;	
}

.tripplacecont.block-3 {
    margin-bottom: 80em;	
}

.tripplacecont.block-3 .place-1 {
    left: 8em !important;
    top: 0em !important;
}

.tripplacecont.block-3 .place-2 {
    right: 10em !important;	
    top: 35em !important;	
}

.tripplacecont.block-3 .place-3 {
    left: 10em !important;	
    top: 55em !important;	
}

.tripplacecont.block-4 {
    margin-bottom: 20em;	
}

.tripplacecont.block-4 .place-1 {
    left: 5em !important;	
    top: -25em !important;	
}

.tripplacecont.block-4 .place-2 {
    right: 5em !important;	
    top: -5em !important;	
}

.tripplacecont.block-4 .place-3 {
    left: 5em !important;	
    top: 30em !important;	
}

.tripspot {
    margin-bottom: 30em;	
}

.tripspot h2 svg {
    -webkit-filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
    filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
    top: 0;
    left: 0;
}

.tripspot h2 {
    font-size: 120px;
    line-height: 80px;
	margin-bottom: 20px;	
    position: relative;
}

.tripspot p {
	margin-bottom: 10px;	
	text-shadow:0px 2px 3px rgba(0,0,0,0.6);
}

.tripspot p strong {
	font-size: 18px;
}

.tripspot .more {
	font-family: 'Ludicrous-Regular-GR';
	color:#fff;
	font-size: 26px;
	position:relative;	
	text-shadow:0px 2px 3px rgba(0,0,0,0.6);	
}

.tripspot .more:hover {
    color: #ffae00;
}

.tripspot .more:after {
    content: '';
    background: url(/wp-content/themes/thessaly/images/more.png) no-repeat top center transparent;
    position: absolute;
    right: -60px;
    top: 8px;
    width: 43px;
    height: 25px;
}

.tripspot .more:hover:after {
    background: url(/wp-content/themes/thessaly/images/more_orange.png) no-repeat top center transparent;	
}

.tripplace {
	position:absolute;
	font-size: 22px;
    display: inline-block;	
}

.tripplace a {
	color:#fff;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 1);	
}

.tripplace a:hover {
	color:#fff;
}

.tripplace a:after {
	content: '';
    background: url(/wp-content/themes/thessaly/images/spot.png) no-repeat left top transparent;
    display: block;
    position: absolute;
    left: -80px;
    top: -15px;
    width: 61px;
    height: 57px;
}

.tripplace.alt a:after {
	content: '';
    background: url(/wp-content/themes/thessaly/images/spot.png) no-repeat left top transparent;
    display: block;
    position: absolute;
    right: -80px;
	left:auto;
    top: -15px;
    width: 61px;
    height: 57px;
}

.tripplace a:hover:after,
.tripplace.alt a:hover:after  {
    background: url(/wp-content/themes/thessaly/images/spot_hov.png) no-repeat left top transparent;	
	background-size: cover;	
}

.aniOpacityZero {
	opacity:0;
}

.thread {
    position: absolute;
    top: 2%;
    left: -5%;
    z-index: 0;
    height: 800vh;
    width: 100vw;	
}

.mapcloud {
    position: absolute;
    top: 0;
    left: 0;	
}

.mapcloud.cloud1 {
    left: -50%;
    top: 20%;	
}
.mapcloud.cloud2 {
    left: 50%;
    top: 40%;	
}
.mapcloud.cloud3 {
    left: -50%;
    top: 60%;		
}
.mapcloud.cloud4 {
    left: 50%;
    top: 80%;		
}
.mapcloud.cloud5 {
    left: -50%;
    top: 90%;		
}

.mapcont {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    width: 100%;
    text-align: center;	
}

.infoboxes {
    background: rgba(14, 40, 57, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	display:none;
}

.infobox {
    width: 35%;
    text-align: center;	
	display:none;
    padding-top: 50px;
    margin: 8% auto 0;	
}

.infobox .destimg {
	position:relative;
    display: inline-block;
    margin-bottom: -30px;	
}

.infobox .destimg img {
    border-radius: 50%;
    width: 100px;
    height: 95px;
}

.infobox .destimg:after {
    content: '';
    background: url(/wp-content/themes/thessaly/images/destimask.png) no-repeat top center transparent;
    position: absolute;
    width: 170px;
    height: 160px;
    left: 50%;
    margin-left: -86px;
    top: -35px;
    background-size: cover;
}

.infobox h2 {
	color: #fff;
    font-size: 70px;
    line-height: 60px;	
    margin: 45px 0 0;
}

.infobox h3 {
	color: #fff;
    font-size: 30px;
    margin: 10px 0 10px;
}

.infobox p {
    color: #fff;
    font-size: 14px;
    margin: 20px auto;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 15px 0;
}

.infobox .back {
    font-family: 'Ludicrous-Regular-GR';
    color: #fff;
    font-size: 26px;
    position: relative;
    float: left;
    margin-left: 60px;
}

.infobox .back:after {
    content: '';
    background: url(/wp-content/themes/thessaly/images/more.png) no-repeat top center transparent;
    position: absolute;
    left: -60px;
    top: 8px;
    width: 43px;
    height: 25px;
    transform: rotate(-180deg);
}

.infobox .artlink {
    font-family: 'Ludicrous-Regular-GR';
    color: #fff;
    font-size: 26px;
    position: relative;
    float: right;
    margin-right: 60px;
}

.infobox .artlink:after {
    content: '';
    background: url(/wp-content/themes/thessaly/images/more.png) no-repeat top center transparent;
    position: absolute;
    right: -60px;
    top: 8px;
    width: 43px;
    height: 25px;	
}

.textcontin .back {
	color: #ffffff;
    font-size: 9px;
    width: 65px;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    top: 95px;
    left: -77px;
    text-align: center;
}

.textcontin .back:after {
	content: '';
    background: url(/wp-content/themes/thessaly/images/backtomap.png) no-repeat top center transparent;
    position: absolute;
    left: 10px;
    top: -32px;
    width: 43px;
    height: 25px;
}

/* destimask.png */

.mapcont canvas {
	cursor: -webkit-grab;
}
	
.mapcont canvas:focus,
.mapcont canvas:active	{
	cursor: -webkit-grabbing;
}

#loading {
	margin: auto;
	text-align: center;
}

#loading-title {
	line-height: 100%;
	font-size: 6em;
	letter-spacing: -0.1em;
	font-weight: 700;
}

#loading-subtitle {
	font-size: 1.5em;
	padding-bottom: 4em;
}

#loading-infos {
	padding-bottom: 6em;
}

.mapcont .mapover {
    text-align: center;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapcont .mapover .maptitle {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 35px;
}
.mapcont .mapover .inner {
	width: 50%;
	margin: 0 auto;
}
.mapcont .mapover .navimap {
    background: #d27c02;
    color: #fff;
    font-size: 22px;
    border-radius: 15px;
    padding: 10px 20px;
    display: inline-block;
    margin: 30px 0 0px;
	border: 2px solid transparent;
	transition: all 0.5s ease;
}

.mapcont .mapover .navimap:hover {
	border:2px solid #d27c02;
	background:transparent;
}

.mapcont canvas {
    display: inline-block;
    width: 100%;
    height: 100%;
	vertical-align:bottom;
}

.mapcont .navig {
	font-family: 'Ludicrous-Regular-GR';
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 20px;
}

.page-template-image_gallery .maincont {
    background: url(/wp-content/themes/thessaly/images/galbg.jpg) repeat bottom center transparent;
    position: relative;
}

.page-template-image_gallery .maincont:after {
	content:'';
	background: url(/wp-content/themes/thessaly/images/bottomribon.png) no-repeat top center transparent;
    position: absolute;
    bottom: -200px;
    width: 100%;
    height: 320px;
    z-index:0;	
}

.tiled-gallery {
	margin: 0 !important;
}

.page-template-image_gallery .container-fluid {
    position: relative;
    z-index: 2;
}

.tiled-gallery .gallery-row {
	margin: 0 auto;
}

.semedaki {
	background: url(/wp-content/themes/thessaly/images/Embroider1.jpg) repeat top center transparent;
	background-attachment: fixed;    
	display: block;    
	width: 100%;    
	height: 100%;	
}
.semedaki.type1 {
	background: url(/wp-content/themes/thessaly/images/Embroider1.jpg) repeat top center transparent;	
	background-attachment: fixed;  	
}
.semedaki.type2 {
	background: url(/wp-content/themes/thessaly/images/Embroider2.jpg) repeat top center transparent;	
	background-attachment: fixed;  	
}
.semedaki.type3 {
	background: url(/wp-content/themes/thessaly/images/Embroider3.jpg) repeat top center transparent;	
	background-attachment: fixed;  	
}
.semedaki.type4 {
	background: url(/wp-content/themes/thessaly/images/Embroider4.jpg) repeat top center transparent;	
	background-attachment: fixed;  	
}
.semedaki.type5 {
	background: url(/wp-content/themes/thessaly/images/Embroider5.jpg) repeat top center transparent;	
	background-attachment: fixed;  	
}
.semedaki.type6 {
	background: url(/wp-content/themes/thessaly/images/Embroider6.jpg) repeat top center transparent;	
	background-attachment: fixed;  	
}

.splash {
    padding: 0rem 1.5rem 3rem;
    text-align: center;
    margin: 0 auto;	
	position:relative;
	z-index: 1;
    top: 35%;	
}

.splash .insplash {
    width: 70%;
    margin: 0 auto;
}

.splash h1 {
    color: #fff;
    font-size: 105px;
    line-height: 120px;
    margin: 0 0 30px;
}

.splash h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 30px;
}

.splash .play {
    display: block;
    margin: 0 0 30px;
}

.splash p {
    color: #fff;
    margin: 0 auto;
    width: 70%;
}

.textwrap {
    background: url(/wp-content/themes/thessaly/images/klosti.jpg) no-repeat bottom center #fff;
	background-size:contain;	
}

.singletext {
    padding: 4em;
    position: relative;
    top: -150px;
    margin-bottom: -150px;	
	background:#fff;
}

.rightbartext {
    position: relative;	
}

.singletext .scrollbar-inner {
    height: auto;
}

.socialshare {
    position: absolute;
    left: -60px;
    top: 0px;
}

.socialshare .socipad {
    position: absolute;
    width: 80px;
    top: 0px;
    left: -80px;	
}

.socialshare .socipad a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
    color: #fff;
    margin: 0 2px;
    font-size: 20px;
	display:none;
	opacity:0;
}

.singletext h2 {
    background: url(/wp-content/themes/thessaly/images/scrollarrow.png) no-repeat right top transparent;	
    font-size: 40px;
    color: #0e2839;
    border-bottom: 1px solid #0e2839;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 35px;	
}

.singletext h3 {	
	font-size: 24px;
	color:#0e2839;	
}

.miniloader {
    width: 100px;
    height: 100px;
    background-image: url(/wp-content/themes/thessaly/images/loader_sprite.png);
    -webkit-animation: play .8s steps(46) infinite;
    -moz-animation: play .8s steps(46) infinite;
    -ms-animation: play .8s steps(46) infinite;
    -o-animation: play .8s steps(46) infinite;
    animation: play 1.8s steps(46) infinite;
}

@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -4600px; }
}

@-moz-keyframes play {
   from { background-position:    0px; }
     to { background-position: -4600px; }
}

@-ms-keyframes play {
   from { background-position:    0px; }
     to { background-position: -4600px; }
}

@-o-keyframes play {
   from { background-position:    0px; }
     to { background-position: -4600px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -4600px; }
}


.relatedcont {
	position:relative;
}

.relatedcont h4 {
    background: #0e2839;
    font-family: "Roboto";
    font-size: 16px;
    color: #fff;
    padding: 1em 4em;
    display: inline-block;
    margin: 0;	
}

.relatedcont .relatedlist {
    padding: 2em 4em;
    min-height: 250px;	
}

.relatedlist a {
	color:#0e2839;
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 0;
    top: 45%;
    border-radius: 0;
}

.fancybox-button--left:after, 
.fancybox-button--right:after {
    top: 18px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fancybox-button--right {
    border-bottom-left-radius: 5px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 45%;
    border-radius: 0;
}

.relbox {
    position: relative;
    display: block;
	overflow:hidden;
	background: url(/wp-content/themes/thessaly/images/boxshadow.png) no-repeat left bottom #c1c1c1;
    background-size: cover;
}

.relbox.featbox {
    background: #fff;	
}

.relbox.featbox h3 {
    color: #0e2839;
    font-size: 45px;
    margin-bottom: 15px;
}

.relbox.featbox p,
.relbox.featbox {
    color: #0e2839;	
}

.relbox.featbox .featinner {
    padding: 30px;	
}

.relbox.featbox .more {
	font-family: 'Ludicrous-Regular-GR';
	color:#0e2839;
	font-size: 26px;
	position:relative;	
}

.relbox.featbox .more:hover {
    color: #ffae00;
}

.relbox.featbox .more:after {
    content: '';
    background: url(/wp-content/themes/thessaly/images/more_blue.png) no-repeat top center transparent;
    position: absolute;
    right: -60px;
    top: 8px;
    width: 43px;
    height: 25px;
}

.relbox.featbox .more:hover:after {
    background: url(/wp-content/themes/thessaly/images/more_orange.png) no-repeat top center transparent;	
}

.relbox img {
	opacity: 0.6;
	transition: all 0.5s ease;
}

.relbox:hover img {
    opacity: 1;
}

.relbox:hover img {
	transform: scale(1.01);
}

.relbox .textbox {
    position: absolute;
    width: 90%;
    bottom: 10%;
    left: 8%;
    z-index: 5;	
}

.relbox .textbox h3 {
	color:#fff;	
	font-size: 30px;
}

.relbox .textbox h3.video {
    background: url(/wp-content/themes/thessaly/images/videoicon.png) no-repeat right center transparent;
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;	
}

.relbox .textbox h3.gallery {
    background: url(/wp-content/themes/thessaly/images/galleryicon.png) no-repeat right center transparent;
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;	
}

.relbox .textbox h3.link {
    background: url(/wp-content/themes/thessaly/images/linkicon.png) no-repeat right center transparent;
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;	
}

.relbox .textbox p {
	color:#fff;
	font-size: 20px;	
    margin-bottom: 0;	
}

.catlink {
    display: block;	
    overflow: hidden;	
    background: url(/wp-content/themes/thessaly/images/boxshadow.png) no-repeat left bottom #c1c1c1;
    background-size: cover;	
}

.catlink img {
	opacity: 0.6;
	transition: all 0.5s ease;
}

.catlink:hover img {
    opacity: 1;
}

.catlink:hover img {
	transform: scale(1.01);
}

.catlink h2 {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 75px;
    width: 50%;
    line-height: 60px;
    text-align: center;
    margin-left: -25%;	
    text-shadow: 0 3px 8px #484848;	
}

.catlink h2 svg {
	width: 100%;
}

.extrablock {
    display: block;	
    overflow: hidden;		
}

.extrablock img {
	transition: all 0.5s ease;
}

.extrablock:hover img {
	transform: scale(1.01);
}

.cathead {
	padding-top: 18em;	
    position: relative;
    overflow: hidden;	
}

.cattitle {
    display: flex;
    justify-content: center;	
}

.cookielist {
    margin: 50px 0;	
}

.cookielist h3 {
    font-family: 'Roboto', sans-serif;	
	color:#e10b03;
	font-size:16px;	
    text-align: center;	
}

.cookielist p {
	color:#999999;
	font-size:12px;
	text-align: center;	
}

.cookielist ul {
    margin: 50px auto;
    padding: 0;
    width: 50%;
}

.cookielist li {
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 8px 20px;
    margin-bottom: 30px;
    text-align: left;
    color: #0f355a;
    font-size: 15px;
    position: relative;
    list-style: none;
    height: 40px;	
}

.cookielist li:before {
    content: '';
    background: url(/wp-content/themes/thessaly/images/lovelistplaceicon.png) no-repeat left top transparent;
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    left: -75px;
    top: -10px;
}

.cookielist li a {
    color: #e10b03;
    font-size: 12px;
    float: right;
	position: relative;
    top: -3px;
}

.cookielist li a:before {
	content: '\00d7';
    font-size: 17px;
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: bold;
}

.cookielist li.addmore {
    border: 1px dashed #cecece;	
}

.cookielist li.addmore:before {
    content: '';
    background: url(/wp-content/themes/thessaly/images/lovelistplaceicon_inactive.png) no-repeat left top transparent;
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    left: -75px;
    top: -10px;
}

.cookielist li.addmore a:before {
	content: '+';
    font-size: 17px;
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: bold;
}

.cookielist form {
    margin: 0 auto 40px;
    width: 80%;
    text-align: center;	
}

.cookielist input {
    display: inline-block;
    width: 60%;
    border-radius: 35px;
    border: 1px solid red;
    padding: 15px 50px;
    margin: 20px auto;	
	outline:none;
}

.cookielist button {
    display: block;
    background: #39579b;
    color: #fff;
    font-size: 18px;
    border: 0 none;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 20px auto 0;
	cursor:pointer;
}

.cookielist button:hover {
    background: #334e8a;	
}

.cookielist button i {
	margin-right: 20px;
}

.partiform {
	width: 50%;
    margin: 0 auto;	
}

.partiform p {
	font-family: 'Ludicrous-Regular-GR';
    color: #e00b03;
    font-size: 30px;
    margin: 10px 0;	
	text-align:center;
}

.submit-wrap {
	text-align:center;
}

.nf-form-fields-required {
	display:none;
}

.nf-form-content ul {
    width: 100%;	
}

.nf-form-content ul li {
	border:0 none;
	height:auto;
}

.nf-form-content ul li:before {
	display:none;
}

.nf-form-content input[type="button"] {
    color: #e00b03;
    font-family: 'Ludicrous-Regular-GR';
    font-size: 17px;
    background: #fff;
    border: 2px solid #e00b03;
    border-radius: 30px;
    padding: 15px 35px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.5s ease;	
	cursor: pointer;	
}

.nf-form-content input[type="button"]:hover {
    background: #e00b03;
    color: #fff;
}

.addtolovelist {
    position: absolute;
    font-family: "Roboto";
    font-size: 14px;
    top: 0;
    right: 0;
    background: #e10c04;
    color: #fff;
    padding: 0.7em 3em;
	transition: all 0.5s ease;
}

.addtolovelist.added {
    background: #eaaf10;
	color:#fff;	
	cursor:pointer;
}

.addtolovelist.added:hover,
.addtolovelist.added:focus,
.addtolovelist.added:active {
    background: #eaaf10;
	color:#fff;
	cursor:pointer;
}

.addtolovelist span {
	background: url(/wp-content/themes/thessaly/images/lovelist.png) no-repeat left top transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;	
}

.addtolovelist em {
	font-style:normal;
}

.addtolovelist:hover {
	color: #fff;
    background: #0e2839;	
}

.cattitle:after {
	content:'';
    background: url(/wp-content/themes/thessaly/images/klosti5.png) no-repeat top center transparent;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;	
}

.cattitle h2 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    display: block;
    width: 80%;
    position: relative;
    z-index: 15;	
}

.catdescr {
	padding: 4em 4em 10em !important;
    background: url(/wp-content/themes/thessaly/images/klosti2.jpg) no-repeat bottom right #fff;
}

.catdescr.alt {
	padding: 0 !important;
}

.catdescr.alt .relbox {
	height: 35vh;
}

.catdescr h3 {
	color:#0e2839;
	font-size: 22px;
	margin-bottom: 30px;	
}

.catdescr p {
	
}

.home .footer {    
	position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}

.secfooter {
	position: fixed;
	bottom:0;
	display:block;
	z-index:2;
}

.scrollbar-inner  {
	height: 200px;
	padding-right: 10px !important;	
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: rgba(14, 40, 57, 1); opacity:1; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

::-webkit-full-page-media,
video::-webkit-full-page-media::-webkit-media-controls-panel,
body:-webkit-full-page-media {
    background-color:  transparent !important;
}

video::-internal-media-controls-download-button {
    display:none !important;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.fancybox-button--close {
	background:#e10c04;
}

.fancybox-content,
.fancybox-iframe {
	background:transparent;
}

.fancybox-iframe body {
    background-color:  transparent !important;	
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    background: #fff;
    padding: 20px;
}

.fancybox-caption {
    font-family: 'Ludicrous-Regular-GR';	
    padding: 0;
    color: #0e2839;	
    font-size: 20px;
    text-align: center;	
}

.footer .topline {
    padding: 0;
}

.footer .middleline {
    background: #e7eaed;
    align-items: flex-end;
    padding: 1em 0 1em;
	position:relative;	
}

.footer .middleline:before {
	content:'';
    background: #e7eaed;
    width: 110%;
    height: 100px;
    position: absolute;
    top: -30px;
    transform: rotate(-1deg);	
}

.bootomline {
	text-align:center;
	padding: 0.5em 0;
    background: #fff;	
}

.bootomline p {
	font-size: 12px;	
	margin-bottom:0;
}

.bootomline p a {
    color: #fcca21;
	transition: all 0.3s ease;
    display: inline-block;	
}

.bootomline p a img {
    float: left;
    margin-right: 5px;
}

.bootomline p a:hover {
    color: #deb21b;	
}

/* Responsive Utility Classes */
@media only screen and (min-width : 320px) {
	
	.sm-right {
		text-align: right !important;
	}
	
	.sm-left {
		text-align: left !important;
	}
	
	.sm-center {
		text-align: center !important;
	}
	
}

@media only screen and (min-width : 720px) {
	
	.md-right {
		text-align: right !important;
	}
	
	.md-left {
		text-align: left !important;
	}
	
	.md-center {
		text-align: center !important;
	}
	
}

@media only screen and (min-width : 960px) {
	
	.lg-right {
		text-align: right !important;
	}
	
	.lg-left {
		text-align: left !important;
	}
	
	.lg-center {
		text-align: center !important;
	}
	
}

@media only screen and (min-width : 1140px) {
	
	.xl-right {
		text-align: right !important;
	}
	
	.xl-left {
		text-align: left !important;
	}
	
	.xl-center {
		text-align: center !important;
	}
	
}

/* Responsive */
@media only screen and (max-width : 992px) {
	
	.pagewrap {
		margin: 5px;	
	}
	
	.activlink.padded {
		bottom: 0;
	}
	
	.sidemenu {
		width: 45%;
	}
	
	.sidemenu .sidelogo {
		padding: 0.5em 1em;
	}
	
	.sidemenu .burger {
		right: 0.5em;
		top: 2.5em;		
	}
	
	.sidemenu ul li a {
		padding: 0.5em 1em;
		font-size: 14px;
	}
	
	
	.catdescr.alt .relbox {
		height: auto !important;
	}

	.header {
		padding: 0.5em 0em;
	    left: 5px;
		top: 5px;	
	}
	
	.scrolled .header {
		border-top: 5px solid #e7eaed;
	}
	
	.rightmenu .navmenu a {
	    margin: 0 5px 0 0;
		position: relative;
		display: inline-block;
		padding-right: 5px;	
		width: 55px;
	}
	
	.tripcont {
	    padding: 25em 0 0;	
	}
	
	.tripspot {
		margin-bottom: 2em !important;
	}	
	
	.hometop {
		margin-top: 0;
		position: relative;
	}
	
	.mapcont .mapover {
		position:relative;
		background:url(/wp-content/themes/thessaly/images/mapplaceholder.jpg) no-repeat top center transparent;
	}
	
	.mapcont .mapover:before {
		content: '';
		background: rgba(37, 61, 76, 0.8);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	
	.mapcont .mapover .inner {
		width: 98%;
		text-align: center;
		padding: 30px 0 80px;
		position: relative;	
	}
	
	.svgholder {
		display: inline-block;
		width: 100%;
	}
	
	.tripplace a:after,
	.tripplace.alt a:after	{
		content: '';
		background: url(/wp-content/themes/thessaly/images/spot.png) no-repeat left top transparent;
		display: block;
		position: absolute;
		left: -55px;
		top: -2px;
		width: 40px;
		height: 38px;
		background-size: cover;
	}
	
	.tripplace {
		position: relative;
		font-size: 22px;
		display: inline-block;
		left: 50px !important;
		top: auto !important;
		margin-bottom: 30px;
	    width: 85%;	
	}
	
	.tripplace a {
		font-size: 18px;
	}
	
	.tripplacecont.block-1 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-1 .place-1 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-1 .place-2 {
		left: 2.5em !important;		
		top: 0 !important;	
	}

	.tripplacecont.block-1 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-2 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-2 .place-1 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-2 .place-2 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-2 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-3 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-3 .place-1 {
		left: 2.5em !important;	
		top: 0em !important;
	}

	.tripplacecont.block-3 .place-2 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-3 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-4 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-4 .place-1 {
		left: 2.5em !important;	
		top: 0 !important;		
	}

	.tripplacecont.block-4 .place-2 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-4 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}
	
	.maplinerow {
		padding: 5em 0 0;
	}
	
}

@media only screen and (max-width : 540px) {
	
	.pagewrap {
		margin: 5px;	
	}
	
	.playintro {
		background: url(/wp-content/themes/thessaly/images/videoicon.png) no-repeat top center transparent;
		padding-top: 60px;
		margin-top: 30px;
		display: inline-block;
	}
	
	.splash .insplash {
		width: 100%;
	}
	
	.activlink.padded {
		bottom: 0;
	}
	
	.sidemenu {
		width: 85%;
	}
	
	.sidemenu .sidelogo {
		padding: 0.5em 1em;
	}
	
	.sidemenu .burger {
		right: 0.5em;
		top: 2.5em;		
	}
	
	.sidemenu ul li a {
		padding: 0.5em 1em;
		font-size: 14px;
	}
	
	.header {
		padding: 0.5em 0em;
	    left: 5px;
		top: 5px;	
	}
	
	.scrolled .header {
		border-top: 5px solid #e7eaed;
	}
	
	.rightmenu .navmenu a {
	    margin: 0 5px 0 0;
		position: relative;
		display: inline-block;
		padding-right: 5px;	
		width: 55px;
	}
	
	.cathead {
		padding-top: 5em;
	}
	
	.catdescr {
	    padding: 3em 2em 10em !important;	
	}
		
	.cattitle,
	.catdescr {
		height: auto !important;
	}
	
	.catlink h2 {
		top:0;
	}	
	
	.splash {
		padding: 0rem 0.5rem 0rem;
		max-width: 100%;
	}
	
	.splash h1 {
		font-size: 60px;
		line-height: 60px;
		margin: 0 0 20px;
	}
	
	.splash h2 {
		font-size: 32px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	
	.splash p {
		width: 100%;
	}
	
	.singletext {
	    padding: 1em 1em 4em;
		top: -10vh;
		margin-bottom: -10vh;
	}
	
	.page-template-experiences .catlink h2 {
		top: 30%;
	    font-size: 36px;
		line-height: 36px;	
	}
	
	.relatedcont .relatedlist {
		padding: 1em 1em;
		min-height: 0px;
	    padding-bottom: 120px;	
	}
	
	.addtolovelist {
		top: -60px;
		right: auto;
		left: 0;
	}
	
	.actiwrap img {
		width: 250%;
		max-width: 250%;
		margin-left: -65%;	
	}
	
	.galitem {
		width: 90%;
		margin: 0 5% 10%;
	}
	
	.storiesblock {
		padding: 20px;
	}
	
	.lovelistcont {
		background: #e7eaed;
		border-radius: 20px 20px 0 0;
		width: 90%;
		padding: 20px 20px 100px;
		margin: 0 auto;
	}
	
	.howform {
		text-align: left;
		width: 98%;
		margin: 20px auto 50px;
	}
	
	.howform .step {
		font-size: 14px;
		color: #0f355a;
		display: block;
		overflow: hidden;
		margin: 30px 0;
		padding: 0;
	}
	
	.cookielist ul {
		margin: 35px 0 35px 80px;
		padding: 0;
		width: 75%;
	}
	
	.partiform {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	
	.tripspot h2 svg {
		width: 100%;
	}
	
	.sidemenu ul li.margbot {
		margin-bottom: 2em;
	}
	    
	.splash .play {
		width: 60px;
		display: inline-block;
		margin: 10px 0;
	}	
		
	.tripcont {
	    padding: 25em 0 0;	
	}
	
	.tripspot {
		margin-bottom: 2em !important;
	}	
	
	.hometop {
		margin-top: 0;
		position: relative;
	    width: 98%;	
	}
	
	.mapcont .mapover {
		position:relative;
		background:url(/wp-content/themes/thessaly/images/mapplaceholder.jpg) no-repeat top center transparent;
	}
	
	.mapcont .mapover:before {
		content: '';
		background: rgba(37, 61, 76, 0.8);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	
	.mapcont .mapover .inner {
		width: 98%;
		text-align: center;
		padding: 30px 0 80px;
		position: relative;	
	}
	
	.svgholder {
		display: inline-block;
		width: 100%;
	}
	
	.tripplace a:after,
	.tripplace.alt a:after	{
		content: '';
		background: url(/wp-content/themes/thessaly/images/spot.png) no-repeat left top transparent;
		display: block;
		position: absolute;
		left: -55px;
		top: -2px;
		width: 40px;
		height: 38px;
		background-size: cover;
	}
	
	.tripplace {
		position: relative;
		font-size: 22px;
		display: inline-block;
		left: 50px !important;
		top: auto !important;
		margin-bottom: 30px;
	    width: 85%;	
	}
	
	.tripplace a {
		font-size: 18px;
	}
	
	.galcont .galfilters ul li {
		margin: 0 5px 0 0;
	}
	
	.galcont .galfilters ul li a {
	    font-size: 16px;	
	}
	
	.page-template-default .maincont .pagecont {
		border-radius: 20px 20px 0 0;
		padding: 10px 30px 100px;	
	}
			
	.footlog {
		display: inline-block;
		margin-bottom: 20px;
	}

	.tripplacecont.block-1 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-1 .place-1 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-1 .place-2 {
		left: 2.5em !important;		
		top: 0 !important;	
	}

	.tripplacecont.block-1 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-2 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-2 .place-1 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-2 .place-2 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-2 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-3 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-3 .place-1 {
		left: 2.5em !important;	
		top: 0em !important;
	}

	.tripplacecont.block-3 .place-2 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-3 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-4 {
		margin-bottom: 10em;	
	}

	.tripplacecont.block-4 .place-1 {
		left: 2.5em !important;	
		top: 0 !important;		
	}

	.tripplacecont.block-4 .place-2 {
		left: 2.5em !important;	
		top: 0 !important;	
	}

	.tripplacecont.block-4 .place-3 {
		left: 2.5em !important;	
		top: 0 !important;	
	}
	
	.maplinerow {
		padding: 5em 0 0;
	}
	
	.infobox {
		width: 90%;
		text-align: center;
		display: none;
		padding-top: 25px;
		margin: 4% auto 0;
	}
	
	.infobox h2 {
		color: #fff;
		font-size: 30px;
		line-height: 38px;
		margin: 40px 0 0;
	}
	
	.infobox h3 {
		color: #fff;
		font-size: 18px;
		margin: 10px 0 10px;
	}
	
	.infobox p {
		font-size: 13px;
	    margin: 15px auto;
		padding: 10px 0;	
	}
	
	.infobox .destimg img {
		border-radius: 50%;
		width: 60px;
		height: 58px;
	}
	
	.infobox .destimg:after {
		content: '';
		background: url(/wp-content/themes/thessaly/images/destimask.png) no-repeat top center transparent;
		position: absolute;
		width: 105px;
		height: 100px;
		left: 50%;
		margin-left: -54px;
		top: -23px;
		background-size: cover;
	}

	.textcontin .back {
		margin-bottom: 30px;
	}
	
	.infobox .back {
	    font-size: 18px;	
	    margin-bottom: 20px;	
	}
	
	.infobox .back:after {
		content: '';
		background: url(/wp-content/themes/thessaly/images/more.png) no-repeat top center transparent;
		position: absolute;
		left: -40px;
		top: 5px;
		width: 24px;
		height: 14px;
		transform: rotate(-180deg);
		background-size: cover;
	}
	
	.infobox .artlink {
		font-size: 18px;		
	}
	
	.infobox .artlink:after {
		content: '';
		background: url(/wp-content/themes/thessaly/images/more.png) no-repeat top center transparent;
		position: absolute;
		right: -35px;
		top: 6px;
		width: 24px;
		height: 14px;
		background-size: cover;
	}
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	
	.articleintro {
		height: 800px;	
	}
	
	.splash {
	    top: 10%;	
	}
	
}

@media screen and ( max-height: 780px ) and ( min-width : 920px ) {
    
	.catlink h2 {
	    font-size: 60px;	
	}
	
	.header {
		padding: 0.3em;
	}
	
	.header .logo {
		position: relative;
		top: 5px;
	}
	
	.splash h1 {
		color: #fff;
		font-size: 80px;
		line-height: 80px;
		margin: 0px 0 10px;
	}
	
	.splash h2 {
		color: #fff;
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 10px;
	}
	
	.bglayer {
		
	}
	
	.sidemenu ul li a {
	    padding: 0.5em 2em;	
	}
	
	.sidemenu ul li.margbot {
		margin-bottom: 2em;
	}
	
	.footer .middleline {
	    padding: 0em 0 0em;	
	}
	
	.catdescr.alt .relbox {
	    height: auto !important;	
	}
	
	.mapcont  {
		height: auto !important;
	}
	
	.footlog {
	    width: 120px;
		display: inline-block;	
	}
	
	.lovelistlogo {
		margin-bottom: 40px;
		width: 250px;
	}
	
	.secfooter {
		display:none !important;
	}
	
	.activlink,
	.activlink.padded {
		width: 400px;
		bottom: 0;
	}
	
	.single .splash {
	    top: 18%;	
	}
	
	.single .eqblock {
		background: #eaaf10;	
	}
	
	.infobox {
		padding-top: 40px;
		margin: 5% auto 0;	
	}
	
}