*{
	-moz-transition: .5s font-size ease, padding 0.3s ease;
	-ms-transition: .5s font-size ease, padding 0.3s ease;
	-o-transition: .5s font-size ease, padding 0.3s ease;
	-webkit-transition: .5s font-size ease, padding 0.3s ease;
	transition: .5s font-size ease, padding 0.3s ease;
}

html,body{
	font-size: 16px;
	overflow-x: hidden;
}

body{
	font-family: 'Open Sans', sans-serif;
	padding-top: 50px;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	height: 100%;
}

.preloaderimg {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/loader.gif) no-repeat 50% 50% transparent;
	margin:-40px 0 0 -40px;
}

.darkgrey_section{
	background-color: #484848;
	margin-bottom: 0;
}

h2{
	font-size: 4.5rem;
}

h3{
	font-size: 1.4rem;
}

p, h4{
	font-size: 1.2rem;
}

.contact-text *{
	font-size: 1.2rem;
}

.navbar{
	margin-bottom: 0px;
}

.navbar-brand{
	height: auto;
}

.navbar-brand a{
	position: relative;
	top: 10px;
}

.navbar-brand a > img{
	max-width: 90%;
}

.navbar-brand a:first-child{
	margin-right: 20px;
	margin-left: 20px;
}

nav.shrink .navbar-brand{
	padding: 0;
}

nav a.scroll {
	border-right: 3px solid rgba(255, 255, 255, 0.06);
	padding: 35px !important;
	font-size: 1.3rem;
    font-weight: 500;
	color: #fff;

}

nav a.scroll[href="#page-top"]{
	border-left: 3px solid rgba(255, 255, 255, 0.06);
}

nav a.scroll:focus{
	outline: none;
	background-color: transparent !important;
}

nav a.scroll:hover,
nav li.active>a{
	background: none;
    color:#549dc5;
}

nav.navbar.shrink {
  min-height: 35px;
}

nav.shrink a.scroll {
  padding: 25px !important;
  font-size: 1.2rem;
}

#mainslider h3{
	text-transform: none;
}

.errorMessage{
	color: red !important;
}

#landpage-carousel{
	position: relative;
	width: 100%;
	padding: 0;
}

.carousel-caption{
	text-align: left;
	bottom: 30%;
}

.carousel-caption p:first-child {
	margin-bottom: 4%;
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption p:first-child > span{
	font-size: 2.2rem;
	font-style: italic;
	background-color: #549dc5;
	padding: 3px;
	color: #fff;
}

.carousel-caption h3 {
	font-size: 3.5rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: -3px;
	margin: 0 0 4% 0;
	padding: 0 0 2px;
	-webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.carousel-caption p:nth-child(3) {
	width: 20%;
	font-size: 1.3rem;
	-webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.carousel-indicators li{
	width: 14px;
	height: 14px;
	background-color: #FFF;
	border-color: #FFF;
}


.carousel-indicators .active{
	width: 17px;
	height: 17px;
	border-color: #549DC5;
	background-color: #549DC5;
}

.header{
	margin-bottom: 0;
	transition: margin 0.3s ease;
	transition: height 0.3s ease;
}

.highlight{
	background-color: #4d4d4d;
	color: #fff;
	padding: 5px 0 5px 0;
	display: inline-block;
}

.separator{
	margin:0 auto 30px;
}

#toTop {
	border: 3px solid #549dc5;
	bottom: 30px;
	height: 50px;
	width: 50px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	z-index: 1000;
	font-size: 0px;
	color:transparent;
}

#toTop:after {
	display: block;
	content: '\e829';
	color:#414141;
	font-size: 22px;
	position: absolute;
	left:16px;
	top:7px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
	background: #549dc5;
}

#toTop:hover:after {
	color: #fff;
}

#toTop:active, #toTop:focus {
	outline: medium none;
}

.animated {
	visibility: visible !important;
}

section {
	padding-top: 90px;
	padding-bottom: 90px;
}

section [data-animation] {
	visibility: hidden;
}

.block-header {
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 700;
}

.block-header:before{
	left: 50%;
	margin-left: -85px;
}

.block-header:after{
	margin-left: -10px;
	left: 50%;
}

.sofia{
	font-weight: bold;
	color: #549dc5;
}

.bell, .beach{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.65;
	background-color: #FAEBCC;
	overflow: hidden;
}

