body {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Slider */
@charset "UTF-8";
@font-face {
  font-family: 'Bebas Neue Regular';
  /* IE9 Compat Modes */
  src: url('../fonts/BebasNeue Regular.eot');
  /* IE6-IE8 */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: url('../fonts/BebasNeue Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue Regular.woff') format('woff'), url('../fonts/BebasNeue Regular.ttf') format('truetype'), url('../fonts/BebasNeue Regular.svg#3166c81ac2dcbbc5ab3c7185cfcd2ecc') format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Bebas Neue Bold';
  /* IE9 Compat Modes */
  src: url('../fonts/BebasNeue Bold.eot');
  /* IE6-IE8 */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: url('../fonts/BebasNeue Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue Bold.woff') format('woff'), url('../fonts/BebasNeue Bold.ttf') format('truetype'), url('../fonts/BebasNeue Bold.svg#4ee7cf2c44cbe4dfc2ada91760f0e6e2') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Exo 2.0 Medium';
  /* IE9 Compat Modes */
  src: url('../fonts/Exo2.0-Medium.eot');
  /* IE6-IE8 */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: url('../fonts/Exo2.0-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-Medium.woff') format('woff'), url('../fonts/Exo2.0-Medium.ttf') format('truetype'), url('../fonts/Exo2.0-Medium.svg#4ec593394f2984313580bba9732b2eff') format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Exo 2.0 Medium Italic';
  /* IE9 Compat Modes */
  src: url('../fonts/Exo2.0-MediumItalic.eot');
  /* IE6-IE8 */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: url('../fonts/Exo2.0-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-MediumItalic.woff') format('woff'), url('../fonts/Exo2.0-MediumItalic.ttf') format('truetype'), url('../fonts/Exo2.0-MediumItalic.svg#32ecf99b9568c107b7df7a4c8d289a9e') format('svg');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Exo 2.0 Bold';
  /* IE9 Compat Modes */
  src: url('../fonts/Exo2.0-Bold.eot');
  /* IE6-IE8 */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: url('../fonts/Exo2.0-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-Bold.woff') format('woff'), url('../fonts/Exo2.0-Bold.ttf') format('truetype'), url('../fonts/Exo2.0-Bold.svg#2da1aabe7a14d9128db261048c9b87cc') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Tungsten Semibold';
  /* IE9 Compat Modes */
  src: url('../fonts/Tungsten-Semibold.eot');
  /* IE6-IE8 */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: url('../fonts/Tungsten-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tungsten-Semibold.woff') format('woff'), url('../fonts/Tungsten-Semibold.ttf') format('truetype'), url('../fonts/Tungsten-Semibold.svg#e5f1fa838ba4f3e5059cea69f9b0aff4') format('svg');
  font-style: normal;
  font-weight: 700;
}

.ff-exo {
  font-family: "Exo 2.0 Medium", sans-serif;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-list {
  /* Icons */
}
.slick-loading .slick-list {
  background: #fff image-url("../images/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  /* Arrows */
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 35px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -35px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -35px;
  /* Dots */
}
[dir="rtl"] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
section {
  padding: 70px 0px 50px;
}
h1 {
  font-family: "Bebas Neue Bold", sans-serif, sans-serif;
  font-size: 47px;
  color: #fff;
}
img:focus, a:focus {
  outline: none;
}
.center {
  text-align: center;
}
.m20 {
  margin: 20px;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.ml0 {
  margin-left: 0;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px!important;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb-10 {
  margin-bottom: -10px;
}
.mb-20 {
  margin-bottom: -20px;
}
.pb10 {
  padding-bottom: 10px !important;
}
.p20 {
  padding: 20px;
}
.pt0 {
  padding-top: 0;
}
.p10{
  padding: 10px;
}
.slick-initialized .slick-slide:focus {
  outline: none;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 24px;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffc425;
}
.navbar-inverse .navbar-nav > li > a:active {
  position: relative;
  top: 1px;
}
.in-block{
  display: inline-block;
}

.navbar {
  height: 90px;
  padding-top: 22px;
  background: url(../images/bg-nav.png);
}
.navbar-brand {
  width: 220px;
  height: auto;
  padding: 0;
  padding-left: 15px;
}
.navbar-inverse .navbar-nav > li .btn-nav {
  background-color: #ee3739;
  border-bottom: 4px solid #b3292b;
}
.navbar-inverse .navbar-nav > li .btn-nav:hover, .navbar-inverse .navbar-nav > li .btn-nav:focus {
  background-color: #ee3739;
  color: #fff;
}
.navbar-inverse .navbar-nav > li .btn-nav:active {
  position: relative;
  top: 4px;
  border-bottom: 0;
  color: #fff;
  background-color: #ee3739;
}
.year-switcher {
  text-align: center;
}
.year-switcher img, .year-switcher h3 {
  display: inline-block;
}
.year-switcher img {
  vertical-align: initial;
}
.panel-title {
  text-align: left;
  color: #fff;
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 18px;
}
.panel-heading:hover {
  background-color: #fff;
}
.panel-heading a:hover, .panel-heading a:focus {
  text-decoration: none;
}
.panel-body p {
  font-family: "Exo 2.0 Medium", sans-serif;
  color: #824e00;
  font-size: 16px;
}
.panel-group .panel {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  border: none;
  border-bottom: solid 4px #000;
}
.panel-group .panel .glyphicon-chevron-down {
  float: right;
}
.panel-default > .panel-heading {
  background-color: #3a3a3a;
  border-radius: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  text-align: left;
  border: none;
  background-color: transparent;
}
@media (max-width: 995px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.container {
  max-width: 960px;
}
.container-lg {
  max-width: 1100px;
}
.arrow-btn {
  font-size: 36px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
}
.arrow-btn:hover {
  opacity: 1;
  color: #fff;
}

.btn-press {
  margin-bottom: 20px!important;
}

.btn {
  border: none;
  padding-top: 10px;
  border-radius: 0;
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  border-bottom-width: 4px;
}
.btn:hover, .btn:focus {
  color: #fff;
}
.btn:active {
  position: relative;
  border-bottom-width: 2px;
  top: 2px;
  box-shadow: none;
}

.btn-dark {
  background-color: #3a3a3a;
    border-bottom: 4px solid #000;
    color: #fff;
}
.btn-dark:hover{
  opacity: 0.9;
}

.btn-yellow {
  background-color: #ffc425;
  color: #fff;
  border-bottom: 4px solid #cc9e1f;
}

.btn-red-2 {
  background-color: #ee3739;
  color: #fff;
  border-bottom: 4px solid #b3292b;
}


.btn-yellow-small {
  background-color: #ffc425;
  color: #fff;
  border-bottom: 4px solid #cc9e1f;
  width: 200px;
}

.btn-yellow-2 {
  background-color: #966a21;
  color: #fff;
  border-bottom: 4px solid #7d6526;
}

.btn-yellow-2:hover, .btn-yellow-2:focus{
  background-color: #ad7a05;
}

.btn-red-2:hover, .btn-red-2:active, .btn-red-2:focus {
  background-color: #b3292b;
}

.btn-yellow-2:active{
  background-color: #be8502;
}

.btn-yellow:hover, .btn-yellow:focus {
  background-color: #faca4a;
}
.btn-yellow:active {
  color: #fff;
  background-color: #ffc425;
}

.btn-yellow-small:hover, .btn-yellow-small:focus {
  background-color: #faca4a;
}
.btn-yellow-small:active {
  color: #fff;
  background-color: #ffc425;
}

.btn-red {
  background-color: #ee3739;
  color: #fff;
  border-bottom: 4px solid #b3292b;
}
.btn-red:hover, .btn-red:focus {
  background-color: #ff3b3e;
}
.btn-red:active {
  color: #fff;
  background-color: #ee3739;
}
.btn-red .fa {
  font-size: 30px;
  vertical-align: middle;
  padding-top: 1px;
  margin-left: -10px;
}
.ribbon-header {
  height: 66px;
  text-align: center;
  margin-bottom: 60px;
}
.ribbon-header h2 {
  font-family: "Bebas Neue Bold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
 /* letter-spacing: -1px;*/
  margin-top: 20px;
}
.ribbon-header h3 {
  font-family: "Bebas Neue Bold", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 auto;
  color: #fff;
  padding: 0 16px;
}
.ribbon-header h5 {
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 18px;
  color: #fff;
}
.ribbon-left {
  width: 55px;
  height: 66px;
  display: inline;
}
.ribbon-content {
  background: url('../images/ribbon-bg.png') repeat-x;
  height: 66px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}
.ribbon-content h1 {
  display: inline;
  position: relative;
  top: 6px;
  padding: 5px;
}
.ribbon-right {
  width: 55px;
  height: 66px;
  display: inline;
}
nav {
  background: #161718;
  height: 90px;
}
ul.dropdown-menu {
  background-color: #161718!important;
  top: 133%!important;
}
ul.dropdown-menu li a {
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 22px!important;
  color: #fff!important;
  background: none!important;
  border: none!important;
  margin:0;
}
ul.dropdown-menu li a:hover {
  color: #ffdd3c!important;
  background: none!important;
}
ul.dropdown-menu .btn{
  text-align: left;
}
#hero-section {
  background-image: url("../images/bg-hero-top.png"), url("../images/bg-hero-bot.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, repeat-x;
  padding-bottom: 30px;
  background-color: #3fb9ff;
}
#hero-section h3 {
  color: #fff;
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
#hero-section .flight-item {
  width: 100%;
  height: 220px;
  display: block;
}

#hero-section .flight-item .h3-wrap {
  display: block;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.flight-item:hover .h3-wrap {
    background-color: rgba(0, 0, 0, 0.6)!important;
    transition: all 0.3s ease;
}

#hero-section .flight-item h3 {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  color: #fff;
  transition: all 0.3s ease;
      text-shadow: 0px 0px 5px rgb(6, 6, 6);
}
#hero-section .flight-item:hover {
  color: #fff;
}

#hero-section .flight-item:hover h3 {
    font-size: 40px!important;
    transition: all 0.3s ease;
}

.shake {
    display: inline-block;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.flight-btn {
  transition: all 0.3s ease;
}

.flight-btn:hover {
    border-bottom: 4px solid #8E1517;
    background-color: #B51618;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
/*   padding-right: 2.2em; */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f145";
/*   position: absolute; */
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before, .flight-btn:hover .hvr-icon-pop {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



#about-section {
  background: url('../images/bg-about-section.jpg') center top;
  background-size: cover;
}
#about-section .h1-primary, #about-section .h1-secondary {
  font-family: "Exo 2.0 Bold", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#about-section .h1-primary {
  font-size: 48px;
}
#about-section .h1-secondary {
  font-size: 60px;
  margin-top: -15px;
}
#about-section p {
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #34383e;
}
#about-section .gallery img {
  width: 100%;
  height: auto;
}
#about-section .gallery img:focus {
  outline: none;
}
#about-section .gallery .slick-initialized .slick-slide:focus {
  outline: none;
}
#about-section .gallery .slick-prev, #about-section .gallery .slick-next {
  display: none;
}
#about-section .stats-container {
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  border-top: 4px solid rgba(154, 154, 16, 0.23);
  margin-top: 35px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #about-section .stats-container {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  #about-section .stats-container {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  #about-section .stats-container {
    display: block;
  }
}
#about-section .stats-object {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  text-align: center;
}
#about-section .stats-object img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.3s ease;
}
#about-section .stats-object img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.3s ease;
}
#about-section .stats-object h4 {
  font-family: "Bebas Neue Bold", sans-serif;
  font-size: 24px;
  margin-top: 0;
}
#about-section .stats-object span {
  font-size: 30px;
  color: #ee3739;
}
#about-section .testimonial .slick-dots li {
  margin: -20px;
  top: -20px;
}
#about-section .testimonial .slick-dots li button:before {
  font-size: 9px;
}
#about-section blockquote {
  border: none;
  font-family: "Exo 2.0 Medium Italic", sans-serif;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  font-style: italic;
  color: #3a4e04;
  letter-spacing: -0.5px;
}
#about-section .author {
  text-align: center;
}
#about-section .author img {
  border-radius: 30px;
  display: inline-block;
  margin: 10px;
  margin-top: -10px;
  transition: all 0.3s ease;
  height: 60px;
  width: auto;
}
#about-section .author img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.3s ease;
}
#about-section .author .author-details {
  text-align: left;
  display: inline-block;
}
#about-section .author .author-details h5 {
  font-family: "Exo 2.0 Bold", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
