/*
  Web Experts stylesheet
*/

body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #fff url(../images/right_menu_bg.jpg) repeat-y left;
    height: 100%;
}

/************************************************************************************
 * Style: General
 ************************************************************************************/
TD.centered {
    text-align: center
}

TD.tinytd {
    height: 8px;
}

TD.smalltd {
    height: 8px;
}

TD.topit {
    vertical-align: top;
}

.middleit {
    vertical-align: middle;
}

TD.bottomit {
    vertical-align: bottom;
}

TD.leftit {
    text-align: left;
}

TD.centerit {
    vertical-align: middle;
}

TD.rightit {
    text-align: right;
}

TD.justifyit {
    text-align: justify;
}

.bodyline {
    border: 1px solid #feaa24;
}

TD.leftpadit {
    padding-left: 10px;
}

TD.rightpadit {
    padding-right: 10px;
}

.srinkit {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.whiteit {
    color: WHITE;
}

.mouseOver {
    cursor: pointer;
    cursor: hand;
}

.mouseOut {
    cursor: default;
}

.smallText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}


/*Espa Banner*/

.espa-banner {
    position: absolute;
    bottom: 29px;
    right: -320px;
}

.espa-banner > a {
    text-decoration: none;
}

.banner-metasximatismos {
    max-width: 40%;
    padding-bottom: 10px;
}

.banner-espa-2014 img {
    width: 19%;
    padding-bottom: 10px;
}




/*Site CSS*/
.relative {
    position: relative;
}

