/* Site CSS */

#home #main, #home #main #primary , #home #main #secondary, #home #main #tertiary {padding:0px; position:relative;}
#home #main > .layout > .row {
    margin: 0;
}
#home #hero {height:auto; background-image:none;}

#home #upper > .container, #home #breadcrumbs > .container, #home #main > .container {
    width: 100%;
    padding: 0;
} 

#home #breadcrumbs {
    display: none;
}

#header {
    display: none;
}

#hero {
	 padding: 0;
}
#heroimg {
	 position:relative;
	 background:url(../img/sandias.jpg) center center no-repeat;
	 background-size:cover;
	 height: 532px;
}
#heroimg-txt {
	 position: absolute;
	 bottom: 50px;
	 left: 50px;
	 color: #fff;
	 font-size: 3em;
	 line-height:1;
	 text-transform: uppercase;
	 background-color: #ba0c2f;
	 padding: 20px;
}

h2 small {
    color: #63666a;
    font-weight: 700;
}

.smallbtn {
    font-size: .65em;
    color: #ccc;
}


#intro { padding: 30px 0}
#forums {
    background: #ba0c2f;
    color: #fff;
    padding: 30px 0;
}

#forums a {
    color: #fff;
    text-decoration: underline;
}
#news {
    /*padding: 30px 0;*/
}
#form {padding: 30px 0;}




