/*******************************************************************************
 *		Common
 ******************************************************************************/
html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
			box-sizing: inherit;
}

body {
	font-family: "din-condensed-web", sans-serif;
	font-style: normal;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .2s;
	-transition: all .2s;
}

a:hover {
	color: #f9a522;
}

nav ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: 100;
}

/*******************************************************************************
 *		Header
 ******************************************************************************/
#site_header {
	background-color: #181818;
}
#site_header:after {
	content: '';
	display: table;
	clear: both;
}

#site_logo {
	display: block;
	width: 100%;
	max-width: 311px;
	margin: 0 auto;
	padding: 10px;
}

#site_logo img {
	max-width: 100%;
}

#nav_toggle {
	display: block;
	width: 28px;
	margin: 12px auto 0 auto;
	padding-bottom: 18px;
	cursor: pointer;
}

#nav_toggle > div {
	width: 100%;
	height: 5px;
	background: white;
	margin: 4px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
}

#nav_toggle.on > div:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
		-ms-transform: rotate(45deg) translate(5px, 5px);
			transform: rotate(45deg) translate(5px, 5px);
}

#nav_toggle.on > div:nth-child(2) {
	opacity: 0;
}

#nav_toggle.on > div:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
		-ms-transform: rotate(-45deg) translate(7px, -8px);
			transform: rotate(-45deg) translate(7px, -8px);
}

#site_header nav {
	display: none;
	padding-bottom: 12px;
}

@media only screen and (min-width: 460px) {
	#site_header {
		position: relative;
	}
	#site_logo {
		margin: 0;
	}
	#nav_toggle {
		position: absolute;
		top: 35px;
		right: 35px;
		margin: 0;
		padding: 0;
	}
}

@media only screen and (min-width: 800px) {
	#site_logo {
		margin: 0 auto;
	}
	#nav_toggle { display: none; }
	#site_header nav {
		display: block !important;
		padding: 2px 0;
	}
	#site_header nav ul li {
		display: inline-block;
	}
	#site_header nav li:not(:last-of-type) a:after {
		position: relative;
		left: 20px;
		content: '|';
		color: #fba900;
	}
}

@media only screen and (min-width: 1080px) {
	#site_logo {
		float: left;
	}
	#site_header nav {
		float: right;
		padding: 12px 0;
	}
}

@media only screen and (min-width: 1200px) {
	#site_logo {
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
	#site_header nav {
		position: relative;
		right: 50%;
		margin-right: -600px;
	}
}

#site_header a {
	display: block;
	color: #979797;
	padding: 12px 20px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#site_header a:hover {
	color: #fba900;
}

/*******************************************************************************
 *		Home Page
 ******************************************************************************/
#main_wrap.home {
	max-width: 100%;
	padding: 0;
	background-color: #f7f7f7;
}

#slideshow {
	position: relative;
	width: 100%;
	height: 300px;
	color: #ffffff;
	font-size: 1.25rem;
	background: #000000 url(/assets/_images/slider-background.jpg) 50% 50% no-repeat scroll;
	background-size: cover;
}

#slideshow .bx-wrapper {
	height: 300px;
	background-color: transparent;
}

@media only screen and (min-width: 640px) {
	#slideshow, #slideshow .bx-wrapper {
		height: 0;
		padding-bottom: 48%;
	}
}

@media only screen and (min-width: 1200px) {
	#slideshow, #slideshow .bx-wrapper {
		height: 575px;
		padding-bottom: 0;
	}
}

#slideshow .bx-wrapper ul li > div {
	max-width: 1200px;
	min-height: 400px;
	margin: 0 auto;
	padding: 24px;
	background-color: transparent;
	background-position: -500% 24px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 33%;
}

@media only screen and (min-width: 800px) {
	#slideshow .bx-wrapper ul li > div {
		background-position: calc(100% - 24px) 24px;
	}
}

#slideshow .bx-pager-item:first-of-type:last-of-type { 
    display: none
}

#slideshow header {
	max-width: 640px;
	font-size: 2.25rem;
	line-height: 2.25rem;
	text-transform: uppercase;
}
@media only screen and (min-width: 360px) {
	#slideshow header {
		font-size: 10vw;
		line-height: 10vw;
	}
}
@media only screen and (min-width: 800px) {
	#slideshow header {
		width: 62%;
		margin-top: 2%;
	}
}
@media only screen and (min-width: 1200px) {
	#slideshow header {
		font-size: 7.5rem;
		line-height: 7.5rem;
	}
}

