.skyblue {
	background-color: #22c8ff;
}

.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: #282a2ba3;
	      width: 490px;
    font-size: 25px;
    font-weight: 600;
    text-align: -webkit-left;
    margin-bottom: 15px;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}
.slide_1{background:url(../images/slide1.jpg); background-repeat:no-repeat;background-size:cover; height: 700px;}
.slide_2{background:url(../images/slide2.jpg);background-repeat:no-repeat;background-size:cover;height: 700px;}
.slide_3{background:url(../images/slide3.jpg);background-repeat:no-repeat;background-size:cover;height: 700px;}

	.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
     color: #080808;
    padding: 6px 13px;
    /* top: 28%; */
    background-color: #fff;
    border: 1px solid #ddd;
}
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-default>.panel-heading {
        color: #ffffff;
    font-size: 19px;
	    font-family: initial;
    font-weight: 600;
    text-align: -webkit-center;
    background-color: #4d4c50;
    border-color: #4d4c50;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.panel-footer {
    font-family: initial;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/* CSS Document */

#ticker{
  background-color:#FFF;
  overflow:auto;
  height:30px;
  vertical-align:middle;
  width:100%;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}
#ticker ul{
  display:block;
  padding:0px;
  line-height:30px;
  vertical-align:middle;
  margin:0px;
  list-style:none;
  white-space: nowrap;
  animation: scroll 20s linear 0s infinite;
    position: absolute;
  
  
}
#ticker ul li{
  display: inline-block;
  white-space: normal;
  margin-left:20px;
}
#ticker .title{
  background-color:red;
  color:#FFF;
  position:absolute;
  left:0;
  font-weight:bold;
  border-right:2px solid #FFF;
  top:0;
  display:block;
  height:30px;
  vertical-align:middle;
  line-height:30px;
  padding-left:10px;
  padding-right:10px;
  z-index:10;
  box-shadow:0px 0px 20px rgba(0,0,0,.8);
}
@keyframes scroll {
    from {
      transform: translate(100%,0);
      
    }

    to {
       transform: translate(-150%,0);
      
    }
}

/* Custom CSS */
body{
  background-color:#EEE;
  font-family:'Arial'
}
#ticker{
  width:100%;
  margin:5px;
}
#ticker ul{
  width:100%;
}
a{
  text-align:center;
  display:block;
  margin-top:3px;
  text-decoration:none;
  color: #333;
}