.breadcrumb_wrapper{
  text-align:center;
}
.breadcrumb{
  display:inline-block;
  margin:30px 0 0;
  padding:0
}

.breadcrumb li{
  float:left;
  list-style:none;
  margin:0 10px;
}

.breadcrumb li a{
  color:#282828;
  text-decoration:none;
}
.breadcrumb li a:hover,
.breadcrumb li.active
{
  color:#d42d27
}

.popup{
  display:none;
}
.smallmenu li{position:relative;}
.logoutform{
	margin-top: -14px;
}
.logoutform .name{
  font-size: 13px;  
  top: 5px;
  text-align: center;
  left: 0;
  width: 100%;

}
.form h2{
	margin: 5px 0;
	font-weight: 300;
}

.form .modalHeader{
  font-size: 38px;
  padding: 0;
 	margin: 10px 0;
  line-height: 30px;
  font-weight: 300;
  color: #282828;
}
.pwrapper{

min-height: 560px;
margin: 50px auto 0;
width: 500px;
position: absolute;
  left:0;
  right:0;
}
.popup{position:fixed;}


.placedate {
color: #282828;
font-size: 18px;
line-height: 28px;
padding: 0px 0;
vertical-align: bottom;
}

.placedate b {
	font-size: 28px;

}
.placedate span {
 font-size: 28px;
 margin-left: 10px;
 display: inline;
}


.logout{
  color:#fff;
  text-decoration:none;
}


.flatTable {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-weight: bold;
  color: #6b6b6b;
  margin-bottom:10px;
}
.flatTable tr {
  height: 50px;
  background: #d4d1d5;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}
.flatTable td {
  box-sizing: border-box;
  padding-left: 30px;
}
.flatTable .titleTr {
  height: 70px;
  color: #f6f3f7;
  background: #418a95;
  border: 0px solid;
}
.flatTable .plusTd {

}
.flatTable .controlTd {
  position: relative;
  width: 80px;

}
.flatTable .headingTr {
  height: 30px;
  background: #63acb7;
  color: #f6f3f7;
  font-size: 8pt;
  border: 0px solid;
}
.button {
  text-align: center;
  cursor: pointer;
}
.sForm {
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #d4d1d5;
  overflow: hidden;
  transition: width 1s, right .3s;
  padding: 0px;
  box-sizing: border-box;
}
.sForm .close {
  float: right;
  height: 70px;
  width: 80px;
  padding-top: 25px;
  box-sizing: border-box;
  background: rgba(255, 0, 0, 0.4);
}sForm .title {
  width: 100%;
  height: 70px;
  padding-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
}

.settingsIcons {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  overflow: hidden;
}
.display {
  width: 300px;
}
.settingsIcon {
  float: right;
  background: #418a95;
  color: #f6f3f7;
  height: 50px;
  width: 80px;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  transition: width 1s;
}
.settingsIcon:hover {
  background: #1f6873;
}
tr:nth-child(3) .settingsIcon {
  height: 51px;
}
.openIcon {
  width: 80px;
}
.smallmenu{background-color:transparent;}
li.menuCategories a{
	visibility: hidden;
   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity:0;
}
.fixedTopNav li.menuCategories a{
	visibility: visible;
  opacity:1;
   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.smallmenu li{width:20%; background-color: #f2f2f2;height: 96px}


.fixedTopNav #nav{   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position:fixed;
top:0px;
}

.header .smallmenu li a{
	height:89px;
}
.smallmenu li.active{
	background:#DFDFDF;
}

.fixedTopNav #nav{
	background-color: rgba(245, 245, 245, 1);
}

.fixedTopNav .afterHeadWrap {
margin-top: 158px;
}
.fixedTopNav.openMainMenu #nav{
   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	top: 195px;
	z-index: 9991;
  	box-shadow: 0 0px 6px -2px #000;
	border-bottom: 1px solid #fff;
  backface-visibility: hidden;
}

.header{
	box-shadow: 0px 0px 15px -3px #000;
}




.blur{
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fixedTopNav.openMenu .blur{
 	-webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}



#map{
  width:100%;
  height:100%;
  display:none;
}

.mapbubble a{
	color:#282828;
  text-decoration:none;
}
.mapbubble h3{
	font-size: 20px;
  margin: 0;
}
.mapbubble h2{
  font-size: 25px;
  margin: 0;
}
.mapbubble p{
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-weight: 300;
}

