/* ==========================================================================
    NextGen album
    ========================================================================== */

.ngg-albumoverview {
	margin: 5px !important;
	width: auto !important;
}

.ngg-albumoverview .ngg-album-compact {
	padding: 5px !important;
	width: 25%;
}

.ngg-albumoverview .ngg-album-compact h4 {
	margin: 0 !important;
}

.ngg-albumoverview .ngg-album-compact h4 a {
	max-width: none !important;
	height: auto !important;
	display: block;
	-moz-white-space: nowrap;
	white-space: nowrap;  
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden; 
}

.ngg-albumoverview .ngg-album-gallery-image-counter strong {
	font-weight: normal;
}

.ngg-albumoverview .ngg-album-compactbox {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.ngg-albumoverview .ngg-album-compactbox:before,
.ngg-albumoverview .ngg-album-compactbox:after {
	display: none !important;
}

.ngg-albumoverview .ngg-album-link a {
	display: block;
}

.ngg-albumoverview .ngg-album-compactbox .Thumb {
	border: 1px solid #d1d1d1 !important;
	width: 100%;
}

@media (max-width: 767px) {
	.ngg-albumoverview .ngg-album-compact {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.ngg-albumoverview .ngg-album-compact {
		width: 100%;
	}
}

/* ==========================================================================
    NextGen gallery
    ========================================================================== */

.ngg-galleryoverview {
	margin: 5px !important;
	width: auto !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	margin: 0 !important;
	padding: 5px;
	float: left;
	width: 25%;
}

.ngg-galleryoverview .ngg-gallery-thumbnail,
.ngg-galleryoverview .ngg-gallery-thumbnail a {
	display: block;
	float: none;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box a {
	color: #000;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box .albums a:hover {
	color: #A90403;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box img {
	width: 100%;
	height: auto;
	border: 1px solid #d1d1d1;
	margin: 0;
	padding: 0;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box img:hover {
	background-color: #fff;
	border: 1px solid #B3B3B3;
}

@media (max-width: 767px) {
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 100%;
	}
}

/* ==========================================================================
    NextGen custom: Logo gallery
    ========================================================================== */

.ngg-logo-gallery-template {
	padding: 5px;
}

.ngg-logo-gallery-template .ngg-logo-box {
	margin: 0;
	padding: 5px;
	display: inline-block;
	width: 20%;
	vertical-align: bottom;
	font-size: 12px;
	text-align: center
}

.ngg-logo-gallery-template .ngg-logo-box img {
	width: 50%;
	height: auto;
}

.ngg-logo-gallery-template .ngg-logo-box span {
	display: block;
	min-height: 50px;
}

@media (max-width: 767px) {
	.ngg-logo-gallery-template .ngg-logo-box {
		width: 50%;
	}
}

/* ==========================================================================
    Body
    ========================================================================== */

html,
body {
	background-color: #222;
	overflow-x: hidden; 
}

.center-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.large-center-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.browsehappy {
	margin: 0;
	background: #ccc;
	color: #000;
	padding: 5px;
}

.facebook:before,
.twitter:before,
.linkedin:before,
.youtube:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

.facebook:before {
	background: url("../img/sprite.png?v=150601") -5px -77px;
}

.twitter:before {
	background: url("../img/sprite.png?v=150601") -5px -53px;  
}

.linkedin:before {
	background: url("../img/sprite.png?v=150601") -29px -53px;
}

.youtube:before {
	background: url("../img/sprite.png?v=150601") -29px -77px;
}

@media (max-width: 959px) {
	.center-wrapper {
		width: 768px;
	}
}

@media (max-width: 767px) {
	.center-wrapper {
		width: auto;
	}
}

/* ==========================================================================
    Helpers
    ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.no-grow {
	display: block;
	-moz-white-space: nowrap;
	white-space: nowrap;  
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden; 
}

.check-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.check-list li {
	padding-left: 15px;
	position: relative;
}

.check-list li:before {
	content: "";
	display: block;
	height: 12px;
	width: 14px;
	background: url("../img/sprite.png?v=150601") -114px -48px;
	position: absolute;
	top: 7px;
	left: 0;
}

.arrow-link {
	color: #A90403;
	text-decoration: none;
}

.arrow-link:hover {
	text-decoration: underline;
}

.arrow-link:after {
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
	background: url("../img/sprite.png?v=150601") -77px -47px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -1px;
}

/* ==========================================================================
    Header
    ========================================================================== */

#master-header .top-bar {
	min-height: 37px;
}

#master-header .top-bar .languages {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	padding: 0 10px;
}

#master-header .top-bar .languages li {
	float: left;
	margin: 8px 4px;
}

