body {
  font-family: "proxima-nova", "Nunito Sans", Helvetica, sans-serif;
  font-size: 16px;
  min-height: 500px; }

body, html, .row-offcanvas {
  height: 100%; }

/* GLOBAL */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold; }

h1 {
  font-size: 3em; }

h1, h2 {
  margin: 0 0 40px; }

h3 {
  margin: 20px 0; }

h4 {
  font-size: 18px; }

p.lead {
  font-weight: normal; }

p {
  margin: 0 0 15px; }

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

hr {
  background-color: dimgrey !important;
  color: dimgrey !important;
  border: solid 1px dimgrey !important;
  height: 1px !important; }

/* Media Breaks */
/* Custom iPhone Retina */
/* Extra Small Devices, Phones */
/* LAYOUT */
.row + .row {
  margin-top: 20px; }

section {
  padding: 80px 0; }

.section-header {
  text-align: center; }

.section-header {
  text-align: center; }

section h2 {
  margin: 20px 0 40px; }

section h3 {
  margin: 30px 0 10px; }

section.main-content {
  padding: 40px 0; }

.text-danger, li.text-danger a {
  color: #AC152E; }

a.text-danger:hover {
  color: #AC152E; }

/* Buttons */
button, imput, .btn, a.btn {
  -webkit-font-smoothing: antialaized;
  text-rednering: optimizedlegibility;
  color: white; }

.btn {
  font-weight: bold; }

.btn:focus {
  background: white;
  border-color: #AC152E;
  color: black; }

.btn:hover {
  background: white;
  border-color: #AC152E;
  color: black; }

.btn:active {
  background: white;
  border-color: #AC152E;
  color: black; }

.btn-success:hover {
  background: white;
  border-color: #AC152E;
  color: black; }

.btn-success:active {
  background: white;
  border-color: #AC152E;
  color: black; }

.btn-lg {
  background-color: #AC152E;
  border-color: #AC152E;
  color: white; }

.btn-lg:active {
  background: #AC152E;
  color: white; }

.btn-danger {
  background-color: #AC152E;
  border-color: #AC152E; }

.btn-danger:hover {
  background-color: white;
  border-color: #AC152E;
  color: black; }

.btn-danger:active {
  background-color: white;
  border-color: #AC152E;
  color: black; }

.btn-secondary {
  top: 10px;
  background-color: #AC152E;
  position: fixed;
  z-index: 1;
  color: white; }

.btn-secondary:hover {
  background-color: white;
  border-color: #AC152E;
  color: black; }

.btn-secondary:active {
  background: #AC152E;
  color: white; }

.btn-info {
  background-color: #AC152E;
  border-color: #AC152E; }

.btn-info:hover {
  background-color: white;
  border-color: #AC152E;
  color: black; }

.btn-info:active {
  background-color: white;
  border-color: #AC152E;
  color: black; }

/* OPTIN SECTION */
#optin {
  background: #000;
  padding: 20px 0;
  color: white;
  -webkit-font-smoothing: antialised;
  text-redering: optimizedlegiblility;
  font-size: 1.2em; }

#optin p {
  margin: 7px 0 0 0; }

/* MODAL */
.modal {
  z-index: 10000;
  overflow: auto;
  overflow-y: auto; }

.modal-backdrop.in {
  opacity: 0.5; }

.modal.modal-wide .modal-dialog {
  width: 65%; }

.modal-wide .modal-body {
  overflow-y: auto; }

#tallModal .modal-body p {
  margin-bottom: 900px; }

/* FOOTER */
footer {
  background: #3e4249;
  color: white;
  padding-left: 15px;
  padding-right: 15px; }

/* NEW FOOTER */
#SharrowFooter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex: 0 0 auto; }

#SharrowFooter {
  background-color: #373a48;
  color: white; }

#SharrowFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7; }

#SharrowFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px; }

#SharrowFooter a {
  color: #d2d1d1;
  text-decoration: none; }

#SharrowFooter .myCols {
  text-align: center; }

@media screen and (max-width: 767px) {
  #SharrowFooter {
    text-align: center; } }
.fa-twitter:hover {
  color: #00aced; }

.fa-facebook-official:hover {
  color: #3b5998; }

/* NAVBAR */
.navbar {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 0;
  border-radius: 0; }

.navbar-brand {
  padding: 15px; }

.mainnav .nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px; }

.mainnav .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0; }

#mainnav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

/* PAGE-HEADER */
.page-header {
  height: 40px;
  text-align: center;
  background: blue;
  padding: 0;
  margin: 0;
  color: white;
  border-width: 0; }

/* HERO SECTION */
#hero {
  padding: 0px; }

/* PAGE CONTENT */
.page-content {
  position: relative;
  z-index: 0; }

/* Lfiting */
.bottomcenter {
  position: absolute;
  bottom: 0;
  margin-bottom: 7px;
  left: 25%; }

.fixedheight {
  height: 650px;
  width: 292.5px;
  position: relative; }

.thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 20px; }

.thumbnail img {
  width: 100%; }

/* Products */
.thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 20px; }

.thumbnail img {
  width: 100%; }

/* FOOTER */
footer {
  background: #3e4249;
  color: white;
  padding-left: 15px;
  padding-right: 15px; }

/* NEW FOOTER */
#SharrowFooter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex: 0 0 auto; }

#SharrowFooter {
  background-color: #373a48;
  color: white; }

#SharrowFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7; }

#SharrowFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px; }

#SharrowFooter a {
  color: #d2d1d1;
  text-decoration: none; }

#SharrowFooter .myCols {
  text-align: center; }

@media screen and (max-width: 767px) {
  #SharrowFooter {
    text-align: center; } }
.fa-twitter:hover {
  color: #00aced; }

.fa-facebook-official:hover {
  color: #3b5998; }

/* test sidebar */
/* Sidebar Navigation */
#sidebar {
  width: inherit;
  min-width: 220px;
  max-width: 220px;
  float: left;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }

#main {
  height: 100%;
  overflow: auto; }

/* off Canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: calc(100% + 220px);
    top: 10px; }

  .row-offcanvas-left {
    left: -220px; }

  .row-offcanvas-left.active {
    left: 0; }

  .sidebar-offcanvas {
    position: absolute;
    top: 0; } }
/* Carousel */
#hero {
  padding-top: 50px; }

/* INDEX */
/* Why Sharrow */
#whysharrow {
  text-align: justify; }

#whysharrow img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#news {
  text-align: justify; }

/* Flotating Button */
.btn-group-sm .btn-fab {
  position: fixed !important;
  right: 29px; }

.btn-group .btn-fab {
  position: fixed !important;
  right: 20px; }

#main {
  bottom: 20px; }

#mail {
  bottom: 80px; }

#sms {
  bottom: 125px; }

#autre {
  bottom: 170px; }

/* SERVICES - CRANE */
#inspection {
  text-align: justify; }

#repair {
  text-align: justify; }

/* CONTACT PAGE */
/* Twin Cities Location */
#twincities-sales h4 {
  margin: 0; }

/* Hibbing Location */
#hibbing-sales h4 {
  margin: 0; }

/* MASTHEAD */
#banner {
  background: url("../img/masthead-bg.jpg") no-repeat; }

/* CRANES & HOISTS */
#cranes {
  text-align: justify; }

#hoists {
  text-align: justify; }

#trolleys {
  text-align: justify; }

/* Fall Protection */
#fallprotection {
  text-align: justify; }

/* Training */
#training {
  padding-bottom: 50px;
}
  

/*# sourceMappingURL=app.css.map */