#about-section .author .author-details h6 {
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 15px;
  margin-top: 0;
}
#flyers-section {
  background-color: #ffa519;
  background-image: url('../images/bg-flyers-top.png'), url('../images/bg-flyers-bot.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat, repeat-x;
 /* background-size: cover;*/
}
#flyers-section h2 {
  color: #8e5a08;
  margin-top: 16px;
}
#flyers-section .fa {
  float: left;
  padding: 3px 6px;
  margin-right: -25px;
}
#flyers-section h4 {
  font-family: "Tungsten Semibold", sans-serif;
  font-size: 26px;
  color: #fff;
  background-color: #0092ff;
  border-bottom: solid 4px #236fa7;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}
#flyers-section h5 {
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
}
#flyers-section h6 {
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  margin-top: 0;
}
#flyers-section .speaker-entry-details {
  background-color: #2f2f2f;
  padding: 3px;
  height: 80px;
}
#flyers-section .speaker-entry img {
  width: 100%;
  height: 210px;
}
#flyers-section h4 a{
  color: #fff;
  transition: all 0.5s ease;
  text-decoration: underline;
}
#flyers-section h4 a:hover,#flyers-section h4 a:hover{
  transition: all 0.5s ease;
  color: rgb(255, 209, 25);
}
#flyers-section h4 a:active{
  position: relative;
  top: 1px;
}

