﻿/*GENERAL*/
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    webkit-tap-highlight-color: #BB1D2C;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #BB1D2C;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
    text-decoration: none;
}
a {
    color: #BB1D2C;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #5A5A5C;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.img-centered {
    margin: 0 auto;
}
.bold {
    font-weight: bold;
}
.italics {
    font-style: italic;
}
.red-bg {
    background-color: #BB1D2C;
    min-height: 4em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    text-align: center;
}
.red-color {
    color: #BB1D2C;
}
.grey-bg {
    background-color: #5A5A5C;
    min-height: 4em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    text-align: center;
}
.grey-light-bg {
    background-color: #EEEEEE;
}
.btn-primary {
    color: white;
    background-color: #BB1D2C;
    border-color: #BB1D2C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .red-bg, .grey-bg {
        min-height: 6em;
    }
    .red-bg {
        padding-top: 2em;
    }
    .grey-bg {
        padding-top: 1.2em;
    }
}
hr {
    color: #5A5A5C;
}
/*SELECTIONS*/
::-moz-selection {
    text-shadow: none;
    background: #BB1D2C;
}
::selection {
    text-shadow: none;
    background: #BB1D2C;
}
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
    color: #000000;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
    color: #000000;
    font-weight: bold;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
/*BUTTONS*/
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #5A5A5C;
    border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #BB1D2C;
    border-color: #BB1D2C;
}
.btn-primary .badge {
    color: #BB1D2C;
    background-color: white;
}
.btn-xl {
    color: white;
    background-color: #BB1D2C;
    border-color: #BB1D2C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #5A5A5C;
    border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #BB1D2C;
    border-color: #BB1D2C;
}
.btn-xl .badge {
    color: #BB1D2C;
    background-color: white;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}
/*NAVBAR*/
.navbar-custom {
    background-color: #BB1D2C;
    border-color: transparent;
}
.navbar-custom .navbar-brand {
    color: #BB1D2C;
    font-family: 'Open Sans', sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #fec503;
}
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
    background-color: #BB1D2C;
    border-color: #BB1D2C;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #BB1D2C;
}
.navbar-custom .nav li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #ffffff;
    color: #BB1D2C;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    color: #ffffff;
    background-color: #BB1D2C;
    outline: none;
}
.navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background-color: #BB1D2C;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #BB1D2C;
}
@media (min-width: 768px) {
    .navbar-custom {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    .navbar-custom .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px;
    }
    .navbar-custom .nav li a {
        margin-right: 0.5em;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .navbar-custom .nav li:last-child a {
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .navbar-custom {
        background-color: #ffffff;
        padding: 10px 0;
        min-height: 6em;
    }
    #logo {
        position: relative;
        top: -.5em;
        margin-bottom: 1em;
        max-width: 12em;
    }
    .navbar-custom.affix {
        background-color: #ffffff;
        padding: 10px 0;
        border-bottom: 1px solid #bb1d2c;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}
@media (min-width: 768px) {
    #logo img {
        display: block;
        max-width: 16em;
        position: relative;
        top: -0.4em;
    }
}
@media (max-width: 768px) {
    #logo {
        position: relative;
        top: 0;
        margin-bottom: 1em;
        max-width: 12em;
    }
    #logo img {
        display: block;
        max-width: 12em;
        position: relative;
        top: -2.5em;
    }
    .navbar-brand>img {
        display: block;
        max-width: 12em;
        position: relative;
        top: -0.3em;
    }
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 27em;
    }
}
@media (max-width: 700px) {
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 24em;
    }
}
@media (max-width: 640px) {
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 22em;
    }
}
@media (max-width: 600px) {
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 20em;
    }
}
@media (max-width: 530px) {
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 18em;
    }
}
@media (max-width: 500px) {
    #logo img {
        display: block;
        max-width: 10em;
    }
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 14em;
    }
}
@media screen and (max-width: 400px) {
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 10em;
    }
}
@media (max-width: 320px) {
    #logo img {
        max-width: 8em;
    }
    .navbar-custom .navbar-toggle {
        position: relative;
        left: 9em;
    }
}
/*NAVBAR OVERRIDES*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #logo img {
        max-width: 12em;
    }
    .navbar-nav > li {
        max-width: 13em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #logo img {
        max-width: 12em;
    }
    .navbar-nav > li {
        max-width: 8em;
    }
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: white;
	background-color: #BB1D2C;

}
/*HEADER*/
header {
    text-align: center;
    color: white;
}
/*
 * Start Bootstrap - Half Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body,
#sxoles-pages {
    height: 100%;
}
/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */
.carousel,
#sxoles-pages-header {
    height: 50%;
}
.item,
.active,
.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*BOOTSTRAP OVERRIDES*/
.carousel-control.right {
    background-image: none;
}
/*BACKGROUND IMAGES*/
/*HOME IMAGES*/
/*
#sldr_home_01 {
    background-image:url('../img/sldr/spoudes-sthn-kypro-ekdhlwsh.jpg');
}
*/
#sldr_home_02 {
    background-image:url('../img/sldr/30metaptyxiaka-unic-greece.jpg');
}
#sldr_home_03 {
    background-image:url('../img/sldr/spoudase-me-ypotrofia-unic-greece.jpg');
}
#sldr_home_04 {
    background-image:url('../img/sldr/istories-epituxias-unic-greece.jpg');
}
/*ANAKALYPSE HEADERS*/
#urban-campus-header {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../sites/default/files/campus.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height:100%;
    opacity: 1;
    visibility: inherit;
}
#nicosia-full-header {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../sites/default/files/nicosia_full.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height:100%;
    opacity: 1;
    visibility: inherit;
}
#life-at-unic-header {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../sites/default/files/unic-cafe-couches_mg_2785-as-smart-object-1.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height:80%;
    opacity: 1;
    visibility: inherit;
}
.btn-list {
  color: #ffffff;
  background-color: #BB1D2C;
  border-color: #BB1D2C;
}
.btn-list:focus,
.btn-list.focus {
  color: #ffffff;
  background-color: #5A5A5C;
  border-color: #5A5A5C;
}
.btn-list:hover {
  color: #ffffff;
  background-color: #5A5A5C;
  border-color: #5A5A5C;
}
.btn-list:active,
.btn-list.active,
.open > .dropdown-toggle.btn-list {
  color: #ffffff;
  background-color: #5A5A5C;
  border-color: #5A5A5C;
}
.btn-list:active:hover,
.btn-list.active:hover,
.open > .dropdown-toggle.btn-list:hover,
.btn-list:active:focus,
.btn-list.active:focus,
.open > .dropdown-toggle.btn-list:focus,
.btn-list:active.focus,
.btn-list.active.focus,
.open > .dropdown-toggle.btn-list.focus {
  color: #ffffff;
  background-color: #5A5A5C;
  border-color: #5A5A5C;
}
.btn-list:active,
.btn-list.active,
.open > .dropdown-toggle.btn-list {
  background-image: none;
}
.btn-list.disabled, .btn-list[disabled], fieldset[disabled] .btn-list {
    cursor: not-allowed;
    filter: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: unset;
    background-color: #5A5A5C;
    border-color: #5A5A5C;
    color: #ffffff;
}
.btn-list-second.disabled, .btn-list-second[disabled], fieldset[disabled] .btn-list-second {
    cursor: not-allowed;
    filter: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: unset;
    background-color: #5A5A5C;
    border-color: #5A5A5C;
    color: #ffffff;
    max-width: 60%;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: auto;
}
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-list-second {
    color: #BB1D2C;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: bold;
}
.btn-list-second:focus,
.btn-list-second.focus {
    color: #BB1D2C;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-list-second:hover {
    color: #5A5A5C;
    background-color: #ffffff;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
}
.btn-list-second:active,
.btn-list-second.active,
.open > .dropdown-toggle.btn-list-second {
    color: #5A5A5C;
    background-color: #ffffff;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
    font-weight: bold;
}
.btn-list-second:active:hover,
.btn-list-second.active:hover,
.open > .dropdown-toggle.btn-list-second:hover,
.btn-list-second:active:focus,
.btn-list-second.active:focus,
.open > .dropdown-toggle.btn-list-second:focus,
.btn-list-second:active.focus,
.btn-list-second.active.focus,
.open > .dropdown-toggle.btn-list-second.focus {
    color: #5A5A5C;
    background-color: #ffffff;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
}
.btn-list-second:active,
.btn-list-second.active,
.open > .dropdown-toggle.btn-list-second {
    background-image: none;
}
.btn-group-vertical>.btn-list,
.btn-group-vertical>.btn-list-second {
    padding: 1.2em 1em;
}