.services{
	position: relative;
	background-attachment: fixed;
	background-image: url(../images/seawaves.jpg);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	background-size: cover;
    text-align: center;
}

.services .box-icon .circle {
    float: none;
}

.servicesIcons{
	margin-top: 5%;
}

.box-icon .circle {
    background-color: #fff;
    border: 2px solid #549dc5;
    border-radius: 60px;
    display: inline-block;
    float: left;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.refrigerator{
	background-image: url("../images/refrigerator8.png");
}

.tv{
	background-image: url("../images/televisions.png");
}

.wifi{
	background-image: url("../images/wifi.png");
}

.aircondition{
	background-image: url("../images/airconditioned.png");
}

.view{
	background-image: url("../images/beach.png");
}

.bathroom{
	background-image: url("../images/bath.png");
}

.kitchen{
	background-image: url("../images/kitchen-oven.png");
}

.bbq{
	background-image: url("../images/barbecue.png");
}

.tv, .refrigerator, .wifi, .aircondition, .view, .bathroom, .kitchen, .bbq{
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.not-available{
	position: relative;
	left: 75%;
	width: 30%;
	top: 50px;
}

.imageContainer .thumbnail{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.zoom-in{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.carousel-indicators{
	display: none;
}

.modal-backdrop {
   background-color: black;
   opacity: 0.7 !important;
}

.modal-dialog{
	width: 60%;
}

.modal-content{
	background-color: #8fb5cb;
}

.modal-header{
	border-bottom: none;
}

.modal-footer{
	border-top: none;
}

.area{
	position: relative;
	background-attachment: fixed;
	background-image: url(../images/sandybeach.jpg);
	background-repeat: no-repeat;

	background-position: 100% 60%;
	background-size: cover;
    text-align: center;
}

.areaInformations{
	margin-top: 5%;
}

.areaInformations ul li{
	text-align: left;
}

.accordion, .accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	/*font-weight: bold;*/
}

.accordion {
	overflow:hidden;
	border-radius:3px;
}

.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.2rem;
	font-weight: bold;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
}

.accordion-section-content#distances h4,
.accordion-section-content#shops h4{
	font-weight: bold;

}

.accordion-section-title.distances{
	background:#ECBB13;
}

.accordion-section-title.activities{
	background:#0A9632;
}

.accordion-section-title.archeological_sites{
	background:#E21010;
}

.accordion-section-title.shops{
	background:#0A94D6;
}

.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:focus{
	/* Type */
	color:#fff;
	text-decoration:none;
	outline: none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
	height: auto;
	background-color: transparent;
}

.accordion-section{
	position: relative;
	margin-bottom: 1%;
}

.accordion-list{
	list-style: none;
}

.accordion-list span{
	font-size: 1.3rem;
}

.trails-list{
	list-style-image: url(../images/mountain-road.png);
	font-size: 1.1rem;
}

#shops img{
	margin-right: 5%;
}

#shops img:last-child{
	margin-right: 2%;
}

.triangle{
	position: absolute;
	top: 0;
	left: 0;
	border-left: 60px solid rgba(255, 255, 255, 0.85);
	height: 58px;
}


.triangle:after{
	content:"";
    position: absolute;
    left: 100%;
    border-top:30px solid transparent;
    border-left:20px solid rgba(255, 255, 255, 0.85);
    border-bottom:29px solid transparent;
}

#car, #human, #archeologic, #shop{
	position: absolute;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	left: 2%;
	top: 10px;
}

#car{
	background: url(../images/car.png);
}

#human{
	background: url(../images/walk.png);
}

#archeologic{
	background: url(../images/archeologic.png);
}

#shop{
	background: url(../images/shopping.png);
}

.form-control{
	border: 1px solid #549dc5;
}

.theme_btn {
	font-size: 14px;
	font-weight: 300;
	border: 3px solid #549dc5;
	color: #414141;
	padding: 18px 21px;
	margin-top: 3%;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
	display: inline-block;
	background-color: transparent;

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

.theme_btn:active, .theme_btn:hover, .theme_btn:focus{
	background: #549dc5;
	border: 3px solid #549dc5;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.contact-form-row{
	margin-top: 5%;
}

#grexit{
	display: none;
}

#map {
	background-color: darkgray;
	height: 500px;
}

#map > .map-screenshot-container {
	height: 100%
}