#master-header .top-bar .languages a {
	display: inline-block;
	opacity: 0.5;
}

#master-header .top-bar .languages a:hover,
#master-header .top-bar .languages a.current-language {
	opacity: 1;   
}

#master-header .top-bar .languages img {
	display: block;
}

#master-header .logo-area {
	background-color: #f5f5f5;
	padding: 20px 0;
}

#master-header .logo-area .logo {
	display: inline-block;
	margin: 0 10px;
	height: 76px;
	width: 242px;
	background: url("../img/logo.png?v=150601") no-repeat;
}

#master-header .logo-area img {
	max-width: 100%;
}

#master-header .main-nav {
	background-color: #fff;
	border-top: 1px solid #d6d3d8;
	border-bottom: 1px solid #b1b1b1;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}

#master-header .main-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#master-header .main-nav .mobile-menu {
	display: none;
}

/* Mega menu */

#master-header .main-nav .mega-menu {
	display: block;
	position: relative;
	white-space: nowrap;
	margin: 0 10px;
}

#master-header .main-nav .mega-menu a {
	text-decoration: none;
	letter-spacing: 0.6px;
}

#master-header .main-nav .mega-menu a:hover {
	text-decoration: underline;
}

#master-header .main-nav .mega-menu > li {
	display: inline-block;
}

#master-header .main-nav .mega-menu > li > a,
#master-header .main-nav .mega-menu > li > span {
	padding: 14px 20px;
	color: #000;
	display: inline-block;
	font-weight: bold;
}

#master-header .main-nav .mega-menu > li.current_page_ancestor > a,
#master-header .main-nav .mega-menu > li.current_page_item > a,
#master-header .main-nav .mega-menu > li.current_page_ancestor > span,
#master-header .main-nav .mega-menu > li.current_page_item > span {
	color: #A90403;
}

#master-header .main-nav .mega-menu > li.page_item_has_children > a:after,
#master-header .main-nav .mega-menu > li.page_item_has_children > span:after {
	content: "";
	display: inline-block;
	height: 6px;
	width: 9px;
	background: url("../img/sprite.png?v=150601") -96px -48px;
	margin-left: 12px;
	margin-bottom: 1px;
}

#master-header .main-nav .mega-menu > li.page_item_has_children:hover > a:after,
#master-header .main-nav .mega-menu > li.page_item_has_children:hover > span:after {
	background-position: -78px -36px;
}

#master-header .main-nav .mega-menu > li:hover > a,
#master-header .main-nav .mega-menu > li:hover > span {
	background: #A90403; /* Old browsers */
	background: -moz-linear-gradient(top,  #830700 0%, #A90403 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#830700), color-stop(100%,#A90403)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #830700 0%,#A90403 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #830700 0%,#A90403 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #830700 0%,#A90403 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #830700 0%,#A90403 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830700', endColorstr='#A90403',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

#master-header .main-nav .mega-menu > li.page_item_has_children:hover {
	cursor: default;
}

/* Mega menu depth 0 */

#master-header .main-nav .mega-menu .sub-menu.depth-0 {
	display: none;
}

