/******************

Created by entropia
Larisa, Greece
http://www.entropiabloc.gr
Structuring Web experiences since 2012

*************/

:root {
    --light-blue: #29b6f6;
    --blue: #01579b;
    --dark-blue: #00172a;
    --purple: #8e24aa;
}

/*General CSS*/
#sp-main-body {
    padding: 42px 0;
}

#social-fixed {
    position: fixed;
    right: 0;
    top: 164px;
    z-index: 1;
}

.itemid-101 #sp-main-body {
    display: none;
}

a {
    color: #01579b;
}

a:hover, a:focus {
    color: #8e24aa;
}

.btn-primary, .sppb-btn-primary {
    border-color: #01579b;
    background-color: #01579b;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #8e24aa;
    background-color: #8e24aa;
}

.itemFullText p, li {
    font-weight: 400;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

.not-clickable {
    pointer-events: none;
}

.list-nostyle {
    list-style: none;
    padding-left: initial;
}

.trigona-container {
    padding: 0 0 24px;
}

.purpleline {
    width: 32px;
    border-bottom: 6px solid #8e24aa;
    margin: 18px 0 44px 0;
}

b.bluebold {
    color: #01579b;
}

.sp-module {
    margin-top: 0px;
}

/*Logo*/
.logo {
    padding: 6vh 0 2vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*Menu*/
.sp-megamenu-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 3vh;
}

.sp-megamenu-parent {
    background-color: #eee;
    border-bottom: 6px solid #8e24aa;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);    
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);    
    display: flex;
    width: 88%;
}

.sp-megamenu-parent >li {
    display: inline-block;
    position: relative;
    padding: 0;
    flex-grow: 1;
    flex-basis: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #ddd;
}

.sp-megamenu-parent >li >a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    line-height: 90px;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    padding: 28px 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
    font-weight: 400;
    text-align: left;
    font-size: 13px;
    padding: 10px 10px 10px 16px
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #01579b;
}

.sp-menu-item .arxikh::before {
    font-family: 'Material Icons';
    content: "\E88A";
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9e9e9e;
}

.sp-menu-item .profil::before {
    font-family: 'Material Icons';
    content: "\E85D";
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9e9e9e;
}

.sp-menu-item .egatastaseis::before {
    font-family: 'Material Icons';
    content: "\E7EE";
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9e9e9e;
}

.sp-menu-item .nea::before {
    font-family: 'Material Icons';
    content: "\E031";
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9e9e9e;
}

.sp-menu-item .syxnes::before {
    font-family: 'Material Icons';
    content: "\E887";
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9e9e9e;
}

.sp-menu-item .epikoinwnia::before {
    font-family: 'Material Icons';
    content: "\E8A8";
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9e9e9e;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #01579b;
}

.sp-megamenu-parent .sp-dropdown {
    background-color: #eee;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #eee;
    border-bottom: 6px solid #8e24aa;
    padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    background: #01579b;
}

.sp-megamenu-parent >li.sp-has-child>a::after {
    font-family: "FontAwesome";
    content: " \f107";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
}

.sp-menu-item a {
    text-align: center;
}

.offcanvas-menu {
    background-color: #01579b;
}

.offcanvas-inner {
    margin-top: 14px;
}

#offcanvas-toggler >i {
    color: #8e24aa;
}

/*Top image*/
#sp-image {
    background-color: #01579b;
	padding: 150px 0;
}

.custom_topimage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.custom_topimage p {
    margin-top: 0;
}

.topimglargetxt {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
}

.topimgsmalltxt {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

/*Alcazar Intro*/
.custom_alcazar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4vh 20vw;
}

.image-link {
    transition: all 0.5s;
} 

.image-link:hover {
    transform: scale(0.96);
    transition: all 0.5s;
} 

.custom_alcazar p {
    margin-bottom: 24px;
}

.custom_alcazar .core-text {
    color: #01579b;
    font-size: 40px;
    text-align: center;
    line-height: 48px;
}

.custom_alcazar .undercore-text {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/*Alkazar Items*/
#sp-alcazar-items .container {
    padding-right: 0;
    padding-left: 0;
}

#sp-top3 {
    padding: 0;
}

.image-link {
    margin-bottom: 24px;
}

.image-link-container {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.image-link-text {
    text-align: center;
    padding: 38px 0;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #01579b;
    text-align: center;
    padding: 26px 16px;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #01579b;
    min-height: 100px;
    max-height: 100px;
}

/*Neapoli*/
#sp-neapoli .container {
    padding: 0;
}

