* {
  /*padding: 0;*/
  margin: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.screen-reader-text {
  display: none; }
  

html {
  font: 13px/1.8 'Open Sans', sans-serif; }
  @media only screen and (max-width: 700px) {
    html {
      font: 18px/1.6   'Open Sans', sans-serif; } }
  @media only screen and (max-width: 900px) {
    html {
      font: 16px/1.6   'Open Sans', sans-serif; } }

body, form, input, button, select, option, fieldset, legend {
  font: inherit;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0.8rem; }

h1 {
  font-size: 2.6em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

p {
  padding-bottom: 1.5em;
  color: #888; }

a {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

#header-widget-area li {
  list-style-type: none; }

.site {
  margin: 0 auto;
  background-color: #FDFDFD;
  overflow: hidden; }
  .site-header {
    position: relative; }
    .site-header .bottom-header-container {
      padding: 3em 0 1em 0;
      z-index: 999;
      background: rgba(255, 255, 255, 0.97);
      border-bottom: 1px solid #E2E2E2; }
      @media only screen and (max-width: 800px) {
        .site-header .bottom-header-container {
          padding: 1em 0 0.5em 0; } }
    .site-header #navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center; }
  .site-footer {
    padding: 2em;
    border-top: 2px solid #CCC; }

.site-title, .site-description {
  display: none; }

.container, .posts-news, .posts-news .pagination, .comments-area, #comments {
  max-width: 70rem;
  margin: 0 auto; }

.content-elements, .archive-area .page-header, .archive-area .entry-content, .archive-area .image, .page-article, .courses-wrapper, .courses-content, .news, article.page, .team, .sponsors-slider {
  padding: 0 2rem; }

img {
  max-width: 100%;
  height: auto; }

.aigpl-breadcrumb-wrp {
  display: none !important; }

.school-bases {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 950px) {
    .school-bases {
      padding: 0 2rem; } }

.one_half {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 786px) {
    .one_half {
      width: 100%; } }

.archive-area {
  margin-bottom: 2em; }
  .archive-area .image {
    padding-top: 2em;
    max-width: 400px; }
    @media only screen and (max-width: 700px) {
      .archive-area .image {
        padding: 0; } }
    .archive-area .image a {
      display: block; }
      @media only screen and (max-width: 700px) {
        .archive-area .image a {
          text-align: center; } }

.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem; }

.site-header .container .bottom-header-container, .site-header .posts-news .bottom-header-container, .posts-news .site-header .pagination .bottom-header-container, .site-header .comments-area .bottom-header-container, .site-header #comments .bottom-header-container {
  padding: 3em 0 2em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }

.top-header {
  border-bottom: 1px solid #dadada; }
  .top-header .widget-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7A7A7A;
    font-size: 11px; }
  .top-header .contact {
    padding: 0 1em;
    margin: 0;
    display: inline-block; }
    .top-header .contact i {
      padding-right: 0.5rem; }
    .top-header .contact a {
      padding-right: 0.5rem;
      color: #26bdef; }
      .top-header .contact a:hover {
        color: inherit; }
  .top-header .social-icons {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0.6em 1em;
    background: #26bdef; }
    .top-header .social-icons a {
      padding: 0 1em;
      color: white;
      font-size: 13px;
      margin: auto 0;
      cursor: pointer; }
    .top-header .social-icons #bg-flag {
      display: block;
      width: 2em;
      height: 1.5em;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #26bdef;
      background-image: url("https://www.london-bg.eu/wp-content/uploads/2020/02/bulgaria-flag-icon-32.png"); }

@media only screen and (max-width: 700px) {
  .widget-area {
    flex-direction: column; }
    .widget-area li:first-child {
      order: 2; }
      .widget-area li:first-child .textwidget {
        text-align: center;
        padding: 1em 0; }
    .widget-area li:last-child {
      width: 100%;
      order: 1; } }

.menu-toggle {
  display: none; }

.small > * {
  height: 3.5rem; }

.small-logo {
  text-align: center;
  height: 4rem;
  width: auto; }

.main-navigation {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .main-navigation .menu-title {
    display: none; }
  @media only screen and (min-width: 1001px) {
    .main-navigation ul {
      display: flex !important;
      flex-wrap: wrap; }
      .main-navigation ul .sub-toggle {
        display: none; }
      .main-navigation ul li {
        list-style: none outside;
        margin: 0 0.8rem;
        padding: 0 0.8rem;
        overflow: visible;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; }
        .main-navigation ul li:last-of-type {
          margin-right: 0; }
        .main-navigation ul li a {
          display: block;
          text-align: center;
          color: #777;
          text-transform: uppercase;
          font-weight: 600; }
          .main-navigation ul li a span {
            display: block;
            margin: auto;
            padding: 0.5rem;
            color: #E2E2E2;
            font-size: 1.8rem; }
          .main-navigation ul li a .sub-arrow {
            display: none; }
          .main-navigation ul li a:hover > span {
            color: #26bdef; }
        .main-navigation ul li ul {
          display: none !important;
          margin: 0;
          padding: 0.4rem 1rem;
          position: absolute;
          left: 0;
          top: 100%;
          min-width: 9rem;
          background-color: #ffffff;
          border: 1px solid #ccc;
          border-bottom: 4px solid #26bdef;
          z-index: 1; }
          .main-navigation ul li ul li {
            display: block;
            padding: 0.5rem 0;
            margin: 0; }
            .main-navigation ul li ul li a {
              text-align: left;
              text-transform: none;
              color: #555;
              font-weight: normal;
              white-space: nowrap; }
              .main-navigation ul li ul li a span {
                display: none; }
        .main-navigation ul li:hover > ul {
          display: block !important; }
        .main-navigation ul li a:hover, .main-navigation ul li ul li:hover a, .main-navigation ul li:hover > a {
          color: #222; }
        .main-navigation ul li a:hover > a span, .main-navigation ul li ul li:hover a > a span, .main-navigation ul li:hover > a span {
          color: #26bdef; }
        .main-navigation ul li ul li a:hover {
          color: #26bdef; } }
  .main-navigation input[type="checkbox"],
  .main-navigation #toggle-menu {
    display: none; }

.bottom-header-container {
  overflow: visible;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */ }

/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
@media only screen and (max-width: 1000px) {
  /* all nav */
  .stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal; }
  .stellarnav a {
    color: #777; }
  .stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center; }
  .stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle; }
  .stellarnav li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #777;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  /* main level */
  .stellarnav > ul > li {
    display: inline-block; }
  .stellarnav > ul > li > a {
    padding: 20px 40px; }
  /* first level dd */
  .stellarnav ul ul {
    top: auto;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ddd; }
  .stellarnav li li {
    display: block; }
  /* .drop-left */
  .stellarnav > ul > li.drop-left > ul {
    right: 0; }
  .stellarnav li.drop-left ul ul {
    left: auto;
    right: 220px; }
  /* sticky nav */
  .stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999; }
  /* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
  body.stellarnav-noscroll-x {
    overflow-x: hidden; }
  /* general styling */
  .stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: inline-block; }
  .stellarnav li li.has-sub > a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    position: relative;
    top: 4px; }
  .stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF; }
  .stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
    display: none; }
  .stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none; }
  .stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0; }
  .stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0; }
  .stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile {
    display: none; }
  /* svg icons */
  .stellarnav svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    position: relative;
    top: 2px; }
  /* svg icons */
  .stellarnav a.dd-toggle .icon-plus {
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block; }
  .stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    transition: width 0.3s; }
  .stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute; }
  .stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #000; }
  .stellarnav.light a.dd-toggle .icon-plus:after {
    border-color: #000; }
  .stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #FFF; }
  .stellarnav.dark a.dd-toggle .icon-plus:after {
    border-color: #FFF; }
  .stellarnav .icon-close {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block; }
  .stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    transform: rotate(45deg); }
  .stellarnav .icon-close:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
    transform: rotate(-45deg); }
  .stellarnav.light .icon-close:before {
    border-color: #000; }
  .stellarnav.light .icon-close:after {
    border-color: #000; }
  .stellarnav.dark .icon-close:before {
    border-color: #FFF; }
  .stellarnav.dark .icon-close:after {
    border-color: #FFF; }
  /* mobile nav */
  .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 15px;
    box-sizing: border-box; }
  .stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 3px; }
  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 6px;
    background: #777;
    margin: 0 0 3px; }
  .stellarnav .full {
    width: 100%; }
  .stellarnav .half {
    width: 50%; }
  .stellarnav .third {
    width: 33%;
    text-align: center; }
  .stellarnav .location-btn-mobile.third {
    text-align: center; }
  .stellarnav .location-btn-mobile.half {
    text-align: right; }
  .stellarnav.light .third, .stellarnav.light .half {
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .stellarnav.light.left .third, .stellarnav.light.left .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .stellarnav.light.right .third, .stellarnav.light.right .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .stellarnav.light .third:first-child, .stellarnav.light .half:first-child {
    border-left: 0; }
  .stellarnav.dark .third, .stellarnav.dark .half {
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
  .stellarnav.dark.left .third, .stellarnav.dark.left .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .stellarnav.dark.right .third, .stellarnav.dark.right .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle {
    border-bottom: 0; }
  .stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle {
    border-bottom: 0; }
  .stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child {
    border-left: 0; }
  .stellarnav.light .menu-toggle span.bars span {
    background: #000; }
  .stellarnav.dark .menu-toggle span.bars span {
    background: #FFF; }
  .stellarnav.mobile {
    position: static; }
  .stellarnav.mobile.fixed {
    position: static; }
  .stellarnav.mobile ul {
    position: relative;
    display: none; }
  .stellarnav.mobile.active {
    padding-bottom: 0; }
  .stellarnav.mobile.active > ul {
    display: block; }
  .stellarnav.mobile ul {
    text-align: left; }
  .stellarnav.mobile > ul > li {
    display: block; }
  .stellarnav.mobile > ul > li > a {
    padding: 15px; }
  .stellarnav.mobile ul {
    background: #dddddd; }
  .stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none; }
  .stellarnav.mobile ul ul ul {
    left: auto;
    top: auto; }
  .stellarnav.mobile li.drop-left ul ul {
    right: auto; }
  .stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .stellarnav.mobile.light > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .stellarnav.mobile li a.dd-toggle {
    border: 0; }
  .stellarnav.mobile.light li a.dd-toggle {
    border: 0; }
  .stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
    display: inline-block; }
  .stellarnav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box; }
  .stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center; }
  .stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left; }
  .stellarnav.mobile.light ul {
    background: white; }
  .stellarnav.mobile.dark ul {
    background: black; }
  .stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, 0.08); }
  .stellarnav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999; }
  .stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after {
    display: none; }
  /* left and right positions */
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .stellarnav.mobile.right > ul {
    right: 0; }
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right; }
  .stellarnav.mobile.left > ul {
    left: 0; }
  .stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half {
    text-align: center; }
  .stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third {
    text-align: center; }
  .stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half {
    text-align: center; }
  .stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third {
    text-align: center; }
  .stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third {
    text-align: left; }
  .stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span {
    display: none; }
  /* left and right positions */
  /* mega dd */
  /* mega dd */
  .main-navigation {
    padding: 0 1rem; }
    .main-navigation .stellarnav .menu-toggle {
      position: relative; }
      .main-navigation .stellarnav .menu-toggle .bars {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999; }
        .main-navigation .stellarnav .menu-toggle .bars span {
          width: 2.3rem;
          height: 3px;
          margin: 0 0 6px; }
    .main-navigation .stellarnav .menu-title {
      display: none; }
    .main-navigation .stellarnav ul {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      padding: 1rem;
      padding-top: 3rem; }
      .main-navigation .stellarnav ul span {
        display: none; }
      .main-navigation .stellarnav ul li a {
        text-align: left;
        font-size: 1.8rem;
        padding-top: 1.2rem; }
      .main-navigation .stellarnav ul li .dd-toggle {
        display: inline-block;
        top: 0.2rem;
        text-align: center; }
      .main-navigation .stellarnav ul li .sub-menu {
        margin: 0;
        padding: 0;
        border: none; }
        .main-navigation .stellarnav ul li .sub-menu li a {
          padding: 0.3rem 0;
          padding-left: 1.5rem;
          width: 100%;
          display: block;
          font-size: 1.2rem; } }

