@charset "utf-8";
/* CSS Document */



@media all and (min-width: 1024px) {
.fixed-top-2 {
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
}

@media all and (max-width: 1024px) {
.fixed-top-2 {
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
}




/* DEMETRIOS LOGO STYLE */

/* Αλλαγή logo img στο scroll
@media all and (min-width: 1200px) {
	#logo-top-desktop {
		content:url('../images/logo-demetrios-white-600.png');
	}

	.navbar.scrolled #logo-top-desktop {
		content:url('../images/logo-demetrios-600.png');
	}

}
*/

@media all and (min-width: 1200px) {
	.logo-img {
		max-height: 100px;
		max-width: 90%;
	}
	.navbar.scrolled .logo-img {
		max-height: 70px;
		max-width: 90%;
	}

}

@media all and (max-width: 1199px) {
	.logo-img {
		max-height: 60px;
		max-width: 60%;
	}
}



@media only screen and (min-width: 760px) {
	  #some-element { display: none; }
	}



/* REVOLUTION SLIDER TOP */
@media all and (min-width: 1200px) {
 
  #topslider_div {
	margin:0px auto;
  }

}

@media all and (max-width: 1199px) {
 
  #topslider_div {
	margin-top: 50px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 0px;
  }

}


/* MENU STYLES */

.navbar-brand {
	margin-right: 0;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.15rem;
    line-height: 1;
    border: 0px solid transparent;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}


 @media all and (min-width: 1200px) {
	.navbar {
		padding-top: 0;
	}

	#navbarCollapseLeft {
		margin-top: -30px;
	}
	
	.navbar.scrolled #top-menu-on-scroll {
		display: flex;
	}

	.navbar #top-menu-on-scroll {
		display: none;
	}

	.navbar.scrolled #top-menu-before-scroll {
		display: none;
	}

	.navbar #top-menu-before-scroll {
		display: flex;
	}

	
	.navbar.bg-transparent.scrolled {
		background-color: #ffffff !important;
	  }


	  .navbar .navbar-nav .nav-item .nav-link {
		color: #ffffff!important;
		font-weight: 500;
		font-size: 0.8rem;
		text-shadow: 1px 1px 1px #000000;
	  }


	  .navbar.scrolled .navbar-nav .nav-item .nav-link {
		color: #000000!important;
		font-weight: 500;
		font-size: 0.8rem;
		text-shadow: none;
	  }
 }

 @media all and (max-width: 1199px) {
	.navbar #top-menu-on-scroll {
		display: none;
	}
	
	.navbar.bg-transparent {
		background-color: #ffffff!important;
	  }
	
	.navbar.bg-transparent.scrolled {
		background-color: #ffffff!important;
	  }

	  .navbar .navbar-nav .nav-item .nav-link {
		color: #323336!important;
		font-weight: 500;
		font-size: 0.8rem;
	}
 }



 .btn-kleiste-rantevou {
	font-weight: 500;
	font-size: 0.8rem;
 }

 .btn-kleiste-rantevou:hover {
	color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
 }


.dropdown-menu {
	   border: 0;
	   border-radius : 0;	
	   color: #323336;
	   line-height: 35px;
	   font-size: 0.8rem;
	}

@media (min-width: 1200px) {
	.navbar .navbar-nav .nav-item .nav-link.active {
		border-bottom: 2px solid #888888;
		color: #888888;
	}
	
	.navbar .navbar-nav .nav-item .nav-link:hover {
		color: #888888!important;
		text-shadow: 1px 1px 1px #ffffff;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}	
}


.navbar .nav>li>a {
	transition: padding .4s ease 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}



/*open dropdown menu on hover instead of onclick */

@media all and (min-width: 1200px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}


/* Mega menu */
.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 1200px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 11991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}






/* PRELOADER */
.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('logo-demetrios-450.png');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
}




/* BODY */

.home-contact-row .contact-form {
	border: 1px solid #979797;
	border-radius: 5px;
    width: 250px;
    height: 250px;
	display: block;
	margin:0 auto;
	text-align: center;
	color: #323336;
	margin-top: 20px;
}

.home-contact-row .contact-form:hover {
	border: 1px solid #888888;
	color: #888888;
	transition: all .3s ease 0s;
	background-color:#000000;
}


.home-contact-row .contact-form-black {
	border: 1px solid #979797;
	background-color:#000000;
	border-radius: 5px;
    width: 250px;
    height: 250px;
	display: block;
	margin:0 auto;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
}

.home-contact-row .contact-form-black:hover {
	border: 1px solid #888888;
	color: #888888;
	transition: all .3s ease 0s;
	background-color:transparent;
}

.home-contact-row .fa {
	text-align: center;
	font-size: 50px;
	padding-top: 60px;
	padding-bottom: 20px;
}

.home-contact-row .contact-form .contact-form-item-name {
	font-weight: 600;
}

.home-contact-row .contact-form-black .contact-form-item-name {
	font-weight: 600;
}



#rg-rantevou {
    position: fixed;
    transform: rotate(-90deg);
    right: -100px;
    width: 240px;
    height: auto;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1000;
    top: 200px;
    background: #000;
    color: #000!important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

#rg-rantevou a {
  color:#fff;	
}



@media screen and (max-width: 650px) {
	#rg-rantevou {
			position: fixed;
			transform: none;
			text-decoration: none;
			z-index: 2147483647;
			width: 100%;
			left: 0;
			bottom: 0;
			top: auto;
			height: 60px;
			text-align: center;
			color: #fff;
			font-weight: 600;
			font-size: 120%;
			overflow: hidden;
			background: #000;
			border-top-left-radius: 0px;
    		border-top-right-radius: 0px;
			display: flex;
			justify-content: center;
			align-items: center;
			text-shadow: 0 1px 0px rgb(0 0 0 / 18%);
	}
}


#rg-book {
    position: fixed;
    transform: rotate(-90deg);
    right: -100px;
    width: 240px;
    height: auto;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1000;
    top: 450px;
    background: #fff;
    color: #FFFFFF!important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

@media screen and (max-width: 650px) {
	#rg-book {
		top: 40%;
	}
}




.btn-sticky {
	background: rgba(255, 255, 255, 0);
	color: #000;
	font-weight: 600;
	border: 0!important;
	word-spacing:5px;
}


.button.small {
	border: 2px solid #000;
	font-size: 14px;
	font-weight: 500;
}


/*Collection Filtering*/

/* Create three equal columns that floats next to each other */
.column {
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}


a.tab {
    width: 90px;
	margin-right: 5px;
    position: relative;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(85,85,85,.4);
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    padding: 2px 2px;
    border: 1px solid rgba(151,151,151,.4);
}

a.tab img {
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
    opacity: .5;
	vertical-align: middle;
}

a.tab:hover {
	color: rgba(85,85,85,1);
	border: 1px solid rgba(151,151,151,1);
}

a.tab:hover img {
    opacity: 1;
}

a.tab.selected-filter img {
	opacity: 1;
}

a.tab.selected-filter {
	color: rgba(85,85,85,1);
	border: 1px solid rgba(151,151,151,1);
}

a.tab span {
    display: block;
}

#myBtnContainer {
  display: flex;
  align-items: center;
  justify-content: center;
    margin-bottom: 34px;	
}


/*FOOTER LOGOS */

ul.company-logo-images {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

ul.company-logo-images li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

ul.company-logo-images li img{
	width: 245px;
	padding-right: 10px;
	padding-left: 10px;
}

.logo-footer-cont a:hover .fa-instagram, .logo-footer-cont a:hover .fa-facebook, .logo-footer-cont a:hover .fa-pinterest{
	background-color: #000000!important;
}

