





/*----- Home Sections -----*/

#home-landing:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;   
}

#home-landing {
    background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: table;
	width: 100%;
	height: 75%;
	min-height: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
    position: relative;
}
#home-landing #home-parallax-fullscreen {
	display: table;
}   
#home-landing .home-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
    height: 40px;
    margin: auto;
    position: absolute;
    top: -45px;
    bottom: 0;
    left: 0;
    right: 0;    
}

#home-landing .logo-heading img{
    width: 350px;
}


@media(max-width: 700px) {
  #home-landing .home-container {
    width: 500px;
  }

}

@media(max-width: 550px) {
  #home-landing .home-container {
    width: 400px;
  } 
   #home-landing .logo-heading img{
        width: 280px;
    }   
}



@media(max-width: 450px) {
  #home-landing .home-container {
    width: 300px;
  }  
}



@media(max-width: 350px) {
  #home-landing .home-container {
    width: 200px;
  } 

   #home-landing .logo-heading img{
        width: 200px;
    }
}






#home-landing .home-title h1{
    margin-bottom: 60px;
}

#home-landing .home-title h2 {
	letter-spacing: 2px; 
    font-size: 45px;
    color: #FFF;
    /*font-family: 'Varela Round', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}
#home-landing .home-heading {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width:992px) {
    #home-landing .home-heading {
        font-size: 72px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    #home-landing .home-heading {
        font-size: 55px;
    }
}

#home-landing .home-subheading {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    letter-spacing: .5px; 
    font-weight: 400;
    color: #ccc; 
    z-index:999!important;
}


#home-landing .home-bottom {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
} 
#home-landing .move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 40px;
}
#home-landing .bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

#home-landing .home-bottom a {
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;	
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
} 
#home-landing .home-bottom a:hover {
    opacity: .9; 
}
#home-landing .home-bottom a { 
    font-size: 22px;
}

/*----- Home Revolution Slider -----*/

#home-landing .content {
    position: relative;
    z-index: 3; 
    background-color: #fff;
}
#home-landing .home-heading,
#home-landing .home-subheading {
    position: relative;
    z-index: 1; 
    text-align: center;
    transform: translateY(0px);
    /*-webkit-transition: 1s opacity ease-in-out;*/
}