#slideshow p {
	max-width: 640px;
}
@media only screen and (min-width: 800px) {
	#slideshow p {
		width: 62%;
	}
}

#slideshow p + a {
	position: relative;
	color: inherit;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#slideshow p + a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 11px;
	margin-right: 6px;
	margin-left: -20px;
	background: transparent url(/assets/_images/cta-arrow.png) 50% 50% no-repeat scroll;
	background-size: 14px 11px;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#slideshow p + a:before { background-image: url(/assets/_images/cta-arrow@2x.png); }
}

#slideshow p + a:after {
	position: absolute;
	top: 140%;
	left: 0;
	content: '';
	width: 80px;
	height: 2px;
	background: #f9a825;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#slideshow p + a:hover:before {
	opacity: 1;
	margin-left: 0;
}
#slideshow p + a:hover:after {
	width: 100%;
}

#cta {
	padding: 36px 24px;
	color: #ffffff;
	font-size: 1.25rem;
	background: #141414;
	border-bottom: 19px solid #f9a825;
	text-align: center;
}

#cta ul {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#cta ul li {
	padding-bottom: 24px;
}

@media only screen and (min-width: 800px) {
	#cta ul li {
		display: inline-block;
		width: 30%;
		text-align: left;
	}
	#cta ul li:not(:last-of-type) {
		margin-right: 4%;
	}
}

#cta header {
	font-size: 1.875rem;
	font-style: italic;
	text-transform: uppercase;
}

#cta img {
	display: block;
	width: 124px;
	height: 124px;
	margin: 31px auto;
}
#cta img.retina { display: none; }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#cta img:not(.retina) { display: none; }
	#cta img.retina { display: block; }
}

#cta a {
	position: relative;
	color: inherit;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#cta a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 11px;
	margin-right: 6px;
	margin-left: -20px;
	background: transparent url(/assets/_images/cta-arrow.png) 50% 50% no-repeat scroll;
	background-size: 14px 11px;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#cta a:before { background-image: url(/assets/_images/cta-arrow@2x.png); }
}

#cta a:after {
	position: absolute;
	top: 140%;
	left: 0;
	content: '';
	width: 80px;
	height: 2px;
	background: #f9a825;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#cta a:hover:before {
	opacity: 1;
	margin-left: 0;
}
#cta a:hover:after {
	width: 100%;
}

#products {
	background-color: #f7f7f7;
}

#products:after {
	content: '';
	display: table;
	clear: both;
}

#products .bx-wrapper {
	max-width: 1200px !important;
	margin: 0 auto;
}
#products .bx-wrapper:nth-child(2) { display: none; }

@media only screen and (min-width: 640px) {
	#products .bx-wrapper:nth-child(2) { display: block; }
}

#products .bx-wrapper .info {
	position: relative;
	width: 100%;
	padding: 5% 5% 10% 5%;
	background-color: #e5e4e4;
}

@media only screen and (min-width: 640px) {
	#products .bx-wrapper .info {
		float: left;
		width: 50%;
		height: 0;
		padding-bottom: 45%;
	}
	#products .bx-wrapper:nth-child(2) .info { float: right; }
}

#products .bx-wrapper .info header {
	font-size: 2rem;
	font-style: italic;
	text-transform: uppercase;
}
@media only screen and (min-width: 430px) {
	#products .bx-wrapper .info header {
		font-size: 7.5vw;
	}
}
@media only screen and (min-width: 1200px) {
	#products .bx-wrapper .info header {
		font-size: 5.625rem;
	}
}

#products .bx-wrapper .info p {
	color: #757575;
	line-height: 1.375rem;
}

#products .bx-wrapper .info a {
	position: relative;
	display: inline-block;
	margin-top: 6%;
	color: #565656;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#products .bx-wrapper .info a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 11px;
	margin-right: 6px;
	margin-left: -20px;
	background: transparent url(/assets/_images/cta-arrow.png) 50% 50% no-repeat scroll;
	background-size: 14px 11px;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#products .bx-wrapper .info a:before { background-image: url(/assets/_images/cta-arrow@2x.png); }
}

