
/*
**********************
--- GENERAL THEME CSS ---
**********************
*/
html {
    height: 100% !important;
    min-height: 100% !important;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: #FFFFFF;
    font-size:15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body.not-front {
    color: #222;
}

.light-blue-text {
  color:#40bbff;
}

.blue-text {
    color: #161c33;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .big-text {
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#edit-captcha-response {
  margin-bottom: 20px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
h1 {
    color: #2c2c2c;;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
}
.upper{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}
.not-front .main-container{
    padding-bottom: 40px;
    padding-top: 150px;
    z-index: 101;
}
.main-container{
 }
.main-container:before{
    height: 0px;
}
.main-container:after{
    height: 0px;
}
.sidebar-first .main-container section.col-sm-9{
    padding-left: 30px;
}
.sidebar-second .main-container section.col-sm-9{
    padding-right: 30px;
}
.main-container section.col-sm-9{
    padding-right: 30px;
}
.sidebar-first .main-container aside.col-sm-3{
    padding-right: 30px;
}
.sidebar-second .main-container aside.col-sm-3{
    padding-left: 30px;
}
.toolbar .main-container.not-front:before{
    height: 0px;
}
.main-container.not-front:before{
    height: 40px;
}
.boxed .main-container.not-front:before{
    height: 30px;
}
.page-contact .main-container{
    padding-top: 40px;
}
.page-contact .main-container.not-front:before{
    height: 0px;
}

.dropdown-menu>li>a{
    color: #ffffff;
}
/***************************
THIS NAVBAR STUFF RELATES TO A TOP RIGHT FIXED STYLE SIMILAR TO GEARS AND BEERS 

header#navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    padding: 0;
    z-index: 1500;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: transparent;
  
    border:none;
    border-radius: 0;
}
.navbar .navbar-nav {
    display: inline-block;
    float: right;
    margin-right: 40px;
}
.not-front header#navbar a {
    color: #ffffff;
}
#navbar-sticky-wrapper.nav-sticky-solid {
    background-color: #ffffff;
}
.not-front #navbar-sticky-wrapper {
    background-color: #777776;
}    
.nav-sticky-solid, .nav-sticky-solid a, .nav-sticky-solid p,.nav-sticky-solid .fa  {
    color: #888888;
}
header#navbar{
    height: 80px;
    position: relative;
}


#navbar-sticky-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 102;
  background-color: transparent;
  height: 130px !important;
}

***********************/


/******* 
NAVBAR FROM BOOTSTRAP TEMPLATE 
*********/


.view-sector .views-row-5 {

width: 66.6666666666%;

}

.view-sector .views-row-5 img {

width: 100%;

height: 288px;

}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  float: none;
  display: inline-block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #40bbff;
}
.navbar-collapse.in ul, .navbar-collapse.collapsing ul {
    display: block;
    width: 100%;
    margin: 0;
}
.navbar-collapse.in li, .navbar-collapse.collapsing li {
	display: block;
	/*background: #008bdc; jsg removed due to not being able to read the menu items*/
	width: 100%;
	/* height: 40px; */
	/* padding-top: 30px; */
	/* padding-bottom: 20px; */
}


.navbar-collapse.in li a, .navbar-collapse.collapsing li a {
	padding-top: 25px !important;
	margin-top: 0;
	height: 50px;
	line-height: 0em !important;
	display: block !important;
	/* background-color: red !important; */
}
.navbar-collapse.in li a:hover {
	background-color: #fff !important;
	color: #008bdc !important;
}



.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}


@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #40bbff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  /* min-height: 50px; */
  /* margin-bottom: 20px; */
  /* border: 1px solid transparent; */
}
.page-contact .navbar {
    margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar {
    /* border-radius: 4px; */
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  /* border-width: 0 0 1px; */
}
@media (min-width: 768px) {
  .navbar-static-top {
    /* border-radius: 0; */
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    /* float: left; */
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #161c33;
  /* border-color: #2f2f2f; */
}
.not-front .navbar-default {
  background-color: #fff;
      border-bottom: #eee 25px solid !important;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e9593c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #2f2f2f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffba0f;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  /* border-color: #2f2f2f; */
  border: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #2f2f2f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e9593c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #2f2f2f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #e9593c;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #e9593c;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/*
STICKY NAVBAR - FULL SLIDESHOW
*/
header#navbar.sticky-wrapper{
    position: relative;
    /* border-color: #161c33; */
    display: inline-block;
    margin: 0;
    padding: 0;
    /*height: 90px;*/
}
.logo{
    line-height: 80px;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.logo img {
    /*max-height: 60px;*/
    vertical-align: middle;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    line-height: 80px;
    /* vertical-align: middle; */
    margin-top: 25px;
    border: none;
}
header .navbar-collapse.collapse{
    line-height: 80px;
    height: 80px !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-height: none;
    box-sizing: border-box;
    position: relative;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:white;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    display: block;
    vertical-align: baseline;
    box-sizing: border-box;
    line-height: 78px;
    padding-top: 0;
    padding-bottom: 0;

    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>.active>a{
    background:transparent;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#ec6a05;
    background:transparent;
    border-bottom: 2px solid #ec6a05;
}
header .navbar-collapse.collapse{
    line-height: 78px;
    height: 80px !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-height: none;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:white;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    display: block;
    vertical-align: baseline;
    box-sizing: border-box;
    line-height: 78px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.not-front .navbar-default .navbar-nav>li>a {
    color: #222;
}
.navbar-default .navbar-nav>.active>a{
    background:transparent;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #40bbff;
    background:transparent;
    border-bottom: none;
    font-weight: 900;
}


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#navbar {
  width: 100%;
  border: none;
  border-radius: 0;
      /*border-bottom: #008bdc solid 25px;*/
}
/******* 
END: NAVBAR FROM BOOTSTRAP TEMPLATE 
*********/

.container img{
    max-width:100%;
    height: auto;
}
.theme_color{
    color: #008bdc;
}
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
}

.node{
    margin-top:10px;
}

.page-header{
    padding-bottom: 0px;
    border-bottom: 0;
}

.node-type-portfolio .page-header{
    padding-top: 50px;
}

h2, .h2{
    font-size: 30px;
}


.grid_system .row div{
    background: #f5f5f5;
    border:1px solid #ccc;
    padding:10px;
}

.underline_title_thin{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

ul{
    padding-left: 0;
}

ul.inline-list{
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}

ul.inline-list li:first-child{
    margin-left: 0;
}

ul.inline-list li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

#block-views-flexslider-block h3 {
    margin-bottom: 0;
}

#block-views-flexslider-block h4 {
    font-weight: 400;
    font-size: 1.16em;
    color: #6ac9ff;
    margin-bottom: 30px;
    margin-top: 0;
}

#block-views-client-logos-block {
	max-width: 1100px;
	margin: auto;
	margin-bottom: 80px;
	clear: both;
}

#block-views-client-logos-block h2.block-title {
	text-align: center;
	margin: auto;
	    margin-top: 80px;
	color: #333333;
	font-size: 1.5em;

}

