* {
	-webkit-transition: all .17s ease-in-out;
       -moz-transition: all .17s ease-in-out;
		-o-transition: all .17s ease-in-out;
            transition: all .17s ease-in-out;
			
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}

body {
	margin: 0;
	margin-top: 50px;
	background-color: rgba(0,0,0,0.04);
}

.has-shadow {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.container {
    position: relative;
    margin: auto;
    height: auto;
    /*width: 1440px;*/
    width: calc(100% - 50px);
}

.top-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	/*border-bottom: solid 1px #ccc;*/
	background: #333333;
	z-index: 1;
}

.top-header-shadow {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
}

.top-header .logo {
	background-size: auto 33px;
	background-repeat: no-repeat;
	margin: 8px 0;
	height: 35px;
	width: 130px;
	float: left;
	/*background-image: url("https://developers.endevre.com/assets/img/developers-logo2.png?new");*/
	background-image: url('https://www.endevre.com/assets/img/endevre_logo_main_white.svg');
}

.top-header .logo-divider {
	width: 1px;
	height: calc(100% - 16px);
	margin: 8px 5px;
	background: white;
	float: left;
}

.top-header .logo-sub {
	float: left;
}

	.top-header .logo-sub h1 {
		margin: 0;
		padding-left: 5px;
		font-size: 28px;
		line-height: 50px;
		color: white;
		font-weight: 300;
		font-family: 'Nunito', sans-serif !important;
	}

.top-header .logo:hover {
	cursor: pointer;
}

.top-banner {
	width: 100%;
	/*box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;*/
}


/*** MEDIA ***/
@media only screen and (max-width: 1460px){
	.container{
		/*width: 1200px;*/
	}
}