* {
  margin: 0px;
  padding: 0px;
}


img {
  max-width: 100%;
}

body{
overflow-x: hidden;
font-family: 'Roboto', sans-serif;
	background-color:black;

}
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Slab', serif;
*/

/*Fonts*/


p{
font-family: 'Roboto', sans-serif;
color: white;
font-size: 16px;
font-weight: 400;
line-height: 20px;
}
p span{
    font-weight: 700;
}
ul li a{

}
h1,h2,h3,h4,h5{
font-family: 'Roboto', sans-serif;
font-weight: 700;
	color:white;
}
.panel-group .panel {
    border: none;
}
h1{

}
span{

}
h2{

}
h3{

}
h4{

}
h5{

}
a{

}
a::after{

}

a span{

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

li{

}
li a{

}
button{

}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000; 
	transition:all 0.25s ease-in-out;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c7514d; 
}
/*General Classes*/
.fifty{
  width: 50%;
  float: left;
}
.fifty img{
  display: block;
  width: 100%;
}
.pos_rel{
  position: relative;
}
.flex{
  display: flex;
}
.flex_{
  display: flex;
  align-items: center;
}

.margin_auto{
  margin: auto;
}
.section_title{
  margin-bottom: 35px;
  margin-top: 35px;
}
.section_title h2{
  color: white;
  font-size: 35px;
  line-height: 35px;
}
.section_text{
}
.section_text p{
    margin-bottom: 25px;
}
.section_text ul {
    padding-left: 15px;
    display: inline-block;
}
.section_text ul h5{
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 35px;
}

.section_text ul li:nth-child(odd)::after{

}
.section_text ul li:nth-child(even)::after{

}
.section_text ul li span{

}

