/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
body{
	/*background: #eee;*/
    font-family: 'Didact Gothic', sans-serif;
    background: url("../img/squared_metal.png") 0 0 #fff;
}

a, p{
    font-size: 14px;
}
a, p, h1, h2, h3, h4{
font-family: 'Didact Gothic', sans-serif;
text-align: justify;
/*line-height: 1.4em;*/

}
a, a:hover {
color: #000000;
}
.redHead {
	background: #435251;
	height: 5px;
	width: 100%;
}
.headerWrapper {
/*background: #fff;*/
margin-bottom: 10px;
padding: 0px 0px 10px 0;
/*box-shadow: 0 1px 4px #999;*/

}
.logo h1{
    font-size: 26px;
}

.panel {
    min-height: 130px;
}

.gallery {
    background: #5D7271;
}
.gallery:hover, .photos:hover, .trips:hover, .panel.video:hover {
background: #435251;
}
.photos {
    background: #A1BDB0;
}

.trips {
    background: #6D878B;
    position: relative;
}
.Countryhide-wrapper{
    position: relative;
}
.Countryhide {
    /*background: #fff;*/
    border: solid 1px #eee;
    left: 0;
    display: none;
    padding: 5px;
    z-index: 5000;
}
.Countryhide li {
background: #fff;
border: solid 1px #eee;
}
.panel.video {
    background: #9DBFAC;
}

.panel {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
box-shadow: 0 0 1px #555, 0 0 4px #999;
border-radius: 2px;
}
.panel img {
    -webkit-transition: all 0.2s 0.2s;
position: absolute;
bottom: 10px;
right: 10px;
}
.panel:hover img{
    -webkit-transform: scale(1.3);
}
.panel:hover{
-webkit-transform: scale(1.2);
box-shadow: 0 0 4px #222;
z-index: 1000;
position: relative;
}
.panel h4 {
color: rgb(255, 255, 255);
font-size: 14px;
text-align: center;
padding-top: 29px;
font-family: verdana;
font-weight: 100;
}
.homeMessageTitle{
position: relative;
}
.homeMessageTitle:after {
    content:"";
    
    height: 2px;
    width: 250px;
    position:absolute;
    top: 28px;
    right: 10px;
}

 
.navbar {
    background: transparent;
    margin-top: 50px;
    min-height: 20px;
    margin-bottom: 10px;
}
.navbar ul li{
    height: 30px;
line-height: 0px;
}

.navbar ul li > a {
    background: white;
    height: 16px;
    margin-left: 1px;
    padding: 14px;
    line-height: 0;
    color: #666;
    text-shadow: 0 0 0;
    font-family: verdana;
}


.secontNav .fotografies:hover,.secontNav .fotografies:hover, .secontNav .fotografies.active   {
    background: #5D7271;
}

.secontNav .fotografies.active:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #5D7271;
right: 8px;
}
li.sactive {
background: #374645!important;
}
html, body, .mainContent { height: 85%; }
body > .mainContent { height: auto; min-height: 100%; }
.content { padding-bottom: 3em; }
.footer{
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 /*margin-top: 3em;*/

}
li .dropdown {
    display: none;
    position: absolute;
    width: 200px;
    text-align: left;
 
    margin-left: -30px;
}
li:hover .dropdown {
    display: block;
    z-index: 200;
}

li .dropdown li{
    background: #ccc;
    background: #5D7271;
 display: block;
}
.dropdown ul {
margin-top: 11px;
margin-left: 18px;
}
.dropdown ul li a {
width: 100%;
display: block;
margin: 0 -10px;
padding: 5px 15px;
font-size: 16px;
}
li .dropdown li:hover{

    background: #7E9291;
}
/*ul ul ul {
margin-left: 116px;
width: 305px;
margin-top: 0px;
}*/

.gumby-no-touch .navbar ul li:hover > a, .gumby-touch .navbar ul li.active > a {
position: relative;
background: #ee353a;
z-index: 1000;
}
.Gallerytitle {
position: absolute;
z-index: 50;
bottom: 0;
width: 100%;
padding: 0 5px;
color: #000;
/*border: double 3px #ccc;*/
opacity: 0.8;
/*font-weight: bold;*/
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
margin-top: 0px;
background: #6D878B;
text-align: center;
color: #fff;
border-bottom: solid 2px #0D4442;
border-right: solid 2px #0D4442;
}
#galleryItems li:hover:after  {
content: "";
position: absolute;
bottom: 27px;
right: 30px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #6D878B;
}
#galleryItems li {
position: relative;
text-align: center;
/*background: #fff;*/
min-height: 0;
/*min-width: 210px;*/
}
#galleryItems li:hover{
  /*background: #eee;*/
}
#galleryItems li:hover .Gallerytitle {
    opacity: 1;
}
.secontNav li {
display: inline-block;
padding: 0px 10px;
margin-left: 1px;
position: relative;
}
.secontNav li a{
    color: #435251;
}
.secontNav {
    text-align: right;
}
  .contact a{
color: #fff;


}
.contact, .viovgrafiko  {
background: #536362!important;
text-align: center;
color: #FFF;
font-size: 12px;
cursor: pointer;
}