.not-front #block-views-client-logos-block h2.block-title {
	    margin-top: 140px !important;

}

#block-views-client-logos-block .views-row {
	float: left;
    width: calc(20% - 40px);
    margin: 20px;
}


/*
******************************
--- MAIN CONTAINER ---
******************************
*/

.front .container .block-title{
    text-align: center;
}


.container .block h2.block-title{
    margin-top: 10px;
    margin-bottom: 30px;
    /*color:#272626;
    font-weight: 400;
    text-transform: uppercase;*/
}

/*
******************************
--- SECOND CONTAINER ---
******************************
*/

.second_content{
    padding-top: 80px;
    padding-bottom: 90px;
    background: #f5f5f5;
}

/*
***************
--- SIDEBAR ---
***************
*/

.region-sidebar-second .block h2.block-title,.region-sidebar-first .block h2.block-title{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.region-sidebar-second,.region-sidebar-first{
    margin-top:0px;
}

/*
***************
--- BUTTONS AND LINKS ---
***************
*/

.btn-lg{
    font-size: 16px;
}

.btn-default,
input.form-submit{
    color: white;
    background-color: #d95645;
    border: 1px solid #d95645;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;

}
.webform-submit {
    background-color: #d95645;
}
.webform-submit:hover {
 background-color: #d95645;
 font-weight: 900;   
}

.btn-default:hover,
input.form-submit:hover{
    /*color: #d95645;*/
    background-color: white;
    border: none;
    /*border: 1px solid #d95645;*/
}

a{
    color: #008bdc;
}

a:hover{
    color: #008bdc;
    text-decoration: underline;
}

.top_button{
    width:100%;
    text-align: center;
    position:absolute;
    top:-15px;
}

.top_button a.back_to_top{
    cursor: pointer;

}

.top_button a.back_to_top i{
    color:#fff;
    width: 50px;
    line-height: 46px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.back_to_top i {
    color: #fff;
    background: #008bdc;
    border: 2px solid #008bdc;
}
a.back_to_top:hover i {
    background: #888;
    color: #000000;
}
#hero .button{
    background: #d95645;
    color: #FFFFFF;
    border: none;
    padding: 13px 42px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    border-radius: 3px;
}

#hero .button:hover{

}

/*
***************
--- FLEXSLIDER ---
***************
*/

.flexslider .flex-control-nav{
    display: none;
}

.flexslider .flex-direction-nav a{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 11;
    margin-top: -30px;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

.flexslider .flex-direction-nav .flex-prev{
    left:0;
    font-size: 0
}

.flexslider .flex-direction-nav .flex-prev:before{
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    content: '\f104';
}


.flexslider .flex-direction-nav .flex-next{
    right:0;
    font-size: 0;
}

.flexslider .flex-direction-nav .flex-next:before{
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    content: '\f105';
}

/*HIGHLIGHT AREA*/

.highlight-icon a{
    font-family: 'FontAwesome';
    display: inline-block !important;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px !important;
    height: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.highlight-icon a:before{
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;

}


.highlight_content h4{
    color: #d95645;
    text-transform: uppercase;
}

#hero .content_hero .inline-list li{
    margin-right: 20px;
    margin-left: 20px;
}
#hero .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 2;
}

/*
***************
--- FORMS ---
***************
*/

form label{
    text-transform: none;
    font-weight: normal;
}

.not-logged-in form .filter-wrapper{
    display: none;
}

.comment h3 a{
    text-transform: uppercase;
    font-size: 20px;
}

.form-control{
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow:  0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px;
}