/* Fallback for slow javascript load */
@media only screen and (max-width: 1000px) {
  .stellarnav {
    overflow: hidden;
    display: block; }
  .stellarnav ul {
    position: relative;
    display: none; } }

/* mobile nav */
@media only screen and (max-width: 1000px) {
  .stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span {
    display: none; } }

.site-footer {
  background: #2B2B2B;
  padding: 3rem 2rem 1rem;
  position: relative; }
  .site-footer .container .row, .site-footer .posts-news .row, .posts-news .site-footer .pagination .row, .site-footer .comments-area .row, .site-footer #comments .row {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%; }
    .site-footer .container .row .footer1, .site-footer .posts-news .row .footer1, .posts-news .site-footer .pagination .row .footer1, .site-footer .comments-area .row .footer1, .site-footer #comments .row .footer1 {
      order: 1; }
    .site-footer .container .row .footer2, .site-footer .posts-news .row .footer2, .posts-news .site-footer .pagination .row .footer2, .site-footer .comments-area .row .footer2, .site-footer #comments .row .footer2 {
      order: 3; }
      .site-footer .container .row .footer2 .textwidget p, .site-footer .posts-news .row .footer2 .textwidget p, .posts-news .site-footer .pagination .row .footer2 .textwidget p, .site-footer .comments-area .row .footer2 .textwidget p, .site-footer #comments .row .footer2 .textwidget p {
        color: #ffffff;
        padding-bottom: 1.9rem; }
    .site-footer .container .row .footer3, .site-footer .posts-news .row .footer3, .posts-news .site-footer .pagination .row .footer3, .site-footer .comments-area .row .footer3, .site-footer #comments .row .footer3 {
      order: 4; }
      .site-footer .container .row .footer3 .textwidget a, .site-footer .posts-news .row .footer3 .textwidget a, .posts-news .site-footer .pagination .row .footer3 .textwidget a, .site-footer .comments-area .row .footer3 .textwidget a, .site-footer #comments .row .footer3 .textwidget a {
        color: #26bdef;
        padding-bottom: 1.9rem; }
        .site-footer .container .row .footer3 .textwidget a:hover, .site-footer .posts-news .row .footer3 .textwidget a:hover, .posts-news .site-footer .pagination .row .footer3 .textwidget a:hover, .site-footer .comments-area .row .footer3 .textwidget a:hover, .site-footer #comments .row .footer3 .textwidget a:hover {
          color: #666; }
    .site-footer .container .row .footer4, .site-footer .posts-news .row .footer4, .posts-news .site-footer .pagination .row .footer4, .site-footer .comments-area .row .footer4, .site-footer #comments .row .footer4 {
      order: 2;
      display: block;
      content: '';
      width: 220px; }
    .site-footer .container .row .footer1, .site-footer .posts-news .row .footer1, .posts-news .site-footer .pagination .row .footer1, .site-footer .comments-area .row .footer1, .site-footer #comments .row .footer1, .site-footer .container .row .footer2, .site-footer .posts-news .row .footer2, .posts-news .site-footer .pagination .row .footer2, .site-footer .comments-area .row .footer2, .site-footer #comments .row .footer2, .site-footer .container .row .footer3, .site-footer .posts-news .row .footer3, .posts-news .site-footer .pagination .row .footer3, .site-footer .comments-area .row .footer3, .site-footer #comments .row .footer3, .site-footer .container .row .footer4, .site-footer .posts-news .row .footer4, .posts-news .site-footer .pagination .row .footer4, .site-footer .comments-area .row .footer4, .site-footer #comments .row .footer4 {
      display: block;
      width: 220px;
      margin: 1rem; }
      .site-footer .container .row .footer1 .widget-title, .site-footer .posts-news .row .footer1 .widget-title, .posts-news .site-footer .pagination .row .footer1 .widget-title, .site-footer .comments-area .row .footer1 .widget-title, .site-footer #comments .row .footer1 .widget-title, .site-footer .container .row .footer2 .widget-title, .site-footer .posts-news .row .footer2 .widget-title, .posts-news .site-footer .pagination .row .footer2 .widget-title, .site-footer .comments-area .row .footer2 .widget-title, .site-footer #comments .row .footer2 .widget-title, .site-footer .container .row .footer3 .widget-title, .site-footer .posts-news .row .footer3 .widget-title, .posts-news .site-footer .pagination .row .footer3 .widget-title, .site-footer .comments-area .row .footer3 .widget-title, .site-footer #comments .row .footer3 .widget-title, .site-footer .container .row .footer4 .widget-title, .site-footer .posts-news .row .footer4 .widget-title, .posts-news .site-footer .pagination .row .footer4 .widget-title, .site-footer .comments-area .row .footer4 .widget-title, .site-footer #comments .row .footer4 .widget-title {
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        border-bottom: 2px solid #26bdef;
        padding-bottom: 7px;
        color: #ffffff;
        margin-bottom: 2rem; }

