/*
**********************
--- 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.01em;
    line-height: 1.25em;
}

img {
	max-width:100%;
	height: auto;
}

p {
    margin: 0 0 20px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
h1{
    color:#272626;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}
.upper{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}
.clear {
    clear: both;
}
.not-front .main-container{
    padding-bottom: 0;
    padding-top: 170px;
    z-index: 101;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.node-type-news .main-container {
    padding-top: 180px;
}
.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: 170px;
}
.page-contact .main-container.not-front:before{
    height: 0px;
}

.dropdown-menu>li>a{
    color: #ffffff;
}

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;
    /*background: rgba(255,255,255,0.95);*/
    border:none;
    border-radius: 0;
}

ul.breadcrumbs {
    margin-bottom: 0;
}
/*.breadcrumbs {
    list-style-type: none;
    margin-bottom: 0;
}
.breadcrumbs li {
    color: #555555;
    padding: 5px;
}*/
.navbar .navbar-nav {
    display: inline-block;
    float: right;
    margin-right: 40px;
}

.not-front header#navbar a {
    color: #312031;
}

#navbar.nav-sticky-solid {
    background-color: #ffffff;
	    background-color: #f4f4f4;
}


.logo-scroll {
    text-align: center;
    padding-top: 10px;
}
.logo-scroll img {
    display: none; 
}

#logo-container {
    background-color: #fff;
    padding: 50px;
    max-width: 700px;
}

#logo-container img {
    max-width: 92%;
?: /
}


/* The Humburger */


 #showTop  {
    width: 100px;
    height: 100px;
    border: none;
    font-size: 1.5em;
    position: absolute;
    /* margin: 50px 10px; */
    z-index: 999999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    /* background-color: #292929 !important; */
}

.not-front #showTop {
    /*background-color: #292929 !important;*/
	background-color: #009cf1 !important;
}
.nav-sticky-solid #showTop {
    /*background-color: #292929 !important;*/
	background-color: #009cf1 !important;
}


#navbar .hamburger-menu-text {
    position: absolute;
    top: 63px;
    left: 0;
    /* background-color: red; */
    z-index: 99999999999999;
    display: block;
    color: #fff;
    width: 97px;
    text-align: center;
    font-weight: 800;
    font-size: .65em;
} 

#showTop span  {
    display: block;
    position: absolute;
    height: 6px;
    width: 33px;
    background: #ffffff;
    margin: 12px 12px;
    opacity: 1;
    /* left: 16px; */
    left: 20px;
    border-radius: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#showTop span:nth-child(1) {
  top: 16px;
}

#showTop span:nth-child(2), #showTop span:nth-child(3) {
  top: 28px;
}

#showTop span:nth-child(4) {
  top: 40px;
}

#showTop.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#showTop.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#showTop.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#showTop.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*  Animated Hamburger Menu */
.nav-sticky-solid .logo-scroll img, .not-front .logo-scroll img {
    display: block;
    text-align: left;
    margin-left: 118px;
    margin-right: auto;
    width: 230px;
    margin-top: 0px;
    /*max-width: calc(100% - 150px);*/
}

.not-front #navbar-sticky-wrapper {
    /*background-color: #ffffff;
    width: 100% !important;
    height: 125px !important;*/
}

.nav-sticky-solid, .nav-sticky-solid a, .nav-sticky-solid p,.nav-sticky-solid .fa  {
    color: #888888;
}

#block-block-62 .phone-number {
    position: static;
    width: auto;
    right: auto;
    display: inline-block;
    margin-top: 20px;
}
.menu {
    height: 200px;
    margin-top: 52px;
}

.menu-call  .fa.fa-phone {
    z-index: 9;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 5px;
    right: 5px;
    margin-top: 5px;
}
header#navbar{
    height: 100px;
    /* line-height: 80px; */
    position: relative;
	/*width: calc(100% - 190px);*/
}

/*
STICKY NAVBAR - FULL SLIDESHOW
*/

header#navbar.sticky-wrapper{
    position: relative;
    /* background-color: #292929; */
}

.logo{
    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;
}

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: 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:#ffffff;
    background:transparent;
    border-bottom: 2px solid #ffffff;
    font-weight: 900;
}

.cbp-spmenu a:active {
    background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.nav > li > a:hover {
    opacity:.7;
    filter: alpha(opacity=70);
    /*color: #312031 !important;*/
	color: #fff !important;
    border-bottom: none !important;
}

.cbp-spmenu {
    height: 100px !important;
}

.container img{
    max-width:100%;
    height: auto;
}

h5 {
    font-size: 1.5em;
    color: #fff;
    line-height: 1em;
    text-align: left !important;
}

.node{
    /* margin-top:10px; */
}

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

/* for the menu right push liam may delete or use more effective absolute left 80  */
#page {
    margin-left: 80px;
}

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;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


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

.container .block h2.block-title{
    margin-top: 10px;
    margin-bottom: 30px;
    color:#272626;
    font-weight: 400;
    text-transform: uppercase;
}
/* used with wysiwyg custom styles */
.white-text {
    color:#ffffff;
}
.blue-text {
    color: #1D1D1B;
}

/**********************************************
*               FRONT PAGE BLOCKS              *
***********************************************/

.front .overlay {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 0;
    margin: 0;
     opacity: .5; 
}
.front .overlay-text {
    bottom: 0px;
    left: 0px;
    position: absolute;
    color: #ffffff;
    z-index: 6;
    margin: 20px;
    width: 100%;
    text-align: center;    
    font-size: 1.2em;
}
.hero-level {
    background-color: #abb0b4;   
    color: #1D1D1B;
}

#hero .hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #1d57a3;
    opacity: .9;
    background-color: #292929;
    filter: alpha(opacity=90);
    opacity: .35;
    z-index: 2;
}

/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #1d57a3;
    opacity: .9;
    background-color: #222;
    filter: alpha(opacity=90);
    opacity: .35;
    /* z-index: -1; */


.block-imageblock {
    padding:0px;
}

.client-logos {
	padding: 50px;
}
.client-logos img {
	max-height: 100px;
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.row2-col2 {

}
.row2-col1 {
    clear: both;
}
.row2-col1, .row3-col2 {
}

.row6-col1 {
    text-align: center;
    padding: 50px;
}
.social-icons-list li {
display: inline;
}

.block-social-media-links {
    text-align: center;
}
.newsletter-block-header {
}
.newsletter-block {
    text-align: center;
    margin-bottom: 0;
}

.newsletter-block .form-control {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
	    border-radius: 0px;
     
}
.mailchimp p{
	text-align: center;
}
.mailchimp h2.block-title {
	margin-top: 0px; 
}
#block-mailchimp-signup-newsletter {
	padding-top: 30px;
	padding-bottom:80px;
}
#block-mailchimp-signup-newsletter h2 {
	display:none;
}
#block-mailchimp-signup-newsletter .btn {
    padding: 6px 15px;
    margin-top: 7px;
	    width: 100px;
}
.mailchimp-newsletter-mergefields {
	width: 200px;
    display: inline-block;
}

