 body{
        background-color: #F3F3F3;
    }
    .myrow{
        padding:10px;
        background-color: #fff;
        border:2px solid #F3F3F3;
    }
        .short_info .price {
    
    font-size: 18px;
    font-weight: 500;
}
.space{
    padding: 0px 0px 0px 0px;
}
.spaces{
    padding: 15px;
}
.short_info h3{
    color:white;
}
.tour_container{
    margin: 0 0 0;
}
.card1{
border-bottom:2px solid #5F4586;
border-right: 1px solid grey;
color:white;
}
.card1 h4{
  color:white;  
}
.card1:hover {
        background: rgba(134,141,141,0.5);
        color: #fff;
    }
.card2{
border-bottom:2px solid #EC971F;
border-right: 1px solid grey;
color:white;
}
.card2 h4{
  color:white;  
}
.card2:hover {
        background: rgba(134,141,141,0.5);
        color: #fff;
    }
.card3{
border-bottom:2px solid #337ab7;
border-right: 1px solid grey;
color:white;
}
.card3 h4{
  color:white;  
}
.card3:hover {
        background: rgba(134,141,141,0.5);
        color: #fff;
    }
.card4{
border-bottom:2px solid #449D44;
color:white;
}
.card4 h4{
  color:white;  
}
.card4:hover {
        background: rgba(134,141,141,0.5);
        color: #fff;
    }
    body{padding-top:20px;}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
.animation_text{
    text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  
  border-width: 4px 0;

  font-size: 20px;
  position: relative;
 
  margin: 0 0 0 -20em;  
      
      }
.animation_text span {
  font: 700 1.0em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(https://indiator.com/ct/img/animated_text_fill.png) repeat-y;
  -webkit-background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }

}
@media screen and (max-width: 800px) {
  .animation_text{ display: none; }   
  .remove{
    display: none;
  }
  .irm{
    font-size: 24px;
   }
  }
  .colored {
    background: #3d586e;
    color: #fff;
    border: 4px dashed white;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #181717;
}
.select2 .select2-container .select2-container--bootstrap .select2-container--focus{
  width:150px;
}
h1 {
    font-size: 32px;
    font-weight: 600;
}
h1 span{
    color: #DF4608;
}