

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Fonts */
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto_italic_macroman/Roboto-Italic-webfont.eot');
    src: url('../fonts/roboto_italic_macroman/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_italic_macroman/Roboto-Italic-webfont.woff') format('woff'),
         url('../fonts/roboto_italic_macroman/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto_italic_macroman/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot');
    src: url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* General */
body {
	font-family: "robotoregular", Helvetica, Arial, sans-serif;
	color: #616b73;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.grey_bg {
	background: #e4e8eb;
}
h1 {
	color: #333333;
	font-size: 36px;
	margin-bottom: 25px;
	font-weight: normal;
}
h2 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: normal;
	text-transform: uppercase;
}
.alt_h2 {
	background-color: #cc9532;
    color: #ffffff;
    display: block;
    border: none;
    text-transform: uppercase;
    font-family: "robotobold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 12px 25px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.42857143;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	font-family: "robotomedium", Helvetica, Arial, sans-serif;
}
h4 {
	font-weight: normal;
	font-size: 18px;
	font-family: "robotomedium", Helvetica, Arial, sans-serif;
}
p {
	margin-bottom: 20px;
}
a {
	outline: none !important;
}
strong {
	font-weight: normal;
	font-family: "robotomedium", Helvetica, Arial, sans-serif;
}
.menu {
	padding: 0;
	list-style: none;
}
.white_ribbon {
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 55px;
}
hr {
	border-bottom: 2px solid #d8dbdc;
	margin-top: 30px;
	margin-bottom: 30px;
}

.inner_white_ribbon { width: 100%!important; }

.btn {
	border: none;
	text-transform: uppercase;
	font-family: "robotobold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 12px 25px;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-primary {
	background-color: #cc9532;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #084267;
	color: #ffffff;
}
.btn-phone {
	background-image: url(../img/ico-phone-contact.png);
	background-position: right center;
	background-repeat: repeat-y;
	width: 555px;
	text-align: left;
}
.btn-default {
	background-color: #9ba9b3;
	color: #ffffff;
}
.btn-default:hover, .btn-default:focus {
	background-color: #333333;
	color: #ffffff;
}
.btn-readmore {
	background-image: url(../img/read_bg.png);
	background-position: left 14px center;
	background-repeat: no-repeat;
	padding: 9px 25px 10px 40px;
	margin-top: 10px;
}
img {
	max-width: 100%;
	height: auto;
}


/* Header */
.inner_page .page_header {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0 0 6px 3px #e6e6e6;
	box-shadow: 0 0 6px 3px #e6e6e6;
}
.mobile_logo_wrapper {
	text-align: center;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	padding-top: 60px;
	padding-bottom: 10px;
}
.navbar-brand-mobile {
	display: inline-block;
	max-width: 80%;
}
.navbar-brand {
	display: block;
	padding-top: 35px;
}
.page_header .navbar-default {
	border: none;
	background: none;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	min-height: none;
}
.page_header .navbar-default .navbar-nav {
	padding-top: 68px;
}
.page_header .navbar-default .navbar-nav > li > a {
	font-family: "robotobold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
	margin-left: 25px;
	border-bottom: 9px solid transparent; 
}
.page_header .navbar-default .navbar-nav > li > a:hover {
	color: #cc9532;
}
.page_header .navbar-default .navbar-nav > .active > a,
.page_header .navbar-default .navbar-nav > .active > a:hover,
.page_header .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	border-bottom: 9px solid #c2c0b7;
	color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
	color: #cc9532;
}
.dropdown-menu {
	background: #004680;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
	border-radius: 0;
    -webkit-box-shadow: none;
	box-shadow: none;
    float: left;
    font-size: 16px;
    margin: 0;
    min-width: 250px;
    padding: 22px;
    top: 100%;
}
.navbar-right .dropdown-menu {
	left: 25px;
    right: auto;
}
.dropdown-menu > li > a {
    color: #ffffff;
    padding: 9px 0;
    border-top: 1px solid #999999;
    text-transform: uppercase;
}
.dropdown-menu > li > a.first {
	border-top: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: none;
	color: #cc9532 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: none;
	color: #cc9532 !important;
}
.caret {
	background: url(../img/dd-menu-arrow.png) center center no-repeat;
	width: 16px;
	height: 9px;
    border: none;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
#carousel-home {
	-webkit-box-shadow: 0 0 6px 3px #e6e6e6;
	box-shadow: 0 0 6px 3px #e6e6e6;
}
#carousel-home .item {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 695px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Body */
.main_container {
	padding-top: 95px;
	padding-bottom: 150px
}
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
	border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}
