/* ++++++++++++++ HEADER ++++++++++++++ */
.header {
	width: 100%;
	height: 150px;
	display: block;
	background-image: url(../images/bg-lines.png);
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	position: absolute;
	z-index: 2001;
}

.header-container {
	float: left;
	padding: 14px 20px 20px 20px;
	position: relative;
	width: 100%;
	height: 150px;
}

.header-fixed .header-container {
    height: 32px;
    padding: 0;
}

.site-title {
	position: absolute;
	height: 60px;
	display: block;
	left: 60px;
	top: 20px;
}

.logo-hammerman
{
	opacity: 1;
	visibility: visible;
	width: 80px;
	height: 80px;
	display: block;
	background-image: url(../images/strong-hammer-man.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	top: -18px;
	left: 0;
	z-index: 1001;
	-webkit-filter: drop-shadow( 0 0 10px rgba(0, 0, 0, 0.8) );
	filter: drop-shadow( 0 0 10px rgba(0, 0, 0, 0.8) );
}

.logo-text
{
	width: 680px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 901;
	background-image: url(../images/header-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 100%;
}

.header-text
{
	color: white;
	font-family: megahertz;
	text-transform: uppercase;
	font-size: 37px;
	position: absolute;
	top: 54px;
	left: 460px;
	width: 400px;
}

.logo-text svg { width: 100%; }

.logo-text path { fill: #ffffff; }

.site-title-sm {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/header-logo-hammerman.png);
	display: none;
	margin-top: -20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 360px;
	height: 40px;
	overflow: hidden;
	background-size: 340px auto;
}

.menu-main-container {
	position: absolute;
	bottom: 0;
	left: 60px;
}

.header-fixed .menu-main-container {
	top: 12px;
	left: 360px;
}

.menu {
	margin-top: 0px;
}

.header-fixed .menu {
	margin-top: -10px;
}

.menu > li
{
	display: inline-block;
	white-space: nowrap;
	padding-left: 4px;
	position: relative;
	padding-bottom: 14px;
}

.menu > li:after
{
	content: '\00a0';
	height: 18px;
	display: block;
	border-left: 1px rgba(255,255,255,.4) solid;
	position: absolute;
	top: 0;
	left: 0;
}

.menu > li:first-child:after
{
	content: '\00a0';
	display: none;
	border-left: 0;
}

.menu > li > a {
	padding: 6px;
	color: white;
	font-weight: bold;
	font-family: Skia, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #000;
	-moz-transition: text-shadow .3s, color .3s, background-color .3s, -moz-transform .3s;
	-webkit-transition: text-shadow .3s, color .3s, background-color .3s, -webkit-transform .3s;
	-o-transition: text-shadow .3s, color .3s, background-color .3s, -o-transform .3s;
	transition: text-shadow .3s, color .3s, background-color .3s, transform .3s;
	font-size: 18px;
}

.header-fixed .menu > li > a {
	font-size: 13px;
	padding: 6px 4px 6px 4px;
}

.menu > li > a:hover, .menu-hover {
	background-color: rgba(255, 0, 0, 0.8);
	color: rgba(0,0,0,.8);
	text-shadow: 0px 0px 0px #000;
}

.menu-item-active, .menu-item-active:hover {
	background-color: Transparent;
	color: #FF0000;
	text-shadow: 0px 0px 10px #000;
}

.menu > li > .sub-menu
{
	display: none;
	padding: 20px;
	position: absolute;
	background-color: #545454;
	list-style-type: none;
	text-align: left;
	z-index: 1001;
	min-width: 300px;
	margin-top: 8px;
	margin-left: -10px;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.menu > li > .sub-menu:after {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.menu > li > .sub-menu:after {
	border-color: rgba(140, 140, 140, 0);
	border-bottom-color: #545454;
	border-width: 6px;
}

.menu > li > .sub-menu .sub-menu {
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.menu > li > .sub-menu .sub-menu a {
	font-size: 14px;
}


.menu > li:hover .sub-menu {
	display: block;
}

.sub-sub-menu-active {
	left: 0px;
	list-style-type: none;
	display: none;
	clear: both;
	padding: 10px;
}

.menu > li > .sub-menu > li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px rgba(255,255,255,.2) solid;
}

.header .sub-menu > li:first-child {
	padding-top: 0px;
	border-top: 0px #FF674F solid;
}

.header .sub-menu > li a {
	padding: 6px;
	color: #333;
	font-family: Skia, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #000;
	font-size: 16px;
	display: block;
	color: white;
}

.header .sub-menu > li a:hover {
	color: rgba(0,0,0,.8);
	text-shadow: 0px 0px 0px #000;
	background-color: rgba(255, 0, 0, 0.8);
}

.sub-menu-active-li {
	background-color: #670909;
	color: #fff;
	filter: alpha(opacity=1);
	opacity: 1;
}

.header .social-buttons
{
	width: 180px;
	height: auto;
	position: absolute;
	top: 40px;
	right: 20px;
	border-bottom: 0;
}

.header-fixed {
	height: 38px;
	position: fixed;
	z-index: 2001;
	top: 0px;
	left: 0px;
	padding-top: 6px;
}

.header-fixed .logo-hammerman
{
	left: -200px;
	width: 0;
	height: 0;
}

.header-fixed .social-buttons
{
	top: 0;
}

.header-fixed .logo-text
{
	left: -20px;
	top: -61%;
	width: 300px;
}

.header-fixed .header-text { display: none; }



/* ++++++++++++++ CONTENT ++++++++++++++ */
.content {
	position: relative;
	top: 0px;
}

.page
{
	position: relative;
}

.page .img-slider-overlay {
	position: absolute;
	top: 0px;
	z-index: 0;
	-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.page-container {
	padding-top: 180px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 201;
	background-color: rgba(50,50,50,.7);
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-container:before, .page-container:after
{
	content: '\00a0';
	height: 100%;
	max-height: 1000px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.page-container:after
{
	z-index: -1;
}

.page-container:after
{
	background: -moz-linear-gradient(top, rgba(50,50,50,0.4) 0%, rgba(50,50,50,1) 70%, rgba(50,50,50,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,50,50,0.4)), color-stop(70%, rgba(50,50,50,1)), color-stop(100%, rgba(50,50,50,1)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.4) 0%, rgba(50,50,50,1) 70%, rgba(50,50,50,1) 100%);
	background: -o-linear-gradient(top, rgba(50,50,50,0.4) 0%, rgba(50,50,50,1) 70%, rgba(50,50,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(50,50,50,0.4) 0%, rgba(50,50,50,1) 70%, rgba(50,50,50,1) 100%);
	background: linear-gradient(to bottom, rgba(50,50,50,0.4) 0%, rgba(50,50,50,1) 70%, rgba(50,50,50,1) 100%);
}

.page-container:before
{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: -10;
}

.page-title {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #ff0000;
	font-size: 36px;
	font-family: Skia, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	padding-bottom: 6px;
	border-bottom: 1px #ff0000 solid;
	text-shadow: -1px -1px rgba(50,50,50,.5);
	-webkit-text-stroke: 0.25px;
}

.page-subnav {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 16px;
	font-family: Skia, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
	text-shadow: -1px -1px 1px rgba(100,100,100,0.5), 1px 1px 1px rgba(0,0,0,.8);
}

.page-subnav h1 {
	color: rgba(255,255,255,0.5);
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	padding: 6px;
	display: inline-block;
}

.page-subnav a {
	color: #CCCCCC;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	padding: 6px;
	display: inline-block;
	line-height: normal;
}

.page-subnav a:hover {
	color: #fff;
	background-color: #ff0000;
}

.page-nav {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px #ff0000 solid;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	font-family: Skia, Trebuchet MS, sans-serif;
}

.page-nav a {
	width: 48%;
	display: block;
	text-shadow: 0px 0px 1px rgba(150, 150, 150, 0.2);
	color: #ff0000;
	padding: 10px;
}

.page-nav a:hover {
	color: #ff0000;
	background-color: rgba(150, 150, 150, 0.2);
}

.page-nav a:nth-child(1) {
	float: left;
}

.page-nav a:nth-child(2) {
	float: right;
	text-align: right;
}

.content-container {
	background-color: rgba(0,0,0,.6);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #efefef;
	font-size: 14px;
	line-height: 22px;
	padding: 20px 40px 60px 40px;
	margin-top: 20px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	font-family: Trebuchet MS, sans-serif;
}

.content-container p {
	margin-top: 10px;
	padding: 4px 12px 10px 12px;
}

.content-container h2
{
	font-family: Skia, Trebuchet MS, sans-serif;
	padding-top: 20px;
	border-bottom: 1px #333 solid;
	color: #A8A8A8;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4), 0 -1px 2px rgba(0,0,0,0.4);
	clear: both;
	font-size: 22px;
}

.content-container h3
{
	font-family: Skia, Trebuchet MS, sans-serif;
	padding-top: 20px;
	color: #A8A8A8;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.taking-your-body-measurements h2 {
	clear: none;
}

.content-container .page-title {
	display: none;
}

.content-container img {
/*	max-width: 400px;
	height: auto; */
}

.content-container .alignright {
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 30px;
}

.content-container .alignleft {
	margin-bottom: 10px;
	margin-right: 30px;
}

.content-container:after, .wp-caption:after {
	clear: both;
	display: table;
	content: ' ';
}

.wp-caption {
	border: 1px solid #333;
	text-align: center;
	background-color: rgba(0,0,0,.8);
	padding-top: 4px;
	margin: 10px;
}

.wp-caption-text {
	font-size: 11px;
	line-height: 1.5;
	padding: 0 4px 5px;
	margin: 0;
}

.page-date
{
	float: right;
	font-size: 26px;
	color: silver;
}

table {
    border-collapse: collapse;
}

.content-container td, .content-container th
{
	padding: 20px;
}

.content-container th
{
	text-transform: uppercase;
	font-weight: bold;
	background-color: rgba(255, 0, 0, 1);
}

.content-container td
{
	vertical-align: top;
}

.content-container .odd { background-color: rgba(255,255,255,.1); }

[colspan="5"]
{
	text-transform: uppercase;
	font-weight: bold;
	background-color: rgba(255, 0, 0, 0.3);
}

.column-1 {
	width: 10%;
}

.column-2 {
	width: 20%;
}

.column-3
{
	width: 10%;
	text-align: center;
}

.column-4 {
	width: 10%;
	text-align: center;
}

.column-5 {
	width: 40%;
}

.page ul
{
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ++++++++++++++ gallery ++++++++++++++ */
.gallery {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.gallery-item {
	text-align: center;
	background-color: #000;
	padding-top: 4px;
	margin: 10px;
	width: 30%;
	float: left;
}

.gallery-caption {
	clear: both;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

.gallery-item img {
	float: none;
}

.home-blogs .footer-loader {
	width: 350px;
}

h3 a {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px;
	margin: 4px;
	background-color: #333;
	clear: both;
	line-height: 52px;
}

h3 a:hover {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ff0000;
}

/* ++++++++++++++ FOOTER ++++++++++++++ */

.footer {
	width: 100%;
	background-color: #333;
	padding-bottom: 10px;
}

.footer:before
{
	content: '\00a0';
	height: 20px;
	background-image: url(../images/bg-lines.png);
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px -1px #2A2A2A;
	-moz-box-shadow: 0 4px 8px -1px #2A2A2A;
	box-shadow: 0 4px 8px -1px #2A2A2A;
	display: block;
}

.footer > div
{
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	font-family: Skia, Trebuchet MS, sans-serif;
	width: 25%;
	color: #FFFFFF;
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	min-height: 155px;
	vertical-align: top;
	position: relative;
}

.footer > div:nth-child(1) p
{
	color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
	line-height: 22px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.footer > div:nth-of-type(4), .footer > div:nth-of-type(3), .footer > div:nth-of-type(2)
{
	border-left: 2px rgba(0,0,0,.2) solid;
}

.footer > div:nth-child(3) { padding-top: 20px; }

.footer-block span
{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

.footer-block span:nth-last-child(1)
{
	border-bottom: 0;
}

.footer-company
{
	background-image: url(../images/footer-logo-new.png);
	width: 100%;
	height: 80px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 90% auto;
	margin-bottom: 10px;
}

@media all and (min-width: 768px) and (max-width: 1023px)
{
	.footer-company
	{
		height: 120px
	}

}


.footer-address a {
	color: #FF0000;
	padding: 4px 6px 4px 6px;
	margin-left: -6px;
}

.footer-address a:hover {
	background-color: #2C2C2C;
	color: #fff;
	cursor: pointer;
}

.footer-contact .footer-line-hortz {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-tfc, .footer-nahbs
{
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

.footer-nahbs
{
	background-size: contain;
	background-image: url(../images/footer-nahbs.png);
}

.footer-tfc {
	background-size: auto;
	background-image: url(../images/footer-tfc.png);
}

.social-buttons
{
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px black solid;
}

.social-button
{
	width: 9%;
	height: 9%;
	display: inline-block;
	vertical-align: middle;
}

.footer .social-button
{
	margin-bottom: 10px;
	margin-right: 10px;
}

.social-buttons svg
{
	width: 100%;
}

.social-buttons path, .social-buttons polygon {
	fill: #ffffff;
}

.social-buttons a:hover path {
	fill: #FF0000;
}

.footer-extras a
{
	width: 48%;
	display: inline-block;
}

.consumedesign
{
	float: right;
	margin-right: 40px;
	width: 5%;
	margin-right: 40px;
	height: 92px;
}

.consumedesign svg {
	margin-top: 40px;
	width: 60px;
	height: 26px;
}

.consumedesign path {
	fill: #535353;
}


.consumedesign:hover path {
	fill: #FF0000;
}

/* **************** press *********************** */
.press-content a
{
	width: 180px;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}

.press-content a:hover {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-o-transform: scale(1.025);
	-ms-transform: scale(1.025);
	color: #ff0000;
}

.press-content img
{
	max-width: 180px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

/* **************** press *********************** */
.gallery img, .size-thumbnail {
	float: left;
	margin: 10px;
	width: 180px;
	height: 180px;
}

.gallery img:hover {
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.size-thumbnail:nth-of-type(4n)  {
	clear: both;
}


/* **************** yt *********************** */
.ytcshort .ytc-r-odd {
	background: #EEE;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C2C2C2;
}

/* **************** multipage *********************** */
#multipage-title {
	background-color: Transparent;
	color: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 1px #fff dashed;
	margin-bottom: 6px;
}

.multipage-item {
	padding: 4px 10px 4px 10px;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	margin-bottom: 6px;
}

.multipage-item span {
	display: none;
}

.multipage-item h2
{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: left;
}

.multipage-item:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,.1);
	padding: 4px 10px 10px 10px;
	-webkit-box-shadow: inset 8px 8px 10px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 8px 8px 10px -6px rgba(0,0,0,0.4);
	box-shadow: inset 8px 8px 10px -6px rgba(0,0,0,0.4);
}

.multipage-item:hover h2:before {
	background-position: -26px -20px;
}

.multipage-item h2:before {
	content: "";
	width: 30px;
	height: 20px;
	background-image: url(../images/arrows-up-down.png);
	background-size: auto 38px;
	float: left;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: -26px 0px;
	margin-left: 10px;
}

.multipage-active, .multipage-active:hover {
	cursor: default;
	padding: 4px 10px 10px 10px;
	background-color: rgba(0,0,0,.2);
	-webkit-box-shadow: inset 8px 8px 10px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 8px 8px 10px -6px rgba(0,0,0,0.4);
	box-shadow: inset 8px 8px 10px -6px rgba(0,0,0,0.4);
}

.multipage-active h2 {
	color: #ff0000;
}

.multipage-active h2:before, .multipage-active:hover h2:before  {
	background-position: 0px -20px;
}

.multipage .wp-post-image
{
	float: right;
	margin: 10px;
}

.timeline .content-container, .tour-the-building-process  .content-container { text-align: center; }

.timeline .content-container > img, .tour-the-building-process .content-container > img, .multipage-item .featured-img
{
	width: 100%;
	float: none;
	margin: 10px auto 10px auto;
	max-width: 1000px;
}

.timeline .content-container p, .tour-the-building-process .content-container p { text-align: left; }

.multipage-item .gallery-item { width: auto; }

/* **************** page gallery *********************** */
.page-gallery {
	clear: both;
	padding: 6px 6px 6px 8px;
	margin-bottom: 4px;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #000;
	margin-top: 4px;
}

.page-loading {
	height: 100px;
	background-image: url(../images/loading-black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=60);
	opacity: 0.6;
	overflow: hidden;
}

.page-gallery img {
	width: 100px;
	height: 100px;
	margin: 8px 6px 6px 6px;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* **************** comments *********************** */

.comments { margin-top: 60px; }
.comments h3
{
	font-size: 14px;
	color: white;
}

.commentlist
{
	list-style-type: none;
	margin-left: 40px;
}

#commentform textarea
{
	width: 60%;
	height: 100px;
	border: 2px #333 solid;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	background-color: gray;
	line-height: 26px;
	font-size: 16px;
	color: white;
	display: block;
}

#commentform textarea:hover, #commentform textarea:focus
{
	background-color: #ff0000;
	color: white;
}

#commentform textarea:focus
{
	height: 300px;
}

#commentform #submit
{
	display: inline-block;
	padding: 12px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	overflow: visible;
	width: auto;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	font-weight: bold;
	box-shadow: 0 0 0 0 #888;
	-webkit-box-shadow: 0 0 0 0 #888;
	border-radius: 3px;
	text-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: gray;
	border: 2px rgb(51, 51, 51) solid;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

#commentform #submit:hover
{
	background-color: red;
	color: white;
}

/* **************** MAILCHIMP *********************** */

.mailchimp
{
	display: block;
	width: 600px;
	border-radius: 6px;
	padding: 10px;
	border: 2px red solid;
	float: right;
	margin-bottom: 40px;
	margin-left: 40px;
}

@media all and (min-width: 0px) and (max-width: 1300px)
{
	.mailchimp
	{
		width: 100%;
	}
}


.mailchimp form
{
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 0 10px 3%;
	clear: both;
}

.mailchimp h2
{
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
	color: red;
}

.mailchimp input
{
	border: 1px solid #999;
	-webkit-appearance: none;
}

.mailchimp input[type=checkbox] { -webkit-appearance: checkbox; }
.mailchimp input[type=radio] { -webkit-appearance: radio; }
.mailchimp input:focus { border-color: #333; }

.mailchimp .button
{
	clear: both;
	background-color: #F00;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

.mailchimp .button:hover { background-color: #777; }
.mailchimp .small-meta { font-size: 11px; }
.mailchimp .nowrap { white-space: nowrap; }

.mailchimp .mc-field-group
{
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 3%;
	min-height: 50px;
}

.mailchimp .size1of2
{
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin-right: 4%;
}

* html .mailchimp .size1of2
{
	margin-right: 2%;
	/* Fix for IE6 double margins. */
}

.mailchimp .mc-field-group label
{
	display: block;
	margin-bottom: 3px;
}

.mailchimp .mc-field-group input
{
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
}

.mailchimp .mc-field-group select
{
	display: inline-block;
	width: 99%;
	padding: 5px 0;
	margin-bottom: 2px;
}

.mailchimp .datefield, .mailchimp .phonefield-us { padding: 5px 0; }

.mailchimp .datefield input, .mailchimp .phonefield-us input
{
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}

.mailchimp .phonefield-us .phonearea input, .mailchimp .phonefield-us .phonedetail1 input { width: 40px; }
.mailchimp .datefield .monthfield input, .mailchimp .datefield .dayfield input { width: 30px; }
.mailchimp .datefield label, .mailchimp .phonefield-us label { display: none; }

.mailchimp .indicates-required
{
	text-align: right;
	font-size: 11px;
	margin-right: 4%;
}

.mailchimp .asterisk
{
	color: #c60;
	font-size: 200%;
}

.mailchimp .mc-field-group .asterisk
{
	position: absolute;
	top: 25px;
	right: 10px;
}

.mailchimp .clear { clear: both; }

.mailchimp .mc-field-group.input-group ul
{
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.mailchimp .mc-field-group.input-group ul li
{
	display: block;
	padding: 3px 0;
	margin: 0;
}

.mailchimp .mc-field-group.input-group label { display: inline; }

.mailchimp .mc-field-group.input-group input
{
	display: inline;
	width: auto;
	border: none;
}

.mailchimp div#mce-responses
{
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

.mailchimp div.response
{
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

.mailchimp #mce-error-response { display: none; }

.mailchimp #mce-success-response
{
	color: #529214;
	display: none;
}

.mailchimp label.error
{
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc-embedded-subscribe
{
	clear: both;
	width: auto;
	display: block;
}

.mailchimp #num-subscribers { font-size: 1.1em; }

.mailchimp #num-subscribers span
{
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}

.footer-block .mailchimp
{
	width: 90%;
	border-radius: 0;
	padding: 0;
	border: 0;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.footer-block .mailchimp h2 {
	font-size: 16px;
}

.footer-block .mailchimp form
{
	padding: 0;
}

.footer-block .mailchimp label
{
	display: none;
}

.footer-block .mailchimp .button
{
	font-size: 12px;
	  height: 26px;
	  line-height: 19px;

}

.footer-newsettler-link
{
	font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px 4px 10px;
  border-radius: 4px;
  background-color: black;
  float: right;
  margin-top: -4px;
  margin-right: 14px;
}

/* **************** VIDEOS *********************** */

.videos iframe
{
	margin: 20px;
	width: 400px;
	height: 260px;
	display: inline-block;
}


/* **************** EXRTAS *********************** */

#commentform textarea, .consumedesign *, .home-extras-container span > a, .news-container a, .load-more-bikes img, .header *, .galleries-galore-thumb, .side-options-results, .side-options a, .social-buttons *, .footer-block *, .footer-sitemap .sub-menu > li a, .footer-sitemap > li a, .bike-subnav-close, .bike-special-close, .bike-buttons span, .bike-buttons .img-buttons span, .img-thumbs-active, .bike-options a, h3 a, .home-extra-title a, .home-blog a, .menu > li > .sub-menu, .header, .header .sub-menu > li a, .page-nav a, .press-content a, .multipage-item h2, .multipage-item h2:before, .page-loading, .page-gallery, .page-gallery *, .header, .customer-info input[type="button"], .customer-info input[type="submit"], .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.multipage-item, .gallery img, .size-thumbnail {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.page-gallery img, .page-gallery, .multipage-item, .galleries-galore-thumb, .side-options-results, .side-options a, .side-content-input, .footer-address a, .footer-sitemap .sub-menu > li a, .bike-subnav-close, .bike-special-close, .bike-buttons span div, .bike-options a, .home-extra-img, .content-container img, .content-container, .page-nav a, .menu > li > a, .sub-menu-active-li, .header .sub-menu > li a, .page-subnav a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.press-content img, .press-content a, .gallery-item, .wp-caption {
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.content-container .footer-newsettler-link, .phone-menu {
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}

.comments:after, .mailchimp:after, .gallery:after, .multipage-item:after {
	content: '\00a0';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
