@e-fontsize-basic-font: 14px;
@e-smallsize-padding: 26px;
@e-smallsize-border-radius: 4px;

@e-color-basic:  #f4cc33;


body{
	font-size: @e-fontsize-basic-font;
	line-height: 160%;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h5,h6{
	color:@e-color-basic;
	font-family: 'Alatsi', sans-serif;
	font-weight:300;
}
h4 {
	color:@e-color-basic;
	font-family: 'Alatsi', sans-serif;
	font-weight:300;
}
a{
	color:@e-color-basic;
	-webkit-transition: all .06s ease-in-out;
	-moz-transition: all .06s ease-in-out;
	transition: all .06s ease-in-out;	
}
a:hover{
	color:@e-color-basic + #444;
	text-decoration: none;
}


#droppy {float:right; width:100%;}

#droppy a {
	font-size: (@e-fontsize-basic-font+5px);
	text-decoration:none;
	-webkit-transition: all .06s ease-in-out;
	-moz-transition: all .06s ease-in-out;
	transition: all .06s ease-in-out;
	font-family: 'Alatsi', sans-serif;
	font-weight:300;
}
#droppy li{
	padding-right: 5px;
}

#droppy li > a {
	color: @e-color-basic;
	display: inline-block;
	padding: 10px 16px 11px 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#droppy li.hover > a {
	background-color: @e-color-basic;
	color:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#droppy li ul li a {
	font-size: 14px;
}
#droppy li ul li a.hover {
	width: 100%;

}
#droppy ul {top:45px;}
#droppy ul li a {font-size: 14px; font-family: Arial; }
#droppy ul a.hover {background-color:#fafafa; color: #000;}
#droppy li ul {background-color:#fff;}
#droppy li ul li {background-color: #f5f5f5;}
#droppy .menuOpen{
	background-color:@e-color-basic!important;
	color:#fff;
}
#droppy ul li .menuOpen{
	background-color:#f1f1f1!important;
	color:black;
	width:100%;

}
.btn-color {
	background-color: @e-color-basic;
	color: white;

}

.btn-purpbig {
	margin-bottom: 50px;
	margin-top: 20px;
	padding: 17px 50px 17px 50px;
}
.btn-purpbig:hover {
	color:white;
	background-color:(@e-color-basic+#222);
}
.btn-more {
	padding: 10px 30px 10px 30px;
}
.btn-more:hover {
	color:white;
	background-color:(@e-color-basic+#222);
}
.big-icon {
	font-size: 125px;
	color:@e-color-basic;
}
.slider {
	background-color: @e-color-basic;
}
.mainimgband {
	background-color: @e-color-basic;
	height: auto;
}

.infobox {
	background-color: #E9E9E9;
	padding-top: 60px;
	padding-bottom: 40px;
	text-align: center;
}

footer {
	background-color: @e-color-basic;
	height: 200px;
}


.topmn {
	padding-top: 25px;
	padding-bottom: 15px;
}

.news {
	padding-top: 35px;
}

.news .col-md-6 img {
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 10px;
}
.news .col-md-6 a {
	color: @e-color-basic;
}
.center {
	text-align: center;
	margin-bottom: 35px;
}
.row {
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.row li {
	padding-bottom: 10px;
}
.foot {
	color:white;
	padding-top: 60px;
	text-align: center;
}
.foot a {
	color:white;
}
.foot a:hover {
	color:(@e-color-basic+#222);
}
.drplang .btn-group {
	padding-top: 35px;
	padding-left:15px;

}
.dropcl {
	padding-top:33px;
	float:right;
}
li {
	list-style-type: none;
}
.container li {
	list-style-type: circle;
}
.subslide .carousel-indicators {
	width: 150px;
	height: 50px;
	margin-left: 0px;
	top: auto;
	bottom:0px;

}
.subslide .carousel-indicators li {
	background-color: rgba(255,255,255,0.4);
	width: 15px;
	height: 15px;
	border: none;
	margin-right: 5px;

}

.subslide .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: auto;
	margin-right: 5px;
	border: none;
	background-color: white;
}
.center h1 {
	font-size: 55px;
	
}
.subslide .carousel-control {
	height:100%;
	top:0px;
	color: transparent;

}
.subslide .carousel-control:hover {
	color:transparent;
}
.subslide .carousel-caption h4{
	color:white;
	font-size:45px;
}
.content {
	padding-top:50px;
	padding-bottom: 50px;
}

.simslide .carousel-indicators {
	width: 150px;
	height: 50px;
	margin-left: 0px;
	top: auto;
	bottom:0px;
}
.simslide .carousel-indicators li {
	background-color: rgba(255,255,255,0.4);
	border: none;
	
}
.simslide .carousel-control {
	display: none;
}
.simslide .carousel-indicators .active {
	background-color: white;
}

.purpband {
	height:70px;
}
.newsNormal {
	padding-left:0px;
}

.newsNormal li h4 a {
	color:@e-color-basic;
	
}
.newsNormal li a img {
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	margin-left: -20px;
}
.tagsShowList li a {
	color:@e-color-basic;
}
.breadcrumb li {
	padding-bottom: 0px;
}

.breadcrumb .divider {
	display:none;
}
textarea{
  width:100%;
  height:200px;
  padding:5px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  border:1px #ddd solid;
} 
input, input[type="password"], input[type="search"]{
  width:50%;
  padding:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:1px #ddd solid;
}
.inupt-append .btn {
	background-color: @e-color-basic;
}
.input-append .btn {
	background-color:@e-color-basic;
	color:white;
	width: 65px;
	height: 35px;
	padding-left: 10px;

}
@media (max-width: 991px) { 
	.carousel-caption {
		display:none;
	}
	.carousel-indicators {
		display:none;
	}
	.logo {
		padding-top:50px;
	}
	.topmn {
		text-align: center;
		padding-top:50px;
	}
	.drplang {
		position: absolute;
		top:1px;
		right:10px;
	}
	.drplang .btn-group {
		padding-top: 5px;
	}
		
	.content {
		text-align: center;
	}
	#droppy,
	.clm7,
	.dropcl {
		float:none;
		text-align: center;
	}
	#droppy {
		padding:;
	}
	#droppy li {
		padding-top:2px;
	}
	.subslide {
		padding-left: 0;
		padding-right: 0;
	}
	.breadcrumb {
		text-align:left;
	}
	.newsNormal li a {
		display: inline-block;
		padding-bottom: 10px;
		text-align: center;
	}
	.newsNormal li a img {
		margin-right: 0px;
		text-align: center;

	}
	.simslide {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}
 
@media (max-width: 1200px) {
	.simslide img {
		max-width: 100%;
	}
}