.btn-group-anakalypse {
    margin-top: 4em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#life-unic-btns {
    margin-top: 0;
}
#life-unic-btns {
    max-width: 100%;
}
@media screen and (min-width: 430px) {
    .btn-group-anakalypse {
        max-width: 60%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .btn-group-anakalypse {
        max-width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .btn-group-anakalypse {
        margin-bottom: 2em;
    }
}
.btn-group-anakalypse-inner {
    /*margin-top: 1.2em;*/
    margin-top: 4em;
    /*float: right;*/
    float: none;
}
.anakalypse-content-inner {
    margin-top: 6em;
}
.btn-list-second {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-group-anakalypse-inner .third,
.btn-group-anakalypse-inner .fourth {
    /*text-align: left;*/
}
form {
    display: block;
    margin-top: 0em;
}
.form-item, .form-actions {
    margin-bottom: 1em;
}
.webform-client-form .form-item {
    width: 100%;
}
@media (min-width: 720px) {
    .webform-client-form .form-item {
        width: 50%;
        display: inline-block;
        padding: 0 10px;
    }
    .societies-lists-form-item {
        width: 90% !important;
    }
}
label {
    cursor: default;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-item label, .form-actions label {
    display: block;
    font-weight: bold;
}
.form-item label {
    margin: 0 0 2px;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input {
    line-height: normal;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-checkbox, .form-radio {
    vertical-align: middle;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-bottom: 0.4em;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="checkbox"] {
    display: none;
}
label.option {
    display: inline;
    font-weight: normal;
}
.sk-item-list-option__text, .form-type-checkbox label {
    padding-left: 20px;
}
input[type="checkbox"] + div, input[type="checkbox"] + label {
    position: relative;
}

input[type="text"], input[type="password"], input[type="email"], button, textarea {
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 13px 15px;
    width: 100%;
    resize: none;
    font-size: 15px;
    line-height: 15px;
}

.marker, .form-required {
    color: #f00;
}

div#omiloi:before,
div#omiloi:after,
div#research:before,
div#research:after,
div#ekdhlwseis:before,
div#ekdhlwseis:after {
    box-sizing: border-box;
}
div.block__content {
    box-sizing: border-box;
}
div#omiloi p,
div#omiloi ul > li,
div#research p,
div#research ul > li,
div#ekdhlwseis p,
div#ekdhlwseis ul > li {
    text-align: justify;
}

input[type="checkbox"] + div:before, input[type="checkbox"] + label:before {
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    border-radius: 4px;
    text-align: center;
    display: block;
    content: "";
    background-color: #ffffff;
    border: 2px solid #bb1d2c;
    position: absolute;
    top: 3px;
    left: 0;
}

.webform-client-form .form-submit{
    display: block;
    margin: 10px auto 0;
    font-weight: 700;
    padding: 15px 25px;
}
input[type="submit"] {
    background: none;
    border-radius: 3px;
    border: 2px solid #bb1d2c;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 60px 11px;
    color: #bb1d2c;
    margin-bottom: 20px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.l-region--highlighted {
    position: relative;
}
.block--revslider {
    position: relative;
}
.tp-simpleresponsive ul, .tp-simpleresponsive ul li, .tp-simpleresponsive ul li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
}
.tp-simpleresponsive >ul >li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive ul, .tp-simpleresponsive ul li, .tp-simpleresponsive ul li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
}
.content-wrapper {
    display: block;
    padding: 40px 0;
}

.line-alone {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
}
@media (min-width:720px) and (min-width:980px) {
    .content-wrapper.with-sidebar {
        /*padding-left: 0;*/
    }
}
@media (min-width:720px) {
    .page-taxonomy-term .content-wrapper.with-sidebar {
        float: left;
        width: 70%;
    }
}
.page-taxonomy-term.section-blog .content-wrapper.with-sidebar {
    display: block;
    padding: 40px 0;
}

@media (min-width:720px) {
    .page-taxonomy-term.section-blog .content-wrapper.with-sidebar {
        float: right;
        width: 70%;
        padding-left: 40px;
    }
}

@media (min-width:720px) and (min-width:980px) {
    .page-taxonomy-term.section-blog .content-wrapper.with-sidebar {
        padding-left: 0;
    }
}

.page-taxonomy-term.section-blog .content-wrapper.with-sidebar .term-description {
    margin-bottom: 30px;
}

.page-taxonomy-term.section-blog .content-wrapper.with-sidebar .term-description p {
    font-size: 15px;
}
.unic-title-center,
.node--fifpro-news--full h1,
.node--news--full h1,
.node--blog--full h1,
.node-type-event h1,
.page-blog h1,
.page-taxonomy-term h1,
.node--recognition--full h1,
.node--research-matters--full h1,
.node--frequently-asked-questions--full h1,
.node--webform--full h1,
.node--page--full h1,
.node--mini-site--full h1,
.view-faculty-staff.view-display-id-page_1 h1,
.faculty-list .block__title,
.page-taxonomy-term.section-blog .content-wrapper.with-sidebar h1 {
    font-size: 26px;
    font-weight: 700;
    color: #bb1d2c;
    position: relative;
    padding-bottom: 30px;
    margin: 0 0 30px;
    text-align: center;
}
.unic-title-center:after,
.node--fifpro-news--full h1:after,
.node--news--full h1:after,
.node--blog--full h1:after,
.node-type-event h1:after,
.page-blog h1:after,
.page-taxonomy-term h1:after,
.node--recognition--full h1:after,
.node--research-matters--full h1:after,
.node--frequently-asked-questions--full h1:after,
.node--webform--full h1:after, .node--page--full h1:after,
.node--mini-site--full h1:after,
.view-faculty-staff.view-display-id-page_1 h1:after,
.faculty-list .block__title:after,
.page-taxonomy-term.section-blog .content-wrapper.with-sidebar h1:after {
    content: "";
    display: block;
    position: absolute;
    background: #bb1d2c;
    height: 3px;
    width: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.node--recognition--full .field--name-body,
.node--research-matters--full .field--name-body,
.node--frequently-asked-questions--full .field--name-body,
.node--webform--full .field--name-body,
.node--page--full .field--name-body, .node--mini-site--full .field--name-body {
    line-height: 19px;
    width: 100%;
    margin: 0 auto;
}
.node__title h1 {
    margin-bottom: 2em;
}
/*RESEARCH PHOTO EFFECTS*/
.discover-block h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 16px;
    position: relative;
    pointer-events: none;
}
.discover-block h3:before {
    content: "";
    height: 4px;
    width: 67px;
    background: #bb1d2c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.discover-block p {
    font-size: 15px;
    color: #fff;
    position: relative;
    pointer-events: none;
}
.page-node-768272 .full-width .discover .overlay,
.front .full-width .discover .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #58595b;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.page-node-768272 .full-width .discover .grid-1-3 > div:hover .overlay,
.page-node-768272 .full-width .discover .dynamic-campus:hover .overlay,
.page-node-768272 .full-width .discover .student-life:hover .overlay,
.page-node-768272 .full-width .discover .campus:hover .overlay,
.page-node-768272 .full-width .discover .life:hover .overlay,
.page-node-768272 .full-width .discover .glance:hover .overlay,
.front .full-width .discover .grid-1-3 > div:hover .overlay,
.front .full-width .discover .dynamic-campus:hover .overlay,
.front .full-width .discover .student-life:hover .overlay,
.front .full-width .discover .campus:hover .overlay,
.front .full-width .discover .life:hover .overlay,
.front .full-width .discover .glance:hover .overlay {
    opacity: 0.8;
}
.discover-block .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #58595b;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.discover-block .overlay.no-opacity {
    opacity: 1;
}
.discover-block:hover .overlay {
    opacity: 0.8;
}
.node--recognition--full .reference-pages,
.node--research-matters--full .reference-pages,
.node--frequently-asked-questions--full .reference-pages,
.node--webform--full .reference-pages,
.node--page--full .reference-pages,
.node--mini-site--full .reference-pages {
    clear: both;
    margin-top: 40px;
}
.node--recognition--full .reference-pages img,
.node--research-matters--full .reference-pages img,
.node--frequently-asked-questions--full .reference-pages img,
.node--webform--full .reference-pages img,
.node--page--full .reference-pages img,
.node--mini-site--full .reference-pages img {
    width: 100%;
    height: 100%;
}
.discover-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 10px 0 15px;
    height: 235px;
    margin-bottom: 20px;
}
.discover-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 10px 0 15px;
    height: 235px;
    margin-bottom: 20px;
}
@media (min-width:720px) {
    .discover-block {
        width: 49%;
    }
}
.discover-block.left {
    float: left;
}
.discover-block.right {
    float: right;
}
.discover-block h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 16px;
    position: relative;
    pointer-events: none;
}
.discover-block h3:before {
    content: "";
    height: 4px;
    width: 67px;
    background: #bb1d2c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.discover-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.discover-block p {
    font-size: 15px;
    color: #fff;
    position: relative;
    pointer-events: none;
}
.discover-block .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #58595b;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.discover-block .overlay.no-opacity {
    opacity: 1;
}
.discover-block:hover .overlay {
    opacity: 0.8;
}
/*RED BOX*/
.red-box {
    background: #bb1d2c;
    color: #fff;
    width: 100%;
    padding: 15px;
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.red-box ul {
    padding: 0;
    margin: 0;
}
.red-box ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    list-style: none;
    list-style-type: none;
    padding-left: 10px;
    position: relative;
}
.red-box ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    display: table;
    content: '';
    background: #fff;
}
#campus-table table {
    width: 100%;
    border: 0;
    margin: 40px 0 0;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