#map-section {
  background: url("../images/bg-map-2.png"), url("../images/bg-wall.png");
  background-repeat: no-repeat, repeat;
  background-position: bottom, center;
  padding: 65px 0px 60px 0px;
 
}

#map-section h2 {
  color: #5d6064;
  font-family: "Bebas Neue Bold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  /*letter-spacing: -1px;*/
  margin-top: 20px;
}
#country-host-section {
  background-image: url('../images/bg-wall.png');
}
#country-host-section h2 {
  color: #966a06;
}
#country-host-section .media-entry {
  padding: 10px;
  width: 160px;
  display: inline-block;
  margin-bottom: -50px;
}
#country-host-section .panel-group a {
  color: #cc8110;
}
#country-host-section .panel-group a:hover, #country-host-section .panel-group a:focus {
  color: #ffa115;
  text-decoration: none;
}
#country-host-section .panel-group a:visited {
  text-decoration: none;
}
#country-host-section .panel-group a:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}
#media-section {
  background-color: #ffc339;
  background-image: url('../images/bg-media-top.png'), url('../images/bg-media-bot.png');
  background-position: top center, center bottom;
  background-repeat: repeat-x;
}
#media-section h2 {
  color: #966a06;
}
#media-section .media-entry {
  padding: 10px;
  width: 160px;
  display: inline-block;
  margin-bottom: -50px;
}

