@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

.demo-list-icon, .icon-f7 {
  background: #ccc;
  display: block;
  position: relative;
}
.theme-dark .demo-list-icon {
  background-color: #555;
}
.icon-f7 {
  background: url(../img/f7-icon.png) no-repeat center;
  background-size: cover;
}
.icon-vi {
  background: url(../img/vi-icon.png) no-repeat center;
  background-size: cover;
}

.ios .demo-list-icon, .ios .icon-f7, .ios .icon-vi {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  box-sizing: border-box;
}
.md .demo-list-icon, .md .icon-f7, .md .icon-vi {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.aurora .demo-list-icon, .aurora .icon-f7, .aurora .icon-vi {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

/* Lazy Demo */
img.demo-lazy {
  display: block;
  width: 100%;
  height: auto;
}
div.demo-lazy {
  background: #aaa;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  height: 60vw;
}

/* FAB Morph */
.demo-fab-sheet {
  position: absolute;
  left: 16px;
  bottom: 80px;
  width: 140px;
  background: #fff;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  border-radius: 5px;
  z-index: 1600;
  margin: 0 !important;
}
.ios .demo-fab-sheet {
  bottom: 15px;
}
.md .demo-fab-sheet {
  bottom: 16px;
}
.demo-fab-fullscreen-sheet {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 64px;
  bottom: 0;
  background: #fff;
  z-index: 1600;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  overflow: hidden;
}
@media (min-width: 768px) {
  .demo-fab-fullscreen-sheet {
    left: 20%;
    width: 60%;
    right: auto;
    height: 80%;
    top: auto;
  }
}
.demo-fab-fullscreen-sheet .page {
  background: #fff;
}

/* Demo Messagebar */
.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  color: #8e8e8e;
}
.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  opacity: 0.5;
}
/* Grid demo */
.grid-demo div[class*="col"] {
  background: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 12px;
}
.theme-dark .grid-demo div[class*="col"] {
  background-color: #000;
  color: #fff;
  border-color: #444;
}
/* Cards Demo */
.demo-card-header-pic .card-header {
  height: 40vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}
.demo-facebook-card .card-header {
  display: block;
  padding: 10px;
}
.demo-facebook-card .demo-facebook-avatar {
  float: left;
}
.demo-facebook-card .demo-facebook-name {
  margin-left: 44px;
  font-size: 14px;
  font-weight: 500;
}
.demo-facebook-card .demo-facebook-date {
  margin-left: 44px;
  font-size: 13px;
  color: #8e8e93;
}
.demo-facebook-card .card-footer {
  background: #fafafa;
}
.theme-dark .demo-facebook-card .card-footer {
  background-color: transparent;
}
.demo-facebook-card .card-footer a {
  color: #81848b;
  font-weight: 500;
}
.demo-facebook-card .card-content img {
  display: block;
}
.demo-facebook-card .card-content-padding {
  padding: 15px 10px;
}
.demo-facebook-card .card-content-padding .likes {
  color: #8e8e93;
}
/* Panels Demo */
.panel {
  min-width: 150px;
  max-width: 90%;
}
.ios .panel-right.panel-active ~ .view-main:after,
.ios .panel-right.panel-closing ~ .view-main:after,
.aurora .panel-right.panel-active ~ .view-main:after,
.aurora .panel-right.panel-closing ~ .view-main:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-right.panel-active ~ .view-main:after,
.ios .theme-dark .panel-right.panel-closing ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-active ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-closing ~ .view-main:after {
  background: #282828;
}

.ios .panel-left:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-left:after {
  background: #282828;
}