#campus-table .views-view-grid tbody {
    border-top: none;
}
#campus-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
#campus-table table tbody tr:nth-child(2n+1) {
    background: #f0f0f0;
}
#campus-table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#campus-table table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
#campus-table table td {
    font-size: 15px;
}
#campus-table table th, table td {
    height: 40px;
    border: 0;
    padding: 15px 0 15px 20px;
}
#campus-table table td a {
    font-size: 16px;
    color: #333333;
}
img {
    vertical-align: middle;
    border: 0;
}

@media (min-width: 980px){
    .red-box {
        max-width: 400px;
    }
}
@media (min-width: 720px) and (min-width: 980px){
    .content-wrapper.with-sidebar {
        padding-left: 0;
    }
    #discover-omiloi .content-wrapper.with-sidebar {
        padding-left: unset;
    }
}
@media (min-width: 720px) {
    .content-wrapper.with-sidebar {
        float: right;
        /*
        width: 70%;
        padding-left: 40px;
        */
    }
    #discover-omiloi .content-wrapper.with-sidebar {
        float: right;
        width: 74%;
        padding-left: unset;
    }
    .red-box {
        float: right;
        max-width: 360px;
        margin-left: 3em;
    }
}
@media (min-width: 720px) and (max-width: 767px) {
    .content-wrapper.with-sidebar {
        float: right;
        /*
        width: 70%;
        padding-left: 40px;
        */
    }
    #discover-omiloi .content-wrapper.with-sidebar {
        float: right;
        width: 74%;
        padding-left: unset;
    }
    #omiloi .content-wrapper.with-sidebar {
        width: unset;
    }
    .red-box {
        float: right;
        max-width: 360px;
        margin-left: 3em;
    }
}
/*EKDHLWSEIS - HEADER*/
#eukairies-gia-spoudes-stin-kypro-larisa {
    background-image: url('../img/sldr/spoudes-sthn-kypro-ekdhlwsh.jpg');
}

#ekdhlwseis h1 {
    color: #BB1D2C;
    margin-top: 1em;
    margin-bottom: 1em;
}

#ekdhlwseis p {
    font-size: 1.2em;
    text-align: justify;
}