#media-section .media-entry img {
    transition: all 0.3s ease;
}

#media-section .media-entry:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

#map-section .media-entry {
  padding: 10px;
  width: 160px;
  display: inline-block;
  margin-bottom: -50px;
}

#map-section .media-entry img {
    transition: all 0.3s ease;
}

#map-section .media-entry:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

#media-section .panel-group a {
  color: #cc8110;
}
#media-section .panel-group a:hover, #media-section .panel-group a:focus {
  color: #ffa115;
  text-decoration: none;
}
#media-section .panel-group a:visited {
  text-decoration: none;
}
#media-section .panel-group a:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}
#partners-section {
  background-image: url('../images/bg-footer-1.png'), url('../images/bg-footer-2.png');
  background-position: center top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #343434;
  padding-bottom: 0;
}
#partners-section h2 {
  color: #b9b9b9;
}
#partners-section fieldset {
  border: 1px solid #202020;
  padding: 15px 30px;
  border-radius: 5px;
  margin: 0px 0px 20px 0px;
}
#partners-section fieldset:last-child{
  margin-bottom: 60px;
}
#partners-section fieldset ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#partners-section fieldset ul li {
  display: inline-block;
  margin: 20px;
}
#partners-section fieldset ul li img {
  height: 80px;
  width: auto;
  opacity: 0.9;
}
#partners-section .platinum-partners ul li img{
  height: 90px;
}
#partners-section .event-partners ul li img, #partners-section .community-partners ul li img {
 height: 120px; 
}
/*
#partners-section fieldset ul li img:hover {
  position: relative;
  bottom: 2px;
  opacity: 1;
}
*/
#partners-section legend {
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border: none;
  margin-bottom: 0px;
  margin: auto;
  width: auto;
}
footer {
  padding-top: 30px;
  min-height: 110px;
  background-color: #252525;
  border-bottom: solid 6px #1d1d1d;
}
footer p {
  color: #fff;
}
footer .logo-500 {
  max-height: 44px;
  width: auto;
}
footer .logo-goap {
  max-height: 68px;
  width: auto;
  margin-top: -9px;
}
footer p {
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
footer ul, footer li {
  padding-left: 0;
  display: inline-block;
}
footer a:hover {
  opacity: 1;
}
footer a:active, footer a:focus {
  position: relative;
  top: 1px;
}
footer li a img {
  height: 37px;
  width: auto;
  opacity: 0.8;
}
footer li a img:hover {
  opacity: 1;
}
.section-header-faq {
  background-image: url("../images/bg-header-faq.png"), url("../images/bg-header.jpg");
  background-position: center top, center top;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 30px;
  background-color: #3fb9ff;
  max-height: 330px;
}
.arrow-btn-2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  position: relative;
  top: -15px;
}
.arrow-btn-2:hover {
  opacity: 1;
  color: #fff;
}
.section-contact {
  background-color: #a5d239;
  background-image: url('../images/bg-contact.png');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.section-contact h2 {
  color: #517204;
}
.section-contact a {
  color: #517204;
}
.section-contact a:active {
  position: relative;
  top: 1px;
}
.section-contact h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 36px;
}
.section-contact h3 i {
  font-size: 15px;
  vertical-align: middle;
}
.section-contact ul {
  padding-left: 0;
  text-align: left;
  display: inline-block;
}
.section-contact ul li {
  font-family: "Exo 2.0 Medium", sans-serif;
  color: #fff;
  font-size: 17px;
  padding-left: 0;
  list-style: none;
  padding-bottom: 8px;
}
.section-contact .ticket-entry {
  min-width: 625px;
  min-height: 270px;
  background: url('../images/bg-ticket.png') no-repeat;
  display: inline-block;
}
.section-contact .ticket-entry a {
  color: #41a0d6;
}
.section-contact .ticket-entry a:hover, .section-contact .ticket-entry a:active, .section-contact .ticket-entry a:focus {
  color: #41a0d6;
}
.section-contact .ticket-entry .ticket-image {
  float: left;
  top: 71px;
  position: relative;
  left: 48px;
}

  .section-contact .ticket-image img {
    height: 88px;
  }

