/* ==========================================================================

Fluid Studios defaults

USE css/main-bespoke.css to make changes

========================================================================== */

html,body {
    background:#fff;
    color:#333;
    font-family: 'Lato', sans-serif;
}
li {
    line-height: 30px;
}
/* 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:18px; font-weight:normal;}
h3 {}
h4 {}
h5 {}
/* FORMS */
.req {color: #F00;}
.btn-inverse {color:#ccc;}
.span1.add-on {
    margin-left: -1px;
    float: none;
    width: 8.547008547008547%;
}
form {
    margin:0
}
.btn {
    background: #fff;
    border:solid 1px #ccc;
    box-shadow:none;
}
/* LINKS */
.clickable {cursor:pointer;}
a {text-decoration:none; transition:0.4s}
a:link, a:visited {color:#555;}
a:hover, a:active {color:#0055a4; text-decoration:none;}
.font-small {font-size: 10px;}
.font-standard {font-size: 11px;}
.font-large {font-size: 14px;}
.font-xlarge {font-size: 18px;}
.a2a_label {
    display:none;
}

/* ==========================================================================
div styles - modern desktops
========================================================================== */

/*HEADER*/

#cookie-bar {
    height:auto !important;
    z-index:9999;
}
#header-top {
    background:#000;
    color:#fff;
    line-height:30px;
}
#header-main {
    line-height:25px;
    padding:10px 0;
    border-top:solid 5px #2091a8;
}
#header-info {
    line-height:20px;
    text-align:right;
} 
#header-social {
    padding:5px 0;
    text-align:right;
} 

.header-right {
    text-align: right;
    color: #2091a8;
    font-size:18px;
    padding:10px 0;
}

.header-right h1 {
    font-size: 14px;
    margin: 0;
    text-transform: none;
}

/* MENU */

.navbar {
    margin-bottom:0;
}

.navbar-inner {
    background:#eee;
    border:none;
}

/* left or right align menu */
.navbar .nav {
    float:left;
}
/* 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;
}
.navbar .nav > li > a {
    text-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;
}
.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}

/* 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;
}

/* BANNER */

.banner-wrap {
    background:#fff;
    padding:0;
    margin-bottom:0;
    border-top: solid 5px #2091a8;
    border-bottom: solid 5px #2091a8;
}
.banner {
    width: 100%;
    position:relative;
    overflow: visible;
}
.banner-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.banner-text-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.banner-text {
    text-align:center;
    color:#fff;
    position: absolute;
    bottom: 100px;
    left:0;
    right:0;
    font-size:20px;
    line-height:30px;
}

.banner-text h1 {
    font-size:60px;
    line-height:80px;
    font-weight:300;
}

.general-banner {
    border-top: solid 5px #2091a8;
    border-bottom: solid 5px #2091a8;
}
.general-banner img {
    width: 100%;
}
#banner-home {
}
.mobile-banner {
    display:none;
}

.banner-button a {
    color: #fff !important;
}

/* FOOTER */

footer {
    background: #2091a8;
    color: #fff;
    font-size:12px;
}
#footer-tagline {
    padding:20px;
}
.footer-main {
    padding:20px;
    line-height:40px;
    font-size:14px;
}
.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;
}

.footer-copy {
    float: left;
    border-right: solid 1px #fff;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 30px;
}

.footer-rights {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.footer-link {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.top-link {
    float:right;
}
.copy {
    background:#000;
    color:#fff;
    padding:20px 0;
    line-height:30px;
}
.a2a_kit {
    float: right;
    margin: 4px 0;
    margin-left: 10px;
}

/* ==========================================================================
CMS styles
========================================================================== */

/* GENERAL PAGE */

.content1 {
    padding:50px 0;
}
.content2 {
    padding:50px 0;
    background:#2091a8;
    color:#fff;
}
.content3 {
    padding:50px 0;
    text-align:center;
}

.content3-header {
    text-align:center;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    padding:0 20px;
    padding-bottom:5px;
    color:#2091a8;
    border-bottom:solid 1px #2091a8;
    margin-bottom:20px;
    display:inline-block;
}

.general-content1 {
    padding:50px 0;
}
.general-content2 {
    padding:50px 0;
    background:#eee;
}

.content1 .span4 {
    text-align:center;
    background:#eee;
    padding:30px;
}

.home-blog-prev-content {
    height:100px;
    overflow:hidden;
    text-align:center;
}

.home-blog-prev-image {
    text-align:center;
}

.gallery-content1 {
    padding:50px 0;
    background:#eee;
}

.statement {
    background:#eee;
    font-size:24px;
    line-height:36px;
    padding:40px;
    text-align:center;
}

.statement > div {
    width: 80%;
    padding: 10%;
}

/* BLOG PAGE */

.blog {
    margin-bottom:20px;
}
#blog-menu {
    background:#eeeeee;
    padding:20px;
    color:#fff;
    margin-top: 10px;
}

.blog-post-preview {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.blog-post-preview:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.blog-post-preview header,
.blog header {
    padding: 0;
    margin : 0 0 10px 0;
    background:none;
    font-size:20px;
    font-weight:700;
    color: #8c8c8c;
}
.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: 40px;
    line-height: 18px;
    overflow: hidden;
}
.blog-post-more {
    float: right;
    background: #eee;
    color:#555;
    border-radius: 1px;
    padding: 5px 10px;
    margin-top: 20px;
}
.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;
    color:#000;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
.blog-month-title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color:#000;
    margin: 5px 0;
}
.blog-cloud {
    width: 90%;
    padding: 5%;
    margin-top: 5%;
    border-radius: 2px;
    background: #000;
}
.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;
    width: 75%;
}