/*SXOLES PAGES - HEADER*/
#kales-texnes .programme-background {
    background-image: url('../img/ptyxia-pages/art11.jpg');
}
#oil-and-gas {
    background-image: url('../img/ptyxia-pages/bba-energy_01_0.jpg');
}
#theology {
    background-image: url('../img/ptyxia-pages/theology_01.jpg');
}
#diatrofologia-diaitologia {
    background-image: url(../img/ptyxia-pages/bsc-nutrition11.jpg);
}
#diaxeirisi-perivallontos {
    background-image: url(../img/ptyxia-pages/environment_011.jpg);
}
#mathimatika {
    background-image: url(../img/ptyxia-pages/mathimatika_011.jpg);
}
#michanologiki-michaniki {
    background-image: url(../img/ptyxia-pages/bsc-mech-eng_0.jpg);
}
#michaniki-petrelaiou-kai-aeriou {
    background-image: url(../img/ptyxia-pages/bsc-oil-gas-energy-eng_0_011.jpg);
}
#politiki-michaniki-kai-michaniki-perivallontos {
    background-image: url(../img/ptyxia-pages/1000x420_civil_0_011.jpg);
}
#mousiki-klasiki-kai-jazz {
    background-image: url(../img/ptyxia-pages/ba-music_011.jpg);
}
.programme-background,
.ekdhlwseis-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 330px;
    width: 100%;
}
.programme-background .background-info,
.ekdhlwseis-background .backfround-info {
    padding-top: 70px;
    color: #fff;
}
.programme-background h2, .programme-background p {
    display: block;
    float: left;
    background: rgba(27,31,37,0.5);
    padding: 20px 5px 20px 15px;
    margin-bottom: 6px;
    clear: both;
}
.sxoles-info h1:after {
    content: "";
    display: block;
    position: absolute;
    background: #bb1d2c;
    height: 3px;
    width: 30px;
    bottom: 0;
    left: 0;
    right: auto;
}
.programme-background h2 {
    font-size: 34px;
    padding: 20px 5px 20px 15px;
    max-width: 440px;
    font-weight: 700;
}
.programme-background p {
    font-size: 26px;
    padding: 20px 30px 20px 15px;
    font-weight: 300;
}
.sxoles-info h1 {
    font-size: 26px;
    font-weight: 700;
    color: #bb1d2c;
    position: relative;
    margin: 0 0 30px;
    text-align: left;
    padding-bottom: 30px;
}
.more-details h1 {
    font-size: 32px;
    font-weight: 700;
    color: #bb1d2c;
    position: relative;
    text-align: left;
}
.more-details h2 {
    color: #58595b;
    position: relative;
    margin: 0 0 30px;
    text-align: left;
    padding-top: 30px;
    font-size: 26px;
}
.more-details h3 {
    color: #58595b;
}
.more-details p {
    text-align: justify;
}
.more-details table {
    margin: 30px 0;
    width: 100%;
    border: 0;
}
.more-details table th {
    font-size: 16px;
    border: 0;
    color: #bb1d2c;
    font-weight: 700;
    background: transparent;
    border-bottom: 1px solid #bb1d2c;
    text-align: left;
}
.more-details table th, table td {
    height: 40px;
    border: 0;
    padding: 15px 0 15px 20px;
}
.more-details table tbody tr:nth-child(2n+1) {
    background: #f0f0f0;
}
.more-details table td {
    font-size: 15px;
}
.more-details table th, table td {
    height: 40px;
    border: 0;
    padding: 15px 0 15px 20px;
}
.more-details table td a {
    font-size: 1em;
    color: #333333;
}
.more-details table td a:hover {
    color: #bb1d2c;
}
.sxoles-info {
    margin-top: 4em;
    margin-bottom: 2em;
}
#sxoles-pages * {
    box-sizing: border-box;
}
.tabs-container {
    margin-top: 20px;
    padding: 40px 0;
}
.details-tabs-wrapper {
    background-color: #f0f0f0;
    border-top: 1px solid #bb1d2c;
}
.details-tabs {
    display: block;
    margin: 0 auto;
    text-align: left;
}
.details-tabs li {
    display: inline-block;
}
.tabs-container li {
    font-size: 15px;
}
.details-tabs li a {
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    position: relative;
    padding: 15px;
    display: block;
    padding: 20px 15px;
}
.details-tabs li a:hover, 
.details-tabs li a.active {
    color: #bb1d2c;
    text-decoration: none;
    background: #fff;
}
.tabs-wrapper {
    padding: 30px 15px;
    background: #fff;
}
.tabs-wrapper > *.active {
    display: block;
}
.tabs-wrapper > * {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #58595b;
}
.rtejustify {
    text-align: justify;
}
.tabs-container p {
    font-size: 16px;
    margin: 0 0 10px;
}
/*SECTIONS*/
section {
    padding: 4em 0;
}
@media (min-width: 768px) {
    section {
        padding: 3em 0 6em 0;
        /*padding: 6em 0;*/
    }
    section#discover-omiloi,
    section#discover-research {
        padding: 0em 0 6em 0;
    }
    section#eks-apostasews,
    section#fysikh-parousia,
    section#discover {
        padding: 10em 0 0 0;
        /*padding: 12em 0 0 0;*/
    }
    div#anakalypse-other {
        margin-top: 4.6em;
    }
}
@media (max-width: 768px) {
    section#eks-apostasews,
    section#fysikh-parousia,
    section#discover {
        padding: 10em 0 0 0;
    }
    div#anakalypse-other {
        margin-top: 6em;
    }
    #discover-omiloi #anakalypse-other {
        margin-top: 2em;
    }
    .omiloi-section {
        padding-top: 0;
    }
}
section#banners-home {
    padding-bottom: 3em;
}
section#ypotrofies {
    padding-top: 2em;
}
#ypotrofies span > img {
    max-width: 0.6em;
}
@media screen and (min-width: 981px) {
    section#anakalypse,
    section#odhgos-spoudwn {
        /*margin-top: 4em;*/
        margin-top: 6em;
    }
}
@media screen and (max-width: 980px) {
    .photo_box{
        max-width: 22em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        overflow: unset;
    }
    section#anakalypse,
    section#odhgos-spoudwn {
        margin-top: 6em;
    }
}
@media screen and (max-width: 768px) {
    section#odhgos-spoudwn {
        margin-top: 4em;
    }
}
/*
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
*/
/*HOME*/
@media screen and (min-width:768px) {
    #myCarousel {
        margin-top: 6em;
    }
}
@media screen and (max-width: 900px) {
    #myCarousel {
        margin-top: 4.5em;
    }
}
/*HOME BANNERS*/
#banners-home img {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 900px) {
    #banners-home img {
        margin-bottom: 2em;
        margin-left: auto;
        margin-right: auto;
    }
}
.programs-content h1,
.programs-content h2,
.programs-content h3,
.programs-content h4,
.programs-content h5,
.programs-content h6 {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
#ypotrofies p {
    text-align: justify;
}
#ypotrofies .more-link {
    color: #BB1D2C;
    float: right;
    font-weight: bold;
}
#banners-home h1, #banners-home h2, #banners-home h3, #banners-home h4, #banners-home h5, #banners-home h6 {
    color: #BB1D2C;
    text-align: center;
    padding-bottom: 1em;
}
#ypotrofies h1 {
    color: #BB1D2C;
    text-align: left;
    margin-top: 0;
}
#ypotrofies h2, #ypotrofies h3, #ypotrofies h4, #ypotrofies h5, #ypotrofies h6 {
    color: #5A5A5C;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
    .programs-content h3 {
        max-height: 1em;
    }
}
@media screen and (max-width: 768px) {
    #ypotrofies img {
        margin-top: 4em;
    }
    #ypotrofies .more-link {
        margin-top: 1em;
    }
}
#banners-home h1 {
    font-size: 1.4em;
    max-width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#yt-video h1 {
    color: #BB1D2C;
    text-align: left;
    margin-left: unset;
    margin-right: unset;
    font-size: 1.5em;
    max-width: unset;
}
#aitisi-banner {
    width: 78%;
    align-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    color: #ffffff;
}
#aitisi-banner a {
    color: #ffffff;
    font-size: 1.3em;
}
#yt-video {
    margin-top: 2em;
}
#yt-video h1 > span {
    color: #5A5A5C;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-left: 0.3em;
}
#yt-video-text {
    text-align: justify;
    font-size: 1em;
}
@media screen and (max-width: 1199px) {
    #yt-video {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #yt-video h1 {
        text-align:center;
    }
    #yt-video h1 > span {
        text-align: center;
    }
    #yt-video iframe {
        margin-bottom: 2em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .yt-video-text {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #yt-video {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #yt-video h1 {
        text-align: right;
        max-width: 560px;
    }
    #yt-video h1 > span {
        text-align: center;
    }
    #yt-video iframe {
        margin-bottom: 2em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .yt-video-text {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
    }
}
/*INNER PAGES*/
#programs h1, #programs h2, #programs h3, #programs h4, #programs h5, #programs h6,
#discover h1, #discover h2, #discover h3, #discover h4, #discover h5, #discover h6,
#fysikh-parousia h1, #fysikh-parousia h2, #fysikh-parousia h3, #fysikh-parousia h4, #fysikh-parousia h5, #fysikh-parousia h6,
#eks-apostasews h1, #eks-apostasews h2, #eks-apostasews h3, #eks-apostasews h4, #eks-apostasews h5, #eks-apostasews h6,
#discover-inner h1, #discover-inner h2, #discover-inner h3, #discover-inner h4, #discover-inner h5, #discover-inner h6,
#discover-omiloi h1, #discover-omiloi h2, #discover-omiloi h3, #discover-omiloi h4, #discover-omiloi h5, #discover-omiloi h6,
#discover-research h1, #discover-research h2, #discover-research h3, #discover-research h4, #discover-research h5, #discover-research h6,
#fysikh-parousia-categories h1, #fysikh-parousia-categories h2, #fysikh-parousia-categories h3, #fysikh-parousia-categories h4, #fysikh-parousia-categories h5, #fysikh-parousia-categories h6,
section#odhgos-spoudwn h1, section#odhgos-spoudwn h2, section#odhgos-spoudwn h3, section#odhgos-spoudwn h4, section#odhgos-spoudwn h5, section#odhgos-spoudwn h6 {
    text-align: center;
    align-content: center;
}
.anakalypse-content-inner h1 {
    color: #BB1D2C;
    text-align: left;
}
#discover-content h3 /*istories-epityxias*/,
section#odhgos-spoudwn-content h3 {
    color: #5A5A5C;
    text-align: justify;
}
#spoudes-photo-effects h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 16px;
    position: relative;
    pointer-events: none;
}
#spoudes-photo-effects p {
    font-size: 0.9em;
    color: #ffffff;
    position: relative;
    pointer-events: none;
}
#programs h1,
#discover h1,
#discover-inner h1,
#discover-omiloi h1,
#discover-research h1,
#fysikh-parousia-categories h1,
section#odhgos-spoudwn h1 {
    font-size: 30px;
}
#programs h1 {
    margin-bottom: 2em;
}
#discover h1,
#discover-inner h1,
#discover-omiloi h1,
#discover-research h1,
#fysikh-parousia-categories h1,
section#odhgos-spoudwn h1 {
    color: #BB1D2C;
    margin-bottom: 1em;
    font-size: 2em;
    padding-bottom: 1em;
}
#fysikh-parousia-categories h1 {
    margin-top: 4em;
}
#discover h3,
#discover-inner h3,
#discover-omiloi h3,
#discover-research h3,
section#odhgos-spoudwn h3 {
    min-height: 2.2em;
}
#programs h2, #programs h3, #programs h4, #programs h5, #programs h6,
#fysikh-parousia h2, #fysikh-parousia h3, #fysikh-parousia h4, #fysikh-parousia h5, #fysikh-parousia h6,
#eks-apostasews h2, #eks-apostasews h3, #eks-apostasews h4, #eks-apostasews h5, #eks-apostasews h6,
#discover-inner h2, #discover-inner h3, #discover-inner h4, #discover-inner h5, #discover-inner h6,
#discover-omiloi h2, #discover-omiloi h3, #discover-omiloi h4, #discover-omiloi h5, #discover-omiloi h6,
#discover-research h2, #discover-research h3, #discover-research h4, #discover-research h5, #discover-research h6 {
    font-size: 1.1em;
    text-transform: none;
}
#fysikh-parousia h2, #fysikh-parousia h3, #fysikh-parousia h4, #fysikh-parousia h5, #fysikh-parousia h6,
#eks-apostasews h2, #eks-apostasews h3, #eks-apostasews h4, #eks-apostasews h5, #eks-apostasews h6,
#discover-inner h2, #discover-inner h3, #discover-inner h4, #discover-inner h5, #discover-inner h6,
#discover-omiloi h2, #discover-omiloi h3, #discover-omiloi h4, #discover-omiloi h5, #discover-omiloi h6,
#discover-research h2, #discover-research h3, #discover-research h4, #discover-research h5, #discover-research h6 {
    padding-top: 0;
    padding-bottom: 0;
}
#fysikh-parousia h1,
#eks-apostasews h1,
#discover-inner h1,
#discover-omiloi h1,
#discover-research h1 {
    color: #BB1D2C;
    font-size: 2em;
    padding-bottom: 1em;
}
div.reference-pages {
    margin-top: 2em;
}
#research-photo-effects h3,
#spoudes-photo-effects h3 {
    text-align: left;
    align-content: unset;
}
section h1.section-heading .second-line {
    color: #5A5A5C;
    font-size: 0.80em;
}
#fysikh-parousia h2,
#eks-apostasews h2 {
    color: #BB1D2C;
    font-size: 1.7em;
}
#virtual-tour h2,
#virtual-tour h3,
#virtual-tour h4,
#virtual-tour p {
    color: rgba(51,51,51,0.75);
    font-weight: normal;
}
#virtual-tour h2 {
    font-size: 1.5em;
    font-weight: 500;
    color: #5A5A5C;
}
#virtual-tour h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.1;
}
#virtual-tour h3 {
    font-size: 1.45em;
    text-align: left;
}
#virtual-tour h2,
#virtual-tour p {
    text-align: justify;
}
#virtual-tour p {
    font-size: 16px;
    line-height: 19px;
}
.programs-content img {
    margin-bottom: 1.5em;
}
.programs-content h3 {
    margin-bottom: 4em;
}
#virtual-tour h4 {
    font-size: 1.45em;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
