/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
html,
body {
  background: #fff;
  color: #6a6a6a;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 26px;
}
/* ALIGNMENT */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clear {
  clear: both;
  height: 1px;
}
.clear-cms {
  display: none;
}
/* CMS */
.control-panel {
  z-index: 9999;
  width: 170px;
  min-height: 100px;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  top: 100px;
  border: solid 1px #2a9bab;
  right: -140px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.control-panel img {
  margin: 2px;
}
.control-panel a {
  float: right;
}
.gallery * {
  transition: none;
}
/* DIVS */
.row {
  margin-bottom: 10px;
}
.pad {
  padding: 20px;
}
.max-width,
.limiter {
  max-width: 1000px;
  margin: 0 auto;
}
main,
article,
aside,
header,
footer {
  display: block;
}
/* FONTS */
.mark,
.highlight {
  color: #f00;
  background: none;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}
h2 {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
h3 {
  font-size: 12px;
  line-height: 28px;
  font-weight: normal;
}
h4 {
}
h5 {
}
/* FORMS */
.req {
  color: #f00;
}
.btn-inverse {
  color: #ccc;
}
.span1.add-on {
  margin-left: -1px;
  float: none;
  width: 8.547008547008547%;
}
form {
  margin: 0;
}

*[class="gallery"] img {
  height: 351px;
  width: 468px;
}
.btn {
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: none;
}
/* LINKS */
.clickable {
  cursor: pointer;
}
a {
  text-decoration: none;
  transition: 0.4s;
  color: #333;
}
a:link,
a:visited {
  color: #fff;
}
a:hover,
a:active {
  color: #fff;
  text-decoration: none;
}
.font-small {
  font-size: 10px;
}
.font-standard {
  font-size: 11px;
}
.font-large {
  font-size: 14px;
}
.font-xlarge {
  font-size: 18px;
}
a.underline:hover {
  text-decoration: underline;
}

a.underline2:hover {
  text-decoration: underline;
}

a#underline3 {
  color: #6a6a6a;
}

a#underline3:hover {
  text-decoration: underline;
}

input,
select,
textarea {
  border-radius: 0px !important;
}
/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */

/* ===== HEADER ===== */
#cookie-bar {
  height: auto !important;
}
#header-top {
  background: #71c3c0;
  color: #fff;
  line-height: 30px;
}

a.tel,
a.mail {
  font-size: 0.8em;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1.5px;
}

a.mail {
  margin-left: 20px;
}

.footer-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 200px;
}

#logo-img {
  display: block;
  margin-bottom: 5px !important;
}

#title {
  font-family: "Arial", sans-serif;
  font-weight: 900;
}
#logo-img,
#title {
  margin: 0 auto;
  letter-spacing: 2px;
  text-align: center;
}
#header-main {
  line-height: 25px;
  padding: 20px 0;
  background: #fff;
}
#header-info {
  line-height: 20px;
  text-align: right;
}
#header-social {
  padding: 5px 0;
  text-align: right;
}

.logo {
  margin: 0 auto;
}

.seo-top-bar {
  min-height: 5px !important;
  text-align: right;
}

/* ===== SEARCH ===== */
.search-btn {
  height: 30px !important;
}
.search {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 20px auto;
}
.search header {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
  color: #07c;
}
.search-content {
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
}

/* ===== MENU ===== */
.navbar {
  margin-bottom: 0;
  background: #295673;
}

.nav-collapse {
  display: flex;
  justify-content: space-around;
}

.navbar-inner {
  background: #71c3c0;
  border: none;
  filter: none;
}

/* left or right align menu */
.navbar .nav {
  /*float:left;*/
  margin: 0 auto;
}
/* change menu highglight (top level) */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background: none;
  box-shadow: none;
  color: #000;
  /*border-bottom: 1px solid #F0F0F0;*/
  transition: 0.3s ease-in-out;
}
.navbar .nav > li > a {
  text-shadow: none;
  padding: 10px 29px 0px;
  color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
  color: #000;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  /*	border-bottom: 1px solid #F0F0F0;*/
  transition: 0.3s ease-in-out;
}

