body {
  /*
   background-color:#fff;
   */ }

.s-btn, .s-btn-alt, a.s-btn:link, a.s-btn:active, a.s-btn:visited, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.s-btn:hover, .s-btn-alt:hover, a.s-btn:hover, a.s-btn-alt:hover {
  text-decoration: none; }

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: "";
  position: relative;
  display: block; }
/*
 .enrolmentsheader {
 display:none !important;
 }
 */
/*
 ****************
 SWITCH Content en sidebar on responsive 
 ****************
 */
@media only screen and (max-width: 767px) {
  /*
   .switch1{
   -webkit-box-ordinal-group: 2;
   -moz-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   order: 2;
   }
   .switch1{
   -webkit-box-ordinal-group: 2;
   -moz-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   order: 1;
   }
   */
    .container-switch {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
/*
 ****************
 PAGE HEADING
 ****************
 */
.announcement {
  display: none; }

.heading-container {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 72px; }

.heading {
  background-image: linear-gradient(-269deg, #1e88e5 0%, #1565c0 100%);
  padding: 156px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.heading:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(36, 36, 36, 0.3); }

@media screen and (max-width: 991px) {
  .heading {
    padding: 96px 0; } }

@media screen and (max-width: 480px) {
  .heading-container {
    margin-bottom: 48px; }

  .heading {
    padding: 72px 0; } }

.heading h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-align: right;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

.announcement {
  width: 100%;
  padding: 10px 0;
  text-align: right;
  background-color: #f7f7f7;
  margin-bottom: 72px; }

.announcement a {
  font-size: 20px;
  color: #3d4a50 !important;
  font-weight: normal !important;
  padding: 0 15px; }

.announcement a:hover {
  text-decoration: none !important; }

.announcement a img {
  vertical-align: middle;
  margin-left: 4px; }

@media only screen and (max-width: 480px) {
  .heading h1 {
    font-size: 26px;
    text-align: center; }

  .announcement a img {
    display: none; } }
/*
 ****************
 PAGE BANNER
 ****************
 */
.page-banner {
  position: relative;
  height: 407px; }

.page-banner-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.page-banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(69, 90, 100, 0.7);
  z-index: 2; }

.page-banner .page-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  max-width: 1140px;
  width: calc(100% - 30px); }

.page-banner .page-banner-content h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600; }

.page-banner .page-banner-content p {
  color: #fff;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.page-banner-our-school .page-banner-content {
  max-width: 650px; }

.page-banner .s-tile {
  width: 25%;
  float: left;
  background-color: transparent !important;
  text-align: center;
  margin-bottom: 24px; }

.page-banner .s-tile h2 {
  font-size: 20px;
  color: #fff;
  border-top: 2px solid #fbc02d;
  padding: 4px 2px 0 2px;
  display: inline-block; }

.page-banner .s-tile h2 span {
  display: block;
  font-size: 17px;
  font-weight: normal;
  margin-top: 4px; }

.page-banner .s-tile .s-text-beh {
  display: none; }

@media only screen and (max-width: 480px) {
  .page-banner {
    height: auto;
    width: 100%;
    display: inline-block;
    margin-top: -36px !important;
    background-color: #455a64; }

  .page-banner-background, .page-banner:before {
    display: none !important; }

  .page-banner .page-banner-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    padding: 48px 30px;
    width: 100% !important; }

  .page-banner .s-tile {
    width: 100%;
    margin-bottom: -12px !important; } }
/*
 ****************
 SIDEBAR
 ****************
 */
.sidebar-container {
  position: relative; }

.sidebar {
  margin-bottom: 72px;
  padding: 0 !important; }

.sidebar, .sidebar ul {
  list-style: none; }

.sidebar .sidebar-page {
  /* border-top: 2px solid #1E88E5;*/ }

.sidebar li a {
  color: #42555f;
  padding: 9px 20px;
  display: block;
  font-size: 20px;
  font-weight: bold; }

.sidebar-subpage a {
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 10px 40px !important; }

.sidebar a:hover {
  color: #1565c0;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .sidebar-container select {
    width: 100%;
    margin-bottom: 24px;
    padding: 8px; } }

@media only screen and (max-width: 480px) {
  #sw_content > .container > .row > .col-md-4 {
    width: 100% !important; } }
/*
 ****************
 CTA
 ****************
 */
