
/*
**********************
--- 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;
}
.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;
	    padding-bottom: 0 !important;
}
.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: #013a58;}
.logo-scroll {
    /*text-align: center;*/
    padding: 10px 0px;
    padding-top: 32px;
    padding-top: 32px;
}
.logo-scroll img {
    display: none;
	width:150px;
	height:auto;
	margin-left:130px;
}

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

#showTop.active  {
	background-color: #a3c836;
}

.not-front #showTop {
    background-color: #a3c836 !important;
}
.nav-sticky-solid #showTop {
    background-color: #a3c836 !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: 157px;
}

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

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

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

#block-block-62 .phone-number {
    position: static;
    width: auto;
    right: auto;
    display: inline-block;
    margin-top: 20px;
}
.menu {
    height: 200px;
    margin-top: 30px;
	    padding-left: 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: #0fbce4; */
}

.not-front header#navbar.sticky-wrapper {
    background-color: #013a58;
}

.logo{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.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: #013a58 !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;
}

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

.page-header{
    padding-bottom: 0px;
    border-bottom: 0;
	color: #013a58 !important;
}

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

.main-container ul {
	padding-left: 20px;
	list-style-image:url(../bullet.png);
}

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: #1860ae;
}
.btn.btn-default.green {
    background-color: #a3c836;
}
.btn.btn-default.darkblue {
    background-color: #013a58;
}
.btn.btn-default.blue, .btn.btn-default.lblue {
    background-color: #00a5e0;
}

.cta-secondary {
text-align:center;
}
.green {
	color:#a3c836;
}

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

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



#hero .hero-phone {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em;
    height: 50px;
    z-index: 2;
}
#hero .hero-sub-container .block-block, #hero .hero-sub-container .block-views {
    padding: 0 55px;
    width: 300px;
	padding-bottom: 40px;
	    position: relative;
    height: 270px;
}

#hero .hero-sub-container .block-block ul, #hero .hero-sub-container .block-views ul {
   
}

#hero .hero-sub-container .block-block li, #hero .hero-sub-container .block-views li {
       font-size: .85em;
    height: 22px;
}

.croker-tagline-logo {
	
}
.croker-tagline-logo h2 {
	margin-bottom: 0;
}
.croker-tagline-logo p {
	font-size: .75em;
}

.buying-grain {
    float: left;
 }

.buying-grain li, .selling-grain li {
    list-style-type:none;
 }
.buying-grain a {
    color: #01a6e0;
}

.buying-grain li a::before, .selling-grain li a::before {
    content:" - ";
}

.selling-grain {
    float: left;  
}
.selling-grain a {
    color:#003b60;
}
.selling-grain a.btn, .buying-grain a.btn {
    color: #ffffff;
    font-size: 1em;
    padding: 12px 25px;
    position: absolute;
    bottom: 0;
}

.hero-sub-container .views-field {
    width: 50%;
    float: left;
}

#hero .hero-sub-container .block-block h2 {
    color: #1d1d1b;
	font-weight: 300;
	text-align: left;
}

#hero .hero-sub-container {
	position: absolute;
    font-size: 1em;
    height: 300px;
    padding: 0;
    bottom: 50px;
    left: calc(50% - 450px);
    width: 900px;
    background-color: #ffffff;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 30px;
}

#block-views-home-daily-prices-block {
	
}

#block-views-home-daily-prices-block .views-field {
    width: inherit;
    float: inherit;
}

#block-views-home-daily-prices-block .views-field-field-grain-type {
	padding-right: 15px;
    /* width: 80px; */
    text-align: right;
    display: block;
    float: right;
    font-weight: 700;
	    text-transform: uppercase;
    
}
#block-views-home-daily-prices-block .views-field-field-grain-type .field-content {
	font-weight:400;
}
#block-views-home-daily-prices-block .views-field-field-grain-type, #block-views-home-daily-prices-block .views-field-field-grain-type .field-content {
    display: inline;
}

