body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 2;
	color: #212121;
}

h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

footer {
	background-color: #323A45;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	min-height: 100px;
	padding-top: 40px;
	margin-top: 60px;
}

footer a{
	color: rgba(255, 255, 255, 0.5);
}

.no-padding {
	padding:0px;
}

.navbar {
	background-color: #323A45;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 0px;
	border-radius: 0;
	font-size: 13px;
	position: fixed;
	height: 70px;
	width:100%;
	z-index: 9;
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.nav .active > a {
	opacity: 1;
}

.navbar.sticky {
	height: 50px;
	background-color: #232B35;
	border-bottom: 1px solid rgba(255,255,255,0);
	/*background-color: rgba(248, 179, 50, 1);*/
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.navbar > .container {
	/*border-bottom: 1px solid rgba(255,255,255,0.2);*/
}

.navbar-nav {
    margin: 6.5px -15px;
}

.navbar-nav>li>a{
	line-height: 30px;
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.navbar-a {
	line-height: 30px;
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.navbar-a.sticky {
	line-height: 10px;
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.nav>li>a:hover, .nav>li>a:focus {
	opacity: 1;
	text-decoration: none;
	background-color: transparent;
}

.navbar-nav a {
	line-height: 40px;
	color:#fff;
	opacity: 0.5;
}

.navbar-brand{
    float: none;
    padding: 0;
    height: 50px;
    margin-top: 8px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.navbar>.container .navbar-brand{
	margin-left: 0px;
}

.navbar-brand.sticky{
	height: 30px;
    margin-top: 8px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.navbar-toggle {
	margin-top: 16px;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
	width: 23px;
    height: 3px;
}

.jumbotron-container {
	color:#fff;
	background-color: #323A45;
	min-height:420px;
	padding-top: 70px;
}

.jumbotron-container > .container > .col-sm-6{
	padding-left: 0px;
}

.jumbotron-left {
	padding-left: 0px;
}

.jumbotron-right {
	padding-right: 0px;
}

.jumborton-left h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	margin-top:90px;
	margin-bottom: 20px;
}

.jumbotron-infotext {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5em;
    font-weight: 300;
}

.jumbotron-infotext p {
	margin-bottom: 30px;
}

.btn {
	font-weight: 100;
}

.btn-opac {
	color: #fff;
	border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: rgba(255,255,255,0.1);
    font-style: normal;
}

.img-area {
	position: relative;
	text-align: right;
	width: 100%;
	height:320px;
	background-color: transparent;
}

.jumbotron-img {
	vertical-align: text-top;
	max-width: 350px;
	position: absolute;
	bottom: 0;
    right: 0;
}

/*fade images*/

.fadein img {
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 35s;
    /*animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 9s;*/
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    10% {opacity: 1;}
    20% {opacity: 1;}
    30% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    10% {opacity: 1;}
    20% {opacity: 1;}
    30% {opacity: 0;}
    100% {opacity: 0;}
}

#f2 {
    //background-color: #0000ff;
    -webkit-animation-delay: -35s;
}
#f1 {
    //background-color: #ffff00;
    -webkit-animation-delay: -25s;
}
#f0 {
	//background-color: #ff0000;
	-webkit-animation-delay: -15s;
}

.header-seperator {
	margin: 50px 0px 30px 0px;
	width:100%;
	text-align: center;
}

.header-seperator h3{
	font-size:36px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.8);
}

.header-seperator span{
	font-size:16px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 300;
}

.page-content {
	line-height: 1.5em;
}

.solutions {
	/* opacity: 0; */ /* animated with JS */
}

.solutions-object {
	text-align: -webkit-center;
}

.solutions-object img{
	margin-bottom: 20px;
	max-height: 240px;
}

.solutions-object h4 {
	font-weight: 500;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
	    font-size: 20px;
}

.solutions p {
	max-width: 380px;
	text-align: justify;
}

.states {
	margin: 0 auto; 
	max-height: 380px; 
	margin-bottom: 50px;
}

.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.nav-tabs {
    text-align:center;
}

/* Responsivity */

@media (max-width: 992px) {
	.img-area {
		display: none;
	}
	.jumbotron-infotext {
		width: 100%;
	}
	.jumbotron-container {
		padding-bottom: 20px;
	}
	.navbar {
		height: 70px;
	}
	.nav>li>a {
	    padding: 10px 7px;
	    line-height: 38px;
	    font-size: 12px;
	}
	.navbar.sticky {
    	height: 70px;
	}
	.navbar-collapse {
		-webkit-box-shadow:none;
	}
	.navbar-brand.sticky {
	    float: none;
	    padding: 0;
	    height: 50px;
	    margin-top: 8px;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	}
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	    margin-right: -16px;
	    margin-left: -16px;
	}
}
@media (max-width: 767px) {
	.nav>li>a {
	    padding: 10px 7px;
	    line-height: 30px;
	    font-size: 12px;
	    background-color: #323A45;
	    opacity: 1;
	}
	.nav>li>a:hover {
		background-color: #fff;
	    color: #323A45;
	    opacity: 1;
	}
	.navbar-a.sticky {
		line-height: 30px;
	}
	.navbar>.container .navbar-brand {
	    margin-left: 10px;
	}
}
