body {
  padding:0;

  background:url(../images/banner3.jpg) top center no-repeat;
   background-position: center top;
    background-size: 100% auto;
	/*-webkit-filter:grayscale(1);
	filter:grayscale(1);
	*/
}

.head-group { color:#06C; font-size:16px; font-weight:bold; border-bottom:2px solid #333; padding:5px 0; text-align:left; }

.text-small { font-size:small; }

.padding-none { padding:0; }

.navbar { background:#fff; border:none; margin:0; }
.navbar-nav li a { padding-top:12px; padding-bottom:12px;  padding-left:11px; padding-right:11px;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color:#06C;
  background-color: #fff;
}



.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid #dddddd;
}
.nav-tabs > li > a:hover {
  border:none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  border-top:2px solid #09C;
}



.custom-banner-home { margin-top:20px; }

.custom-live { background:#f00;color:#fff; padding:5px; font-weight:bold; }
.custom-nav-border { border-top:1px solid #eee; border-bottom:1px solid #eee; }

.custom-top { background:#1a80b6; font-size:11px; color:#fff; padding-top:10px; padding-bottom:10px; }

.custom-facebook-top { width:16px; height:16px; float:right;  }
.custom-facebook-top a { background:url(../images/facebook1.png) no-repeat;  padding:10px; }
.custom-facebook-top a:hover { background:url(../images/facebook2.png) no-repeat; }

.custom-thumb1 { margin-bottom:15px; border-bottom:1px dotted #ddd; padding-bottom:10px;}
.custom-tab-clip-home div { margin:8px 0 8px 0; }

.custom-footer { background:#115588; border-top:10px solid #e9eaee; padding:15px 0; color:#ddd; font-size:smaller;}
.custom-copyright { margin-top:10px; }

a.custom-language { color:#bfbfbf; font-size:smaller; text-decoration:none; }
a.custom-language:hover { color:#fff; }

.custom-border-bottom { border-bottom:5px solid #ddd; }
.custom-header-bg { background:#f4f4f4; margin-bottom:50px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding-top:40px; padding-bottom:15px;}
.custom-header-bg h1 { font-size:20px; margin:0; padding:0;}
.breadcrumb { font-size:smaller; }

.custom-content1 { margin-bottom:30px; font-size:small; text-align:justify;  }
.custom-content1 p { margin-bottom:20px; }
.custom-list-line { margin-bottom:15px; border-bottom:1px dotted #ccc; padding-bottom:15px;}

.thumbnail { border:0; }
.custom-list-gallery { margin-bottom:30px;}
.custom-list-gallery h5 { margin-top:0; padding-top:0; }

.custom-text-black  { color:#000; }

.badge-box {
	position:absolute;

	top:0;
	right:0;
	color:#fff;
	font-weight:bold; padding:0 2px 0px 5px;
	background:#f00;
	z-index:100;

	-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;

}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
	height:350px;
  margin-bottom: 60px;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: 350px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}



.starter-template {
  padding: 40px 15px;
  text-align: center;
}


/*Desktop*/
@media (max-width: 1600px) {
	.container { max-width:960px; }
}

@media (max-width: 1170px) {
	.container { max-width:960px; }
}
@media (max-width: 1070px) {
	.container { max-width:960px; }
}

/*Tablet Landscape*/
@media (max-width: 980px) {
	.custom-top .container .col-md-6 { text-align:center; }
	.container { max-width:960px; }

}

/*Tablet Portrait*/
@media (max-width: 767px) {
	.custom-top .container .col-md-6 { text-align:center; }

	.carousel,.carousel .item, .carousel-inner > .item > img {  height: 280px; }
	.custom-copyright { text-align:center; border-top:1px solid #ccc; padding-top:10px;}
}

/*Phone Landscape*/
@media (max-width: 480px) {
	.custom-top .container .col-md-6 { text-align:center; }
	.carousel,.carousel .item, .carousel-inner > .item > img {  height: 175px; }
	.custom-copyright { text-align:center; border-top:1px solid #ccc; padding-top:10px;}
}

@media (max-width: 420px) {
	.custom-top .container .col-md-6 { text-align:center; }
	.carousel,.carousel .item, .carousel-inner > .item > img {  height: 153px; }
	.custom-copyright { text-align:center; border-top:1px solid #ccc; padding-top:10px;}
}

/*Phone Portrait*/
@media (max-width: 360px) {
	.custom-top .container .col-md-6 { text-align:center; }
	.carousel,.carousel .item, .carousel-inner > .item > img {  height: 131px; }
	.custom-copyright { text-align:center; border-top:1px solid #ccc; padding-top:10px;}
}
@media (max-width: 320px) {
	.custom-top .container .col-md-6 { text-align:center; }
	.carousel,.carousel .item, .carousel-inner > .item > img {  height: 117px; }
	.custom-copyright { text-align:center; border-top:1px solid #ccc; padding-top:10px;}
}
