a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none !important;
}
body {
  font-family: 'abc_modern_extra_lightregular', Arial, Verdana, sans-serif;
  background: #000;
}
main {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=0);
}
.caret {
  margin: 2px 0 0 5px;
}
header {
  padding-top: 10px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=0);
}
header h1 {
  font-family: 'morganbig_extrabolditalic';
  text-transform: uppercase;
  font-size: 61px;
  color: #fff;
  margin: 0 0 50px 15px;
  padding: 0;
  line-height: 35px;
  white-space: nowrap;
}
header h1 span {
  color: #ee3224;
  font-size: 12px;
  letter-spacing: .6em;
  margin: 0 0 0 37px;
}
header .podcast {
  padding-top: 20px;
  float: right;
  margin-bottom: 10px;
  max-width: 100%;
}
header .navbar-default .navbar-nav.nav_main li:hover,
header .navbar-default .navbar-nav.nav_main li.active,
header .navbar-default .navbar-nav.nav_main li.open a {
  background: #ee3224;
  color: #fff;
}
header .dropdown-menu > li > a {
  font-family: 'morganbigbold';
  text-transform: uppercase;
}
header .dropdown-menu > li > a:hover {
  background: #000;
}
header .navbar-default .navbar-nav.nav_main li.open .dropdown-menu a:hover {
  background: #000;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #ee3224;
}
header .navbar-default .navbar-nav > li > a {
  color: #ee3224;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  font-size: 17px;
}
header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a.active {
  color: #fff;
}
header .nav_social {
  margin-top: 30px;
}
header .nav_social a {
  color: #fff;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  font-size: 16px;
}
header .nav_social a:hover,
header .nav_social a:focus,
header .nav_social a:active {
  color: #ee3224;
  background: transparent;
}
footer {
  background: #000;
  padding: 0 0 45px 0;
}
footer .footer_podcast {
  background: url("../img/podcast_mike.jpg") no-repeat top left #000;
  width: 357px;
  height: 115px;
  box-sizing: border-box;
  padding-left: 120px;
}
footer .footer_podcast h1 {
  font-size: 28px;
  color: #fff;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: .8em;
  padding-top: 10px;
}
footer .footer_podcast ul li {
  float: left;
  margin: 5px 14px 0 0;
}
footer .spotify {
  text-align: center;
}
footer .spotify p {
  margin-top: 25px;
  color: #fff;
}
footer .spotify img {
  margin-top: 10px;
}
footer .footer_links {
  padding-top: 50px;
}
footer .footer_links .uncommon {
  float: right;
}
footer .footer_links .text {
  text-align: right;
  display: inline-block;
  width: 82%;
}
footer .footer_links .text .secondary {
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  margin-top: 10px;
}
footer .footer_links .text .secondary a {
  color: #666;
  margin: 0 7px;
  display: inline-block;
}
footer .footer_links .text .secondary a:hover {
  color: #fff;
}
footer .footer_links .text h6 {
  color: #666;
  font-weight: normal;
  font-family: 'abc_modern_extra_lightregular';
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: auto;
}
#owl-demo {
  border-top: 7px solid #ee3224;
  margin-bottom: 64px;
}
#owl-demo .item {
  position: relative;
}
#owl-demo .item .gradient {
  position: absolute;
  z-index: 7;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
#owl-demo .item .caption {
  position: absolute;
  width: 36%;
  bottom: 50px;
  left: 80px;
  z-index: 10;
}
#owl-demo .item .caption span {
  font-family: 'abc_modern_boldregular';
  color: #ee3224;
  text-transform: uppercase;
  font-size: 10px;
}
#owl-demo .item .caption h1 {
  color: #fff;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  line-height: 1em;
}
#owl-demo .item .caption p {
  font-size: 16px;
  color: #fff;
}
#owl-demo .item .caption a {
  position: absolute;
  bottom: -15px;
  right: -110px;
}
.owl-pagination {
  position: absolute;
  bottom: 70px;
  right: 80px;
}
.owl-prev {
  position: absolute;
  bottom: 300px;
  left: 0;
}
.owl-next {
  position: absolute;
  bottom: 300px;
  right: 0;
}
#bar {
  width: 0;
  max-width: 100%;
  height: 8px;
  background: #ee3224;
}
#progressBar {
  width: 100%;
  background: #fff;
}
.hp_podcast .podcast_text {
  background: #fff;
  padding: 50px 80px;
}
.hp_podcast .podcast_text h3 {
  color: #000;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  margin-bottom: 0;
}
.hp_podcast .podcast_text span {
  font-family: 'abc_modern_extra_lightregular';
}
.hp_podcast .podcast_text p {
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  margin: 10px 0;
}
.hp_podcast .podcast_text .btn_round {
  background: #ee3224;
  border-radius: 20px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
}
#hp_instagram .padding {
  padding: 15px 80px 0;
}
.insta_containers {
  margin-top: 20px;
}
.insta_containers.five .col-lg-3 {
  padding: 6px;
}
.insta_containers.podpadding .col-xs-6 {
  padding: 2px;
}
.insta_containers .instagram .instagram_info {
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #fff;
  pointer-events: none;
  background: #000;
  font-size: 16px;
}
.insta_containers .instagram .instagram_info ul {
  display: inline-block;
}
.insta_containers .instagram .instagram_info ul li {
  font-family: 'abc_modern_boldregular';
  color: #fff;
  padding: 0 10px;
  float: left;
}
.insta_containers .instagram .podcast_caption {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 74% !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.insta_containers .instagram .podcast_caption p {
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  display: inline-block;
  padding: 0 8px;
}
.insta_containers .instagram .podcast_caption span {
  color: #fff;
  font-family: Georgia, serif;
}
.insta_containers .instagram:hover .instagram_info {
  opacity: 1;
}
.insta_containers .instagram:hover p {
  color: #ee3224;
  background: #fff;
}
#hp_quote {
  padding: 80px 0;
}
#hp_quote .quote_bg {
  background: url("../img/bg_hp_quote_gradient.jpg") center left;
}
#hp_quote h3 {
  text-align: center;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  padding: 115px 75px;
  font-size: 32px;
}
#hp_quote h3 span {
  color: #ee3224;
}
#hp_quote .danica_quote {
  position: absolute;
  width: 100%;
  top: -65px;
  left: 10%;
}
#hp_quote .danica_quote_2 {
  display: none;
  width: 100%;
  height: auto;
}
#hp_signup {
  padding-bottom: 0;
}
#hp_signup h1 {
  font-size: 24px;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
