#GrabThis {
  outline: 5px solid red !important;
}
svg.circular-menu .logo #logo-gradient-1 stop.c1,
svg.circular-menu .logo #logo-gradient-2 stop.c1,
svg.circular-menu .logo #logo-gradient-3 stop.c1 {
  stop-color: #191919;
}
svg.circular-menu .logo #logo-gradient-1 stop.c2,
svg.circular-menu .logo #logo-gradient-2 stop.c2,
svg.circular-menu .logo #logo-gradient-3 stop.c2 {
  stop-color: #2f2f2f;
}
svg.circular-menu .logo .center-area {
  cursor: pointer;
  transition: all 0.2s ease;
  transform: scale(1.0);
}
svg.circular-menu .logo .center-area:hover {
  transform: scale(1.09);
}
svg.circular-menu .logo .center-area:hover circle.upper {
  transition: all 0.2s ease;
  fill: #191919;
}
svg.circular-menu .logo .side-cell {
  cursor: pointer;
  transition: all 0.2s ease;
  transform: scale(1.0);
}
svg.circular-menu .logo .side-cell:hover {
  transform: scale(1.09);
}
svg.circular-menu .logo .side-cell:hover text {
  fill: #95d600;
}
svg.circular-menu .logo .side-cell:hover path.outline {
  fill: #191919;
}
body .slider-overlay {
  height: 20vw;
  min-height: 140px;
  max-height: 85vh;
  color: white;
  background: rgba(6,6,6,0.65);
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 500;
  border-left: 1px solid rgba(0,0,0,0.75);
}
@media (min-width:1200px) {
  body .slider-overlay {
    width: calc(50% - 1170px * 3 / 8);
  }
}
@media (min-width:992px) and (max-width:1199px) {
  body .slider-overlay {
    width: calc(50% - 970px / 4 );
  }
}
@media (max-width:479px) {
  body .slider-overlay {
    left: 50vw;
    width: 1px;
    overflow: visible;
  }
}
body .circular-menu {
  position: absolute;
  height: calc(94%);
  margin-top: calc(3px);
}
@media (min-width:1200px) {
  body .circular-menu {
    left: calc(1170px / 8 - 221.5px );
  }
}
@media (min-width:992px) and (max-width:1199px) {
  body .circular-menu {
    left: calc(970px / 8 - 135px);
  }
}
body .circular-menu svg circle {
  text-shadow: 0px 0px 30px 0px black;
}
body .main-article-1 h4.media-heading {
  font-size: 33px;
  font-family: 'Roboto Condensed';
  padding: 35px 0px 25px 0px;
}
body .main-article-1 .media-body p,
body .main-article-1 .main-article-1-text p {
  font-size: 16px;
  text-align: justify;
  line-height: 138%;
}
body .latest-news-1-3 {
  padding: 20px 0px 0px 0px;
}
@media (max-width:767px) {
  body .latest-news-1-3 > .row > div:not(:last-child) .latest-news-article {
    border-bottom: none;
  }
  body .latest-news-1-3 > .row > div:not(:first-child) .latest-news-article {
    border-top: 1px dotted #95d600;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
body .latest-news-article {
  border-radius: 22px;
  padding-top: 22px;
  padding-left: 21px;
  padding-right: 21px;
  border-top: 7px solid #95d600;
  border-bottom: 7px solid #95d600;
  margin-bottom: 10px;
}
body .latest-news-article .location {
  text-align: right;
  font-size: 12px;
  margin-bottom: .4em;
}
body .latest-news-article img {
  margin-bottom: .8em;
}
body .latest-news-article h4.media-heading {
  font-size: 18px;
  font-family: 'Roboto Condensed';
  min-height: 5.2ex;
}
body .latest-news-article .media-body p,
body .latest-news-article .latest-news-article-text p {
  font-size: 16px;
  text-align: left;
  line-height: 135%;
  margin: 0px 0px 15px 0px;
}
body .latest-news-article .latest-news-article.latest-news-article-image-behind,
body .latest-news-article a.more {
  display: block;
  margin-top: 0px;
  padding-bottom: 12px;
  text-align: right;
  font-size: 13px;
}
body .latest-news-article p {
  max-height: 22ex;
  overflow: hidden;
}
body .side-articles {
  margin: 45px 8px 0px 8px;
  border-radius: 12px;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.5);
  background: white;
}
@media (max-width: 767px) {
  body .side-articles {
    margin: 10px 0px;
  }
}
body .side-articles>div>header {
  height: 46px;
  margin: 0px -1px;
  border: 1px solid rgba(0,0,0,0.25);
  border-bottom: none;
  background: radial-gradient(ellipse 400px 240px at 50% -30px,#a0e10b,#4c8d00,#4c8d00);
  color: white;
  border-radius: 12px 12px 0px 0px;
  font: 16px 'Roboto Condensed';
  text-align: center;
  text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  padding-top: calc(19px);
}
body .side-articles>div>section {
  margin: 0px 1px;
  padding: 15px 25px;
  background: #f4f4f4;
}
body .side-articles>div>footer {
  height: 10px;
  margin: 0px -1px;
  border: 1px solid rgba(0,0,0,0.25);
  border-top: none;
  background: linear-gradient(#b8f923,#7cbd00);
  border-radius: 0px 0px 12px 12px;
  font-size: 12px;
  text-align: center;
}
body .cards-head {
  padding: 55px 0px 0px 0px;
  font: 33px 'Roboto Condensed';
}
body .card-menu {
  padding: 0px 0px 0px 0px;
}
body .card-menu .flip-container {
  perspective: 1200px;
  margin: 15px 0px;
}
body .card-menu .flip-container,
body .card-menu .front,
body .card-menu .back {
  width: 100%;
  min-height: 340px;
}
@media (min-width:992px) and (max-width:1199px) {
  body .card-menu .flip-container,
  body .card-menu .front,
  body .card-menu .back {
    min-height: auto;
    height: 280px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  body .card-menu .flip-container,
  body .card-menu .front,
  body .card-menu .back {
    min-height: auto;
    height: 220px;
  }
}
@media (min-width:480px) and (max-width:767px) {
  body .card-menu .flip-container,
  body .card-menu .front,
  body .card-menu .back {
    min-height: auto;
    height: 250px;
  }
}
@media (max-width:479px) {
  body .card-menu .flip-container,
  body .card-menu .front,
  body .card-menu .back {
    min-height: auto;
    height: 180px;
  }
}
@media (max-width:479px) {
  body .card-menu .flip-container {
    margin: 15px auto;
    width: 270px;
  }
}
@media (max-width:360px) {
  body .card-menu .flip-container {
    margin: 15px 0px;
    width: auto;
  }
}
body .card-menu .flipper {
  position: relative;
  transition: 500ms;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
body .card-menu .front,
body .card-menu .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body .card-menu .front {
  position: relative;
  background: linear-gradient(#606060,#000000);
  color: #95d600;
  font-family: 'Roboto Condensed';
  border-radius: 15px;
  transform: rotateY(0deg);
  text-align: center;
}
body .card-menu .front img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-height: 300px;
}
@media (min-width:768px) and (max-width:991px) {
  body .card-menu .front img {
    max-height: 170px;
  }
}
@media (min-width:480px) and (max-width:767px) {
  body .card-menu .front img {
    max-height: 230px;
  }
}
@media (max-width:479px) {
  body .card-menu .front img {
    max-height: 140px;
  }
}
body .card-menu .back {
  background: white;
  font-family: 'Roboto Condensed';
  padding: 20px 30px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 15px;
  box-shadow: 0px 0px 120px -15px rgba(0,0,0,0.1) inset;
  transform: rotateY(180deg);
}
body .card-menu .flip-container:hover .flipper,
body .card-menu .flip-container.hover .flipper,
body .card-menu .flip-container.flip .flipper {
  transform: rotateY(180deg);
}
body .card-menu h4 {
  padding: 30px 30px 0px 30px;
  margin-bottom: -30px;
  text-align: center;
  line-height: 145%;
}
@media (max-width:767px) {
  body .card-menu h4 {
    padding: 10px;
  }
}
@media (min-width:1200px) {
  body .card-menu h4 {
    font-size: 22px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  body .card-menu h4 {
    font-size: 19px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  body .card-menu h4 {
    font-size: 22px;
  }
}
@media (min-width:480px) and (max-width:767px) {
  body .card-menu h4 {
    font-size: 19px;
  }
}
@media (max-width:479px) {
  body .card-menu h4 {
    font-size: 15px;
  }
}
body .card-menu h3 {
  margin-bottom: 20px;
  font: 18px 'Roboto Condensed';
  line-height: 145%;
}
body .partners h4.media-heading {
  font-size: 33px;
  font-family: 'Roboto Condensed';
  padding: 35px 0px 25px 0px;
}
body .partners .media-body p,
body .partners .partners-text p {
  font-size: 16px;
  text-align: justify;
  line-height: 138%;
  padding: 0px 45px 0px 0px;
}
body .partners-list {
  padding: 0px 22px 0px 0px;
}
body .partners-item {
  float: left;
}
body .partners-item .partners-item-photo {
  background-size: contain;
  width: 83px;
  height: 83px;
  margin: 2px;
  border-radius: 3px;
  box-shadow: -4px -30px 90px -50px black inset;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.6);
  border-left: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.4);
  background-position: center center;
  background-repeat: no-repeat;
}
body .partners-item .partners-item-photo {
  transition: all 0.9s ease;
}
body .partners-item .partners-item-photo:hover {
  box-shadow: 0px 0px 15px -8px black inset;
  transition: all 0.05s ease;
}
body>footer {
  background: radial-gradient(ellipse at 50% -10px,#494949,#000000,#000000);
  margin-top: 50px;
}
@media (min-width:480px) and (max-width:767px) {
  body>footer {
    padding-left: 20vw;
    padding-right: 20vw;
  }
}
@media (max-width:479px) {
  body>footer {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
body>footer h5 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  font-family: 'Roboto Condensed';
  color: white;
}
@media (max-width:767px) {
  body>footer h5 {
    display: none;
  }
}
body>footer .footer-col:not(:first-child) h5 {
  margin-left: -14px;
}
body>footer .footer-col:not(:last-child) h5 {
  margin-right: -14px;
}
body>footer .container p {
  font-family: 'Roboto Condensed';
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}
body .footer-contact {
  cursor: pointer;
}
body .footer-contact .contact-text {
  color: rgba(255,255,255,0.75);
  font-family: 'Roboto Condensed';
}
@media (min-width:768px) {
  body .footer-contact .contact-text {
    text-align: right;
    padding: 2px 95px 2px 0px;
    background: url(/assets/image/contact-map-thumbnail.png) no-repeat 95% center;
    background-size: contain;
    margin-top: 30px;
  }
}
@media (max-width:767px) {
  body .footer-contact .contact-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body .footer-coordinator {
  text-align: center;
}
body .footer-coordinator .coordinator-logo {
  margin: 0 auto;
  padding: 8px 25px 40px 25px;
  max-width: 250px;
  max-height: 80px;
}
body .footer-eu img {
  height: 50px;
  margin: 5px auto 60px auto;
}
@media (min-width:992px) {
  body .footer-eu div.text {
    padding: 5px 20px 12px 20px;
  }
  body .footer-eu img {
    float: left;
  }
  body .footer-eu p {
    text-align: left;
  }
}
.main-slider,
.main-slider .picture {
  width: 100%;
  height: 20vw;
  min-height: 140px;
  max-height: 85vh;
  box-shadow: 0px 5px 30px 3px black inset;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#main-carousel {
  margin-top: 50px;
}
#main-carousel .carousel-caption {
  left: 0px;
  padding: 6px calc(4vw + 30px) 6px 4vw;
  bottom: 0px;
  width: auto;
  right: auto;
  text-align: left;
  background: rgba(0,0,0,0.75);
  border-radius: 0px 130px 0px 0px;
}
#main-carousel .carousel-caption .intro-heading {
  font-size: 23px;
  font-family: 'Roboto Condensed';
}
#main-carousel .carousel-caption .intro-lead-in {
  font-size: 16px;
}
@media (max-width:767px) {
  #main-carousel .carousel-caption {
    padding: 6px 9vw 6px 2vw;
  }
  #main-carousel .carousel-caption .intro-heading {
    font-size: 17px;
  }
  #main-carousel .carousel-caption .intro-lead-in {
    font-size: 12px;
  }
}
#main-carousel .carousel-caption a {
  color: #ffdd00;
}
.dev-note {
  position: absolute;
  right: 60px;
  top: 0px;
  z-index: 9999;
  background: blue;
  box-shadow: 0px 5px 30px 0px black;
  padding: 20px 30px;
  font: 18px 'Roboto Condensed';
  color: white;
  white-space: nowrap;
}
@media (max-width:479px) {
  svg.circular-menu {
    position: absolute;
    top: 115px;
    left: -100px;
    width: 200px;
    height: 200px;
  }
  body .slider-overlay {
    background: transparent;
    border: none;
  }
  .main-slider {
    margin-bottom: 200px;
  }
}
#AimingWire {
  top: ;
  margin-top: ;
  position: fixed;
  z-index: 9999;
  border: 3px solid rgba(255,0,0,0.6);
  left: 51vw;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
@media (max-width: ) and (min-width: ) {
  #AimingWire {
    top: ;
  }
}
@media (max-width:479px) {
  svg.circular-menu {
    top: 155px;
  }
}
.partners-item {
  margin-right: 22px;
}
.partners-item:last-child {
  margin-right: 0;
}
body .footer-eu .footer-eu-image {
  margin-right: .8em;
}
.widget .date.submitted {
  text-align: right;
  font-size: 11px;
}
.widget .forum.post-topic {
  margin: 0.3em 0;
  font-size: 14px;
  font-weight: bold;
}
.widget .forum-post-author {
  max-height: 3em;
}
