@media (max-width: 767px){
	
	.committee-member .member-photo {
		max-width: 180px;
		float: none;
		margin: 15px auto;
	}
	
	.committee-member .member-detail {
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	
	.committee-member .member-detail .member-designation {
		width: 100%;
		text-align: center;
	}
	
	.committee-member .member-detail .theme-ul li {
		text-align: left;
	}
	
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
		color: #ffd84f;
	}
	
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		color: #ffd84f;
		background: rgba(0,0,0,1);
	}
	
	.navbar-header{
		width: 100%;
		padding: 0px;
		margin: 0px;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.navbar-toggle {
		display: block !important;
		margin-right: 0px !important;
	}
	
	.navbar {
		padding: 0px;
		background: rgba(63,48,8,0.9)
	}
	
	.navbar-collapse{
		border-top: none;
		box-shadow: none;
	}
	.navbar-nav {
		margin: 50px -15px 0px -15px;
		border: none;
		box-shadow: none;
		background: rgba(63,48,8,0.9);
	}
	
	
	nav {
		position: fixed;
		height: 50px; 
		width: 100%;
		background: rgba(63,48,8,0.8);
		padding: 0px;
	}
	
	nav.sticky .navbar-nav {
		background: rgba(63,48,8,0.9);
	}
	
	nav.sticky .navbar-right {
		margin-top: 0px;
	}
	
	nav.sticky .navbar-brand{
		padding: 8px 0px;
	}

	nav .navbar-brand{
		padding: 8px 0px;
	}

	nav .navbar-brand img{
		width: 80px;
		height: auto;
	}

	nav  .navbar-right {
		margin-top: 0px;
	}
	
	.navbar-nav>li>a {
		color: rgba(255,255,255,1);
	}
	
	.nav>li>a:focus, .nav>li>a:hover {
		color: #ffd84f;
		background: rgba(0,0,0,1);
	}
}

@media (min-width: 768px){
	
	.theme-menu-dropdown{
		padding: 0px !important;
		border-radius: 0px !important;
		margin-top: 12px !important;
		background: #ffffff !important;
		 border: 0px !important;
	}

	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		background-color: #ffffff !important;
		border: none !important;
		color: #3d3d3d;
	}

	
	.theme-menu-dropdown:before {
		display: inline-block;
		width: 0;
		height: 0;
		right: 12px;
		position: absolute;
		content: "";
		margin-left: 13px;
		margin-top: -18px;
		vertical-align: middle;
		border-top: 10px solid transparent;
		border-bottom: 10px dashed #fff;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}

	.theme-menu-dropdown.dropdown-menu>li>a {
		background: #ffffff !important;
		padding: 5px 10px;
		font-size: 13px;
		color: #3f3008;
	}

	.theme-menu-dropdown.dropdown-menu>li>a:hover{
		background: #ffffff !important;
		padding: 5px 10px;
		font-size: 13px;
		color: #a72a08 ;
	}

	
	.navbar-right {
		margin-top: 50px;
	}
	
	.navbar-nav>li {
		margin: 0px 1px;
	}
	.navbar-nav>li.active a {
		color: #3d3d3d;
		background-color: #ffffff;
	}
	.navbar-nav>li>a {
		color: rgba(255,255,255,1);
		font-weight: 600;
		padding: 2px 10px;
	}
	
	.navbar-nav>li>a:hover {
		background-color:#ffffff;
		color: #3d3d3d;	
	}
	
	.nav>li>a:hover {
		text-decoration: none;
		color: #3d3d3d;
		background-color: #ffffff;
	}

	.nav>li>a:focus {
		text-decoration: none;
		background-color: transparent;
		border: none;
		box-shadow: none;
		outline: none;
		color: #ffffff;
	}		
	
}


@media (max-width: 300px){	
	.photo-list .image-size{
		width:100%;
		margin-bottom: 20px;
		float:left;
	}
}


@media (min-width: 301px) and (max-width: 500px){	
	.photo-list .image-size{
		width:46%;
		margin: 2%;
		float:left;
	}
}

@media (min-width: 501px){	
	.photo-list .image-size{
		width:31%;
		margin: 1%;
		float:left;
	}
}


@media (max-width: 499px){
	.features-width{
		width: 100%;
		float: left;
	}
	
	.clienti .col-md-2 {
		width: 50%;
	}
	
}

@media (max-width: 320px){
	.clienti .col-md-2 {
		width: 100%;
	}
}
