li { cursor: pointer; }

body{
	
	color:	#2c3e50;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
        margin: 0 auto !important;
}

.navheaderarea{
	background: #2c3e50;
	
}

footer { bottom: 0; width: 100%;margin-top: 0%;}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.79); /* Black w/ opacity */
}


.navbar-brand,.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255,255,255,.25)
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
	ul.forul {
    margin: -4% !important;
	padding-top:7% !important;
}
	
}