#block-mailchimp-signup-newsletter .form-actions {
	/*width: 100px;*/
    display: inline-block;
	    margin-left: -5px;
}

.mailchimp {
	background-color: #292929;
	color: #ffffff;
}
#block-mailchimp-signup-newsletter .form-actions {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#block-mailchimp-signup-newsletter #edit-submit {
	background-color: #009cf1;
	opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    
    padding: 15px 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .1em;
    width: 200px;
}

/* bottom social block layout */
.social-block {
    height: 400px;
    text-align: center;
    padding-top: 50px;
}
.social-block .fa.fa-comment {
   font-size: 5em;
}
.social-block .fa {
    font-size: 2em;

}
.social-block h4,  
.social-block h3,
.social-block p,
.social-block a { 
 margin-top: 10px;
}
/* instagram top block of 4 */
.instagram {
    margin: 0px;
    padding: 0px;
	    clear: both;
}
.block-instagram-block-instagram-block, .block-instagram-block-instagram-block  img {
    margin: 0px;
    padding: 0px;
}
.block-instagram-block  img {
    width:25% !important;
	height:auto !important;
	margin:0 !important;
}

/*
*************************
 NEWS STUFF 
 *************************
 */

.front-page-news {
    clear: both;
}

 #block-views-news-block.front-page-news {
    /*padding-left:60px;*/
 }
.background-image-formatter {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.front #main_container .vews-row a {
    padding-right: 0px;
}

.front .view-news .views-row{
    padding: 0px;
}

.not-front .view-news .views-field-body .field-content {
    text-align: left;
    font-size: .85em;
}

.front .view-news .views-field-title {
	font-size: 1em;
    font-weight: 900;
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
    /* padding-top: 20px; */
    height: 40px;
    height: 100%;
    bottom: 0;
    /* bottom: 120px; */
    background-color: rgba(41,41,41,.82);
    text-transform: uppercase;
}
.front .view-news .views-field-field-sub-title {
    font-size: .85em;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
}


.front .view-news .views-field-title a,
.front .view-news .views-field-field-sub-title {
    color: #fff;
    text-align: center;
    display: block;
        margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
}

.front .view-news .views-field-created-1,
.front .view-news .views-field-created-3 {
    font-size: .8em;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    /* background-color: #383130; */
    padding-bottom: 2px;
    color:#fff;
    /* background-color: rgba(0,182,226,.88); */
    background-color: rgba(242,153,162,.88);
    text-align: center;
}

.front .view-news .views-row-2 .views-field-title, .front .view-news .views-row-2 .views-field-created-1,
.front .view-news .views-row-2 .views-field-field-sub-title, 
.front .view-news .views-row-4 .views-field-title, .front .view-news .views-row-4 .views-field-created-1,
.front .view-news .views-row-4 .views-field-field-sub-title {
    /* background-color: #332926; */
    /* background-color: rgba(29,87,163,.88); */
        text-align: center;
    /*background-color: rgba(243,169,175,.88);*/
}

#block-views-news-block {
    padding: 0px; 
    clear:both;  
}

.not-front .view-news .views-row {
    float: left;
    min-height: 540px;
}
.not-front .view-news .views-field-title {
   font-size: 1.35em;
   line-height: 1.1em;
   margin-top: 10px;
   height: 45px;
   text-align: left;
   font-weight: 900;
}

.not-front .view-news .views-field-created-1 {
    font-size: .85em;
    color: #666;
}


.not-front .view-news .views-field-body a.views-more-link {
    display: block;
    margin-top: 10px;
}

#main_container .field-content .blog-title-image-front {
    width: 100%;
    padding: 0px;
    padding-right: 0px;
}

.node-type-service .field-name-field-view-services {
    display:none;
}

.node-news .field-name-field-feature-image {
        padding-bottom: 40px;
}
.node-news .field-name-field-feature-image img {
    margin:auto;
}


/* end news */


.footer-text div {
    width: 33.333333333%;
    float: left;
}
.footer-text .footer-left {
    text-align: left;
}


/*
******************************
--- VIEWS ---
******************************
*/



/*
******************************
--- 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;
}
#cboxLoadedContent #block-webform-client-block-203 {
    display: block;
    color: #333333;
}
#block-webform-client-block-203 {
    display: none;
}

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

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

.btn-small {
padding: 5px 10px !important;
}

.webform-client-form .btn-default {
    padding:6px 12px;
    margin: 10px 0px;
    color: #fff;
    font-size: 14px;
}
.submitted {
    display: none;
}
.btn-default,
input.form-submit{
    color: #fff;
    background-color: #292929;
    border: 1px solid #1D1D1B;
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    margin-top: 15px;
    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;
}
.webform-submit {
    background-color: #1D1D1B;
}
.webform-submit:hover {
 background-color: #1D1D1B;
 font-weight: 900;
}

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

a{
    /*color:#1D1D1B;*/
}

a:hover{
    /*color:#1D1D1B;*/
    text-decoration: none;
}

.top_button{
    width:100%;
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 60px;
    left: calc(50% - 30px);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top_button a.back_to_top{
    cursor: pointer;

}

.top_button a.back_to_top i{
    width: 50px;
    line-height: 66px;
    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;
	    font-size: 3em;
}
a.back_to_top span {
   /* z-index: 1;
    position: relative;
    color: #fff;
    font-size: .85em;*/
	display: none;
}
    

/*
***************
--- 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: #1D1D1B;
    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;
}

#hero h1 {
    font-size: 1em;
    letter-spacing: .075em;
    margin-bottom: 0;
    font-weight: 100;
}

#hero h2 {
	font-size: 1em;
    letter-spacing: .1em;
	margin-top: 0;
}

.hero-logo {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 100;
    text-align: center;
    width: calc(100% - 100px);
    line-height: 1.1em;
    height: 550px;
    margin-left: 50px;
    margin-right: 50px;
    top: calc(30%);
	z-index: 3 !important;
}

.hero-logo h1 {
    font-size:1.5em;
	font-weight:400;
	    line-height: 2em;
}

.hero-logo h1 strong {
    font-size:3em;
	font-weight:900;
}

#hero .hero-phone {
    z-index: 3;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 100px;
    padding: 0;
    text-align: right;
}

#hero .hero-phone .email-us, #hero .hero-phone .call-us {
	padding: 22px 25px;
	height: 60px;
}

#hero .hero-phone .email-us {
    padding: 11px 25px;
    height: 40px;
    font-size: .85em;
	background-color: #212121;
}

#hero .hero-phone p, #hero .hero-phone strong {
}

.hero-phone a {
    /*font-weight: bold;
    font-size: 1.5em;*/
}
.hero-feature a {font-size: 1.4em;letter-spacing: 0;line-height: .95em;text-align: left;padding: 25px !important;padding-bottom: 20px !important;padding-left: 30px !important;}