/*
***************
--- LOADERS ---
***************
*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1600;
    background: #fff;
    background-size: 40px;
	display: none;
}
.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    background: #272626;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
    dispay:none !important;
}

.la-anim-1.la-animate {
    z-index: 1601;
    opacity: 0;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.loading_text{
    text-transform: uppercase;
    color: #272626;
    top:40%;
    position: absolute;
    width:100%;
    text-align: center;
}

.loading_text h3{
        font-size: .9em;
    font-weight: 100;
    letter-spacing: .2em;
    color: #aaa;
    padding-top: 25px;
}

.loading_text i{

}

.view-sector .views-field-title {
  text-align: center;
  font-weight: bold;
}

.front section.block,.front .project_detail section.block{
    /*padding-top: 0;*/
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.toolbar #navbar{
    /*margin-top:60px;*/
}
/*
***************
--- ICONS ---
***************
*/

.bg_circle{
    color: #fff;
    width: 60px;
    line-height: 60px;
    height: 60px;
    font-size: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social_icons{
    margin-top:10px;
    margin-bottom: 10px;
    padding-left: 0;
}


.social_icons li{
    display: inline-block;
}

.social_icon{

}

.social_icon i{
    color: white;
    display: inline-block !important;
    cursor: pointer;
    margin: 10px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #008bdc;
    border: 2px solid #008bdc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social_icon i:hover{
    background: white;
    color: #008bdc;
}

.social_icon.small i{
    width: 35px;
    line-height: 35px;
    height: 35px;
    margin: 0px;
    border-radius: 100%;
    font-size: 15px;
}

ul.gray_icons i{
    width: 40px;
    line-height: 37px;
    height: 40px;
    margin: 0px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
}
.clear_item{
    clear:both;
}
.header-left {
  float: left;
  width: 500px;
  margin-left: 100px;
}
.header-right {
  float: right;
  background-color: #8a8430;
  width: 300px;
  margin: 56px;
  padding: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  /*letter-spacing: 0.1em;*/
  text-transform: none;
}
h5, .h5 {
    font-size: 1.4em;
    text-align: left;
}
.navbar .navbar-nav {
  display: inline-block;
  /* float: right; */
  margin-right: 40px;
  /* margin: auto; */
  /* text-align: center; */
  /* width: 100%; */
  margin-top: 5px;
  float: none;
    margin: auto;
    text-align: center;
}


.not-front .navbar .navbar-nav {
    position: absolute;
    top: 46px;
    width: calc(100% - 330px);
    right: 0;
    height: 111px !important;
    margin-top: 5px;
    float: none;
    margin: auto;
    text-align: center;
}

.navbar .container {
  display: inline-block;
  /* float: right; */
  margin-right: 40px;
  /* margin: auto; */
  /* text-align: center; */
  /* width: 100%; */
  margin-top: 5px;
}
.navbar .navbar-collapse {
  /* text-align: center; */
  /* margin-top: 36px; */
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  margin-top: 15px;
}
#menus {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}
.menu {
  margin-left: auto;
  margin-right: auto;
}
.front .navbar-header .logo,
.front .navbar-header .name {
  display: none;
}
.menu a {
  /* text-transform: uppercase; */
  font-size: 1.2em;
}
.page-header {
  /*text-transform: uppercase;*/
}
.not-front .page-header {
  font-size: 2em;
  text-align: left;
}
.btn-default, .btn-default:hover {
  background-color: #777776;
  color: #fff;

}
.btn-read {
  background-color: #2a2a2a;
  color: #3b3837;
  width: 110px;
  height: 52px;
  font-size: .8em;
}
/*.btn {
  border: none;
  letter-spacing: 2px;
  padding: 5px 20px 5px 5px !important;
  border-radius: 1px;
}*/
.is-sticky nav.menu {
  opacity: 1;
  background-color: #2a2a2a;
}
.block-contact .btn {
  background-color: #2a2a2a;
  width: 125px;
}
.block-footer-image {
  height: 1000px;
  /*background: url('../images/bunting.jpg') no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;/* not supported :( *//*sepia, hue-rotate, invert....*/
  text-align: center;
  padding-top: 400px;
  padding-right: 0;
}
.block-contact,
.block-address {
  padding: 100px;
  background-color: #8a8430;
}
.block-contact p,
.block-address p {
  color: #ffffff;
  font-size: 1.2em;
}
.btn-two, .btn-two:hover {
  background-color: #2a2a2a;
}



.main {
  color: #ffffff;
}
.btn-container {
    width: 420px; /* ??? */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.btn-container .btn-a {
    margin-right: 10px;
}
.good-design  ul {
  /*list-style-image: url('../images/icons/dot-point.png'); liam may want to reuse*/
  padding-left: 15px;
  list-style-type: decimal;
    counter-reset: item;
}
.good-design ul > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.good-design  ul > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.footer {
  background-color: #161c33;
    position: relative;
    text-align: center;
}
.footer a.back_to_top {
  float: none;
}
.front .footer {
    /*margin-top: -15px;*/
}
.footer p {
  color: #2a2a2a;
  /* text-align: right; */
}

#node-12 {
	margin-top: 0;
}
.contact {
  text-align: left;
  /* font-weight: bold; */
  padding: 50px;
  font-size: 2em;
}
#block-block-20.iso-block {
	background-color: #ffffff;
}
.front .contact {
    padding-top: 100px;
	padding-bottom: 100px;
}
.not-front .contact {
    margin-top: 80px;
}
.contact .btn {
  /* background-color: #3b3837; */
  /* color: #2a2a2a; */
  /* width: 200px; */
}
.page-contact p, .page-contact .checkbox,.page-contact .control-label {
    color: #333;
}

