	.a{
		background:red;
	}
	
	.b{
		background:blue;
	}

	.c{
		background:yellow;
	}

	.d{
		background:green;
	}

	.e{
		background:black;
	}

	.f{
		background:#ccc;
	}

	.g{
		background:#f40004;
	}	
	.container{
		/*border:solid 1px #000;*/
	}
	body{
		  background: url(../images/defult-bg-pakage.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		
	}
	
	



a:hover{
	text-decoration:none;
}


.bg-list-title{
	background:#000;
	border-radius:10px 10px 0 0;
}
.bg-list-title h3{
	color:#fff;
	padding:5px 0 5px 10px;
	margin-bottom:0;
}
.list-aside{
	
	padding:0 0 5px 0;
	border-radius:0 0 10px 10px;
}
.list-aside li{
	background:#fff;
	margin-bottom:2px;
padding:0 0 5px 0;
list-style-type:none;
}

.list-aside li a{
color:#000;
font-size:14px;
padding-left:5px;
display:block;
}
.list-aside li a:hover{
color:#f00;
text-decoration:none;
}

.list-aside .last-list{
background:#000;
padding: 15px;
border-radius: 0 0 10px 10px;
}


.list-aside img{
	border:solid 2px #ccc;
	margin-right:5px;
}


.bg-title{
	background:red;
	border-radius:10px 10px 0 0;
}
.bg-title h2{
	color:#fff;
	padding:5px 0 5px 10px;
	margin-bottom:0;
}

.content{
	background:#fff;
	color:#000;
	text-align:justify;
	padding:5px;
}

.b-content{
	padding:20px;
	background:red;
	border-radius:0 0 10px 10px;
}

footer p{
	text-align:center;
	color:#fff;
	padding:8px;
	
}
footer span{
		text-align:center;
	color:#fff;
}


@media(max-width:767px){
	
	
	

	
	
	
	
	
	
} /* xs */
@media(min-width:768px){} /* sm */
@media(min-width:992px){} /* md */
@media screen and (min-width: 768px) , (min-width: 992px), (min-width: 1200px) {
	
	
	
	
	.navbar-nav li{

		/*margin-right:5px;*/
	}
	
	.navbar-nav > li{

		margin-right:5px;
	}

	.dropdown-menu > li{

		border-bottom:solid 1px #fff;
	}
	.dropdown-menu > li:last-of-type{
		border-bottom:none;
	}	
	

	.navbar-default .navbar-nav li a:hover{
		color:#000;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	
		background:#000;
		color:#fff;
	}


	
	.navbar-default{
		border:none;
		background:none;
		margin:0;
	}


.navbar{
  min-height:20px;
}	
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;

}
.navbar-nav > li > a {
    padding: 10px 15px;
	background:#000;
	/*
background: rgb(142,255,50);
background: linear-gradient(180deg, rgba(142,255,50,1) 0%, rgba(11,150,0,1) 100%);
*/
	border-radius:20px 20px 0 0;
	
}
.navbar-default .navbar-nav > li > a:hover{
    padding: 10px 15px;
	background:#fff;
	color:#000;
}

.navbar-default .navbar-nav li a{
	color:#fff;
}


.search{
margin-top:100px;
}	



.dropdown-menu{
	background:#000;
}

		
	
} /* lg */


.dot {
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  
margin-right: 5px;
}


.portfolio-content{
	text-align:center;
}
.portfolio-area{
	min-height:200px;
	overflow:hidden;
}

.portfolio-area li{
	padding-top:20px;
}

.portfolio-area li,.portfolio-categ li{
list-style-type:none;

}


.portfolio-categ{
	float:none;
	display:inline-block;
}

.portfolio-categ ul{

	}

.portfolio-categ li{
	float:left;
	
	margin:0 10px 10px 0;
	background:green;
	
	border-radius:5px;
}
.portfolio-categ a{
	color:#fff;
	padding:3px 10px;
	min-width:100px;
	display:block;
}

.portfolio-categ a:hover{
	color:#000;
	text-decoration:none;
}

.portfolio-categ a:focus{
	color:#000;
	text-decoration:none;
}

.list-content{
	overflow:hidden;
	padding:10px;
}
.list-content img{
	float:right;
	margin-left:20px;
	border-radius:10px;
}
.list-content a{
	color:#000;
}
.list-content span{
	color:#ccc;
	
}
hr{
	margin:10px 0;
}

.icons{
	margin:10px 0;
}
.icons span{
	color:#ccc;
}

.glyphicon{
	padding-right:3px;
}
.download{
	margin:10px 0;
}

.caption h3 a{
	color:#000;
}
.no-padding{
padding:0;	
}
.clearb{
	clear:both;
	padding-top:10px;
}
.blackk{
color:#000;	
}
.info-article{
	color:#8c7d7d;
}
.info-article span{
	padding-left:3px;
}

ul.pagination li a.active {
    background-color: #4D4D4D;
    color: white;
}

.pages{
	text-align:center;
	clear:both;
}
footer{
	background:#000;
	margin-top:10px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}


.lan > li{
	float:left;
	list-style-type:none;
	margin:10px 0 0 2px;
}
