/*
Fontawesome
=========================== */
@import url('font-awesome.css');

body {
	background-color: white;
	padding-top: 100px;
	font-size: 14px;
}

/*
Typography
=========================== */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link{
	transition-property:color .3s linear 0s;
	-moz-transition:color .3s linear 0s;
	-webkit-transition:color .3s linear 0s;
	-o-transition:color .3s linear 0s;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	font-family: 'Oswald';
	line-height: 24px;
	color: inherit;
	text-rendering: optimizelegibility;
	letter-spacing: -1px;
	font-weight: 300;
}

h1 {
  font-size: 100px;
  line-height:110px;
}

h2 {
  font-size: 86px;
  line-height:90px;
}

h3 {
  font-size: 60px;
  line-height:64px;
}

h4 {
  font-size: 30px;
  line-height:32px;
}

h5 {
  font-size: 24px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}


h4.handwriting {
	text-align: center;
	font-family: 'Handlee';
	font-size: 32px;
	margin-bottom: 40px;
}

p.handwriting {
	text-align: center;
	font-family: 'Handlee';
	font-size: 20px;
}

/*
General layout
=========================== */
body{
	background:#fff;
	color:#454545;
	font-size:14px;
	font-family: 'open_sanslight';
	line-height:22px;

}

.page-section{
	position:relative;
	overflow:hidden;
	width:100%;
	background:#fff url(../img/page-section-bg.png) no-repeat 40px 0;
	margin:0;
	padding:63px 0 60px 0;
}

.page-contain{
	padding: 60px 0 40px 0;	
	background:#fff url(../img/page-section-bg.png) no-repeat 10% 0;
	margin:0;
}

.bottom{
	position:relative;
	background:#fbfbfb;
	color:#a6a6a6;
	width:100%;
	margin:0;
	padding:60px 0 40px 0;
}

.page-spacer{
	position:relative;
	z-index:40;
	color:#fff;
	width:100%;
	margin:0;
	padding:0;
	text-shadow:1px 1px 1px #000000;
}

.page-spacer h3, .page-spacer h4, .page-spacer h5{
	font-family: 'open_sanssemibold';
}

.page-spacer h3{
	line-height:82px;
}

.page-head{
	background:#f1f1f1;
	position:relative;
	overflow:hidden;
	line-height:44px;
	margin: 0;
	padding: 40px 0 40px 0;	
}

.page-head p {
	font-size:24px;
	line-height:28px;
}

.contain-head{
	padding-top:60px;
}

.page-head h3{
	margin-bottom:30px;
}

.page-head .head-text{
	position:relative;
	z-index:10;
}

.page-head .icon{
	position:relative;
	overflow:hidden;
	font-size:300px;
	position:absolute;
	color:#e5e5e5;
	bottom:-80px;
	margin-right:0;
}

.gray-bg{
	background:#f1f1f1;
	padding:60px 0 40px 0;
}



/*
Logo
=========================== */
.logo{
	display: inline-block;
	margin: 10px 0 0;
	padding:0 !important;
	width: 280px;
	height: 80px;
	background: url(../img/mb-logo.png) no-repeat left center;
	background-size: auto 80%;
}


/*
Navigation
=========================== */
.navbar-top {
	width:100%;
	height: 100px !important;
	margin:0 !important;
	padding:0 !important;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #dedede;
}

.navbar-fixed-top .container {
	height: 100px;
	position: relative;
}

.btn-navbar {
	float: right;
	background-color: rgba(10,90,142,.9) !important;
	color: silver !important;
	border-radius: 4px;
	margin-top: 40px !important;
}

.navbar-top ul {
	float: right;
	list-style: none;
}

.navbar-top ul li {
	margin: 0 5px;
	padding: 0;
	list-style: none;
	float: left;
}

.navbar-top ul li a{
	color: black;
	font-family: 'Oswald';
	font-size: 20px;
	padding: 0 10px !important;
	font-weight: 300;
	line-height: 100px;
}