.small_font {
    font-size: 1px;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.center_div {
    width: 1000px;
    position: relative;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.shadow {
    -moz-box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 2px 2px 3px #99;
    box-shadow: 2px 2px 3px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

.bigger_shaddow {
    -moz-box-shadow: 4px 4px 8px #999;
    -webkit-box-shadow: 4px 4px 8px #999;
    box-shadow: 4px 4px 8px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

.container {
    min-height: 100%;
    margin-bottom: -51px;
    position: relative;
}

.header {
    height: 140px;
    background: #fff url(../images/top_menu_bg.jpg) repeat-x bottom;
    position: relative;
    z-index: 2;
}

.languages {
    position: absolute;
    right: 0px;
    top: 160px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 30px;
}

.menu_div {
    position: relative;
    top: 111px;
    left: 0px;
    height: 29px;
    width: 1000px;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li.premenu {
    float: left;
    width: 210px;
    height: 39px;
    background: #fff url(../images/right_to_top_menu_bridge.jpg) no-repeat top right;
    position: relative;
}

.premenuBlue {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/right_menu_bg.jpg) repeat-y;
    height: 10px;
    width: 200px;
}

.menu li.premenuPadding {
    float: left;
    width: 30px;
    height: 39px;
}

.menu li.top_li {
    float: left;
    height: 29px;
    line-height: 29px;
    position: relative;
}

.menu li.top_li a.top_link {
    color: WHITE;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 0 13px 0 13px;
}

/*menu*/
.menu li.top_li ul.sub {
    position: absolute;
    left: 0px;
    top: 29px;
    background: #014282;
    opacity: 0.95;
    filter: alpha(opacity=95);
    margin: 0;
    padding: 0;
    display: none;
}

.menu li.top_li ul.sub li.sub_li {
    list-style: none;
    padding: 0;
    position: relative;
    line-height: 18px;
}

.menu li.top_li ul.sub li.sub_li:hover {}

.menu li.top_li ul.sub li.sub_li a {
    display: block;
    width: 210px;
    margin: 0 20px 0 20px;
    border-bottom: 1px dotted #999;
    color: WHITE;
    text-decoration: none;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu li.top_li ul.sub li.sub_li span {
    display: block;
    margin: 0 20px 0 20px;
    border-bottom: 1px dotted #999;
    color: WHITE;
    text-decoration: none;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.sub_sub {
    position: absolute;
    z-index: 2000;
    left: 250px;
    width: 250px;
    top: 0px;
    background: #014282;
    opacity: 0.95;
    filter: alpha(opacity=95);
    margin: 0;
    padding: 0;
    display: none;
}

/*ul.sub_sub{position: absolute; width:220px; left:50px; top:0px;	z-index:9999;background: #efb400;  margin:0; padding:0;display: none; padding:10px;}*/
ul.sub_sub li.sub_sub_li {
    list-style: none;
    padding: 0;
    position: relative;
    line-height: 18px;
}

ul.sub_sub_sub {
    position: absolute;
    width: 250px;
    left: 250px;
    top: 0px;
    background: #014282;
    opacity: 0.95;
    filter: alpha(opacity=95);
    margin: 0;
    padding: 0;
    display: none;
}

ul.sub_sub_sub li {
    list-style: none;
    padding: 0;
    position: relative;
    line-height: 18px;
}

/*end of menu*/


.overTopMenu {
    position: absolute;
    right: 0px;
    top: 80px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.overTopMenu li {
    float: left;
    margin-left: 10px;
}

.overTopMenu li a {
    text-decoration: none;
    color: #014282;
}

.overTopMenu li a:hover {
    text-decoration: underline;
}

/*glossary*/
div.message-box {
    padding: 0;
    margin: 40px;
    width: 70%;
}

div.message-box>div.header {
    background-color: #3C5F87;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 10px 20px;
}

div.message-box>div.body {
    padding: 10px 20px;
    background-color: #fff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 200;
}

textarea {
    width: 100%;
    height: 170px;
    padding: 5px;
}

/*end*/



.content {
    position: relative;
    z-index: 1;
    margin-bottom: 51px;
}

.leftMainColumn {
    float: left;
    width: 20%;
    background: url(../images/right_menu_bg.jpg) repeat-y;
    padding-bottom: 51px;
}

.rightMainColumn {
    float: right;
    width: 77%;
    padding-bottom: 51px;
    padding-left: 25px;
    padding-top: 25px;
    min-height: 630px;
}

.leftMenu {
    list-style: none;
    padding: 0;
    width: 175px;
    margin: 50px auto 50px auto;
}

.leftMenu li.leftTopLi {
    background: url(../images/accordeon_separator.png) no-repeat bottom center;
    padding: 9px 0 7px 0;
}

.leftMenu li.leftTopLi a.leftTopLink {
    color: WHITE;
    font-weight: bold;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    background: url(../images/accordeon_arrow.png) no-repeat right center;
    text-decoration: none;
}

.leftMenu li.leftTopLi ul {
    display: none;
}

.leftMenu li.leftTopLi ul li {
    color: #666;
}

.leftMenu li.leftTopLi ul li.active {
    color: #FFF;
}

.leftMenu li.leftTopLi ul li a {
    color: WHITE;
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 0;
}

.leftMenuSeparator {
    background: url(../images/accordeon_separator.png) no-repeat center center;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.esyd {
    display: block;
    width: 134px;
    margin: auto;
    text-decoration: none;
}

.esydImage {
    border: 1px solid WHITE;
    padding: 5px;
    border-radius: 10px;
    background: WHITE;
}

.esyd .span1 {
    display: block;
    text-align: center;
    color: WHITE;
    font-size: 18px;
}

.esyd .span2 {
    display: block;
    text-align: center;
    color: #CCC;
    font-size: 13px;
    line-height: 20px;
}

.esyd .span2 img {
    float: right;
    position: relative;
    right: 15px;
}

.leftColumnContactInfo {
    width: 75%;
    margin: auto;
}

.leftColumnContactInfo .title {
    color: WHITE;
    font-weight: bold;
}

.leftColumnContactInfo .text {
    color: #CCC;
    font-size: 12px;
    padding-top: 15px;
}

.leftColumnContactInfo .text a {
    color: WHITE;
    font-style: italic;
}

.leftColumn {
    width: 46%;
    float: left;
}

.rightColumn {
    width: 46%;
    float: right;
    position: relative;
    /* z-index: 1000; */
}

.categoriesLister {
    border-bottom: 6px #CCC solid;
    padding: 10px 0 31px 0;
    margin-bottom: 10px;
}

.serviceCategoryFrame {
    float: left;
    width: 142px;
    height: 142px;
    position: relative;
    margin: 10px 5px 5px 5px;
    cursor: pointer;
}

.imageFrame {
    width: 138px;
    height: 138px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.innerImageFrame {
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    width: 138px;
    height: 138px;
}

.nameFrame {
    display: block;
    width: 85%;
    margin: auto;
    position: relative;
    text-align: center;
    background: url(../images/gradient_button_bg.png) top repeat-x;
    border: 3px WHITE solid;
    border-radius: 8px;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    top: -6px;
    color: WHITE;
    font-weight: bold;
    text-decoration: none;
}

.page_title {
    color: #014282;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 9px;
}

.page_text {
    color: #333;
    font-size: 13px;
    margin-bottom: 30px;
    text-align: justify;
}

.image_link {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1000;
    padding: 10px;
    background: WHITE;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
    border-right: 3px solid #CCC;
    display: inline-block;
}

.border_radious {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*.breadcrump{ background:url(../images/shade_separator.png) center bottom no-repeat; padding-bottom:5px; font-size:10px; color:#999;}*/
.breadcrump {
    padding-bottom: 5px;
    font-size: 10px;
    color: #999;
}

.breadcrump_home {
    color: #666;
}

.breadcrump a {
    text-decoration: none;
}

.breadcrump_1 {}

.breadcrump_2 {
    color: RED;
}

.breadcrump_3 {
    color: BLACK;
}

.page_date {
    font-size: 12px;
    color: #999;
    font-style: italic;
    font-family: Calibri, Georgia;
    margin-top: 15px;
}

.gallery_frame {
    margin-bottom: 50px;
}

.gallery_title {
    font-style: italic;
    font-family: Calibri, Georgia;
    font-size: 20px;
    color: #999;
    text-decoration: underline;
}

.gallery {
    margin-top: 20px;
}

.short_gallery {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.short_gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.short_gallery ul li {
    text-align: center;
}

.short_gallery .gallery_image_link {
    display: inline-block;
    padding: 5px;
    margin-right: 3px;
    border: 1px solid #CCC;
    position: relative;
    background: WHITE;
}

/*cetegories*/
.listing_panel {
    width: 240px;
    height: 175px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.listingImage {
    position: relative;
}

.listing_info_panel {
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding: 6px;
    background: #014282;
    position: absolute;
    width: 228px;
    bottom: 0px;
    left: 0px;
    z-index: 20;
}

.listing_title {
    color: #FFF;
    font-weight: bold;
}

.listing_info {
    display: none;
}

.listing_description {
    color: #CCC;
    font-size: 10px;
    display: block;
}

.listing_more {
    font-size: 11px;
    font-style: italic;
    color: WHITE;
    text-decoration: none;
}

/*links*/
.links_ul {
    padding: 0;
    margin: 0;
}

.link_li {
    list-style: none;
    cursor: pointer;
    margin: 0px 20px 15px 50px;
    border: 1px solid #014282;
    border-radius: 8px;
    background: #eeeeee;
    padding: 10px;
    position: relative;
}

.link_image {
    position: absolute;
    left: -45px;
    top: 0px;
}

.link_title {
    font-size: 14px;
    color: #014282;
    font-weight: bold;
}

.link_li a {
    text-decoration: none;
    font-size: 13px;
    color: #999;
}

/*end of links*/

.slider_frame {
    width: 350px;
    height: 420px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/*.sliderPrev{ cursor:pointer; padding:2px 8px 4px 8px;  border:1px solid #CCC; border-radius:6px; position:absolute; right:30px; top:10px;}
.sliderNext{cursor:pointer; padding:2px 8px 4px 8px; border:1px solid #CCC; border-radius:6px; position:absolute; right:0px; top:10px;}*/
.sliderPrev {
    cursor: pointer;
    position: absolute;
    right: 140px;
    top: 20px;
    background: url(../images/brandSliderArrowUp.png) no-repeat;
    width: 74px;
    height: 24px;
    z-index: 2;
}

.sliderNext {
    cursor: pointer;
    position: absolute;
    right: 140px;
    top: 340px;
    background: url(../images/brandSliderArrowDown.png) no-repeat;
    width: 74px;
    height: 24px;
    z-index: 2;
}

.nav-button {
    cursor: hand;
    cursor: pointer;
}

#forward {
    cursor: hand;
    cursor: pointer;
}

#back {
    cursor: hand;
    cursor: pointer;
}

#navig-buttons-bot {
    float: right;
    position: relative;
    /* top: -50px;*/
}

.latest_news_ul {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: block;
    width: 350px;
    /*height:300px;*/
}

.page_text .latest_news_ul {
    width: 100% !important;
}

.latest_news_ul li {
    margin-bottom: 20px;
}

.latest_news_ul li .date {
    font-size: 11px;
    font-style: italic;
    color: #999;
}

.latest_news_ul li .title {
    font-size: 16px;
    font-weight: bold;
    color: #014282;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.latest_news_ul li .description {
    font-size: 13px;
    color: #666;
    float: left;
}

.latest_news_ul li .more {
    font-size: 13px;
    color: #014282;
    font-weight: bold;
    display: inline-block;
    padding-right: 15px;
    background: url(../images/more.png) right center no-repeat;
    text-decoration: none;
    float: right;
}

.listing_image {
    float: left;
    padding: 4px;
    background: WHITE;
    margin-right: 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.one_of_two {
    width: 450px;
    float: left;
}

.interestedTrigger {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    float: right;
    line-height: 25px;
    display: inline-block;
    padding: 3px 10px 3px 10px;
    background: #004282;
    border-radius: 6px;
    margin-right: 210px;
}

/*contact*/
.contact_input {
    border: 1px solid #999;
    background: #eeeeee;
    font-size: 18px;
    height: 30px;
    width: 230px;
}

.contact_input:hover {
    background: #f5f4f4;
}

.contact_input:focus {
    background: #f5f4f4;
}

.contact_input_text_area {
    border: 1px solid #999;
    background: #eeeeee;
    font-size: 14px;
    height: 200px;
    width: 220px;
    padding: 5px;
}

.contact_input_text_area:hover {
    background: #f5f4f4;
}

.contact_input_text_area:focus {
    background: #f5f4f4;
}

#ContactFormSuccess {
    display: none;
    border: 2px solid #8ddb28;
    background: #dbf0c0;
    text-align: center;
    font-size: 24px;
    color: #5e9c0e;
    padding: 20px;
}

#NewsletterFormSuccess {
    display: none;
    border: 2px solid #8ddb28;
    background: #dbf0c0;
    text-align: center;
    font-size: 24px;
    color: #5e9c0e;
    padding: 20px;
}

.contact_text {
    font-size: 13px;
    color: #666;
    padding-right: 20px;
    text-align: justify;
}

.one_of_three {
    width: 230px;
    float: left;
    padding: 0px 20px 20px 0px;
}

#map_canvas {
    width: 260px;
    height: 430px;
}

.main_contact_submit_button {
    border: 3px solid #f89a1d;
    line-height: 20px;
    font-size: 16px;
    width: 100px;
    margin: auto;
    text-align: center;
    color: #f89a1d;
    font-weight: bold;
    border-radius: 6px;
}

/*end of contact*/


.footer {
    position: relative;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/footer_bg.jpg) repeat-x;
    height: 73px;
}

.web-experts-logo {
    float: right;
    margin-top: 10px;
}

.credits {
    float: left;
    color: white;
    line-height: 51px;
    padding-left: 30px;
}

.credits a {
    color: WHITE;
    font-weight: bold;
    text-decoration: none;
}

.credits a:hover {
    text-decoration: underline;
}

.baloonImage {
    float: right;
    margin-left: 6px;
}

.slogan {
    padding-top: 20px;
    float: right;
    color: #014282;
    font-size: 22px;
    font-family: Calibri;
    font-style: italic;
    font-weight: bold;
}

ul.thumbNav {
    bottom: -30px !important;
}

div.anythingSlider .anythingControls ul a {
    border-radius: 100%;
}

div.anythingSlider.activeSlider .anythingControls ul a.cur {
    background-color: #615c5a !important;
}

.check-terms .check {
    -webkit-appearance: none;
    /*hides the default checkbox*/
    float: left !important;
    height: 20px !important;
    width: 20px !important;
    transition: 0.10s;
    border: 1px solid #999;
    text-align: center;
    color: white;
    outline: none;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.check-terms .show-errors {
    line-height: 20px;
}

.check-terms .check:checked {
    background-color: #0E9700;
}

.check-terms .check:checked:before {
    content: '\2713';
}


body .uwy.userway_p2 .uai,
body .uwy.userway_p3 .uai {
    left: calc(100vw - 22px) !important;
}

.leftColumnSocial {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin-inline: auto;
    margin-top: 20px;
}

.leftColumnSocial .social-media-item-wrapper:not(:last-child) {
    margin-right: 10px;
}

.social-media-item {
    display: inline-block;
    height: 30px;
    transition: all 0.3s ease;
}

.social-media-item:hover {
    opacity: 0.7;
}

.social-media-item-wrapper svg {
    height: 100%;
    width: auto;
    max-width: 100%;
}