#master-header .main-nav .mega-menu > li:hover .sub-menu.depth-0 {
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-top: 5px solid #A90403;
	white-space: normal;
	z-index: 20;
	text-align: left;
	font-size: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#master-header .main-nav .mega-menu .sub-menu.depth-0 > li {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	width: 25%;
	margin: 0;
	font-size: 13px;
}

#master-header .main-nav .mega-menu .sub-menu.depth-0 > li > a,
#master-header .main-nav .mega-menu .sub-menu.depth-0 > li > span {
	color: #A90403;
	display: inline-block;
	padding: 6px;
	font-weight: bold;
}

/* Mega menu depth 1 */

#master-header .main-nav .mega-menu .sub-menu.depth-1 {
	text-transform: none;
	padding-left: 4px;
}

#master-header .main-nav .mega-menu .sub-menu.depth-1 > li > a {
	color: #000;
	display: inline-block;
	padding: 6px;
}

#master-header .main-nav .mega-menu .sub-menu.depth-1 > li > a:hover,
#master-header .main-nav .mega-menu .sub-menu.depth-1 > li.current_page_item > a {
	text-decoration: underline;
}

#master-header .main-nav .mega-menu .sub-menu.depth-1 > li > a img {
	width: 30px;
	vertical-align: middle;
	opacity: 0.8;
	margin-right: 10px;
}

#master-header .main-nav .mega-menu .sub-menu.depth-1 > li > a:hover img {
	opacity: 1;
}

/* Breadcrumbs */

#master-header .breadcrumbs {
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
	padding: 8px 0;
}

#master-header .breadcrumbs .inner-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

#master-header .breadcrumbs span,
#master-header .breadcrumbs a {
	font-size: 12px;
	color: #000;
}

#master-header .breadcrumbs a:hover {
	color: #A90403;
	text-decoration: none;
}

#master-header .breadcrumbs .home {
	display: inline-block;
	height: 12px;
	width: 13px;
	font-size: 0;
	margin-top: -2px;
	color: transparent;
	background: url("../img/sprite.png?v=150601") -54px -54px;
	vertical-align: middle;
}

#master-header .breadcrumbs .home:hover {
	font-size: 0;
	line-height: 0;
	color: transparent;
	background-position: -54px -72px;
}


#master-header .breadcrumbs .arrow {
	display: inline-block;
	background: url("../img/sprite.png?v=150601") -108px -48px;
	height: 9px;
	width: 5px;
	margin: 0 10px;
}

