body{
    margin: 0;
    background: none;
}

.page-wrapper{
    max-width: 1610px;
    background: white;
    float:none;
    margin: 0 auto;
    padding: 0;
    border: none;
}

div, h1, h2, h3, h4, h5, h6, p, i, b, a, button{
    font-family: 'Lato', sans-serif !important; 
    letter-spacing: 1px;
}

html {
    overflow-y: scroll; 
    background: #dddddd;
}

img{
    max-width:100%;
}




.navbar{
	width: 100%;
	max-width: 1610px;
    background: rgba(0, 0, 0, .4);
    border: none;
    -o-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.logo{
	width: 240px;
	margin-top: -5px;
	-o-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

li a.login{
    float:right;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
    background: none;
    color: #FFF;
    padding: 10px 20px;
    width: auto;
    height: auto;
    margin-top: 5px;;
}

li a.login:hover{
    border: 1px solid white;
    color: white;
    padding: 10px 25px;
    -o-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
}
.navbar-default .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:active, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: #000;
    color: #EAEAEA;
    padding-bottom: 17px;
}

.navbar-nav>li>.dropdown-menu {
    background: #000;
    color: #FFF;
}

.dropdown-menu>li>a {
   padding: 11px 20px;
   color: #FFF;
	 transition: all 0.25s ease;
	 -webkit-transition: all 0.25s ease;
	 -moz-transition: all 0.25s ease;
}

.dropdown-menu>li>a:hover {
   color: #FFF;
	background: #333;
}


.footer{
	width: 100%;
    background: #ddd;
    text-align: center;
    padding: 30px 0;
    color: white;
}

.footer img{
	float: none;
	margin: 0 auto;
}

.footer h4{
	font-weight: 300;
    color: #FFF;	
}

.footer ul li{
	list-style-type: none;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.footer a{
	color: #999;
	text-decoration: underline;
}

.footer p{
	color: #999;
	margin: 30px 0;
	font-size: 14px;
}

.footer .col-md-3{
	margin-top: 30px;
	text-align: center;
}


ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

.navbar .dropdown-menu {
 margin-top: 0px;
}

.navbar-default .navbar-toggle {
    border: none;
}


@media (max-width: 764px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    border: none;
	    background: rgba(0, 0, 0, 0.8);
	}
	
	li a.login{
		margin: 10px auto;
		    width: 90%;
		    text-align: center;
		    float: none;
	}
	
	.closed>.dropdown-menu {
	    display: block;
	}
	
	
	
	
}