.menu-left {
  color: #666;
  float: left;
  padding-right: 8px;
  padding-top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
  text-shadow: none;
}
.menu-right {
  float: right;
}
#title a {
  color: black;
}

.turquoise {
  background: #71c3c0 !important;
  color: white;
}
/* ===== BANNER ===== */
.banner-wrap {
  padding: 0;
  margin-bottom: 0;
}
.banner {
  width: 100%;
  position: relative;
  overflow: visible;
  background-image: url(../img/banner2.jpg);
  background-position: center;
  background-size: cover;
}
.banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.banner-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-text {
  text-align: center;
}

.banner {
  height: 396px;
}
.banner-text h1 {
  background: #71c3c0;
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 17% auto 20px auto;
  padding: 12px 50px;
  display: table;
  border: 2px solid white;
  border-radius: 6px;
}
.banner-text h2 {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0 auto;
  padding: 20px;
  display: table;
}
.general-banner {
}
.general-banner img {
  width: 100%;
}
#banner-home {
}
.mobile-banner {
  display: none;
}

.gallery-link {
  cursor: pointer;
}

h3.no-margin {
  margin-top: -10px;
}

a.turquoise-link {
  color: #71c3c0;
}
/* ===== CONTENT ===== */
.content1 {
  padding: 100px 0 100px 0;
}
.content2 {
  padding: 50px 0 50px 0;
  background: #f0f0f0;
  border-bottom: 10px solid white;
}
.content3 {
  padding: 30px 0;
}
.general-content1 {
  padding: 30px 0;
}
.general-content2 {
  padding: 30px 0;
}

.blue-bg {
  color: #f0f0f0;
  background: #1c465f;
}

.contact h2 {
  font-size: 24px;
  line-height: 26px;
  margin-top: 30px;
}

.blue-box-text {
  font-weight: 300;
  padding: 45px;
  font-size: 24px;
  line-height: 52px;
}

.cream-bg {
  background: #fff;
  padding: 10px;
}

.title-bottom-border {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #606060;
}

.title-bottom-border-2 {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #16465c;
}

.smaller-title {
  font-size: 16px;
}

.first-title {
  margin-top: 50px;
}

.row-wrap {
  overflow: hidden;
  color: #333;
  box-sizing: border-box;
}

.row-wrap-home {
  overflow: hidden;
  /*padding: 40px;*/
  color: #1c465f;
  box-sizing: border-box;
}

.row-item-blue {
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}

.grey-background {
  background: #f9f9f9;
  padding: 10px;
}

.contact-blue {
  background: #71c3c0;
  color: #eee;
  padding: 20px;
}

.blue-title {
  color: #295673;
}

input[type="text"],
input[type="email"],
select,
textarea,
button,
.btn {
  background: #f9f9f9;
  color: #999999;
}

.btn {
  color: #16465c;
  font-family: "Merriweather", serif;
}

.map-cover {
  border-top: 2px solid #1c465f;
  border-bottom: 2px solid #1c465f;
}

/* ===== FOOTER ===== */
a.footer-top-link {
  color: #6a6a6a !important;
  padding: 0 20px;
  text-transform: none;
  font-size: 1em;
}

a.footer-top-link:first-child {
  border-right: 1px solid #6a6a6a;
}
footer {
  font-size: 12px;
  background: #71c3c0;
  color: #fff;
}
#footer-tagline {
  padding: 20px;
  background: #1c465f;
}
.footer-main {
  padding: 20px;
  line-height: 40px;
  font-size: 12px;
}

a.footer-text,
.footer-text,
.footer-text a a#top-link {
  color: #fff !important;
}

.footer-main h1 {
  font-size: 14px;
  line-height: 40px;
  margin: 0;
}
address {
  padding: 20px 0;
  margin-bottom: 0;
  line-height: 22px;
  color: #000;
}
.share-this {
  text-align: right;
}

.tel-footer,
a.tel-footer,
a.mail-footer {
  color: #fff !important;
}

.tel-footer,
.no-margin {
  text-align: right;
}
/* ===== COPYRIGHT ===== */
.top-link {
  float: right;
}
.copy {
  background: #1c465f;
  color: #fff;
  padding: 5px 0;
  line-height: 40px;
}
.a2a_kit {
  float: right;
  margin: 4px 0;
  margin-left: 10px;
}