.breadcrumb li a {
	color: #a1a0a0;
}
.breadcrumb > li + li::before {
    color: #cc9532;
    content: "> ";
    padding: 0 5px;
}

/* Footer */
.footer_1 {
	background: #404548;
	padding-top: 65px;
	padding-bottom: 25px;
	color: #e4e8eb;
}
.footer_1 .col {
	margin-bottom: 30px;
}
.footer_1 h3 {
	margin-top: 0;
	font-size: 20px;
	color: #707679;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer_1 p {
	line-height: 1.2
}
.footer_1 a {
	color: #cc9933;
}
.footer_2 {
	background: #2d2f30;
	padding-top: 25px;
	padding-bottom: 15px;
	color: #727272;
	font-size: 13px;
}
.footer_2 p {
	color: #727272;
	font-size: 13px;
	display: inline-block;
	margin-right: 30px;
}
.footer_2 .menu {
	display: inline-block;
}
.footer_2 .menu li {
	display: inline-block;
	margin-right: 15px;
}
.footer_2 .menu li a {
	color: #727272;
	font-size: 13px;
}
.footer_2 .menu li a:hover {
	color: #cc9933;
}

.footer_2 p.social {
	float: right;
}

.footer_2 p.social a {
	color: #fff;
	background: url(../img/facebook-white.png) no-repeat;
	margin: -8px 0 0 0;
	padding: 8px 0 8px 50px;
}

.footer_2 p.social a:hover {
	float: right;
	background: url(../img/facebook-hover.png) no-repeat;
	margin: -8px 0 0 0;
	padding: 8px 0 8px 50px;
	text-decoration: none;
}

/* Compliance */
.white_ribbon_header {
	background: #ebeff2;
	font-size: 22px;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}
