/******************************************************************
Site Name:
Author:

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
/******************************************************************
IMPORTS & DEPENDENCIES
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
IMPORTS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/* line 18, ../scss/partials/_typography.scss */
.text-left {
  text-align: left !important;
}

/* line 19, ../scss/partials/_typography.scss */
.text-center {
  text-align: center !important;
}

/* line 20, ../scss/partials/_typography.scss */
.text-right {
  text-align: right !important;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("/wp-content/themes/bmrcrane/library/fonts/opensansregular.eot");
  src: url("/wp-content/themes/bmrcrane/library/fonts/opensansregular.eot") format("embedded-opentype"), url("/wp-content/themes/bmrcrane/library/fonts/opensansregular.woff") format("woff"), url("/wp-content/themes/bmrcrane/library/fonts/opensansregular.ttf") format("truetype"), url("/wp-content/themes/bmrcrane/library/fonts/opensansregular.svg#OpenSansRegular") format("svg");
}
@font-face {
  font-family: 'OpenSansBold';
  src: url("/wp-content/themes/bmrcrane/library/fonts/opensans700.eot");
  src: url("/wp-content/themes/bmrcrane/library/fonts/opensans700.eot") format("embedded-opentype"), url("/wp-content/themes/bmrcrane/library/fonts/opensans700.woff") format("woff"), url("/wp-content/themes/bmrcrane/library/fonts/opensans700.ttf") format("truetype"), url("/wp-content/themes/bmrcrane/library/fonts/opensans700.svg#OpenSansBold") format("svg");
}
@font-face {
  font-family: "OpenSansSemibold";
  src: url("/wp-content/themes/bmrcrane/library/fonts/614379883-Open-Sans-600.eot");
  src: url("/wp-content/themes/bmrcrane/library/fonts/614379883-Open-Sans-600.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bmrcrane/library/fonts/614379883-Open-Sans-600.svg#Open Sans Semibold") format("svg"), url("/wp-content/themes/bmrcrane/library/fonts/614379883-Open-Sans-600.woff") format("woff"), url("/wp-content/themes/bmrcrane/library/fonts/614379883-Open-Sans-600.ttf") format("truetype");
}
/* line 51, ../scss/partials/_typography.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 87, ../scss/partials/_typography.scss */
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* line 106, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.625em;
}

/* line 114, ../scss/partials/_typography.scss */
body {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2Y3ZDNkMyIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmN2QzZDMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(5%, #f7d3d3), color-stop(5%, rgba(247, 211, 211, 0)));
  background-image: -moz-linear-gradient(bottom, #f7d3d3 5%, rgba(247, 211, 211, 0) 5%);
  background-image: -webkit-linear-gradient(bottom, #f7d3d3 5%, rgba(247, 211, 211, 0) 5%);
  background-image: linear-gradient(to top, #f7d3d3 5%, rgba(247, 211, 211, 0) 5%);
  -moz-background-size: 100% 26px;
  -o-background-size: 100% 26px;
  -webkit-background-size: 100% 26px;
  background-size: 100% 26px;
  background-position: left top;
}

/******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
/*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
/*********************
NAVIGATION STYLES
*********************/
/* .menu is clearfixed inside mixins.scss */
/* line 33, ../scss/breakpoints/_481up.scss */
.menu {
  /* end .menu ul */
}
/* line 34, ../scss/breakpoints/_481up.scss */
.menu ul {
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 35, ../scss/breakpoints/_481up.scss */
.menu ul li {
  /*
  plan your menus and drop-downs wisely.
  */
}
/* line 36, ../scss/breakpoints/_481up.scss */
.menu ul li a {
  /*
  you can use hover styles here even though this size
  has the possibility of being a mobile device.
  */
}

/* end .menu */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 91, ../scss/breakpoints/_481up.scss */
.header #inner-header .grid-justify .col #logo {
  left: 20px;
  position: absolute;
  top: 0px;
}
/* line 119, ../scss/breakpoints/_481up.scss */
.header #logo {
  display: inline-block;
  max-width: 300px;
  height: auto;
}
/* line 124, ../scss/breakpoints/_481up.scss */
.header #logo img {
  max-width: 100%;
}
/* line 131, ../scss/breakpoints/_481up.scss */
.header label[for=toggle-navigation] {
  background-color: #59bec0;
  border: 1px solid #808080;
  border-bottom: 0px;
}

/* line 157, ../scss/breakpoints/_481up.scss */
#home-slider .flexslider .flex-direction-nav {
  background: #fff;
}
/* line 159, ../scss/breakpoints/_481up.scss */
#home-slider .flexslider .flex-direction-nav li:first-child {
  position: absolute;
  bottom: 50px;
  right: 110px;
}
/* line 165, ../scss/breakpoints/_481up.scss */
#home-slider .flexslider .flex-direction-nav li:last-child {
  position: absolute;
  bottom: 50px;
  right: -5px;
}