.btn {
  font-weight: bold;
  padding: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

#main_container {
/* padding-top: 80px; */margin-top: 0;/* max-width: 1100px; */padding-bottom: 100px;}

#inner-content {
  padding-top: 30px;
}

.navbar-header .logo img {
      max-width: 330px !important;
  /* margin-top: 12px; */
  margin-left: 8px;
}

.navbar-brand {
  display:none;
}

.logo.navbar-btn {
  margin-left: 40px;
}
#page-header {
  text-align:center;  
}

#block-system-main {
  max-width: 1400px;
  margin:auto;
}

#inner-content {
  max-width:1100px;
  margin:auto;
}

.top_button {
  text-align:center;
  /*padding: 50px;*/
}
/* requried to sit over the item so that it becomes non scrollable unless clicked */
.map-overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:500px; /* your iframe height */
   top: 500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
}
.main-container {
  /* background-color:#ffffff; */
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.block-footer-image img {
  margin-bottom:100px;
}
.logo img {
  /* width: 25% !important; */
}
.menu-text {
position: fixed;top: 95px;left: 44px;font-size: 11px;color: #ffffff;font-weight: bold;line-height: 0;
}
.contact_map {
	/*height: 500px !important;*/
}

.page-contact .footer {
	margin-top: 0;
}

.not-front .region-content {
    background-color: #ffffff;
	width: 100%;
}
.view-isotope-portolfio .isotope-element {
	    margin: 1%;
		width: 23%;
}

.not-front.node-type-portfolio  .main-container {
  padding: 0;
  width: 98%;
}

#block-block-19 {
padding-top:40px;	
}

.front .region-content, .front .region-content li,  .front .region-content p {
  /* background-color: #161c33; */
  /* color: #ffffff; */
  /* font-size: 1em; */
      width: 100%;
}

.region-content {
    color: #333333;
    display: inline-block;
}

.region-content h2 {
    font-size: 1.5em;
    text-align: left;
}
.region-content .build-play {
    float: left;
    width: 100px;
    text-align: center;
    height: 300px;
    margin: 20px;
}
.region-content .build-container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.region-second-content .btn-a {
    background-color:#db7366;
}
.region-second-content .btn-b {
    background-color:#342d35;
}

.label {
    font-weight: bold;
    color: #333333;
    font-size: 15px;
    padding: 0px;
}
.block-overlay-btns {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
}
.block-overlay-btns .products, .block-overlay-btns .projects, .block-overlay-btns .sheds {
    float: left;
    width: 33.3333333333%;
}
.slieshow-overlay-buttons a {

}
.slieshow-overlay-buttons h2 {
    font-size: 1em;
    text-align: left;
}

#block-webform-client-block-26 {
    display: none;
    color: #333333;
}
#cboxLoadedContent  #block-webform-client-block-26 {
    display: block;
}
.background-image-formatter {
    height: 550px;
    background-repeat: none;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}
.not-front .logo { 
    /* position: fixed; */
    left: 0;
    top: 20px;
    /* width: 200px; */
    z-index: 99999;
    padding-bottom: 3px;
}


/**** 
INSERTED  from original bootstrap 
***********/

/*
*************************
--- FRONT PAGE HERO REGION ---
*************************
*/
html,
body {
  min-height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}
/* popup ajax */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.region-hero section.block {
  padding-top: 0;
}
.front #hero {
  background-color: transparent;
}
#hero {
  background: #FFFFFF;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
}
#hero .overlay {
  position: absolute;
  top: 137px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 2;
}
#hero .overlay {
    background-color: rgba(22, 28, 51, 0.5);
}
#flexslider-1 .slides {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.slides img {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  margin: auto;
  /*min-width: 50%;
  min-height: 50%;*/
}
#slides img {
  position: fixed;
  top: 0;
  left: 0;
}
.bgwidth img {
  width: 100%;
}
.bgheight img {
  height: 100%;
}
.front #hero,
.front .full_width,
.front .region-hero,
.front .region-hero section,
.front .region-hero .view,
.front .region-hero .view .view-content {
  border: none !important;
  height: 100%;
  position: relative;
  z-index: 1;
}
#hero .flexslider {
  border: none !important;
  height: 100%;
  position: relative;
}
#hero .flexslider .flex-direction-nav a {
  border-radius: 3px;
}
#navbar-sticky-wrapper {
  position: absolute;
  top: 137px;
  width: 100%;
}
.home-buttons {
    position: absolute;
    bottom: calc(50% - 150px);
    z-index: 3;
    text-align: center;
    width: 100%;
}

.home-buttons .btn {
    letter-spacing: 2px;
    border-radius: 0px !important;
    width: auto;
}
.home-buttons .white-btn,
.btn
{
      background-color: #fff;
    color: #161c33;
    font-size: .8em;
    padding-top: 13px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
	    text-transform: uppercase;
}

.home-buttons .white-btn.alt,
.btn.alt {
    background-color: #008bdc;
    color: #fff;
}