.custom_neapoli .core-megacontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}

.custom_neapoli .core-megacontainer .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.custom_neapoli .core-textcontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_neapoli .core-textcontainer {
    transition: all 0.5s;
}

.custom_neapoli .core-textcontainer:hover {
    transform: scale(0.96);
    transition: all 0.5s;
}

.custom_neapoli .core-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
    
}

.custom_neapoli .core-text {
    color: #01579b;
    font-size: 40px;
    text-align: left;
    line-height: 40px;
    margin-left: 40px
}

.custom_neapoli .undercore-text {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    margin-right: 4px;
    margin-bottom: 0;
}

.custom_neapoli .core-imagecontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.custom_neapoli .core-imagecontainer a {
    padding: 0;
}

/*St.Thomas*/
#sp-agios-thomas .container {
    padding: 0;
}

.custom_agiosthomas .core-megacontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}

.custom_agiosthomas .core-megacontainer .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.custom_agiosthomas .core-textcontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_agiosthomas .core-textcontainer {
    transition: all 0.5s;
}

.custom_agiosthomas .core-textcontainer:hover {
    transform: scale(0.96);
    transition: all 0.5s;
}

.custom_agiosthomas .core-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
    
}

.custom_agiosthomas .core-text {
    color: #01579b;
    font-size: 40px;
    text-align: right;
    line-height: 40px;
    margin-right: 40px
}

.custom_agiosthomas .undercore-text {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-left: 4px;
    margin-bottom: 0;
}

.custom_agiosthomas .core-imagecontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.custom_agiosthomas .core-imagecontainer a {
    padding: 0;
}

/*Genral Info*/
#sp-general-info .container {
    padding-right: 0;
    padding-left: 0;
}

#sp-general-info img {
    padding: 0;
}

.custom_generalinfo {
    padding: 92px 0px 102px;
}

.custom_generalinfo h2 {
    margin: 0 0 10px; 
}

.custom_generalinfo img{
    max-width: 170px;
}

.custom_generalinfo .core-text {
    color: #01579b;
    font-size: 40px;
    line-height: 48px;
    font-weight: 100;
}

.custom_generalinfo .undercore-text {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

/*News*/
#sp-news-intro .container {
    padding: 0;
}

#sp-news-intro .news-intro-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
}

#sp-news-intro .news-intro-container .core-text {
    color: #01579b;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 26px;
}

#sp-news-intro .k2ItemsBlock {
    margin-top: 44px;
}

div.k2ItemsBlock ul li:first-child {
    padding-right: 15px;
}

.sp-module ul >li {
    border-bottom: none;
}

div.k2ItemsBlock ul li:nth-child(2) {
    padding: 0 15px;
}

div.k2ItemsBlock ul li:nth-child(3) {
    padding-left: 15px;
}

#sp-news-intro .news-megacontainer {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);    
}

#sp-news-intro .moduleItemDateCreated {
    font-size: 14px;
    line-height: 24px;
    color: #353535;
}

#sp-news-intro .moduleItemTitle {
    font-size: 24px;
    line-height: 30px;
    color: #353535;
    font-weight: 600;
    display: block;
    min-height: 120px;
}

#sp-news-intro .moduleItemIntrotext {
    font-weight: 400;
    color: #353535;
}

#sp-news-intro .news-intro-item-content {
    padding: 30px 30px 0 30px;
    background-color: #fff;
    min-height: 425px;
}

#sp-news-intro .news-intro-item-content .purpleline {
    width: 32px;
    border-bottom: 6px solid #8e24aa;
    margin: 0 0 44px 0;
}

#sp-news-intro .ReadMoreContainer {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 36px;
}

#sp-news-intro .moduleItemReadMoreNews {
    color: #29b6f6;
    margin-right: 10px;
    font-style: italic;
    font-weight: 600;
}

/*Bottom Upper*/
#sp-bottom-upper {
    padding: 60px 0 !important;
}

#sp-bottom-upper .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#sp-bottom1 div:nth-child(2) {
    margin-top: 50px;
}

#sp-bottom2 .sp-module ul >li {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    color: #fff;
    font-weight: 400;
    margin: 0 20px 0 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    min-height: 48px;
}

#sp-bottom2 .sp-module ul >li::after {
    content: '';
}

#sp-bottom2 .sp-module ul >li:hover::after, #sp-bottom2 .sp-module ul >li:focus::after, #sp-bottom2 .sp-module ul >li.active::after  {
    content: '';
    border-bottom: 6px solid #29b6f6;
}