@media screen and (min-width: 1200px) {
    h3#last-h3 {
        margin-bottom: unset;
    }
    .programs-content p{
        text-align: center;
        padding-top: 1em;
    }
    .programs-content {
        margin-bottom: 4em;
    }
}
@media screen and (min-width: 991px) {
    h3#last-h3 {
        margin-bottom: 0em;
    }
    .programs-content p{
        text-align: center;
        padding-bottom: 1em;
    }
}
@media screen and (max-width: 991px) {
    h3#last-h3 {
        margin-bottom: 3em;
    }
    .programs-content p{
        text-align: center;
        padding-bottom: 1em;
    }
}
@media screen and (max-width: 768px) {
    h3#last-h3 {
        margin-bottom: 4em;
    }
    .programs-content p{
        text-align: center;
        padding-bottom: 2em;
    }
}
@media screen and (min-width: 768px) {
    #iatriki-sxoli.programs-content.container {
        margin-bottom: 4em;
    }
}
@media screen and (max-width: 390px) {
    #virtual-tour h2,
    #virtual-tour h3,
    #virtual-tour p {
        text-align: center;
    }
}
#discover-inner h1,
#discover-omiloi h1,
#discover-research h1 {
    margin-top: 2em;
}
#discover-inner h2,
#discover-omiloi h2,
#discover-research h2 {
    margin-top: 2em;
    margin-bottom: 2em;
}
#discover-inner h2.first-h2,
#discover-omiloi h2.first-h2,
#discover-research h2.first-h2 {
    margin-top: 0;
}
#discover-inner p,
#discover-omiloi p,
#discover-research p {
    text-align: justify;
}
#anakalypse-other h3 {
    min-height: 3.2em;
}
#anakalypse-other a > h3 {
    max-width: 10em;
    font-size: 0.9em;
    position: relative;
    left: -1.8em;
    text-align: left;
}
#fysikh-parousia-categories .photo_box img {
    min-height: 6em;
}
#success-videos {
    margin-top: 4em;
}
#success-videos iframe {
    margin-bottom: 4em;
}
#discover-content h2,
section#odhgos-spoudwn-content h2 {
    color: rgba(51,51,51,0.75);
    text-align: left;
    font-size: 1.7em;
    margin-top: 0;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    #anakalypse-other h3 {
        font-size: 0.5em;
    }
    #fysikh-parousia-categories .photo_box {
        min-height: 10em;
    }
}
@media screen and (max-width: 360px) {
    .vertical_center_2 > a > h3 {
        max-width: 8em;
        text-align: center;
        font-size: 1.5em;
        padding-left: 0.5em;
    }
    .text_style1 {
        max-width: 20em;
    }
}
@media screen and (max-width: 991px) {
    #fysikh-parousia-categories .vertical_center_2 h3 {
        position: relative;
        left: -9%;
        font-size: 0.8em;
    }
}
@media screen and (min-width: 992px) {
    #fysikh-parousia-categories .vertical_center_2 h3 {
        font-size: 0.8em;
        position: relative;
        left: -23%;
    }
}
@media screen and (min-width: 1200px) {
    #fysikh-parousia-categories .vertical_center_2 h3 {
        font-size: 0.8em;
        position: relative;
        left: -6%;
    }
}
@media screen and (max-width: 768px) {
    #fysikh-parousia-categories .vertical_center_2 h3 {
        position: relative;
        left: unset;
    }
    #fysikh-parousia-categories .photo_box:hover .shade {
        min-width: 4em;
    }
    #fysikh-parousia-categories .photo_box img {
        min-height: unset;
    }
}
@media screen and (min-width: 768px) {
    #fysikh-parousia-categories .photo_box {
        min-height: 20em;
    }    
    #discover-content img /*istories-epityxias*/,
    section#odhgos-spoudwn-content img {
        margin-top: 1.5em;
    }
    #spoudes-photo-effects img {
        margin-top: unset;
    }
    #virtual-tour img {
        margin-bottom: 2em;
    }
    #success-videos iframe:last-child,
    #success-videos iframe:nth-last-child(2) {
        margin-bottom: unset;
    }
}
@media screen and (max-width: 768px) {
    #discover-content img /*istories-epityxias*/,
    section#odhgos-spoudwn-content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 360px) {
    #fysikh-parousia-categories .vertical_center_2 h3 {
        font-size: 1.2em;
        position: relative;
        left: 13%;
    }
}
@media screen and (max-width: 320px) {
    #fysikh-parousia-categories .vertical_center_2 h3 {
        font-size: 0.8em;
    }
}
#fysikh-parousia-categories .text_style1 h3 {
    font-size: 1.2em;
}
/*IMAGES HOVER*/
/*vertical_Alignement*/
.vertical_center_1 {
    width: 100%;
    height: 100%;
    display: table;
}
.vertical_center_2 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
/*IMAGE ALIGNEMENT*/
.img_left {
    float: left;
    width: auto;
    margin: 8px 15px 5px 0;
}
.img_right {
    float: right;
    width: auto;
    margin: 8px 0 5px 15px;
}
.img_center {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px
}
.img_center .pic_box {
    display: inline-block;
    width: auto;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
/*photo_box*/
.photo_box{
    position:relative;
    margin:0 0 2em 0;
    padding:0px;
    overflow:hidden;
    line-height:1.8;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    min-height: 28em;
    max-width: 22em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#anakalypse .photo_box,
#odhgos-spoudwn .photo_box{
    overflow:unset;
}
#odhgos-spoudwn h3 {
    margin-left: 1em;
    margin-right: 1em;
    max-width: 14em;
    text-align: left;
}
#odhgos-spoudwn h2 {
    text-align: unset;
}
#odhgos-spoudwn table {
    margin-top: 4em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 70%;*/
}
@media screen and (max-width: 768px) {
    #odhgos-responsive img {
        width: 80%;
        height: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #odhgos-responsive img {
        width: 80%;
        height: auto;
    }
}
@media screen and (min-width: 500px) {
    #odhgos-responsive p {
        min-width: 22em;
        margin-top: 1em;
    }
}
@media screen and (min-width: 991px) {
    #odhgos-responsive img {
        width: 95%;
        height: auto;
    }
}
#odhgos-responsive p {
    margin-top: 1em;
}
#odhgos-responsive h3 {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
}
#banners-home .photo_box{
    position:relative;
    margin:0 0 3em 0;
    padding:0px;
    overflow:hidden;
    line-height:1.8;
    max-height: unset;
    min-height: unset;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
}
.photo_box .pic_box{
    position:relative;
    display:inline-block;
    overflow:hidden;
    width:100%;
    vertical-align:middle;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
}
.photo_box a,
.photo_box a:hover {
    text-decoration: none
}
.photo_box .ico {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    text-align: center;
    color: #FFF;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.photo_box .ico span {
    color: #FFF;
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 0px 3px;
    background-color: #BB1D2C;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.photo_box .ico span, 
.photo_box.ico_push_in .ico, 
.photo_box.content_top_increment .content h3, 
.content_sytle_2 .shade, .photo_box.content_push_in 
.content, .photo_box:hover.entirety_bevel .shade {
    background-color: #BB1D2C;
    font-size: 2.5em;
    padding: 0.3em;
}
#banners-home .photo_box .ico span, 
#banners-home .photo_box.ico_push_in .ico, 
#banners-home .photo_box.content_top_increment .content h3, 
#banners-home .content_sytle_2 .shade, 
#banners-home .photo_box.content_push_in 
#banners-home .content, 
#banners-home .photo_box:hover.entirety_bevel .shade {
    background-color: #BB1D2C;
    font-size: 2.5em;
    padding: 0.3em;
}
.photo_box .ico span {
    margin-top: 1.5em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.photo_box .ico h3 {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 5px;
}
.photo_box .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.photo_box .content h3 {
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    padding-left: 0.5em;
}
.photo_box .content p {
    color: #ffffff;
    font-size: 1.2em;
}
.photo_box .content p {
    text-align: left;
}
.photo_box .content p {
    color: #000000;
    font-size: 1.2em;
}
.photo_box .content p {
    color: #BB1D2C;
    text-shadow: 0 1px 2px #0C3292;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.photo_box .content >.glyphicons,
.photo_box .content >.fa {
    font-size: 50px;
    height: 70%;
    position: relative;
}
.photo_box .content > .glyphicons:before,
.photo_box .content > .fa:before {
    position: absolute;
    top: 50%;
    left: 0;
}
.photo_box .content .ico {
    position: static;
    margin: 0 0 15px;
}
.photo_box .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
}
.photo_box .shade {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.photo_box p {
    text-align: center;
}
.photo_box .shade {
    background: transparent;
}
.photo_box .ico,
.photo_box .content,
.photo_box .shade {
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.photo_box:hover .ico,
.photo_box:hover .content {
    filter: alpha(opacity=100);
    opacity: 1;
}
.photo_box:hover .shade {
    filter: alpha(opacity=50);
    opacity: 0.5;
    max-width: 20em;
    min-width: 17em;
}
#anakalypse-other .photo_box:hover .shade {
    max-width: 6em;
    min-width: 4em;
}
.photo_box.img_zoom .pic_box img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -webkit-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    -ms-transition: all ease-out 300ms;
}
.photo_box:hover.img_zoom .pic_box img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.photo_box.entirety_bevel .content {
    height: 100%;
    text-align: left;
    top: 0;
    padding: 0px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.photo_box:hover.entirety_bevel .shade {
    background-color: #BB1D2C;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#banners-home .photo_box:hover.entirety_bevel .shade {
    background-color: #BB1D2C;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.photo_box.entirety_bevel .pic_box:before {
    content: "";
    border-top: 0px solid #e5e5e5;
    border-right: 0px solid #FFF;
    border-left: 0px solid #e5e5e5;
    border-bottom: 0px solid #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.photo_box:hover.entirety_bevel .pic_box:before {
    border-top: 25px solid #e5e5e5;
    border-right: 25px solid #FFF;
    border-left: 25px solid #e5e5e5;
    border-bottom: 25px solid #FFF;
}
@media screen and (min-width:768px) {
    .photo_box .ico,
    .photo_box .content,
    .photo_box .shade {
        transition: all ease-in 200ms;
        -moz-transition: all ease-in 200ms;
        -webkit-transition: all ease-in 200ms;
        -o-transition: all ease-in 200ms;
        -ms-transition: all ease-in 200ms;
        max-width: 26em;
    }
    .photo_box p {
        padding-top: 1em;
        padding-bottom: 0.5em;
    }
}
/*ISOTOPE discover */
/*general layout*/
/*animations*/
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.animation:not(.visible) {
    opacity: 0;
}
.animation.animated {
    opacity: 1;
}
.animated.scaleUp {
    -webkit-animation-name: scaleUp;
    -moz-animation-name: scaleUp;
    -o-animation-name: scaleUp;
    animation-name: scaleUp;
}
.isotope_grid .isotope_item .pic_box img {
    width: 100%;
}
.photo_box img {
    max-height: 15em;
    min-height: 15em;
    width: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#banners-home .photo_box img {
    max-height: 26em;
    min-height: 15em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#anakalypse-other .photo_box {
    min-height: 10em;
    max-width: 12em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #discover-inner h1,
    #discover-omiloi h1,
    #discover-research h1 {
        margin-top: 4em;
    }
}
@media screen and (max-width: 768px) {
    #anakalypse-other .photo_box {
        min-height: 10em;
        max-width: 12em;
        margin: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #discover-inner h1,
    #discover-omiloi h1,
    #discover-research h1 {
        margin-top: 5.7em;
        font-size: 1em;
    }
    #omiloi h1,
    #research h1 {
        margin-top: 2em;
    }
    #ekdhlwseis h1 {
        margin-top: unset;
    }
    #discover-inner p,
    #discover-omiloi p,
    #discover-research p {
        text-align: justify;
    }
}
@media screen and (max-width: 767px) {
    #ekdhlwseis h1 {
        margin-top: unset;
    }
    #discover-inner p,
    #discover-omiloi p,
    #discover-research p {
        text-align: justify;
    }
}
@media screen and (max-width: 390px) {
    #discover-inner p,
    #discover-omiloi p,
    #discover-research p {
        text-align: center;
    }
}
#anakalypse-other .photo_box img {
    min-height: unset;
    max-height: 7.5em;
}
#omiloi #anakalypse-other .photo_box img,
#ekdhlwseis #anakalypse-other .photo_box img {
    min-height: 7.5em;
    max-height: 7.5em;
}
.animation img {
    max-width: 100%;
}
.anakalypse-small-devices {
    min-height: 6em;
}
#omiloi .anakalypse-small-devices,
#ekdhlwseis .anakalypse-small-devices {
    min-height: unset;
}
#research h2 {
    margin-top: 1em;
}
@media screen and (min-width:360px) {
    .anakalypse-small-devices {
        min-height: 8em;
    }
    #omiloi .anakalypse-small-devices,
    #ekdhlwseis .anakalypse-small-devices {
        min-height: unset;
    }
}
@media screen and (min-width:992px) {
    /*
    #omiloi h1 {
        margin-top: 0.8em;
    }
    */
    #research h1 {
        margin-top: 1.7em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #research h1 {
        margin-top: 0.8em;
    }
    #omiloi h2,
    #omiloi h3,
    #research h2,
    #research h3,
    #ekdhlwseis h2,
    #ekdhlwseis h3 {
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #omiloi h1 {
        margin-top: 2.6em;
    }
    #anakalypse-life-side-bar {
        margin-top: 4.5em;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    #ekdhlwseis h1 {
        margin-top: 6em;
        font-size: 1.4em;
    }
    #omiloi h1 {
        margin-top: 4em;
        font-size: 1.4em;
    }
}
@media screen and (max-width:768px) {
    .btn-group-anakalypse-inner {
        float: none;
    }
    .btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
        display: inline-block;
        float: unset;
    }
    .btn-group-anakalypse-inner .third, .btn-group-anakalypse-inner .fourth {
        text-align: center;
    }
    .btn-group-anakalypse-inner {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 20em;
    }
}
@media screen and (max-width:767px) {
    #omiloi-inner h1,
    #research h1,
    #ekdhlwseis h1 {
        font-size: 1.5em;
    }
    #omiloi h1,
    #ekdhlwseis h1 {
        font-size: 1.4em;
    }
    #omiloi h2,
    #ekdhlwseis h2 {
        font-size: 1.3em;
    }
    #omiloi h2,
    #omiloi h3,
    #omiloi-inner h2,
    #omiloi-inner h3,
    #research h2,
    #research h3,
    #ekdhlwseis h2,
    #ekdhlwseis h3 {
        text-align: center;
    }
    #omiloi-inner h3,
    #research h3 {
        text-align: left;
    }
    div#omiloi p,
    div#research p,
    div#ekdhlwseis p {
        text-align: center;
    }
    div#omiloi ul > li,
    div#research ul > li,
    div#ekdhlwseis ul > li {
        text-align: left;
    }
}
@media screen and (max-width: 400px) {
    #omiloi #anakalypse-other .photo_box img,
    #ekdhlwseis #anakalypse-other .photo_box img {
        min-height: 6.5em;
        max-height: 6.5em;
    }
}
@media screen and (max-width: 360px) {
    #omiloi #anakalypse-other .photo_box img,
    #ekdhlwseis #anakalypse-other .photo_box img {
        min-height: 5em;
        max-height: 5em;
    }
}
@media screen and (min-width: 1000px) {
    #ekdhlwseis h1,
    #anakalypse-life-side-bar {
        margin-top: 3em;
    }
}