.padding{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_link a{

}
.section_link a::after{

}
.section_link a:hover::after{

}
.section_link a:hover{

}

.section_image{
text-align: center;
}
.section_image img{

}

.section_text ul li {
    color: #c7514d;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    /* display: block; */
    font-family: 'Roboto', sans-serif;
}

#menu_element{

}
#menu_element .menu_icon {

}
.small_#menu_element .menu_icon {

}
#menu_element .menu_inner_logo {

}
.menu_wrapper {

}
.menu_wrapper_inner{
  width: 100%;
}
.menu_inner_wrapper ul{
  float: right;
  margin: 0px;
}
.menu_inner_wrapper ul li{
    list-style-type: none;
    float: left;
	position:relative;
}
.menu_inner_wrapper ul li a {
    display: block;
    margin-right: 0px;
    z-index: 1;
    position: relative;
    padding-top: 17px;
    padding-bottom: 16px;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    color: #2D2D2D;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.menu_inner_wrapper ul li a::after{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  content: "";
  height: 0%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
  background-color: #A3524F
}
.menu_inner_wrapper ul li a:hover::after{
  height: 100%;
}
.menu_inner_wrapper ul li a:hover{
  color: white;
}
#featured{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:100vh;
      border-bottom: 2px solid #A05250;
}
.menu {
    position: fixed;
    z-index: 2;
    display: flex;
    left: 0px;
    right: 0px;
    top: 0px;
    align-items: center;
    box-shadow: none;
    background-color: #c7514d;
    transition: all 0.5s ease-in-out;
    align-items: center;
}
.logo_header{
  margin: auto;
  transition: all 0.25s ease-in-out;
}
.logo_header a img{
  background-color: #c7514d;
height: auto !important;
margin-bottom: -150px;
padding: 10px 15px;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-box {
    width: 22px;
    height: 20px;
    display: inline-block;
    position: relative;
}
.logo_header a{
  max-width: 114px;
  display: block;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
.menu_header{
margin: auto;
padding-left: 0px;
margin-top: 0px;
}
.small_ .menu_header{
  margin-top:  auto;
}
.small_ .menu_elements{
  margin-top: auto;
}
.menu_elements {
    margin: auto;
    display: block;
    align-items: center;
    padding-right: initial;
    margin-top: auto;
}


.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #811620;
}
.hamburger {
    padding: 0px 0px;
    padding-left: 10px;
    background-color: white;
    padding-right: 10px;
    border: 3px solid #811620;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 14px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 3px;
}
.lang_inner a {
    height: 100%;
    line-height: 1;
}

/*Home*/
.slogan{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.slogan h1{
font-size: 35px;
font-weight: 800;
line-height: 1.3;
color: white;
letter-spacing: 1.3px;
}
.slogan h1 span{
  color: #c7514d;
}
.slogan a{
  font-size: 22px;
    line-height: 32px;
    padding: 14px 44px;
        background-color: #A3524F;
        margin: 4px 0;
border: none !important;
border-radius: 5px;
font-weight: 700;
color: white;
display: block;
max-width: 190px;
	transition:all 0.25s ease-in-out;
margin: auto;
border:1px solid #A3524F!important;
margin-top: 35px;

}
.slogan a:hover{
	background-color:black;
}


/*Footer*/
#footer {
    padding: 20px 0px;
    background-color: black;
	padding-bottom:0px;

}
.copyrights{
	    padding-top: 10px;
    padding-bottom: 20px;
    background-color: black;
}
.copyrights p {
    margin: 0px;
    color: #c7514d;
    font-size: 14px;
	font-weight:700;
    text-transform: capitalize;
}
.footer_element{
  text-align: center;
}
.footer_element h3{
  color: white;
}
.footer_element  a{
  font-size: 25px;
  margin-left: 5px;
	color:white;
	transition:all 0.25s ease-in-out;
  margin-right: 5px;
}
.footer_element a:hover{
	color:#c7514d;
}

/*Contact Page*/
  #map{
      height: 630px;
}
#contact section{

}
#contact .section_title{

}
#contact .section_text p{

}
#contact_bg section{

}
/*Contact*/
.sendmessage{

}
.contact_form .col-md-12, .contact_form .col-md-6 {
    padding-left: 0px;
}
.contact_form input{
  height: 45px;
  border: 1px solid #2D2D2D;
  width: 100%;
  color: #2D2D2D;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
padding-left: 15px;
		transition:all 0.25s ease-in-out;
margin-bottom: 18px;
}
.contact_form textarea{
  color: #2D2D2D;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
padding-left: 15px;
padding-top:  15px;
height: 148px;
border: 1px solid #2D2D2D;
	transition:all 0.25s ease-in-out;
width: 100%;
margin-bottom: 25px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2D2D2D;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
padding-left: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #2D2D2D;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
padding-left: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #2D2D2D;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
padding-left: 15px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #2D2D2D;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
padding-left: 15px;
}
.contact_form input:focus,.contact_form textarea:focus{
    outline: 0;
    box-shadow: none;
    border: 1px solid #c7514d;
}
.sendmessage{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sendmessage button {
    margin: auto;
    width: 171px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    border: 3px solid white;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
}
.sendmessage button:hover {
    background-color: white;
    color: #c7514d;
    border-color: #c7514d;
}

.mobile_menu{
  display: none;
}
#menu_element .menu_icon{
  display: none;
}
#menu_element .menu_social{
  display: none;
}
.mobile_menu #menu_element_mobile{
  display: none;
}

