/*  ==========================================================================
    Grid View
    =========================================================================== */
.nm-post-wrapper {
	background: #f0f0f0;
	border: 1px solid #e0e0e0
}

.nm-post-wrapper.gridview {
	background: #eee;
}

.gridview .nm-post {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.gridview .nm-post figure {
	position: relative;
	overflow: hidden;
}

.gridview .nm-post figure img {
	width: 100%;
	float: left;
}

.gridview .nm-post figcaption {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px;
	position: absolute;
	bottom: 0;
	background: #fff;
	background: rgba(255,255,255,0.7);
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #444;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.gridview .nm-post .link {
	display: block;
	padding: 5px 10px;
	text-align: right;
	background: #D3A647;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
}



/*  ==========================================================================
    Detail view
    ========================================================================== */

/*  Tab Content
    ========================================================================== */

.nm-tabs .post-title {
	padding: 10px 20px;
}

.nm-tabs h3 {
	margin: 5px 0 10px;
}

.nm-tabs .ui-tabs-panel {
	padding: 0 20px 20px;
}

.nm-photo-gallery {
	max-width: 960px;
}

.nm-photo-gallery .bx-wrapper {
	margin-bottom: 20px;
}

/*  Boat Navigation
    ========================================================================== */

.nm-boats-nav {
	width: 90%;
	margin: 5px auto 15px;
}

.nm-boats-nav h3 {
	margin: 0;
	padding: 5px 11px;
	background: #d0a153;
	border-bottom: 5px solid #E7CEA5;
	color: #fff;
}

.nm-boats-nav ul {
	margin: 0;
	padding: 0;
	background: #F0F0F0;
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nm-boats-nav li {
	margin: 0;
	list-style: none;
}

.nm-boats-nav li a {
	padding: 15px;
	color: #999;
	font-size: 1.2em;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.nm-boats-nav li:hover a {
	color: #222;
}

.nm-boats-nav li.active a {
	background: #fff;
	color: #D3A647;
}

/*  Jquery Tabs
    ========================================================================== */

.nm-tabs {
	background: #fff;
	border: 1px solid #ccc;
	width: 90%;
	margin: 5px auto 15px;
}

.nm-tabs-nav {
	margin: 0;
	background: #F0F0F0;
}

.nm-tabs-nav li {
	margin: 0;
	list-style: none;
}

.nm-tabs-nav li a {
	padding: 15px;
	color: #999;
	font-size: 1.2em;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.nm-tabs-nav li:hover a {
	color: #222;
}

.nm-tabs-nav li.ui-state-active a {
	background: #fff;
	color: #D3A647;
}

/*  Slider
    ========================================================================== */

.offscreen {
	display:block !important;
	position: absolute !important;
	right: -9999px !important;
}

.nm-bxpager {
	padding: 0 0 11px 11px;
	background: #f5ead7;
}

.nm-bxpager a {
	margin: 11px 11px 0 0;
	float: left;
}

.nm-bxpager a img {
	width: auto;
	height: auto;
	float: left;
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

/*  Specifications
    ========================================================================== */

.nm-spec-list {
	margin: 0;
	border: 1px solid #f0f0f0;
}

.nm-spec-list li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.nm-spec-list li:nth-child(even) {
	background: #f5f5f5;
}

.nm-spec-list strong {
	padding: 0 15px 0 0;
	min-width: 105px;
	display: inline-block;
}

.nm-spec-list .nm-file-button {
	padding: 5px 10px;
	background: #f5ead7;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	color: #222;
	text-decoration: none;
}

.nm-spec-list .nm-file-button:hover {
	background: #DDB777;
}

@media all and (min-width: 648px) {


	/*  Tab Content
    ========================================================================== */

	.nm-tabs .post-title {
		padding: 5px 0;
	}

	.nm-tabs h3 {
		margin: 15px 0;
	}

	.nm-tabs .ui-tabs-panel {
		padding: 0;
	}


	/*  Boat Navigation
    ========================================================================== */
	.nm-boats-nav {
		width: 100%;
		margin: 5px 0 15px;
	}

	.nm-boats-nav h3 {
		width: 113px;
		height: 36px;
		line-height: 36px;
		padding: 0 10px 0 30px;
		background: url(../images/model-nav.png) no-repeat;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 1.2em;
		float: left;
		position: relative;
		z-index: 100;
		border: 0;
	}

	.nm-boats-nav ul {
		width: 100%;
		margin: 3px 0;
		/*padding: 0 0 0 150px;*/
		float: left;
		background: #000;
		background: rgba(0,0,0,0.7);
		border: 1px solid #000;
		position: relative;
		z-index: 80;
	}

	.nm-boats-nav li {
		float: left;
		display: block;
		position: relative;
	}

	.nm-boats-nav li a {
		line-height: 26px;
		padding: 5px 15px;
		color: #fff;
		font-size: .9em;
		display: block;
		border: 0;
	}

	.nm-boats-nav li a:hover {
		color: #D3A647;
	}

	.nm-boats-nav li.active a {
		background: #eee;
		color: #222;
	}

	.nm-boats-nav li.active a:before {
		content: '';
		background: url(../images/nav-arrow.png) no-repeat;
		display: block;
		width: 17px;
		height: 9px;
		bottom: -9px;
		left: 50%;
		margin-left: -8px;
		position: absolute;
	}

	/*  Jquery Tabs
	    ========================================================================== */

	.nm-tabs {
		width: 100%;
		margin: 0;
		background: none;
		border: 0;
	}

	.nm-tabs-nav {
		width: 100%;
		margin: 0;
		padding: 10px 8px 0;
		background: rgba(255,255,255,0.8);
		text-align: left;
		border: 1px solid #fff;
		border-bottom: 1px solid #999;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nm-tabs-nav li {
		display: inline-block;
		border: 1px solid transparent;
		margin-bottom: -2px;
	}

	.nm-tabs-nav li a {
		display: block;
		padding: 10px 15px;
		color: #999;
		text-decoration: none;
		border: 0;
	}

	.nm-tabs-nav .ui-state-active {
		background: #fff;
		border: 1px solid #999;
		border-bottom: 0;
	}


	/*  Spec List
	    ========================================================================== */

	.nm-spec-list {
		width: 90%;
	}


	/*  Youtube Gallery
	    ========================================================================== */

	.nm-youtube-gallery {}

	.nm-youtube-thumbnails {
		margin: 0 0 0 10px;
		padding: 10px;
		background: #f5ead7;
	}

	.nm-youtube-thumbnails li {
		margin: 0 0 10px 0;
		list-style: none;
	}

	.nm-youtube-thumbnails li img {
		border: 1px solid #fff;
		box-shadow: 0px 0 5px rgba(0,0,0,0.4);
	}

	.nm-youtube-more a {
		text-align: center;
		padding: 5px 10px;
		background: #eee;
		border: 1px solid #ccc;
		display: block;
	}



}


/*  Store-Locator Page
    ========================================================================== */

.store-locator .map-holder .gmap{
	min-height: 250px;
}    

.store-locator .map-holder .gmap img,
.store-locator .directions-holder .directions img{
	max-width: none !important; 
    height: auto !important; 
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}