/*--------------------------------
	variables
--------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*--------------------------------
	mixins
--------------------------------*/
.ten-columns .et_pb_module {
  width: 10%;
  float: left; }

.nine-columns .et_pb_module {
  width: 11.11%;
  float: left; }

.eight-columns .et_pb_module {
  width: 12.5%;
  float: left; }

.seven-columns .et_pb_module {
  width: 14.28%;
  float: left; }

.six-columns .et_pb_module {
  width: 16.66%;
  float: left; }

.five-columns .et_pb_module {
  width: 20%;
  float: left; }

@media (max-width: 980px) {
  .ten-columns .et_pb_module {
    width: 20%; }
  .nine-columns .et_pb_module {
    width: 33.3%; }
  .eight-columns .et_pb_module {
    width: 25%; }
  .seven-columns .et_pb_module {
    width: 25%; }
  .six-columns .et_pb_module {
    width: 33.3%; }
  .five-columns .et_pb_module {
    width: 33.3%; } }

@media all and (max-width: 767px) {
  .ten-columns .et_pb_module {
    width: 100%; }
  .nine-columns .et_pb_module {
    width: 100%; }
  .eight-columns .et_pb_module {
    width: 100%; }
  .seven-columns .et_pb_module {
    width: 100%; }
  .six-columns .et_pb_module {
    width: 100%; }
  .five-columns .et_pb_module {
    width: 100%; } }

.verticalAlignColumnContent {
  /*
	display: flex;
  align-items: center;
  flex-wrap: wrap;
*/
  display: flex;
  flex-direction: column;
  justify-content: center; }

.verticalAlignAllColumnContent .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/*
@media only screen and (max-width: 980px) {
	#logo {
	min-height: 100px;
	}
}
@media only screen and (min-width: 981px) {
	#logo {
	min-height: 120px;
	}
}
*/
body {
  font-weight: 300; }

#top-header {
  background: #111 !important; }
  #top-header .divider,
  #top-header .wpml-ls-last-item {
    position: relative;
    padding-right: 13px;
    margin-right: 10px; }
    #top-header .divider:after,
    #top-header .wpml-ls-last-item:after {
      position: absolute;
      display: block;
      width: 1px;
      height: 150%;
      background: #fff;
      content: "";
      top: -10px;
      right: 0;
      opacity: 0.1; }

a.headfiLink {
  position: absolute;
  background: #111;
  border-radius: 0;
  left: 0;
  padding: 10px 0 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  top: -32px; }
  a.headfiLink:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    /* arrow size */
    border-left-color: #111;
    /* arrow color */
    /* positioning */
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 2; }

a.headfiLink img {
  display: block; }

#et-info {
  padding-left: 125px;
  font-size: 14px; }

#et-info,
#et-secondary-menu > ul > li a {
  padding-bottom: .65em; }

a.headfiLink span {
  display: block;
  line-height: 1;
  padding-top: 2px;
  padding: 3px 0 5px 0;
  letter-spacing: 0px;
  font-size: 10px;
  opacity: 0.5; }

#top-menu li {
  padding: 0 30px; }
  #top-menu li.centered-inline-logo-wrap {
    width: 150px !important;
    padding: 0; }
    #top-menu li.centered-inline-logo-wrap + li {
      padding-left: 8px; }

#et-secondary-nav li.social {
  margin-right: 2px; }
  #et-secondary-nav li.social span {
    display: none; }

span.site-description {
  font-weight: lighter; }
  span.site-description a {
    font-weight: bold !important; }

#main-header {
  /*
background-color:#333;
  background: linear-gradient(0deg, #222, #333);
*/
  background-color: #112138;
  background: linear-gradient(180deg, #112b46, #020d22); }
  #main-header .nav li ul {
    background: #222 !important;
    border-top: 0; }

.logo_container {
  background: #112138;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  width: 140px;
  padding: 4px 8px 8px 8px;
  height: 136px !important;
  top: -6px;
  position: relative !important;
  display: none; }
  .centered-inline-logo-wrap .logo_container {
    display: block; }

nav#top-menu-nav {
  left: -22px;
  position: relative; }

#top-menu li ul {
  padding: 0 0; }

#top-menu li li {
  padding: 0;
  width: 100%; }
  #top-menu li li:last-child a {
    padding-bottom: 8px; }
  #top-menu li li a {
    padding: 7px 20px;
    font-size: 16px;
    display: block;
    line-height: 1.2;
    width: 100%;
    transition: 0.1s;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important; }
    #top-menu li li a:hover {
      background: #000;
      opacity: 1; }