@media (max-width: 767px) {
	#master-header .main-nav {
		background-color: #222;
		text-align: left;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}

	#master-header .main-nav .mobile-menu {
		display: block;
		background-color: #fff;
		border-bottom: 1px solid #d6d3d8;
		border-top: 1px solid #d6d3d8;
	}

	#master-header .main-nav .open-menu {
		display: inline-block;
		border-right: 1px solid #d6d3d8;
		position: relative;
		padding: 11px;
		color: #000;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}

	#master-header .main-nav .open-menu span {
		vertical-align: middle;
	}

	#master-header .main-nav .open-menu:before {
		content: "";
		display: inline-block;
		height: 16px; 
		width: 17px;
		background: url("../img/sprite.png?v=150601") -78px -6px;
		margin-right: 10px;
		vertical-align: middle;
	}

	#master-header .main-nav.menu-active .open-menu:before {
		background-position: -102px -6px;
	}

	/* Mega menu */

	#master-header .main-nav .mega-menu {
		display: none;
		white-space: normal;
		margin: 0;
	}

	#master-header .main-nav.menu-active .mega-menu {
		display: block;
	}

	#master-header .main-nav .mega-menu img {
		display: none;
	}

	#master-header .main-nav .mega-menu > li {
		display: block;
		border-bottom: 1px solid #505050;
	}

	#master-header .main-nav .mega-menu > li > a,
	#master-header .main-nav .mega-menu > li.current_page_ancestor > a,
	#master-header .main-nav .mega-menu > li > span,
	#master-header .main-nav .mega-menu > li.current_page_ancestor > span {
		padding: 12px 55px 12px 10px;
		color: #fff;
		display: block;
		position: relative;
	}

	#master-header .main-nav .mega-menu > li.page_item_has_children > a:after,
	#master-header .main-nav .mega-menu > li.page_item_has_children:hover > a:after,
	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li.page_item_has_children > a:after,
	#master-header .main-nav .mega-menu > li.page_item_has_children > span:after,
	#master-header .main-nav .mega-menu > li.page_item_has_children:hover > span:after,
	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li.page_item_has_children > span:after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin: 0;
		margin-top: -11px;
		content: "";
		display: inline-block;
		height: 23px;
		width: 23px;
		background: url("../img/sprite.png?v=150601") -5px -29px;
	}

	#master-header .main-nav .mega-menu > li.page_item_has_children.menu-item-active > a:after,
	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li.page_item_has_children.menu-item-active > a:after,
	#master-header .main-nav .mega-menu > li.page_item_has_children.menu-item-active > span:after,
	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li.page_item_has_children.menu-item-active > span:after {
		background-position: -5px -5px;
	}

	#master-header .main-nav .mega-menu > li:hover > a,
	#master-header .main-nav .mega-menu > li:hover > span {
		background: none;
	}

	/* Mega menu depth 0 */

	#master-header .main-nav .mega-menu .sub-menu.depth-0,
	#master-header .main-nav .mega-menu > li:hover .sub-menu.depth-0 {
		display: none;
	}

	#master-header .main-nav .mega-menu > li.menu-item-active .sub-menu.depth-0 {
		position: static;
		background-color: #2E2E2E;
		border-top: none;
		display: block;
	}

	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li {
		display: block;
		width: 100%;
		padding: 0;
		border-top: 1px solid #505050;
	}

	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li > a,
	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li > span {
		display: block;
		color: #fff;
		font-size: 11px;
		padding: 12px 10px 12px 20px;
		position: relative;
	}

	/* Mega menu depth 1 */

	#master-header .main-nav .mega-menu .sub-menu.depth-1 {
		padding: 0;
		display: none;
	}

	#master-header .main-nav .mega-menu .sub-menu.depth-0 > li.menu-item-active .sub-menu.depth-1 {
		display: block;
	}

	#master-header .main-nav .mega-menu .sub-menu.depth-1 > li {
		border-top: 1px solid #505050;
	}

	#master-header .main-nav .mega-menu .sub-menu.depth-1 > li > a {
		display: block;
		color: #fff;
		padding: 12px 10px 12px 30px;
		font-size: 11px;
	}

	#master-header .main-nav .mega-menu .sub-menu.depth-1 > li > a:hover {
		color: #fff;   
	}

	/* Breadcrumbs */

	#master-header .breadcrumbs {
		display: none;
	}
}

/* ==========================================================================
    Footer
    ========================================================================== */

#master-footer {
	padding: 20px 0;
}

#master-footer,
#master-footer input,
#master-footer textarea,
#master-footer a {
	color: #999;
	font-size: 12px;
}

#master-footer h3 {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#master-footer .left-col {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	border-right: 1px solid #3c3c3c;
	padding-right: 20px;
	padding-left: 10px;
}

#master-footer .right-col {
	display: table-cell;
	vertical-align: top;
	width: 70%;
	border-left: 1px solid #141414;
	padding-left: 20px;
	padding-right: 10px;
}

#master-footer .logo {
	padding: 10px 0;
	border-bottom: 1px solid #141414;
}

#master-footer .logo a {
	display: block;
	width: 194px;
	height: 276px;
	background: url("../img/shield-logo.png?v=150601");
}

#master-footer .contact-general {
	padding: 10px 0;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #141414;
}

#master-footer .contact-hq {
	padding: 10px 0;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #141414;
}

#master-footer .contact-usa {
	padding: 10px 0;
	border-top: 1px solid #3c3c3c;
}

