@e-color-basic: #050609;
@e-color-basic2: #151619;
@e-color-bg: #FAF9F6;
@e-fontsize-basic-font:17px;

body{
	color:@e-color-basic;
	font: @e-fontsize-basic-font avenir-lt-w01_35-light1475496, Open Sans, Helvetica, Arial, sans-serif;
	background-color: @e-color-bg;
}
.box {
	background-color: #FFF;
}
.drplang {
	padding-top: 25px;
}

.top{
	height: auto;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.4);	
	z-index: 4000;
	position: relative;
}

.button {
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1{
float:right;
  border: none!important;
  color: #050609;
	background:none!important;
}
.button1:hover{
  color: #c8a97c!important;
	background:none!important;
}

#sliderBootstrap{
	position: relative;
	z-index: 500;
}
#sliderBootstrap img{
	width: 100%;
}
.carousel-caption{
	display: none;
}
.subslide .carousel-indicators {
  width: 150px;
  height: 50px;
  right: 45%;
  top: auto;
  bottom: 20px;
}

hr{
    //border: 0;
    //height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(5, 7, 9, 0.25), rgba(0, 0, 0, 0));
}

a:link { 
  text-decoration: none!important; 
} 
a:visited { 
  text-decoration: none!important; 
} 
a:hover { 
  text-decoration: none!important; 
} 
a:active { 
  text-decoration: none!important; 
}

.topspan{
    font-size:14px; 
	color:#c8a97c;
    text-decoration:none!important;
}

.topspan:hover {
    font-size:14px; 
	color:#c8a97c;
    text-decoration:none!important;
}

h3{
	font-weight:normal;
}
.box-silver{
	background-color: #fafafa;
}

.box h4{
	border-bottom: 1px #eee solid;
	padding: 16px;
	padding-top: 18px;
	padding-left: 20px;
	color: #333;
	background-color: white;

}
.pad h4{
	margin:-20px;
	margin-bottom: 19px;
}
.pad .breadcrumb{
	margin:-20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #E5E5E5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.pad{
	padding:20px;
}
.logo{
	margin: 15px;
	margin-left: 0px;
	display: inline-block;
}
footer{
	text-align:center;
	color:#aaa;
	padding-top:30px;
	padding-bottom: 120px;
	background-color: #FAF9F6;
}

.carousel-control {
	display:none;
}
.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;
}

#droppy {float:right; width:100%; text-align:right;}

#droppy a {color: @e-color-basic2; text-transform:uppercase; 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:16px; padding-bottom:33px; padding-top:32px;}
  #droppy li.hover > a { color:#c8a97c;}
  #droppy ul {top:80px;}
    #droppy ul li a {  padding-bottom:17px; padding-top:18px;padding-left:20px; padding-right:20px; color: #c8a97c; border-top:1px #eee solid;}
      #droppy ul a.hover { background-color:#faf9f6; color: #c8a97c;}
   #droppy ul a { }

 #droppy li ul {background-color:#fff;}

#droppy .menuOpen{
	//background-color:#dd3d24!important;
	color:#c8a97c;
}
#droppy ul li .menuOpen{
	//background-color:#f1f1f1!important;
	color:black;
}
.newsNormal,.searchList,.tagsShowList{
	margin: -20px;
}
.margin-top{
	margin-top: 20px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.carousel {
	margin-bottom:0px;
}

.pad .form-actions{
  margin-left:-20px;
  margin-right:-20px;
  margin-bottom:-40px;
}
.box img{
  margin:3px;
  margin-bottom:2px;
  margin-right:1px;
  margin-left:1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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;	
}
.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:2px;
}
.newsNormal li a img {
  	margin-right: 5px;
  }

@media (max-width: 1200px) {
	.subslide .carousel-indicators {
		right: 42%;
	}
}



@media (max-width: 991px) {
   
  .drplang {  
    width: 60px;  
	position: absolute;
	top:0px;
	right:5px;
}  
  ul.languagedropdown {
    min-width: 60px;
    max-width: 60px;
}
.topmn {
    width: 100%;
    float: none;
    text-align: center;
   
    padding-bottom: 10px;
    margin-left: 0px;
  }
  #droppy{
    width: 100%;
    float:none; 
    display:block;
    text-align:center!important;
    position: relative;
    bottom:20px;
    
  }
  #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: -23px;    
  }
   .carousel img {    
    height: auto;
  }
  .subslide .carousel-indicators {
    width: 105px;
  }
  
}


@media (max-width: 768px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  #droppy li ul {
  	top: 85px;
  }
  .drplang {

  	width:60px;
  }
  .smallcont {
    margin-right: 10px;
    margin-left: 10px;
  }
  .carousel .item {
    height: auto;
  }
  .carousel img {
    height: auto;
  }
  .subslide .carousel-indicators {
  	height: 0px;
  }

}
@media (max-width: 640px){
   #droppy li ul {
   	top: 86px;
   	width: 180px;
   }
  .subslide {
    display: none;
  }
  
}
@media (max-width: 320px) {
  .control-group {
  	margin-left: 5px;
  }
  #droppy li ul {
  	top:87px;
  }

  #droppy li {
    margin-bottom: 2px;
  }
    
  .tagsShowList {
  	padding-left: 20px;
    padding-right: 20px;
  }
  .tagsShowList li {  
  margin-bottom: 20px;	
  	list-style: none;
  }
  .tagsShowList li a {
  	text-decoration: none;
  }
}


@media (max-width: 760px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display:block!important; 
		text-align:center!important;
		width:90%!importan;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr, td { text-align:center!important; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}


a[title="Editor"] {
  display:none!important;
}