#block-views-home-daily-prices-block .views-field-title {
	padding-left: 0px;
    display: inline;
    text-align: right;
    display: inline !important;
    width: inherit !important;
    float: right;
}

#block-views-home-daily-prices-block .views-field-field-marrar {
	    float: right;
    width: 50px;
    clear: both;
	    padding-right: 75px;
}

#block-views-home-daily-prices-block .views-field-field-marrar .field-content {
	    font-weight: 400;
    color: green;
}

#block-views-home-daily-prices-block h2 {
	font-size: 1.25em;
    font-weight: 300;
	    margin-top: 30px;
    text-align: center;
    color: #999;
}

.hero-sub-container {
    color: #1d1d1b;
}

#hero .hero-sub-container a {
    font-weight: bold;
}


.map-block, .find-depot {
    height: 500px;
}
.map-block {

}

.grain-received {
	padding-left: 80px;
	    padding-top: 17px;
}
.grain-received h3, .usp-feature h3 {
	text-align:left;
}
.usp-feature {
	padding-top: 0;
	padding-left: 80px;
}
.usp-feature li {
	    font-size: .9em;
    line-height: 1.25em;
}
	
.usp-feature h3 {
	margin-top: 23px;
}
.usp-feature h3.phone {
	font-weight:300;
	color:#222 !important;
}
.usp-feature h3.phone a {
	color:#222 !important;
}
.grain-received ul {
	
}
.grain-received li {
	
}
.grain-received .grower h3, .usp-feature .grower h3 {
	color: #013a58;
}
.grain-received .buyer h3, .usp-feature .buyer h3 {
	color: #00a5e0;
}
.grain-received .grower li, .usp-feature .grower li {
	list-style-image:url(../bullet-dblue.png);
}
.grain-received .buyer li, .usp-feature .buyer li {
	list-style-image:url(../bullet-lblue.png);
}

.find-depot {
    background-color: #00a5e0;
	text-align: center;  
}
.find-depot .fa {
    font-size: 4.5em;
    padding-top: 60px;
}
.find-depot p {
    line-height:1em;
}
.find-depot h3 {
    margin-top: 15px;
}
.find-depot ul {
    max-width: 80%;
    text-align: left;
    padding-left: calc(50% - 150px);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.find-depot li {
    list-style-type:disc;	
	list-style-image:none;
}
.call-us-footer {
    background-color: #003b60;
    text-align: center;
    color: #fff;
}
.call-us-footer a {
    color: #ffffff;
}
.croker-stay-in-loop {
    background-color: #00a5e0;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.croker-stay-in-loop h2, .find-depot h3 {
    font-size:2.5em;
}
.mailchimp-signup-subscribe-form-description {
	max-width: 310px;
    margin: auto;
    line-height: 1.25em;
    margin-bottom: 30px;
}
.mailchimp-signup-subscribe-form {
    position: relative;
	height: 135px;
}
.mailchimp-newsletter-mergefields {
       width: 250px;
    position: absolute;
    top: 75px;
    right: 50%;
    right: calc(50% - 80px);
}
.mailchimp-newsletter-mergefields * {
	display:inline-block;
}

.mailchimp-signup-subscribe-form #edit-actions {
	     position: absolute;
    top: 60px;
	    left: 50%;
		    left: calc(50% + 80px);

}

.mailchimp-signup-subscribe-form .btn {
	    background-color: #003b60;
		    padding: 6px 15px;

}

#block-views-home-daily-prices-block {
    float: left;
    background-color: #fafafa;
    padding: 0 45px !important;
}

