
/*
**********************
--- 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: 16px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.25px;
    line-height: 25px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
h1{
    color:#272626;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}
.theme-color {
	color:#4BBA41;
}
.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{
 }

.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;
	    margin-left: 0 !important;
}
.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: #2b3038;
}
.logo-scroll {
    text-align: center;
    padding: 10px 0px;
    padding-top: 32px;
    padding-top: 24px;
}
.logo-scroll img {
    display: none; 
}
.not-front .logo-scroll img {
    display: block; 
}

#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: #4BBA41 !important; */
}

.not-front #showTop {
    background-color: #4BBA41 !important;
}
.nav-sticky-solid #showTop {
    background-color: #4BBA41 !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 {
    display: block;
    text-align: left;
    margin-left: 130px;
    margin-right: auto;
    width: 160px;
}

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

.not-front #navbar-sticky-wrapper {
    background-color: #ffffff;
    width: calc(100% - 200px);
    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: 20px;
}

.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: #4BBA41; */
}

.not-front header#navbar.sticky-wrapper {
    background-color: #2b3038;
}

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

h5 {
    font-size: 1.5em;
    color: #fff;
    line-height: 1em;
    text-align: left !important;
}
.lead {
    font-size: .9em !important;
    font-weight: 600;
    line-height: 1.4;
    color: #4bba41;
    margin-bottom: 60px !important;
    max-width: 420px;
    margin: auto;
    text-align: center;
}
.cta-secondary {
    font-size: 1.2em !important;
    font-weight: 900;
    color: #4bba41;
    margin: auto;
    text-align: center;
	padding-right: 5px;

}
.cta-secondary::before {
    content:"\f061";
	font-family:"fontawesome";
	 padding-right: 5px;
}
.arrow-up::before, .arrow-down::before, .arrow-left::before, .arrow-right::before {
	font-family:"fontawesome";
	 padding-right: 10px;
	 color: #4bba41;
}
.arrow-up::before {
    content:"\f062";
}
.arrow-down::before {
    content:"\f063";
}
.arrow-left::before {
    content:"\f060";
}
.arrow-right::before {
    content:"\f061";
}
.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;
}
.green-text {
    color: #4BBA41;
}

/**********************************************
*               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: #4BBA41;
}

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

#hero .hero-phone {
        position: fixed;
    top: 0;
    right: 0;
    font-size: 1.5em;
    height: 110px !important;
    width: 200px;
    z-index: 99999;
}
#hero .hero-phone-text, #hero .hero-email {
    padding: 20px;
    text-align: right;
}
#hero .hero-phone-text {
    background-color: #2b3038;
    color: #ffffff;
	padding: 15px 20px;
}
#hero .hero-email {
    background-color: #4BBA41;
    color: #ffffff;
	font-size: .8em;
	padding: 10px 20px;
}
#hero .hero-email a, #hero .hero-phone-text a {
    color: #ffffff;
    font-weight: bold;
}
#hero .intelli-tagline-logo {
        position: absolute;
    font-size: 1.5em;
    height: 200px;
    padding: 35px;
    bottom: calc(50% - 30px);
    left: calc(50% - 250px);
    width: 500px;
	text-align: center;
}

#hero .intelli-tagline-logo h1 {
    color:#fff;
	text-transform:none;
	font-size: 1em;
	font-weight:900;
	line-height: .9em;
	margin-bottom: 60px;
}


#hero h4 {
    color:#fff;
	font-size: .7em;
}
#hero h4 strong {
	font-size: 1.3em;
}

#hero .intelli-tagline-logo h1 strong {
    font-weight:300;
	font-size: .7em;
	line-height: .7em;
}


#hero .intelli-right-mix-feature {
    position: absolute;
    font-size: 1.5em;
    height: 210px;
    padding: 35px;
    bottom: 0px;
    right: 0px;
    max-width: 500px; 
}
#hero .intelli-right-mix-feature img {
	width: 300px;
    height: auto;
}
	
#hero .our-clients {
	position: absolute;
    height: 270px;
    padding: 35px;
    bottom: 0px;
    left: 0px;
    max-width: 320px;
}
#hero .hero-phone p, #hero .hero-phone strong {
    
    font-family: 'exo 2';
}

.block-imageblock {
    padding: 0px;
    margin: 0px;
    text-align: center;
    
}
.block-image {
    height: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    height: 430px;
}


.home-col-full {
    /*padding: 50px;*/
}