/* Swipers Demo */
.demo-swiper {
  width: 100%;
  height: 100%;
}
.demo-swiper .swiper-slide,
.demo-swiper-multiple .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*background: #fff;*/
  color: #000;
}
.demo-swiper-multiple .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.demo-swiper-multiple {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 120px;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide {
  width: 85%;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}
.demo-swiper-custom {
  height: 100%;
}
.demo-swiper-custom .swiper-container {
  background: #000;
  height: 100%;
}
.demo-swiper-custom .swiper-slide {
  background-size: cover;
  background-position: center;
}
.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  border-radius: 0;
  transition: 200ms;
  position: relative;
  transform: scale(0.9);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet-active {
  z-index: 1;
  border: 1px solid #007aff;
  transform: scale(1.4);
}
.demo-swiper-cube {
  width: 80%;
  height: 70%;
  top: 15%;
}
.demo-swiper-coverflow {
  height: 60%;
  top: 20%;
}
.demo-swiper-coverflow .swiper-slide {
  width: 65%;
}
.demo-swiper-cube .swiper-slide,
.demo-swiper-coverflow .swiper-slide {
  background-size: cover;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.demo-swiper-fade .swiper-slide {
  background-size: cover;
  background-position: center;
}
.demo-swiper-gallery-top {
  height: 70%;
}
.demo-swiper-gallery-thumbs {
  margin-top: 10px;
  height: 20%;
  height: -webkit-calc(30% - 20px);
  height: -moz-calc(30% - 20px);
  height: -ms-calc(30% - 20px);
  height: calc(30% - 20px);
}
.demo-swiper-gallery-thumbs .swiper-slide-pic {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.35;
  transition: 300ms;
}
.demo-swiper-gallery-thumbs .swiper-slide-thumb-active .swiper-slide-pic  {
  opacity: 1;
}
.demo-swiper-gallery-top .swiper-slide,
.demo-swiper-gallery-thumbs .swiper-slide-pic {
  background-size: cover;
  background-position: center;
}
.demo-swiper-parallax {
  height: 100%;
}
.demo-swiper-parallax .swiper-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.demo-swiper-parallax .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  color: #fff;
}
.demo-swiper-parallax .swiper-slide-title {
  font-size: 41px;
  font-weight: 300;
}
.demo-swiper-parallax .swiper-slide-subtitle {
  font-size: 21px;
}
.demo-swiper-parallax .swiper-slide-text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.demo-swiper-lazy {
  height: 100%;
}
.demo-swiper-lazy .swiper-slide {
  position: relative;
}
.demo-swiper-lazy .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Icons Demo */
code {
  background: #f3f3f3;
  padding: 5px;
  font-size: 12px;
}
.theme-dark code {
  background: #000;
}
.demo-icon {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
}
.theme-dark .demo-icon {
  color: #fff;
}
.demo-icon .demo-icon-name {
  margin-top: 5px;
  font-size: 11px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}
.theme-dark .demo-icon .demo-icon-name {
  color: #aaa;
}

.elevation-demo {
  height: 100px;
  margin: 30px 10px;
  background: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 100px;
}
.theme-dark .elevation-demo {
  background: none;
}

/* Demo Color Themes */
.demo-theme-picker {
  cursor: pointer;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  box-sizing: border-box;
  position: relative;
}
.demo-theme-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.demo-color-picker-button {
  margin-bottom: 1em;
  text-transform: capitalize;
}
.demo-bars-picker {
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--f7-page-bg-color);
  border: 1px solid rgba(255,255,255,0.2);
}
.demo-bars-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.demo-bars-picker .demo-navbar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  top: 0;
  border-bottom: 1px solid transparent;
}
.demo-bars-picker .demo-navbar:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker .demo-navbar:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker-empty .demo-navbar {
  background: #f7f7f8;
  border-color: rgba(0,0,0,0.1);
}
.theme-dark .demo-bars-picker-empty .demo-navbar {
  background: #1b1b1b;
  border-color: #282829;
}
.demo-bars-picker-empty .demo-navbar:before,
.demo-bars-picker-empty .demo-navbar:after {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar:before,
.demo-bars-picker-fill .demo-navbar:after {
  background: #fff;
}

/* Demo Expandable Cards */
@media (min-width: 768px) {
  .demo-expandable-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .demo-expandable-cards .card {
    flex-shrink: 10;
    min-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 3) / 2);
  }
  .demo-expandable-cards .card:nth-child(2),
  .demo-expandable-cards .card:nth-child(4) {
    margin-left: 0;
  }
  .demo-expandable-cards .card:nth-child(n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 5) / 4);
  }
  .demo-expandable-cards .card:nth-child(n + 2) {
    margin-left: 0;
  }
}
.view-master-detail .navbar-master-detail .link.back,
.view-master-detail .page-master-detail .navbar .link.back {
  display: none;
}


/* petros CSS*/

body{
	
	font-family: 'Roboto Condensed', sans-serif;
	color:white;
	/*font-size: 2vh;*/
	font-size: 15px;
	
}


.statusbar {
  background: #514837;
}



.bgcolor {
	
	background: #03262e;
}


.bgdbuttons {
	
	text-align: center;
	padding:40px 0;
	margin-bottom: 3px;
	/*font-size: 2.5vh;*/
	font-size: 18px;
}

a{
	
	color: white;
}

ul li{
	
	background-color:#03262e; 
}

.tips ul  {

	list-style: disc;
	margin-left: 15px;
	background: #03262e;
	
}

.tips ul li  {

	border:none;
	
}


.pnavbar{
	
	background-color:#514837;
	/*color: #a49882;*/
	color: #a59f93;
	
}

.pnavbar span{
	
	color: white;
}

.pnavbar li {

background-color:#514837;

}

.md .radio input[type=radio]:checked~.icon-radio:after, .md label.item-radio input[type=radio]:checked~* .icon-radio:after, .md label.item-radio input[type=radio]:checked~.icon-radio:after {

	/*background-color: #b8a88b;*/
	background-color: #fff;

	
}