/*Info*/
.info{
  width: 33.333%;
  float: left;
  text-align: center;
}
.info p{
  text-align: center;
}
.info h3{
  font-size: 30px;
  text-transform: uppercase;
}
.info i{
  font-size: 40px;
  color:#A05250;
  /*background-color: black;*/
  border-radius: 20px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  transform: rotateY(0deg);
}
.info:hover i{
  transform: rotateY(180deg);
}
/*Room*/
#rooms section{
    padding-bottom: 50px;
	    background-color: #141414;
}
#news section{
	    background-color: #141414;
}
.room{
  width: 33.333%;
  float: left;
    overflow: hidden;
	position:relative;
}
.room_show {
    border-radius: 0px;
    position: fixed;
    top: 50%;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    opacity: 1;
    transform: translateY(-50%);
    text-align: center;
    background-color: rgba(0,0,0,0.97);
    padding: 50px;
    max-width: 80%;
    margin: auto;
    border: 20px solid #A3524F;
}
.room_show.shown>a{
	position: absolute;
    top: 50px;
    right: 50px;
    font-size: 25px;
    color: white;
	transition:all 0.25s ease-in-out;
}
.room_book a {
    font-size: 22px;
    line-height: 32px;
    padding: 14px 44px;
    background-color: #A3524F;
    border: 1px solid #A3524F;
    margin: 4px 0;
    /* border: none !important; */
    border-radius: 5px;
    font-weight: 700;
    color: white;
    display: block;
    max-width: 190px;
    margin: auto;
    transition: all 0.25s ease-in-out;
    margin-top: 20px;
}
.room_book a:hover {
    background-color: white;
    border-color: #A3524F;
    color: #A3524F;
}
.room_show.shown img{
	max-width: 250px;
	max-width: unset;
    margin: auto;
	flex-shrink: 0;
flex-basis: auto;
}
.room_show.shown h3{
	margin-bottom:0px;
	margin-top:20px;
}
.room_show.shown .room_info{
	max-width: 500px;
    margin: 20px auto;
	margin: auto;
	flex-shrink: 0;
flex-basis: auto;
}
.room_show.shown>a:hover{
	color:#c7514d;
}
.room>a{
  overflow: hidden;
	display:block;
}
.room>a>img{
  display: block;
  width: 100%;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.room>a:hover>img{
    transform:scale(1.1);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}
/*About*/
#about section {
    background-color: black;
    padding-top: 80px;
    padding-bottom: 80px;
}
#about .section_title h3{
  font-size: 30px;
  text-transform: uppercase;
    color: white;
    text-align: center;
}
#about .section_subtitle{
  margin-bottom: 30px;
}
#about .section_subtitle p{
  font-size: 25px;
      text-align: center;
  color: white;
  line-height: 1;
}
#about .section_subtitle p span{
  color: #c7514d;
}
#about .section_text{
  columns: 2;
  column-count: 2;
  column-gap: 50px;
  margin-bottom: 50px;
}
#about  .section_text p{
  color: white;
  text-align: justify;
}
#about .section_image img {
    max-width: 400px;
    float: none;
    margin: auto;
}
/*News*/
.news{
  display: flex;
  border-bottom: 1px solid black;
}
.news_image {
    margin: auto;
    max-width: 250px;
    margin-left: 0px;
    margin-right: 0px;
}
.news_image img{

}
.news_info{
  margin: auto;
  margin-left: 20px;
}
.news_info h3{
  font-size: 25px;
  color: #c7514d;
}
.news_info h3 a {
    font-size: 25px;
    color: #c7514d;
    display: block;
    width: 100%;
}
#contact .row{
  display: flex;
}
#contact .col-md-6{
  margin: auto;
}
/*
.contact_form_wrapper a {
    display: block;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    margin: auto;
    text-align: left;
    display: flex;
    margin-bottom: 15px;
    max-width: 320px;
    margin-left: 0px;
}*/
.contact_form_wrapper a {
    display: block;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    margin: auto;
    text-align: left;
    display: table;
    margin-bottom: 15px;
    max-width: none;
    margin-left: 0px;
    float: none;
    position: relative;
    margin-left: 40px;
}
/*
.contact_form_wrapper a i {
    font-size: 20px;
    color: #c7514d;
    margin-right: 10px;
    margin: auto;
    margin-left: 0px;
    margin-right: 10px;
}*/
.contact_form_wrapper a i {
    font-size: 20px;
    color: #c7514d;
    margin-right: 10px;
    margin: auto;
    margin-left: 0px;
    margin-right: 10px;
    position: absolute;
    left: -40px;
    top: 0px;
    bottom: 0px;
	margin:auto;
    margin-right: 0px;
    display: block;
}
/*Prices*/
#prices section{
  padding-top: 100px;
}
.section_text.color{
  border-bottom: 1px solid #c7514d;
  margin-bottom: 50px;
    padding-bottom: 20px;
}
.section_text.color p strong{
	 border-bottom: 1px solid;
    display: initial;
}
#prices .section_text p strong{
	border-bottom: 1px solid;
	    margin-top: 20px;
    display: inline-block;
}