#master-footer .contact-form {
	padding: 10px 0;
	border-bottom: 1px solid #141414;
}

#master-footer .contact-form-left-col {
	float: left;
	width: 50%;
	padding-right: 5px;
}

#master-footer .contact-form-right-col {
	float: left;
	width: 50%;
}

#master-footer .contact-form input[type="text"],
#master-footer .contact-form textarea {
	border: none;
	padding: 5px;
	width: 100%;
	margin-bottom: 5px;
	background-color: #353535;
	color: #999;
}

#master-footer .contact-form textarea {
	height: 127px;
}

#master-footer .contact-form-captcha {
	margin-bottom: 5px;
}

#master-footer .social-media {
	padding: 10px 0;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #141414;
}

#master-footer .social-media a {
	display: inline-block;
	margin: 0 15px 10px 0;
}

#master-footer .related-sites {
	padding: 10px 0;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #141414;
}

#master-footer .related-sites ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#master-footer .why-ullman {
	padding: 10px 0;
	border-top: 1px solid #3c3c3c;
}

@media (max-width: 767px) {
	#master-footer .logo-area {
		text-align: center;
	}

	#master-footer .left-col,
	#master-footer .right-col {
		width: 50%;
	}

	#master-footer .contact-form-left-col,
	#master-footer .contact-form-right-col {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 480px) {
	#master-footer .left-col,
	#master-footer .right-col {
		display: block;
		width: 100%;
		border: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	#master-footer .contact-form-left-col,
	#master-footer .contact-form-right-col {
		width: 100%;
		padding: 0;
	}

	#master-footer .contact-usa {
		border-bottom: 1px solid #141414;
	}

	#master-footer .contact-form {
		border-top: 1px solid #3c3c3c;
	}
}

/* ==========================================================================
    Main
    ========================================================================== */

#main-content {
	background-color: #f5f5f5;
}

#main-content .sidebar-section.thumbnail-gallery a {
	display: block;
	float: left;
	width: 25%;
	padding: 5px;
}

#main-content .sidebar-section.thumbnail-gallery img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #E0E0E0;
}

#main-content .sidebar-section.thumbnail-gallery a:hover img {
	border-color: #c4c4c4;
}

#main-content .contact-success {
	padding: 20px 0;
}

#main-content .contact-success p {
	display: block;
	margin: 0 10px;
	padding: 20px;
	background-color: #E7FFE5;
	border: 2px solid #73c267;
	color: #307419;
}

#main-content .mega-featured {
	margin: 10px;
}

#main-content .mega-featured img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	#main-content .left-col,
	#main-content .right-col {
		width: 100%;
		padding: 0;
	}
}

/* ==========================================================================
    Front Page Template
    ========================================================================== */

.front-page-template .promo-slideshow {
	background: url("../img/stripes.png?v=150601");
	overflow: hidden;
}

.front-page-template .promo-slideshow ul {
	margin: 0;
	padding: 0;
	display: block;
}

.front-page-template .promo-slideshow li {
	display: block;
	position: relative;
}

.front-page-template .promo-slideshow img {
	display: block;
	width: 100%;
}

.front-page-template .promo-slideshow .overlay-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px;
}

.front-page-template .promo-slideshow .overlay-text p {
	color: #e6e6e6;
	font-size: 100px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}

.front-page-template .product-categories {
	padding: 30px 0;
	border-bottom: 1px dotted #ddd;
}

.front-page-template .product-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 5px;
}

.front-page-template .product-categories li {
	width: 25%;
	float: left;
	padding: 5px;
}

.front-page-template .product-categories a{
	display: block;
	text-decoration: none;
}

.front-page-template .product-categories .category-image {
	overflow: hidden;
}

