.home-banner-row {
   background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("https://www.joycontainers.com/wp-content/uploads/2018/01/shipping-containers-for-sale-nsw.jpg");
  min-height: 450px;
  padding: 100px 0 100px 0;
  margin-bottom:30px;
  background-size: cover;
  background-position: center top;
}

.home-banner-row h1 {
  font-weight:600;
  text-transform: uppercase;
}

.home-hero-block {
  color:#f2f2f2;
  letter-spacing: 2px;
  max-width:600px;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
   animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ========================================================================== 
	HOME - INSTANT QUOTE
  ========================================================================== */
.instant-quote {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px 0px 10px 10px;
    background-color:#ffffff;
    border: 5px solid #0a0a0a;
    border-radius:2px;
    box-sizing:content-box;
}


.instant-quote .element-title {
  font-size:16px;
  font-weight:900;
  margin-bottom:5px;
}

.instant-quote .gform_wrapper .gsection_title {
  font-size:12px !important;
  display:none;
}

.instant-quote .gform_fields li {
  margin-bottom:6px !important;
}

.instant-quote .name_first input, .instant-quote .name_last input  {
  margin-bottom:6px !important;
  width:100%;
}

.instant-quote .ginput_container label, .instant-quote .gform_wrapper .gfield_label {
  display:none;
}

.instant-quote .ginput_container input, .instant-quote .ginput_container select {
  font-size:11px !important;
  padding: 2px 5px !important;
  line-height: 16px !important;
  width:100%;
}

.instant-quote .ginput_container textarea {
  height:120px;
  width:96%;
  font-size:11px !important;
  padding: 2px 5px !important;
  margin: 0 !important;
  line-height: 16px !important;
}

.instant-quote .gform_wrapper .gform_footer {
  padding: 20px 0px 20px 0;
  margin: 0px;
}

.gform_button.button {
  font-size:12px !important;
  padding: 2px 5px !important;
  margin-right:4%;
}

/* ========================================================================== 
	HOME - WHY
  ========================================================================== */
.home-second-row {
  padding: 0 0 20px;
}

.home-why {
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.home-why h2 {
  font-family:Raleway, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing:0px;
}

.home-why h3 {
  font-family:Raleway, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

li.home-why-points::before {
  content:f005;
  font-family: FontAwesome;
  padding-right: 10px;
  color: #ff8700;
  display:table-cell;
}

li.home-why-points {
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0;
  display:table;
}

.home-cta-button {
  background-color: #ff8700;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  transition-property: all;
  transition-duration: 1s;
  float: right;
}

.home-cta-button:hover, .home-cta-button:focus {
  background-color: #d47000;
  color: #ffffff;
  text-decoration: none;
}

.home-second-row {
  /*padding: 10px 0;*/
}

.home-second-row .colwrapper {
  padding: 20px 0 30px 0;
}

/* ========================================================================== 
	HOME - SERVICES
  ========================================================================== */

.home-services {
  text-align: center;
}

.home-services h2 {
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
}

.home-services p {
  color: #c7c7c7;
  margin-bottom: 0px !important;
}

.home-services-wrapper {
   background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://www.joycontainers.com/wp-content/uploads/2016/09/JoyContainers_Home_1920px_003.jpg");
  padding: 50px 0px;
  background-size: cover;
  background-position: center;
}
  
.home-services-img {
  display: inline-block;
  width: 30%;
}

.home-services-img img.straight {
  width:96%;
  height:auto;
  margin: 0 auto;
  border: 8px solid #ffffff;
  /*transform: translateY(11%);*/
}

.home-services-box {
  display: inline-block;
  width: 100%;
}

.home-services-box .intense .content-box-text h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
}

.home-services-box .intense.content-box .content-box-text {
  margin-top:0px;
  text-align:center;
  padding:20px;
  border:none !important;
}

.home-services-box .intense .content-box-text:hover {
  border: transparent !important;
}

.home-services-box .intense .content-box-icon {
  margin: 0 auto;
}

.home-services-row>div {
  display:table;
  border-spacing:8px;
  margin:0 !important;
}

.home-services-box .intense.content-box {
  display:table-cell;
  /*transition-property: all;
  transition-duration: 0.7s;*/
  transition: background 0.7s, color 0.2s;
  background-color:#ffffff;
  width:30% !important;
  border: 1px solid #a3a3a3;
  position:relative;
}

.home-services-box .intense.content-box:hover {
  background: linear-gradient(rgba(255, 135, 0, 0.8), rgba(255, 135, 0, 0.8)), url("https://www.joycontainers.com/wp-content/uploads/2016/08/subtle_dots.png")repeat 
center;

  
  -webkit-box-shadow: 2px 4px 10px 0px rgba(255,255,255,0.4);
  -moz-box-shadow: 2px 4px 10px 0px rgba(255,255,255,0.4);
  box-shadow: 2px 4px 10px 0px rgba(255,255,255,0.4);
  color:#fefefe;
  
}

.home-services-box .intense.content-box:hover a {
  color:#fefefe;
}

.home-services-box div.content-box-excerpt {
  
  padding-bottom: 10px;
}

.home-services-box div.pull-right.content-box-link {
  padding-top: 10px;
  font-size: 12px;
  border-top: 1px dotted rgba(0,0,0,0.3);
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.home-services-box .content-box-link a {
  margin-right:10px;
}

.home-services-box .content-box-link a:hover {
  font-weight:bold;
}

@media screen and (max-width:1200px) {
  
  .home-services-box {
    width:100%;
    text-align:center;
  }
  
  .home-services-img {
    display:none;
  }
  
}

@media screen and (min-width:1200px) {
  
  #wrapper-22 {
    top: 30%;
  }
  
  .home-banner-row {
    padding:100px 0;
  }
}


@media screen and (min-width:991px) {
  
  #wrapper-22 {
    position: absolute;
    top: 30%;
    left: 60%;
  }
  
  .home-banner-row {
    padding:80px 0;
  }
  
  #container-22 {
    width:auto;
  }
}

@media screen and (max-width:991px) {
    
  .instant-quote {
    padding: 10px;
  }
  
 .instant-quote .ginput_container textarea {
    width:100%;
  }

  .gform_button.button {
    font-size:12px !important;
    padding: 2px 5px !important;
    margin-right:0;
  }

}


@media screen and (max-width: 767px) {
  
  .home-services-box .intense.content-box{
    display:inline-block;
    width: 90% !important;
  }
  
  .home-services-row>div {
    display:block;
  }
  
}

@media screen and (max-width: 575px) {
  
  .home-banner-row { 
    padding:50px 0;
  }
  
}																							