.mapbubble .image{
 float: left;
  width: 200px;
  margin-right: 10px;
  margin-top:-25px;
  margin-left:-25px;
}


.logo .moreSites li{
  font-size: 20px;
  margin: 0px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  padding: 0 20px;
}

.logo .moreSites li a{
	padding-bottom: 7px;
}
.logo .moreSites{
  padding:0px 0px;
}

.logo .moreSites li:first-child{border-top:0;}
.logo .moreSites li:last-child{border-bottom:0;}


.header .tel .address{
	font-size: 13px;
	font-style: italic;
}

.content h2{
  margin-bottom: 0px;
}
.content h3{
color: #282828;
font-size: 40px;
font-weight: 100;

  text-align: center;
  margin: 0 0 40px;	
}

#mobMenu ul li a span,
#mobMenu ul li a{
  font-weight:100;
      font-size: 14px;
  padding: 7px 0;
display: inline-block;
}

#mobMenu ul li:nth-child(2n+3),
#mobMenu ul li:first-child{background: #343434}
#mobMenu ul li{padding:0 20px; margin:0}
#mobMenu .inner{padding:20px 0;}
.header{
  height:197px;
}
.afterHeadWrap{
	margin-top: 133px;
}
.destRow .box.light{
	background-color: #DFDFDF;
}
.destRow .box.softgrey{
  background-color: #CACACA;
}
.destRow .box.grey{
	background: #B2B2B2;
}
.destRow .box .details h4,
.destRow .box .details h5,
.destRow .box .details p,
.destRow .box .type
{
  color:#282828;
  
}

.destRow .box .type
{
margin: 15px 0 0px;
}

.destRow .box .price{
 margin: 11px;
  font-size: 39px;
}
.destRow .box .price span{
  display:inline;
}