#products .bx-wrapper .info a:after {
	position: absolute;
	top: 140%;
	left: 0;
	content: '';
	width: 80px;
	height: 2px;
	background: #f9a825;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#products .bx-wrapper .info a:hover:before {
	opacity: 1;
	margin-left: 0;
}
#products .bx-wrapper .info a:hover:after {
	width: 100%;
}

#products .bx-wrapper .img {
	position: relative;
	width: 100%;
	height: 0;
	padding: 5% 5% 95% 5%;
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: calc(100% - 102px);
}
@media only screen and (min-width: 640px) {
	#products .bx-wrapper .img {
		float: right;
		width: 50%;
		padding-bottom: 45%;
	}
	#products .bx-wrapper:nth-child(2) .img { float: left; }
}

#products .bx-wrapper .bx-pager { width: 50%; }
#products .bx-wrapper .bx-pager { left: 25%; }
	
@media only screen and (min-width: 640px) {
	#products .bx-wrapper .bx-pager { width: 25%; }
	#products .bx-wrapper:nth-child(1) .bx-pager { left: 62.5%; }
	#products .bx-wrapper:nth-child(2) .bx-pager { left: 12.5%; }
}

#products .bx-wrapper .bx-pager-item {
	width: 20%;
}
#products .bx-wrapper .bx-pager-item:not(:last-of-type) {
	margin-right: 6%;
}

#products .bx-wrapper a.bx-pager-link {
	width: 100%;
	border-radius: 0;
}

#products .bx-wrapper .bx-prev {
	left: calc(50% + 10px);
	width: 31px;
	height: 56px;
	margin-top: -28px;
	background: transparent url(/assets/_images/products-arrow.png) 50% 50% no-repeat scroll;
	background-size: 31px 56px;
}
#products .bx-wrapper:nth-child(2) .bx-prev { left: 10px; }

#products .bx-wrapper .bx-next {
	width: 31px;
	height: 56px;
	margin-top: -28px;
	background: transparent url(/assets/_images/products-arrow.png) 50% 50% no-repeat scroll;
	background-size: 31px 56px;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
#products .bx-wrapper:nth-child(2) .bx-next { right: calc(50% + 10px); }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#products .bx-wrapper .bx-prev, #products .bx-wrapper .bx-next {
		background-image: url(/assets/_images/products-arrow@2x.png);
	}
}

#products .bx-wrapper .bx-prev, #products .bx-wrapper .bx-next { display: none; }
@media only screen and (min-width: 800px) {
	#products .bx-wrapper .bx-prev, #products .bx-wrapper .bx-next { display: block; }
}

#cta2 {
	color: #ffffff;
	padding: 48px 24px 96px 24px;
	font-size: 1.875rem;
	text-align: center;
	background: #f9a522 url(/assets/_images/cta2-background.jpg) 50% 50% no-repeat scroll;
	background-size: cover;
}

#cta2 header {
	font-size: 5rem;
	text-transform: uppercase;
}

#cta2 a {
	position: relative;
	display: inline-block;
	padding: 14px 88px 14px 22px;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	border: 3px solid #ffffff;
	-webkit-transition: all .2s;
	-transition: all .2s;
}

#cta2 a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: calc(100% - 67px);
	content: '';
	display: inline-block;
	background: #fddaa6 url(/assets/_images/cta-arrow@2x.png) 50% 50% no-repeat scroll;
	background-size: 28px 22px;
	border-left: 3px solid #ffffff;
	-webkit-transition: all .2s;
	-transition: all .2s;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#cta2 a:after { background-image: url(/assets/_images/cta-arrow@4x.png); }
}

#cta2 a:hover, #cta2 a:hover:after {
	color: #f9a522;
	background-color: #ffffff;
}


/*******************************************************************************
 *		Content
 ******************************************************************************/
#main_wrap {
	max-width: 1200px;
	padding: 0 24px 80px 24px;
	margin: 0 auto;
}
#main_wrap:not(.home) {
	font-family: 'Lato', sans-serif;
	line-height: 1.5rem;
	font-weight: 300;
}


#main_wrap:after {
	content: '';
	display: table;
	clear: both;
}

.ui-widget {
	font-family: inherit !important;
}


/*******************************************************************************
 *		FAQs
 ******************************************************************************/