.hero-feature .fa {
    font-size: 2em;
    float: left;
    margin-right: 3px;
}

.logo-area {background-color: rgba(26,26,26,.8);width: 541px;margin: auto;}

.logo-area h2 {
    font-size: 1.2em;
    letter-spacing: 0;
    padding: 12px;
    }

.block-image {
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center;
    /* height: 430px; */
}
.block-body {
    /*color: #888888;*/
    /*z-index: 998;
    position: absolute;*/
    text-align: center;
    width: 100%;
}
.block-imageblock .block-body {
    z-index: 6;
    position: absolute;
}
	


h3 {
	font-size: 1em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
	}

h4 {font-size: 1.5em;}


/*
***************
--- 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;
}


/*
***************
--- OTHER PAGES ---
***************
*/ 

.node-page  .field-name-body {
	/*width:calc(50% - 40px);*/
	/*margin-right:40px;
	float:left;
	text-align:left !important;*/
}

.node-page .field-type-image {
	/*padding-top:0;
	padding-bottom:40px;
	width:	50%;
	float:right;*/
}



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

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1600;
    /* background: #1a1a1a; */
    /* background-size: 40px; */
    color: #fff;
    background-color: #ffffff;
}
.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:15px;
    font-weight: normal;
    color: #fff;
    text-align: center !important;
}

.loading_text i{

}

.front section.block,.front .project_detail section.block{
    /* padding: 10px; */
}

#block-block-62 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 250px;
    height: 180px;
    background: rgba(26,26,26,.8);
    padding-right: 20px !important;
    z-index: 99;
}

section#block-block-62 {}

#block-block-62 .phone-number .fa {
    font-size: 1.8em;
    margin-left: 0px;
    position: absolute;
    right: 20px;
    top: 20px;
}

#block-block-64 {
    position: absolute;
    /* right: 0px; */
    z-index: 1;
    width: 300px;
    bottom: 0px;
}

@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: #1D1D1B;
    border:2px solid #1D1D1B;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social_icon i:hover{
    background: white;
    color: #1D1D1B;
}

.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;
}



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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---- button ---- */

.filterbutton,
.sorterbutton {
  display: inline-block;
  padding: 0.25em .50em;
  background: #f5f5f5;
  border: none;
  border-radius: 7px;
  /*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );*/
  color: #333;
  font-family: sans-serif;
  font-size: 14px;
  /* text-shadow: 0 1px white; */
  cursor: pointer;
  /* text-transform: uppercase; */
  text-decoration: none !important;
}

.filterbutton:hover,
.sorterbutton:hover {
  background-color: #8cf;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.filterbutton:active,
.filterbutton.selected,
.sorterbutton:active,
.sorterbutton.selected {
  background-color: #292929;
}

.filterbutton.selected,
.sorterbutton.selected {
  color: white;
  /* text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8); */
}

.filterbutton:active,
.sorterbutton:active {
  /* box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8); */
}

/* ---- button-group ---- */

ul.isotope-options {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.isotope-options li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.isotope-options:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-options .filterbutton,
.isotope-options .sorterbutton {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.isotope-options li:first-child .filterbutton,
.isotope-options li:first-child .sorterbutton {
  /*border-radius: 0.5em 0 0 0.5em;*/
}

.isotope-options li:last-child .filterbutton,
.isotope-options li:last-child .sorterbutton {
  /*border-radius: 0 0.5em 0.5em 0;*/
}

.item-list ul.isotope-options {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

.item-list ul.isotope-options li {
  padding: 0;
  margin: 0;
}

/* ---- isotope ---- */

.isotope-container {
  /*background: #ddd;*/
  max-width: 1200px;
}

.node-staff {
	
}

.node-staff .field-name-field-image img {
	margin: auto;
    margin-top: 40px;
}

.node-staff .field-name-field-category .field-item {
	max-width: 800px;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 80px;
}

.view-staff-isotope .views-field-title {
    padding-left: 7px;
    font-weight: 900;
}

.view-staff-isotope .views-field-field-category {
    font-size: .7em;
    padding-top: 0;
    margin-top: 0;
    padding-left: 7px;
    line-height: 1em;
}
.view-frequently-asked-questions {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.view-frequently-asked-questions ul.homepage-faqs {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
	    padding-left: 40px;
    padding-right: 40px;
}
.view-frequently-asked-questions .views-field-title {
    font-weight: 900;
}

.view-frequently-asked-questions .homepage-faqs li {
    list-style-image:none;
}

.view-frequently-asked-questions .homepage-faqs li li {
    list-style-image: url(../images/bullet.png);
	margin-bottom: 20px;
}

.view-staff-isotope .views-field-field-image {
    margin-top:20px;
    
}

.view-staff-isotope ul li {
    list-style-image: none;
        margin-left: 0px;
        padding-left: 0px;
}

.refer-patients {
	padding-top: 60px;
    padding-bottom: 20px;

}

/* clear fix */
.isotope-container:after {
  content: '';
  display: block;
  clear: both;
}

.item-list ul.isotope-container {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* color-shape */

.item-list li.isotope-element {
  list-style: none;
  margin: 5px;
  padding: 0;
}

.isotope-element {
  width: 25%;
  /* height: 0px;
  margin: 5px;
 */
  float: left;
  list-style: none;
  /* background: black; */
}

.show-menu nav.menu {
    background: rgba(29,29,29,0.95);
}


.front .region-hero .hero-logo-band {
    position: relative;
    background-color: #1D1D1B;
    height: 150px;
    text-align: center;
}

.front .logo-container {
    margin: 40px;

}
.front .logo-container img {
    width: 200px;
}
.menu-call {
    z-index: 1000;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: 2.5em;
    color: transparent;
    background: #abb0b4;
    position: fixed;
    width: 2.5em;
    height: 2.5em;
    font-size: 1.5em;
    right: 0px;
    top: 0px;
}
@media screen and (max-width: 50em) {
.icon-list {
    right: inherit !important;
}
}
#Grid .mix{
    opacity: 0;
    display: none;
}
.username{
    color: #1D1D1B;
}
.navbar .navbar-nav {
    float: left;
    
}

.navbar-nav > li {
    clear:both;
}

.navbar-nav > li a {
    font-size: .8em !important;
    line-height: 1.75em !important;
}

.icon-list {
    width: auto !important;
    padding-left: 50px !important;
    /*padding-top: 130px !important;*/
    padding-top: 0 !important;
    margin-top: 129px !important;
}
.show-menu nav.menu {
    height: 300px;
    width: 220px;
    margin-left: 35px;
    margin-top: 35px;
}

/*
**********************************
--- FOOTER REGION ---
**********************************
*/

.footer-text {
    text-align:center;
}

.footer-text a {
    color: #fff;
}
.footer-text .footer-right a {
    text-align: right;
    float: right;
    font-weight: 300 !important;
	font-size: .75em;
}
.footer-middle {
	color: #009cf1;
    text-transform: uppercase;
}

.footer-email .lets-talk .tel-number {
    margin-top: 10px;
    font-weight: 200;
}
.footer-email .fa {
    font-size: 2em;
}

.footer-text p strong {
    letter-spacing: 0;
}
.footer-email {
    text-align: center;
    padding: 100px;
    clear: both;
}
.footer-email a {
    font-size: 2em;
    color:#231f20;
}
.footer-email .lets-talk {
    font-size: 1.2em;
}
.footer-text h3 {
    color:#fff;
    margin-bottom: 0;
    line-height: .8em;
}

.footer-text h4 {
    color:#fff;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.footer-phone {
    font-size:3em;
    padding-top: 30px;
    line-height: .5em !important;
}

.footer{
    background: #f5f5f5;
    position: relative;
    text-align: center;
}

footer section.block,.front footer section.block, footer section.block a {
    padding: 10px;
    background-color: #ffffff;
    color: #666;
    padding: 0;
    /* border-top: solid 50px #292929; */
}

.client-details {width: 300px;margin: auto;}

.web-designer {position: absolute;right: 50px;bottom: 20px;}

.footer-grey-block {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}


/*
*************************
--- FRONT PAGE HERO REGION ---
*************************
*/


html,
body {
  min-height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}
.region-hero section.block {
  padding-top: 0;
}
.front #hero {
  background-color: transparent;
}

.front #hero {
    position: relative;
}

.not-front #navbar-sticky-wrapper {
    width: 100%;
}

#hero {
  background: #FFFFFF;
  height: 100%;
  min-height: 100%;
  /*position: relative;*/
  overflow: hidden;
  text-align: center;
  display: block;
}
#hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 2;
}
#hero .overlay {
  background-color: rgb(50, 50, 49);
  display: none;
}
.block .contextual-links-wrapper {
  width: 30px;
  text-align: right;
}
#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;
  /* width: 100%; */
  margin-right: 0;
  /*position: static;*/
}
#hero .flexslider {
  border: none !important;
  height: 100%;
  position: relative;
}
#hero .flexslider .flex-direction-nav a {
  border-radius: 3px;
}
#hero .flexslider .slides {
  height: 100%;
  position: relative;
  width: 100%;
}
.flexslider .slides .logo-area img {
  /* width:100%; */
  background-color: #fff;
  /*width:100%;*/
  position: relative;
  /* width:100%; */
  width: 541px;
}
.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;
  z-index: 999 !important;
}