.20-top-marg {
  margin-top: 20px !important;
}

.40-top-marg {
  margin-top: 40px !important;
}

table {
  text-align: center;
  border: none;
}

.six-box-link {
  padding: 10px 30px;
  background: #0aadbe;
  color: white;
  display: inline-block;
  font-size: 18px;
}

.CTA-link {
  text-align: center;
  margin-top: 20px;
}

/* FIXES */

/* ==========================================================================
   CMS styles
   ========================================================================== */

/* ===== BLOG PAGE ===== */

.blog {
  margin-bottom: 20px;
}
#blog-menu {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 10px;
  border-radius: 0px;
  color: #295673;
}

#blog-submit {
  border-radius: 0px;
  background: #295673;
  color: #eee;
  text-shadow: none;
  font-weight: 300px;
  border: 1px solid #295673;
}

.blog-post-preview {
  margin-top: 20px;
}

.blog-post-preview {
  padding: 20px;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.blog-post-preview:last-child {
  margin-bottom: 0;
}
.blog-post-preview header,
.blog header {
  padding: 0;
  margin: 0 0 10px 0;
  background: none;
  font-size: 20px;
  font-weight: normal;
}
.blog-post-preview-img {
  width: 25%;
  float: left;
}
.blog-post-preview-content {
  width: 72%;
  float: right;
}
.blog-post-preview-content img {
  display: none;
}
.blog-post-content {
  height: 90px;
  line-height: 23px;
  overflow: hidden;
}
.blog-post-more {
  float: right;
  background: #eee;
  color: #555;
  border-radius: 1px;
  padding: 5px 10px;
  margin-top: 20px;
  background: #295673;
}

a#blog-menu-title,
a#blog-menu-title:hover,
a#blog-menu-title:visited {
  color: #295673 !important;
}
.blog-post-preview a:link,
.blog-post-preview a:visited {
  color: #555;
}

.blog-post-preview a:hover,
.blog-post-preview a:active {
  color: #555;
}
.blog-year-title {
  padding: 5% 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
.blog-month-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
.blog-cloud {
  width: 90%;
  padding: 5%;
  margin-top: 5%;
  border-radius: 2px;
  background: #295673;
  color: #f0f0f0;
}
.blog-cloud a:link,
.blog-cloud a:visited {
  color: #fff !important;
  text-decoration: none;
}
.blog-cloud a:hover,
.blog-cloud a:active {
  color: #000 !important;
  text-decoration: none;
}
.blog-wc-smallest {
  font-size: 0.6em;
  padding: 3px;
}
.blog-wc-small {
  font-size: 0.8em;
  padding: 3px;
}
.blog-wc-medium {
  font-size: 1em;
  padding: 3px;
}
.blog-wc-large {
  font-size: 1.2em;
  padding: 5px;
}
.blog-wc-largest {
  font-size: 1.4em;
  padding: 5px;
}
.blog-post-date {
  font-size: 14px;
  float: right;
}

#blog-search {
  margin-bottom: 0;
  border-radius: 0px;
}

.grey {
  color: #7a7a7a;
}
.blog-social .a2a_kit {
  float: left;
  margin: 10px 0;
}
form[name="blogSearch"] {
  margin-top: 20px;
}
/* ===== CONTACT PAGE ===== */

#contact-msg {
  margin-bottom: 10px;
  display: none;
}
#contact-form {
  margin-bottom: 10px;
}

.contact article {
  padding: 20px;
}

.contact aside {
  padding: 20px;
  background: #f9f9f9;
}

.map-cover {
  position: relative;
}

.map-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.portfolio-table {
  overflow: auto;
}

/* ===== GALLERY ===== */

#galleria {
  width: 100%;
  height: auto;
}

.statement {
  background: #eee;
  font-size: 24px;
  line-height: 36px;
  padding: 40px;
  text-align: center;
}

