.about-header-img{
	border: 1px solid #dedede;
	margin-bottom: 10px;
	padding: 3px;
}
.about-header-img a{
	width: 100%;
}

.rights{
	float:right;
}

.help-list li{
	margin-bottom: 0px;
}

.help-list .label {
width: 135px;
display: inline-block;
vertical-align: top;
padding: 5px 0;
}
.help-list .value {
background-color: #eee;
display: inline-block;
vertical-align: top;
padding: 5px;
width: 200px;
}

.gallery-three .one-third.column {
    margin-left: 10px;
width: 160px;
}

.contact-map{
    height:600px;
}
.contact-map{
    margin-bottom: 20px;
}
.gm-marker{
   background: url('../img/gm-marker.png') no-repeat;
    position: absolute;
    top: -14px;
    right: 0px;
    width: 24px;
    height: 40px;
    background-size: 23px;
}
.gm-marker:hover{
    cursor: pointer;
}

.marker-text {
    display: inline-block;
    padding: 2px 7px;
    color: #000;
}
.relative{
    position: relative;
}

.custom-page-content{
    margin-bottom: 10px;
}

.service-box-title{
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.online_booking{
    padding: 15px;
    font-size: 1.2em;
}
.greek {
    font-size: 12px;
}

.greek.contact label{
    font-size: 12px;
}

.table-updates {
    height:220px;
    position:relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.table-updates li {
    color: #666;
    max-height: 2.5em;
    margin: 0;
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}
.table-updates li:hover {
   color: #000;
   cursor: pointer;
   text-decoration: underline;
}
.table-updates h2{
    font-size:18px;
    line-height: 20px;
    padding: 5px;
    margin: 0;
    background: #efefef;
    color: #444;
}
.table-updates .update-date {
    display: inline-block;
    margin-right: 10px;
    color: #3b576b;
}
.table-updates .latest-updates{
    height: 100%;
}
.table-updates .update-overlay{
    /*
    position: absolute;
    top: -300px;
    left: 0;
    */
    margin-top: -222px;
    position: relative;
    background-color: white;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 250ms; -webkit-transition-property: all; -webkit-transition-timing-function: linear;
    -moz-transition-duration: 250ms; -moz-transition-property: all; -moz-transition-timing-function: linear;
    -ms-transition-duration: 250ms; -ms-transition-property: all; -ms-transition-timing-function: linear;
    -o-transition-duration: 250ms; -o-transition-property: all; -o-transition-timing-function: linear;
    transition-duration: 250ms; transition-property: all; transition-timing-function: linear;
}

.table-updates .update-overlay .update-content {
    padding: 5px;
}
.table-updates .update-overlay .close-overlay {
    background: url('/img/close.png') no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    right: 0px;
    background-size: 25px;
}
.table-updates .update-overlay .close-overlay:hover{
    cursor:pointer;
    background-position: 0 -25px;
}
.featured-page-image-wrap {
    height: 165px;
    overflow: hidden;
}

.policy .help-list .label{
    width: 30%;
}

.policy .help-list .value{
    width: 60%;
}

.policy .widget-table-header{
    font-size: 22px;
}
.google-office-image{
    margin:10px;
    width:250px;
}

@media only screen and (max-width: 959px) and (min-width: 768px){
    .featured-page-image-wrap {
        height: 165px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
    .featured-page-image-wrap {
        height: 165px;
    }
}

@media only screen and (max-width: 767px){
     .featured-page-image-wrap {
        height: 110px;
    }
}