.secontNav .homepage:hover, .secontNav .homepage:hover, .secontNav .homepage.active {
background: #536362;
}
.secontNav .moysiki:hover, .secontNav .moysiki.active {
background: #7BA298;
}

.secontNav .gallery:hover,.secontNav .gallery:hover, .secontNav .gallery.active   {
    background: #5D7271;
}
.secontNav .trips:hover, .secontNav .trips:hover, .secontNav .trips.active {
    background: #6D878B;
}
.secontNav .viografiko:hover, .secontNav .viografiko:hover, .secontNav .viografiko.active {
    background: #9DBFAC;
}

.secontNav li:hover a {
    color: #fff;
}
.secontNav .moysiki.active:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #7BA298;
right: 8px;
}
.secontNav .homepage.active:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #536362;
right: 8px;
}
.secontNav .gallery.active:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #5D7271;
right: 8px;
}
.secontNav .trips.active:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #6D878B;
right: 8px;
}
.secontNav .viografiko.active:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #9DBFAC;
right: 8px;
}
.secontNav li.active a {
    color: #fff;
}
.secontNav li {
background: transparent;
margin-top: 5px;
}
.secontNav li.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #EE353A;
    bottom: -10px;

}
#galleryItems li {
text-align: center;
 margin-top: 20px;
}

.expandVideo {
background: #fff;
padding: 0 8px;
border: solid 1px #ddd;
margin: -5px;
color: #444;
font-weight: bold;
cursor: pointer;
}
.song {
/*background: #eee;
padding: 10px;*/
 
margin-bottom: 10px;
}
.vVideo {
/*float: left;*/
/*width: 137px;*/
}
.songs .vVideo{
    width: auto;
}
.vVideo p,  .vVideo h6 {
line-height: 1em;
}
.songColumn:hover {
box-shadow: 0 0 4px #222;
}
.songColumn {
border-bottom: solid 1px #7BA298;
border-right: solid 1px #7BA298;
background: #eee;
min-height: 185px;
padding: 3px;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-top: 5px;
}
.songs li {
margin-bottom: 25px;
}
.songColumn:hover {
    -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
/*height: 180px;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);*/
}

.tripVideo {
    min-height: 110px;
}
.Gallerytitle.vGallery {
font-size: 16px;
}
.tripVideo:hover .vBody.hover {
    display: block;
    position: absolute;
    background:#fff;
top: 245px;
padding: 5px;
z-index: 500;;
}
.vBody.hover a {
text-decoration: underline;
}
.two_up.tiles.TripGallery li:hover{
    background: #fff;
}
.two_up.tiles.TripGallery li {
background: #eee;
border: solid 1px #ccc;
padding: 10px;
}
.vBody p {
line-height: 1.2em;
font-size: 12px;
text-align: justify;
padding: 10px 0 10px 0px;
word-wrap: break-word;
}
.vBody {
    float: left;
/*    width: 62%;*/
   
    line-height: 1em;
}
.vBody.hover {
display: none;
}
.vBody p + p {
    margin-top: -30px;
}
.vPtitle{
text-align: center;
line-height: 0.5em;
border-bottom: solid 1px #ccc;
font-size: 19px;
padding: 11px;
color: rgb(51, 60, 70);
text-decoration: underline;
 
}
.vtitle {
    line-height: 0.5em;
    /* border-bottom: solid 1px #ccc; */
}
.tripVideo {
    /*background: #fff;*/
    margin-bottom: 6px;
    height: 245px!important;
    position: relative;
}
.tripNav {
    position: relative;
}
.goPrev {
background: #EE353A;
}
.goPrev a {
color: #fff;
padding: 5px 10px;
vertical-align: middle;
}
.goPrev:hover {
    background: #FC6165;
}
.goNext {
    background: #EE353A;
 
}
.goNext a {
    color: #fff;
    padding:5px 10px;
    vertical-align: middle;
}
.goNext:hover {
    background: #FC6165;
}
.tripNav {
position: relative;
border-bottom: solid 1px #ccc;
margin-bottom: 10px;
padding-bottom: 0px;
}
.videoUrl {
background: #5D7271;
width: 60px;
text-align: center;
border: solid 2px #485C5B;
line-height: 1.4em;
}

.videoUrl a {
    color: #fff;
    }
.imageGallery a, .videoGallery a {
text-align: center;
border: double 4px #fff;
 
background: #6F888F;
padding: 5px 14px;
color: #fff!important;
font-weight: normal!important;
}
.imageGallery a:hover, .videoGallery a:hover {
background: #4C5963;
}
.imageGallery a, .videoGallery a {
color: #666;
/*font-size: 17px;*/
/*font-weight: bold;*/
}

.ui-widget-header {
display: none;
}

#formaEndiaferontos ul li {
/*    width: 40%;
    float: left;
    margin-left: 5px;*/
}
#formaEndiaferontos #wrap_submit {
    float: right;
}