/* line 209, ../scss/breakpoints/_481up.scss */
#home-services .service .figcaption p {
  min-height: 160px;
}
/* line 214, ../scss/breakpoints/_481up.scss */
#home-services .service h4 {
  min-height: 55px;
}

/* line 227, ../scss/breakpoints/_481up.scss */
#Our-Cranes .service .our-cranes-img {
  display: none;
}
/* line 230, ../scss/breakpoints/_481up.scss */
#Our-Cranes .service .col {
  width: 100%;
  padding: 0 20px;
}
/* line 244, ../scss/breakpoints/_481up.scss */
#Our-Cranes .service .col:nth-child(2) {
  width: 100%;
}

/* line 252, ../scss/breakpoints/_481up.scss */
#Got-weekend-service .col {
  width: 100%;
  padding-bottom: 5%;
}
/* line 265, ../scss/breakpoints/_481up.scss */
#Got-weekend-service .col:nth-child(2) {
  width: 100%;
}

/* line 280, ../scss/breakpoints/_481up.scss */
#whyus {
  width: 100%;
}
/* line 284, ../scss/breakpoints/_481up.scss */
#whyus .grid > .t-6, #whyus .grid.t-6 > * {
  width: 50% !important;
  float: left;
}

/* line 313, ../scss/breakpoints/_481up.scss */
#home-brands h2 {
  float: left;
  width: auto;
}
/* line 317, ../scss/breakpoints/_481up.scss */
#home-brands .our-client-border {
  width: 64%;
  display: block;
}
/* line 329, ../scss/breakpoints/_481up.scss */
#home-brands .brand-postion .brand-crane-img {
  display: none;
}

/* entry content */
/* line 341, ../scss/breakpoints/_481up.scss */
.entry-content {
  /* at this larger size, we can start to align images */
}
/* line 345, ../scss/breakpoints/_481up.scss */
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
/* line 350, ../scss/breakpoints/_481up.scss */
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
/* line 355, ../scss/breakpoints/_481up.scss */
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/* end .entry-content */
/*********************
FOOTER STYLES
*********************/
/*
check your menus here. do they look good?
do they need tweaking?
*/
/* end .footer-links */
/* line 380, ../scss/breakpoints/_481up.scss */
#inner-footer h2 {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 24px;
}
/* line 394, ../scss/breakpoints/_481up.scss */
#inner-footer .footer-right .col {
  float: left;
  width: 100%;
  line-height: 30px;
  text-align: center;
}
/* line 412, ../scss/breakpoints/_481up.scss */
#inner-footer .footer-right .col address .fa {
  color: #fff;
}
/* line 420, ../scss/breakpoints/_481up.scss */
#inner-footer .footer-right .col:nth-child(2) {
  float: left;
  width: 100%;
  text-align: center;
}

/* line 428, ../scss/breakpoints/_481up.scss */
.display-block {
  display: none;
}

/* line 432, ../scss/breakpoints/_481up.scss */
.display-none {
  display: block;
}

/* line 436, ../scss/breakpoints/_481up.scss */
.wrap.fullwidth {
  margin-bottom: 0px;
  width: 96%;
}

/* line 441, ../scss/breakpoints/_481up.scss */
.padding-lr-innerpage {
  border-top: 0px solid #808080;
  border-radius: 0px;
}