.section-contact .ticket-entry .ticket-content {
  position: relative;
  top: 51px;
  right: 179px;
  text-align: right;
}
.section-contact .ticket-entry .ticket-content h2 {
  font-size: 36px;
  color: #414243;
  font-family: "Bebas Neue Bold", sans-serif;
  margin-bottom: 0;
}
.section-contact .ticket-entry .ticket-content h3 {
  font-size: 18px;
  font-family: "Exo 2.0 Bold", sans-serif;
  color: #6b6c6c;
  margin-top: -5px;
  text-transform: capitalize;
}
.section-contact .ticket-entry .ticket-content p {
  font-family: "Exo 2.0 Bold", sans-serif;
  color: #41a0d6;
  font-size: 16px;
}
.section-header-alumni {
  background-image: url("../images/bg-header-alumni.png"), url("../images/bg-header.jpg");
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 30px;
  background-color: #3fb9ff;
  max-height: 330px;
}
#resources-section {
  background-image: url("../images/bg-hero-top.jpg"), url("../images/bg-hero-bot.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 30px;
  background-color: #46C0FF;
  background-size: contain;
}
#resources-section h2{
  color: #216F96;
}
#resources-section h3 {
  color: #fff;
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
#resources-section h3 .fa {
  font-size: 14px;
  vertical-align: middle;
  padding: 8px;
}
#resources-section h5 {
  color: #fff;
  font-family: "Exo 2.0 Medium", sans-serif;
  text-align: center;
  font-size: 18px;
}
#resources-section .flight-item {
  width: 100%;
  height: 220px;
  display: block;
}
#resources-section .flight-item h3 {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#resources-section .flight-item:hover {
  color: #fff;
}