.md .radio input[type=radio]:checked~.icon-radio, .md label.item-radio input[type=radio]:checked~* .icon-radio, .md label.item-radio input[type=radio]:checked~.icon-radio {
    /*border-color: #b8a88b;*/
	  border-color: #fff;
}

.ios .icon-radio:after {
	
	/*color: #b8a88b;*/
	color:white;
	
}

.sitesLinkBG {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  text-transform: uppercase;
}


.dionysosbgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/historicalsites/dionysos/House_of_Dionysos-1.jpg);

}



.room1bgd{
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room1/Room-1-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.room2bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room2/Room-2-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room3bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room3/Room-3-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
} 
.room4bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room4/Room-4-5.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room5bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room5/Room-5-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room6bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room6/Room-6-2.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room7bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room7/Room-7-2.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room8bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room8/Room-8-4.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room9bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room9/Room-9-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room10bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room10/Room-10-4.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room11bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room11/Room-11-5.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room12bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room12/Room-12-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room13bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room13/Room-13-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room14bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room14/Room-14-2.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room15bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room15/Room-15-1.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
.room16bgd {
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/DionysisMosaics/Room16/Room-16-2.jpg) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
} 
 




i {
	
	color:#b8a88b;
}




.twocolumn {
  float: left;
  width: 50%;	
  color: white;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: center;
   	
}

.threecolumn {
  float: left;
  width: 33%;
  vertical-align: middle;	
   	
}

.fourcolumn {
  float: left;
  width: 25%;
  text-align: center;
  vertical-align: middle;	
   	
}

.fivecolumn {
  float: left;
  width: 20%;
  vertical-align: middle;	
   	
}



.menu-item,
.menu-dropdown-content, .menu-dropdown-left {
	
	background-color:#2e1703 !important;
	
}

.menu-item {
	
	min-height:30px;
	max-height:30px;
}









.menu-item-content::after {
	content: none !important;
}

.mymenuitem {
	
	padding:0 15px 0 15px !important;
}

#mapid {
	height: 100%;
    width: 100vw;
}

.demo-card-header-pic .card-header {
  height: 90vw;
  width: 100vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}


.demo-card-header-pic .card-headergallery {
  height: 40vw;
  width: 100vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}





.whitetext {
	
	color:white;
}

.highlightcolors{
	
	background: #2e1703!important;
}

.swiper-pagination-bullet-active {
	background: #2e1703!important;
	opacity:1!important;
}

.swiper-pagination-bullet{
	
	background: white;
	opacity: 0.5;
}



.langnavbar{
	
	font-size: 20px;
	color: white;

}



.flags img {
	
	width:40px;
	height:auto;
}


/* petros remove this if menu icon is replaced back to the original icon and not MENU 
.md .navbar a.icon-only{
	
	    width: 70px !important;
}*/


.md .navbar .title {
font-size: 14px;	
width: 100%;	
text-align: center;
text-transform: uppercase;
	
}

.ios .navbar .title {
  font-size: 14px;	
  text-align: center;
  width: 100%;		

}



 
.topsliderimg {
	
	min-height: 30vh;
	max-height: 30vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
            
   }

.icon12{
	
	font-size: 2px;
}


.icon16{
	
	font-size: 16px;
}

.icon18{
	
	font-size: 18px;
}

.icon20{
	
	font-size: 20px;
}

.icon22{
	
	font-size: 22px;
}

.icon24{
	
	font-size: 24px;
}

.icon26{
	
	font-size: 26px;
}

.icon30{
	
	font-size: 30px;
}



.subpagemedia .menu-item {
	
	margin: 0 auto;
	background:#2e1703;
	
}


.endpagemedia .menu-item {
	
	margin: 0 auto;
	
}


.table{
	
	display: table;
	width:100%;
	
}

.table .column {
	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}




@media (orientation: landscape) {
  
	/*.swiper30 {height: 60%;}*/
	/*.homecontainer{height:500px!important;}*/
	
}


/* landscape for front page */
@media (max-height: 400px) {
	/*
	.homecontainer{height:400px!important;}
	.btnscontainer{height:300px!important;}
	*/
}

.homecontainer {
	
	/*height:calc(100vh - 192px);*/
	width: 100%;
	color:white;
	/*
	display: flex;
	display: -webkit-flex;
	
	flex-direction: column;
	overflow: hidden;
*/
   /*
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
	-webkit-flex-direction: column;
	flex-direction: column;*/
	

}




.btnscontainer {
	
	height:calc(100vh - 92px - 30vh);
	color:white;
	/*
	display: flex;
	display: -webkit-flex;
	-webkit-flex: 1;  
  	-ms-flex: 1; 
  	flex: 1;*/

	/*font-size: 2vh;*/
	font-size: 15px;
	
	
	
}