.white_ribbon_header p {
	margin-bottom: 0;
}
.associations .ass_item {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.associations .ass_item:first-child {
	margin-left: 0;
}
.associations .ass_item.text {
	max-width: 375px;
	font-size: 22px;
	color: #333333;
	margin-right: 0px;
	padding-top: 20px;
}
.associations .ass_item.arrow {
	padding-top: 30px;
	margin-right: 20px;
}

.associations .ass_item img { max-width: 50%; margin-bottom: 30px; }

/* Execs */
body.execs {
	/*background: #e4e8eb url(../img/sidebar-grey-pattern.jpg) center center repeat;*/
}
.executive_item {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #dbdfe2;
}
.executive_item.first {
	padding-top: 20px;
	margin-top: 0;
	border-top: none;
}
.executive_item_image img {
	width: 100%;
	border: 3px solid #d7d7d7;
}
.executive_item_name {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	font-family: "robotobold", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}
.executive_item_title {
	font-family: "robotoitalic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #83909b;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* About */
.image_ribbon .col {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
}
.map_ribbon {
	background: #ffffff url(../img/about/map-grey.jpg) left top no-repeat;
	padding-top: 75px;
	padding-bottom: 170px
}

/* Services */
.service .btn-phone {
	width: 100%;
}
.service_wrapper {
	position: relative;
}
.service_wrapper .service_bg {
	background: red;
	position: absolute;
	height: 100%;
	width: 100%;
}
.service_wrapper .service_bg .left {
	height: 100%;
	background: #f2f2f2 url(../img/sidebar-grey-pattern.jpg) left top repeat;
	width: 50%;
	left: 0;
	position: absolute;
}
.service_wrapper .service_bg .right {
	height: 100%;
	background: #ffffff;
	width: 50%;
	right: 0;
	position: absolute;
}
.sidebar {
	background: #f2f2f2 url(../img/sidebar-grey-pattern.jpg) left top repeat;
	padding-right: 0;
	padding-top: 95px;
	padding-bottom: 150px;
}
.sidebar h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 25px;
}
.service .main_container {
	background: #ffffff;
	padding-left: 125px;
}
.nav-pills > li {
	border-bottom: 1px solid #e1e1e1;
}
.nav-stacked > li + li {
	margin-top: 0;
}
.nav-pills > li > a {
	text-transform: uppercase;
	font-size: 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #999999;
	padding: 8px 20px 5px 20px;
	border-bottom: 3px solid transparent;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #bbbfc1;
	border-bottom: 3px solid #acacac;
}
.panel-default > .panel-heading {
	background: none;
	border: none;
	
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
}
.panel-title > a {
	background: #ffffff url(../img/accordion_arrow.png) right 30px center no-repeat;
	display: block;
	font-size: 20px;
	color: #333333;
	padding: 20px 30px;
	text-transform: uppercase;
	border-bottom: 2px solid #d8dbdc;
}
.panel-title > a[aria-expanded="true"] {
	border-bottom: 3px solid #3e7daf;
	background: #004680 url(../img/accordion_arrow_active.png) right 30px center no-repeat;
	color: #ffffff;
}
.panel-title > a:hover, .panel-title > a:focus {
	text-decoration: none;
}
.panel-group .panel {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 40px 30px;
	border-bottom: 2px solid #d8dbdc;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.highlight {
	font-size: 20px;
}
.fancy_list {
	list-style: none;
	padding-left: 0;
}
.fancy_list li {
	background: url(../img/fancy_icon.png) left top 6px no-repeat;
	padding-left: 30px;
	margin-bottom: 20px;
}

/* Home */
.front_page .page_header {
	position: absolute;
	top: 0;
	width: 100%;
}
.catch_line {
	text-align: center;
	font-size: 35px;
	color: #333333;
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 20px;
}
.catch_line2 {
	text-align: center;
	font-size: 35px;
	color: #333333;
	padding-top: 35px;
	padding-bottom: 20px;
}
.hotspot {
	height: 370px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	display: block;
}
.hotspot:hover, .hotspot:focus {
	text-decoration: none;
}
.hotspot h3 {
	text-align: center;
	margin-top: 145px;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: rgba(33, 63, 87, 0.6);
	text-transform: uppercase;
	font-size: 30px;
	color: #ffffff;
}
.hotspot_1 {
	background-image: url(../img/home/services-blocks/consulting-bw.jpg);
}
.hotspot_1:hover, .hotspot_1:focus {
	background-image: url(../img/home/services-blocks/consulting-cl.jpg);
}
.hotspot_2 {
	background-image: url(../img/home/services-blocks/services-bw.jpg);
}
.hotspot_2:hover, .hotspot_2:focus {
	background-image: url(../img/home/services-blocks/services-cl.jpg);
}
.hotspot_5 {
	background-image: url(../img/home/services-blocks/procure-bw1.jpg);
}
.hotspot_5:hover, .hotspot_5:focus {
	background-image: url(../img/home/services-blocks/procure-cl1.jpg);
}
.hotspot_4 {
	background-image: url(../img/home/services-blocks/safety-bw.jpg);
}
.hotspot_4:hover, .hotspot_4:focus {
	background-image: url(../img/home/services-blocks/safety-cl.jpg);
}
.hotspot_2 h3 {
	background-color: rgba(140, 90, 66, 0.6);
}
.hotspot_3 h3 {
	background-color: rgba(101, 102, 78, 0.83);
}
.hotspot_4 h3 {
	background-color: rgba(183, 146, 81, 0.6);
}
.hotspot_5 h3 {
	background-color: rgba(101, 102, 78, 0.83);
}

.front_page .main_container {
	/* background: url(../img/home/map_bg.jpg) 80% bottom no-repeat; */
  background: url(../img/home/map-bg-grey.jpg) 10% bottom no-repeat;
	padding-bottom: 100px;
	padding-top: 100px;
}

.front_page .main_container2 {
	/* background: url(../img/home/map_bg.jpg) 80% bottom no-repeat; */
  background: #fff;
	padding-bottom: 100px;
}
.front_page h1 {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 30px;
	max-width: 320px;
}
.map_text {
	padding-right: 40px;
}

/* Contact and forms */
#form_alert {
	clear: both;
}
.alert {
    display: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.alert {
	font-family: "robotoregular", Helvetica, Arial, sans-serif;
}
.alert ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 0;
    margin-top: 5px;
}
.alert ul li {
    padding-left: 0;
}
.alert p {
    margin-bottom: 5px;
}
.alert-danger p {
    color: #a94442;
}
.alert-success p {
    color: #468847;
}
.help-block {
	font-family: "robotoregular", Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-size: 14px;
}
.help-block.has-error {
	color: #a94442;
}
.form-group {
	margin-bottom: 24px;
}
.form-control {
    border: none;
    border-bottom: 2px solid #d8dbdc;
    -webkit-box-shadow: none;
	box-shadow: none;
    font-size: 16px;
    height: 46px;
    padding: 12px 30px;
    color: #999999;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-control::-webkit-input-placeholder {
   color: #999999;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}
.form-control:-ms-input-placeholder {  
   color: #999999;  
}
.has-error.form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.075);
}
.form-control:focus {
    border-color: #accde6;
    -webkit-box-shadow:inset 0 -1px 0 0 #accde6;
	box-shadow:inset 0 -1px 0 0 #accde6;
}
textarea.form-control {
	resize: none;
}
#message {
	background: #f2f2f2 url("../img/sidebar-grey-pattern.jpg") repeat scroll left top;
	height: 425px;
	border-bottom: none;
}
#message:focus {
	-webkit-box-shadow:inset 0 -3px 0 0 #accde6;
	box-shadow:inset 0 -3px 0 0 #accde6;
}
.btn-submit {
	margin-top: 0;
	float: right;
	background: #084267;
	color: #ffffff;
	padding-left: 60px;
	padding-right: 60px;
}
.btn-submit:hover, .btn-submit:focus {
	color: #ffffff;
	background: #333333;
}
.contact .sidebar {
	font-size: 18px;
}
.contact .sidebar a {
	color: #404548;
	text-decoration: underline;
}
iframe {
	margin-bottom: -5px;
}
select.form-control {
	padding: 12px 30px;
}