.home-buttons .blue-btn {
  background-color: #161c33;
    color: #fff;
	    font-size: 1.3em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sticky-wrapper .container, .navbar-static-top .container, .navbar .container  {
	width:100% !important;
	    margin-right: 0;
}
#hero .flexslider .slides {
  height: 100%;
  position: relative;
  width: 100%;
}
.flexslider .slides img {
        height: auto;
    background-color: rgba(255,255,255,1);
    width: 330px !important;
    padding: 20px 0 35px 0;
}
.content_hero img {
  display: inline-block !important;
}
#hero .flexslider .slides li:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1000;
}
#hero {
  text-align: left;
}
/*#hero .flexslider .slides .content_hero{
    position: absolute;
    width: 100%;
    top: 25%;
    z-index: 3;
    height: 100%;

}*/
#hero .flexslider .slides .content_hero {
    top: 0;
    margin: auto;
    z-index: 3;
    text-align: center;
    /*position: absolute;*/
    width: 100%;
    background-color: #fff;
}
#hero .flexslider .slides .content_hero h1 {
    background-color:#161c33;
    padding-top:20px;
    padding-bottom:20px;
    margin: auto;
}
#hero .flexslider .slides .field-content {
  color: white;
  text-transform: uppercase;
  z-index: 3;
  width: 80%;
  margin: auto;
  margin-bottom: 0px;
  font-size: 90px;
  letter-spacing: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
#hero .flexslider .slides p {
  color: white;
  /*padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 60%;*/
  margin: auto;
  margin-bottom: 0;
  font-weight: normal;
  /*text-transform: uppercase;
  margin-top: 10px;*/
  padding-bottom: 0px !important;
}
#hero .flexslider .slides span {
  text-align: center;
  left: 0;
}
#hero .flexslider .slides a {
  text-transform: uppercase;
  margin: auto;
}
#hero .views-field-field-link {
  display: none;
}
#hero .flexslider .slides li {
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  position: relative;
}
/*#hero .flexslider .slides .content_hero {
    position: absolute;
    width: 100%;
    top: 25%;
    z-index: 3;

    height: 100%;
}*/
.flexslider .flex-control-nav {
  display: none;
}
.flexslider .flex-direction-nav a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 11;
  margin-top: -30px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
  font-size: 0;
}
.flexslider .flex-direction-nav .flex-prev:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
  content: '\f104';
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
  font-size: 0;
}
.flexslider .flex-direction-nav .flex-next:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
  content: '\f105';
}
.front #main_container {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.front #page-header .lead {
  display: none;
}



.logo {
    position: absolute;
    top: 0;
    left: 0;
}

#navbar-sticky-wrapper {
    position: absolute;
    top: 26px;
    width: calc(100% - 330px);
    right: 0;
	height: 111px !important;
} 


.navbar-default .navbar-nav>li>a {
    text-transform: none;
    letter-spacing: 0.05em;
    text-align: right !important;
    color: #222;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #222;
}

.navbar-default {
    background-color: #fff;
}

.main-container,
.main-container .col-sm-12{
    position: static;
}

#block-block-23 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    display: block;
    background-color: #eee;
	    text-align: right;
}

.sticky-wrapper .container, .navbar-static-top .container, .navbar .container {
    height: 106px;
}

.flexslider .slides img {
    padding: 40px 0 15px 0;
}

header .navbar-collapse.collapse {
    padding-top: 38px;
	    width: 100%;
}

#block-block-24,
#block-block-25,
#block-block-26,
#block-block-29,
#block-views-projects-block,
#block-views-services-block {
	padding:80px;
	text-align: center;
}

#block-block-24,
#block-block-25 {
	padding-bottom:0;
}

#block-block-24 h2,
#block-block-25 h2,
#block-block-26 h2,
#block-block-29 h2,
#block-views-projects-block h2,
#block-views-services-block h2 {
	text-align:center;
}

#block-block-24 p,
#block-block-25 p,
#block-block-26 p,
#block-block-29 p,
#block-views-projects-block p,
#block-views-services-block p {
	max-width: 600px;
	margin: auto;
}

#block-block-26,
#block-block-29 { 
	background-color: #eee;
}
#block-views-projects-block,
#block-views-services-block  {
	    padding-top: 40px;
}

.view-projects,
.view-services {
	
}

#block-views-services-block { 
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 20px; 
}

.front #block-views-services-block {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.region-second-content {
	    /*margin-bottom: -50px;*/
}

.view-projects .views-row,
.view-services .views-row
{
	width: 25%;
    float: left;
    padding: 10px;
}

.view-projects .views-field-field-location,
.view-projects .views-field-title,
.view-projects .views-field-body,

.view-services .views-field-field-description,
.view-services .views-field-title,
.view-services .views-field-body
{
	text-align: left;
    font-size: .85em;
    line-height: 1.25em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.view-projects .views-field-field-location,
.view-services .views-field-field-description {

    font-style: italic;
    padding-bottom: 0;
}

.view-projects .views-field-title,
.view-services .views-field-title {
	font-weight: bold;
}

.view-services .views-field-title {
    padding-top: 15px;
	    padding-bottom: 0;
}

.footer {
    border-top: none;
}


header#navbar.sticky-wrapper {
    position: absolute !important;
}



/*
.isotope-element {
 
    margin: 0px;
    padding: 0px;
}
#block-views-isotope-portolfio-block-1 {
  padding: 0px;
  margin-top: 20px;
}
.isotope-element img {
  width: 100%;
 
  text-align: center;
}
 
.view-isotope-portolfio ul {
    list-style: none outside none;
    margin: 0;
}
 */