#hero .hero-phone-text, #hero .hero-email {
    padding: 20px;
    text-align: right;
}
#hero .hero-phone-text {
    background-color: #00a5e0;
    color: #ffffff;
}
#hero .hero-email {
    background-color: transparent;
    color: #ffffff;
	font-size: .8em;
}
#hero .hero-email a, #hero .hero-phone-text a {
    color: #ffffff;
    font-weight: bold;
}
#hero .croker-tagline-logo {
        position: absolute;
    font-size: 1.5em;
    height: 200px;
    padding: 35px;
    bottom: 520px;
    left: calc(50% - 250px);
    width: 500px;
    z-index: 2;
}
#hero .croker-tagline-logo img {
    width: 388px;
    height: auto;
}
#hero .croker-tagline-logo h1 {
    color: #fff;
}

#hero .croker-tagline-logo a {
	/*float: left; */
    /* width: 170px; */
    margin: 10px;
    font-size: 1em;
	padding: 11px 20px;

}


#hero .fortis-right-amp-feature {
    position: absolute;
    font-size: 1.5em;
    height: 250px;
    padding: 35px;
    bottom: 0px;
    right: 0px;
    width: 500px;   
}

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

.front .view-home-daily-prices {
	    width: 230px;
    margin: auto;
}
.not-front .view-home-daily-prices {
        width: 100%;
    margin: auto;
}
.view-home-daily-prices .view-content {
	    font-size: .85em;
		    padding-top: 3px;
}

.front .view-home-daily-prices .views-field-title {
	    font-weight: 300;
    padding-right: 5px;
    /* float: left !important; */
    width: 70px !important;
    display: block !important;
    text-align: left;
    /* font-style: italic; */
}
.not-front  .view-home-daily-prices .views-field-title {
     font-weight: 300;
    padding-right: 5px;
    /* float: left !important; */
    
    display: block !important;
    text-align: left;
    /* font-style: italic; */
}
.view-home-daily-prices .view-footer a {
	clear: both;
    display: block;
    padding-top: 24px;
    font-size: 1em;
	    text-align: center;
}




/*
*************************
--- 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;
  position: relative;
}
#hero {
  background: #FFFFFF;
  height: 100%;
  min-height: 100%;
  position: inherit;
  overflow: hidden;
  text-align: center;
  display: block;
}
#hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 2;
}
#hero .overlay {
  background-color: rgb(50, 50, 49);
  display: none;
}
.block .contextual-links-wrapper {
  width: 30px;
  text-align: right;
}
#flexslider-1 .slides {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.slides img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
#slides img {
  position: fixed;
  top: 0;
  left: 0;
}
.bgwidth img {
  width: 100%;
}
.bgheight img {
  height: 100%;
}
.front #hero,
.front .full_width,
.front .region-hero,
.front .region-hero section,
.front .region-hero .view,
.front .region-hero .view .view-content {
  border: none !important;
  height: 100%;
  /*position: relative;*/
  z-index: 1;
  /* width: 100%; */
  margin-right: 0;
  /*position: static;*/
}
#hero .flexslider {
  border: none !important;
  height: 100%;
  position: relative;
}
#hero .flexslider .flex-direction-nav a {
  border-radius: 3px;
}
#hero .flexslider .slides {
  height: 100%;
  position: relative;
  width: 100%;
}
.flexslider .slides .logo-area img {
  /* width:100%; */
  background-color: #fff;
  /*width:100%;*/
  position: relative;
  /* width:100%; */
  width: 541px;
}
.content_hero img {
  display: inline-block !important;
}
#hero .flexslider .slides li:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1000;
}
#hero {
  text-align: left;
  z-index: 999 !important;
}

#hero .flexslider .slides .content_hero {
  top: 220px;
  z-index: 3;
  text-align: center;
  position: relative;
  width: 100%;
  height: 300px;
  margin: auto;
}
#hero .flexslider .slides .field-content {
  color: white;
  text-transform: uppercase;
  z-index: 3;
  width: 80%;
  margin: auto;
  margin-bottom: 0px;
  font-size: 90px;
  letter-spacing: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