#sp-bottom2 li.alias-parent-active:after {
    border-bottom: 6px solid #29b6f6;
}

#sp-bottom2 .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

#sp-bottom2 .sp-module ul >li a {
    color: #fff;
}

#sp-bottom2 .sp-module-title {
    color: #29b6f6;
    margin: 0 0 4px;
}

#sp-bottom2 .sp-module:nth-child(2){
    margin-top: 18px;
}

#sp-bottom2 .sp-module:last-child{
    margin-top: 18px;
}

/*Bottom Lower*/
#sp-bottom-lower {
    padding-bottom: 50px;
}

#sp-bottom1 p {
    color: #29b6f6;
    font-weight: 600;
}


#sp-bottom2 .bottom-contact-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#sp-bottom2 p {
    color: #cccccc;
    font-weight: 400;
    padding: 0;
}

#sp-bottom2 .address::before {
    font-family: 'FontAwesome';
    content: "\f015";
    margin-right: 10px;
}

#sp-bottom2 .telephone::before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 10px;
}

#sp-bottom2 .e-mail::before {
    font-family: 'FontAwesome';
    content: "\f1d9";
    margin-right: 10px;
}

/*Sub-footer*/
#sp-footer2 {
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 58% 0%, 64% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 58% 0%, 64% 100%, 0% 100%);
}

#sp-footer2 .custom div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: 
    start;-ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#sp-footer2 .custom div img{
    padding: 0 20px 0 0;
}

/*Footer*/
#sp-footer {
    background: #01579b;
}

#sp-footer p {
    margin: 0;
    color: #fff;
}

/*Vanue Listing Pages*/
.inside-info-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.inside-info-container p {
    text-align: right;
    padding: 14px 10px;
    margin: 0;
}

.inside-info-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 10px 20px;
}

.inside-info-image-ap {
    padding: 40px 10px 20px;
}

ul.pool-list-container {
    padding-left: 0;
}

li.pool-list {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

li.pool-list::before {
    content: '•';
    color: #29b6f6;
    margin-right: 4px;
    font-size: 34px;
}

.k2-inside-title-container {
    width: 50%;
}

.k2-imgtitle-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.k2-multiple-image img {
    margin-bottom: 48px
}

/*K2*/
div.itemHeader h2.itemTitle {
    color: #01579b;
    font-weight: 200;
    font-size: 40px;
    line-height: 46px;
}

div.itemHeader {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.k2BreadcrumbsBlock {
    text-align: center;
}

#k2Container {
    padding: 0;
}

div.itemView {
    margin: 0;
}

.moduleItemIntrotext p {
    word-wrap: break-word;
}

div.catItemHeader span.catItemDateCreated {
	color: #353535;
}

div.k2Pagination ul li.active a {
	background-color: #01579b;
}

/*Tabs*/
.nav {
    padding-right: 0;
    padding-left: 15px;
}

.nav-tabs>li>a {
    color: #fff;
    background-color: #01579b;
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    margin-left: 10px;
    font-weight: 400;
}


.nav-tabs>li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #29b6f6;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #8e24aa;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    margin-left: 0;
}

.nav-tabs>li.active::after {
    content: url(/../../images/pointer.png);
    position: absolute;
    right: -26px;
    z-index: 1;
    top: 25%;
}

.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}


.tabs-left > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 4px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-top: 62px;
}

.tabs-left > .nav-tabs > li > a {
    padding: 26px 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
}

.tab-content {
    border-left: 4px solid #29b6f6;
    background-color: #fff;
    min-height: 1200px;
}

.tab-pane {
    padding: 62px 0 26px 56px;
}

/*Accordion*/
.accordion a:focus {
    color: #fff;
}

.accordion .general-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panel-title a:hover, .apanel-title a:focus {
    color: #fff;
}

.panel-body {
    border-bottom: 4px solid #29b6f6;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #01579b;
    border-color: #ddd;
    border-radius: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.panel-default {
    border-color: transparent;
}

.panel-title a {
    width: 100%;
    display: block;
}

/*Breadcrumbs*/
.custom_genbread {
    padding: 130px;
}

.custom_genbread p {
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 26px;
    text-align: center;
}

div.k2BreadcrumbsBlock a {
    color: #fff;
    font-size: 26px;
}

#sp-breadcrumbs {
	background-color: #01579b;
}