#isotope-options {
     background-color: #fff; 
    margin: 20px 0px;
    font-weight: bold;
    padding: 20px;
    letter-spacing: 1.5px;
    border-radius: 0px;
}
.view-isotope-portolfio li.isotope-element {
	padding: 0px;
}
.isotope-container .isotope-grid-sizer,
.isotope-container .isotope-gutter-sizer {
	display: none;
}
.view-isotope-portolfio li {
    display: block;
    padding: 3px 3px;
    text-align: center;
    float: left;
    background-color: #008bdc;
    margin-left: 5px;
    height: 40px;
    padding-top: 0;
    color: #fff;
	    margin-bottom: 5px;
	        display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.isotope-container li {
	height: 160px;
}

.view-isotope-portolfio li .btn {padding-top: 9px;color: #fff;}


.view-isotope-portolfio li .filterbutton {
	padding-top: 9px;color: #fff;
}

.view-isotope-portolfio li .btn.selected {
	color: #99d1f1;
}

.field-slideshow-controls  {
		margin-bottom: 40px;
}

.field-slideshow-controls .next {
		float: right;
}


.views-field-title-1 {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #161c33;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.isotope-element {
  /*width: 150px;*/
  /*height: 150px;*/
  height: auto;
  margin: 10px 10px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #bebebe;
  color: #fff;
}

.mfp-iframe-holder .mfp-content {
  height: 100% !important;
  width: 80% !important;
}

#ajax-onepage {
  margin: 30px;
}

.social-team {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
}
.team-social li {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 16px;
}
.team-social li.icon-team a {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  padding-right: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.team-social li:last-child.icon-team a {
  padding-right: 0;
}
.team-social li:hover.icon-team a {
  opacity: .6;
}
.portfolio {
  width: 100%;
}
.portfolio {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
.portfolio .row {
    margin: 0px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.not-front .main-container {
    padding-bottom: 40px;
    padding-top: 50px;
    z-index: 101;
    background-color: #ffffff;
    /* padding: 30px; */
    padding-left: 10%;
    padding-right: 10%;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
.projectlist {
  margin-top: 50px;
  background: transparent;
}
.projectlist li {
  width: 25%;
  float: left;
}
.projectlist a {
  display: block;
  padding-bottom: 85px;
  position: relative;
}
.projectlist a img {
  width: 100%;
  height: auto;
}
.projectinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
.meta {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}
.meta h4,
.project-title h4 {
  margin-bottom: 6px;
}
.meta h6,
.project-title h6 {
  margin-bottom: 0px;
}
.meta em,
.project-title em,
.projectinfo .meta h6,
.project-title .field-type-taxonomy-term-reference {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: lowercase;
  color: #424242;
}
.projectlist a:hover .meta h4,
.projectlist a:hover .meta em,
.projectlist a:hover h6 {
  color: #fff!important;
}
.projectlist a:hover .projectinfo {
  opacity: 0.8;
}
.ajax-section {
  position: relative;
}
.closeProject {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -20px;
  z-index: 200;
}
.nextProject {
  position: absolute;
  top: 50%;
  right: -100px;
  z-index: 200;
}
.prevProject {
  position: absolute;
  top: 50%;
  left: -100px;
  z-index: 200;
}
#ajaxpage {
  padding-top: 50px;
  padding-bottom: 50px;
}
.nextProject a,
.prevProject a {
  display: block;
  width: 20px;
  height: 48px;
  opacity: .4;
  filter: alpha(opacity=40);
}
.nextProject a:hover,
.prevProject a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nextProject a {
  background: url(/sites/all/themes/bootstrap_subtheme/images/icons/project-next.png) no-repeat center center;
}
.prevProject a {
  background: url(/sites/all/themes/bootstrap_subtheme/images/icons/project-prev.png) no-repeat center center;
}
.block-overlay {
  /* background: #000000; */
  background-color: rgba(0, 34, 51, 0.1);
  background-color: rgba(255, 255, 222, 0.1);
  /* opacity: .2; */
  /* -webkit-transition: opacity .25s ease; */
  -moz-transition: opacity .25s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 0px;
}
.block-overlay-right {
  /* background: #000000; */
  background-color: rgba(255, 255, 222, 0.1);
  /* background-color: rgba(0, 34, 51, 0.2); */
  /* opacity: .2; */
  /* -webkit-transition: opacity .25s ease; */
  -moz-transition: opacity .25s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  right: 0px;
}
#menus {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}
.accredited,
.range,
.profile {
  /* min-height: 540px; */
  background-color: #2c2c2c;
  /* background-color: rgba(255, 255, 222, 0.3); */
  padding: 5%;
  color: #ffffff;
}
.accredited {
  color: #40bbff;
}
.accredited p {
  color: #fff;
}
.accredited .lvl-label {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
}
ul.team {
  list-style: none;
}
.field-name-body ul.team li  {
    width: 32%;
    min-height: 350px;
    float: left;
    padding: 30px;
    /*background-color: #f1f1f1;*/
    margin: 5px;
}
h5.compliance {
  clear: both;
}

.staff-photo p {
	bottom: 30px;
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 30px;
}
.profile .grey-btn, .staff-photo .grey-btn {
  background-color: #008bdc;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.2em;
}
.profile .primary-btn, .staff-photo .primary-btn {
  background-color: #e9593c;
  background-color: #008bdc;
  color: #fff;
}
.range ul {
  list-style-image: url(/sites/all/themes/bootstrap_subtheme/images/dots.png);
}
.range a {
  color: #40bbff;
  /* margin-left: 40px; */
  /* font-size: 1.5em; */
}
.fifty {
  width: 50%;
  float: left;
  padding-right: 8%;
}
.primary-block-text,
.secondary-block-text {
  padding: 50px;
}
.primary-block-text {
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.secondary-block-text {
  bottom: 0px;
  right: 0px;
  text-align: right;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.case-study-odd .fifty h5, .case-study-even .fifty h5 {
    color: #aaa;
    font-size: 1em;
    color: #40bbff;
}

.case-study-odd,
.case-study-even {
  color: #ffffff;
  height: 440px;
  padding: 60px;
}
.case-name {background-color: rgba(0,0,0,0.3);padding: 35px;position: absolute;bottom: 0px;left: 0px;min-width: 100%;z-index: 100;font-weight: bold;font-size: 1.2em;/* display: block; */}

.case-study-even .case-name {
	right: 0px;
	left:inherit;
}

.walnuts,
.rivcott,
.barooma,
.casella,
.grange {
  background-position: center;
  background-size: cover;
}
.primary-text {
  color: #40bbff;
}
.call-discuss {
  font-size: .6em;
}
.walnuts {
  background-image: url(/sites/all/themes/bootstrap_subtheme/images/IMG_0055_1920.jpg);
}
.rivcott {
  background-image: url(/sites/all/themes/bootstrap_subtheme/images/rivcott.jpg);
}
.barooma {
  background-image: url(/sites/all/themes/bootstrap_subtheme/images/barooma.jpg);
}
.casella {
  background-image: url(/sites/all/themes/bootstrap_subtheme/images/csu.jpg);
}
.grange {
  background-image: url(/sites/all/themes/bootstrap_subtheme/images/brokenHill_3-2.jpg);
}
.case-study-odd {
  background-color: #002233;
  background-color: #161c33;
}
.case-study-odd .experience {
  color: #40bbff;
}
.case-study-odd .third-btn-color {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #40bbff;
  background-color: #008bdc;
  z-index: 3;
  letter-spacing: 2px;
  font-size: 1.2em;
  color: #ffffff;
}
.not-front iframe {
  float: left;
}

.secondary-text {
  color: #aaa;
}
.accredited .primary-text, .services .secondary-text,.profile .secondary-text {
  text-align: left;
  font-size: 1.4em;
}
.case-study-even {
  background-color: #1c1c1c;
  /* background-color: rgba(255, 255, 222, 0.2); */
  background-color: #aaa;
  background-color: #2c2c2c;
}
.case-study-even .experience {
  color: #40bbff;
  /* color: #fff; */
}
.btn {
  font-weight: bold;
  padding: 20px;
  letter-spacing: 1.5px;
      border-radius: 0px;
}
.btn-blue,
.btn-orange {
  margin: 40px;
}
.btn-blue {
  background-color: #40bbff;
  color: #fff;
}
.btn-orange {
  background-color: #008bdc;
  color: #fff;
}
/* footer blue */
.contact .btn-blue {
  background-color: #888;
}
.contact {
  color: #333333;
  float: left;
  background-color: #eee;
  /* margin-top: 50px; */
}
.contact .get-connected {
  color: #008bdc;
  font-weight: bold;
}
.contact_item h4 {
	text-align:left;
}
.call-text {
  font-size: 24px;
  font-weight: bold;
}
.call-text a {
  color: #333333;
}
.footer {
  height: 250px;
  float: none;
  width: 100%;
	margin-top: 0;
}
.footer .container {
  width: 100%;
}
footer .aaweb-footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 150px;
}
footer a.back_to_top {
  padding-right: 0;
}


footer a {
  color: #fff;
  float: right;
  padding-right: 55px;
  font-size: .8em;
}

.field-name-body ul.two-col {
	-webkit-column-count: 2;/* Chrome, Safari, Opera */
	-moz-column-count: 2;/* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px;/* Chrome, Safari, Opera */
	-moz-column-gap: 40px;/* Firefox */
	column-gap: 40px;
	margin-bottom: 20px;
}

.field-name-body ul li {margin-left: 40px;}

.not-front .field-name-body img {
	padding-bottom: 20px;
}

.not-front h5 {
    font-size: 1em;
    color: #40bbff;
	margin-top:40px;
}
.front h6 {
      font-size: 1em;
    color: #40bbff;
    font-style: normal;
    font-weight: 700;
}
.profile {
	clear:both;
	min-height: auto;
	padding: 10%;
	}
	
.staff-photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;/* not supported :( *//*sepia, hue-rotate, invert....*/
  background-image: url(/sites/all/themes/bootstrap_subtheme/images/staff.jpg);
  height:200px;
  
}

.mission {
    padding: 5%;
    background-color: #eee;
}

h3.get-connected {
  color:#008bdc;
  font-weight: bold;
}

div.mission-container {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#block-block-28 {
	background-image: url(/sites/default/files/styles/full_front_page/public/imageblock/22May-07.jpg);
	background-size: cover;
}

#block-block-28 p {
	 text-align: center;
}


#block-block-28 img {
	    max-width: 600px;
    height: auto;
    margin: auto;
    padding: 100px;
}



 /* background-image: url(/sites/all/themes/bootstrap_subtheme/images/IMG_9984_1200.jpg);
  
	}*/
/**** end : inserted from original bootstrap ***********/



/*
*****************
--- PORTFOLIO ---
*****************
*/

 .isotope-sizer {
    width: 25%;
}

 .page-node-8 #block-system-main  {
    width: 100%;
    max-width:100%;
}
/*#isotope-container {
  height: 350px !important;
}
*/
.isotope-container:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-element  {

    margin: 0px;
    padding: 0px;
    float: left;
    /*height: 300px;*/
}
.isotope-element img {
     display: block;
  max-width: 100%;
}


.isotope-element a {
  display: block;
  width: 100%;
  /* background-color: #1aaa73; */
  padding: 0;
  margin: 0;
  color: #ffffff;
  /* height: 20px; */
}

.isotope-element a:hover {
  
}

.isotope .views-field-title a {/* height: 46px; *//* background-color: red; */padding-top: 11px;padding-bottom: 10px;}

.isotope .views-field-title a:hover, .isotope .views-field-title a:active, .isotope .views-field-title a:focus {background-color: #1aaa73;}

/* 
Isotope END

*/



@media screen and (min-width: 1800px) {

.accredited, .range, .profile {
    height: 400px;
}
}



@media screen and (min-width: 1200px) {

.profile {
	clear:none;
	padding: 5%;
	background-color: #161c33;
	}
.accredited, .range, .profile, .staff-photo {
    height: 580px;
}
.view-isotope-portolfio .isotope-element {
		width: 23%;
}
.not-front .main-container {
    padding-left: 5%;
    padding-right: 5%;
}
}

@media screen and (max-width: 1200px) {

	.accredited, .range, .profile, .staff-photo {
    min-height: 505px;
    background-color:#161c33;
    /*padding: 7%;*/
	clear:none;
}
.staff-photo {
    clear: both;
}

.accredited {
	background-color:#2c2c2c;
}
.case-study-odd, .case-study-even {
	width: 50%;
    float: left;
	padding: 80px;
}

.experience {
	display:none;
}
.fifty {
    width: 100%;
    float: none;
    padding-right: 0;
}
}
@media screen and (max-width: 1199px) {

.profile {
	clear:both;
	min-height: auto;
	padding: 10%;
	background-color: #2c2c2c;
	}
	.accredited {
    padding-left: 10%;
}
.accredited, .range {
    min-height: 495px;
    padding-left: 10%;
    padding-top: 70px;
}
.range {
    background-color:#161c33;
}


}



@media screen and (max-width: 1000px) {
  #hero .flexslider .slides .content_hero {
    /* padding-top: 25%; */
  }
  .logo img {
      /* width: 40% !important; */
  }

  .featured-text1, .featured-text2, .featured-text3 {
    padding: 20px;
  }
  .portfolio {
    width: 600px
  }
  .navbar .container {
	  width: 100%;
	  padding-left: 0;
	  padding-right: 0;
	 }
.view-isotope-portolfio .isotope-element {
		width: 31.33333333333333%;
}
}







@media screen and (max-width: 768px) {
  .case-study-odd, .case-study-even {
	width: 100%;
    float: none;
}
.view-isotope-portolfio .isotope-element {
		width: 48%;
}

  #block-block-5, #block-block-6, #block-block-9, #block-block-10 {
	display:none;
}

#block-block-4 .primary-block-text, #block-block-8 .primary-block-text {
	display:none;
}