#hero .flexslider .slides .content_hero {
  top: 220px;
  z-index: 3;
  text-align: center;
  position: relative;
  width: 100%;
  height: 300px;
  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;
  font-weight: normal;
}
#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;
}
.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;
}
/*********************************
END FLEXSLIDER
*********************************/

@media (max-width: 1000px){
    .view-work .views-row .social_icons{
        display: none !important;
    }

    .da-thumbs li.cols-3 a div span.title{
        margin: 40px 20px 20px 20px;
    }
}
.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;
}
.navbar .navbar-nav {
  display: inline-block;
  /* float: right; */
  margin-right: 40px;
}
.navbar .navbar-collapse {
  text-align: center;
  margin-top: 36px;
  padding-right: 0;
}
#navbar-sticky-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  width: calc(100% - 190px);
  z-index: 1000;
  background-color: transparent;
  height: 90px !important;
}
#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;
  padding: 10px 25px !important;
  font-size: 1em !important;
  text-transform: none !important;
}
 .menu li.first a {
    padding-left: 50px !important; */
}
.page-header {
  	font-size: 3em;
	 font-weight: 900;
    text-align: center;
}
.btn-default, .btn-default:hover {
  /*background-color: #1D1D1B;
  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;
  font-weight: bold;
}
.is-sticky nav.menu {
  opacity: 1;
  background-color: #2a2a2a;
}
.block-contact .btn {
  background-color: #2a2a2a;
  width: 125px;
}
.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;
}
.pilates .btn-container {
    margin-left: -50px !important;
    margin-bottom: 50px;
    bottom: inherit;
}
.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 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  border-top-width: 0 !important;
  position: relative;
  /*height: 150px;*/
  background-color: #ffffff;
}
footer .footer-text {
    background-color: #ffffff;
    color: #252525;
    padding: 20px !important;
    clear: both;
	    min-height: 100px;
    padding-top: 60px !important;
}

.footer p {
  color: #fff !important;
  /* text-align: right; */
  line-height: 1.2em;
}
.contact {
  text-align: left;
  font-weight: bold;
  padding: 50px;
  font-size: 2em;
}
.contact .btn {
  background-color: #3b3837;
  color: #2a2a2a;
  width: 200px;
}
.page-contact p, .page-contact .checkbox,.page-contact .control-label {
    /*color: #333;*/
}
.contact-phone {
font-size: 1.75em;
}
.contact-email {
margin-top: 10px;
}
.contact-address {

}
.btn {
  opacity: 1;
  filter: alpha(opacity=100);
      color: #fff;
    background-color: #292929;
    padding: 15px 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .1em; 
}
.btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  /* background-color: #2a2a2a; */
  color: #ffffff;
}

.footer-text a:hover {
    color: #666666;
}

footer {
  padding-top: 0px;
}
footer .container {
  width:100%;
  padding:0;
}

.open-times {
    top: 70px;
    right: 40px;
    position: absolute;
    text-align: right;
}

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


.page-contact #main_container {
    padding-bottom: 0;
}

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

.navbar-header .logo img {
  width: 80px !important;
  margin-top: 12px;
}

.navbar-brand {
  display:none;
}

.logo.navbar-btn {
  margin-left: 130px;
  margin-top: 14px;
}

footer .aaweb-footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*padding-top: 150px;*/
  font-weight: bold;
  letter-spacing: .1em;
  padding: 20px;
  height: 200px;
  background-color:#958679;
  /*background: url(../../../../default/files/hessian_dark.jpg);*/
  /* -webkit-background-size: cover; */
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; *//* not supported :( *//*sepia, hue-rotate, invert....*/
  padding-right: 0;
  padding-top: 140px;
}
footer a {
  font-weight: 300;
  /* font-size: 14px; 
  letter-spacing: 1px;*/
  /* padding-bottom: 20px; */
  font-weight: bold;
  color: #bbb;
}