/***********************
HOMEPAGE CLASSES
************************/


.front .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.front .pace.pace-inactive .pace-progress {
    display: none;
}

.front .pace .pace-progress {
        position: fixed;
    z-index: 2000;
    top: 65%;
	    top: calc(50% + 70px);
    
    height: 5rem;
    width: 5rem;
    text-align: center;
    display: block;
    
	
    width: 100px !important;
    font-size: .8em !important;
	right: calc(50% - 50px);
}

.front .pace .pace-progress:after {
    display: block;
    position: fixed;
    top: 65%;
    right: 45%;
    content: attr(data-progress-text);
    
        font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
        color: #ffffff;
		 
		 
    width: 100px !important;
    font-size: 2rem !important;
	right: calc(50% - 50px);
}




.measure-analyse .block-image {
    min-height: 650px;
}


.parallax {
    clear: both;
    background-size: cover;
    min-height: 650px;
    height: auto;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.ivms-solutions p {
    text-align: center;
}

.ivms-solutions {
 margin-top: 80px;

}
#block-block-109 {
    max-width: 1100px;
    margin: auto;
    padding: 40px;
}

#block-block-91.ivms-solutions ul{
    width: 280px;
    margin-right: auto;
    margin-left: auto;
}
.usp-box {
	 width: 400px;
    margin: 20px;
    padding: 15px 65px;
	position:relative;
}

.usp-box ul {
	margin-bottom:20px;
	margin-top: 110px;
}

.usp-box li {
	list-style-image:url(../images/icons/arrow-right.png) !important;
	margin-left:20px;
	    font-weight: 600 !important;
}

.usp-box h3 {
	 text-align: left;
    font-size: 1em;
    font-weight: 600;
	position: absolute;
    top: 20px;
    left: 110px;
}
.usp-box h3::before {
	font-family:"fontawesome";
	 padding-right: 5px;
	 font-size:3em;
	 position: absolute;
    top: 0;
	left: -55px;
}
.increase-safety h3::before {
    content:"\f062";
}

.running-costs h3::before {
    content:"\f063";
}

.usp-box h3 strong {
	 font-size: 2em;
}

.usp-box h3 strong {
	 font-size: 2em;
}

    

.increase-safety, .running-costs {
    height: 491px;
    background-color: #f1f1f1;
	position: absolute;
}
.increase-safety {
    right: 50%;
}
.running-costs {
    left: 50%;
}
.view-case-study {
    text-align: center;
    clear: both;
	    padding-top: 50px;
		    margin-top: 500px;
			padding-bottom: 50px;
}
.measure-analyse {
    height: 500px;
}
.measure-analyse .block-image {
    height: 100%;
	position:relative;
}
.measure-analyse .block-body, .customer-support .block-body {
      height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    /* font-size: 1.5em; */
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}
.customer-support h2 {
   margin-top:250px;
}
.measure-analyse .block-body img,
.measure-analyse img {
height: auto;
    width: 90%;
    max-width: 600px;
    margin-top: 250px;
}
.clients-header {
    clear: both;
}
.case-study-miner, .case-study-transport {
    height: 650px;
	background-color: #2b3038;
	    max-width: 100%;
}

.case-study-miner .popup-youtube, .case-study-transport .popup-youtube {
    margin-top: 140px;
    clear: both;
    display: block;

}

.case-study-miner .block-image, .case-study-transport .block-image {
     height: 500px;
    width: 500px;
	background-position-y: 130px;
	    max-width: 100%;
}
.case-study-miner .block-image {
right: 50%;
    margin-right: 20px;
    float: right;

}
.case-study-transport .block-image {
left: 50%;
    margin-left: 20px;
    float: left;
}
.case-study-transport .block-image {

}
.case-study-miner {

}
.case-study-transport {
    
}

.clients-header {
    background-color: #2b3038;
    color: #ffffff;
    text-align: center;
	padding-top: 100px;
}
.clients-header h2, .clients-header .lead {
    color: #ffffff !important;
}
.clients-title-block {
    background-color: #4BBA41;
    color: #ffffff;
	height: 140px;
	text-align:left;
	padding: 20px;
	padding-left: 60px;
	line-height: 1.25em;
}