#hero .flexslider .slides .content_hero {
    /* padding-top: 30%; */
  }
  .logo img {
      /* width: 50% !important; */
  }
  .flexslider .slides img, .flexslider .slides h1 {
    width: 90% !important;
    /* padding: 10%; */
  }
  .no-tablet {
    display:none;
  }
  .portfolio {
    width: 500px
  }
  .field-name-body ul.two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
	.btn-blue, .btn-orange {
    margin: 10px;
}
.accredited, .range {
    clear:both;
	min-height:auto;
}

.accredited {
    background-color: #2c2c2c;
}
.case-study-odd, .case-study-even {
	height:auto;
	padding:10%;
	min-height: 240px;
}
.experience {
	display:none;
}
.fifty {
    width: 100%;
    float: none;
    padding-right: 0;
}
  
}

@media screen and (max-width: 991px) {
.logo.navbar-btn {
    margin-left: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding-left: 9px;
}
.navbar .navbar-nav {
    margin-right: 0;
}
.field-name-body ul.team li  {
    width: 45%;
    float: left;
    padding: 10px;
    background-color: #f1f1f1;
    margin: 5px;
}

}

@media screen and (max-width: 500px) {
.field-name-body ul.team li  {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #f1f1f1;
    margin: 5px;
}



div.mission-container {
      padding-left: 10%;
    padding-top: 70px;
    width: 100%;
}


  .no-mobile {
    display:none;
  }
    .portfolio {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #block-block-5, #block-block-6, #block-block-9, #block-block-10 {
	display:none;
}

#block-block-4 .primary-block-text, #block-block-8 .primary-block-text {
	display:none;
}
.view-isotope-portolfio .isotope-element {
		width: 98%;
}
}