


.navbar-brand img{
    width: 200px;
}
.carousel-caption .banner-logo{
	width: 160px;
	margin: 15px 0 25px;
}
.carousel-caption h2{
    font-size: 50px;
}
.carousel-caption p{
    font-size: 16px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center center;
    background-size: cover;
}
.navbar-inverse {
    background-color: #FFF;
    border-color: transparent;
    padding: 10px 0;
}
.btn-primary, .btn-primary:hover{
    background-color: #f05f40 !important;
    border-color: #f05f40 !important;
	padding:10px 15px !important;
	border-radius:50px;
}
.navbar-inverse .navbar-nav li {
    color: #333;
    line-height: 44px;
    margin: 0 0 0 20px;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin: 0 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
	border:0;
}
.carousel-indicators .active {
    background-color: #fff;
	border:0;
	width: 30px;
    height: 3px;
}
.carousel-caption{
    top: 170px;
}
.flag{
	margin:30px auto;
}
.flag a{
	width:70px;
	display:inline-block;
}
.flag a img{
    display: inline-block;
    width: 50px;
    border: 1px solid #cacaca;
    margin-bottom: 3px;
}
a, a:hover{
    text-decoration: none;	
}
.flag a strong{
	font-weight:normal;
	font-size:12px;
    color: #FFF;
}
.navbar-nav{
    clear: both;
    margin-top: -10px;
}
.social{
	margin-right:10px;
    float: right;
}
.social a{
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin: 1px 0 0 5px;
	font-weight: normal;
	border: 1px solid #ddddde;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.social a:hover{
	background-color: #f05f40;
	color:#FFF;
	border:1px solid #f05f40;
}
