
/*
**********************
--- GENERAL THEME CSS ---
**********************
*/
html {
    height: 100% !important;
    min-height: 100% !important;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: #2e3235;
	/*background-image: url('../../../../../sites/default/files/centralwellbeing.jpg');*/
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.25px;
    line-height: 25px;
	    background-size: cover;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
h1{
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
    font-size: 1em !important;
}
h3 {
    text-align: center;
}
.upper{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.not-front .main-container{
    padding-bottom: 0;
    padding-top: 200px;
    z-index: 101;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.main-container{
 }
.clear {
    clear: both;
}
.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;
}
.breadcrumbs {
    list-style-type: none;
    margin-bottom: 0;
}
.breadcrumbs li {
    /* /* float: left; */ */
    color: #555555;
    padding: 5px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: right;
    margin-right: 40px;
}

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

#navbar.nav-sticky-solid {
    background-color: #ffffff;
    /*background-color: transparent;*/
}

#navbar.nav-sticky-solid {background-color: #0fbce4;}
.logo-scroll {
    text-align: center;
    padding: 10px 0px;
    padding-top: 32px;
    padding-top: 32px;
	display: none;
}
.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: #0fbce4 !important; */
}

.not-front #showTop {
    background-color: #0fbce4 !important;
}
.nav-sticky-solid #showTop {
    background-color: #0fbce4 !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 {
    width: 200px;
    /*margin-left: 100px;*/
    display: inline;
    display: block;
    text-align: left;
    margin-left: 130px;
    margin-right: auto;
    width: 293px;
}

.not-front .logo-scroll img {
    display: block;
    text-align: left;
    margin-left: 100px;
    margin-right: auto;
    width: 293px;
}

.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: 30px;
}

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

/*
STICKY NAVBAR - FULL SLIDESHOW
*/

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

.not-front header#navbar.sticky-wrapper {
    background-color: #0fbce4;
}

.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: #fff !important;
    border-bottom: none !important;
}

.cbp-spmenu {
    background-color: #1d57a3 !important;
    height: 100px !important;
}

.container img{
    max-width:100%;
    height: auto;
}
.fa {
	color: #ffffff;
	size: 1.5em;
}
.email-us a:hover {
	color: #f1f1f1;
}
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: #888888;
}

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

.front .overlay {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 60px;
    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: #888888;
}

#hero .hero-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; */
	display:none;
}

#hero .hero-phone {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em;
    height: 50px;
    padding: 35px;
}

#hero .hero-phone p, #hero .hero-phone strong {
    
    font-family: 'exo 2';
}

.hero-logo img {
    max-width: 100%;
    height: auto;
}
/*row 2*/


/*row 3*/

/* row 4 */

/* row 5 */

/* row 6 */

/* row 7 */



/*
*************************
 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;
    padding-bottom: 15px;
    font-weight: 600;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: #383130;
    background-color: rgba(29,87,163,.88);
}
.front .view-news .views-field-title a {
    color:#fff;
}

.front .view-news .views-field-created-1 {
    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(29,87,163,.88);
}

.front .view-news .views-row-3 .views-field-title, .front .view-news .views-row-3 .views-field-created-1, .front .view-news .views-row-4 .views-field-title, .front .view-news .views-row-4 .views-field-created-1 {
    /* background-color: #332926; */
    /* background-color: rgba(29,87,163,.88); */
    background-color: rgba(0,182,226,.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;
}

/* 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;
}
.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: #888888;
    border: 1px solid #888888;
    display: inline-block;
    padding: 25px 40px;
    margin-bottom: 20px;
    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: #888888;
}
.webform-submit:hover {
 background-color: #888888;
 font-weight: 900;
}

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

a{
    color:#000000;
}

a:hover{
    color:#4892fd;
    /*text-decoration: none;*/
}
a:active {
    color: #ffffff;
}
.top_button{
    width:100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    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{
    color:#fff;
    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;
}
a.back_to_top span {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: .85em;
}
    

/*
***************
--- 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: #888888;
    text-transform: uppercase;
}

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



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


h3 {font-size: 1.5em;margin-top: 40px;}

h4 {font-size: 1.5em;color: #000000;}


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

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

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

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

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



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

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1600;
    /* background: #1a1a1a; */
    /* background-size: 40px; */
    color: #fff;
    background-color: #888888;
}
.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: #888888;
    border:2px solid #888888;

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

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

.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: #0fbce4;
}

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

.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-staff-isotope .views-field-field-image {
    margin-top: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: #888888;
    height: 150px;
    text-align: center;
}

.front .hero-logo {
    height: 600px;
    /* top: calc(50% - 300px); */
    bottom: inherit;
    width: calc(100% - 100px);
    left: 0;
    margin-left: 50px;
    margin-right: 50px;
    /*max-width: 90%;*/
    margin-top: 60px;
    width: 100%;
}
.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;
	margin-bottom: 60px;
}

.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: #888888;
}
.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 {
    color: #666666;
    text-align: right;
    float: right;
    font-size: .8em;
}

.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{
    padding: 10px;
    background-color: #abb0b4;
    color: #fff;
    padding: 0;
    /* border-top: solid 50px #0fbce4; */
}

.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;
}
#hero {
  /*background: #2e3235;*/
  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 #block-block-78 {
	position: absolute;
    z-index: 100;
    height: 300px;
    border-radius: 150px;
    text-align: center;
    margin: 0px;
    top:50px;
}
.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;
  /* top: 0; */
}
#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%;
  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;
}
.page-header {
  text-transform: none;
  font-size: 2.5em;
  color: #888888;
}
.btn-default, .btn-default:hover {
  /*background-color: #888888;
  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;
}

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

.btn, .btn:hover {
	opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    border: #fff solid 2px;
    padding: 12px 18px;
    margin-bottom: 0px;
    margin-top: 50px;
}
.btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  /* background-color: #2a2a2a; */
  color: #ffffff;
}

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

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

#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;
}
#page-header {
  text-align:center;
  position: absolute;
  top: 60px;
  z-index: 9999999999999;
}

#block-system-main {
  max-width:1100px;
  margin:auto;
  padding: 40px;
}
.front #block-system-main {
  padding: 0;
}

#inner-content {
  max-width:1100px;
  margin:auto;
}
.not-front .aaweb-footer
{
  background-image:none;
  background-color:#2a2a2a;
}
.top_button {
  text-align:center;
  padding: 50px;
}
.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;
}

.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;
    /* margin-left: 40px; */
    /* width: 100%; */
}


.region-content h2 {
    font-size: 1.75em;
    font-weight: 500;
    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: #888888;
}
.content-hero .page-title {
    color: #ffffff;
}

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

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

}

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

}


@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: 960px) {

.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: 20px !important;
}

#hero .hero-phone {
        padding: 35px;
    /*background-color: #0fbce4 !important;*/
    z-index: 999;
}
header#navbar.sticky-wrapper {
    /*background-color: #0fbce4;*/
    background-color: #1d57a3;
}

#showTop {
    background-color: #0fbce4 !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 !important;*/
/*overflow:visible !important;*/
}
#hero .overlay {
    display: none;
}

}

@media screen and (max-width: 768px) {
.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: #1860ae !important;
        color:white !important;
    }

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

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

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #888888;
        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: 500px) {
   .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%;
        margin: 10px;
    }
/* 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;
}
  .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;*/
    }

}


/*.map-container {
    width: 100%;
    margin: 50px 0 3000px;
}
.map-container iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; 
}
.map-container iframe.clicked{
    pointer-events: auto;
}*/