#faq {
	margin: 0 !important;
	padding: 0;
}

#faq li {
	list-style: none;
}

.faq {
	border: 1px solid #dfdedc;
	margin: 0 0 30px;
	width: 100%;
}

.faq a {
	display: block;
}

.faq a, .faq ul li {
	padding: 8px 0 8px 14px;
}

li.faq {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f8+0,e7e6e2+100 */
	background: #f9f9f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f8 0%, #e7e6e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f9f8 0%,#e7e6e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f9f8 0%,#e7e6e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f8', endColorstr='#e7e6e2',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #D2D0CF;
	font-weight: 100;
}

li.faq ul {
	background: #F7F6F5;
	border-top: 1px solid #FFFFFF;
	color: #91918A;
	margin: 0 !important;
	padding-bottom: 1em;
}

.faq p {
	color: #696864 !important; 
	font-weight: 100; 
	line-height: 1.5; 
	margin: 1em 1em 1em 0;
}

.faq p:last-child {
	margin: 0 !important;
}


/*******************************************************************************
 *		Products
 ******************************************************************************/

/*--------------------------------------------
 *	Product Landing
 *------------------------------------------*/
.product.icon {
	width: 100%;
	float: left;
	margin-bottom: 6%;
}

@media only screen and (min-width: 480px) and (max-width: 719px) {
	.product.icon {
		width: 48%;
	}
	.product.icon:not(:nth-of-type(2n + 2)) {
		margin-right: 4%;
	}
	.product.icon:nth-of-type(2n + 1) {
		clear: both;
	}
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
	.product.icon {
		width: 31%;
	}
	.product.icon:not(:nth-of-type(3n + 3)) {
		margin-right: 3.5%;
	}
	.product.icon:nth-of-type(3n + 1) {
		clear: both;
	}
}

@media only screen and (min-width: 960px) {
	.product.icon {
		width: 22%;
	}
	.product.icon:not(:nth-of-type(4n + 4)) {
		margin-right: 4%;
	}
	.product.icon:nth-of-type(4n + 1) {
		clear: both;
	}
}

.product.icon div {
	width: 100%;
	height: 0;
	margin: 0 0 10px;
	padding-bottom: 65%;
	border: 2px solid #D5D2C9;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.product.icon img {
	width: 100%;
}

.product.icon div:hover {
	border-color: #f9a522;
}

.product.icon h3 {
	margin: 0 0 4px;
}

.product.icon p {}

/*--------------------------------------------
 *	Product Detail
 *------------------------------------------*/
#product-img {
	width: 100%;
}

#product-preview {
	max-width: 100%;
}

#product-preview > a {
	background-color: transparent !important;
}

#product-preview img, .product-img-thumb img {
	max-width: 100%;
	border: 1px solid #D5D2C9;
	padding: 3px;
}

#product-info {
	width: 100%;
	clear: both;
}

@media only screen and (min-width: 720px) {
	#product-img {
		width: 360px;
		float: left;
	}
	#product-info {
		width: calc(100% - 380px);
		float: right;
		clear: none;
	}
}

.product-img-thumb {
	height: 65px;
	margin: 0 9px 5px 0;
	width: 87px;
}

.product-img-thumb.last {
	margin-right: 0 !important;
}

#product-img #pager {
	margin: 1px 0 0 0 !important;
	padding: 0 !important;
}

#product-img #pager li {
	float: left;
	list-style: none;
}

.clear-both {
	clear: both;
}

#product-tabs {
	margin: 15px 0 0 0;
}

#product-tabs h2 {
	color: #656362;
	margin: 0 0 10px;
}

#product-tabs p, #product-tabs ul, #product-tabs ol {
	color: #484848;
	line-height: 1.5em;
}
#product-tabs p:after, #product-tabs ul:after, #product-tabs ol:after {
	content: '';
	display: table;
	clear: both;
}

#product-tabs p:last-child, #product-tabs ul:last-child, #product-tabs ol:last-child {
	margin-bottom: 0;
}

#info_specs_data {
	border: 1px solid #dfdedc;
	width: 100%;
}

#info_specs_data td, #info_specs_data th {
	padding: 13px 0 13px 14px;
}