#sp-breadcrumbs-stadio-alkazar, #sp-breadcrumbs-kleisto-kolymvhtirio, #sp-breadcrumbs-kleisto-alcazar, #sp-breadcrumbs-varewn, #sp-breadcrumbs-anoixta-gymasthiria, #sp-breadcrumbs-neapoli, #sp-breadcrumbs-agios-thomas {
	background-color: #01579b;
}

#sp-breadcrumb-stadio {
	padding: 130px;
}

#sp-breadcrumb-kolymvitirio {
	padding: 130px;
}

#sp-breadcrumb-an-alcazar {
	padding: 130px;
}

#sp-breadcrumb-kl-alcazar {
	padding: 130px;
}

#sp-breadcrumb-vareon {
	padding: 130px;
}

#sp-breadcrumb-kl-neapoli {
	padding: 130px;
}

#sp-breadcrumb-kl-thomas {
	padding: 130px;
}

div.k2BreadcrumbsBlock span, div.k2BreadcrumbsBlock a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
    
div.k2BreadcrumbsBlock span.bcSeparator {
    padding: 0 4px;
    font-size: 24px;
    color: #fff;
}

div.k2BreadcrumbsBlock a:nth-last-child(2) {
    font-weight: 600;
}

div.k2BreadcrumbsBlock span:last-child {
    display: none;
}

/*Contact Form*/
#contact-form .control-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .controls {
    margin-left: 0;
}

.contact-miscinform {
    padding: 18px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

input, textarea {
    width: 100%;
}

/*Map*/
#map {
    height: 400px;
    width: 100%;
}

/*K2*/
div.itemFullText {
    font-size: 16px;
    font-weight: 400;
}

div.itemToolbar ul {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 0;
}

div.itemToolbar {
    padding: 0;
    margin: 16px 0 0 0;
    background: none;
    border-radius: 4px;
}

table.privacy-table, table.privacy-table th, table.privacy-table td {
	border: 1px solid;
	padding: 10px;
}

table.privacy-table {
	border: 0;
	display: block;
	overflow-x: auto;
	padding: 0;
}

/*Media Queries*/
@media only screen and (max-width : 1200px) {
    .not-clickable-mobile {
        pointer-events: none;
    }

    #sp-footer2 {
        -webkit-clip-path: polygon(0% 0%, 64% 0%, 70% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 64% 0%, 70% 100%, 0% 100%);
    }
}

@media only screen and (max-width : 992px) {
    /*General CSS*/
    .pin-image {
        width: 46px;
    }

    /*Menu*/
    .sp-megamenu-wrapper {
        position: inherit;
        top: 0;
    }

    #offcanvas-toggler {
        float: none;
        line-height: 48px;
        margin-left: 0;
        font-size: 20px;
    }

    a#offcanvas-toggler {
        color: #8e24aa;
        font-weight: 600;
    }
    
    /*Alkazar Intro*/
    .custom_alcazar p {
        margin-bottom: 8px;
    }
    .custom_alcazar .core-text {
        font-size: 24px;
    }

    .custom_alcazar .undercore-text {
        font-size: 13px;
    }

    /*Alkazar Items*/
    .image-link-text {
        font-size: 16px;
    }

    /*Neapoli*/
    .custom_neapoli .core-text {
        font-size: 24px;
        margin-left: 20px;
    }

    .custom_neapoli .core-container {
        margin-top: 10px;
    }

    .custom_neapoli .undercore-text {
        font-size: 13px;
    }

    /*St. Thomas*/
    .custom_agiosthomas .core-text {
        font-size: 24px;
        margin-right: 20px;
    }

    .custom_agiosthomas .core-container {
        margin-top: 10px;
    }

    .custom_agiosthomas .undercore-text {
        font-size: 13px;
    }
    
    /*Bottom Upper*/
    #sp-bottom-upper {
        padding: 60px 0 24px !important;
    }

    #sp-bottom-upper .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #sp-bottom1 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px;
    }

    /*Sub-footer*/
    #sp-footer2 {
        -webkit-clip-path: polygon(0% 0%, 78% 0%, 84% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 78% 0%, 84% 100%, 0% 100%);
    }

    /*Tabs*/
    .tabs-left > .nav-tabs > li > a {
        padding: 26px 8px;
    }

    /*Contact Form*/
    #contact-form .control-group {
        display: block;
    }
}