.section_text.color p{
  color: #c7514d;
}
/*FAQ*/

.panel-default>.panel-heading {
    color: #2D2D2D;
    background-color: #c7514d;
    border-color: #ddd;
    font-weight: 700;
    padding: 0px;
}
.panel-title a{
	display: block;
    width: 100%;
    padding: 15px 20px;
}
.accordion-toggle:hover {
      text-decoration: none;
    }
#faq section{
  padding-top: 100px;
}
.btn-link:focus, .btn-link:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}
.btn-link{
  display: block;
width: 100%;
text-align: left;
background-color: #c7514d;
color: white;
text-transform: uppercase;
font-size: 20px;
margin-bottom: 10px;
transition: all 0.25s ease-in-out;
}
.card-body{
  font-size: 16px;
  font-weight: 400;
}
.card-header h5{
  display: flex;
  background-color: #c7514d;
  color: white;
}
.card-header h5 i,.card-header h5 button{
  margin: auto;
}
.card-header h5 i{
  margin-right: 5px;
  margin-left: 5px;
}
.padding_top{
  padding-top:100px;
}
.col1{
  columns: 1!important;
  column-count: 1!important;
  column-gap: 0px!important;
}
.col1 p {
    text-align: center!important;
    font-size: 18px;
    line-height: 25px;
}
.blog_gallery{
	margin-top:50px;
}
.blog_gallery a{
	display:block;
	width:25%;
	overflow:hidden;
	border: 5px solid white;
	float:left;
}
.blog_gallery a img{
	display:block;
	width:100%;
	transition:all 0.25s ease-in-out;
	overflow:hidden;
}
.blog_gallery a:hover img{
	transform:scale(1.1);
}
.sub-menu {
    position: absolute;
    left: 0px;
    padding: 0px;
    width: 300px;
    display: none;
    right: 0px;
    top: 50px;
    background-color: #c7514d;
}
.sub-menu li{
	float:none!important;
}
.sub-menu li a {
    text-align: left;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.page-template-faq #featured,.page-template-default #featured{
    height: 50vh;

}
#contact{
	/*border-top: 3px solid #c7514d;*/
}
.page-template-prices .section_text p {
    margin-bottom: 10px;
}
.collapsing{
	transition:all 0.2s ease-in-out!important;
}
.dopbsp-input-wrapper.dopbsp-payment-first input{
	display:none;
}
.DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper label.dopbsp-for-radio{
	padding:0px!important;
}
.single #featured {
    height: 50vh;
}
html:lang(el) .pll-parent-menu-item .sub-menu{
	/*width:150px;*/
	width:auto;
}
.menu_inner_wrapper ul li.pll-parent-menu-item a{
	padding-left:5px;
	padding-right:5px;
}
.pll-parent-menu-item .sub-menu li a {
    display: inline-flex;
    padding-left: 5px!important;
    padding-right: 5px!important;
    width: 100%;
}
.pll-parent-menu-item .sub-menu li a img{
	    width: 16px;
    height: 11px;
    margin: auto;
	    margin-left: 0px;
    margin-right: 0;
}
.panel-body {
    background-color: black;
}

@media (max-width: 1440px){
.room_show.shown {
    max-width: 90%;
    max-height: 95vh;
    overflow-y: auto;
}
}