#blog-submit {
    padding:4px 8px;
    background: #2091a8;
    color: #fff;
}

.grey {
    color:#8f8f8f;
}
.blog-social .a2a_kit {
    float: left;
    margin: 10px 0;
}

/* CONTACT PAGE */

#contact-msg {
    margin-bottom: 10px;
    display: none;
}
#contact-form {
    margin-bottom: 10px;
}

.contact article {
    padding:20px;
}

.contact aside {
    padding:20px;
    background:#eee;
}

.contact aside .btn {
    background:#2091a8;
    color:#fff;
}

.map-cover {
    position:relative;
}

.map-absolute {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
}

/* ==========================================================================
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 {
        width:100%;
        color:#000;
        margin-left:0;
        background: none;
        border: none;
        filter: none;
        box-shadow: none;
    }
    .btn-navbar {
        width: 18px;
        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 {
        background:none;
        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;
    }

    .banner-text h1 {
        font-size: 40px;
        line-height: 60px;
        font-weight: 300;
    }

    .footer-main {
        padding: 20px 0;
        font-size: 12px;
    }

    .footer-main h1 {
        font-size: 12px;
    }

}

/* 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;
    }
    #header-top {
        padding:10px 20px;
        box-sizing:border-box;
    }

    .navbar {
        width:100%;
        color:#000;
        margin-left:0;
        background: none;
        border: none;
        filter: none;
        box-shadow: none;
    }
    .btn-navbar {
        width:18px;
        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 {
        background:none;
        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;
    }

    .content1 .span4 {
        margin-bottom:20px;
    }

    .content1 .span4:last-child {
        margin-bottom:0;
    }

    footer, footer div, footer article, footer aside, footer .text-right, .share-this {
        text-align:center;
    }
    .copy {
        padding:10px 20px;
        box-sizing:border-box;
    }

    .banner-text {
        bottom: 50px;
        font-size: 14px;
        line-height: 24px;
    }

    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
    }

    .header-right {
        text-align: center;
        font-size: 18px;
        padding: 10px 0;
    }

    .navbar .nav {
        text-align:left;
    }

    .a2a_kit {
        float: none;
    }

    .a2a_default_style a {
        float: none !important;
        display: inline-block;
    }

    .footer-copy,
    .footer-rights,
    .footer-link {
        float:none;
        border:none;
    }

    .footer-main {
        padding: 20px 0;
        font-size: 12px;
    }

    .footer-main h1 {
        font-size: 12px;
    }

}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {

    #cookie-bar {
        font-size:12px;
    }

    .banner {
        display:none;
    }
    .mobile-banner {
        display:block;
        position:relative;
    }
    .mobile-banner .banner-text {
        position:absolute;
        left:0;
        right:0;
        bottom:50px;
        box-sizing:border-box;
    }

    .banner-text h1 {
        font-size: 20px;
        line-height: 30px;
    }

    #blog-menu input {
        width:75%;
    }

    .blog header {
        text-align:left;
    }

    .blog-post-date {
        font-size:10px;
    }
    footer {
        font-size:10px;
    }
    .copy {
        line-height:20px;
    }

    .header-right {
        text-align:center;
    }

    .navbar .nav {
        text-align:left;
    }

    .content1,
    .content2,
    .content3,
    .general-content1,
    .general-content2 {
        text-align:center;
    }

    .footer-main {
        padding: 20px 0;
        font-size: 11px;
    }

    .footer-main h1 {
        font-size: 11px;
    }

}