#block-system-main {
  max-width:1100px;
  margin:auto;
  padding: 40px;
}
.front #block-system-main {
  padding: 0;
}
.node-type-news #block-system-main {
    padding-top: 0 !important;
}
.field-name-field-sub-title {
	
}

#inner-content {
  max-width:1100px;
  margin:auto;
}
.not-front .aaweb-footer
{
  background-image:none;
  background-color:#2a2a2a;
}
.top_button {
  text-align:center;
  padding: 0px;
}
.main-container {
  background-color:#ffffff;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  /* max-width: 1000px; */
  clear: both;
}
.block-footer-image img {
  margin-bottom:100px;
}
.not-front #navbar-sticky-wrapper .logo img {
    max-height: 60px;
    vertical-align: middle;
    margin-top: 18px;
}

#node-17 .two-col {
  padding-bottom:100px;
}

.menu-text {
position: fixed;top: 95px;left: 44px;font-size: 11px;color: #ffffff;font-weight: bold;line-height: 0;}

.phone-number .menu-text {
  right: 25px;
  left: inherit;
  /* top: 90px; */
  z-index: 900;
}
.phone-number {
  z-index: 20;
  margin-top: 10px;
  position: absolute;
  right: 0px;
  width: 400px;
}
.phone-number .ph {
    position: absolute;
    top: 27px;
    right: 60px;
    font-size: 1.4em;
}
.middle-buttons {
  margin-left: auto;
  margin-right: auto;
  width: 520px;
}
.phone-number .overlay {
    background-color: #000000;
    opacity: .4;
    right: 0px;
    width: 300px;
    top: 0px;
    position: absolute;
    z-index: -1;;;
    \: 200px;
    height: 200px;
}
.contact-map {
    margin-top: 0px;
    height: 450px !important;
	display: none; /* NO MAP */
}

.facebook-follow, .featured-block {
    background-color: #f5f5f5;
    background-color: #ecfafd;
    padding: 60px;
    text-align: center;
}
.facebook-follow h2 {
    padding-top:0;
    margin-top: 0 !important;
    text-align: center !important;
    font-size: 2.5em !important;
}
.facebook-follow p {
    
}

.not-front .region-content {
    background-color: #ffffff;
}

.region-content {
    /*color: #333333;*/
}


.region-content h2 {
    font-size: 2.25em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}

.overlay {
    background-color: rgba(26,26,26,.9);
    width: 50%;
    float: right;
    height: 430px;
    padding: 50px;
    /* text-align: center; */
    position: relative;
    padding-top: 55px;
}

.fa-facebook {
    color: #1D1D1B;
}
.content-hero .page-title {
    /*color: #ffffff;*/
}

.navbar .logo {
    padding-left: 0;
}

.shout-out {
	text-align: center;
    font-size: 1.5em;
    color: #fff;
    padding: 40px;
	line-height: 1em;
}

.shout-out strong {
	font-weight:900;
}





/*
**********************
--- THEME OVERRIDES ---
**********************
*/




/*  G E N E R A L  */

body {
    color: #292929;
	background-color: #292929;  /*  required while flexslider loading (if no pre-loader enabled)  */
}


body.not-front {
    color: #333;  /*  reset  */
	font-weight:300;
	background-color: #fff;  /*  reset  */
}

.overlay {
    background-color: rgba(26,26,26,.9);
}


.loader {
	display:none;  /*  toggle on/off for pre-loader  */
}

.region-content li {
	list-style-image:url(../images/bullet.png);  /*  custom bullet list  */
    text-align: left;
    margin-left: 40px;
    padding-left: 10px;
    margin-bottom: 5px;
}









/*  L I N K S   &   B U T T O N S  */

a, a:hover {
    color: #009cf1;
    font-weight: 900 !important;
}

a:hover {
    text-decoration: underline;
}

.btn, .btn:hover, .btn:active, .btn:focus  {
	background-color: #009cf1;  /* all btns */
}
.btn-primary, .btn-primary:hover  {
	background-color: #009cf1;  /* primary btn color */
}
.btn-secondary, .btn-secondary:hover  {
	background-color: rgba(0,0,0,.21);  /* secondary btn color */
}

#block-ctablock-4 .btn-primary, #block-ctablock-4 .btn-primary:hover {
	color:#292929 !important;
}
#block-ctablock-4 .btn-secondary, #block-ctablock-4 .btn-secondary:hover {
	color:#009cf1 !important;
}

.fa {
    color: #009cf1;  /* font-awesome icon color */
}

.hero-logo .btn  {
    
    background-color: rgba(0,0,0,.1);
    /*border: #fff solid 2px;*/
}

#hero .btn-primary, #hero .btn-primary:hover  {
	background-color: #009cf1;  /* primary btn color */
}

#hero .btn-secondary, #hero .btn-secondary:hover  {
	background-color: rgba(0,0,0,.21);  /* secondary btn color */
}

.block-ctablock .btn-secondary, .block-ctablock .btn-secondary:hover  {
	color: #292929 !important;
	background-color: transparent !important;
	font-weight:700;
	padding: 0 !important;
    /*margin: 0;*/
}

/*  N A V B A R  */

.cbp-spmenu-top {
    /*top: 0px !important;*/  /* uncomment to leave navbar alwys visible */
}
.cbp-spmenu {
    /*background-color: #fff !important;*/  /* navbar background */
	background-color: #292929 !important;
}

#showTop {
    background-color: #292929;  /* hamburger background */
}
#showTop.active {
    background-color: #009cf1;  /* hamburger:active background */
}
#showTop.active span {
    background-color: #fff;  /* hamburger icon color */
}
#showTop.active .hamburger-menu-text {
    color: #fff;  /* hamburger 'Menu' text color */
 }
 #navbar.nav-sticky-solid {
	 /*background-color: #292929;*/
}
.not-front header#navbar.sticky-wrapper {
    background-color: #fff;
	    background-color: #f4f4f4;
}
.cbp-spmenu a {
    /*color: #292929 !important;*/
	color: #fff !important;
    font-weight: 500 !important;
	font-weight: 600 !important;
}
 
 
 
 /*  H E R O  */
 
.front .hero-logo {
	 height: 600px;
	 top: calc(50% - 240px);
	 bottom: inherit;
	 width: calc(100% - 100px);
	 left: 0;
	 margin-left: 50px;
     margin-right: 50px;
	 max-width: 90%;
	 height: 500px !important;
 }
 
 .hero-logo, .hero-logo h1 {
    color:#fff;
}
.hero-phone {  
    /*background-color: #292929;*/
    color: #ffffff;
}
.hero-phone a {
    color: #ffffff;
}

#hero .hero-phone .call-us {
    background-color: #292929;
}
#hero .hero-phone .email-us a {
    color: #009cf1;
    /*padding: 15px 20px;*/
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
 
 
 .hero-logo h1 {
    font-size: 1.25em;
	 margin-top: 0;
}

