/**
 * Slider Style Sheet
 * Developed by: N-Gen Desing <http://ngendesign.net>
 * Author: Andrew Nite <info@ngendesign.net>
 * "Building to simply build"
 */

/*--------------------------------------------------------------------------
  Home Image
--------------------------------------------------------------------------*/

#home-image {
	border-bottom: 4px solid #192254;
	height: 602px;
	background: url(../image/background/rv_storage.jpg) no-repeat;
	/*
	background-attachment: fixed;
	*/
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
#home-image .home-image-text {
  color: #FFFFFF;
  /*margin-top:180px;*/
  margin-top:210px;
}
#home-image .home-image-text h1 {
  font-size:52px;
  margin:0px;
  font-weight:bold;
  text-shadow: 2px 2px #222222;
}
#home-image .home-image-text h2 {
  font-size:32px;
  margin:0px;
  font-weight:bold;
  text-shadow: 2px 2px #222222;
}
#home-image .home-image-text p {
  font-size:22px;
}
#home-image .home-image-text span {
  color:#ffe700;
  font-weight:bold;
}
#home-image .block-image {
  margin-top:22px;
}
/*--------------------------------------
  Mobile styles
--------------------------------------*/
@media (min-width: 1200px) {
  #home-image .block-image {
    margin-left: 20em;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #home-image {
      height: 484px;
    }
    #home-image .block-image{
      margin-top: 37px;
      margin-left: 0px;
    }
    #home-image .home-image-text{
      margin-top: 90px;
    }
    #home-image .home-image-text h1 {
      font-size: 40px;
    }
    #home-image .home-image-text h2 {
      font-size:32px;
    }
    #home-image .home-image-text p {
      font-size:22px;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #home-image {
     height: 628px;
   }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
   
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  #home-image {
    height: 368px;
  }
  #home-image .home-image-text {
    display:none;
  }
}
#home-image .block {
  border-top:3px solid #ffe700;
  border-right:1px solid #222e72;
  border-bottom:1px solid #222e72;
  border-left:1px solid #222e72;
  background-color: #2b3a90;
  display:inline-block;
  width:120px;
  height:120px;
  text-align:center;
  cursor:default;
}
#home-image .block i {
  font-size:64px;
  margin-top:6px;
  transition: all 0.5s linear;
}
#home-image .block p {
  margin:0px;
  line-height: 1;
  transition: all 0.5s linear;
}
/*--------------------------------------------------------------------------
  Home Slider
--------------------------------------------------------------------------*/
#first-slider {
  
}
#first-slider .main-container {
  padding: 0;
  
}