
@e-color-bg: #c7c7c7;
@e-fontsize-basic-font:12px;
@e-color-basic: #000;

body{
	color:#000;
	font-size:@e-fontsize-basic-font;
	background-color: @e-color-bg;
	
}
h3{
	font-weight:normal;
}
.alert{
  text-align:center;
  font-weight:bold;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px; 
  margin-top:0px;
  margin-bottom:0px;
  
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.09);
  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
  padding:12px;
  padding-bottom: 14px;
}
.alert-success{
  background-color: #55912a;
  border-color: #D6E9C6;
  color: #fff;
  border-top:0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert-error{
  background-color: #BA1D1A!important;
  color:white;
  border-color:#BA1D1A;
  border-top:0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert .close{
  top:0px;
  left:0px;
}
#droppy {float:right;}
#droppy ul { width: 220px; }
#droppy ul ul { left: 220px;}  

#droppy a {color: #fff; font-size: 13px; line-height: 1; text-decoration:none;  -webkit-transition: all .06s ease-in-out;
  -moz-transition: all .06s ease-in-out;
  transition: all .06s ease-in-out;}
  #droppy li > a {padding:24px; padding-bottom:28px; padding-top:29px;}
  #droppy li.hover > a { background-color:#fff;  color:#000;}
  #droppy ul {top:70px;}
    #droppy ul li a {  padding-bottom:17px; padding-top:18px;padding-left:20px; padding-right:20px; color: #333; border-top:1px #eee solid;}
      #droppy ul a.hover { background-color:#fafafa; color: #000;}
   #droppy ul a { }

 #droppy li ul {background-color:#fff;}

#droppy .menuOpen{
  background-color:#fff!important;
  color:black;
}
#droppy ul li .menuOpen{
  background-color:#f1f1f1!important;
  color:black;
}

.pad .breadcrumb{
  margin:-20px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
}
.box{
	background-color: white;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	background-color: white;	
}
.box h4{
	border-bottom: 1px #eee solid;
	padding: 16px;
	padding-top: 18px;
	padding-left: 20px;
	color: #333;

}
.pad h4{
	margin:-20px;
	margin-bottom: 19px;

}
.newspimg li a img{
  margin-top: 40px;
}
.pad{
	padding:20px;
}
 input[type="text"] {
  width: 70%;
}
.logo{
	margin: 20px;
	margin-left: 10px;
	display: inline-block;
}
footer{
	text-align:center;
	color:#aaa;
	padding-top:30px;
	padding-bottom: 120px;
	background-color: white;
	margin-top:30px;
}

.white-box{
	background-color: white;
}
.userlogin-box .control-group {
	margin-left: 20px;
}
.userlogin-box .input-medium{
	width: 88%;
}
.userlogin-box form{
	margin:0px;
}
.userlogin-box .form-actions{
	margin-bottom: 0px;
}
.box-footer {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: whiteSmoke;
	border-top: 1px solid #E5E5E5;
}
.newsNormal,.searchList,.tagsShowList{
	margin: -20px;
}
.newsNormal li h4 {
  border-bottom-color: transparent;
}
.margin-top{
	margin-top: 20px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.carousel {
	margin-bottom:0px;
}
.pad .navigation {
	margin: -20px;
	margin-bottom: 20px;
}
.navigation .breadcrumb{
	background-color: #fafafa;
	border-bottom:1px solid #eee;
	padding-left: 20px;
}

.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.box img{
  margin:3px;
  margin-bottom:2px;
  margin-right:1px;
  margin-left:1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pad .form-actions{
  margin-left:-20px;
  margin-right:-20px;
  margin-bottom:-40px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Carousel base class */


.nav-top{
  
  background-color: rgba(red(@e-color-basic), green(@e-color-basic), blue(@e-color-basic),0.9);
  min-height: 70px;
  position: absolute;
 
  z-index: 4000;
  width: 100%;
}
.nav-top .brand{
  margin-top: 16px;
  display: inline-block;
}
.nav-top .span8 {
  margin-left: 0px;
}

.carousel {
  margin-bottom: 20px;
}

.carousel .container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-control {
  background-color:@e-color-basic;
  border: 0;
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;  
  width: 60px;
  height: 60px;
  left: 0px;
  opacity: .1;
  padding-top:22px;
}
.carousel-control.right {
  right: 0px;
}

.carousel img {
  min-width: 100%;

}

.carousel-caption {
  text-align: center;
  position: static;
  max-width: 1170px;
  padding: 30px;
  padding-top:20px;
  margin-bottom: 40px;
  background: rgba(red(@e-color-basic), green(@e-color-basic), blue(@e-color-basic),0.9);
}
.carousel-caption h4,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  font-size:40px;

}
.carousel-caption .btn {
  margin-top: 10px;
}
.subslide .carousel-indicators {
  width: 150px;
  height: 50px;
  right: 45%;
  top: auto;
  bottom: 20px;
}

.drplang {
  padding-top: 19px;
}
.tagsShowList li {
  padding-bottom: 20px;
  list-style: none;
}
.tagsShowList a {
  text-decoration: none;
}
.tagsShowList h4:hover {
  color: @e-color-basic+#444;
}

/* RESPONSIVE CSS
-------------------------------------------------- */




@media (max-width: 991px) {
  .dropcl {
    width: 100%;
    margin-right: 0px;
  }
  .carousel-caption {
    display:none;
  }
  .topmn {
    width: 100%;
    float: none;
    text-align: center;
    padding-top:10px;
    padding-bottom: 10px;
    margin-left: 0px;
  }
  .subslide {
    padding-top: 140px;
  }
  .drplang {
    width: 50px; 
    position: absolute;
    top:9px;
    right:20px;
  }  
  ul.languagedropdown {
  min-width: 60px;
  max-width: 60px;
}
  #droppy{
    width: 100%;
    float:none; ;
    display:block;
    text-align:center!important;
    position: relative;
    bottom:20px;
    padding-top: 30px;  
  }
  #droppy>li{
    float:none;
    display:inline-block;
    text-align:left;
  }
  #droppy li a {
    padding: 12px;
    padding-bottom: 15px;
    padding-top: 14px;
  }
  #droppy ul {
    margin-top: -8px;    
  }
   .carousel img {    
    height: auto;
  }
  .subslide .carousel-indicators {
    width: 105px;
  }
  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
}


@media (max-width: 768px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .topmn {
    padding-left:0px;
  }
  .smallcont {
    margin-right: 10px;
    margin-left: 10px;
  }
  .carousel .item {
    height: auto;
  }
  .carousel img {
    height: auto;
  }
  .userlogin-box {
    margin-bottom: 20px;
  }
  .newsbox {
    margin-top: 20px;
  }
  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }

}
@media (max-width: 640px){
  
  .top {  
    background-color: @e-color-basic;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
  .subslide {
    display: none;
  }
  .smallcont {
    padding-top: 140px;
  }
  .xstop {
    margin-top: 140px;
  }
}
@media (max-width: 320px) {

  
  .smallcont {
    padding-top: 200px;
  }
  #droppy li {
    margin-bottom: 2px;
  }
  #droppy ul {
    margin-top: -6px;
  }
  .xstop {
    margin-top: 180px;
  }
  .tagsShowList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
