/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #1565c0;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #1565c0;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 90px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}
.navbar-brand>img {
    width: 170px;
}
footer{
	width:100%;
	background:#000;
	padding:20px;
	text-align:center;
	color:#496865;
	font-size:13px;
	}
.submit-to-action{
	text-align:center;
	}
footer p{
	margin:0;
	}
.btn-download > img{
	box-shadow: 0 0 7px 0px #fff;
    border-radius: 5px 5px 5px 5px;
	opacity:1;
	}
	.btn-download > img:hover{
	box-shadow: 0 0 7px 2px #fff;
	opacity:0.8;
	}
.navbar-brand {
    padding: 7px 15px;
}
.container-fluid {
    height: 101px;
}
.navbar-brand.page-scroll {
    height: 159px;
    left: 90px;
    position: absolute;
}
.navbar-default {
    border-color: #1565c0;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #1565c0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #ccc;
}

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

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

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