header#main-header {
  z-index: 100001;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  header#main-header .et_pb_social_media_follow {
    display: none; }
    @media (min-width: 1200px) {
      header#main-header .et_pb_social_media_follow {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%); } }

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
  min-height: 100% !important;
  height: 100% !important; }

.et_fullscreen_slider .et_pb_slide_image {
  text-align: right; }

.et_fullscreen_slider .et_pb_slide_image img {
  max-width: 300px; }

.et_pb_fullwidth_code.et_pb_module.moreArrow {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: 1s; }
  .et_pb_fullwidth_code.et_pb_module.moreArrow span.scroll-down.et-pb-icon {
    color: #fff;
    font-size: 40px; }
  .et_pb_fullwidth_code.et_pb_module.moreArrow.visible {
    opacity: 1;
    bottom: 15px;
    animation: bounce 5s ease-in both infinite;
    animation-delay: 2s; }

.inTheNews .et_pb_ajax_pagination_container {
  height: 500px;
  overflow: scroll;
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(4,15,37,1) 100%); */ }

.inTheNews .fadeBottom {
  position: relative; }
  .inTheNews .fadeBottom:before {
    height: 50px;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #040f25 100%);
    z-index: 100; }

.inTheNews .et_pb_post .entry-featured-image-url {
  background: #fff; }

.pageHeader .et_pb_slide_description {
  display: inline-block; }
  .pageHeader .et_pb_slide_description .et_pb_slide_title,
  .pageHeader .et_pb_slide_description .et_pb_slide_content {
    /* background-color: rgba(0,0,0,0.9); */ }
  .pageHeader .et_pb_slide_description .et_pb_slide_title {
    padding: 30px 30px 0 30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .pageHeader .et_pb_slide_description .et_pb_slide_content {
    padding: 0 30px 30px 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

@media (min-width: 1200px) {
  .showCityScape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; } }

@media (min-width: 768px) {
  .ctaBar {
    position: relative;
    transform: translateY(32%);
    z-index: 1; } }

.ctaBar .et_pb_column_1_3 {
  width: 29.666% !important; }
  @media (max-width: 640px) {
    .ctaBar .et_pb_column_1_3 {
      width: 100% !important; } }

.ctaBar .et_pb_column {
  margin-right: 5.5%; }

@media (min-width: 768px) {
  .ctaBarSection {
    position: relative;
    transform: translateY(-32%);
    z-index: 99;
    background: transparent;
    padding: 0 !important;
    margin: 0;
    height: 0;
    top: -63px; } }

.ctaBarSection .et_pb_column_1_3 {
  width: 29.666% !important; }
  @media (max-width: 640px) {
    .ctaBarSection .et_pb_column_1_3 {
      width: 100% !important; } }

.ctaBarSection .et_pb_column {
  margin-right: 5.5%; }

.carousel {
  max-width: 100%;
  overflow: hidden; }
  .carousel .et_pb_gallery_item {
    max-width: 100px; }
  .carousel .owl-stage {
    display: flex;
    align-items: center; }
    .carousel .owl-stage .et_pb_gallery_item {
      float: none !important;
      width: 100% !important;
      /* pointer-events:none; */
      padding: 0 20px;
      max-width: none; }
      .carousel .owl-stage .et_pb_gallery_item a {
        pointer-events: none; }
      .carousel .owl-stage .et_pb_gallery_item .et_pb_gallery_title,
      .carousel .owl-stage .et_pb_gallery_item .et_pb_gallery_caption {
        display: none; }
      .carousel .owl-stage .et_pb_gallery_item .et_overlay {
        display: none !important; }
  .carousel .caroufredsel_wrapper {
    height: 200px !important; }
    .carousel .caroufredsel_wrapper .et_pb_gallery_items {
      display: flex;
      align-items: center;
      height: 200px !important; }
      .carousel .caroufredsel_wrapper .et_pb_gallery_items .et_pb_gallery_item {
        /* float:none !important; */
        /* width:100% !important; */
        /* pointer-events:none; */
        padding: 0 20px;
        max-width: none;
        width: 200px !important;
        clear: none !important;
        max-height: 200px !important;
        cursor: pointer;
        flex: 0 0 auto; }
        .carousel .caroufredsel_wrapper .et_pb_gallery_items .et_pb_gallery_item a {
          pointer-events: none; }
        .carousel .caroufredsel_wrapper .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_title,
        .carousel .caroufredsel_wrapper .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_caption {
          display: none; }
        .carousel .caroufredsel_wrapper .et_pb_gallery_items .et_pb_gallery_item .et_overlay {
          display: none !important; }

.slick-prev:before, .slick-next:before {
  color: #000 !important; }

.slick-slider .et_pb_gallery_image {
  top: 50%;
  transform: translateY(-50%); }

.slick-slider .et_pb_gallery_image img {
  max-width: 100%;
  /*top:50%;
	transform:translateY(-50%);*/ }

.slickSlider .et_pb_gallery_caption,
.slickSlider .et_pb_gallery_title,
.carousel .et_pb_gallery_caption,
.carousel .et_pb_gallery_title {
  display: none; }

.slick-track {
  height: 200px;
  overflow: hidden; }

.slick-slide {
  top: 50%;
  transform: translateY(-50%);
  position: relative !important;
  padding: 0 20px;
  clear: none !important; }

.slick-slide img {
  max-height: 120px;
  margin: 0 auto; }

.slickSlider span.et_overlay,
.carousel span.et_overlay {
  display: none !important; }

.et_pb_gallery_image {
  pointer-events: none; }

/*
.carouselNew{
  max-width:100%;
  overflow:hidden;
  
	.et_pb_gallery_item{
		max-width:100px;
	}	
		
	.slick-slider{
		display: flex;
		align-items: center;
		height:200px !important;
		
	  .et_pb_gallery_item{
		  padding:0 20px;
		  max-width:none;
		  width:200px !important;
		  clear:none !important;
		  max-height:200px !important;
		  cursor: pointer;
		  flex: 0 0 auto;
		  
		  a{
			  pointer-events: none;
		  }
		  
		  .et_pb_gallery_title,
		  .et_pb_gallery_caption{
			  display:none;
		  }
		  
		  .et_overlay{
			  display:none !important;
		  }
	  }	
	}	
}
*/
.owl-nav {
  display: none; }

.verticalAlignGallery,
.logoGrid {
  margin-left: auto !important;
  margin-right: auto !important; }
  .verticalAlignGallery .et_pb_gallery_items,
  .logoGrid .et_pb_gallery_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .verticalAlignGallery .et_pb_gallery_items .et_pb_gallery_item,
    .logoGrid .et_pb_gallery_items .et_pb_gallery_item {
      width: 130px;
      margin: 0 !important;
      padding: 20px 10px;
      pointer-events: none; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .verticalAlignGallery .et_pb_gallery_items .et_pb_gallery_item,
        .logoGrid .et_pb_gallery_items .et_pb_gallery_item {
          width: 150px;
          padding: 30px 15px; } }
      @media (min-width: 1200px) {
        .verticalAlignGallery .et_pb_gallery_items .et_pb_gallery_item,
        .logoGrid .et_pb_gallery_items .et_pb_gallery_item {
          width: 200px;
          padding: 40px 20px; } }

@media (min-width: 1200px) {
  .logoGrid6Columns .et_pb_gallery_items .et_pb_gallery_item {
    flex-basis: 16.6%; } }

/*
.et_pb_gallery.carousel{
	@include clearfix;
	
	max-width:100%;
	overflow: hidden;
	
	.et_pb_gallery_items{
		display: flex;
    align-items: center;
    flex-wrap: wrap;
  	height:auto !important;
    
    .et_pb_gallery_item{
		  margin:0 !important;
		  padding: 20px 10px;
			pointer-events:none;
			clear:none;
			flex-basis:auto;
			text-align: center;
			width: auto;
			height:auto;
			width:200px;
			//height: 250px;
			// float: left;
			position: relative;
			clear:none;
	    
	    @include tablet{
  		  padding: 30px 15px;
	    }
	    
	    @include desktop{
				padding: 40px 20px;
	    }
    }
	}
}
*/
.juicer-feed h1.referral {
  display: none !important; }

.juicer-feed.image-grid .j-text, .juicer-feed.slider .j-text, .juicer-feed.hip .j-text {
  background: rgba(58, 58, 58, 0.9) !important;
  font-weight: normal; }

.testimonials .et_pb_slide_description {
  padding-top: 0;
  padding-bottom: 0; }

.upcomingShows img {
  max-width: 150px;
  margin-bottom: 10px; }

.upcomingShows .et_pb_promo_description {
  padding-bottom: 0; }

.et_pb_blog_news_0 .et_pb_image_container {
  float: left;
  margin: 0;
  width: 20%;
  margin-right: 5%; }
  .et_pb_blog_news_0 .et_pb_image_container img {
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 2px; }

.et_pb_blog_news_0 .post-content-wrapper {
  width: 75%;
  float: left; }

.more-link {
  font-weight: bold;
  color: #222; }

.showHeader .et_pb_text_inner {
  text-align: center; }

.showHeader br {
  display: none; }

.showHeader .showProducts .et_pb_gallery_items {
  display: flex;
  align-items: center;
  align-content: center;
  pointer-events: none;
  max-width: 500px;
  margin: 0 auto !important; }
  .showHeader .showProducts .et_pb_gallery_items .et_pb_gallery_item {
    margin: 0 !important; }
  .showHeader .showProducts .et_pb_gallery_items .et_pb_gallery_image {
    background: #fff;
    border-radius: 100%;
    height: 100px !important;
    width: 100px !important;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center; }

@media (min-width: 768px) {
  .showHeader .et_pb_text_inner {
    text-align: inherit; }
  .showHeader br {
    display: inline; } }

.tc_the_content_pre {
  display: none !important; }

#main-footer {
  display: none !important; }

.footer {
  /*
	.et_pb_column:last-child{
		.et_pb_module{
			width:100%;
			
			@include tablet-up {
				width:33%;
				float:left;
			}			
		}
	}
*/ }
  .footer a {
    color: #fff;
    font-weight: bold; }
    .footer a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .footer .et_pb_column {
    /*
		.et_pb_module:first-child{ //logo
			width:30%;
		}
		.et_pb_module:last-child{ //about
			padding-left:20px;
			width:70%;
		}
*/ }
    .footer .et_pb_column .et_pb_module img {
      display: none; }
      @media (min-width: 1200px) {
        .footer .et_pb_column .et_pb_module img {
          max-width: 90px;
          display: inline-block; } }
  .footer .et_pb_column:first-child {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .et_pb_column:first-child {
        width: 29.666%;
        float: left; } }
    .footer .et_pb_column:first-child img {
      margin-bottom: -4px;
      margin-right: 2px; }
  .footer .et_pb_column:nth-child(2) {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .et_pb_column:nth-child(2) {
        width: 39.666%;
        float: left; } }
  .footer .et_pb_column:last-child {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .et_pb_column:last-child {
        width: 19.666%;
        float: left; } }

.copyright a {
  color: #fff;
  font-weight: bold; }
  .copyright a:hover {
    color: rgba(255, 255, 255, 0.8); }

/*
.et_pb_section.footer.et_section_regular.et_pb_with_border .et_pb_social_icon a.icon:hover {
  background:#fff !important;
}

.et_pb_section.footer.et_section_regular.et_pb_with_border .et_pb_social_media_follow li a.icon:hover:before {
    color:#000 !important;  
}
*/
.tickera .add_to_cart_inline {
  white-space: nowrap; }
  .tickera .add_to_cart_inline .button {
    font-size: 16px;
    width: 100%;
    text-align: center; }
    .tickera .add_to_cart_inline .button:after {
      display: none !important; }
    .tickera .add_to_cart_inline .button:hover {
      padding-right: 1em; }
    @media (min-width: 1200px) {
      .tickera .add_to_cart_inline .button {
        font-size: 20px; } }

table.event_tickets {
  border-radius: 3px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff; }
  table.event_tickets th {
    background: #0f2338;
    color: #fff;
    font-size: 18px; }
    .single-tc_events table.event_tickets th {
      font-size: 24px; }
  table.event_tickets th td:nth-child(1),
  table.event_tickets tr td:nth-child(1) {
    font-weight: bold; }
  table.event_tickets th td:nth-child(2),
  table.event_tickets tr td:nth-child(2) {
    width: 20%; }
  table.event_tickets th td:nth-child(3),
  table.event_tickets tr td:nth-child(3) {
    width: 25%; }

a.added_to_cart.wc-forward {
  position: relative;
  padding: .3em;
  border-radius: 3px;
  line-height: 1.7em !important;
  transition: all .2s;
  display: block;
  margin: 5px 0 0 0;
  background: #102238;
  border: 1px solid #102238;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }
  a.added_to_cart.wc-forward:hover {
    background: #fff;
    color: #102238; }

a.button.add_to_cart_button:before {
  font-family: FontAwesome;
  content: "\f067";
  display: inline-block;
  position: relative;
  font-size: 26px;
  top: 0.08em; }

a.button.add_to_cart_button.loading {
  padding-right: 1em; }

a.button.add_to_cart_button.loading:before {
  content: "\f110";
  animation: fa-spin 2s infinite linear; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes bounce {
  from, 5%, 13%, 20%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  10%, 11% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  18% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  23% {
    transform: translate3d(0, -4px, 0); } }

.et_pb_slide_title {
  word-wrap: normal; }
