.box {
	position: relative;
	overflow: hidden;
    top: -23px;
	background-color: #FFF;
	/*box-shadow: 7px 5px 4px rgba(0,0,0,0.5);
	border: 1px solid black;*/
	border-radius: 2px;
	height: 177px;
}

.mobile_box{display: none;}
/* Animating the UL 
-_-_-_-_-_-_-_-_-_-_-_-_ 
@keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }
}

@-moz-keyframes scroll {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }
}

@-webkit-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-ms-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }
}

@-o-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }
}
*/
.scroll {
	position: absolute;
	/*-webkit-animation: scroll 15s linear infinite;
	-moz-animation: scroll 15s linear infinite;
	-ms-animation: scroll 15s linear infinite;
	-o-animation: scroll 15s linear infinite;
	animation: scroll 15s linear infinite; */
}

.scroll p{
	list-style: circle;
}

.carousel-inner .item img{height: 600px;}

@media (max-width:1199px){
    .carousel-inner .item img{height: 600px;}
    .mobile_box{display: none;}
}

@media (max-width:991px){
    .carousel-inner .item img{height: 500px;}
    .desk_box{display: none;}
    #mobile-box{padding: 0;}
    .box {
      position: relative;
      overflow: hidden;
      top: -23px;
      background-color: #FFF;
      box-shadow: 7px 5px 4px rgba(0,0,0,0.5);
      border: 1px solid black;
      border-radius: 2px;
      height: 130px;
    }

    .notification {
      width: 100%;
      height: auto;
      opacity: 1;
      position: relative;
      top: 0;
      left: 0;
      z-index: 9999999999999999999999999999999;
      background-color: #fff;
      padding: 30px;
    }

    .nav-tabs > li > a {
      background: #f5f5f5;
      color: #9F32B2;
      border-radius: 0;
      border: 0 none;
      line-height: 16px;
      margin-right: 0;
      padding: 12px 15px;
      font-weight: 600;
      font-size: 20px;
    }
}

@media (max-width:767px){
    .nav{padding: 15px;}
    .carousel-inner .item img{height: 450px;}
    .desk_box{display: none;}
    #mobile-box{padding: 0;}
    .box {
      position: relative;
      overflow: hidden;
      top: -23px;
      background-color: #FFF;
      box-shadow: 7px 5px 4px rgba(0,0,0,0.5);
      border: 1px solid black;
      border-radius: 2px;
      height: 130px;
    }

    .notification {
      width: 100%;
      height: auto;
      opacity: 1;
      position: relative;
      top: 0;
      left: 0;
      z-index: 9999999999999999999999999999999;
      background-color: #fff;
      padding: 30px;
    }

    .nav-tabs > li > a {
      background: #f5f5f5;
      color: #9F32B2;
      border-radius: 0;
      border: 0 none;
      line-height: 16px;
      margin-right: 0;
      padding: 12px 15px;
      font-weight: 600;
      font-size: 16px;
    }
}

@media (max-width:575px){
    .carousel-inner .item img{height: 400px;}
    .desk_box{display: none;}
    .box {
      position: relative;
      overflow: hidden;
      top: -23px;
      background-color: #FFF;
      box-shadow: 7px 5px 4px rgba(0,0,0,0.5);
      border: 1px solid black;
      border-radius: 2px;
      height: 130px;
    }

    .notification {
      width: 100%;
      height: auto;
      opacity: 1;
      position: relative;
      top: 0 !important;
      left: 0 !important;
      z-index: 9999999999999999999999999999999;
      background-color: #fff;
      padding: 30px;
    }

    .nav-tabs > li > a {
      background: #f5f5f5;
      color: #9F32B2;
      border-radius: 0;
      border: 0 none;
      line-height: 16px;
      margin-right: 0;
      padding: 12px 5px;
      font-weight: 600;
      font-size: 12px;
    }
}