/* Developed by Sumeet Chawla http://code-pal.com*/
body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.mc-image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28);
    top: 0;
    left: 0;
    z-index: 99;
    position: absolute;
}
/*ul.dropdown-menu {
    background: rgba(63, 199, 255, 0.86);
}*/
/*a.navbar-brand {
    background-image: url(images/logo.png);
    display: block;
    background-position: left top;
    width: 140px;
    height: 121px;
    background-size: contain;
    text-indent: -9999px;
}*/
.in-slide-content {
    color: #fff;
    font-family: 'Helvetica Neue', helvetica;
    font-size: 32px;
    max-width: 600px;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
p.big{
	font-size: 1.7em
}


.navbar-simple .brand {
 	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-simple .navbar-inner {
	background: #fff;
	filter: none !important;
	box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.navbar-simple .navbar-inner .nav {
	float: right;
}
.navbar-simple .navbar-inner .nav li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #777;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
}
.navbar-simple .navbar-inner .nav li a:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #bf3604;
}		
.navbar-simple .navbar-inner .nav li.active a {
	color: #bf3604;
}

.navbar-inverse .navbar-nav>li>a{
	color: #fff !important;
	font-size: 1.2em;
}
a.navbar-brand{
	color: #fff !important;
}

@media (min-width: 768px){
	.navbar-nav {
	    float: right;
	}
	.navbar-inverse{
		background-color: transparent;
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
		background-color: transparent;
		/*border-bottom: 1px #fff solid;*/
		text-decoration: underline;
	}
}
@media (min-width: 320px){

}