#hp_signup input {
  background: none;
  border: 2px solid #2f2f2f;
  padding: 15px;
  width: 100%;
}
#hp_signup input:focus {
  border: 5px solid #ee3224;
  padding: 12px;
  color: #fff;
}
#hp_signup button {
  width: 100%;
  margin: 20px 0;
  font-size: 50px;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  color: #fff;
  background: #ee3224;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  text-transform: uppercase;
  cursor: hand;
}
#hp_signup button:hover {
  background: #000;
}
#signup {
  padding-bottom: 0;
  padding-top: 0;
}
#signup h1 {
  font-size: 24px;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  color: #000;
  margin-bottom: 20px;
}
#signup input {
  background: none;
  border: 2px solid #2f2f2f;
  padding: 15px;
  width: 100%;
}
#signup input:focus {
  border: 5px solid #ee3224;
  padding: 12px;
  color: #000;
}
#signup button {
  width: 100%;
  margin: 20px 0;
  font-size: 50px;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  color: #fff;
  background: #ee3224;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  text-transform: uppercase;
  cursor: hand;
}
#signup button:hover {
  background: #000;
}
.danica p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
}
.danica .text {
  padding: 20px 0 20px 50px;
}
.danica .info {
  width: 100%;
  display: inline-block;
}
.danica .info h4 {
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  margin: 10px 20px;
  color: #000;
}
.danica .info h4 span {
  font-family: 'abc_modern_extra_lightregular';
  font-size: 14px;
  text-transform: none;
  margin-left: 10px;
}
.danica .info.hometown {
  padding-left: 12%;
}
.danica .info.residence {
  padding-left: 24%;
}
.danica .info.marital {
  padding-left: 36%;
}
.danica .danica_section2 {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
}
.danica img {
  margin-bottom: 25px;
}
.danica .danica_section5 img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 16px;
  border: 1px solid #c1c1c1;
  float: right;
  margin-left: 50px;
}
.releases {
  padding: 45px 0;
}
.releases .pr {
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.releases .pr .img {
  width: 100%;
  height: 154px;
  overflow: hidden;
  margin-bottom: 10px;
}
.releases .pr .img img {
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.releases .pr p {
  font-family: 'abc_modern_extra_lightregular';
  color: #000;
}
.releases .pr h4 {
  font-family: 'abc_modern_boldregular';
  line-height: 21px;
  height: 44px;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.releases .pr h4 a {
  color: #000;
}
.releases .pr:hover img {
  padding: 14px 10px 0 10px;
}
.releases .pr:hover h4 a {
  color: #ee3224;
}
.innews {
  margin-top: 25px;
}
.in_news {
  display: inline-block;
  height: 60px;
  width: 100%;
}
.in_news .date {
  width: 13%;
  display: inline-block;
}
.in_news .link {
  display: inline-block;
  width: 85%;
}
.in_news h4 {
  font-family: 'abc_modern_extra_lightregular';
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in_news h4 small {
  color: #000;
}
.in_news h4 a {
  color: #000;
}
.in_news h4 a:before {
  font-family: 'icomoon' !important;
  content: "\e906";
  color: #ee3224;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  opacity: 0;
}
.in_news:hover h4 {
  font-family: 'abc_modern_boldregular';
}
.in_news:hover h4 a:before {
  font-family: 'icomoon' !important;
  content: "\e906";
  color: #000;
  margin-right: 24px;
  opacity: 1;
}
.article_prev,
.article_next {
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  z-index: 999999;
}
.article_prev span,
.article_next span {
  padding: 0 12px;
  color: #000;
  font-size: 18px;
}
.article_prev {
  left: 0;
  border-left: 11px solid #000;
}
.article_prev:hover {
  border-left-width: 26px;
  border-color: #ee3224;
}
.article_prev:hover span {
  color: #ee3224;
}
.article_next {
  right: 0;
  border-right: 11px solid #000;
}
.article_next:hover {
  border-right-width: 26px;
  border-color: #ee3224;
}
.article_next:hover span {
  color: #ee3224;
}
.article {
  padding: 0 0 75px;
  position: relative;
}
.article .img {
  position: relative;
  padding: 29px 32px 0 0;
  margin: 0 50px 35px 0;
}
.article .img img {
  z-index: 9;
  position: relative;
}
.article .img .bg_image {
  z-index: 1;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ee3224;
}
.article h2 {
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  margin-bottom: 35px;
}
.article h3 {
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.article h4 {
  color: #ee3224;
}
.article p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}
.article p a {
  color: #ee3224;
}
.article p a:hover {
  color: #000;
}
#podcast_episode .header {
  background-color: #ee3224;
  background-blend-mode: multiply;
}
#podcast_episode .header img {
  opacity: 0;
}
.pi_code {
  background: #fff;
  font-family: 'klavika_rgregular', serif;
}
.pi_code .header_img {
  position: relative;
  border-top: 17px solid #ee3224;
  border-bottom: 17px solid #ee3224;
}
.pi_code .header_img h1 {
  position: absolute;
  top: 15%;
  font-size: 5vw;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  line-height: .7em;
  left: 6%;
}
.pi_code .header_img h1 span {
  color: #ee3224;
}
.pi_code .page_header {
  padding: 0 6% 45px;
}
.pi_code .page_header .page_title h2 {
  background: #000;
  padding: 30px 40px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  float: left;
  font-family: 'klavika_bdbold', serif !important;
}
.pi_code .page_header .navbar-nav.nav_main {
  margin: 45px 0 0 0;
  list-style: none;
}
.pi_code .page_header .navbar-nav.nav_main li {
  float: left;
  position: relative;
}
.pi_code .page_header .navbar-nav.nav_main li:focus:after,
.pi_code .page_header .navbar-nav.nav_main li.active:after {
  border-top: solid 10px #ee3224;
  opacity: 1;
}
.pi_code .page_header .navbar-nav.nav_main li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pi_code .page_header .navbar-nav.nav_main li:hover,
.pi_code .page_header .navbar-nav.nav_main li:focus,
.pi_code .page_header .navbar-nav.nav_main li.active {
  background: #ee3224;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
.pi_code .page_header .navbar-nav.nav_main li:hover a,
.pi_code .page_header .navbar-nav.nav_main li:focus a,
.pi_code .page_header .navbar-nav.nav_main li.active a {
  color: #fff;
}
.pi_code .page_header .navbar-nav.nav_main li:hover:after,
.pi_code .page_header .navbar-nav.nav_main li:focus:after,
.pi_code .page_header .navbar-nav.nav_main li.active:after {
  border-top: solid 10px #ee3224;
  opacity: 1;
}
.pi_code .page_header .navbar-nav > li > a {
  color: #000;
  font-family: 'klavika_bdbold', serif;
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 20px;
}
.pi_code .page_header .navbar-nav > li > a:hover,
.pi_code .page_header .navbar-nav > li > a:focus,
.pi_code .page_header .navbar-nav > li > a.active {
  color: #fff;
  background: #ee3224;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pi_code .buy_now {
  background: #000;
  margin: 30px 0 0;
}
.pi_code .buy_now h2 {
  text-align: center;
  color: #ee3224;
  font-size: 11vw;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: .85em;
}
.pi_code .retailers {
  text-align: center;
  padding: 35px 0;
}
.pi_code .retailers a {
  margin-right: 12px;
}
.pi_code .new {
  border-top: solid 17px #ee3224;
}
.pi_code .text-left {
  font-size: 20px;
  color: #000;
  font-family: 'klavika_bdbold', serif;
  text-transform: uppercase;
  margin-left: 40px;
}
.pi_code .text-left a {
  margin-right: 15px;
}
.pi_code .text-left span {
  position: absolute;
  right: 55px;
  text-align: right;
  font-size: 14px;
  font-family: 'klavika_rgregular', serif;
}
.pi_code .bottom {
  position: relative;
}
.pi_code .bottom h5 {
  position: absolute;
  bottom: 30px;
  font-size: 3vw;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  line-height: .8em;
  left: 40px;
}
.pi_code .about_teaser {
  padding: 40px 0;
  margin-left: 60px;
}
.pi_code .about_teaser ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.pi_code .about_teaser ul li {
  background: none;
  font-size: 26px;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  padding-left: 35px;
  color: #ee3224;
}
.pi_code .about_teaser ul li span {
  font-size: 22px;
  font-family: 'klavika_rgregular', serif;
  color: #000;
  padding-left: 10px;
}
.pi_code .testimonials {
  column-count: 2;
  column-gap: 70px;
}
.pi_code .testimonials .testimonial {
  display: inline-block;
}
.pi_code .testimonials .testimonial p {
  font-size: 24px;
}
.pi_code .testimonials .testimonial h3 {
  font-family: 'klavika_bdbold', serif;
  color: #ee3224;
  font-size: 24px;
  text-transform: uppercase;
  text-align: right;
  margin: 0 0 60px;
}
.pi_code .testimonials .testimonial h3 span {
  color: #000;
  text-transform: lowercase;
  font-family: 'klavika_rgregular', serif;
}
.pi_code .teaser_bottom {
  margin-top: 50px;
}
.pi_code .teaser_bottom .teaser_buynow {
  float: left;
  margin: 0 20px 0 0;
}
.pi_code .teaser_bottom .teaser_buynow span {
  line-height: 120px;
  font-size: 66px;
  color: #ee3224;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  text-transform: uppercase;
}
.pi_code .content .row {
  padding: 45px 6%;
}
.pi_code .content .row:first-child {
  padding-top: 0;
}
.pi_code .content .teaser_text p {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0 0 30px 0;
}
.pi_code .content h3 {
  color: #000;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  padding: 20px 0 10px;
  font-size: 30px;
}
.pi_code .content .about {
  margin-bottom: -65px;
}
.pi_code .content .about_book {
  margin-top: -35px;
}
.pi_code .content h2 {
  font-size: 2.4vw;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  line-height: 1em;
}
.pi_code .content h2 span {
  color: #ee3224;
  font-family: 'utopia-std-headline', serif !important;
}
.pi_code .content h4 {
  padding: 35px 20px;
  line-height: 1.5em;
}
.pi_code .content .text {
  padding: 0 20px;
}
.pi_code .content .intro_text {
  padding: 0;
}
.pi_code .content .line {
  border-top: 6px solid #ee3224;
  margin: 65px 0 25px 0;
}
.pi_code .content .line2 {
  border-top: 6px solid #ee3224;
  margin-bottom: 85px;
  margin-top: -50px;
}
.pi_code .content p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.pi_code .content p.teaser_italic {
  font-size: 16px;
}
.pi_code .content span {
  color: #ee3224;
  font-family: 'klavika_bdbold', serif;
}
.pi_code .content a {
  text-decoration: none;
}
.pi_code .content ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.pi_code .content ul li {
  font-size: 26px;
  font-family: utopia-std-headline, serif;
  letter-spacing: .03em;
  font-weight: normal;
  background: url('../img/bullet.jpg') no-repeat 0 15px;
  padding-left: 35px;
}
.pi_code .content img {
  margin: 10px 0 20px 0;
}
.pi_code .content h5 {
  font-size: 22px;
  font-family: 'klavika_bdbold', serif;
}
.somnium p,
.profile p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
}
.warrior {
  background: #fff;
}
.warrior .cute-slider {
  margin-bottom: 100px;
}
.warrior .ig_feed {
  margin-top: 67px;
}
.warrior .ig_feed .instagram_post {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.warrior .ig_feed .instagram_post img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0%);
}
.warrior .follow_warrior {
  background: #000;
  text-align: center;
  padding-top: 45px;
}
.warrior .follow_warrior img {
  margin: 0 auto;
}
.warrior .follow_warrior .icon_ig img {
  margin-bottom: 20px;
}
.warrior .follow_warrior .ig {
  margin-top: 50px;
}
.warrior .follow_warrior .column {
  float: left;
  width: 33.33%;
  padding: 15px;
  overflow: hidden;
}
.warrior .follow_warrior .row::after {
  content: "";
  clear: both;
  display: table;
}
.warrior .follow_warrior .button {
  margin: 31px 0 60px;
  font-family: 'American Typewriter', serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  background: url('../img/arrow_red.png') no-repeat center;
}
.warrior .follow_warrior .bottom_ig {
  margin: 0 0 0;
}
.warrior .follow_warrior .follow {
  margin: 0 40% 0;
}
.warrior .follow_warrior .btn_round_follow {
  width: 115px;
  height: 115px;
  padding-top: 42px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ee3224;
  display: inline-block;
  font-size: 15px;
  border: 6px solid #ee3224;
}
.warrior .follow_warrior .btn_round_follow:hover {
  background: #ee3224;
  color: #000;
}
.warrior .youtube {
  padding: 0 5%;
  margin: 60px 0;
}
.warrior .bottom_img {
  border-top: 20px solid #ee3224;
}
h2.voyant {
  color: #EE3224;
}
.sprint_sub {
  list-style: none;
  margin: 10px 0 50px 77px;
  float: left;
}
.sprint_sub li {
  float: left;
}
.sprint_sub li a {
  padding: 10px 25px;
  color: #000;
  font-family: 'abc_modern_boldregular';
  background: #fff;
  display: block;
}
.sprint_sub li a:hover {
  background: #ee3224;
  color: #fff;
}
.sprint_sub li.active a {
  background: #ee3224;
  color: #fff;
}
.schedule {
  padding-bottom: 100px;
}
.schedule h3 {
  line-height: 1.25em !important;
  margin-bottom: 50px;
  color: #000 !important;
}
.schedule h3 span {
  color: #ee3224;
}
.schedule table {
  width: 100%;
}
.schedule table th {
  font-family: 'abc_modern_boldregular';
  font-size: 21px;
  color: #ee3224;
}
.schedule table th.blue p {
  border-bottom: 1px solid #ee3224;
}
.schedule table th p {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 5px 0;
  white-space: nowrap;
}
.schedule table td {
  font-family: 'abc_modern_extra_lightregular';
  color: #000;
  padding: 15px 0;
}
.schedule table td.blue {
  color: #ee3224;
}
.schedule table td.bold {
  font-family: 'abc_modern_boldregular';
}
.schedule table th + th,
.schedule table td + td {
  padding-left: 35px;
}
.bg_team {
  background: url("../img/bg_sprint.jpg") no-repeat right 120px;
}
.bg_team .logo img {
  margin: 140px 0 80px 0;
}
.bg_team .car {
  margin-top: 170px;
  padding: 140px 0 0 50px;
  position: relative;
}
.bg_team .car .sprint_large {
  position: relative;
  border-left: 35px solid #ee3224;
  z-index: 1;
}
.bg_team .car .sprint_small {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 650px;
  height: 444px;
}
.bg_team .car .sprint_small .blue_square {
  width: 222px;
  height: 328px;
  background: #ee3224;
  float: right;
  position: relative;
  z-index: 10;
}
.bg_team .car .sprint_small img {
  padding: 30px 30px 0 0;
  position: absolute;
  z-index: 20;
}
.bg_team .sprint_pattern {
  float: right;
  margin: 40px 150px 50px 0;
}
.cd-container {
  width: 100%;
}
#cd-timeline {
  position: relative;
  padding: 2em 0 150px 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 96%;
  width: 3px;
  background: #ee3224;
  margin-left: -2px;
}
.cd-timeline-block {
  position: relative;
  margin: 0 0 4em 0;
}
.cd-timeline-block:nth-child(odd).cd-timeline-block::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 50%;
  height: 3px;
  background: #ee3224;
}
.cd-timeline-block:nth-child(even).cd-timeline-block::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  width: 50%;
  height: 3px;
  background: #ee3224;
}
.cd-timeline-block:nth-child(even) .cd-timeline {
  background: #ee3224;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content h2 {
  color: #ee3224;
  text-align: right;
}
.cd-timeline-block:after {
  content: "";
  display: table;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 122%;
  text-align: right;
}
.cd-timeline-block:nth-child(even):after {
  clear: both;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content {
  float: left;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content h2::before {
  content: '\e90e';
  font-family: icomoon;
  color: #ee3224;
  position: absolute;
  top: 12px;
  left: 85%;
  width: 35px;
  height: 20px;
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content h2::before {
  content: '\e906';
  font-family: icomoon;
  color: #ee3224;
  position: absolute;
  top: 12px;
  right: 85%;
  width: 35px;
  height: 20px;
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.cd-timeline-block .cd-timeline-content {
  position: relative;
  margin-left: 100px;
  margin-left: 0;
  padding: 0 15px 0 30px;
  width: 45%;
}
.cd-timeline-block .cd-timeline-content h2 {
  font-size: 98px;
  color: #000;
  font-family: 'morganbig_extrabolditalic';
  text-transform: uppercase;
  margin: -35px 0 20px 60px;
}
.cd-timeline-block .cd-timeline-content li {
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.6;
  background: url("../img/bullet.jpg") no-repeat 0 7px;
  padding-left: 35px;
}
.cd-timeline-block .cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 122%;
  top: 6px;
  font-size: 16px;
  font-size: 1rem;
}
.cd-timeline {
  position: absolute;
  top: 0;
  width: 120px;
  height: 40px;
  left: 50%;
  margin-left: -60px;
  line-height: 40px;
  background: #000;
  text-align: center;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.cd-timeline .cd-date {
  font-size: 16px;
  color: #fff;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
}
.smaller {
  font-size: 80px !important;
  margin-top: -25px !important;
}
.gallery {
  padding: 35px 0 100px 0;
}
.partners .partner_containers {
  margin-bottom: 50px !important;
}
.partners .partner_containers .partner_img {
  width: 100%;
  height: auto;
}
.partners .partner_containers .col-md-9 {
  border-bottom: 1px solid #ee3224;
  padding: 0 10px 0 35px;
}
.partners .partner_containers h2 {
  font-family: 'abc_modern_boldregular';
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.partners .partner_containers .partner_description {
  min-height: 148px;
}
.partners .partner_containers .partner_description p {
  font-size: 18px;
}
.partners .partner_containers .btn_website {
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  border-right: 1px solid #ee3224;
  padding: 20px 65px 20px 0;
  margin-right: 35px;
}
.partners .partner_containers .btn_website span {
  color: #ee3224;
  margin-left: 20px;
}
.partners .partner_containers .btn_website:hover {
  color: #ee3224;
}
.partners .partner_containers .btn_partners {
  padding: 16px 20px;
  color: #000;
  font-size: 18px;
  float: left;
}
.partners .partner_containers .btn_partners:hover {
  color: #ee3224;
}
.photo_area_container {
  padding: 20px 0;
}
.photo_albums .photo_container {
  position: relative;
  margin-bottom: 20px;
  height: 289px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.25);
}
.photo_albums .photo_container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 80%;
  height: 80%;
  background: rgba(238,50,36,0.75);
  text-align: center;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'abc_modern_boldregular';
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: center;
}
.photo_albums .photo_container .text span {
  background: #fff;
  color: #ee3224;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.photo_albums .photo_container .text p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 16px;
  font-family: 'abc_modern_boldregular';
}
.photo_albums .photo_container:hover .text {
  opacity: 1;
}
.photo_albums h5 {
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 35px;
}
.photo_albums h3 {
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photo_albums h4 {
  margin-bottom: 35px;
  color: #ee3224;
  font-weight: 600;
  font-size: 16px;
}
.photo_albums p {
  font-size: 12px;
  font-family: 'abc_modern_extra_lightregular';
}
.photo_albums:hover h5 {
  color: #ee3224;
}
.nbfantern .nb_overview {
  background: url("../img/bg_nbfanthern_overview.jpg") no-repeat right top;
  padding-bottom: 75px;
  background-size: 100% auto;
}
.nbfantern .nb_overview .zigzag {
  margin-top: 65px;
}
.nbfantern .nb_overview .title {
  margin-bottom: 35px;
}
.nbfantern .nb_overview .btn_square {
  border: 4px solid #ee3224;
}
.nbfantern .nb_overview h4 {
  line-height: 1.5em !important;
  margin-bottom: 25px;
  color: #000;
}
.nbfantern .nb_overview h4 span {
  color: #ee3224 !important;
  font-family: 'abc_modern_boldregular';
  font-style: italic;
}
.nbfantern .nb_overview ul.ftul {
  list-style: none;
  margin-bottom: 35px;
}
.nbfantern .nb_overview ul.ftul li {
  float: left;
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
}
.nbfantern .nb_overview ul.ftul li + li {
  margin-left: 40px;
}
.nbfantern .nb_overview ul.fantern {
  list-style: disc;
  padding-left: 35px;
  margin-bottom: 20px;
}
.nbfantern .btn_enter {
  font-size: 66px;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  color: #ee3224;
  padding: 30px 70px;
  border: 4px solid #ee3224;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nbfantern .btn_enter:hover {
  background: #ee3224;
  color: #fff;
}
.youtube_container {
  width: 100%;
  margin: 25px 0 0 0;
}
.youtube_container .youtube_link {
  position: relative;
}
.youtube_container .youtube_link .image {
  position: relative;
  margin-bottom: 15px;
  height: auto;
}
.youtube_container .youtube_link .image .youtube_thumb {
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.youtube_container .youtube_link .image .youtube_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #ee3224;
  border-radius: 50%;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.youtube_container .youtube_link p {
  margin-bottom: 35px;
}
.youtube_container .youtube_link p small {
  font-family: 'abc_modern_extra_lightregular';
  text-transform: initial;
}
.youtube_container .youtube_link p small span {
  color: #ee3224;
}
.youtube_container .youtube_link p.yt_title {
  font-family: 'abc_modern_boldregular';
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  max-height: 38px;
  min-height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.youtube_container .youtube_link:hover p {
  color: #ee3224;
}
.youtube_container .youtube_link:hover small {
  color: #000;
}
.youtube_container .youtube_link:hover .image .youtube_thumb {
  padding: 11px 10px 0 10px;
}
.youtube_container .youtube_link:hover .image .youtube_icon {
  opacity: 1;
}
.img_border {
  padding: 16px;
  border: 1px solid #c1c1c1;
}
.title {
  font-size: 40px;
  margin-top: 10px;
  color: #ee3224;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
}
.subtitle {
  font-size: 16px;
}
.subtitle span {
  color: #ee3224;
}
.bg_none {
  padding: 50px 0;
}
.bg_none .title,
.bg_none .btn_square {
  color: #fff;
}
.bg_white {
  background-color: #fff;
  padding: 50px 0;
}
.header {
  margin-bottom: 60px;
}
.header .text {
  position: absolute;
  top: 41%;
  left: 15%;
  width: 60%;
}
.header .text h1 {
  color: #fff;
  font-family: 'morganbig_extrabolditalic';
  text-transform: uppercase;
  font-size: 81px;
  margin: 0;
}
.header .text h2 {
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.4em;
  text-align: right;
  margin: 0;
}
.subtext {
  margin: 50px 0 100px 0;
}
.subtext h3 {
  font-family: 'abc_modern_boldregular';
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subtext ul {
  margin: 20px 0 25px 0;
}
.subtext ul li {
  padding-left: 50px;
}
.subtext p {
  font-family: 'abc_modern_extra_lightregular';
  line-height: 1.5em;
}
.subtext p a {
  color: #ee3224;
  font-family: 'abc_modern_boldregular';
}
.subtext p strong {
  font-family: 'abc_modern_boldregular';
}
.pagination {
  font-family: 'morganbigbold';
  border-radius: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
}
.pagination a {
  color: #000;
  line-height: 40px;
  padding: 12px 16px;
  background: #fff;
}
.pagination:hover {
  color: #fff;
}
.pagination:hover a {
  color: #fff;
  background: #ee3224;
}
.pagination.pagination_current_page {
  background: #ee3224;
  color: #fff;
  line-height: 40px;
}
#tabs .title {
  margin-bottom: 35px;
}
#tabs #tab-container {
  margin-bottom: 50px;
}
#tabs #tab-container .tab_titles {
  border: 1px solid #ee3224;
  width: 100%;
  margin-bottom: 50px;
}
#tabs #tab-container .tab_titles li {
  float: left;
  border-right: 1px solid #ee3224;
}
#tabs #tab-container .tab_titles li a {
  padding: 25px 28px;
  color: #000;
  font-family: 'morganbigbold';
  background: #fff;
  display: block;
  text-transform: uppercase;
}
#tabs #tab-container .tab_titles li a:hover {
  background: #ee3224;
  color: #fff;
}
#tabs #tab-container .tab_titles li.active a {
  background: #ee3224;
  color: #fff;
}
#tabs .panel-container {
  padding: 0;
  position: relative;
}
.nbfantern .subpage_nav {
  width: auto !important;
  float: left;
  border-right: none;
}
.subpage_nav {
  border: 1px solid #ee3224;
  width: 100%;
  margin-bottom: 50px;
}
.subpage_nav ul {
  list-style: none;
}
.subpage_nav ul li {
  float: left;
  border-right: 1px solid #ee3224;
}
.subpage_nav ul li a {
  padding: 25px 28px;
  color: #000;
  font-family: 'morganbigbold';
  background: #fff;
  display: block;
  text-transform: uppercase;
}
.subpage_nav ul li a:hover {
  background: #ee3224;
  color: #fff;
}
.subpage_nav ul li.active a {
  background: #ee3224;
  color: #fff;
}
.btn_round_small {
  width: 107px;
  height: 107px;
  border: 3px solid #ee3224;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 100px;
  color: #ee3224;
  text-align: center;
  display: inline-block;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  font-size: 10px;
}
.btn_round_small:hover {
  border: 8px solid #fff;
  color: #fff;
  line-height: 90px;
}
.btn_round_large {
  width: 127px;
  height: 127px;
  padding-top: 40px;
  border: 3px solid #ee3224;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ee3224;
  text-align: center;
  display: inline-block;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  font-size: 14px;
}
.btn_round_large:hover {
  background: #ee3224;
  color: #fff;
}
.btn_square {
  color: #000;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: bold;
  vertical-align: middle;
}
.btn_square:focus {
  color: #000;
}
.btn_square span {
  color: #ee3224;
  margin: 0 0 0 15px;
  font-size: 20px;
}
.btn_square.back {
  display: inline-block;
  margin-bottom: 25px;
}
.btn_square.back span {
  margin: 0 25px 0 0;
}
.btn_square.back span::before {
  position: absolute;
  line-height: 26px;
}
.btn_square:hover {
  background: #ee3224;
  color: #fff;
}
.btn_square:hover span {
  color: #fff;
}
.btn_square_dark {
  color: #fff;
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: bold;
  vertical-align: middle;
  border: 2px solid transparent;
}
.btn_square_dark:focus {
  color: #fff;
}
.btn_square_dark span {
  color: #ee3224;
  margin-left: 15px;
  font-size: 20px;
}
.btn_square_dark:hover {
  border: 2px solid #ee3224;
  color: #fff;
}
.link_center {
  width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  margin-top: 100px;
}
.bx-pager,
.bx-controls-auto {
  position: absolute;
  bottom: 15%;
  width: 20px;
  left: -50px;
}
.bx-pager .bx-pager-item,
.bx-pager .bx-controls-auto-item,
.bx-controls-auto .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-pager.bx-default-pager {
  width: 20px;
}
.bx-pager.bx-default-pager a {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  color: #ee3224;
  background: #ee3224;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bx-pager.bx-default-pager a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  box-shadow: 0 0 0 3px #ee3224;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.1);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.1);
  -ms-transform: scale(.1);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.1);
  opacity: 0;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background: #fff;
}
.bx-pager.bx-default-pager a:hover:after,
.bx-pager.bx-default-pager a.active:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear {
  clear: both;
}
.centered {
  margin: 0 auto;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.none {
  display: none;
}
.separator {
  height: 45px;
  width: 100%;
  display: block;
}
.img-responsive {
  width: 100% !important;
}
.coming_soon {
  text-align: center;
  padding: 100px 0 150px 0;
}
.coming_soon h1 {
  font-family: 'morganbigbold_italic';
  text-transform: uppercase;
  color: #ee3224;
  font-size: 5vw;
}
@media (min-width: 1300px) {
  .five .col-lg-3 {
    width: 20%;
  }
}
@media (max-width: 1299px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
  header .nav_social {
    margin-top: 0;
  }
  header h1 {
    margin-bottom: 25px;
  }
  header h1 {
    margin-bottom: 25px;
  }
  header .podcast {
    margin-bottom: 22px;
  }
  footer .text h1 {
    font-size: 45px;
  }
  .insta_containers .instagram .podcast_caption p {
    font-size: 18px;
  }
  #hp_quote h3 {
    padding: 82px 75px;
    font-size: 24px;
  }
  #hp_quote .danica_quote {
    top: -55px;
  }
  .bg_team {
    background-size: 80% auto;
  }
  .bg_team .logo img,
  .bg_team .car {
    margin-top: 50px;
  }
  .bg_team .car .sprint_small {
    width: 500px;
    height: 350px;
  }
  .danica .danica_section2 {
    width: 60%;
  }
  .danica .danica_section5 img {
    width: 55% !important;
  }
  .section_down img {
    padding-top: 25px;
  }
  .photo_albums .photo_container {
    height: 213px;
  }
  .hp_news {
    width: 35%;
  }
  .nbfantern .nb_overview ul li {
    font-size: 21px;
  }
  .nbfantern .nb_overview ul li + li {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 11px;
    padding: 15px 12px;
  }
  header .nav_social {
    margin-top: 33px;
  }
  header .podcast {
    margin: 0 0 5px 0;
    padding: 0;
  }
  #owl-demo .item .caption {
    width: 50%;
  }
  #owl-demo .item .caption h1 {
    font-size: 28px;
  }
  #owl-demo .item .caption p {
    font-size: 14px;
  }
  .owl-theme .owl-controls .owl-buttons div span {
    width: 55px !important;
    height: 55px !important;
  }
  .owl-theme .owl-controls .owl-buttons div span:before {
    font-size: 30px !important;
    line-height: 55px !important;
  }
  .owl-buttons div {
    bottom: 225px;
  }
  .bx-pager,
  .bx-controls-auto {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
  }
  .bx-pager {
    text-align: center !important;
  }
  footer .text h1 {
    font-size: 36px;
  }
  footer .text .secondary a {
    font-size: 12px;
  }
  .header .text {
    top: 37%;
  }
  .header .text h1 {
    font-size: 75px;
  }
  #hp_quote h3 {
    padding: 100px 75px;
    font-size: 24px;
  }
  .danica .danica_section2 {
    width: 70%;
  }
  .bg_team {
    background-size: 70% auto;
  }
  .releases .pr .img {
    height: 113px;
  }
  .youtube_container .youtube_link .image {
    height: 120px;
  }
  h2 {
    font-size: 21px;
  }
  .partners .panel-container .partner_containers .partner_description p {
    font-size: 14px;
  }
  .nbfantern .nb_overview ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
  }
  header .podcast {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
  }
  header .nav_social {
    margin-top: 0px;
  }
  .nav_social {
    margin-top: 25px;
  }
  #owl-demo {
    margin-top: 20px;
  }
  .owl-theme .owl-controls .owl-buttons div span {
    width: 45px !important;
    height: 45px !important;
    margin: 0 20px !important;
  }
  .owl-theme .owl-controls .owl-buttons div span:before {
    font-size: 25px !important;
    line-height: 45px !important;
  }
  .owl-buttons div {
    bottom: 180px;
  }
  .photo_container {
    margin-bottom: 20px;
  }
  .news_bg .text .hp_news {
    width: 100%;
  }
  .news_bg {
    padding-bottom: 160px !important;
  }
  .bottom_div {
    max-width: 750px;
    margin: 0 auto;
  }
  footer .text {
    text-align: left;
  }
  .header .text {
    top: 32%;
  }
  .insta_containers .instagram .podcast_caption p {
    font-size: 18px;
  }
  #hp_quote h3 {
    padding: 26px 75px;
    font-size: 20px;
  }
  #hp_quote .danica_quote {
    top: -53px;
  }
  .danica .danica_section2 {
    width: 100% !important;
    position: relative;
    right: 0;
    top: 0;
  }
  .danica .danica_section5 img {
    width: 100% !important;
  }
  .section_down img {
    padding-top: 0;
  }
  .danica .text {
    padding: 20px 0;
  }
  .bg_team {
    background-size: 70% auto;
    background-position: right 250px;
  }
  .bg_team .car .sprint_small {
    width: 400px;
    height: 300px;
  }
  .bg_team .car .sprint_small .blue_square {
    height: 250px;
  }
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
  }
  .cd-timeline-block {
    margin: 2em 0 5em 0;
  }
  .cd-timeline-block:before {
    left: 0 !important;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: left;
  }
  .cd-timeline-block .cd-timeline-content {
    width: 80%;
    padding: 0;
    margin-left: 150px;
  }
  .cd-timeline-block .cd-timeline-content h2 {
    text-align: left !important;
    margin-top: -35px !important;
  }
  .cd-timeline-block .cd-timeline-content h2:before {
    left: 0 !important;
    content: '\e90e' !important;
  }
  .cd-timeline {
    left: 0;
    margin: 0;
  }
  .cd-timeline-block:nth-child(odd):after {
    clear: both;
  }
  .releases .pr .img {
    height: 184px;
  }
  .schedule table th {
    font-size: 14px;
  }
  .schedule table td {
    font-size: 12px;
  }
  .schedule table th + th,
  .schedule table td + td {
    padding-left: 15px;
  }
  .youtube_container .youtube_link .image {
    height: 194px;
  }
  .partners .panel-container .partner_containers .partner_description {
    min-height: 185px;
  }
  .photo_albums .photo_container {
    height: 220px;
  }
  .nbfantern .nb_overview {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  header .podcast {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 35%;
  }
  .navbar-default .navbar-nav {
    background: #fff;
  }
  .main_nav {
    min-height: 0 !important;
  }
  .nav_social {
    float: right;
  }
  .nav_social li {
    float: left;
  }
  .navbar-default .navbar-toggle {
    margin-top: -50px;
  }
  .navbar-default .navbar-nav.nav_main li + li {
    border-top: 1px solid #ccc;
  }
  .navbar-nav .open .dropdown-menu li + li {
    border: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 35px;
  }
  header .navbar-default .navbar-nav > li > a:hover,
  header .navbar-default .navbar-nav > li > a:focus {
    background: #ee3224;
  }
  header h1 {
    margin-bottom: 15px;
    font-size: 55px;
  }
  .owl-buttons div {
    bottom: 120px;
  }
  .btn_round_small {
    width: 65px;
    height: 65px;
    line-height: 60px;
    font-size: 7px;
  }
  .btn_round_small:hover {
    border: 8px solid #fff;
    color: #fff;
    line-height: 50px;
  }
  #owl-demo .item .caption h1 {
    font-size: 18px;
  }
  #owl-demo .item .caption p {
    font-size: 12px;
  }
  #owl-demo .item .caption {
    bottom: 25px;
  }
  #owl-demo .item .caption a {
    right: -75px;
  }
  .owl-theme .owl-controls .owl-buttons div span {
    width: 35px !important;
    height: 35px !important;
    margin: 0 15px !important;
  }
  .owl-theme .owl-controls .owl-buttons div span:before {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .header .text h1 {
    font-size: 58px;
  }
  .insta_containers .instagram .podcast_caption p {
    font-size: 3vw;
  }
  .danica_quote {
    display: none;
  }
  .danica_quote_2 {
    display: block !important;
  }
  #hp_quote .quote_bg {
    background: none;
  }
  #hp_quote h3 {
    color: #fff;
  }
  #hp_quote {
    padding: 0;
  }
  .photo_albums .photo_container {
    height: 170px;
  }
  .subpage_nav {
    border-right: 1px solid #ee3224;
    width: 100% !important;
  }
  .subpage_nav ul {
    width: 100% !important;
  }
  .cd-timeline-block .cd-timeline-content {
    padding-right: 25px;
  }
  .pi_code .testimonials {
    column-count: 1;
    column-gap: 0px;
  }
  h2.voyant {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 620px) {
  header h1 {
    font-size: 50px;
  }
  .owl-pagination {
    bottom: -50px;
    right: 45%;
  }
  .news_bg .text {
    padding: 25px !important;
  }
  h4 {
    font-size: 14px !important;
  }
  .bg_team {
    background-position: right 220px;
  }
  .bg_team .car .sprint_small {
    width: 100%;
    height: 300px;
  }
  .bg_team .car {
    margin-top: 15px;
  }
  .bg_team .logo img {
    margin: 0 0 15px 0;
  }
  .bg_team .car .sprint_small .blue_square {
    height: 250px;
  }
  .bg_team .car {
    padding: 410px 0 0 0;
  }
  .releases .pr .img {
    height: 144px;
  }
  .in_news {
    height: 30px;
  }
  .overflow-table {
    width: 100%;
    overflow: auto;
  }
  .overflow-table table {
    width: 720px;
  }
  .youtube_container .youtube_link .image {
    height: 152px;
  }
  .partners .panel-container .partner_containers .col-md-9 {
    padding: 0 15px !important;
  }
  .partners .panel-container .partner_containers .partner_description {
    height: auto;
  }
  .photo_albums .photo_container {
    height: 170px;
  }
  .subpage_nav ul li {
    width: 100%;
    text-align: center;
  }
  .subpage_nav ul li {
    border: none;
    border-bottom: 1px solid #ee3224;
  }
}
@media only screen and (max-width: 520px) {
  header .podcast,
  .nav_social {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  header h1 span {
    font-size: 10px;
  }
  header h1 {
    font-size: 40px;
  }
  .hp_schedule_img {
    display: none;
  }
  .hp_podcast .panel-container .tweet p {
    font-size: 12px !important;
  }
  .news_bg .text .hp_news .date {
    width: 20%;
  }
  .news_bg .text .hp_news .link {
    width: 80%;
  }
  .header .text h1 {
    font-size: 48px;
  }
  .subpage_nav ul li a {
    padding: 25px 26px;
  }
  .in_news:hover h4 a:before {
    margin-right: 10px !important;
  }
  .bg_team {
    background: none;
  }
  .bg_team .car {
    padding: 320px 0 0 0;
  }
  .releases .pr .img {
    height: 112px;
  }
  h4 {
    font-size: 12px;
  }
  .youtube_container .youtube_link .image {
    height: 118px;
  }
  .photo_albums .photo_container {
    height: 130px;
  }
  #tabs #tab-container .tab_titles li a {
    padding: 20px 23px;
    font-size: 12px;
  }
  .nbfantern .nb_overview ul li {
    font-size: 16px;
  }
  .nbfantern .nb_overview ul li + li {
    margin-left: 20px;
  }
  .nbfantern .btn_enter {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .podpadding .col-xs-6 {
    width: 100%;
  }
  .insta_containers .instagram .podcast_caption p {
    font-size: 6vw;
  }
  .pi_code .page_header .navbar-nav > li > a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  header h1 {
    font-size: 32px;
  }
  header h1 span {
    font-size: 8px;
  }
  .main_nav {
    min-height: 50px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 0;
  }
  #owl-demo .item .caption p,
  #owl-demo .item .caption span {
    display: none;
  }
  .owl-buttons div {
    bottom: 75px;
  }
  .hp_podcast #tab-container .tab_titles {
    margin-left: 0;
  }
  .hp_podcast #tab-container .tab_titles li {
    width: 100%;
  }
  .hp_podcast .panel-container {
    padding-top: 85px;
  }
  .header .text h1 {
    font-size: 36px;
  }
  .danica .info.hometown,
  .danica .info.residence,
  .danica .info.marital {
    padding-left: 0;
  }
  .subpage_nav ul li {
    width: 100%;
    text-align: center;
  }
  .in_news .date {
    width: 20%;
  }
  .in_news .link {
    width: 77%;
  }
  .bg_team .car {
    padding: 280px 0 0 0;
  }
  footer .text h1 {
    font-size: 24px;
  }
  .releases .pr .img {
    height: 69px;
  }
  p {
    font-size: 10px;
  }
  .youtube_container .youtube_link .image {
    height: 73px;
  }
  .photo_albums .photo_container {
    height: 77px;
  }
  #tabs #tab-container .tab_titles li {
    width: 100%;
  }
  .nbfantern .nb_overview ul li {
    font-size: 11px;
  }
  .nbfantern .btn_enter {
    font-size: 24px;
    padding: 15px 35px;
  }
}