/* line 446, ../scss/breakpoints/_481up.scss */
.entry-content blockquote, .entry-content .cta {
  font-size: 18px;
}

/******************************************************************
Site Name:
Author:
Stylesheet: Tablet & Small Desktop Stylesheet
Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 18, ../scss/breakpoints/_768up.scss */
.wrap {
  max-width: 1140px;
}
/* line 20, ../scss/breakpoints/_768up.scss */
.wrap.wrap-mobile {
  width: 96%;
}

/*********************
HEADER STYLES
*********************/
/* line 28, ../scss/breakpoints/_768up.scss */
.header #phone {
  font-size: 1.875em;
  line-height: 1.3em;
}
/* line 31, ../scss/breakpoints/_768up.scss */
.header label[for=toggle-navigation], .header input#toggle-navigation[type=checkbox] {
  display: none !important;
}
/* line 34, ../scss/breakpoints/_768up.scss */
.header input#toggle-navigation[type=checkbox] ~ nav {
  display: block !important;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 47, ../scss/breakpoints/_768up.scss */
.header #inner-header .grid-justify .col #logo {
  left: 20px;
  position: absolute;
  top: 0px;
}
/* line 55, ../scss/breakpoints/_768up.scss */
.header #logo {
  display: inline-block;
  max-width: 300px;
  height: auto;
}
/* line 59, ../scss/breakpoints/_768up.scss */
.header #logo img {
  max-width: 100%;
}

/* line 64, ../scss/breakpoints/_768up.scss */
#navigation {
  margin-top: 40px;
}

/* line 67, ../scss/breakpoints/_768up.scss */
.nav.top-nav {
  text-align: right;
  border-top: 5px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 72, ../scss/breakpoints/_768up.scss */
.nav.top-nav ul {
  margin: 0;
}
/* line 75, ../scss/breakpoints/_768up.scss */
.nav.top-nav li {
  display: inline-block;
  position: relative;
  /*
  plan your menus and drop-downs wisely.
  */
  /* showing sub-menus */
}
/* line 78, ../scss/breakpoints/_768up.scss */
.nav.top-nav li a {
  /*
  you can use hover styles here even though this size
  has the possibility of being a mobile device.
  */
}
/* line 91, ../scss/breakpoints/_768up.scss */
.nav.top-nav li ul.sub-menu,
.nav.top-nav li ul.children {
  position: absolute;
  visibility: hidden;
  z-index: 3;
  text-align: left;
  background: #59bec0;
  color: #fff;
  /* highlight sub-menu current page */
}
/* line 99, ../scss/breakpoints/_768up.scss */
.nav.top-nav li ul.sub-menu li,
.nav.top-nav li ul.children li {
  /*
  if you need to go deeper, go nuts
  just remember deeper menus suck
  for usability. k, bai.
  */
}
/* line 100, ../scss/breakpoints/_768up.scss */
.nav.top-nav li ul.sub-menu li a,
.nav.top-nav li ul.children li a {
  margin: 0;
  padding-left: 0.8125em;
  display: block;
  color: #fff;
}
/* line 119, ../scss/breakpoints/_768up.scss */
.nav.top-nav li ul.sub-menu li ul,
.nav.top-nav li ul.children li ul {
  top: 0;
  left: 100%;
}
/* line 132, ../scss/breakpoints/_768up.scss */
.nav.top-nav li:hover > ul {
  top: auto;
  visibility: visible;
}
/* line 141, ../scss/breakpoints/_768up.scss */
.nav.top-nav li.current-menu-item a,
.nav.top-nav li.current_page_item a,
.nav.top-nav li.current_page_ancestor a {
  text-decoration: underline;
}

/* end .nav */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 149, ../scss/breakpoints/_768up.scss */
.sidebar {
  display: block;
}
/* line 151, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu {
  margin-top: 25px;
  padding: 6px 0;
  border-radius: 5px 0px 0px 5px;
  border-top: 1px solid #808080;
  margin-bottom: 20px;
  border: 1px solid #808080;
  border-right: 0px;
  border-right: -10px;
  width: 100%;
  float: right;
}
/* line 162, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel-body {
  background: #fff;
  padding: 0.8em 1.5em;
}
/* line 166, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .button {
  float: right;
}
/* line 169, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel-title {
  padding: 0 0 0 10px;
}
/* line 171, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel-title a {
  text-decoration: none;
  width: 100%;
  float: left;
  padding: 10px 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #59bec0;
  font-family: "OpenSansBold";
}
/* line 180, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel-title a:hover {
  text-decoration: none;
  color: #59bec0;
}
/* line 186, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel-heading {
  font-size: 20px;
  padding: 0px;
}
/* line 190, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel {
  border: none;
  border-bottom: 1px solid #808080;
  margin-bottom: 0;
  padding: 0 0px;
}
/* line 195, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel .responsive-image {
  padding: 0px 20px 20px 20px;
  float: left;
  width: 100%;
}
/* line 199, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel .responsive-image img {
  margin-bottom: 5px;
  color: #000;
  border-radius: 5px;
}
/* line 205, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel .responsive-image .figcaption p {
  float: left;
  width: 100%;
  color: #595959;
}
/* line 212, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu .panel:last-child {
  border-radius: 0px 0px 0px 0px;
  margin-bottom: -7px;
}
/* line 217, ../scss/breakpoints/_768up.scss */
.sidebar #accord-menu a:hover {
  color: #595959;
}