/* ===== GENERAL ===== */
.statement > div {
  width: 80%;
  padding: 10%;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPads (portrait) 768x1024 ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
/* Large desktop */
@media (min-width: 1400px) {
}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1400px) {
}
/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    border-bottom: none;
  }

  .navbar .nav > li > a:focus,
  .navbar .nav > li > a:hover {
    border-bottom: none;
    transition: 0.3s ease-in-out;
  }

  .banner-text h1 {
    margin: 22% auto 10px auto;
    font-size: 22px;
  }
  .navbar .btn-navbar {
    width: 100%;
    color: #000;
    margin-left: 0;
    background: none;
    border: none;
    filter: none;
    box-shadow: none;
  }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    color: #000;
    background: none;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background: none;
    color: #000;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background: none;
    color: #000;
  }
  .navbar-inner {
    border: none;
    box-shadow: none;
  }
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    background: none;
    color: #000;
    box-shadow: none;
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle,
  .navbar .nav li.dropdown.active > .dropdown-toggle,
  .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none;
    color: #000;
  }

  a.underline:hover,
  a.active {
    border-bottom: none;
  }

  .navbar .nav > li > a {
    text-align: center;
    padding: 0px 15px 20px;
    font-weight: 300;
    letter-spacing: 1px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body,
  html {
    margin: 0;
    padding: 0;
  }
  header,
  header div,
  header article,
  header aside,
  header .text-right {
    text-align: center;
  }

  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    border-bottom: none;
  }

  #header-top {
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .banner-text h1 {
    margin: 22% auto 10px auto;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
  }
  .banner-text h2 {
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
  }
  .navbar .btn-navbar {
    width: 100%;
    color: #000;
    margin-left: 0;
    background: none;
    border: none;
    filter: none;
    box-shadow: none;
  }
  .navbar .nav > li > a:focus,
  .navbar .nav > li > a:hover {
    border-bottom: none;
  }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    color: #000;
    background: none;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background: none;
    color: #000;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background: none;
    color: #000;
  }
  .navbar-inner {
    border: none;
    box-shadow: none;
  }
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    background: none;
    color: #000;
    box-shadow: none;
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle,
  .navbar .nav li.dropdown.active > .dropdown-toggle,
  .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none;
    color: #000;
  }

  address,
  .copy {
    text-align: center;
    line-height: 20px;
  }
  address {
    padding-bottom: 0;
  }
  .top-link {
    float: none;
  }
  #blog-menu input {
    width: 75%;
  }
  #blogs {
    width: 65%;
    float: left;
    padding-right: 5%;
  }
  #blog-menu {
    width: 35%;
    float: left;
  }
  .content1,
  .content2,
  .content3,
  .general-content1,
  .general-content2 {
    padding: 20px;
    box-sizing: border-box;
  }
  footer,
  footer div,
  footer article,
  footer aside,
  footer .text-right,
  .share-this {
    text-align: center;
  }
  .copy {
    padding: 10px 20px;
    box-sizing: border-box;
  }

  a.underline:hover,
  a.active {
    border-bottom: none;
  }

  .navbar .nav > li > a {
    text-align: center;
    padding: 0px 15px 20px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .row-item-blue img {
    margin-top: 20px;
  }
}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    border-bottom: none;
  }

  .banner-text h1 {
    margin: 40% auto 10px auto;
  }

  #cookie-bar {
    font-size: 12px;
  }
  .row-fluid [class*="span"] {
    margin-bottom: 25px;
  }
  .row-fluid [class*="span"]:last-child {
    margin-bottom: 10px;
  }
  .banner,
  .general-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
    position: relative;
  }
  .mobile-banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 20px;
    box-sizing: border-box;
  }
  #blog-menu input {
    width: 75%;
  }
  .blog header {
    text-align: left;
  }

  .blog-post-date {
    font-size: 10px;
  }
  footer {
    font-size: 10px;
  }
  .copy {
    line-height: 20px;
  }

  a.underline:hover,
  a.active {
    border-bottom: none;
  }

  .navbar .nav > li > a {
    text-align: center;
    padding: 0px 15px 20px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .row-item-blue {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-img-box {
    text-align: center !important;
  }

  .footer-main .span8 h3 {
    text-align: center !important;
  }
}

@media (max-width: 400px) {
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    border-bottom: none;
  }

  .banner-text h1 {
    margin: 35% auto 10px auto;
  }
}