#map > .map-screenshot-container > .map-screenshot{
	background-image: url(../images/maps.png);
	width: 100%;
	height: 90%;
	position: relative;
	top: 20px;
}

.address-header{
	font-size: 2.8rem;
	border-bottom: 1px solid white;
}

.button-to-maps{
	width: fit-content;
	padding: 20px 20px 20px 0;
}

.link-to-maps{
	color: white;
	background-color: black;
	border-radius: 10px;
	border: 1px solid #0a94d6;
	padding: 20px;
}

section#copyright{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.2rem;
}
.dark_section{
	background-color: #242424;
	color:#5d5d5d;
}

@media (max-width: 1300px){
	.triangle{
		height: 54px;
		border-left-width: 50px;
	}

	.triangle:after{
		border-top-width: 26px;
		border-bottom-width: 26px;
	}
}

@media (min-width: 1110px) and (max-width: 1300px){
	html, body{
		font-size: 14px;
	}

	.modal-dialog{
		width: 70%;
	}

	#map > .map-screenshot-container > .map-screenshot{
		background-image: url(../images/maps-medium.png);
	}
}

@media (min-width: 992px) and (max-width: 1109px){
	html, body{
		font-size: 12px;
	}

	.navbar-brand a:first-child{
		margin-left: 10px;
	}

	.navbar-brand a > img{
		max-width: 60%;
	}

	nav a.scroll{
		padding: 30px !important;
	}

	nav.shrink a.scroll{
		font-size: 1.2rem;
	}

	.trails-list li{
		font-size: 1.2rem;
	}

	.modal-dialog{
		width: 80%;
	}

	.accordion-section-title, h4{
		font-size: 1.4rem;
	}

	.address-header{
		font-size: 2.6rem;
	}

	#map > .map-screenshot-container > .map-screenshot{
		background-image: url(../images/maps-medium.png);
	}
}

@media (max-width: 991px){

	.modal-dialog{
		width: 90%;
	}

	section#map_wrap{
		padding-top: 30px;
	}

	.triangle {
		height: 51px;
	}

	.address-header{
		font-size: 2.4rem;
	}

	#map > .map-screenshot-container > .map-screenshot{
		background-image: url(../images/maps-medium.png);
	}
}

@media (min-width: 913px) and (max-width: 991px){
	html, body{
		font-size: 12px;
	}

	.navbar-brand{
		padding: 5px 15px;
	}

	.navbar-brand a > img{
		max-width: 30%;
	}

	nav a.scroll{
		padding: 30px 25px !important;
	}

	nav.shrink a.scroll{
		font-size: 1.2rem;
		padding: 20px;
	}

	#map{
		height: 400px;
	}
}

@media (min-width: 860px) and (max-width: 912px){
	html, body{
		font-size: 12px;
	}

	.navbar-brand{
		padding: 5px 15px;
	}

	.navbar-brand a > img{
		max-width: 30%;
	}

	nav a.scroll{
		padding: 30px 20px !important;
	}

	#map{
		height: 350px;
	}
}

@media (min-width: 768px) and (max-width: 859px){
	html, body{
		font-size: 12px;
	}

	.navbar-brand{
		padding: 5px;
	}

	.navbar-brand a{
		display: block;
		left: 15px;
		top: 0;
	}

	.navbar-brand a:first-child{
		margin: 0 0 10px 0;
	}

	.navbar-brand a > img{
		max-width: 80%;
	}

	nav a.scroll{
		padding: 38px 20px !important;
	}

	#map{
		height: 300px;
	}
}

@media (max-width: 767px){
	html, body{
		font-size: 12px;
	}

	.navbar-brand{
		padding: 0;
	}

	.navbar-brand a{
		top: 0;
	}

	.navbar-header {
		background-color: #484848;
	}

	.navbar-toggle{
		font-size: 1.2rem;
		background-color: #549dc5;
	}

	.navbar-main-collapse {
		width: 200px;
		float: right;
		border-radius: 4px;
	}

	nav a.scroll{
		padding: 20px !important;
		border-right: none;
		font-size: 1.6rem;
	}

	nav a.scroll[href="#page-top"]{
		border-left: none;
	}

	.navbar-fixed-top .navbar-collapse{
		max-height: 500px !important;
	}

	#map{
		height: 250px;
	}

	.map-screenshot-container{
		display: none;
	}

	.location{
		padding-top: 3%;
	}
}