#tour-section {
  background-image: url("../images/bg-hero-top.png"), url("../images/bg-hero-bot.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 30px;
  background-color: #46C0FF;
  background-size: contain;
}

#tour-section .content{
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #34383e;
  padding-top: 0;
}

#tour-section .content li{
  padding-top: 10px;
  padding-bottom: 10px;
}

#tour-section h3 {
  color: #fff;
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
#tour-section h3 .fa {
  font-size: 14px;
  vertical-align: middle;
  padding: 8px;
}
#tour-section h5 {
  color: #fff;
  font-family: "Exo 2.0 Medium", sans-serif;
  text-align: center;
  font-size: 18px;
}
#tour-section .flight-item {
  width: 100%;
  height: 220px;
  display: block;
}
#tour-section .flight-item h3 {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#tour-section .flight-item:hover {
  color: #fff;
}

#tour-section .trips{
  margin-bottom: 10px;
  
}

#tour-section .trips-row{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
}

#tour-section .trips .img-responsive{
  width: 100%;
  height: auto;
}

#alumni-page {
  background-color: #ffa519;
  background-image: url('../images/bg-flyers-top.png'), url('../images/bg-flyers-bot.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat, repeat-x;
}
#alumni-page p {
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2.0 Medium", sans-serif;
}
#alumni-page h2 {
  color: #8e5a08;
  margin-top: 16px;
}
#alumni-page .fa {
  float: left;
  padding: 3px 6px;
  margin-right: -25px;
}
#alumni-page h4 {
  font-family: "Tungsten Semibold", sans-serif;
  font-size: 26px;
  color: #fff;
  background-color: #0092ff;
  border-bottom: solid 4px #236fa7;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  margin-top: 0;
}
#alumni-page h5 {
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
#alumni-page h6 {
  font-family: "Exo 2.0 Medium", sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  margin-top: 0;
}
#alumni-page .speaker-entry {
  padding-top: 0;
}
#alumni-page .social-media-speakers {
  text-align: center;
}
#alumni-page .social-media-speakers a{
  display: inline-block;
  opacity: 0.9;
}
#alumni-page .social-media-speakers a:hover, #alumni-page .social-media-speakers a:focus{
  opacity: 1;
}
#alumni-page .social-media-speakers a:active{
  position: relative;
  top: 1px;
}
#alumni-page .social-media-speakers a img {
  height: 35px;
  width: 35px;
  margin: 1px 2px 7px 2px;
}
#alumni-page .speaker-entry-details {
  background-color: #2f2f2f;
  padding: 3px;
}
#alumni-page .speaker-entry-details .speaker-entry a img {
  width: 100%;
  height: auto;
}
#alumni-page .speaker-sidebar {
  padding-top: 0;
}
#alumni-page .speaker-sidebar h4 {
  background-color: #a5d239;
  border-color: #88b41d;
  text-transform: uppercase;
  font-family: "Tungsten Semibold", sans-serif;
}
#alumni-page .speaker-sidebar-details {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px;
}
#alumni-page .speaker-sidebar-details p {
  font-size: 1.3em;
  line-height: 1em;
  font-family: "Bebas Neue Bold", sans-serif;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#alumni-page .speaker-sidebar-details p a {
  color: #fff;
}
#alumni-page .speaker-sidebar-details .speaker-sidebar a img {
  width: 100%;
  height: auto;
}

.resources-image {
  padding: 7px 15px;
  width: 19%;
  display: inline-block;
  text-align: center;
}
.col-lg-3.res-img {
  margin-left: -47px;
}

.col-md-6.res-img {
  margin-left:0 auto;
}