.aboutcontainer {
	
	
	height: 30vh;
	width: 100%;
	/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/menus/homepage/about/whole_park-2.jpg);*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color:white;
	/*font-size: 3vh;*/
	font-size: 20px;
	
	
	
}

.aboutcontainer span {
	
	/*font-size: 2vh;*/
	color: #a49882;
}





.btnscontainer i{
	/*font-size: 5vh;*/	
	font-size: 25px;
}

.btnscontainer span i{
	/*font-size: 5vh;*/	
	font-size: 30px;
}




.tablebtn {
	
	display: table;
	width:100%;
	height:100%;
	
	
}

.tablebtn .row {
	display: table-row;
	vertical-align: middle;
	height: auto;
}

.tablebtn .cell {
	
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	height: auto;
}

.tablebtn .cell img{
	

	vertical-align: middle;
	height:auto;
}


.tablebtn  a{
	
	text-decoration: none;
	color: white;
}





.tablebtn .audiotours {
	
	margin: 0 auto;
	/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/menus/homepage/audiotours/Room_11-1.jpg");*/
	background-size: cover;
	background-position: center;
	text-align: center;
	color:white;
	width:50%;

		
}


.tablebtn .archaeologicalsites {

margin: 0 auto;
/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/menus/homepage/historical/Saranta_Kolones_Castle-3.jpg");*/
background-size: cover;
background-position: center;
text-align: center;
color:white;
width:50%;


}

.tablebtn .video {

margin: 0 auto;
/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/menus/homepage/autoplay/Odeon-1.jpg");*/
background-size: cover;
background-position: center;
text-align: center;
color:white;
width:100%;


}

.tablebtn .trails {
	

margin: 0 auto;
/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/menus/homepage/trails/three_houses-5.jpg");*/
background-size: cover;
background-position: center;
text-align: center;
color:white;
width:50%;	


}

.tablebtn .tips {
	

margin: 0 auto;	
/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/menus/homepage/tips/Entrance-3.jpg");*/
background-size: cover;
background-position: center;
text-align: center;	
color:white;
width:50%;	


}



/*
.navbar{
	min-height:44px!important;
	max-height:44px!important;
	width:100%;
	
}


.md {	
  --f7-navbar-height: 44px;
}


.toolbar{
	
	height: 44px!important;
}
*/

.topslidertrails{
	
	text-align: center;
	font-size:15px;
	min-height: 30vh;
	max-height: 30vh;
	
		
	
}

.popup-menu {
	color: #c7640e;
}

.block-title{
	
	color:white;
	font-size:18px;
	line-height: 18px;
}

.pswiper-pagination {
	
	top: 26vh;
	height: 20px;
}


.maintrail {
	
	background: linear-gradient(to bottom, rgba(46, 23, 3, 0.5), rgba(46, 23, 3, 0.5)), url('../img/trails/mainTrail.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	
}

.sevenhighlighstrail {
	background: linear-gradient(to bottom, rgba(46, 23, 3, 0.5), rgba(46, 23, 3, 0.5)), url('../img/trails/sevenHighlightsTrail.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}


.shorttrail {
	background: linear-gradient(to bottom, rgba(46, 23, 3, 0.5), rgba(46, 23, 3, 0.5)), url('../img/trails/shortTrail.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}


.midnavbar {
	
min-height: 40px;
max-height: 40px;
text-align: center;	
background-color:#514837;
color: #a49882;	
}


.subpagemedia {
	
	text-align: center;
	background-color:#514837;
	color:white;	
	min-height: 40px;
	max-height: 40px;
	
}


.subpagemedia .menu-item{
	
	background-color: white;
}


.leaflet-popup-content-wrapper {
  background-color: #514837!important;
  color:white!important;	
}

.leaflet-popup-content-wrapper a{
  color:white!important;	
}

.leaflet-popup-tip {
    background-color: #514837!important;
}

.list{
	
	font-size: 15px;
}


.menu-inner {
	
	padding-left: 0px;
    padding-right: 0px;
}

.expandLinkStyle {
	
	/*color:mediumseagreen;*/
	color:#a59f93;
}



/* iphone5 */
/*
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	.btnscontainer {
	height:calc(100vh - 97px - 30vh);
	}
	
	.homecontainer {
	
		height:calc(100vh - 97px);
	}
}
*/



.page-center 
{ 
	position: absolute; 
	top: 50%; 
	left: 45%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} 


.flex01 {
	
	display: flex;
	display: -webkit-flex;
  	flex-flow: column;
	height: 100%;
	
}

.flex02 {
	
	flex-grow : 1;
	flex-basis: auto;
    font-size: 15px;
}

.flex02 i{
	
    font-size: 25px;
}

.f20{
  font-size: 20px;
}