/* line 224, ../scss/breakpoints/_768up.scss */
#home-slider .flexslider .flex-direction-nav {
  background: #fff;
}
/* line 226, ../scss/breakpoints/_768up.scss */
#home-slider .flexslider .flex-direction-nav li:first-child {
  bottom: 70px;
}
/* line 229, ../scss/breakpoints/_768up.scss */
#home-slider .flexslider .flex-direction-nav li:last-child {
  bottom: 70px;
}

/* line 235, ../scss/breakpoints/_768up.scss */
.widgettitle {
  display: block;
  font-weight: 700;
}

/* line 239, ../scss/breakpoints/_768up.scss */
.widget {
  margin-bottom: 1.625em;
}
/* line 241, ../scss/breakpoints/_768up.scss */
.widget:last-child {
  margin: 0;
}
/* line 244, ../scss/breakpoints/_768up.scss */
.widget ul {
  margin: 0;
}

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/* line 329, ../scss/breakpoints/_768up.scss */
.no-widgets {
  background-color: #fff;
  margin-bottom: 1.5625em;
  padding: 1.5625em 1.625em 0 1.625em;
  border: 1px solid #eeeeee;
  text-align: center;
}

/*********************
FOOTER STYLES
*********************/
/* line 340, ../scss/breakpoints/_768up.scss */
#inner-footer h2 {
  text-align: left;
  float: left;
  width: 100%;
}
/* line 346, ../scss/breakpoints/_768up.scss */
#inner-footer .footer-right .col {
  text-align: left;
}
/* line 349, ../scss/breakpoints/_768up.scss */
#inner-footer .footer-right .col address .fa {
  color: #fff;
}
/* line 354, ../scss/breakpoints/_768up.scss */
#inner-footer .footer-right .col:nth-child(2) {
  float: left;
  width: 100%;
  text-align: left;
}

/*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
/* line 368, ../scss/breakpoints/_768up.scss */
.footer-links ul li {
  /*
  be careful with the depth of your menus.
  it's very rare to have multi-depth menus in
  the footer.
  */
}

/* end .footer-links */
/*********************
HOME PAGE STYLES
*********************/
/* line 384, ../scss/breakpoints/_768up.scss */
#contact-form-float {
  position: fixed;
  z-index: 3;
  top: 15%;
  width: 500px;
  border-width: 0em;
  border-style: solid;
  padding: 0.8125em;
  -moz-box-shadow: #eeeeee 0px 0px 0px 1px;
  -webkit-box-shadow: #eeeeee 0px 0px 0px 1px;
  box-shadow: #eeeeee 0px 0px 0px 1px;
  background-color: #fff;
}
/* line 392, ../scss/breakpoints/_768up.scss */
#contact-form-float .contact-form-float-toggle {
  display: block;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 1.5em;
  line-height: 1.625em;
  line-height: 1;
  border-width: 0em;
  border-style: solid;
  padding: 0.8125em;
  border: none;
  outline: none;
  background-color: #0095dd;
  color: #fff;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