@media only screen and (max-width : 768px) {
    /*General CSS*/
    section {
        padding: 0 15px;
    }

    #sp-top3 .container {
        padding: 0 15px;
    }

    .from50to100s {
        width: 50%;
    }

    .from50to100 {
        width: 50%;
    }

    .from30to100 {
        width: 33.33%;
    }

    /*Alkazar Items*/
    .image-link-text {
        font-size: 14px;
        padding: 26px 2px;
    }

    /*Neapoli*/
    .custom_neapoli .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .custom_neapoli .core-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .custom_neapoli .core-text {
        font-size: 24px;
        margin-left: 20px;
        margin-right: 0;
    }

    /*St. Thomas*/
    .custom_agiosthomas .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .custom_agiosthomas .core-container {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .custom_agiosthomas .core-text {
        font-size: 24px;
        margin-left: 20px;
        margin-right: 0;
    }

    /*Vanue Listing Pages*/
    .k2-multiple-image img {
        margin-bottom: 48px;
        padding: 0 15px;
    }

    .inside-info-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .inside-info-container p {
        text-align: left;
        padding: 10px;
        margin: 0;
    }

    .inside-info-image {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 10px 10px 20px;
    }

    .inside-info-image-ap {
        padding: 0px 0px 10px;
    }

    .inside-info-image-ap img {
        height: 124px;
    }

    /*News*/
    #sp-news-intro .moduleItemTitle {
        min-height: initial;
    }

    #sp-news-intro .purpleline {
        margin: 18px 0 14px 0;
    }

    div.k2ItemsBlock ul li:first-child {
    padding-right: 0;
    }

    div.k2ItemsBlock ul li:nth-child(2) {
        padding: 0;
    }

    div.k2ItemsBlock ul li:nth-child(3) {
        padding-left: 0;
    }

    #sp-news-intro .news-intro-item-content {
        min-height: initial;
    }

    /*Bottom Lower*/
    #sp-bottom3, #sp-bottom4 {
        padding: 0;
    }

    /*Sub-footer*/
    #sp-footer2 {
        -webkit-clip-path: polygon(0% 0%, 90% 0%, 96% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 90% 0%, 96% 100%, 0% 100%);
    }

    #sp-footer2 .custom div img {
        width: 90%;
        padding: 0 6px 0 0;
    }

    /*Contact Form*/
    .contact .contact-form {
        padding: 0;
    }
}

@media only screen and (max-width : 640px) {
    /*General CSS*/
    .from50to100s {
        width: 100%;
    }

    .from50to100 {
        width: 50%;
    }

    .from30to100 {
        width: 50%;
    }

    /*Alkazar Intro*/
    .custom_alcazar {
        padding: 4vh 8vw;
    }

    /*Bottom Lower*/
    #sp-bottom4 .bottom-contact-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    /*Breadcrumbs*/
	#sp-breadcrumbs-anoixto-alkazar {
        padding: 14vh 4vw;
    }

    #sp-breadcrumb-kolymvitirio {
        padding: 14vh 4vw;
    }

    /*K2*/
    div.itemHeader h2.itemTitle {
        font-size: 30px;
        line-height: 34px;
    }

    /*Breadcrumbs*/
    .custom_genbread {
        padding: 50px;
    }

    .custom_genbread p {
        font-size: 20px;
    }
}

@media only screen and (max-width : 600px) {
    /*Neapoli*/
    .custom_neapoli .core-imagecontainer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .custom_neapoli .core-imagecontainer div, .custom_neapoli .core-imagecontainer a {
        width: 100%;
    }

    /*St. Thomas*/
    .custom_agiosthomas .core-imagecontainer {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .custom_agiosthomas .core-imagecontainer div, .custom_agiosthomas .core-imagecontainer a {
        width: 100%;
    }

    #sp-bottom2 .bottom-contact-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 14px;
    }
}

@media only screen and (max-width : 460px) {
    .at460 {
        width: 100%;
    }

    /*Contact Form*/
    .g-recaptcha {
        transform: scale(0.95);
        transform-origin: 0 0;
    }
}

@media only screen and (max-width : 420px) {
    /*General CSS*/
    .from50to100s {
        width: 100%;
    }

    .from50to100 {
        width: 100%;
    }

    .from30to100 {
        width: 100%;
    }

    div.itemHeader h2.itemTitle {
        font-size: 22px;
        line-height: 30px;
    }
    
    /*Contact Form*/
    .g-recaptcha {
        transform: scale(0.64);
        transform-origin: 0 0;
    }
}

@media only screen and (max-width : 320px) {
        
}