#hero .flexslider .slides p {
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
}
#hero .flexslider .slides span {
  text-align: center;
  left: 0;
}
#hero .flexslider .slides a {
  text-transform: uppercase;
  margin: auto;
}
#hero .views-field-field-link {
  display: none;
}
#hero .flexslider .slides li {
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  position: relative;
}
.flexslider .flex-control-nav {
  display: none;
}
.flexslider .flex-direction-nav a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 11;
  margin-top: -30px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
  font-size: 0;
}
.flexslider .flex-direction-nav .flex-prev:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
  content: '\f104';
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
  font-size: 0;
}
.flexslider .flex-direction-nav .flex-next:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
  content: '\f105';
}
.front #main_container {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/*********************************
END FLEXSLIDER
*********************************/









.block-imageblock {
    padding: 0px;
    margin: 0px;
    text-align: center;
    
}
.block-image {
    height: 100%;
}


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

/*row 2
BLOG VIEWS - SEE VIEWS
*/

/*row 3*/
/* MID SECTION ROW 3 BOXED CONTAINER */
.boxed, .boxed h2 {
    color: #000;
}


.types-of-grain {
    background-color:#fafafa;
	padding: 50px;
}

.types-of-grain li {
    font-weight:700;
	line-height: 1.75em;
}

.types-of-grain h2 {
	text-align:left;
	color:#a6a6a5;
	    margin-top: 0;
}

.types-of-grain p {
	text-align:left;
	color:#a6a6a5;
	margin-bottom: 0;
}
.view-grain-market {
	padding-bottom:60px;
}

.view-grain-market p {
	margin-bottom:0;
}
.view-grain-market .btn {
	margin-bottom:15px;
}




/*row 4*/
.storage-header, .storage-header h2 {
    color: #003958;
}
.storage-header h2 {
    font-size: 2.5em;
	    margin-top: 80px;
}
.storage-header p {
    max-width: 600px;
    margin: auto;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 60px;

}

/*row 5*/

.truck-silo {
    height: 300px;
	position: relative;
}
.truck-silo .block-image {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-block iframe {
margin-top: -48px;
    height: 550px;
    z-index: 1;
}

/*row 6*/
.find-depot {

}

.map-block {
padding-left: 0;
    padding-right: 0;
}

/*row 7*/

.call-us-footer {
        padding-top: 50px;
    padding-bottom: 50px;
}
.call-us-footer .btn {
    color:#003b60;
}

.call-us-footer h3 {
    font-size:2.5em;
}

/*row 8 */

.girl-grain  {
    clear: both;
}

.girl-grade-load {
    
}

.girl-grade-load, .girl-grain {
    height: 550px;
}

/*row 9*/
.croker-stay-in-loop {
    clear: both;
}

/*row 9 */



.clear {
    clear: both;
}

/*
*************************
 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;
	height: 300px;
}

.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: #013a58;
    height: 90px;
    text-align: center;
    padding-top: 20px;
}
.front .view-news .views-row-even .views-field-title {
background-color: rgba(0,57,88,.9);
}

.front .view-news .views-field-title a {
    color:#fff;
	    font-weight: 900;
}

.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: #013a58;
}

#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-right {
	float:right !important;
	    margin-top: 40px;
}
.footer-right a {
	font-weight: 300 !important;
}
.footer-left {
	font-weight: 700 !important;
}
.footer-text .footer-left {
    text-align: left;
	    margin-top: 40px;
}


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

/* view staff*/



/*
******************************
--- 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: #00a5e0;
    border: 1px solid #00a5e0;
    display: inline-block;
	padding: 15px 30px;
    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: #1860ae;
}
.webform-submit:hover {
 background-color: #1860ae;
 font-weight: 900;
}

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

a{
    color:#011b46;
}

a:hover{
    color:#1860ae;
    text-decoration: none;
}

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

.top_button a.back_to_top{
    cursor: pointer;

}

.top_button a.back_to_top i{
    color:#a3c836;
    width: 50px;
    line-height: 66px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 3em;
}
a.back_to_top span {
    z-index: 1;
    position: relative;
    color: #a3c836;
    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: #1860ae;
    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.5em;
    /*text-align: left !important;*/
    margin-top: 40px;
}

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