.front-page-template .product-categories img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.front-page-template .product-categories a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.front-page-template .product-categories .category-title {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.front-page-template .selling-points {
	padding: 30px 0;
}

.front-page-template .selling-points .heading {
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.front-page-template .selling-points ul {
	float: left;
	width: 50%;
	padding: 10px;
}

.front-page-template .references {
	background-color: #fff;
	padding: 30px 0;
}

.front-page-template .references .ngg-navigation {
	display: none !important;
}

.front-page-template .references .bottom-link {
	text-align: center;
	margin-top: 30px; 
}

.front-page-template .feed {
	padding: 30px 0;
}

.front-page-template .feed .left-col {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.front-page-template .feed .right-col {
	float: right;
	width: 50%;
	padding-left: 20px;
}

.front-page-template .latest-news h2 {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin: 0 10px;
}

.front-page-template .latest-news a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px;
}

.front-page-template .latest-news a:hover h3 {
	color: #A90403;
	text-decoration: underline;
}

.front-page-template .latest-news h3 {
	margin: 0;
}

.front-page-template .latest-news .post-featured img {
	width: 100%;
	height: auto;
	display: block;
}

.front-page-template .latest-news .post-date {
	text-transform: uppercase;
	font-size: 10px;
	color: #555;
}

.front-page-template .latest-news .primary-post h3 {
	font-size: 20px;
}

.front-page-template .latest-news .primary-post .post-featured {
	margin: 10px 0;
}

.front-page-template .latest-news .secoundary-post.with-thumbnail .post-featured {
	float: left;
	width: 20%;
	padding-right: 10px;
}

.front-page-template .latest-news .secoundary-post.with-thumbnail .post-description {
	float: left;
	width: 80%;   
}

.front-page-template .sidebar-section.feedback .sidebar-box {
	padding: 10px;
}

@media (max-width: 959px) {
	.front-page-template .promo-slideshow .overlay-text p {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.front-page-template .promo-slideshow .overlay-text {
		padding: 20px;
	}

	.front-page-template .promo-slideshow .overlay-text p {
		font-size: 30px;
	}

	.front-page-template .product-categories li {
		width: 50%;
	}

	.front-page-template .selling-points ul {
		width: 100%;
		padding: 0 10px;
	}
}

/* ==========================================================================
    Default Template
    ========================================================================== */

.default-template {
	padding: 30px 0;
}

.default-template .post {
	margin: 10px;
}

/* ==========================================================================
    Not Found Template
    ========================================================================== */

.not-found-template {
	padding: 30px 0;
}

.not-found-template .page-content {
	margin: 0 10px;
}

/* ==========================================================================
    Album Template & Gallery Template & Logo Gallery Template
    ========================================================================== */

.album-template,
.gallery-template,
.logo-gallery-template {
	padding: 30px 0;
}

.album-template .post,
.gallery-template .post,
.logo-gallery-template .post {
	margin: 0 10px;
}

.logo-gallery-template {
	background-color: #fff;
}

/* ==========================================================================
    Video Template
    ========================================================================== */

.video-gallery-template {
	padding: 30px 0;
}

.video-gallery-template .page-content {
	padding: 10px;
}

.video-gallery-template .wp-theater-section {
	padding: 10px;
}

/* ==========================================================================
    Category Template
    ========================================================================== */

.category-template {
	padding: 30px 0;
}

.category-template .page-content {
	padding: 0 10px;
}

.category-template a {
	color: #000;
	padding: 10px;
	display: block;
}

.category-template a:hover {
	text-decoration: none;
}

.category-template .post-header {
	font-size: 16px;
	margin: 0;
}

.category-template a:hover .post-header {
	text-decoration: underline;
	color: #A90403;
}

.category-template .post-date {
	text-transform: uppercase;
	font-size: 10px;
	color: #555;
}

.category-template .post-featured {
	float: left;
	width: 25%;
	padding-right: 20px;
}

.category-template .post-featured img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #d1d1d1;
}

.category-template .post-description {
	float: left;
	width: 75%;
}

/* ==========================================================================
    Child Pages Template
    ========================================================================== */

.child-pages-template {
	padding: 30px 0;
}

.child-pages-template .page-content {
	padding: 0 10px;
	margin-bottom: 40px;
}

.child-pages-template a {
	color: #000;
	padding: 10px;
	display: block;
}

.child-pages-template a:hover {
	text-decoration: none;
}

.child-pages-template .post-header {
	font-size: 16px;
	margin: 0;
}

.child-pages-template a:hover .post-header {
	text-decoration: underline;
	color: #A90403;
}

.child-pages-template .post-date {
	text-transform: uppercase;
	font-size: 10px;
	color: #555;
}

.child-pages-template .post-featured img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #d1d1d1;
}

/* ==========================================================================
    Child Pages With Thumbs Template
    ========================================================================== */

.child-pages-with-thumbs-template {
	padding: 30px 0;
}

.child-pages-with-thumbs-template .page-content {
	padding: 0 10px;
	margin-bottom: 40px;
}

.child-pages-with-thumbs-template a {
	color: #000;
	padding: 10px;
	display: block;
}

.child-pages-with-thumbs-template a:hover {
	text-decoration: none;
}

.child-pages-with-thumbs-template .post-header {
	font-size: 16px;
	margin: 0;
}

.child-pages-with-thumbs-template a:hover .post-header {
	text-decoration: underline;
	color: #A90403;
}

.child-pages-with-thumbs-template .post-date {
	text-transform: uppercase;
	font-size: 10px;
	color: #555;
}

.child-pages-with-thumbs-template .post-featured {
	float: left;
	width: 25%;
	padding-right: 20px;
}

.child-pages-with-thumbs-template .post-featured img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #d1d1d1;
}