#cv {
	/*float: right;*/
}
.file_group {
	padding: 0px 30px 24px 30px;
	border-bottom: 2px solid #d8dbdc;
}
.file_group .my-help-block {
	color: #bd5252;
	font-size: 20px;
	font-family: "robotoitalic", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.file_group input {
	width: 100%;
}
label {
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 30px;
}

#newsletter_form .form-control {
	background: #707679;
	border: none;
    font-size: 14px;
    height: 40px;
    padding: 10px 30px;
    color: #cccccc;
	text-transform: none;
}
#newsletter_form .form-control::-webkit-input-placeholder {
   color: #cccccc;
}
#newsletter_form .form-control:-moz-placeholder { /* Firefox 18- */
   color: #cccccc;  
}
#newsletter_form .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc;  
}
#newsletter_form .form-control:-ms-input-placeholder {  
   color: #cccccc;  
}
#newsletter_form  .form-group {
	vertical-align: top;
}
#register_name {
	width: 160px;
	vertical-align: top;
}
#register_email {
	width: 215px;
	vertical-align: top;
}
#newsletter_form .btn-submit {
	background-color: #616566;
	vertical-align: top;
	height: 40px;
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "robotomedium", Helvetica, Arial, sans-serif;
}
.col-2 {
	padding-top: 30px;
}
.col-2 p {
	max-width: 262px;
}