/*
***************
--- 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: #013a58;
}
.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: #1860ae;
    border:2px solid #1860ae;

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

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

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

.clear_item{
    clear:both;
}


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


.front .region-hero .hero-logo-band {
    position: relative;
    background-color: #1860ae;
    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;
}
.front .view-home-daily-prices .view-header {
		display: none;
	}


/*
**********************************
--- WAYPOINT EFFECTS ---
**********************************
*/

.waypoint-effect {
    opacity: 0;
    /* -webkit-transition: all .3s ease; */
    -moz-transition: all .3s ease;
    /* transition: all .3s ease; */
}

body.waypoint-no-effects .waypoint-effect ,
body.waypoint-no-effects .waypoint-effect  {
    opacity: 1;
}

.scaleUp{
    -webkit-animation: scaleupwards 0.3s forwards;
    -moz-animation: scaleupwards 0.3s forwards;
     animation: scaleupwards 0.3s forwards; 

}

@-webkit-keyframes scaleupwards {
    from {
        opacity:0;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity:1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes scaleupwards {
    from {
        opacity:0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity:1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleupwards {
    from {
        opacity:0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity:1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.fade{
    -webkit-animation: fadein 0.8s forwards;
    -moz-animation: fadein 0.8s forwards;
    animation: fadein 0.8s forwards;
}

@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.fromLeft{
    -webkit-animation: fromleft 0.8s forwards;
    -moz-animation: fromleft 0.8s forwards;
    animation: fromleft 0.8s forwards;
}

@-webkit-keyframes fromleft {
    from {
        opacity:0;
        margin-left:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}
@-moz-keyframes fromleft {
    from {
        opacity:0;
        margin-left:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}
@keyframes fromleft {
    from {
        opacity:0;
        margin-left:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}

.fromRight{
    -webkit-animation: fromright 0.8s forwards;
    -moz-animation: fromright 0.8s forwards;
    animation: fromright 0.8s forwards;
}

@-webkit-keyframes fromright {
    from {
        opacity:0;
        margin-right:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}
@-moz-keyframes fromright {
    from {
        opacity:0;
        margin-right:-400px;
    }
    to {
        opacity:1;
    }
}
@keyframes fromright {
    from {
        opacity:0;
        margin-right:-400px;
    }
    to {
        opacity:1;
    }
}



@media screen and (max-width: 50em) {
.icon-list {
    right: inherit !important;
}
}
#Grid .mix{
    opacity: 0;
    display: none;
}
.username{
    color: #1860ae;
}
.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 ---
**********************************
*/
.mailchimp-signup-subscribe-form {
    width: 500px;
        margin-left: auto;
    margin-right: auto;
	    max-width: 100%;
}
.mailchimp-signup-subscribe-form  .control-label {
    display: none;
}
.mailchimp-signup-subscribe-form .edit-submit {
    display: inline;
}
#edit-mergevars-email {
    width: 250px;
	    border-radius: 0;


}
.footer-text {
    text-align:center;
	height: 95px;

}

.footer-text a {
    color: #0fbce4;
}
.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: #0fbce4;
    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;
}


@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 {
    font-size: 1.2em;
    padding: 10px 20px !important;
    font-size: 1em !important;
    text-transform: none !important;
    font-weight: 400 !important;
}
.page-header {
  text-transform: none;
  font-size: 2.5em;
  color: #013a58;
}
.btn-default, .btn-default:hover {
  /*background-color: #1860ae;
  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 {
  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;
}

.field-name-body img {
	max-width:100%;
	height:	auto;
}
.field-name-body img.right-aligned {
	margin-left:40px;
	margin-bottom:40px;
}



.field-name-body h2 {
	text-align:left !important;
}

.page-node-247 h2 {
	color:#003958;
	font-style:italic;
}

.lead {
	 color: #003958;
    font-weight: 300;
	padding-bottom: 20px;
    padding-top: 20px;
}

#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: 10px;
}
.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: 600px !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%; */
}

.footer {
    padding-bottom: 80px;
	}


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

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

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

}

@media screen and (max-width: 1120px) {
.logo img {
    height: auto;
	max-width:100%;
}
}


@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) {
   .map-block.no-touch {
	   pointer-events: none;
   }
   
   #hero .hero-phone {
    display:none;
}
#block-views-home-daily-prices-block {
    float: none;
    width:100% !important;
	text-align: center;
}
#block-views-home-daily-prices-block h2 {
    text-align: center;
}
.logo img {
    display:none;
}
#hero .flexslider .slides li {
	height: 400px;
}
#hero .flexslider .slides .content_hero {
    top: inherit;
}
.book-consultation {
	display:none;
}
#hero .croker-tagline-logo {
    position: absolute;
    font-size: 1.5em;
    height: 200px;
    padding: 35px;
    bottom: inherit;
    left: inherit;
    width: 350px;
    z-index: 2;
    margin: auto;
    top: 50px;
    left: calc(50% - 175px);
}
#hero .hero-sub-container {
    position: static;
    clear: both;
    display: block;
    bottom: inherit;
    left: inherit;
    width: 100%;
	padding:0;
	    height: 265px;
}
.selling-grain, .buying-grain {
	display:none;
}
.logo-scroll img {
    display: block; 
}
.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: #013a58;
}