.flowRight > div {
    padding: 0 15px 10px 0;
}
.title h3 {
    margin: 0px 0px 6px 0!important;
    line-height: 1.2em;
}

.moto {
/*margin-top: 40px;*/
/*text-shadow: 0px 0px 0px #999;*/
font-weight: bold;
font-size: 16px;
color: #424E52;
/*background: #FCFCFC;*/
/*padding: 13px 10px;*/
/*-webkit-transform: rotateZ(-4deg);
-moz-transform: rotateZ(-4deg);
-o-transform: rotateZ(-4deg);
transform: rotateZ(-4deg);*/
line-height: 1.2em;
/*box-shadow: 0px 1px 4px #999;*/
}
.bodyContent {
text-align: justify;
}
.language {
text-align: center;
background: #435251;
color: aliceblue;
margin: -1px;
}
.language a {
    color: #fff;
    padding: 0 25px;
}
.bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 0 #ccc!important;
-webkit-box-shadow: 0 0 0 #ccc!important;
box-shadow: 0 0 0 #ccc!important;
border: solid #fff 0px!important;
left: -5px;
background: url("../img/squared_metal.png") 0 0 transparent!important;
}
.bx-wrapper .bx-controls-direction a {
 
z-index: 25!important;
}

.flowRight img {
margin-bottom: 0px;
margin-top: 18px;
}


#formaEndiaferontos input {
width: 100%;
border: solid 1px #999;
min-height: 22px;
padding: 5px;
border-radius: 3px;
}

.forma-endiaferontos {
background: #5D7271;
padding: 5px;
margin-bottom: 5px;
border: solid 1px #ccc;
border-radius: 2px;
}
.forma-endiaferontos h4 {
color: #fff;
border-bottom: solid 1px #CCCECE;
margin-bottom: 4px;
font-size: 100%;
text-align: center;
padding: 0 0 5px 0;
}
.MarkupPagerNav {
        clear: both;
        margin: 1em 0; 
        font-family: Arial, sans-serif;
}
.MarkupPagerNav li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.MarkupPagerNav li a, .MarkupPagerNav li.MarkupPagerNavSeparator {
display: block;
float: left;
padding: 3px 12px;
color: #fff;
background: #6C7C7B;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
line-height: 2em;
}             
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    color: #fff;
    background: #41615F;
    text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    color: #777;
    background: #6C7C7B;
    padding-left: 3px;
    padding-right: 3px;
}

.btn.default, .skiplink.default {
background: #6D878B;
border: none;
color: #fff;
border:none;
}
.btn.medium, .skiplink.medium {
font-size: 16px;
font-size: 1rem;
height: 30px;
line-height: 27px;
}
.btn.default a, .skiplink.default a{
    color: #fff;
    font-weight: normal;
}
.btn.default:hover, .skiplink.default:hover {
background: #41615F;
}
.btn.medium a, .skiplink.medium a {
padding: 0 12px;
}

.forma-endiaferontos {
cursor: pointer;
}
.songColumn p {
    line-height: 1.2em;
    font-size: 11px;
    margin-bottom: 0px;
}
.songColumn h6 {
    font-size: 13px;
}
.songColumn .vVideo {
    margin-bottom: 5px;
}
.songColumn p + p {
    padding: -3px;
}
.fancybox-overlay {
background: #092733!important;
}
#bx-pager ul li.active a {
box-shadow: 0 0 4px #222;
}
#bx-pager .bx-viewport {
width: 320px!important;
}
#bx-pager .bx-wrapper {
width: 325px;
}
#bx-pager ul li {
width: 70px!important;
}
.AllRightsReserved{
    font-size: 10px;
    margin-top: 24px;
margin-left: -15px;
background: #eee;
padding: 0 17px;
}
.videoicon {
position: absolute;
top: 80px;
right: 125px;

}

#contact {
margin: 0px -20px 0 0 !important;
padding: 0px;
}
.viovgrafiko {
background: #597775!important;
}
.viovgrafiko a{
background: #597775!important;
color: #fff;
text-align: center;
font-size: 12px;

}

.title h1 {
font-size: 31px;
}

#galleryItems h1 {
font-size: 14px;
color: #FFF;
text-align: center;
}
#powered {
margin-top: 5px;
text-align: right;
clear: both;
position: fixed;
bottom: 0;
color: #fff;
right: 10px;
}
.fotografies #galleryItems li {
position: relative;
text-align: center;
/* background: #fff; */
min-height: 210px;
/* min-width: 210px; */
}
#gallery .content li {
min-height: 265px;
}

#galbx-pager .image.photo{
    border: 0;
}
#galbx-pager .image.photo img {
border: 5px solid #fff;
-webkit-box-shadow: 0 0 1px #555555;
-moz-box-shadow: 0 0 1px #555555;
box-shadow: 0 0 1px #555555;
}
.bx-viewport{
    height: 72px;
}

.bx-wrapper .bx-next {
right: -35px!important;
}
.bx-wrapper .bx-prev {
left: -46px!important;
}