/* Responsive */
@media (max-width: 768px) {
	.file_group {
		padding-left: 0;
	}
	label {
		margin-left: 0;
	}
	.form-control, select.form-control {
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
		text-transform: none;
	}
	.front_page .main_container {
		background-image: none;
	}
	.front_page h1 {
		max-width: none;
	}
	.map_text {
		padding-right: 15px;
        padding-bottom: 30px;
	}
	.container {
	    max-width: 460px;
	}
	.navbar-collapse {
		position: fixed;
		top: 50px;
		width: 100%;
		z-index: 1;
	}
	.navbar-brand {
		float: none;
		width: 100%;
	}
	.navbar-header {
		position: fixed;
		top: 0;
		width: 100%;
		text-align: center;
		float: none;
		z-index: 1;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}
	.navbar-brand > img {
		display: inline-block;
		margin-top: 40px;
		margin-left: 0px;
		max-width: 100%;
	}
	.navbar-right {
	    float: none !important;
	    margin-right: 0;
	    width: 100%;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin: 0;
		background: #084267;
	}
	.navbar-default .container {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
	}
	.page_header .navbar-default .navbar-nav > li > a {
		font-size: 16px;
		margin-left: 27px;
	}
	.page_header .navbar-default .navbar-nav {
	    padding-top: 10px;
	    width: 100%;
	}
	.dropdown-menu {
		padding: 0 0 20px 30px;
		width: 100%;
	}
	.dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
		padding: 10px 0;
		border-top: none;
		border-bottom: 1px solid #999999;
	}
	#carousel-home .item {
	    height: 300px;
	}
	.catch_line {
		font-size: 32px;
	}
	.catch_line2 {
		font-size: 32px;
	}

	.hotspot {
		height: 200px;
	}
	.hotspot h3 {
		margin-top: 0;
		font-size: 20px;
	}
	.associations .ass_item img {
		width: auto;
		height: 121px;
		margin-bottom: 20px;
	}
	.associations {
		text-align: center;
	}
	.white_ribbon_header {
		text-align: center;
	}
	.inner_page .page_header {
		height: 200px;
	}
	#newsletter_form input {
		margin-bottom: 4px;
		width: 100%;
	}
	.btn-submit {
		float: none;
		width: 100%;
	}
	.nav-pills > li > a {
		font-size: 14px;
	}
	.service .main_container {
		padding-left: 15px;
	}
	.sidebar {
		padding-bottom: 50px;
	}
	.sidebar h3 {
		font-size: 18px;
	}
	.contact .sidebar {
		font-size: 16px;
	}
	.btn-phone {
		background-image: none;
	}
  
    .associations .ass_item img { display: block; max-width: 100%; margin-bottom: 0; }
}

@media (min-width: 769px) and (max-width: 991px) {
	.navbar-brand {
		float: none;
		height: auto;
		width: 100%;
	}
	.navbar-header {
		width: 100%;
		text-align: center;
		float: none;
	}
	.navbar-brand > img {
		display: inline-block;
	}
	.navbar-right {
	    float: none !important;
	    margin-right: 0;
	    width: 100%;
	}
	.page_header .navbar-default .navbar-nav > li > a {
		font-size: 16px;
		margin-left: 27px;
	}
	.page_header .navbar-default .navbar-nav {
	    padding-top: 10px;
	}
	#carousel-home .item {
	    height: 595px;
	}
	.catch_line {
		font-size: 32px;
	}
	.catch_line2 {
		font-size: 32px;
	}
	.hotspot {
		height: 250px;
	}
	.hotspot h3 {
		margin-top: 90px;
		font-size: 20px;
	}
	.associations .ass_item img {
		width: auto;
		height: 121px;
		margin-bottom: 20px;
	}
	.associations {
		text-align: center;
	}
	.white_ribbon_header {
		text-align: center;
	}
	.inner_page .page_header {
		height: 300px;
	}
	#register_name {
		width: 215px;
		margin-bottom: 4px;
	}
	.nav-pills > li > a {
		font-size: 14px;
	}
	.service .main_container {
		padding-left: 30px;
	}
	.sidebar h3 {
		font-size: 18px;
	}
	.contact .sidebar {
		font-size: 16px;
	}
  
    .associations .ass_item img { display: block; max-width: 80%; margin-bottom: 0; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand > img {
		width: 280px;
		height: auto;
	}
	.page_header .navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
	.page_header .navbar-default .navbar-nav {
	    padding-top: 10px;
	}
	#carousel-home .item {
	    height: 595px;
	}
	.catch_line {
		font-size: 32px;
	}
	.catch_line2 {
		font-size: 32px;
	}
	.hotspot {
		height: 300px;
	}
	.hotspot h3 {
		margin-top: 100px;
		font-size: 26px;
	}
	.associations .ass_item img {
		width: auto;
		height: 121px;
	}
	.inner_page .page_header {
		height: 300px;
	}
}
