@font-face {
  font-family: 'glegoobold';
  src: url("../fonts/glegoo-bold-webfont.eot");
  src: url("../fonts/glegoo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/glegoo-bold-webfont.woff2") format("woff2"), url("../fonts/glegoo-bold-webfont.woff") format("woff"), url("../fonts/glegoo-bold-webfont.ttf") format("truetype"), url("../fonts/glegoo-bold-webfont.svg#glegoobold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'glegooregular';
  src: url("../fonts/glegoo-regular-webfont.eot");
  src: url("../fonts/glegoo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/glegoo-regular-webfont.woff2") format("woff2"), url("../fonts/glegoo-regular-webfont.woff") format("woff"), url("../fonts/glegoo-regular-webfont.ttf") format("truetype"), url("../fonts/glegoo-regular-webfont.svg#glegooregular") format("svg");
  font-weight: normal;
  font-style: normal; }

a {
  text-decoration: none; }

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

p {
  margin: 0; }

h1, h2, h3, h4 {
  font-weight: normal; }

*:focus {
  outline: none !important; }

body {
  scroll-behavior: smooth;
  margin: 0;
  overflow-x: hidden;
  font-family: 'glegooregular';
  font-size: 20px;
  line-height: 1.5; }
  body header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    padding: 0;
    background-color: #1b1b1b;
    height: 71px; }
    body header .wrap {
      position: relative;
      width: 100%;
      max-width: 1720px;
      margin: 0 auto; }
      body header .wrap .site-branding {
        position: absolute;
        left: 40px;
        top: 0;
        height: 130px;
        z-index: 3; }
        body header .wrap .site-branding img {
          max-height: 100%;
          width: auto; }
      body header .wrap #site-navigation {
        float: left;
        position: relative;
        left: 200px; }
        body header .wrap #site-navigation ul {
          padding: 0;
          margin: 0; }
          body header .wrap #site-navigation ul li {
            list-style: none;
            float: left; }
            body header .wrap #site-navigation ul li a {
              font-size: 16px;
              text-transform: capitalize;
              font-weight: bold;
              color: #fff;
              -webkit-box-shadow: none;
              box-shadow: none;
              background-color: transparent;
              padding: 22px 0;
              margin: 0 25px;
              display: block;
              line-height: 1.5; }
            body header .wrap #site-navigation ul li.current-menu-item a, body header .wrap #site-navigation ul li:hover a {
              border-bottom: 3px solid #db3a3a; }
      body header .wrap #language-switcher {
        float: right;
        position: relative;
        z-index: 2;
        margin-top: 22px;
        margin-right: 40px;
        display: none; }
        body header .wrap #language-switcher ul {
          margin: 0;
          padding: 0; }
          body header .wrap #language-switcher ul li {
            list-style: none;
            float: left;
            margin-left: 10px; }
            body header .wrap #language-switcher ul li a {
              display: inline-block;
              width: 35px;
              height: 35px;
              line-height: 30px;
              text-align: center;
              color: #fff; }
            body header .wrap #language-switcher ul li.current-lang a {
              background: #db3a3a; }
      body header .wrap .menu-toggle {
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 150px;
        top: 23px;
        display: none;
        z-index: 2; }
      body header .wrap .menu-global {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        border-top: 5px solid white;
        width: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      body header .wrap .menu-top {
        top: 0; }
      body header .wrap .menu-middle {
        top: 12px; }
      body header .wrap .menu-bottom {
        top: 24px; }
      body header .wrap .menu-top-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
        -webkit-transition: 0.3s 0.1s;
        -o-transition: 0.3s 0.1s;
        transition: 0.3s 0.1s; }
      body header .wrap .menu-middle-click {
        opacity: 0; }
      body header .wrap .menu-bottom-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(-410deg);
        -ms-transform: rotate(-410deg);
        transform: rotate(-410deg);
        -webkit-transition: 0.3s 0.1s;
        -o-transition: 0.3s 0.1s;
        transition: 0.3s 0.1s; }
      body header .wrap #mobile-menu {
        display: none;
        margin-top: 71px;
        position: fixed;
        width: 100%;
        text-align: center;
        background: #1b1b1b;
        left: 0;
        height: 100vh; }
        body header .wrap #mobile-menu ul {
          padding: 0; }
          body header .wrap #mobile-menu ul li {
            list-style: none; }
            body header .wrap #mobile-menu ul li a {
              color: #fff;
              padding: 10px;
              display: block; }
              body header .wrap #mobile-menu ul li a:hover {
                color: #db3a3a; }
  body #page #hero {
    margin-top: 71px;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden; }
    body #page #hero img {
      display: block; }
    body #page #hero #hero-overlay {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      }
    body #page #hero .container {
      width: 100%;
      max-width: 1260px;
      margin: 0 auto; }
      body #page #hero .container .hero-content {
        position: absolute;
        top: 38%;
        z-index: 10; }
        body #page #hero .container .hero-content h1 {
          font-size: 48px;
          font-family: 'glegoobold';
          line-height: 100%;
          color: #fff;
          background: rgba(207, 62, 62, 0.8);
          background: -moz-linear-gradient(left, rgba(207, 62, 62, 0.8) 0%, rgba(207, 62, 62, 0.8) 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 62, 62, 0.8)), color-stop(100%, rgba(207, 62, 62, 0.8)));
          background: -webkit-linear-gradient(left, rgba(207, 62, 62, 0.8) 0%, rgba(207, 62, 62, 0.8) 100%);
          background: -o-linear-gradient(left, rgba(207, 62, 62, 0.8) 0%, rgba(207, 62, 62, 0.8) 100%);
          background: -ms-linear-gradient(left, rgba(207, 62, 62, 0.8) 0%, rgba(207, 62, 62, 0.8) 100%);
          background: -webkit-gradient(linear, left top, right top, from(rgba(207, 62, 62, 0.8)), to(rgba(207, 62, 62, 0.8)));
          background: linear-gradient(to right, rgba(207, 62, 62, 0.8) 0%, rgba(207, 62, 62, 0.8) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3e3e', endColorstr='#cf3e3e', GradientType=1 );
          margin: 0 0 0 10px;
          padding: 30px 40px 2px 5px;
          display: inline-block; }
        body #page #hero .container .hero-content p {
          font-size: 24px;
          font-family: 'glegooregular';
          line-height: 100%;
          color: #fff;
          background-color: #2f1212;
          display: table;
          padding: 20px 30px 20px 15px;
          background: rgba(0, 0, 0, 0.8);
          background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
          background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
          background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
          background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
          background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }
          body #page #hero .container .hero-content p:empty {
            display: none; }
  body #page #content {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px; }
    body #page #content .wpcf7 input, body #page #content .wpcf7 textarea {
      padding: 15px;
      font-size: 16px;
      resize: none;
      width: 500px;
      max-width: 80%;
	  border: 1px solid #ccc;
	 }
    body #page #content .wpcf7 .wpcf7-submit {
      width: 530px;
      color: #fff;
      background: #db3a3a;
      border: none;
      cursor: pointer; }
    body #page #content h1 {
      font-size: 30px;
      margin-bottom: 20px; }
    body #page #content #left {
      float: left;
      width: 18%; }
    body #page #content #center {
      width: 60%;
      margin: 0 2%;
      float: none;
      display: inline-block; }
      body #page #content #center #news .news-item {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px; }
        body #page #content #center #news .news-item:nth-child(2n+2) {
          margin-right: 0; }
        body #page #content #center #news .news-item .news-image {
          min-height: 300px;
          background-size: cover;
          width: 100%;
          background-repeat: no-repeat;
          background-position: center center; }
        body #page #content #center #news .news-item .news-title a {
          font-size: 24px;
          font-family: 'glegoobold';
          color: #2d2d2d;
          display: inline-block;
          padding: 0;
          margin: 30px 0 20px;
          line-height: 1.2; }
        body #page #content #center #news .news-item .news-excerpt {
          font-size: 14px;
          color: #888888;
          display: inline-block;
          padding: 0;
          margin: 0 0 30px;
          line-height: 1.2;
          min-height: 48px; }
        body #page #content #center #news .news-item .news-date {
          font-size: 14px;
          font-family: 'glegoobold';
          line-height: 100%;
          color: #555555;
          display: inline;
          padding: 0;
          margin: 0;
          line-height: 1.2; }
    body #page #content #right {
      width: 18%;
      float: right; }
      body #page #content #right h2 {
        font-size: 24px;
        margin-top: 0; }
      body #page #content #right #partners {
        margin-bottom: 40px; }
    body #page #content article {
      margin-top: 110px; }
      body #page #content article h1 {
        font-family: 'glegoobold';
        font-size: 30px;
        color: #2d2d2d;
        padding: 0;
        margin-bottom: 20px; }
      body #page #content article p {
        margin-bottom: 20px; }
      body #page #content article blockquote {
        margin: 0;
        color: #fff;
        background: #db3a3a;
        text-align: center;
        font-size: 30px;
        padding: 20px;
        margin-bottom: 20px; }
        body #page #content article blockquote p {
          margin-bottom: 0; }
      body #page #content article figure {
        margin: 20px 0; }
      body #page #content article a {
        color: #db3a3a; }
        body #page #content article a:hover {
          text-decoration: underline; }
    body #page #content #news .row {
      display: inline-block;
      width: 100%; }
      body #page #content #news .row .news-item {
        float: left;
        width: 23%;
        margin-right: 2%;
        margin-bottom: 25px; }
        body #page #content #news .row .news-item .news-image {
          min-height: 300px;
          background-size: cover;
          width: 100%;
          background-repeat: no-repeat;
          background-position: center center; }
        body #page #content #news .row .news-item .news-title a {
          font-size: 24px;
          font-family: 'glegoobold';
          color: #2d2d2d;
          display: inline-block;
          padding: 0;
          margin: 30px 0 20px;
          line-height: 1.2; }
        body #page #content #news .row .news-item .news-excerpt {
          font-size: 14px;
          color: #888888;
          display: inline-block;
          padding: 0;
          margin: 0 0 30px;
          line-height: 1.2;
          min-height: 48px; }
        body #page #content #news .row .news-item .news-date {
          font-size: 14px;
          font-family: 'glegoobold';
          line-height: 100%;
          color: #555555;
          display: inline;
          padding: 0;
          margin: 0;
          line-height: 1.2; }
        body #page #content #news .row .news-item:nth-child(3n+4) {
          margin-right: 0; }
  body #footer {
    background-color: #1b1b1b;
    color: #484747;
    padding-bottom: 40px; }
    body #footer .inner {
      max-width: 1260px;
      margin: 0 auto; }
      body #footer .inner #footer-menu ul {
        text-align: center;
        margin: 0;
        padding: 80px 0 70px 0; }
        body #footer .inner #footer-menu ul li {
          display: inline;
          padding: 0 25px; }
          body #footer .inner #footer-menu ul li a {
            font-size: 16px;
            line-height: 100%;
            color: #484747;
            font-weight: bold;
            -webkit-transition: all 300ms linear 0s;
            -moz-transition: all 300ms linear 0s;
            -ms-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s; }
            body #footer .inner #footer-menu ul li a:hover {
              color: #db3a3a; }
          body #footer .inner #footer-menu ul li.current_page_item a {
            color: #db3a3a; }
      body #footer .inner #footer-wraper {
        display: inline-block;
        width: 100%;
        padding: 40px 0 60px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        body #footer .inner #footer-wraper .footer-info {
          width: 46.9%;
          float: left;
          display: inline-block;
          border-right: 1px solid #333333;
          padding: 0 0 30px 3%;
          font-size: 13px;
          font-family: 'glegooregular';
          line-height: 100%;
          color: #707070;
          font-weight: bold;
          text-align: center; }
          body #footer .inner #footer-wraper .footer-info#contact {
            border: none; }
          body #footer .inner #footer-wraper .footer-info h2 {
            font-size: 24px;
            font-family: 'glegooregular';
            line-height: 100%;
            color: #484747;
            margin: 0 0 50px 0;
            padding: 0; }
          body #footer .inner #footer-wraper .footer-info p {
            margin-bottom: 20px; }
    body #footer #copyright {
      font-size: 16px;
      line-height: 1.2;
      color: #484747;
      font-weight: 600;
      text-align: center; }
  body.home #page #content {
    margin-top: 0px; }
  body.page-id-37 #page #content {
    max-width: 760px; }