/* line 424, ../scss/breakpoints/_768up.scss */
#Our-Cranes .service .col {
  width: 56%;
  padding: 0 20px;
}
/* line 428, ../scss/breakpoints/_768up.scss */
#Our-Cranes .service .col:nth-child(2) {
  width: 40%;
}

/* line 434, ../scss/breakpoints/_768up.scss */
#Got-weekend-service .col {
  width: 60%;
  float: left;
}
/* line 438, ../scss/breakpoints/_768up.scss */
#Got-weekend-service .col:nth-child(2) {
  width: 36%;
}

/* line 443, ../scss/breakpoints/_768up.scss */
#home-brands .our-client-border {
  width: 80%;
}
/* line 447, ../scss/breakpoints/_768up.scss */
#home-brands .brand-postion .brand-crane-img {
  display: none;
}

/******************************************************************
Site Name:
Author:
Stylesheet: Desktop Stylsheet
This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.
******************************************************************/
/* line 10, ../scss/breakpoints/_1030up.scss */
#home-slider .flexslider .flex-direction-nav {
  background: #fff;
}
/* line 12, ../scss/breakpoints/_1030up.scss */
#home-slider .flexslider .flex-direction-nav li:first-child {
  bottom: 65px;
}
/* line 15, ../scss/breakpoints/_1030up.scss */
#home-slider .flexslider .flex-direction-nav li:last-child {
  bottom: 65px;
}

/* line 22, ../scss/breakpoints/_1030up.scss */
#home-services .grid > .d-3, #home-services .grid.d-3 > * {
  width: 24.8% !important;
}
/* line 27, ../scss/breakpoints/_1030up.scss */
#home-services .service .figcaption p {
  min-height: 150px;
}
/* line 31, ../scss/breakpoints/_1030up.scss */
#home-services .service h4 {
  min-height: auto;
}

/* line 36, ../scss/breakpoints/_1030up.scss */
#Our-Cranes {
  margin-top: 50px;
}
/* line 39, ../scss/breakpoints/_1030up.scss */
#Our-Cranes .service .our-cranes-img {
  display: block;
}

/* line 44, ../scss/breakpoints/_1030up.scss */
#whyus {
  width: 85%;
}
/* line 46, ../scss/breakpoints/_1030up.scss */
#whyus .grid > .t-6, #whyus .grid.t-6 > * {
  width: 25% !important;
  float: left;
}
/* line 50, ../scss/breakpoints/_1030up.scss */
#whyus .why-conten {
  min-height: 103px;
}

/* line 55, ../scss/breakpoints/_1030up.scss */
#inner-footer h2 {
  width: 100%;
}
/* line 59, ../scss/breakpoints/_1030up.scss */
#inner-footer .figure responsive-image .figcaption {
  width: 80%;
}
/* line 64, ../scss/breakpoints/_1030up.scss */
#inner-footer .footer-right .col {
  float: left;
  width: 50%;
}
/* line 68, ../scss/breakpoints/_1030up.scss */
#inner-footer .footer-right .col address .fa {
  color: #fff;
}
/* line 75, ../scss/breakpoints/_1030up.scss */
#inner-footer .footer-right .col:nth-child(2) {
  float: left;
  width: 50%;
}

/* line 82, ../scss/breakpoints/_1030up.scss */
#home-brands .our-client-border {
  width: 84%;
}
/* line 86, ../scss/breakpoints/_1030up.scss */
#home-brands .brand-postion .brand-crane-img {
  display: block;
}

/*
you can call the larger styles if you want, but there's really no need
*/
/******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
/*
For example, you can use something like:

.no-textshadow .class { ... }

You can also target specific versions by using the classes applied to
the html element. These can sometimes change, so take a look inside the
header.php file to see what they are:


.lt-ie8 .class { ... }

*/
