.navbar-fixed-top + section{
	padding-top: 70px;
}
.appear{
	visibility: hidden;
}
.animated{
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.h1{font-size: 30px}
h3{font-size: 24px;font-weight: 300}

.navbar{
	padding: 10px 0;
	border: none;
	-webkit-transition: padding ease-in-out 0.2s;
    transition: padding ease-in-out 0.2s;
}
.navbar-brand img{
	max-height: 40px;
}
.navbar.affix{
	padding: 0;
}
.navbar-nav > li > a{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-nav .dropdown-submenu .dropdown-menu{
	left: 0;
	top: 100%;
	border: none;
	background-color: #f5f5f5;
	min-width: 220px;
}

.navbar-contact {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    font-size: 24px;
    padding: 6px 24px 0 0;
    vertical-align: top;
}

@media (min-width: 768px) {
    .affix-top .navbar-contact {
        top: 11px;
    }
}

.navbar-contact a {
    vertical-align: top;
}

.navbar-contact a.phone:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    padding-right: 11px;
    padding-top: 4px;
}

.navbar-contact .separator {
     vertical-align: top;
    margin: 0 11px;
}



.intro{
	background: url(../_images/intro.jpg) #126da7 center top no-repeat;
	background-size: cover;	
}
.intro > div{
	padding: 15% 0;
	background-color: #126da7;
	background-color: rgba(18, 109, 167, 0.75);
}

.phone-img{
	margin: 40px auto;
	max-width: 420px;
}

/*phone*/
@media (max-width: 767px) {
	.navbar-fixed-top + section{
		padding-top: 50px;
	}
	.navbar.affix-top{
		padding: 0;
	}
	.navbar-brand{
		float: left !important;
	}
	.h1{font-size: 20px}
}

/*
li p {
    padding: 0;
    margin: 0;
}*/