.bottom-footer {
  display: block;
  content: "";
  width: 100%;
  height: 49px;
  border-top: 1px solid #3c3c3c;
  background: #222; }

@media only screen and (max-width: 700px) {
  .row {
    flex-wrap: wrap; }
  .site-footer .container .row .footer1, .site-footer .posts-news .row .footer1, .posts-news .site-footer .pagination .row .footer1, .site-footer .comments-area .row .footer1, .site-footer #comments .row .footer1, .site-footer .container .row .footer2, .site-footer .posts-news .row .footer2, .posts-news .site-footer .pagination .row .footer2, .site-footer .comments-area .row .footer2, .site-footer #comments .row .footer2, .site-footer .container .row .footer3, .site-footer .posts-news .row .footer3, .posts-news .site-footer .pagination .row .footer3, .site-footer .comments-area .row .footer3, .site-footer #comments .row .footer3, .site-footer .container .row .footer4, .site-footer .posts-news .row .footer4, .posts-news .site-footer .pagination .row .footer4, .site-footer .comments-area .row .footer4, .site-footer #comments .row .footer4 {
    margin: 0, 0, 1em, 0; } }

/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 3em;
  box-shadow: 0 8px 20px -10px black; }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.entry-header {
  background: url(https://www.london-bg.eu/wp-content/uploads/2015/05/background.png);
  background-repeat: repeat;
  display: block;
  padding: 2rem;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  border-top: 1px solid #EEE; }
  .entry-header .container .entry-title, .entry-header .posts-news .entry-title, .posts-news .entry-header .pagination .entry-title, .entry-header .comments-area .entry-title, .entry-header #comments .entry-title {
    display: block;
    font-size: 18px;
    color: #666; }
  .entry-header .container a, .entry-header .posts-news a, .posts-news .entry-header .pagination a, .entry-header .comments-area a, .entry-header #comments a {
    color: #26bdef; }
    .entry-header .container a:hover, .entry-header .posts-news a:hover, .posts-news .entry-header .pagination a:hover, .entry-header .comments-area a:hover, .entry-header #comments a:hover {
      color: #222; }

.page-article {
  padding-top: 3em;
  padding-bottom: 3em; }
  .page-article .container .entry-content, .page-article .posts-news .entry-content, .posts-news .page-article .pagination .entry-content, .page-article .comments-area .entry-content, .page-article #comments .entry-content {
    margin: 0 auto; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.london {
  color: #ae0000;
  font-weight: bold; }

h2 {
  color: #333; }

.widgettitle,
.widget-title {
  display: inline-block;
  font-weight: 600;
  font-size: 19.5px;
  color: #555;
  text-transform: uppercase;
  line-height: 24px;
  border-bottom: 2px solid #26bdef;
  padding-bottom: 7px;
  margin-bottom: 1.2em; }

.courses-content {
  padding: 0;
  padding-bottom: 2em;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1.9rem;
  text-align: center;
  overflow: hidden; }
  .courses-content li {
    align-self: start;
    display: inline-block;
    overflow: hidden; }
    .courses-content li .gallery-image {
      display: inline-block;
      position: relative;
      width: 300px;
      height: 200px; }
      .courses-content li .gallery-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%; }
    .courses-content li h3 {
      display: block; }
  .courses-content .wp-caption-text {
    display: inline-block;
    font-weight: 600;
    font-size: 19.5px;
    color: #555;
    text-transform: uppercase;
    line-height: 24px;
    border-bottom: 2px solid #26bdef;
    padding-bottom: 7px;
    margin-bottom: 1.2em;
    margin-top: 1em;
    border-bottom: none;
    text-transform: none; }

.news .news-title {
  display: inline-block;
  font-weight: 600;
  font-size: 19.5px;
  color: #555;
  text-transform: uppercase;
  line-height: 24px;
  border-bottom: 2px solid #26bdef;
  padding-bottom: 7px;
  margin-bottom: 1.2em; }

.news .posts {
  overflow: hidden; }
  .news .posts .post {
    display: flex;
    justify-content: flex-start;
    align-content: stretch; }
    .news .posts .post .post-main {
      flex: 0 0 80%;
      padding-left: 1.5em; }
  .news .posts .post-image {
    position: relative;
    margin: 0.2em;
    width: 140px;
    height: 90px;
    overflow: hidden;
    border-radius: 4px; }
    .news .posts .post-image a img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      border-radius: 4px; }

.read-more {
  display: block;
  color: #26bdef; }

article.page {
  padding-top: 3em;
  padding-bottom: 3em; }

@media only screen and (max-width: 700px) {
  .gallery {
    flex-direction: column;
    align-content: center; }
  .news .posts .post {
    flex-wrap: wrap;
    margin-bottom: 1em; }
    .news .posts .post .post-image {
      margin: 0 auto 1em auto;
      width: 100%;
      height: 180px; }
    .news .posts .post .post-main {
      padding-left: 0; } }

.team .name {
  display: inline-block;
  font-weight: 600;
  font-size: 19.5px;
  color: #555;
  text-transform: uppercase;
  line-height: 24px;
  border-bottom: 2px solid #26bdef;
  padding-bottom: 7px;
  margin-bottom: 1.2em; }

.team .image {
  text-align: center;
  padding: 1em 0 2.5em 0; }
  .team .image img {
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 5px #ccc;
    max-width: 100%;
    height: auto; }

.contact {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between; }
  .contact article {
    width: 50%;
    display: inline-block;
    max-width: 100%; }
    .contact article .entry-title {
      display: inline-block;
      font-weight: 600;
      font-size: 19.5px;
      color: #555;
      text-transform: uppercase;
      line-height: 24px;
      border-bottom: 2px solid #26bdef;
      padding-bottom: 7px;
      margin-bottom: 1.2em;
      margin-bottom: 4em; }
    .contact article .contact-form input, .contact article .contact-form textarea {
      max-width: 100%;
      border: none;
      background-color: #FFF;
      color: #CBCBCB;
      font-size: 12px;
      margin: 0 0 12px 0;
      padding: 8px 16px 8px 14px;
      border: 1px solid #E1E1E1;
      border-radius: 3px;
      height: auto; }
    .contact article .contact-form textarea {
      max-width: 100%; }
    .contact article .contact-form input[type="submit"] {
      padding: 2px 20px 2px 20px;
      margin: 0 0px 20px;
      width: auto;
      border: none;
      display: inline-block;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: 400;
      cursor: pointer;
      border-radius: 3px;
      line-height: 35px;
      background-color: #26bdef; }
      .contact article .contact-form input[type="submit"]:hover {
        background: #434343; }
  .contact .contact-sidebar {
    display: block;
    float: right; }
    .contact .contact-sidebar span {
      font-size: 1em;
      padding: 0 0.5em;
      color: #26bdef; }
    .contact .contact-sidebar .widgettitle {
      font-size: 1.2rem;
      border: none; }
    .contact .contact-sidebar a {
      font-weight: 600; }
  @media only screen and (max-width: 950px) {
    .contact {
      padding: 0 2rem; } }
  @media only screen and (max-width: 700px) {
    .contact {
      flex-wrap: wrap; }
      .contact article {
        width: 100%; } }

.posts-news {
  padding: 0;
  padding: 3rem 0; }
  @media only screen and (max-width: 1000px) {
    .posts-news {
      margin: 0 2rem; } }
  .posts-news .the-post {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .posts-news .the-post .icon-container {
      display: block;
      color: #26bdef;
      font-size: 1.5rem;
      border: 2px solid #26bdef;
      padding: 1rem 1.5rem;
      margin-right: 2rem; }
    .posts-news .the-post .edit-pic-mobile {
      display: none; }
    .posts-news .the-post .post .blog-title {
      display: flex; }
      @media only screen and (max-width: 700px) {
        .posts-news .the-post .post .blog-title {
          display: flex;
          justify-content: center; }
          .posts-news .the-post .post .blog-title h3 {
            line-height: 1.6; } }
    .posts-news .the-post .post h3, .posts-news .the-post .post a {
      display: block;
      line-height: 1; }
    .posts-news .the-post .post .post-content {
      display: flex; }
      .posts-news .the-post .post .post-content .image {
        flex: 1 0 20%;
        width: auto;
        height: 100px;
        margin-right: 2em;
        margin-bottom: 1em;
        line-height: 1;
        overflow: hidden;
        position: relative; }
        @media only screen and (max-width: 700px) {
          .posts-news .the-post .post .post-content .image {
            height: 200px; } }
        .posts-news .the-post .post .post-content .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 0.2em; }
      .posts-news .the-post .post .post-content .read-more {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.15em;
        background: #26bdef;
        color: #ffffff;
        padding: 1.2em 2em;
        border-radius: 0.25em; }
        .posts-news .the-post .post .post-content .read-more:hover {
          color: #000; }
    .posts-news .the-post .post .blog-info-box {
      display: flex;
      color: #999;
      margin-bottom: 1.5em;
      margin-top: 1.5em; }
      @media only screen and (max-width: 700px) {
        .posts-news .the-post .post .blog-info-box {
          flex-direction: column; } }
      .posts-news .the-post .post .blog-info-box .fas {
        padding: 1em 0.5em; }
      .posts-news .the-post .post .blog-info-box .date,
      .posts-news .the-post .post .blog-info-box .comments,
      .posts-news .the-post .post .blog-info-box .category {
        margin-right: 2em; }
        .posts-news .the-post .post .blog-info-box .date span > *, .posts-news .the-post .post .blog-info-box .date i,
        .posts-news .the-post .post .blog-info-box .comments span > *,
        .posts-news .the-post .post .blog-info-box .comments i,
        .posts-news .the-post .post .blog-info-box .category span > *,
        .posts-news .the-post .post .blog-info-box .category i {
          display: inline; }
      .posts-news .the-post .post .blog-info-box .category {
        display: flex;
        align-items: center; }
        .posts-news .the-post .post .blog-info-box .category .content .post-categories li a {
          color: #999; }
  .posts-news .pagination {
    display: block;
    position: relative;
    text-align: left; }
    .posts-news .pagination .pagination-border {
      display: inline-flex;
      border: 0.2px solid #777; }
      .posts-news .pagination .pagination-border a:last-of-type {
        border-right-width: 0; }
    .posts-news .pagination .page-numbers {
      display: inline-block;
      border: 0.2px solid #777;
      padding: 1em 1em;
      border-left-width: 0;
      border-top-width: 0;
      border-bottom-width: 0; }
    .posts-news .pagination .current {
      background: #f5f5f5;
      border: 0.05px solid #777; }
  @media only screen and (max-width: 700px) {
    .posts-news .the-post {
      flex-wrap: wrap; }
      .posts-news .the-post .icon-container {
        margin-top: 0.3em; }
      .posts-news .the-post .edit-pic-desctop {
        display: none; }
      .posts-news .the-post .edit-pic-mobile {
        display: inline; }
      .posts-news .the-post .post-content {
        flex-wrap: wrap; }
        .posts-news .the-post .post-content .image {
          flex: 1; }
          .posts-news .the-post .post-content .image img {
            width: auto;
            height: 100%; } }

.single-post .nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 2em; }
  .single-post .nav-links .fas {
    font-size: 2em;
    padding: 0 1.5em; }
    @media only screen and (max-width: 700px) {
      .single-post .nav-links .fas {
        padding: 0 0.5em; } }
  .single-post .nav-links h4 {
    display: block;
    color: #000;
    font-weight: 600; }
  .single-post .nav-links p {
    display: block;
    color: #26bdef; }
    .single-post .nav-links p:hover {
      color: #000; }
  .single-post .nav-links .nav-next {
    max-width: 40%; }
    .single-post .nav-links .nav-next a {
      display: flex;
      align-items: center; }
      .single-post .nav-links .nav-next a h4 {
        text-align: right; }
      .single-post .nav-links .nav-next a .fas {
        padding-right: 0; }
  .single-post .nav-links .nav-previous a {
    display: flex;
    align-items: center;
    text-align: right; }
    .single-post .nav-links .nav-previous a h4 {
      text-align: left; }
    .single-post .nav-links .nav-previous a .fas {
      padding-left: 0; }
  @media only screen and (max-width: 1000px) {
    .single-post .nav-links .post-nav-title {
      display: none; } }
  @media only screen and (max-width: 700px) {
    .single-post .nav-links h4 {
      padding: 0;
      font-size: 1.1em;
      font-weight: 400; } }

@media only screen and (max-width: 350px) {
  .single-post .posts-news .the-post .post .post-content .the-post-content .wp-video {
    width: 250px !important; } }

@media only screen and (max-width: 400px) and (min-width: 351px) {
  .single-post .posts-news .the-post .post .post-content .the-post-content .wp-video {
    width: 300px !important; } }

@media only screen and (max-width: 500px) and (min-width: 401px) {
  .single-post .posts-news .the-post .post .post-content .the-post-content .wp-video {
    width: 350px !important; } }

.comments-area, #comments {
  padding: 0; }
  @media only screen and (max-width: 1000px) {
    .comments-area, #comments {
      margin: 0 2rem; } }

.comment-respond {
  margin-top: 3rem; }
  .comment-respond #reply-title {
    font-size: 1.4em; }
  .comment-respond #commentform label, .comment-respond #commentform .comment-form-cookies-consent {
    display: none; }
  .comment-respond #commentform input, .comment-respond #commentform textarea {
    border: none;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    color: #777;
    padding: 0.7em 1em; }
    .comment-respond #commentform input:focus, .comment-respond #commentform textarea:focus {
      border-color: #26bdef;
      outline: none !important; }
  .comment-respond #commentform #submit {
    background: #26bdef;
    border: none;
    color: #ffffff;
    font-size: 1.3em;
    letter-spacing: 0.1em; }
    .comment-respond #commentform #submit:hover {
      background: #000; }

.sponsors-slider {
  margin-bottom: 3rem; }
  .sponsors-slider .slider-slick .slick-track {
    display: flex !important;
    align-items: center; }
    .sponsors-slider .slider-slick .slick-track .slick-slide {
      margin-right: 0.5rem; }
  .sponsors-slider .slider-slick .slick-arrow:before {
    background: #888;
    padding: 0 0.5rem;
    color: white !important;
    border-radius: 0.3rem;
    z-index: 999; }
  .sponsors-slider .slider-slick .slick-arrow:hover::before {
    background: #26bdef; }
  .sponsors-slider .slider-slick .slick-prev, .sponsors-slider .slider-slick .slick-next {
    top: -1.5rem; }
  .sponsors-slider .slider-slick .slick-prev {
    right: 3.5rem; }
  .sponsors-slider .slider-slick .slick-next {
    right: 1rem; }