.destRow .box .mainBox .ficon{
	font-size: 56px;
  	color: #303030;
}
.destRow > .box:first-child{padding-right:0px;}
.destRow,
.promoSliderRow{
  margin-bottom:7px;
}
.mainWrapper, .showMain .hpWrap, .hpWrap{
	background-color: #F4F4F4;
}
.cross-site-header,.cross-site-header-logos{
    background: #2e6e7d;
    text-align: center;
    box-shadow: inset -2px -2px 14px -5px #131313;
    color: #fff;
    font-weight: bold;
    padding: 11px;
    font-size: 18px;
}
.cross-site-header span{
	    font-weight: 100;
    margin-left: 5px;
}
.cross-site-header-logos{
  background: #ffcb04;
  padding:0;
}
.moreSitesTopHeader{
  margin: 0;
  padding: 0;
  display: inline-block;
}
.moreSitesTopHeader li{
  display: inline-block;    
    background: rgba(225,225,225,0.4);
    border-radius: 3px;
    margin: 5px;
    
     -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
  
}
.moreSitesTopHeader li img{
	opacity:0.6;
  -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.moreSitesTopHeader li.active img,
.moreSitesTopHeader li:hover img{
	opacity:1;
}
.moreSitesTopHeader li.active,.moreSitesTopHeader li:hover{
     background: rgba(225,225,225,0.6);
}
.moreSitesTopHeader li a{
	color:#fff;
	text-decoration:none;  
}

.smallmenu li.menuCategories a span{
  background:none;
}

.smallmenu li.grazy,
.smallmenu li.outOfGreece,
.smallmenu li.mundialistas{
  background:url(images/_flags.jpg);
  display: inline-block;
  opacity:.4;
  
}
.smallmenu li.grazy.active,
.smallmenu li.outOfGreece.active,
.smallmenu li.mundialistas.active{
  opacity:1;
}

.smallmenu li.grazy{
  background-position: 0 0;
}
.smallmenu li.outOfGreece{
  background-position: 0 -100px;
}
.more-top-menu{
  display:inline-block;
  background-color:#282828;
  width:100%;
}
.more-top-menu .menuCategories{
  background: #fff;
  opacity: 1;
  border:none;
}
.fixedTopNav .more-top-menu .menuCategories{
	background-color: #f2f2f2;
}

.smallmenu li.mundialistas{
  background-position:0 -200px;

}


.breadcrumb_wrapper{
  background: #ebebeb;
}
.table{
  padding:0px;
}
.table *{
	font-size:14px;  
}
.table .item{
  width:49.7%;
}
.table h2{
	font-size: 27px;
  padding: 20px 3% 0 4%;
  text-align: left;
  font-weight: 700;
  margin-bottom: 21px;
}
.table .item .ficon{
  font-size:40px;
  margin: 0 5px 0 0;
}


.included{
	background: #FAFAFA;
}
.notincluded{
	background: #DDDDDD;
}
.full-timeline .item{
text-align: left;
  box-shadow: 1px 1px 1px 1px #ccc;
background: #fff;

}
.owl-carousel .owl-item{
  margin-bottom:10px;
}

.full-timeline .item .info{
text-align: left;
padding: 10px 10px 25px 10px;
}

.full-timeline .item .info h3{
font-size: 29px;
font-weight: 400;
margin: 0;
}
.full-timeline .item .info h4{
  margin: 0 5px;
}
.full-timeline .item .info p{
  margin: 0 2px;
}
.nomargin{
  margin-top:0 !important;
}
.full-timeline {
  margin-top:35px;
  cursor: move;
}

.phoneFlag{
	position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: #d42d27;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  cursor:pointer;
  
    -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  
  -webkit-animation: bounce .8s ease infinite alternate;
-moz-animation: bounce .8s ease infinite alternate;
-ms-animation: bounce .8s ease infinite alternate;
-o-animation: bounce .8s ease infinite alternate;
animation: bounce .8s ease infinite alternate;

}
.phoneFlag span{
  font-size: 25px;
  padding: 0 6px 0 0;
  float: left;
}
.phoneFlag p{
float: right;
display: inline;
margin: 1px;
}
.phoneFlag_Details.open{
	 bottom: 20px;
}
.phoneFlag_Details{
	position: fixed;
  right: 20px;
  bottom: -100%;
  background: #F7F7F7;
  z-index: 9999;
  width: 280px;
  padding: 20px;
  border-radius: 5px;
  color: #282828;
  box-shadow: 4px 4px 6px -6px #282828;
  
  
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.phoneFlag_Details h5{
  margin: 0;
font-size: 18px;
}


.filtersWrap{
  background-color:#F4F4F4;
}

.header .tel .email{
	font-size: 14px;
font-style: italic;
  unicode-bidi: bidi-override;
direction: rtl;
}

#mainslider .info-slider h2, #mainslider .info-slider h3{
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}



.full-timeline .owl-next, .full-timeline .owl-prev {
position: absolute;
text-indent: -9999px;
top: 0;
width: 50px;
height: 410px;
}
.full-timeline .owl-next {
background: url(Images/icons.png) no-repeat scroll -358px -256px rgba(225,225,225,0.6);
right: 0px;
}
.full-timeline .owl-prev {
  background: url(Images/icons.png) no-repeat scroll -306px -256px  rgba(225,225,225,0.6);
  left: 0px;
}

.footerCol div{
margin-bottom:10px;
}

.intro,
.breadcrumb_wrapper,
.inner{
  background:#F4F4F4;
}

.blog_date {
  color: #fff;
  font-weight: 700;
  float: left;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  text-shadow: 1px 1px #282828;
}

.blog_date .date{
  font-size: 47px;
width: 100%;
text-align: center;
display: block;
line-height: 37px;
padding-top: 21px
}
.blog_date .month, 
.blog_date .year{
  font-size:11px;
}

.right_col{
  padding: 70px 0 0;
}

.right_col .catBox .imgWrap{
	height: 185px;
}

.right_col .catBox .text{
  padding-bottom:0px;
}

.addthis_sharing_toolbox{
	margin: 30px 0;
}

.footerrow{
  margin:10px 0;
}

.footerCol p span.small{
  font-size: 20px;
}

.footerCol.gr > .map{
  background: url(../default/images/gmap.png) no-repeat scroll 0 -40px;
}

.filtersWrap.sidebar .map.gr{
	margin: -72px 0 0;
}

#footer_banners{
  background-color: #252525;
  text-align: center;
}

#footer_banners a{
  margin: 15px 10px;
	display: inline-block;
}

.social-row{
background: #2A2A2A;
padding: 15px 0 10px;
text-align: center;
box-shadow: 0 -2px 9px -3px #000 inset;
}
.social-row a:hover{
    color: #fff;
}
.social-row a{
	font-size: 38px;
  color: #ccc;
  text-decoration: none;
  margin: 0 5px;
}