.clients-title-block h3 {
    margin: 0px;
    padding: 15px;
	 text-align: left;
	 padding-left:0;
	 padding-bottom:8px;
	 color: #fff;
}
.fuel-title, .efficient-title {
    background-color: #000000;
    opacity: .8;
    padding: 15px;
}
.efficient-route {

}
.block-imageblock {
    padding: 0px;
    /*clear: both;*/
}

/* SAVE FUEL SECTION */
.save-fuel {
	height: 280px;
    clear: both;
    text-align: center;
    padding-top: 100px;
}

.increase-profit, .intelli-app {
    /*height: 300px;*/
}
.increase-profit, .driver-behaviour {
    max-width: 600px;
    margin-left: calc(50% - 600px);
	padding-bottom: 100px;
}
.intelli-app {
padding-bottom: 100px;
}

.acceleration-image-title, .speeding-image-title {
    padding: 25px;
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
	  text-align: center;

}

.acceleration-image-title {

}
.speeding-image-title {

}
/* END SAVE FUEL*/

.phone-band2, .phone-band {
    background-color: #4BBA41;
    color: #fff;
    padding: 30px;
    text-align: center;
    clear: both;
	    font-size: 1.5em;
}

.phone-band2 h3, .phone-band h3 {
    margin-top: 13px;
	    color: #fff;
}
	
.harsh-braking, .over-speeding {
        height: 450px;
}
.harsh-braking .block-image, .over-speeding .block-image {
    height: 100%;
}
.harsh-braking {
    clear: both;
}
.over-speeding {

}
/*
 WORKERS SAFE
*/
.workers-safe {
    text-align: center;
    padding: 20px;
    clear: both;
    /*height: 200px;*/
	padding-top: 100px;
}
.driver-bhaviour, .driver-behaviour2 {
    /*height: 300px;*/
}
.driver-behaviour {
    clear: both;
}
.driver-behaviour2 {
	padding-bottom: 100px;
	text-align:center;
}
.driver-behaviour2 img {
	text-align:center;
}
/* END WORKERS SAFE BLOCK*/
.customer-support {
    text-align: center;
    clear: both;
   height: 650px;
    position: relative;
}
.customer-support h2, .customer-support p {
    color:#fff !important;
}
.customer-support .block-image {
        height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.call-block {
    text-align: center;
    clear: both;
}
/* change to footer*/
.footer-call-block {
    text-align: center;
}
.call-block {
    background-color: #2b3038;
    color: #ffffff;
	    padding-top: 100px;
    padding-bottom: 100px;
}
.call-block h2 {
    color: #ffffff !important;
    font-size: 2em !important;
    font-weight: 300 !important;
}
.call-block .lead {
margin-bottom: 20px !important;
    font-size: 1.5em !important;
    font-weight: 300 !important;
	    line-height: 1.2em;
}
	
.call-block .footer-phone {
    padding-top: 10px;
    margin-bottom: 30px;
}
.call-block .footer-phone a {
	color: #ffffff !important;
}

/* SOCIAL MEDIA LINKS */

.service-links ul.links {
    line-height: 12px;
    margin-left: 0px;
    margin-top: 10px;
}

/*
/*
*************************
 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-middle {
    font-weight: bold;
}
.footer-text .footer-left {
    text-align: left;
}


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

/* view staff*/

.view-home-staff .views-row {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.view-home-staff .views-field-view-node .btn-small {
    color: #ffffff;
    padding: 10px;
}

.view-home-staff .views-fieldset {
    padding: 50px;
    float: left; 
}
.view-home-staff .views-field-field-image {
    float: left;
}
.view-home-staff .views-field-title {
    /*float: left;   
    clear: both;*/
}
.views-field-field-position {
    float: left;
}
.view-home-staff .fa-linkedin-square {
    font-size: 2em;
    /*padding: 15px;*/
    color: #04b3e3;
}
.view-home-staff .views-field-view-node {
    float: left;
}
.view-home-staff .views-field-view-node a.btn {
    color: #ffffff;
}
.view-home-staff .views-field-nothing, .view-home-staff .views-field-nothing-1 {
    float: left;
}
.view-home-staff .views-field-nothing-1 {
    margin-top: 15px;
}
.view-home-staff .btn-small {
    padding: 5px 10px;
}
/* view services */
.home-services {
    padding: 0px;
}

.view-home-services ul li a {
    color: #011b46;
}
.view-home-services ul li {
    list-style: none;
}
/*
******************************
--- 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: #4BBA41;
    border: 1px solid #4BBA41;
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
    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: #4BBA41;
}
.webform-submit:hover {
 background-color: #4BBA41;
 font-weight: 900;
}

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

a {
    color:#4BBA41;
}

a:hover{
    color:#4BBA41;
    text-decoration: none;
}

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

.top_button a.back_to_top{
    cursor: pointer;

}

.top_button a.back_to_top i{
    color:#2b3038;
    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: #2b3038;
    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: #4BBA41;
    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-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.75em;
    color: #4BBA41;
	margin-top: 40px;
}

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


/*
***************
--- 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: #2b3038;
}
.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: #4BBA41;
    border:2px solid #4BBA41;

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

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

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

.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: #4BBA41;
}

.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: #4BBA41;
    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: #4BBA41;
}
.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;
}



/*
**********************************
--- INSTAGRAM  ---
**********************************
*/


.instagram {
    margin: 0;
    padding: 0;
    clear: both;
}

.block-instagram-block-instagram-block,.block-instagram-block-instagram-block img {
    margin: 0;
    padding: 0
}

.block-instagram-block img {
    /*width: 25% !important;*/
    height: auto !important;
    margin: 0 !important
}
.insta-image-bg {
    height: 400px;
}
#block-instagram-block-instagram-block div {
    margin: 0px;
    padding: 0px;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;

}
/*****************************/
/*
**********************************
--- MAILCHIMP BLOCK   ---
**********************************
*/


.newsletter-block-header {
}

.newsletter-block {
    text-align: center;
    margin-bottom: 0;
}

#block-mailchimp-signup-newsletter, #block-block-114 {
    color: #ffffff;
    text-align: center;
}

