@media only screen
and (min-width : 100px)
and (max-width : 550px) {

	.logo-box{
		float: left;
		position: relative;
		width: 100%;
	}
	.info-box-header{
		float: left;
		position: relative;
		width: 100%;
	}
	.social-icons{
		width: 100%;
		text-align: center;
	}
	.social-icons li{
		float: none;
		display: inline-block;
	}
}
@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	#bs-site-navbar-collapse ul.navbar-nav > li {
	    float: left;
	    width: 100%;
	    text-align: left;
	}
	
}

@media only screen
and (min-width : 0px)
and (max-width : 870px) {

	.slider-green-box-info{
		float: left;
		height: auto;
		position: relative;
		margin: 0px;
		max-width: 100%;
		bottom: auto;
		left: auto;
	}
	.wrapper-slider{
		background: #056839;
	}
	#prev-slider{
		display: none;
	}
	#next-slider{
		display: none;
	}
}

@media only screen
and (min-width : 0px)
and (max-width : 1200px) {
	.wrapper-header{
		background: #e8dbbd;
	}
	.logo-box{
		float: left;
		position: relative;
		border-radius: 0px;
	}
	.info-box-header{
		position: relative;
		float: right;
		padding: 0 12px 15px;
	}
	.social-icons{
		margin: 0px;
	}
}