.header .smallmenu li a span.txt{
  background: #000;
  width: 98px;
  top: -13px;
  position: absolute;
  height: 20px;
  left: 9px;
  transform: rotate(90deg);
  transform-origin: 0;
  line-height: 18px;
  color: #fff;
  font-size: 13px;
letter-spacing: 0.5px;
  box-shadow: 0 -1px 11px 1px #202020;
}

.promoPlan .right h4{
  font-size: 36px;
}

.promoPlan .likes{
  font-size: 32px;  
  margin: 4px 0 0;
}

.errorWrapper{
  height: 551px;
  position: relative;
 background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 0px 26px -9px #000 inset;

}

.error404{
	 font-size: 150px;
    text-align: center;
    font-weight: 900;
    color: rgb(197, 0, 0);
    top: 50%;
    position: absolute;
    margin-top: -109px;
    width: 100%;
}

.text404{
     text-align: center;
    font-size: 34px;
    color: #666;
    font-weight: 100;
    position: absolute;
    top: 50%;
    margin-top: 60px;
    width: 100%;
}


.error404.er{
    margin-top: -138px;
    font-size: 73px;
}

.tripCat{
	font-size: 22px;
  font-weight: 400;
  margin-bottom: 19px;
  display: inline-block;
}

.destRow .box .type.noprice{
  margin-top:50px;
}

.head h1{
  font-size: 45px;
font-weight: 400;
  line-height: 40px;
}

#nav a h2{
  font-size: 20px;
  font-weight: 500;
  display: inline;
}

.interestingForm{
   background: #E5E5E5;
    padding: 15px;
    box-shadow: 0px 0px 1px 0px #373737;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    text-align: center;
}

.interestingForm .simpleForm{
    text-align: center;
    display: inline-block;
    width: 100%;
    float: none;
}

.interestingForm .simpleForm .form{
float: none; display: inline-block; margin-bottom: 0;
}


.interestingForm .simpleForm .form .text{
  width: 70%; 
  float: left;
    height: 56px;
}


.interestingForm .simpleForm .form input.submit{
  width: 30%;
  margin: 0;
}


.content .interestingForm h3{
	margin: 0 0 15px;
}

.interesting-area{
	padding:0;
}

.interestingForm .simpleForm .form input.submit{
	background:  #a00600;
  	padding:0;
}

.smallmenu li.new_contact_area{
	    width: 60%;
    line-height: 21px;
    text-align: left;
    padding-top: 12px;
}
.smallmenu li:first-child{
  background-color:#fff;
}

.smallmenu li.lang-ts{
  position:relative;
  right:-20%;
      z-index: 999;
}
.more-top-menu{
  background-color:#fff !important;
}


.fixedTopNav .smallmenu li.lang-ts{
 	right: 0%;
}

.openSS{

    font-size: 35px;
    width: 50px;
    height: 50px;
    padding: 22px 26px;
    position: relative;
    float: left;
    border-left: 1px solid #ccc;
    height: 98px;
    margin-left: 21px;
  cursor:pointer;

}

.slice .p p{
  margin:0;
}

.popup.vip .pwrapper{
  	width: 85%;
    z-index: 9;
}
.popup.vip{
  position:absolute;
}
.vipDescription{
  	background: #fff;
    padding: 78px;
    box-shadow: 0px 0 37px -13px #333;
    border-radius: 3px;
}



.vip .close{
      font-weight: 900;
    position: absolute;
    z-index: 99;
    right: 5px;
    padding: 6px 13px;
    background: #EFEFEF;
    border-radius: 50%;
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-family: arial;
    color: #4A4A4A;
    cursor: pointer;
}


.vippdf{
	    background: #000;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 600;
}

.ts_logos{
     margin-top: 170px;
    float: left;
}

.lang-ts-mobile{
      font-weight: bold;
    color: #000;
    background: #EAEAEA;
    padding: 23px 12px 23px;
    margin: 0;
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: none;
}
.lang-ts a{
font-weight: bold;
}
.lang-ts a span{
  	background: url(Images/flags.jpg);
    width: 23px;
    height: 15px;
    display: inline-block;
    margin-bottom: -2px
}
.lang-ts.EN a span{
      background-position: 0px;
}