.hero-logo h1 strong {
    font-size: 2em;
}

/* hide phone/email us links */
.hero-phone {  
/*	display:none; */
}
#navbar-sticky-wrapper {
    width: 100%;
}

#navbar-sticky-wrapper {
    /* width: 360px; */
    width: calc(100% - 170px);
}



/*  S H O U T   O U T   B A R  */

 .shout-out {
	background-color: #009cf1;
    color: #fff;
}



/*  L O G O   B L O C K   */

.client-logos {
	
}


/*  I M A G E   B L O C K S  */

.block-image {
	background-attachment: fixed; /* toggle parallax effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-parallax .block-image {
	background-attachment: inherit; /* toggle parallax effect */
}

.hands-addresss .block-image {
    background-attachment: inherit;
}

.hands-addresss .block-body {
    bottom: 0;
    left: 0;
}

.hands-addresss .bottom-left {
	background-color: #fff;
    width: 250px;
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

.hands-addresss .view-map {
	background-color: #009cf1;
    width: 120px;
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 250px;
	text-transform: uppercase;
}
.hands-addresss .view-map a {
	color: #fff;
}

/*  C T A   C O N T E N T   B L O C K S  */

.dark-bg {
	background-color: #312031;
    color: #ffffff;
}
.contact-catch-all {
    padding-bottom: 80px;
    background-color: #292929;
    color: #ffffff;
    
}
.map-block h3, .map-block p {
    color: #ffffff;
	    color: #444;
}
.dark-bg .btn {
	/*background-color: #312031;*/
    color: #312031;
}

.light-bg {
	/*background-color: #f7f7f7;*/
    color: #312031;
}

.row1-col1,.row1-col2 {
    /*height: 650px;*/ 
}

.row2-col1, .row2-col2, .row2-col2 .block-image {
     /*height: 600px !important;*/
} 

.row3-col1, .row3-col1 .block-image, .row3-col2 {
     /*height: 580px !important;*/
}

.row1-col1 {
    background-color: #312031;
    color:#ffffff; 
}

.row2-col1, .row3-col2 {
    /*background-color:#f7f7f7;*/
}

.row6-col1 {
    background-color: #312031;
    color: #ffffff;
}

.map-block {
    background-color: #1d1d1d;
	background-color: #dfdfdf;
}

.block-ctablock p {
	max-width: 500px;
	margin:auto;
	    margin-bottom: 25px;
    line-height: 1.35em;}

.block-ctablock, .map-block {
    padding-top: 120px;
    padding-bottom: 120px;
	padding-left:40px;
	padding-right:40px;
}

.block-ctablock h2, .map-block h2, .faq-header h2 {
	font-size: 2.25em;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
	    color: #444;
	}
	
.block-ctablock h3, .map-block h3, .faq-header h3 {
    /* font-size: 1.25em; */
    /* font-weight: 400; */
    /* letter-spacing: .025em; */
    /* margin-top: 7px; */
    /* font-style: italic; */
    color: #009cf1;
}
	
.map-block {
}

.block-ctablock h2,.block-ctablock h3 {
	 color: #009cf1;
}
	
.block-ctablock .btn {
    color: #fff;
    /*background-color: #292929;*/
    padding: 15px 20px;
    margin-bottom: 0px;
	    text-transform: uppercase;
    letter-spacing: 0;
}

.block-ctablock li {
    max-width: 400px;
    margin-left: calc(50% - 100px);
}

.bio-granger {
    background-color: #ededed;
	padding-top: 60px;
    padding-bottom: 60px;
}
.bio-granger div {
    position:static;
}
.bio-granger .block-body {
	    width: calc(50% - 50px);
    margin-left: calc(50% + 50px);
}
	
.bio-granger img {
    max-width: 100%;
    position: absolute;
    padding: 80px;
    right: 50%;
    top: 65px;
    padding-top: 0;
    max-height: 650px;
    width: auto;
    padding-right: 50px;
	padding: 0;
	border-radius: 50%;
}

.bio-granger h2, .bio-granger h3, .bio-granger p {
    text-align:left;
	padding-left:0;
	margin-left:0;
}
.bio-granger h2 {
	padding-left: calc(50% + 50px);
	color:#292929;
}
.bio-granger h3 {
	/*padding-left: calc(50% + 50px);*/
	font-size: 1em;
}
.bio-granger .block-body div {
	/*float: right;*/
}
.chiro-techniques {
    background: #292929;
	height: 600px;
	
}
.chiro-techniques li {
    color: #ffffff;
	font-weight: 600;
}
.chiro-techniques h3 {
    color: #1b9eee;
	font-size: 1em;
}
/*  F A Q   B L O C K S  */

 .faq-header {
	 padding-top: 120px;
    padding-bottom: 0;
	background-color: #f4f4f4;
 }
 .faq-header h2 {
	 font-size: 2.25em;
	     color: #292929;
 }
.faq-content {
	padding-top: 40px;
    padding-bottom: 80px;
	background-color: #f4f4f4;
	
 }
.faq-content ul {
 }


 .faq-content li {
	list-style-type:none;
    /*list-style-image: none;*/
 }
.view-frequently-asked-questions .views-field-title {
    /*color: #292929;*/
	color: #009cf1;
	font-size:1.25em;
	margin-bottom: 20px;
}

.view-frequently-asked-questions .views-field-body {
	    margin-bottom: 35px;
    /* font-size: .9em; */
    line-height: 1.5em;
}
.view-frequently-asked-questions p {
	/*margin-bottom: 5px; */
}





/*  T E S T I M O N I A L   B L O C K   */

.testimonial {
}
.testimonial .block-body {
    height: 100px;
    top: calc(50% - 50px);
}

.block-imageblock .block-body {
    height: 100px;
}
.testimonial h2, .block-imageblock .block-body h2 {
    font-style: italic;
    letter-spacing: .05em;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 2em;
	color: #fff;
}

#block-imageblock-6.testimonial h2, #block-imageblock-6.testimonial h3, #block-imageblock-6.testimonial p {
    color: #ffffff;
}





/*  F E A T U R E D   B L O G   P O S T   */

.front .view-news .views-field-title, .front .view-news .views-field-field-sub-title {
    /*background-color: #292929;*/
}

.front .view-news .views-row-2 .views-field-title, .front .view-news .views-row-2 .views-field-created-1, .front .view-news .views-row-2 .views-field-field-sub-title, .front .view-news .views-row-4 .views-field-title, .front .view-news .views-row-4 .views-field-created-1, .front .view-news .views-row-4 .views-field-field-sub-title {
    /*background-color: #292929;*/
}

.front .view-news .background-image-formatter {
	height: 250px;
}





/*  S O C I A L   B L O C K   */