.mailchimp-signup-subscribe-form, .newsletter-title {
    background-color: #2b3038;
}

.newsletter-block .form-control {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    /*background-color: #2f2032;*/
    border-color: transparent;
}

.newsletter-block .form-group {
    margin-bottom: 8px;
}
.newsletter-title {
    padding-top: 100px;
    padding-bottom: 30px;
}

#block-mailchimp-signup-newsletter {
    padding-bottom: 100px;
    background-color: #2b3038;   

}

#block-mailchimp-signup-newsletter h2 {
    display: none;
}

#block-mailchimp-signup-newsletter label {
    display: none;
}

#block-mailchimp-signup-newsletter .btn {
    color: #fff;
    background-color: #4BBA41;
    border: 1px solid #4BBA41;
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
    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: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mailchimp-newsletter-mergefields {
    width: 200px;
    display: inline-block;
}

#block-mailchimp-signup-newsletter .form-actions {
    width: 200px;
    display: inline-block;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}


/* ********************************/
    /* NEWS */
/* ***************************** */


.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%;
    padding-bottom: 2px;
    color: #fff;
    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: 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: 70px;
    text-align: left;
    font-weight: 900;
}
.not-front .view-news .views-field-body .field-content {
    text-align: left;
    font-size: .85em;
}
.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-news .field-name-field-feature-image {
    padding-bottom: 40px;
}

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

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

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

.footer-text a {
    color: #4BBA41;
}
.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: #ffffff;
    color: #4BBA41;
    padding: 0;
    /* border-top: solid 50px #4BBA41; */
}

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

#hero {
  background: #FFFFFF;
  height: 100%;
  min-height: 100%;
  position: inherit;
  overflow: hidden;
  text-align: center;
  display: block;
  z-index: 9999 !important;
}
#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%;*/
  z-index: 1000;
  background-color: transparent;
  height: 90px !important;
  width: calc(100% - 200px);
}
#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: #4BBA41;
}
.not-front .page-header {
    font-size: 3.5em;
}
.btn-default, .btn-default:hover {
  /*background-color: #4BBA41;
  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;
}
.tlf_contacts {
	
}
.tlf_contacts a {
	    font-size: 1.5em;
}
.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: 30px !important;
    clear: both;
}

.footer p {
  color: #2b3038 !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 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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;
}
#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;
}
.page-contact #inner-content {
	max-width: inherit;
}
.page-contact section {
	padding-left:0;
	padding-right:0;
}
.not-front .aaweb-footer
{
  background-image:none;
  background-color:#2a2a2a;
}
.main-container {
  background-color:#ffffff;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  /* max-width: 1000px; */
  clear: both;
}
.main-container ul {
  margin-left:20px;
}
.main-container li {
  list-style-image:url(../images/icons/arrow-right-green.png);
}
.main-container .field-name-body ul li ul li {
  list-style-image: none;
    list-style-type: disc;
}
.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 !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: 3em;
    text-align: center;
    margin-bottom: 5px;
    color: #4BBA41;
    font-weight: 900;
}