/*test css*/
.overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.overlay:hover{
    opacity: 1;
    background-color:rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

.slick-prev:before, .slick-next:before { 
    color:white !important;
    z-index: 1;
    position: relative;
}

.content {
    margin: auto;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
    width: 95%;
}

.cm_tag_select {
    background: #FFF url("../images/arrow-down.png") no-repeat 96% 50%;
    /*background-image: none;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 5px 25px;
    width: 45%;
}

  .cm_tag_select:focus {
    outline: none;
  }

.cm_tag_select_wrap {
    position: relative;
    z-index: 99;
    box-shadow: 0px 10px 31px -11px rgba(0,0,0,0.5);
    margin-bottom: -5px;
    padding: 15px;
    margin-top: 30px;
    text-align: center;
    background: #b2b7ac url("../images/map-bar.jpg");
    }


    .cm-map-pin p {
  text-align: center;
  font-size: 16px!important;
}

  .cm-map-pin p strong {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px!important;
    padding-bottom: 5px;
    border-bottom: 2px solid #cedb2e;
  }
  
 
 .event-partners.no {
   display: none;
 }

  


@media (max-width: 490px) and (min-width: 300px) {
  .ribbon-left {
    display:none;
  }
  .ribbon-right {
    display: none;
  }
  .ribbon-content {
    padding: 2px;
  }
}


/*Style for press list*/

/*.press-table {
  margin-bottom: -24px;
}*/

#press-list p {
  line-height: 22px;
  font-family: 'Exo 2.0 Medium', sans-serif;
  font-size: 14px!important;
}

#press-list a {
  text-decoration: none;
  color: #f0f76e;
  font-size: 19px!important;
}

#press-list a:hover, #press-list a:active {
  color: #fff;
  transition: .2s all ease-in;
}

.border-line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}

.border-line-thick{
  border-top: 4px solid rgba(154, 154, 16, 0.23)!important;
}

.border-line-bot {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 60px;
}

.border-line-bot-thick{
  border-bottom: 4px solid rgba(154, 154, 16, 0.23)!important;
}

.press-section h3 {
  margin: 45px;
}

.navbar-responsive-collapse {
  background: url(../images/bg-nav.png);
}

.navbar-collapse {
  border: none!important;
  border-top: 0px transparent;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}

.about-content {
  font-size: 18px;
}

/*li.menu-item-object-custom{
  padding-left: 15px;
  padding-right: 15px;
}*/