.block-social-media-links {
    background-color: #312031;
    color: #ffffff;
}

.social-block {
    background-color:#312031;
    height: 400px;
	padding-top:80px;
	padding-bottom:80px;
}
.social-block h3 {
    font-size: 3em;
	font-weight:300;
}
.social-block .fa.fa-comment {
    font-size: 7em;
    margin-left: 38px;
}
.social-block .fa {
    color: #fff;
    font-size: 3em;
}
 .social-icons .fa {
    color: #009cf1;
}
.social-block h4,  
.social-block h3,
.social-block p,
.social-block a {
 color: #ffffff !important;   
}

.social-block .social-icons li {
    margin:5px;
}

@media screen and (orientation:landscape) { 

.front .block-image {
    background-size: auto;
     
}
}

/*  M A I L C H I M P   B L O C K   */



.newsletter-block-header, .contact-catch-all {
    background-color: #292929;
	color:#fff;
	padding-top:80px;
}

.not-front .newsletter-block-header, .not-front  .contact-catch-all {
    background-color: #009cf1;
    color: #fff;
}

.not-front .newsletter-block-header .btn, .not-front  .contact-catch-all .btn {
    background-color: #292929;
}

.newsletter-block-header h3, .contact-catch-all h3 {
	font-size: 2.25em;
    font-weight: 300;
    margin-bottom: 8px;
    text-transform: uppercase;

}
.newsletter-block {
    background-color: #292929;
}
#block-mailchimp-signup-newsletter .btn {
	background-color: #312031;
}
#block-mailchimp-signup-newsletter label {
	display:none;
}
.embedded-video iframe {
    width: 100% !important;
    height: 500px !important;
}

.field-name-field-video {
	margin-top: 40px;
}


/*  N O T - F R O N T   P A G E S   */

.page-header {
  	 color: #292929;
}
.not-front .page-header, .not-front #page-header {
    text-align: left;
    max-width: 800px;
    margin: auto;
}

.page-contact .page-header, .page-contact #page-header {
    max-width: 1000px;
}

.not-front .field-name-body {
	max-width: 800px;
    margin: auto;
    line-height: 1.5em;
}

.node-type-news .field-name-body {
	text-align: left;
}

.lead, .field-name-field-sub-title {
	color: #292929;
	font-weight:400;
	font-style:italic;
	    font-size: 21px;
}
.field-name-field-sub-title {
	text-align: center;
	    margin-bottom: 50px;
}




/*  C O N T A C T   P A G E  */

.contact-address a {
	display:none; /* hide 'view map' btn if no map */
}


/* I S O T O P E */


#block-views-staff-isotope-block-1 {
    clear: both;
    background-color: #f5f5f5;
    margin-top: 0;
}

.view-staff-isotope img {
	border-radius: 50%;
}

.view-staff-isotope {
	padding: 100px;
}

.view-staff-isotope ul.isotope-container {
    margin: auto;
}

.view-staff-isotope .isotope-element {
    background: transparent;
	padding: 10px;
}

.view-staff-isotope .isotope-element li {
    list-style-type: none;
}

.view-staff-isotope .isotope-options {
    text-align: center;
}

.view-staff-isotope .isotope-options li {
    float: none;
    display: inline-block;
}


.view-staff-isotope .views-field-title {
    padding-left: 7px;
    font-weight: 900;
	font-size: 1.5em;
    text-align: center;
    padding-top: 10px;
}

.view-staff-isotope .views-field-field-category {
	font-size: .8em;
    padding-top: 0;
    margin-top: 0;
    padding-left: 7px;
    line-height: 1em;
    padding-top: 10px;
    text-align: center;
	    color: #009cf1;
}

.view-staff-isotope .views-field-field-image {
    margin-top: 20px;
}

.isotope-container:after {
    content: '';
    display: block;
    clear: both;
}

.item-list ul.isotope-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-list li.isotope-element {
    list-style: none;
    margin: 5px;
    padding: 0;
}

.isotope-element {
    width: 25%;
    float: left;
    list-style: none;
}

/*  M E D I A   Q U E R I E S  */


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

}

@media screen and (max-width: 1200px) {
.hero-logo h1 strong {
    font-size: 2em;
}
}


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

}

@media screen and (max-width: 1000px) {
  #hero .flexslider .slides .content_hero {
    padding-top: 0;
  }

}

@media screen and (max-width: 991px) { /* bootstrap col-md breakpoint */
    .isotope-element {
        width:50%;
        float: left;
        list-style: none;
        background: black;
    }

.row3-col1 {
	display:none;
}
.view-frequently-asked-questions ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
	/*max-width: 80%;
	margin:auto;*/
}
.not-front .page-header, .not-front #page-header {
    text-align: center;
}
}

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

.menu li.first a {
    padding-left: 25px !important;
}
.footer-middle {
    display: none !important;
}

.footer-text .footer-middle, .footer-text .footer-left, .footer-text .footer-right {
    width: 100%;
    clear: both;
    text-align: center;
    float: none;
    display: block;
    padding: 5px;
}

.footer-text .footer-right a {
    text-align: center;
    float: none;
}

.top_button {
    bottom: 85px;
}

.bio-granger .block-body {
    width: 100%;
    margin-left: 0;
}

.bio-granger h2 {
    padding-left: 0;
}

.bio-granger img {
     max-width: inherit; 
     position: inherit; 
     padding: inherit; 
     right: inherit; 
     top: inherit; 
     padding-top: inherit; 
     max-height: inherit; 
     padding-right: inherit; 
     padding: inherit; 
    height: auto !important;
    width: 90% !important;
}
	
.node-page .field-type-image {
	padding-top:40px;
	padding-bottom:40px;
	width:	100%;
	float:none;
	clear:both;
}

.node-page  .field-name-body {
	width:100%;
	margin-right:0;
	float:none;
	text-align:center !important;
}

.front #wrapper_overall.full_width   {
        /*height: initial;*/
    }

.cbp-spmenu-top.cbp-spmenu-open {
    height: auto !important;
    top: 100px !important;
    padding-left: 0;
    padding-bottom: 40px;
}

.cbp-spmenu-horizontal li a {
    height: 40px;
    padding-top: 8px !important;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 18px !important;
}

#hero .hero-phone {
    
}
header#navbar.sticky-wrapper {
	    background-color: #292929;
}

#showTop {
    background-color: #292929 !important;
}
.view-service-category .views-row {
    width: 50%;
        max-height: 300px;
    overflow: hidden;
}

.front .logo-container {
    display:none;
}
#hero .hero-overlay {
    /*display:none;*/
}

#logo-container {
margin-top: 98px;
}

#hero,  {
/*height:auto !important;
overflow:visible !important;*/
}
.front #hero, .front .full_width, .front .region-hero, .front .region-hero section, .front .region-hero .view, .front .region-hero .view .view-content {
/*height:auto;*/
/*overflow:visible !important;*/
}
#hero .overlay {
    /*display: none;*/
}

}