#info_specs_data th {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f8+0,e7e6e2+100 */
	background: #f9f9f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f8 0%, #e7e6e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f9f8 0%,#e7e6e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f9f8 0%,#e7e6e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f8', endColorstr='#e7e6e2',GradientType=0 ); /* IE6-9 */
	color: #676763;
	font-weight: bold;
}

#info_specs_data td {
	border-bottom: 1px solid #D2D0CF;
	border-top: 1px solid #FFFFFF;
	color: #595952;
	width: 60%;
}

#info_specs_data td p {
	margin: 0 0 2px;
}

#info_specs_data td p:last-child {
	margin: 0;
}

#info_specs_data td:first-child {
	font-weight: bold;
	width: 40% !important;
}

#info_specs_data tr.odd {
	background: #F7F6F5;
}

#info_specs_data tr.even {
	background: #EFEFEE;
}

#info_download {
	margin: 0 0 0 10px !important;
}

#info_download li {
	list-style: none;
	margin: 10px 0;
}

#info_download li a {
	padding: 2px 0 2px 25px;
}

#info_download li a[href$='.pdf'] {
	background: url('/assets/images/icons/pdf.png') no-repeat !important;
}

#info_download li a[href$='.jpg'], #info_download li a[href$='.bmp'], #info_download li a[href$='.gif'], #info_download li a[href$='.tif'], #info_download li a[href$='.jpeg'] {
	background: url('/assets/images/icons/image.png') no-repeat !important;
}

#info_download li a[href$='.doc'], #info_download li a[href$='.docx'] {
	background: url('/assets/images/icons/doc.png') no-repeat !important;
}

#info_download li a {
	background: url('/assets/images/icons/download.png') no-repeat;
}

#diagrams {
	margin: 0 !important;
}

#diagrams li {
	float: left;
	list-style: none;
}


/*******************************************************************************
 *		Footer
 ******************************************************************************/
#site_footer {
	text-align: center;
	background-color: #2a2a2a;
}

#site_footer:after {
	content: '';
	display: table;
	clear: both;
}

#site_footer .logo {
	position: relative;
	top: -41px;
	width: 305px;
	max-width: 100%;
	height: 85px;
	margin: 0 auto;
	background: #2a2a2a url(/assets/_images/logo-footer.png) 50% 50% no-repeat scroll;
	background-size: 78%;
	border-radius: 30px;
}

#site_footer .questions {
	display: inline-block;
	margin-top: -30px;
	padding: 16px 28px;
	color: #d4d4d4;
	text-transform: uppercase;
	border: 1px solid #414141;
}

#site_footer .questions a {
	display: block;
	padding: 20px 0 0 0;
	font-size: 2.125rem;
}

#site_footer .copyright {
	padding: 0 24px;
	margin: 24px 0;
	color: #4c4c4c;
	text-transform: uppercase;
}

#site_footer a {
	display: inline-block;
	padding: 7px 20px;
	color: #979797;
	line-height: 1.875rem;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#site_footer a:hover {
	color: #fba900;
}

#site_footer .links {
	position: relative;
	background-color: #242424;
	border-top: 1px solid #404040;
}

@media only screen and (min-width: 720px) {
	#site_footer .links li {
		display: inline-block;
	}
}

.social_nav {
	display: none;
	max-width: 460px;
	margin: 0 auto;
	padding: 0 0 24px 0;
}

.social_nav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}

.social_nav ul li a {
	display: block !important;
	padding: 24px;
}

.social_nav a svg {
	max-width: 48px;
}

.social_nav a svg path {
	fill: #7c7c7c;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.social_nav a svg:hover path {
	fill: #fba900;
}

.site_nav ul {
	margin-bottom: 0;
	padding-bottom: 16px;
}

@media only screen and (min-width: 980px) {
	/*.site_nav { float: left; }*/
	.social_nav {
		float: right;
		padding: 0;
		margin-right: 24px;
		border-right: 1px solid #404040;
	}
	.social_nav ul {
		margin: 0;
	}
	.social_nav a {
		width: 60px;
		padding: 18px 0 12px 0 !important;
		border-left: 1px solid #404040;
	}
	.social_nav a svg {
		width: 36px;
	}
}

@media only screen and (min-width: 1200px) {
	/*.site_nav {
		position: relative;
		left: 50%;
		margin-left: -600px;
	}*/
	.social_nav {
		position: relative;
		right: 50%;
		margin-right: -576px;
	}
}