#showTop {
    background-color: #a3c836 !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;
}

}
.no-tablet {
    display: block;
}
.tablet {
    display: none;
}
.no-mobile {
    display: block;
}
.mobile {
    display: none;
}
@media screen and (max-width: 768px) {

.mobile {
    display: block;
}
.no-tablet {
    display: none;
}
.tablet {
    display: block;
}
.page-daily-prices .views-table {
    font-size: 10px;
}

.page-daily-prices .block-views {
		padding-top:30px;
	}
	

.view-mobile-daily-prices-blocks {
		padding-right: 20px;
	}
.find-depot {
	height: 600px;
}
.grain-received {
    padding-left: 50px;
}
.not-front .main-container {
    padding-top: 120px;
}
	
.page-daily-prices #block-system-main {
    padding-top: 0;
    text-align: center;
}

.page-daily-prices h2 {
		font-size:1em;
	}
	
/*.page-daily-prices #block-system-main {
		display: none;
	}*/
	
	.page-daily-prices .view-home-daily-prices .view-content {
display: none;
	}

 .view-home-daily-prices .btn {
    margin-bottom: 0px;
    margin-top: 4px;
}
	
.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: #1860ae;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #1860ae;
        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: 560px) {
.front .view-news .views-row {
    width:100%;
	clear:both;
}
}

@media screen and (max-width: 500px) {
   #hero .hero-phone {
    right: calc(50% - 113px);
    top: 300px;
	display:block;
}

#hero .croker-tagline-logo {
	top: 122px;
}
.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 {
    display: block;
    text-align: left;
    margin-left: 130px;
    margin-right: auto;
    width: 150px;
}
  .overlay {
    width: 100%;
  }
  h3 {
    font-size: 1.8em;
}
    #hero .flexslider .slides a {
    clear: both;
    width: 100%;
    }
    .hero-level h2 {
        width: auto;
    }
    .front .footer-email {
        padding: 20px;
    }
   .front #hero, .front #wrapper_overall.full_width, .front .region-hero, .front .region-hero section, .front .region-hero .view, .front .region-hero .view .view-content {
        height: initial;
    }

}


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