.navbar-top ul li a:hover,
.navbar-top ul li a.selected {
	color: #ff9000 !important;
}

@media (max-width: 768px) {

	h1 {
	  font-size: 100px;
	  line-height:110px;
	}

	h2 {
	  font-size: 80px;
	  line-height:90px;
	}

	h3 {
	  font-size: 40px;
	  line-height:50px;
	}

	h4 {
	  font-size: 24px;
	  line-height:28px;
	}

	h5 {
	  font-size: 18px;
	  line-height: 24px;
	}

	h6 {
	  font-size: 16px;
	}

	p {
	  margin: 0 0 20px;
	  font-size: 14px;
	  line-height: 24px;
	}

	.page-head p {
		font-size:18px;
		line-height:24px;
	}

}

@media (max-width: 420px) {

	.btn-navbar {
		position: fixed !important;
		float: none;
		top: 0px;
		right: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {

	.navbar-top ul li a {
		font-size: 18px;
		margin: 0 !important;
		padding: 0 5px !important;
		font-weight: 300;
		line-height: 100px;
	}

	.navbar-top ul li:last-child a {
		padding-right: 0 !important;
	}
}

@media (max-width: 979px) {

	body {
		margin: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0 !important;
	}

	.nav-collapse {
		position: fixed !important;
		top: 101px; right: 0;
		width: 100%;
	}
	
	.navbar-top ul {
		display: block !important;
		margin: 0;
		background-color: rgba(10,90,142,.9);
		border-radius: 4px;
	}

	.navbar-top ul li {
		display: block !important;
		margin:0;
		padding: 0;
		display: block;
		border-style: solid;
		border-width: 1px 0;
		border-color: #297bb2 transparent black;
		float: none !important;
	}

	.navbar-top ul li a {
		display: block !important;
		color: white !important;
		font-family: arial !important;
		font-size: 14px;
		margin: 0;
		padding: 10px !important;
		font-weight: 300;
		line-height: 24px;
	}

	.navbar-top ul li a:hover {
		background: none !important;
		color: #fff333 !important;
	}
}

@media (max-width: 1200px) {


	.container {
		padding: 0 20px;
	}

	  .navbar-static-top .container,
	  .navbar-fixed-top .container,
	  .navbar-fixed-bottom .container {
	    width: auto !important;
	    margin: 0 !important;
	    padding: 10px 20px !important;
	  }

	  .navbar-fixed-top .container {
			 padding: 0 20px !important;
		}
}


/*
Contact
=========================== */
#contact{
	position:relative;
	padding-bottom:40px;
}

#contact p strong{
	font-size:16px;
}

.contact-form-wrapper{
	position:relative;
	z-index:60;
	color:#fff;
	background:url(../img/slipt.png) no-repeat bottom left;
	padding-bottom:46px;
	margin:0;
}

.contact-form{
	background:#26343f;
	padding:26px 20px 20px 20px;
	margin:0;
	list-style:none;
}

.contact-form .contact-input{
	background:#3a4a56;
	border:5px solid #54636f;
	padding:20px;
}

.contact-form label{
	font-size:16px;
}

.contact-form input, .contact-form textarea{
	color:#fff;
}

ul.listForm{
	width:100%;
	padding:0;
	margin:0;	
	list-style:none;
}

ul.listForm li {
	margin-bottom: 15px;
}

.validation {
	display:none;
	margin-top: 5px;
}

#sendmessage{
	font-size:12px;
	margin:2px 0 15px;
	padding:10px 10px 10px 50px;
	border:1px solid #cdf3d8;
	border-left:5px solid #cdf3d8;
	color:#16783c;
	display:none;
}

#sendmessage.show,.show  {
	display:block;
}

.map{
	width:100%;
	height:320px;
	border:none;
	padding:0;
	margin:0 0 40px 0;
}





/** scrollup button *******************************************************************************/

.scrollup {
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 24px;
    background-color: rgba(10,90,180, 0.75);
    z-index: 9999;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.scrollup i {
    line-height: 34px;
}

a.scrollup:hover i,a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

