@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);



/*
#logo {
    background: url(logo.png) no-repeat;
    background-size: 300px;
    width: 500px;
    height: 120px;
    position: relative;
    margin-top: 8px;
	z-index: 1;
	position:relative;
}
*/



#logo {
    width: 70%;
	padding-top: 5px;
}


<!--navbar-->

.navbar-inverse {
    background-color: #FFF;
    border-color: #FFF;
	border: 0px solid transparent;

}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 10px;

}

.navbar-default {
    border-color: #e7e7e7;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-default {
    background-color: rgba(46,56,76,.96);
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #aaa;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.container2 {
	width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

/*.styled-hr {
    margin-top: 60px;
    padding-bottom: 60px;
    border: 0;
    border-top: 1px solid #eee;
}

.styled-hr2 {
    padding-top: 60px;
    padding-bottom: 60px;
    border: 0;
    border-top: 1px solid #eee;
}

.hr-top {
	height: 50px;
}

.remote-sections {

	padding-top: 50px; 
	padding-bottom: 50px;
}*/

.section-top {
	height: 50px; 
	overflow: hidden; 
	width: 100%;
}

.section-bottom {
	height: 60px; 
	overflow: hidden; 
	width: 100%;
}


@media (min-width: 860px) {

	
		.mobile {
		visibility: hidden;
	}
}

@media (max-width: 860px) {

	.main-banner-image {
		visibility: hidden;
	}
	
		.desktop {
		visibility: hidden;
	}
	
	.section-top {
	height: 20px; 
	overflow: hidden; 
	width: 100%;
}

.section-bottom {
	height: 30px; 
	overflow: hidden; 
	width: 100%;
}

	

}


@media (max-width: 767px) {
.navbar-nav.pull-right {
    width: 100%;
}

	.space {
		padding-top: 20px;
	}

/*#logo {
    background: url(logo.png) no-repeat;
    background-size: 90px;
    width: 100px;
    height: 60px;
    position: relative;
    margin-top: 8px;
	z-index: 1;
	position:relative;
}*/


nav .navbar-toggle {
  margin: 20px 15px 13px 0;
}

}