/* ==========================================================================
   Global styles
   ========================================================================== */

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

h1 {
	font-weight: 800;
	font-size: 62px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

h2 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 46px;
}

h3 {
	font-size: 34px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 34px;
}

h4 {
	letter-spacing: -1px;
	font-weight: bold;
}

p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

a {
	color: #333333;
}

a:hover,
a:active,
a:visited {
   text-decoration: none;
	color: #333333;
}

.uppercase {
	text-transform: uppercase;
}

.content-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
   text-align: left;
}
.content-text-22px {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
   text-align: left;
}
.content-text-center {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
   text-align: center;
}

.content-text > tr > td {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
   text-align: left;
}

@media (max-width: 767px) {
}

/*-----------Margins-----------------*/

.margin-0 {
   margin-bottom: 0 !important;
}
.margin-10 {
   margin-bottom: 10px !important;
}
.margin-15 {
   margin-bottom: 15px !important;
}
.margin-20 {
   margin-bottom: 20px !important;
}
.margin-30 {
   margin-bottom: 30px !important;
}
.margin-40 {
   margin-bottom: 40px !important;
}
.margin-50 {
   margin-bottom: 50px !important;
}
.margin-60 {
   margin-bottom: 60px !important;
}
.margin-70 {
   margin-bottom: 70px !important;
}
.margin-80 {
   margin-bottom: 80px !important;
}
.margin-90 {
   margin-bottom: 90px !important;
}
.margin-100 {
   margin-bottom: 100px !important;
}
.margin-120 {
   margin-bottom: 100px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-top-40 {
	/*margin-bottom: 40px !important;*/
}

/*------------Colors------------------*/

.black {
	color: #31363a;
}

.dark-gray {
	color: #626c72;
}

.gray {
	color: #a5b2b9;
}

.light-gray {
	color: #dfe5e8;
}

.white {
	color: #FFFFFF;
}
.orange {
	color: #ff755a;
}

/* ==========================================================================
   General styles
   ========================================================================== */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	/*
	background: url('../img/bg_body.jpg') no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	*/
	background-color: #F8F6F2;
}

/* Mobile */
@media (max-width: 767px) {
	.container {
		margin: 0px auto 0px auto;
	   max-width: 680px;
	}
	.container-custom {
		min-height: 100%;
	   height: auto !important;
	   height: 100%;
		background: url('../img/bg_680px.png') repeat-y top center;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		margin: 0px auto 0px auto;
	   max-width: 680px;
	}
	.container-custom {
		min-height: 100%;
	   height: auto !important;
	   height: 100%;
		background: url('../img/bg_680px.png') repeat-y top center;
	}
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		margin: 0px auto 0px auto;
	   max-width: 880px;
	}
	.container-custom {
		min-height: 100%;
	   height: auto !important;
	   height: 100%;
		background: url('../img/bg_880px.png') repeat-y top center;
	}
}

/* Large screens */
@media (min-width: 1200px) {
	.container {
		margin: 0px auto 0px auto;
	   max-width: 1080px;
	}
	.container-custom {
		min-height: 100%;
	   height: auto !important;
	   height: 100%;
		background: url('../img/bg_1080px.png') repeat-y top center;
	}
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.header {
	margin: 20px auto 0px auto;
}

.header img {
	margin: 0px auto 0px auto;
}

/* ==========================================================================
   Navigation styles
   ========================================================================== */

nav {
	margin: 20px auto 0px auto;
}
.nav-justified {
	margin: 0px auto 0px auto;
}
@media (min-width: 768px) {
   .nav-justified > li {
      height: 80px;
      display: table-cell;
      /*background-color: red;*/
      vertical-align: middle;
      border-top: 1px solid #392F23;
      border-bottom: 1px solid #392F23;
   }
   .nav-justified > li > a {
      display: block;
      margin: 0px auto;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      color: #392F23;
   }
}
@media (max-width: 767px) {
   .nav-justified {
      border-top: 1px solid #392F23;
      border-bottom: 1px solid #392F23;
   }
   .nav-justified > li > a {
      padding-top: 16px;
      padding-bottom: 16px;
      margin-bottom: 0;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      color: #392F23;
   }
}
.nav-justified > .active > a {
	background-color: #F7EEDF;
	color: #FC9F00;
}
.nav-justified > li > a:hover {
	background-color: #F7EEDF;
	color: #FC9F00;
}
.nav-justified > li > a:focus {
	background-color: #F7EEDF;
	color: #392F23;
}
@media (min-width: 768px) {
	.nav-justified {
    	max-height: 52px;
  	}
  	.nav-justified > li > a {
  		border: 0;
  	}
  	.nav-justified > li:first-child > a {
  		border-left: 0;
  	}
  	.nav-justified > li:last-child > a {
  		border-right: 0;
  	}
}

/* ==========================================================================
   Content Styles
   ========================================================================== */

.content {
	margin: 30px auto 20px auto;
	padding: 20px 20px;
	/*border: 1px solid red;*/
}
.border {
	border: 1px solid blue;
}

/* ==========================================================================
   Contact Page styles
   ========================================================================== */

.contact-text {
   font-size: 18px;
}

.map {
	margin: 0px auto;
   border: 1px solid #C0C0C0;
   width: 100%;
   height: 100%;
   min-height: 400px;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */

hr {
  	border: 0;
  	height: 0;
  	border-top: 1px solid #26292B;
  	border-bottom: 1px solid rgba(97,102,104,0.85);
}

#footer {
	margin: 0px auto 30px auto;
	padding: 0px 25px 0px 25px;
}

#footer p {
	color: #E0D7CC;
  	font-size: 11px;
}

#footer p a {
	color: #E0D7CC;
  	font-weight: bold;
  	text-decoration: none;
}

#footer .logo-text, a.logo-text {
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #E0D7CC;
}

#footer .logo-text:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* ==========================================================================
   Mobiles styles
   ========================================================================== */

/* Landscape phones and down */
@media (max-width: 480px) {

	h1 {
	  	font-size: 40px;
	  	line-height: 38px;
	}

	h2 {
	  	font-size: 30px;
	  	line-height: 36px;
	}

	h3 {
	  	font-size: 25px;
	  	line-height: 25px;
	}

	.navbar .nav > li > a {
		padding-bottom: 10px;
	   padding-top: 10px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
   	color: #FFFFFF;
	}

	.img-responsive {
		margin: auto;
	}

	.img-responsive {
	  	margin: auto;
	}

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

	h1 {
		font-size: 40px;
	  	line-height: 38px;
	}

	h2 {
  		font-size: 30px;
  		line-height: 36px;
	}

	h3 {
  		font-size: 25px;
  		line-height: 25px;
	}

	.navbar .nav > li > a {
		padding-bottom: 10px;
	   padding-top: 10px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #FFFFFF;
	}

	.img-responsive {
		margin: auto;
	}

	.img-responsive {
  		margin: auto;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}