.child-pages-with-thumbs-template .post-description {
	float: left;
	width: 75%;
}

/* ==========================================================================
    Single News Template
    ========================================================================== */

.single-news-template {
	padding: 20px 10px;
}

.single-news-template .post-featured img {
	width: 100%;
	height: auto;
	display: block;
}

.single-news-template .left-col {
	float: left;
	width: 70%;
	padding-right: 20px;
}

.single-news-template .right-col {
	float: left;
	width: 30%;
	padding-left: 20px;
}

.single-news-template h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	font-size: 22px;
}

.single-news-template .post-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

/* ==========================================================================
    Single Product Template
    ========================================================================== */

.single-product-template {
	padding: 20px 0;
}

.single-product-template .left-col {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.single-product-template .right-col {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.single-product-template .post {
	padding: 10px;
}

.single-product-template h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	font-size: 22px;
}

.single-product-template .post-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

.single-product-template .sidebar-section.product-gallery .sidebar-box,
.single-product-template .sidebar-section.reference-gallery .sidebar-box {
	padding: 0;
}

.single-product-template .sidebar-section.technical-info .sidebar-box {
	padding: 10px;
}

.single-product-template .sidebar-section.accessories .sidebar-box {
	padding: 0 10px;
}

.single-product-template .sidebar-section.accessories h3,
.single-product-template .sidebar-section.accessories p {
	margin: 0;
}

.single-product-template .accessory-item { 
	border-top: 1px solid #ddd;
	display: block;
	color: #000;
	padding: 10px 0;
}

.single-product-template .accessory-item:hover {
	text-decoration: none;
}

.single-product-template .accessory-item:first-child { 
	border-top: none;
}

.single-product-template .accessory-item:hover .arrow-link {
	text-decoration: underline;
}

.single-product-template .with-thumbnail .accessory-thumbnail { 
	float: left;
	width: 25%;
	padding-right: 10px;
}

.single-product-template .with-thumbnail .accessory-thumbnail img { 
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #E0E0E0;
}

.single-product-template .with-thumbnail .accessory-description { 
	float: left;
	width: 75%;
}

.single-product-template .ngg-galleryoverview,
.single-product-template .ngg-gallery-thumbnail-box,
.single-product-template .ngg-gallery-thumbnail,
.single-product-template .ngg-gallery-thumbnail img {
	padding: 0;
	margin: 0;
	border: none;
}

.single-product-template .ngg-gallery-thumbnail-box {
	float: left;
	width: 25%;
	padding: 5px;
}

.single-product-template .ngg-gallery-thumbnail img {
	width: 100%;
	height: auto;
	border: 1px solid #E0E0E0;
}

.single-product-template .ngg-gallery-thumbnail img:hover {
	border-color: #c4c4c4;
}

/* ==========================================================================
    Single Accessory Template
    ========================================================================== */

.single-accessory-template {
	padding: 20px 0;
}

.single-accessory-template .left-col {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.single-accessory-template .right-col {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.single-accessory-template .post {
	padding: 10px;
}

.single-accessory-template h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	font-size: 22px;
}

.single-accessory-template .post-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

.single-accessory-template .post-featured {
	padding: 10px;
}

.single-accessory-template .post-featured img {
	width: 100%;
	height: auto;
	display: block;
}

.single-accessory-template .sidebar-section.technical-info .sidebar-box {
	padding: 10px;
}

.single-accessory-template .ngg-galleryoverview,
.single-accessory-template .ngg-gallery-thumbnail-box,
.single-accessory-template .ngg-gallery-thumbnail,
.single-accessory-template .ngg-gallery-thumbnail img {
	padding: 0;
	margin: 0;
	border: none;
}

.single-accessory-template .ngg-gallery-thumbnail-box {
	float: left;
	width: 25%;
	padding: 5px;
}

.single-accessory-template .ngg-gallery-thumbnail img {
	width: 100%;
	height: auto;
	border: 1px solid #E0E0E0;
}

.single-accessory-template .ngg-gallery-thumbnail img:hover {
	border-color: #c4c4c4;
}

/* ==========================================================================
    Sidebar
    ========================================================================== */

.sidebar-section {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	margin: 0 10px;
}

.sidebar-section h2 {
	text-transform: uppercase;
	font-size: 12px;
}

.sidebar-box {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.simple-box {
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 10px;
}

.facebook-box {
	background-color: #fff;
}

.list-box {
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 10px;
}

.list-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list-box li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.list-box li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.list-box a {
	display: block;
}

.list-box a:hover {
	text-decoration: none;
}

.list-box .post-date {
	color: #555;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}

.list-box .post-title {
	display: block;
}

.list-box a:hover .post-title {
	text-decoration: underline;
}


/* ==========================================================================
    Pagination
    ========================================================================== */

.paging,
.ngg-navigation {
	text-align: center;
	padding: 10px;
}

.paging a,
.paging .current,
.ngg-navigation .page-numbers,
.ngg-navigation .current {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px !important;
	margin: 2px !important;
	border: none !important;
}

.paging a,
.ngg-navigation .page-numbers {
	color: #A90403;
}

.paging a:hover,
.ngg-navigation .page-numbers:hover {
	background-color: #A90403 !important;
	color: #fff !important;
}

.paging .current,
.ngg-navigation .current {
	background-color: #e7e7e7;
	color: #282828;
}

.paging .prev,
.paging .next,
.ngg-navigation .prev,
.ngg-navigation .next {
	color: transparent;
	font-size: 0;
	display: none;
}

/* ==========================================================================
    Media Queries - Retina
    ========================================================================== */

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.facebook:before,
	.twitter:before,
	.linkedin:before,
	.youtube:before,
	.main-nav .mega-menu > li > a .arrow:after,
	.breadcrumbs .home,
	.breadcrumbs .arrow,
	.single-product-template .arrow-link:after,
	#master-footer .why-ullman li:before {
		background-image: url("../img/sprite-retina.png?v=150601");
		background-size: 126px 126px;
	}

	#master-header .logo-area .logo {
		background-image: url("../img/logo-retina.png?v=150601");
		background-size: 242px 76px;
	}

	#master-footer .logo a {
		background-image: url("../img/shield-logo.png?v=150601");
		background-size: 194px 276px;
	}
}