/*responsive*/
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

        .pull-right.mnav {
          float: none!important;
        }
        li.menu-item-object-custom {
          /*width: 96%!important;*/
          margin: auto!important;
        }
        .navbar-collapse {
          border: none!important;
          border-top: 0px transparent;
        }
        .resources-image{
          width: 19%;
        }
        .single .speaker-sidebar{
          margin-top: 20px;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      
        .pull-right.mnav {
          float: none!important;
        }
        li.menu-item-object-custom {
          /*width: 90%!important;*/
          margin: auto!important;
        }
        .navbar-collapse {
          border: none!important;
          border-top: 0px transparent;
        }
        .navbar-inverse .navbar-nav > li .btn-nav {
        margin-left: 0!important;
        margin-top: 15px;
        margin-bottom: 10px;
        }
        .speaker-entry {
          margin-bottom: 30px;
          max-width: 210px;
        }
        .col-xs-6:nth-of-type(odd) .speaker-entry {
          float: right;
        }
        .col-xs-6:nth-of-type(even) .speaker-entry{
          float: left;
        }
        .resources-image{
          width: 30%;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .slick-next {
            right: -10px!important;
        }
        .slick-prev {
            left: -10px!important;
        }
        .stats-container li img {
            width: 100%!important;
        }
        #about-section .stats-container {
            display: inline-block!important;
        }
        #about-section .h1-secondary {
          font-size: 45px!important;
          margin-top: 8px!important;
        }
        #about-section .h1-primary {
          font-size: 45px!important;
        }
        .gold-partners li:nth-child(2) img,
        .platinum-partners li:nth-child(1) img {
          height: inherit;
          width: 180px!important;
        }
        footer {
          padding-bottom: 20px;
        }
        footer ul {
          margin-top: 10px;
        }
        footer .logo-goap{
          float: right;
        }
        .gold-partners fieldset ul li,
        .platinum-partners fieldset ul li,
        .silver-partners fieldset ul li {
          margin: 0!important
        }
        #about-section .ribbon-content h1 {
          font-size: 41px!important;

        }
        #about-section .ribbon-header {
          margin-bottom: 40px!important;
        }
        .pull-right.mnav {
          float: none!important;
        }
        li.menu-item-object-custom {
          /*width: 90%!important;*/
          margin: auto!important;
        }
        .navbar-collapse {
          border: none!important;
          border-top: 0px transparent;
        }
        #partners-section .ribbon-header {
          margin-bottom: 24px!important;
        }
        .page-template-page-faq .ribbon-header {
          margin-bottom: 80px!important;
        }
        .page-template-page-faq .media-section {
          padding-top: 60px!important;
        }
        .ytv-canvas {
          margin-bottom: 30px!important;
        }
        .section-contact .ticket-entry {
          background: url('../images/bg-ticket-xs.png') no-repeat;
          background-size: cover;
          min-height: 331px!important;
          width: 290px!important;
          min-width: 290px!important;
        }
        .section-contact .ticket-entry .ticket-content {
          left: -39px!important;
        text-align: left;
        top: 155px;
        }
        #country-host-section .ribbon-header {
          margin-bottom: 20px!important;
        }
        .resources-image{
          width: 49%;
        }
        .ribbon-content h1{
          font-size: 4rem!important;
        }
        .media-section .ribbon-header, .past-country-section .ribbon-header{
          height: auto;
          margin-bottom: 0;
        }
        .ribbon-content{
          display: block;
        }
        .ribbon-content .xs-text{
        font-size: 3rem!important;
        }
        .single .speaker-entry{
          float: none;
          margin: 0 auto;
          margin-bottom: 20px;
        }
    }

    @media only screen and (max-width : 479px) and (min-width: 321px) {
      /*SPECIAL CLASS*/
      .col-xxs-12{
        width: 100%;
      }
      .col-xxs-6{
        width: 50%;
      }
      .col-xs-6:nth-of-type(odd) .speaker-entry, .col-xs-6:nth-of-type(even) .speaker-entry{
        float: none;
        margin: 0 auto;
      }
      .ribbon-content .xs-text{
        font-size: 3rem!important;
      }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .slick-next {
            right: 0px;
        }
        .slick-prev {
            left: 0px;
        }
        #media-section .center img {
          width: 60%!important;
          display: inline-block!important;
        }
        #map-section .media-entry{
          padding: 0px!important;
          width: 140px!important;
        }
        .custom-mapping-map {
          height: 352px!important;
        }
        .section-contact .ribbon-content h1 {
          font-size: 42px!important;
        }
        .section-contact .ribbon-header {
          margin-bottom: 105px!important;
        }
        .section-header-faq h1 {
          font-size: 28px!important;
        }
        .section-header-faq .ribbon-header {
          margin-bottom: 110px!important;
        }
        #media-section .media-entry {
          padding: 0px!important;
          width: 140px!important;
        }
        #map-section .media-entry{
          margin-bottom: 0;
        }
        #map-section .media-entry img{
          width: 60%!important;
          display: inline-block!important;
        }
        .slick-initialized .slick-slide {
          padding-left: 20px;
          padding-right: 20px;
        }
        .resources-image{
          width: 90%;
        }
        #partners-section fieldset{
          padding: 0;
          margin-bottom: 1rem;
        }
        /*SPECIAL CLASS*/
        .col-xxs-12{
          width: 100%;
        }
        .col-xxs-6{
          width: 50%;
        }
        .col-xs-6:nth-of-type(odd) .speaker-entry, .col-xs-6:nth-of-type(even) .speaker-entry{
        float: none;
        margin: 0 auto;
        }
        .ribbon-content .xs-text{
          font-size: 3rem!important;
        }
    }


/*RESPONSIVE TABLE LAYOUT*/

  table {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .table-striped > tbody > tr:nth-of-type(2n){
    background-color: #fff;
  }


  @media screen and (max-width: 480px) {
    #mapify-map-0, #mapify-map-heading{
      display: none;
    }
    table {
      border: 0;
      background-color: transparent;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

  .home-border {
    background: url('../images/border-home.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-top: 25px;
  }

  @media screen and (max-width: 975px) {
    /*Overwritten Bootstrap*/
    .navbar-fixed-top .navbar-collapse{
      max-height: none;
    }
  }

  .ribbon-content.ribbon-content-sm{
    position: relative;
    top: -15px;
  }

  .ribbon-content h3{
    position: relative;
    top: 13px;
  }