.field-name-body h2 {
	font-size: 2.5em;
    text-align: left;
    font-weight: 500;
}

.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: #4BBA41;
}
.content-hero .page-title {
    color: #ffffff;
}

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

.cbp-spmenu-horizontal li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: .9em !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
}

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

}

@media screen and (max-width: 1200px) {
.increase-profit, .driver-behaviour {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.speeding-image-title {
	text-align:center;
}
.case-study-miner, .case-study-transport {
    height: inherit;
	padding-bottom:40px;
}
.case-study-miner .block-image {
    right: inherit;
    margin-right: auto;
	margin-left:auto;
    float: none;
	clear:both;
}
.case-study-transport .block-image {
    left: inherit;
    margin-right: auto;
	margin-left:auto;
    float: none;
	clear:both;
}
}


@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) {

#navbar-sticky-wrapper {
    width: 100%;
}
.front .logo-scroll img {
    display: block;
    text-align: left;
    margin-left: 130px;
    margin-right: auto;
    width: 160px;
}
.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: #4BBA41 !important;*/
    z-index: 999;
	    top: inherit;
    bottom: 0;
    left: calc(50% - 100px);
    right: inherit;
    width: 200px;
    text-align: center;
    height: 100px !important;
}
#hero .hero-phone-text {
    background-color: transparent;
}

header#navbar.sticky-wrapper {
    /*background-color: #4BBA41;*/
    background-color: #2b3038;
}

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

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


#hero .hero-email, #hero .hero-phone-text {
    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: 100% !important;
    max-height: 600px;
}
#hero .overlay {
    /*display: none;*/
}

#hero .intelli-tagline-logo {
    top: 100px;
}
#hero .our-clients {
    display:none;
}
#hero .intelli-right-mix-feature {
    display:none;
}
}

@media screen and (max-width: 900px) {
	.increase-safety, .running-costs {
		clear: both;
    right: inherit;
    left: inherit;
    position: static;
    width: 400px;
	max-width: 100%;
    margin: auto;
	}
	.usp-box h3 {
    position: static;
    top: inherit;
    left: inherit;
}
.usp-box ul {
    margin-top: 15px;
}
.view-case-study {
    margin-top: 20px;
}
.running-costs {
    margin-top: 40px !important;
}
img {
	max-width:100% !important;
}
}

@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: #4BBA41 !important;
        color:white !important;
    }

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

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

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #4BBA41;
        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) {
#hero .intelli-tagline-logo {
    height: 450px !important;
    padding: 35px;
    bottom: 80px;
    left: inherit;
    width: 100%;
    top: inherit;
}

#block-block-90 {
    display: none;
}

.top_button {
    bottom:130px;
}

#block-block-101 {
    font-size: 1em;
}

#block-block-106 img {
    width: 75% !important;
}

#block-block-106 a.popup-youtube img  {
    width: 94px !important;
}

.intelli-app {
    padding: 0px;
}

.footer-text div {
	text-align:center !important;
	width:center;
	clear:both;
	display:block;
}

.footer-text .footer-right a {
    text-align: center;
    float: none;
}
     
.acceleration-image-title, .speeding-image-title {
    background: #2b3038;
	height: 120px;
}
.over-speeding .block-image, .over-speeding, .speeding-image-title {
    height: 120px;
}
.clients-title-block p {
    display:none;
}
.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;
    }
    
    .footer-text div.footer-right {
        margin: 0px;
        margin-top: 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: 160px;
}
  .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: 630px) {
	#hero .hero-phone {
    bottom:30px !important;
}

.intelli-tagline-logo img {
		display:none;
	}
	.intelli-tagline-logo .popup-youtube img {
		display:inline-block;
	}
	
	#hero .intelli-tagline-logo {
    height: 350px !important;
}
#hero .intelli-tagline-logo h1 {
        margin-bottom: 20px;
}

}

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