/*FOOTER*/
footer {
    padding: 25px 0 0 0;
}
.l-region--footer .find-us .facebook:before,
.l-region--fifpro-footer .find-us .facebook:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer {
    display: block;
}
.container.l-footer {
    width: 70%;
}
footer {
    font-size: 15px;
    font-weight: 400;
    background: #58595b;
    padding-top: 50px;
    color: #fff;
}
.l-footer {
    font-size: 15px;
    font-weight: 400;
    background: #58595b;
    padding-top: 50px;
    color: #fff;
}
.l-footer p {
    margin: 0;
}
.l-footer a {
    color: #fff;
    text-align: center;
}
.l-region--footer {
    *zoom: 1;
    padding-bottom: 20px;
}
.l-region--footer:after {
    content: "";
    display: table;
    clear: both;
}
.l-region--footer h4 {
    color: #fff;
}
.l-region--footer > div,
.l-region--footer > nav {
    width: 100%;
    padding-left: 20px;
}
.l-region--footer > div p,
.l-region--footer > nav p {
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 38px;
    margin-bottom: 25px;
    font-size: 14px;
}
.l-region--footer > div .address:before,
.l-region--footer > nav .address:before {
    content: "";
    display: block;
    width: 20px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background: url('../img/icons/footer/location_pointer.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.l-region--footer > div .phone:before,
.l-region--footer > nav .phone:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background: url('../img/icons/footer/phone.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.l-region--footer > div .email:before,
.l-region--footer > nav .email:before {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background: url('../img/icons/footer/mail.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-links {
    text-align: right;
}
.footer-links a {
    margin-bottom: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
    .l-footer .container {
        max-width: 80%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
    .l-footer .container {
        max-width: 85%;
    }
}
@media screen and (min-width: 720px) and (max-width: 830px) {
    .l-footer .container {
        max-width: 90%;
    }
}
@media (min-width:720px) {
    .l-region--footer > div,
    .l-region--footer > nav {
        float: left;
        width: 50%;
    }
}
@media (min-width:720px) and (min-width:980px) {
    .l-region--footer > div,
    .l-region--footer > nav {
        padding-left: 0;
        padding-bottom: 0;
        width: 50%;
        padding: 0 20px;
    }
}
.l-region--footer h4 {
    padding-bottom: 15px;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 1px solid #999;
}
.l-region--footer img {
    padding-right: 5px;
}
/*
.l-region--footer ul {
    list-style: none;
    padding: 0;
}
.l-region--footer ul li {
    padding-bottom: 12px;
    display: block;
}
.l-region--footer ul li a {
    font-size: 14px;
    padding: 0;
}
*/
.l-region--footer .find-us {
    *zoom: 1;
    margin-bottom: 40px;
}
.l-region--footer .find-us:after {
    content: "";
    display: table;
    clear: both;
}
.l-region--footer .find-us a.social {
    width: 40px;
    height: 40px;
    background: rgba(51, 51, 51, 0.75);
    color: #fff;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    display: inline-block;
    font-size: 18px;
    padding: 8px;
    position: relative;
}
.l-region--footer .find-us a.social:hover {
    background-color: #BB1D2C;
}
.l-region--footer > nav .address:before {
    /*content: "";*/
    display: block;
    width: 20px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background: url('../img/icons/footer/location_pointer.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.l-region--footer > div .phone:before,
.l-region--footer > nav .phone:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background: url('../img/icons/footer/phone.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.l-region--footer > div .email:before,
.l-region--footer > nav .email:before {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background: url('../img/icons/footer/mail.png');
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 580px) and (max-width: 616px) {
    .l-region--footer > div .address:before,
    .l-region--footer > nav .address:before {
        top: -0.8em;
        left: 1em;
    }
    .l-region--footer > div .phone:before,
    .l-region--footer > nav .phone:before {
        top: -0.8em;
        left: 5em;
    }
    .l-region--footer > div .email:before,
    .l-region--footer > nav .email:before {
        top: 0.5em;
        left: 11em;
    }
}
@media screen and (min-width: 616px) and (max-width: 719px) {
    .l-region--footer > div .phone:before,
    .l-region--footer > nav .phone:before {
        top: -1em;
        left: 5em;
    }
    .l-region--footer > div .email:before,
    .l-region--footer > nav .email:before  {
        top: 0.4em;
        left: 11em;
    }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
    .l-region--footer .find-us a.social {
        float: right;
    }
    .footer-links {
        margin-bottom: 3em;
    }
}
@media screen and (max-width: 768px) {
    .l-region--footer .find-us a.social {
        float: none;
    }
}
@media screen and (min-width: 550px) and (max-width: 579px) {
    .l-region--footer > div .address:before,
    .l-region--footer > nav .address:before {
        top: -1em;
        left: 1em;
    }
    .l-region--footer > div .phone:before,
    .l-region--footer > nav .phone:before {
        top: -1.2em;
        left: 4em;
    }
    .l-region--footer > div .email:before,
    .l-region--footer > nav .email:before  {
        top: 0.3em;
        left: 10em;
    }
}
@media screen and (min-width: 500px) and (max-width: 549px) {
    .l-region--footer > div .address:before,
    .l-region--footer > nav .address:before {
        top: -1em;
        left: -1em;
    }
    .l-region--footer > div .phone:before,
    .l-region--footer > nav .phone:before {
        top: -1.2em;
        left: 2em;
    }
    .l-region--footer > div .email:before,
    .l-region--footer > nav .email:before  {
        top: 0.3em;
        left: 8em;
    }
}
@media screen and (min-width: 440px) and (max-width: 499px) {
    .l-region--footer > div .phone:before,
    .l-region--footer > nav .phone:before  {
        top: -0.5em;
        left: 2em;
    }
    .l-region--footer > div .email:before,
    .l-region--footer > nav .email:before  {
        top: 0.5em;
        left: 5em;
    }
}
@media screen and (min-width: 453px) and (max-width: 495px) {
    .l-region--footer > div .phone:before,
    .l-region--footer > nav .phone:before  {
        top: 0;
        left: 0;
    }
}
@media screen and (min-width: 446px) and (max-width: 452px) {
    .l-region--footer > div .phone:before,
    .l-region--footer > nav .phone:before  {
        top: 0;
        left: 2em;
    }
}
@media screen and (min-width: 361px) and (max-width: 440px) {
    .l-region--footer > div .email:before,
    .l-region--footer > nav .email:before  {
        top: 0.3em;
        left: 3em;
    }
}
/*SOCIAL*/
#block-block-10 a {
    display: inline-block;
}
/*EXTRA*/
.l-region--footer {
    line-height: 1.26em;
}
.l-region--footer h4 {
    font-size: 20px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
}
/*
.l-region--footer ::-moz-selection {
    background: #BB1D2C;
}
.l-region--footer ::selection {
    background: #BB1D2C;
}
*/
@media screen and (max-width: 360px) {
    .l-region--footer {
        max-width: 18em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #block-block-7 {
        margin-bottom: 3em;
    }
    #block-block-10 {
        text-align: center;
    }
}
/*OVERRIDES - ADDITIONS FOOTER*/
@media screen and (min-width: 1179px) {
    .block__content-last {
        float: right;
        margin-top: 8em;
        font-size: 0.8em;
        position: relative;
        left: 0em;
        max-width: 32em;
        text-align: right;
    }
    .find-us {
        float: right;
    }
}
@media screen and (min-width: 720px) and (max-width: 1300px) {
    .block__content-last {
        max-width: 26em;
        line-height: 2em;
    }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
    .block__content-last {
        max-width: 28em;
        text-align: right;
    }
}
@media screen and (min-width: 720px) and (max-width: 1179) {
    #fb-button {
        position: relative;
        left: 80%;
    }
    .footer-links {
        text-align: right;
        position: relative;
        top: -2em;
    }
}

@media screen and (max-width: 719px) {
    .find-us {
        float: unset;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .block__content-last {
        float: right;
    }
    #fb-button {
       display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 17%;
        margin-top: 2em;
    }
}
@media screen and (max-width: 768px) {
    .footer-links {
        text-align: center;
        margin-bottom: 3em;
    }
    .block__content {
        text-align: center;
    }
}
.facebook {
    text-align: right;
}
/*Back to top */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%228%2C2.8%2016%2C10.7%2013.6%2C13.1%208.1%2C7.6%202.5%2C13.2%200%2C10.7%20%22/%3E%0A%3C/svg%3E) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  background-color: #BB1D2C;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    background-color: #BB1D2C;
  }
}

/*COLORBOX*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
    outline: 0;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cboxTopLeft {
    width: 15px;
    height: 15px;
}

#cboxTopCenter {
    height: 15px;
}

#cboxTopRight {
    width: 15px;
    height: 15px;
}

#cboxBottomLeft {
    width: 15px;
    height: 10px;
}

#cboxBottomCenter {
    height: 10px;
}

#cboxBottomRight {
    width: 15px;
    height: 10px;
}

#cboxMiddleLeft {
    width: 15px;
}

#cboxMiddleRight {
    width: 15px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(../sites/all/modules/base/contrib/colorbox/styles/default/images/controls.html) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(../sites/all/modules/base/contrib/colorbox/styles/default/images/controls.html) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../sites/all/modules/base/contrib/colorbox/styles/default/images/controls.html) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../sites/all/modules/base/contrib/colorbox/styles/default/images/controls.html) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: #fff;
}

#cboxLoadingGraphic {
    background: url(../sites/all/modules/base/contrib/colorbox/styles/default/images/loading_animation.html) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../sites/all/modules/base/contrib/colorbox/styles/default/images/controls.html) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(../sites/all/modules/base/contrib/ctools/images/status-active.html) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(../sites/all/modules/base/contrib/ctools/images/status-active.html) center center no-repeat;
}
#nomiki-double h3 {
    color: #BB1D2C;
}