@media all and (max-width: 1300px) {
  body #page #content {
    padding: 0 40px;
    width: auto; } }

@media all and (max-width: 1150px) {
  body header .wrap #site-navigation {
    display: none; }
  body header .wrap .menu-toggle {
    display: block; }
  body #page #content #left {
    display: none; }
  body #page #content #center {
    width: 69%; }
  body #page #content #right {
    width: 27%;
    max-width: 300px; } }

@media all and (max-width: 991px) {
  body #page #content #center #news .news-item .news-image {
    min-height: 250px; }
  body #page #content #news .row .news-item {
    width: 100%;
    margin-right: 0; } }

@media all and (max-width: 768px) {
  body #page #content #center {
    width: 100%;
    float: none; }
  body #page #content #right {
    width: 100%;
    float: none; } }

@media all and (max-width: 640px) {
  body #page #content #center #news .news-item {
    width: 100%;
    float: none;
    margin-right: 0; }
  body #footer .inner #footer-menu {
    display: none; }
  body #footer .inner #footer-wraper .footer-info {
    float: none;
    width: 100%; } 
	body #footer{
		padding-top: 30px;
	}
	body header .wrap .site-branding{
		max-width: 30%;
	}
	body{
		font-size: 16px;
	}
	body #page #content article blockquote{
		font-size: 20px;
	}
}
article{
	max-width: 1000px;
    margin: 0 auto;
}
body.logged-in header{
	top: 32px;
}
.more{
	display: block;
    clear: both;
    background: #db3a3a;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 16px;
	margin-bottom: 30px;
	margin-top: 10px;
}