/* CSS Document */

/*HEADER*/
header{
  position:relative;
  display: block;
  margin-bottom: 0;
}
#header-top{
  position:absolute;
  top:0;
  display:block;
  width:100%;
  z-index:10;
  padding:15px;
}
#home-logo{
  max-width:450px;
  width:100%;
}
#home-logo img{
  width:100%;
}
#top-nav{
	top:15px;
	right:15px;
}
#header-phone{
  position:absolute;
  right:30px;
  top:40px;
}
#header-phone a{
  color:#fff;
  font-family: 'Raleway', sans-serif;
  font-size:35px;
}
#header-phone a:hover{
  text-decoration:none;
  cursor:text;
}
#home-slider{
  position:relative;
}
#home-slider .item-caption{
  position:absolute;
  bottom:50px;
  display:block;
  width:100%;
  background:rgba(142,50,38,0.79);
  font-family: 'Raleway', sans-serif;
  padding:15px 25px;
  color:#fff;
  font-weight:300;
  font-size:60px;
}
#home-slider .owl-prev{
  width:36px;
  height:36px;
  position:absolute;
  top:45%;
  left:25px
}
#home-slider .owl-next{
  width:36px;
  height:36px;
  position:absolute;
  top:45%;
  right:25px
}
#home-nav{
  position:absolute;
  bottom:0;
  background:rgba(255,255,255,0.66);
  display:block;
  z-index:10;
  width:100%;
  text-align:center;
  padding:10px;
}
#home-nav ul{
  padding:0;
  margin:0;
}
#home-nav ul li{
  display:inline-block;
}
#home-nav ul li a{
  font-family: 'Raleway', sans-serif;
  font-weight:600;
  color:#000;
  padding:0 25px;
  font-size:22px;
  border-right:1px solid #858384;
}
#home-nav ul li:first-child a{
  padding-left:0;
}
#home-nav ul li:last-child a{
  padding-right:0;
  border:none;
}
#home-nav ul li a:hover{
  text-decoration:none;
  color:#942824;
}

/*HOME CONTENT*/
#home-content{
  display:block;
  width:100%;
}
#home-content-inside{
  width:70%;
  padding:75px 250px 75px 75px;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 87%, rgba(255,255,255,0.5) 96%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 87%,rgba(255,255,255,0.5) 96%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 87%,rgba(255,255,255,0.5) 96%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#home-content-inside h1{
  font-family: 'Raleway', sans-serif;
  font-weight:400;
  font-size:44px;
  color:#8a332c;
}
#home-content-inside p{
  font-family: 'Raleway', sans-serif;
  font-weight:400;
  font-size:18px;
  color:#000;
}
#home-content-inside a{
  font-family: 'Raleway', sans-serif;
  font-weight:500;
  font-size:18px;
  color:#8a332c;
}
#home-content-inside a svg{
  font-size:16px;
}

/*HOME CALLOUTS*/
#home-spotlight-1{
  width:100%;
  position:relative;
  overflow:hidden;
}
#home-spotlight-1 img{
  width:100%;
}
#home-spotlight-1-wrapper{
  position:absolute;
  right:10%;
  top:0;
  width:30%;
  height:100%;
  display:block;
}
#home-spotlight-1-inside{
  width:100%;
  height:100%;
  display:table;
}
#home-spotlight-1-inside div{
  display:table-cell;
  vertical-align: middle;
}
#home-spotlight-1-inside h2{
  font-family: 'Raleway', sans-serif;
  font-size:42px;
  font-weight:400;
  color:#fff;
  padding-bottom:15px;
}
#home-spotlight-1-inside p{
  font-family: 'Raleway', sans-serif;
  font-size:18px;
  font-weight:500;
  color:#fff;
  padding-bottom:15px;
}
#home-spotlight-1-inside a{
  font-family: 'Raleway', sans-serif;
  font-size:18px;
  font-weight:500;
  color:#fff;
}
#home-spotlight-2{
  width:100%;
  position:relative;
  overflow:hidden;
}
#home-spotlight-2 img{
  width:100%;
}
#home-spotlight-2-wrapper{
  position:absolute;
  left:10%;
  top:0;
  width:30%;
  height:100%;
  display:block;
}
#home-spotlight-2-inside{
  width:100%;
  height:100%;
  display:table;
}
#home-spotlight-2-inside div{
  display:table-cell;
  vertical-align: middle;
}
#home-spotlight-2-inside h2{
  font-family: 'Raleway', sans-serif;
  font-size:42px;
  font-weight:400;
  color:#fff;
  padding-bottom:15px;
}
#home-spotlight-2-inside p{
  font-family: 'Raleway', sans-serif;
  font-size:18px;
  font-weight:500;
  color:#fff;
  padding-bottom:15px;
}
#home-spotlight-2-inside a{
  font-family: 'Raleway', sans-serif;
  font-size:18px;
  font-weight:500;
  color:#fff;
}

/*LOGO CAROUSEL*/
#logo-carousel{
  padding:25px 35px;
  position:relative;
  background:#fff;
  clear:both;
}
#logo-carousel .owl-prev{
  color:#6e6e6e;
  position:absolute;
  top:40%;
  font-size:18px;
  left:-20px;
}
#logo-carousel .owl-next{
  color:#6e6e6e;
  position:absolute;
  top:40%;
  font-size:18px;
  right:-20px;
}