/*Strip the ul of padding and list styling*/
.footer-content p{
	
	    float: left;
    color: white;
    font-weight: lighter !important;
    font-size: 12px;
    letter-spacing: 1px;
	
}

.footer{
	
	z-index:10;
	
}



.container
{
	
	background-color:white;
}
.right{
	
	margin-right:10%;
	margin-left:auto;
}


.vertical-menu {
    width: auto; 
	margin-top:50px;/* Set a width if you like */
}

.vertical-menu a {
    background-color: #eee; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px;
	

	/* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
     /* Add a green color to the "active/current" link */
    color: grey;
}



.has-slider{
	
	background-color:white;
	    height: 145px;

	
}
.projnew{
   position: absolute;
    top: 251px;
    
    background-color: white;
    padding: 2px;
    opacity: .8;
}

 ul.men{
	list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-left: 292px;
    padding-top: 91px;
    border-bottom: 1px solid #ccc!important;
}




/*Create a horizontal list with spacing*/
#menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
#menu li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	/*background: #2f3036;*/
	background: white;
	text-decoration: none;
	
	
}

#menu li a.active{
	
	color:#D3D3D3;
}

/*Hover state for top level links*/
#menu li:hover a {
	
	color:	#D3D3D3;
}

/*Style for dropdown links*/
#menu li:hover ul a {
	background: white;
	color: white;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
#menu li:hover ul a:hover {
	background: white;
	color: black;
}

/*Hide dropdown links until they are needed*/
#menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
#menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background-color: black;
	text-align: center;
	margin-top: 35px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	
	.header-page{
		
		display: none;
	}

	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	
	ul.men{
		
		margin-left: -60px;
    padding-top: 106px;
	}
	/*Create vertical spacing*/
	 li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
		.projnew{
    position: static;
   
}
}