@media screen and (max-width: 768px) {
.hero-logo h1 strong {
    font-size: 2em;
}

.shout-out p {
	max-width: 320px;
	margin:auto;
}

.view-frequently-asked-questions ul.homepage-faqs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.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{
        border-bottom: none;
    }

    /*MENU ITEMS*/

    .da-thumbs li a div i{
        display: none;
    }

    .view-filter-controls li{
        margin:5px;
    }

    div.navbar-collapse {
        float: none !important;
    }

    .container>.navbar-header, .container>.navbar-collapse.navbar-collapse{
        min-height: 100%;
        background: #272626;
        height: 100%;
        max-height: none;
        border:none;
    }

    .container>.navbar-header, .container>.navbar-collapse.navbar-collapse .navbar-nav{

    }

    .navbar-collapse .navbar-nav>li>a{
        padding-left: 30px;
    }

    .navbar-collapse .navbar-nav>li>a{
        line-height: 50px;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        background: inherit;
    }

    .navbar-default .navbar-nav >li a:hover{
        background-color: #1D1D1B !important;
        color:white !important;
    }

    .navbar-default .navbar-toggle{
        border:none;
        outline: none;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: #1D1D1B;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #1D1D1B;
        border:none;
    }

    .navbar-default .navbar-toggle:hover span, .navbar-default .navbar-toggle:focus span{
        background-color: white;
    }

    .work-list ul.items .work-item,
    .work-list ul.items .work-item.cols-3{
        list-style: none;
        float:left;
        width:48%;
        padding:1%;
        margin:1%;
    }

    .node-blog .post_blog_info .blog_category{
        width:7%;
    }

    .node-blog .post_blog_info a{
        display:none;
    }

    .node-blog .post_blog_info .submitted{
        font-size: 12px;
    }

    .node-blog .blog_post_type{
        display:none;
    }

    .node-blog .blog_post_date{
        display:none;
    }
    .node-blog .blog_content{
        margin-left: 0;
    }

    .node-blog{
        padding:0;
    }
    video{
        max-width: 100%;
    }

    .mejs-container,.mejs-overlay-play,audio, canvas,iframe{
        max-width: 100% !important;
    }
    .node-project .project_info span{
        width:100%;
        border:none;
    }

    .node-project .project_info{
        text-align: center;
        margin-top: 50px;
    }

    .da-thumbs li.cols-3 a div span.title{
        margin: 80px 20px 20px 20px;
    }

    .view-id-work.view-display-id-page_3 .item{
        width:100%;
    }

    .view-id-work.view-display-id-page_3 .item.w2{
        width:100%;
    }

    .view-id-work.view-display-id-page_3 .item.w1{
        width:100%;
    }

    .view-id-work span.title,.view-id-work span.title,.da-thumbs li a div span.title{
        margin: 80px 20px 20px 20px;
        font-size: 30px;
    }

    .flexslider .contrast .hi-icon-wrap{
        display: none;
    }
    .navbar-default .navbar-nav>li>a {
    text-align: left;
    }
#hero .flexslider .slides .content_hero {
    padding-top: 0;
  }
  .logo img {
      /*width: 50% !important;*/
  }
  .flexslider .slides img {
    width: 100% !important;
    /* padding: 10%; */
  }
  .no-tablet {
    display:none;
  }
  .portfolio {
    width: 500px
  }
  .footer-phone {
    font-size: 1.5em;
  }
  .logo-area {
    width: 90%;
}


}

@media screen and (max-width: 680px) {
.view-frequently-asked-questions ul.homepage-faqs {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-left: 0;
    padding-right: 20px;
}
}


@media screen and (max-width: 500px) {
   .hero-logo h1 strong {
    font-size: 1.25em;
}

#hero .hero-phone {
	display:none;
}

.block-image {
	background-attachment: inherit; /* toggle parallax effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-image { background-attachment: scroll !important; }

header#navbar.sticky-wrapper {
		background-color: #fff;
}

.bio-granger * {
    text-align:center !important;
}

 .hero-logo img {
 	/*max-width: 80%;
    height: auto;*/
	display:none;
}
 .isotope-element {
        width:100%;
        float: left;
        list-style: none;
        background: black;
    }
.front .hero-logo {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
	height: 200px !important;
	top:inherit !important;
	bottom: calc(50% - 50px) !important;
}

.isotope-element {
      width: 100%;
     /* height: 0px;
      margin: 5px;
     */ float: left;
      list-style: none;
      background: black;
  }
  /* list goes to single column and get's a bit long */
  .front .region-hero .hero-commercial-electrican, .front .region-hero .hero-level {
        height: auto;
    }
  .hero-points ul {
 -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
    height: 220px;
}
.front .honest, .front .considered-solutions {
    padding: 20px 20px;
}
  .navbar .navbar-nav {
      float: none;
  }
  #navbar-sticky-wrapper {
      width: 100% !important;
      z-index: 1000;
  }
  .show-menu nav.menu {
    width: 83%;
    background: rgba(29,29,29,0.95);
}
    .footer-text .footer-middle,.footer-text .footer-left,.footer-text .footer-right {
    width: 100%;
    clear: both;
    text-align: center;
    float: none;
    display: block;
    padding: 5px;
    }
.top_button {	
    bottom: 85px;
}
.footer-text .footer-right a {
    text-align: center;
    float: none;
}
.footer-middle {
    display: none !important;
}
/* responsive menu */
.cbp-spmenu-open .menu li {
    /*width: 500px;*/
    display: block;
    height: 20px;
    padding: 25px;
}
.region-top-menu .cbp-spmenu-open.cbp-spmenu-horizontal {
    font-size: 75%;
    height: 300px;
}

  .no-mobile {
    display:none;
  }


.logo-scroll img {
    width: 200px;
    /*margin-left: 100px;*/
    display: inline;
    display: block;
    text-align: left;
    margin-left: 130px;
    margin-right: auto;
    /*width: 293px;*/
	max-width: calc(100% - 150px);
}
  .overlay {
    width: 100%;
  }
  h3 {
    font-size: 1.8em;
}
    #hero .flexslider .slides a {
    clear: both;
    width: 100%;
    }
    .hero-level h2 {
        width: auto;
    }
    .front .footer-email {
        padding: 20px;
    }
   .front #hero, .front #wrapper_overall.full_width, .front .region-hero, .front .region-hero section, .front .region-hero .view, .front .region-hero .view .view-content {
        /*height: initial;*/
    }

}

@media screen and (max-height: 800px) {
 .hero-logo img {
 	max-height: 200px;
    width: auto;
}
.front .region-hero section {
	 /*height: 500px;*/
}
}

