@charset "UTF-8";
.header_bg {
	background-image: url(../images/ocean.jpg);
	height: 109px;
	opacity: 1;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar {
	margin-bottom: 0px;
	
	border: none !important;
	font-weight: 800;
	z-index: 100;
	border-radius: 0px !important;
}
.nav-height {
	height: 130px;
	/* [disabled]background-color: #FFFFFF; */
	margin-bottom: -2px;
}
.nav-position {
	margin-top: 75px;
	margin-right: 25px;
}




small_text {
	font-size: xx-small;
}

h1 {
	color: #F75D2A;
	font-size: 22pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h2 {
	color: #F75D2A;
	font-size: 24pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h3 {
	color: #F75D2A;
	font-size: 18pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h4 {
	color: #F75D2A;
	font-size: 12pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 900;
	text-align: center;
}
h5 {
	color: #F75D2A;
	font-size: 18pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h6 {
	color: #F75D2A;
	font-size: 12pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 900;
	text-align: left;
}
h7 {
	color: #000000;
	font-size: 18pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	padding-bottom: 5px;
}

.bg_color {
	background-color: #2FA3E1;
	padding-top: 20px;
}
.bg_color_orange {
	background-color: #F65D29;
	padding-top: 20px;
}
.bg_color_off_black {
	background-color: #242424;
}
.bg_color_blue {
	background-color: #31436a;
}
.bg_color_contactform {
	background-color: #F7F7F7;
}
.text_off_white {
    color: #EFEFEF;
    padding-top: 6px;
}
.text_orange {
	color: #F65D29;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}.horizontal_space {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text_red {
	color: #EC0004;
}
@media (max-width: 765px) {
  .navbar-collapse {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1094px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
.margin {
	margin-left: -8px;
}
.margin_top {
	margin-top: 10px;
}
.jumbotron {
	background-color: #EAEAEA;
}
.jumbotron h4 {
	color: #F75D2A;
}
.jumbotron p {
	font-size: 12pt !important;
	font-weight: 400;
}
.well-lg{
	background-color: #EAEAEA;
}
.social {
	background-color: #EAEAEA;
	padding-right: 20px;
}
.media {
	background-color: #EAEAEA
}
.media-grey {
	background-color: #EAEAEA
}
