#list_home_page_slides {
	padding: 0;
	list-style: none;
}
.home-page-slide{
	position:relative;
	width:100%;
}

.home-page-slide-link{
	display:block;
}
.home-page-slide-img{
	max-height: 590px;
	width:100%;
	display:block;
}
.home-page-slide-headings{
	position:absolute;
	width:80%;
	margin-left:-40%;
	left:50%;
	bottom:15%;
	z-index:1;
	text-align:center;
	color:#fff;
}

.home-page-slide-headings h1{
	font-size:32px;
	margin:5px 0;
}
.home-page-slide-headings h2{
	font-size:18px;
	margin:5px 0;
	font-family: 'Novecento Sans W01 Wd DmBd';
}

.home-page-slides-pager {
	position: absolute;
	bottom: 10%;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	z-index: 101;
	text-align: center;
	height:2%;
	list-style:none;
	padding:0;
}
.home-page-slide-page{
	width:4%;
	margin:0 1%;
	height:100%;
	background:#fff;
	display:inline-block;
}
.home-page-slide-page.cycle-pager-active{
	background:#ffb608;
}
.fw-item {
	position: relative;
}
.fw-image, .nmh-image {
	display: block;
	width: 100%;
}

.nh-fw-image {
	display: none;
}
.nh-headings {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.nh-buttons {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
div.home-page-fw .nh-headings {
	bottom: 94px;
}
h1.nh-dsk {
    padding-bottom: 5px;
}


.nh-headings h2 {
	font-size: 16px;
	line-height: 1;
}
.nh-white {
	color: #fff;
}
.nh-headings a {
	margin: 0 12px 10px 0;
	max-width: 80%;
	line-height: 36px;
}
a.nh-wb-button, .nh-wb-button {
	display: inline-block;
    background: #000;
    max-width: 100%;
    height: 40px;
	font-size: 15px;
    color: #fff;
    line-height: 34px;
    padding:0 1em;
    border:solid 2px #000;
    text-align: center;
    transition:all .5s;
    font-family:'Novecento Sans W01 Wd DmBd';
	text-transform: lowercase;
	letter-spacing: 1px;
    min-width: 150px;
}
.nh-wb-button:hover {
	color: #ffb608;
	border-color: #ffb608;
	text-decoration: none;
}
.nh-dsk {
	display: none;
}
a.home-page-fw {
	display: block;
	color: #231f20;
}
div.home-page-fw {
    padding-bottom: 78px;
}

.nh-button {
    margin: 0 2px;
}
/* mobile only styles */
@media (min-width: 460px) {
	
	
	
	.nh-button {
	    margin: 0 6px;
	}
}
@media (min-width: 568px){	
	#list_home_page_slides {
		margin: -20px -30px 0;
	}
	.home-page-slide-headings h1{
		font-size:50px;
	}
	.home-page-slide-headings h2{
		font-size:20px;
	}
	.nh-headings h1 {
		font-size:30px;
		font-family:'Novecento Sans W01 Wd Md';
	}
	.nh-headings h2 {
		font-size: 24px;
	}
}
@media (max-width: 1199px){
	#list_home_page_slides {
		margin: -20px -30px 0;
	}
}
@media (max-width: 768px) {
	a.nh-button, .nh-button {
		color: #fff;
		background-color: #000;
		border-color: #000;
	}
}
@media (min-width: 769px) {
	.nh-dsk {
		padding:0 1em;
		display: block;
	}
	.nh-mob {
		display: none;
	}
	.nh-headings a {
		margin: 0 12px 5px;
	}
	
	div.home-page-fw {
	    padding-bottom: 0;
	}
	.nh-buttons {
		bottom: 60px;
	}
}
@media (min-width: 1024px) {
	.nh-center {
	    width: 600px;
	    left: 50%;
	    margin-left: -300px;
	}
	.nmh-image {
		display: none;
	}
	.nh-fw-image {
		display: block;
	}
	.nh-headings h1 {
		font-size: 48px;

		margin: .25em 0 13px;
	}
	.nh-headings h2 {
		font-size: 22px;
		margin: .25em 0 1em;
	}
	.nh-left {
		width:50%;
		text-align: left;
		padding-left: 65px;
	}
	.nh-buttons.nh-left {
		margin-left:-6px;
	}
	.nh-right {
		width: 40%;
		text-align:left;
		left: 60%;
		padding-right: 65px;
	}
	.nh-headings {
	    bottom: 45px;
	}
	.nh-dsk {
		padding-left:0;
		padding-right:0;
	}
	div.home-page-fw .nh-headings {
	    bottom: 116px;
	}
	.nh-wrap {
	    position: relative;
	}
	.nh-vert .nh-wrap, .nh-vert0 .nh-wrap {
	    position: absolute;
	    bottom: 60px;
	}
	.nh-vert1 .nh-wrap {
	    position: absolute;
	    top: 40px;
	}
	.nh-vert2 .nh-wrap {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.nh-wrap.nh-right .nh-headings, .nh-wrap.nh-left .nh-headings,
	.nh-wrap.nh-right .nh-buttons, .nh-wrap.nh-left .nh-buttons
	{
		text-align: left;
	}
	.nh-wrap .nh-headings {
	    position: static;
	}
	.nh-wrap .nh-buttons {
		margin-top: 40px;
	    position: static;
	}
}

@media (min-width: 1200px){
	#list_home_page_slides {
		margin: -20px 0 0;
		padding: 0;
		list-style: none;
		height:521px;
	}
	.home-page-slide-headings h1{
		font-size:60px;
	}
	.home-page-slide-headings h2{
		font-size:24px;
	}
}