#slide-banner {
  padding: 6px;
}

.icon_backcolor{
	
filter: glow(color:#000000, strength=2); color:#ffffff; font-weight:900; text-shadow: 1px 1px 5px #000000;
opacity:1;-moz-opacity:1;-khtml-opacity: 1; filter:alpha(opacity=100);
color:#ffffff;
}

.carousel-inner {
  background: #1B383E; /* Old browsers */
  background: -moz-linear-gradient(left, #1B383E 1%, #196A64 41%, #196A64 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1B383E 1%, #196A64 41%, #196A64 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1B383E 1%, #196A64 41%, #196A64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B383E', endColorstr='#196A64', GradientType=1); /* IE6-9 */
}
.carousel-indicators {
  bottom: 0 !important;
}
.item a:hover {
}
.leftText {
  float: left;
  width: 40%;
  padding: 65px 20px 20px 30px;
}
.leftText a {
  color: #b60300;
}
.leftText p {
  color: #474747;
  font-size: 1.2em;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 500;
}
.leftText h2 {
  color: #FFFFFF;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}
.imgBanner {
  float: right;
  width: 60%;
}
.imgBanner img {
  width: 100%;
  display: block;
  max-height: 420px;
}
.rslides {
}
.callbacks_tabs {
  display: block;
  bottom: 25px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 5;
}
.callbacks_tabs li {
  margin: 0 6px;
  display: inline-block;
}
.carousel-indicators .active {
  background-color: #444341;
}
.carousel-indicators li {
  border: none;
  background-color: #8a8a8a;
}

.carousel-control .glyphicon-chevron-left{
	padding:10px;
	left:5px;
	background-color:#A5A5A5;
	height:50px;
	width:50px;
	text-align:center;
	vertical-align:middle;
	font-size: 30px;
}
.carousel-control .glyphicon-chevron-right{
	padding:10px;
	right:5px;
	background-color:#A5A5A5;
	height:50px;
	width:50px;
	text-align:center;
	vertical-align:middle;
	font-size: 30px;
}
@media (min-width:1440px) {
  .leftText p {
    color: #474747;
    font-size: 1.4em;
    line-height: 31px;
    letter-spacing: 1px;
    font-weight: bold;
  }
}
@media (min-width:990px) and (max-width:1250px) {
  .leftText h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .leftText p {
    font-size: 1em;
    line-height: 20px;
  }
}
@media (min-width:980px) and (max-width:1000px) {
  #slide-banner {
    margin-top: 75px !important;
    margin-bottom: 20px !important;
  }
  .leftText h2 {
    font-size: 1.3em; /* from 2 to 1.3*/
    margin-bottom: 20px;
  }
  .leftText p {
    font-size: 1em;
    line-height: 20px;
  }
}
@media (max-width:991px) {
  #slide-banner {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .leftText h2 {
    margin: 0px 0;
    font-size: 1.3em; /* from 1.5 to 1.3*/
    line-height: 25px;
    margin-bottom: 20px;
  }
  .top-distance {
    margin-top: 50px;
  }
	#myCarousel {
	  margin-top: 40px;
	}
}
/*
@media (max-width:1000px) {
  .leftText p {
    height: 100px;
    overflow: hidden;
  }
  
}
*/
@media (max-width:1000px) {  /* from 620 to 1000*/
  .leftText p {
    display: none;
  }
	.leftText {
	  float: none;
	  width: 100%;
 	  padding-top:20px;
	}
	.imgBanner {
	  float: none;
	  width: 100%;
	}
  .leftText {
	padding-bottom:40px;
  }
}
@media (max-width:480px) {
  .leftText {
	  /*
    float: left;
    width: 40%;
    padding: 15px 15px 15px 15px;*/
	padding-bottom:20px;
 	  padding-top:15px;
	text-overflow: ellipsis;
  }
  .leftText h2 {
    line-height: 1.3em;
    font-size: 1em;
    margin-bottom: 20px;
  }
}