.cta {
  width: 100%;
  display: inline-block;
  padding: 60px 0;
  background-image: url('https://sitemn.gr/EuropeseSchool2/swfiles/body/cta-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 6px solid rgba(0, 0, 0, 0.2); }

.cta h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 30px; }

.cta .s-button-list {
  text-align: center; }

.cta .s-button-list .s-btn {
  margin-right: 12px; }
/*
 ****************
 YOOLS FOOTER
 ****************
 */
.yools-footer {
  background-color: #3c505a;
  text-align: center;
  padding: 20px 15px; }

.yools-footer a {
  font-size: 13px;
  font-weight: normal !important;
  color: #fff !important; }

.yools-footer a img {
  vertical-align: middle;
  margin-left: 8px; }

.yools-footer a:hover {
  text-decoration: none !important; }

body {
  font-family: 'Oxygen', sans-serif, sans-serif; }

.sw-logo-text {
  font-family: 'Lato', sans-serif, sans-serif; }

h1, h2, h3, h4, h5, h6, sw_textcat {
  font-family: 'Lato', sans-serif, sans-serif; }

.s-navmenu {
  font-family: 'Lato', sans-serif, sans-serif; }

body {
  font-size: 14px; }

body {
  color: #4c4c4c; }

body {
  line-height: 1.6; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  font-size: 14px; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  color: #282828; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  line-height: 20px; }

.sf-menu a {
  background-color: #fff; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  padding: 15px 15px 15px 15px; }

.sf-menu a:hover {
  color: #1e88e5; }

.sf-menu a {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.sf-menu ul {
  background-color: #fff; }

.sf-menu ul {
  -webkit-box-shadow: inset 0px 0px 0px #4c4c4c, 0px 6px 12px #4c4c4c;
  box-shadow: inset 0px 0px 0px #4c4c4c, 0px 6px 12px #4c4c4c; }

.sf-menu ul {
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; }

.sf-menu ul {
  border: 1px solid #282828; }

.sf-menu ul {
  padding: 0px 0px 0px 0px; }

.sf-menu ul li a {
  color: #282828; }

.sf-menu ul li a {
  background-color: #fff; }

.sf-menu ul li a:link, .sf-menu ul li a:visited, .sf-menu ul li a:active {
  padding: 3px 20px 3px 20px; }

.sf-menu ul li a:hover {
  color: #282828; }

.sf-menu ul li a:hover {
  background-color: #f2f2f2; }

.sf-menu ul li a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

hr {
  background-color: #282828; }

hr {
  border-top: 1px solid #282828; }

hr {
  margin: 20px 0px 20px 0px; }

#sw_content {
  font-size: 17px; }

#sw_content {
  line-height: 176%; }

#sw_content {
  background-color: #fff; }

#sw_content {
  padding: 0px 0px 0px 0px; }

a:link, a:visited, a:active {
  font-weight: bold; }

a:link, a:visited, a:active {
  color: #1e88e5; }

a:link, a:visited, a:active {
  text-decoration: none; }

a:hover {
  color: #1565c0; }

a:hover {
  text-decoration: underline; }

a:link, a:visited, a:active {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  font-size: 18px; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  font-weight: bold; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  color: #fff; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  text-align: center; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  background-color: #1e88e5; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  padding: 8px 20px 10px 20px; }

.s-btn:hover, a.s-btn:hover {
  color: #fff; }

.s-btn:hover, a.s-btn:hover {
  background-color: #1973c2; }

.s-btn {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  font-size: 18px; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  font-weight: bold; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  color: #1e88e5; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  text-align: center; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  background-color: #fff; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  padding: 8px 20px 10px 20px; }

.s-btn-alt:hover, a.s-btn-alt:hover {
  background-color: #f0f0f0; }

.s-btn-alt, a.s-btn-alt {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

blockquote {
  font-size: 17.5px; }

blockquote {
  color: #282828; }

blockquote {
  border-left: 5px solid #282828; }

blockquote {
  margin: 0px 20px 20px 0px; }

blockquote {
  padding: 10px 20px 10px 20px; }

.s-tile {
  color: #282828; }

.s-tile {
  background-color: #f2f2f2; }

.s-tile {
  padding: 20px 20px 20px 20px; }

.s-tile hr {
  border-top: 1px solid #282828; }

.s-tile hr {
  margin: 20px 0px 20px 0px; }

.s-tile .s-btn, .s-tile a.s-btn {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-tile .s-btn-alt, .s-tile a.s-btn-alt {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-tile .s-content {
  margin: 20px 0px 0px 0px; }

.h1, h1 {
  font-weight: 300; }

.h2, h2 {
  font-size: 24px; }

.h2, h2 {
  font-weight: lighter; }

.h2, h2 {
  color: #455a64; }

.h3, h3 {
  font-size: 20px; }

.h3, h3 {
  font-weight: bold; }

.h3, h3 {
  color: #455a64; }

::selection {
  background: #1e88e5;
  color: #fff; }

::-moz-selection {
  background: #1e88e5;
  color: #fff; }

.s-tselect {
  background: #1e88e5;
  color: #fff; }

@media (min-width: 1200px) {
  a:link, a:visited, a:active {
    color: #1e88e5; } }

@media (max-width: 768px) {
  a:link, a:visited, a:active {
    color: #1e88e5; } }

@media (max-width: 480px) {
  .sf-menu ul {
    -webkit-box-shadow: inset 0px 0px 0px #4c4c4c, 0px 0px 0px #4c4c4c;
    box-shadow: inset 0px 0px 0px #4c4c4c, 0px 0px 0px #4c4c4c; }

  .sf-menu ul {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px; }

  .sf-menu ul {
    border: 0px solid #282828; }

  a:link, a:visited, a:active {
    color: #1e88e5; } }
