/* BODY */

body {
	background: none;
	background-color: #000;
	color: #000;
}
::selection {
	background: #fab800;
}
::-moz-selection {
	background: #fab800;
}
#theme-bg {
	background-image: url("ky4ky-body-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

/* FIREFOX FIX FOR INPUT TEXT BOXES */
.row-fluid input[class*="span"] {
     padding: 0;
 }



/* HEADER */

#header-actions {
	font-family: 'sullivan_fillregular';
	font-size: 1.384615385em; /* 18/13 */
	color: #666;
	background-color: #000;
	text-transform: uppercase;
	font-weight: normal;
}
header li.nav-item {
	font-size: 1.846153846em /* 24/13 */
}
#nav-primary {
	margin-right: 1.5em;
}
#nav-primary .nav > li a {
	font-family: 'sullivan_fillregular';
	color: #000;
	margin: 0;
	padding: 0;
	margin-right: 1em;
	text-transform: uppercase;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	line-height: 1;
	font-weight: normal;
}
#nav-primary ul > li a:hover, #nav-primary ul > li.active a {
	color: #000;
	border-bottom: 5px solid #000;
}
.nav-pills > li > a {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
header#site-header {
	text-align: center;
	padding: 0;
	padding-top: 2em;
	border-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-
	box-shadow: none;
	background: none;
	margin-bottom: 0;
}
header #brand {
	float: none;
	padding-bottom: 1em;
}
header #nav-with-search {
	max-width: 580px;
	margin: 0 auto;
	display: block;
	float: none;
	padding-bottom: 3em;
}
@media (min-width: 800px) {	
	header #nav-with-search {
		max-width: 700px;
	}
}
#nav-social {
	float: none;
	margin-top: 40px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 800px) {
	#nav-primary-wrap {
		float: left;
	}
	#nav-social {
		display: inline;
		/*float: left;*/
		width: auto !important;
		margin-top: 0;
		margin-left: none !important;
		margin-right: none !important;
	}
}

#nav-social ul {
	list-style: none;
	margin: 0;
}
#nav-social ul li {
	display: inline;
	float: left;
}
#nav-social a {
	/*border-bottom: 5px solid #fff;*/
	padding-bottom: 8px;
	margin-right: 7px;
}
#nav-social ul li a:hover {
	border-bottom: 5px solid #000;
}

/* FOOTER */
footer#site-footer {
	padding-bottom: 2em;
}
footer#site-footer #fine-print a,
footer#site-footer #nav-footer a  {
	font-size: 1.230769231em; /* 16/13 */
	font-family: 'sullivan_fillregular';
	color: #666;
	margin: 0;
	padding: 0;
	margin-right: 1em;
	text-transform: uppercase;
	/*border-bottom: 5px solid #000;*/
	font-weight: normal;
}
footer#site-footer #fine-print a:hover,
footer#site-footer #nav-footer a:hover,
footer#site-footer #nav-footer li.active a {
	color: #666;
	/*border-bottom: 5px solid #666;*/
}
#nav-footer {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 12px;
	padding-bottom: 9px;
	display: block;
	float: none;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 1;
}
#copyright, #footer-tagline p {
	display: block;
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
	line-height: 1.230769231; /* 16/13 */
	color: #666;
}
footer #fine-print, #copyright {
	font-size: .923076923em; /* 12/13 */
}
#footer-logo {
	float: left;
}
#footer-ky4ky-info {
	float: right;
}
footer .container-fluid {
	max-width: 800px;
}
footer#site-footer #fine-print a#bullhorn-link {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
	text-transform: none;
	font-size: 1em; /* 12/13 */
}

/* BLOG SIDEBAR */

.rslides-wrap {
	padding: 0;
}
.sidebar-blog-imglink {
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	/*border-bottom: 5px solid #000;*/
	/*width: 219px;*/
	width: 100%;
}
.sidebar-blog-imglink img {
	width: 100%;
}
.first-imglink {
	border-top: 5px solid #000;
}
.last-imglink {
	margin-bottom: 2em;
}
#sidebar-search-header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.692307692em; /* 22/13 */
	color: #000;
}
#site-sidebar .form-search {
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
	border-top: 5px solid #000;
}
#site-sidebar .form-search input {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 3px solid #000;	
	padding: 0.5em;
	width: 75%;
}
#site-sidebar .btn-primary {
	font-family: 'sullivan_fillregular';
	font-size: 1.230769231em; /* 16/13 */
	text-transform: uppercase;
	padding: 0.5em;
	background-color: #000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	float: right;
	font-weight: normal;
}
#site-sidebar .widget-twitter-feed {
	border-bottom: 5px solid #000;
	padding-bottom: 1em;
}
#sidebar-blog-social-links ul {
	list-style: none;
	margin: 0;
}
#sidebar-blog-social-links li {
	background-color: #000;
	width: 100%;
	margin-bottom: 1em;
}

/* BLOG */

.hentry header h1 {
	font-size: 2.307692308em; /* 30/13 */
	font-family: "CalistoMTW01-BoldItalic";
	padding: 0;
	font-weight: normal;
}
.hentry .entry-meta {
	font-size: 0.923076923em; /* 12/13 */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
}
.pagination ul {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.pagination li {
	font-family: 'sullivan_fillregular';
	font-weight: normal;
}
.pagination ul > li:last-child > a, .pagination ul > li:first-child > a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.pagination ul > li > a {
	padding: 0;
	margin-right: 0.3em;
	color: #000;
	border: 0;
	text-transform: uppercase;
	background-color: transparent;
	font-size: 2.461538462em; /* 32/13 */
	line-height: 1;
}
.pagination ul > li > a:hover, .pagination ul > li.active > a {
	color: #000;
	background-color: transparent;
	border-bottom: 5px solid #000;
}
.pagination ul > li.disabled > a:hover {
	border-bottom: 5px solid #999;
}
.blog .addthis_sharing_toolbox {
	display: none;
}

/* HIGHLIGHT BAR */

.index .highlight-bar {
	margin-top: 2em;
	padding: 1em;
	color: #fff;
	background-color: #d1d3d4;
}
.index .highlight-bar p {	
	text-align: center;
	font-family: 'sullivan_fillregular';
	font-size: 2.384615385em; /* 31/13 */
	text-transform: uppercase;
	font-weight: normal;
}
#highlight-kick_ass {
	max-width: 840px;
	margin: 0 auto;
	overflow: visible;
}
#highlight-kick_ass_text {
	float: left;
}
#highlight-kick_ass_image {
	float: right;
	overflow: visible;
	height: 4em; /* 80/13 */
	width: 170px; /* 170/840 */
}
#highlight-kick_ass_image img {
	/*width: 20.238095238%;*/ /* 170/840 */
	width: 100%;
	max-width: 170px;
	position: relative;
	bottom: 90px;
}
.lt-ie9 #highlight-kick_ass_image img {
	bottom: 79px;
}

/* PROJECTS */

h1, #content-primary h2 {
	color: #000;
	font-size: 2.307692308em; /* 30/13 */
	font-family: "CalistoMTW01-BoldItalic";
	padding: 0;
	font-weight: normal;
}
.fluid-width-video-wrapper {
	margin-bottom: 1em;
}
.project-intro {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.45;
}

/* ABOUT */
.ky4ky-yellow-bg {
	background-color: #fab800;
	padding-top: 2em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 0;
	margin-bottom: 3em;
	overflow: visible;
}
#about-people {
	float: right;
	width: 60%;
}

/* CONTACT */
#contact-page-header, #shop-page-header {
	margin-bottom: 2em;
}
#page-contact-content {
	font-family:"Calisto MT W01 Italic";
	font-weight: normal;
}
#page-contact-content label {
	font-size: 1.384615385em; /* 18/13 */
}
#page-contact-content b {
	font-family:"CalistoMTW01-BoldItalic";
	font-weight: normal;
}
#page-contact-text {
	font-size: 1.846153846em; /* 24/13 */
	line-height: 1.208333333; /* 29/24 */
}
#page-contact-content .btn-primary, #content-primary .btn-primary {
	font-family: 'sullivan_fillregular';
	text-transform: uppercase;
	color: #000;
	font-size: 2.857142857em; /* 40/14 */
	background-color: #fbb800;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.65em;
	padding-bottom: 0.5em;
	font-weight: normal;
}
#page-contact-content .btn-primary:hover, #content-primary .btn-primary:hover {
	background-color: #F60;
}
#page-contact-content .btn, #content-primary .btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* HOME */
#home-lower-graphic {
	text-align: center;
	margin-top: 2em;
}
#see-more-projects, #more-kickass-gear {
	font-family: 'sullivan_fillregular';
	text-transform: uppercase;
	font-size: 2.857142857em; /* 40/14 */
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	font-weight: normal;
}
#more-kickass-gear {
	margin-bottom: 1em;
}
#see-more-projects a, #more-kickass-gear a {
	color: #000;
}
#see-more-projects a:hover, #more-kickass-gear a:hover {
	color: #000;
	border-bottom: 5px solid #000;
}
.homepage-mailchimp, .faq-mailchimp {
	background-color: #000000 !important;
	color: #ffffff !important;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.faq-mailchimp {
	width: 100%;
	padding: 0 !important;
}
.homepage-mailchimp .MCquote, .homepage-mailchimp .MCform, .faq-mailchimp .MCquote, .faq-mailchimp .MCform {
	width: 80%;
	padding: 5%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.homepage-mailchimp .MCquote, .homepage-mailchimp .MCform, .faq-mailchimp .MCquote, .faq-mailchimp .MCform {
		width: 40%;
	}
	.homepage-mailchimp .MCquote, .faq-mailchimp .MCquote {
		float: left;
	}
	.homepage-mailchimp .MCform, .faq-mailchimp .MCform {
		float: right;
	}
}
.homepage-mailchimp h2, .faq-mailchimp h2 {
	font-family: CalistoMTW01-BoldItalic;
	color: #ffffff !important;
	font-size: 3em;
}
.faq-mailchimp h2 {
	margin-bottom: 0;
}
.homepage-mailchimp h2.smaller, .faq-mailchimp h2.smaller {
	font-size: 1.5em;
}
.homepage-mailchimp .mc-field-group-home, .faq-mailchimp .mc-field-group {
	text-align: center;
	width: 100% !important;
}
.mc-field-group-home input, .mc-field-group input {
	display: block;
	margin-bottom: 1em;
}
.homepage-mailchimp #mce-EMAIL-home {
	width: 94%;
}
.faq-mailchimp #mce-EMAIL {
	width: 94%;
}
.homepage-mailchimp #mc_embed_signup_home .button, .faq-mailchimp #mc_embed_signup .button {
	/*margin-top: 0 !important;*/
	width: 100%;
	background-color: #fdc200;
	font-family: "sullivan_fillregular";
	color: #000000;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 0.75em !important;
	height: auto;
}
.mailchimp-popup #mc_embed_signup .button {
	background-color: #000000 !important;
}
.homepage-mailchimp .formsociallinks, .faq-mailchimp .formsociallinks {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

/* SHOP */
.page-header h1 {
	font-family: "CalistoMTW01-BoldItalic";
	font-weight: normal;
}

/* CART */
#get-rates-submit {
	margin-bottom: 0.5em;
}
#checkout {
	text-align: center;
}
#update-cart {
	margin-bottom: 1em;
}
#ky4ky-checkout-btn, #ky4ky-login-btn {
	margin-bottom: 0.5em;
}

/* MOBILE */
.nav-mobile-select {
	margin-top: 1em;
	margin-bottom: 1em;
}
.nav-mobile-list a {
	color: #000;
}
.nav-mobile-list li.active a, .nav-mobile-list ul > li a:hover {
	color: #ff6600;
}

/* FAQ */
#accordion h3 {
	font-family: 'CalistoMTW01-BoldItalic';
	font-size: 1.5em;
	padding-left: 1.5em;
	color: #fdc200;
}
#accordion h3.ui-state-active {
	color: #000000;
}
#accordion div {
	opacity: 0.9;
}
#accordion .ui-accordion-content {
	height: 380px;
}
@media (min-width: 768px) {
	#accordion .ui-accordion-content {
		height: 280px;
	}
}
#accordion div a {
	color: #fdc200;
}
#accordion div a:hover {
	color: #ff6600;
}
#mc-embedded-subscribe {
	background-color: #fdc200;
	color: #000;
}

/* RETAILERS & PRESS */
.grid-container, .press-container {
	width: 100%;
	display: block;
	position: relative;
}
.grid-container {
	margin-bottom: 3em;
}
.grid-item, .press-item {
	width: 100%;
	display: inline;
	float: left;
	padding: 2em;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.grid-item {
	text-align: center;
}
.press-item {
	text-align: center;
}
.press-item p {
	text-align: left;
}
.press-item img {
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

/* MEDIA QUERIES - RETAILERS & PRESS */
@media (min-width: 480px) {
	.grid-item, .press-item {
		width: 50%;
	}
	.grid-item {
		/*height: 13.846153846em; // 180/13*/
	}
	.press-item {
		height: 56.153846154em; // 730/13
	}
}
@media (min-width: 768px) {
	.grid-item, .press-item {
		width: 33%;
	}
}
@media (min-width: 992px) {
	.grid-item, .press-item {
		width: 25%;
	}
}

/* MEDIA QUERIES - FOOTER */
@media (max-width: 840px) {
	#footer-ky4ky-info {
		width: 80%;
	}
	#footer-logo {
		width: 20%;
	}
	#footer-logo img {
		width: 75%;
	}
}
@media (max-width: 480px) {
	#footer-ky4ky-info {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	#footer-logo {
		text-align: center;
		display: block;
		width: 100%;
		float: none;
	}
	#footer-logo img {
		max-width: 156px;
		margin-bottom: 2em;
	}
}

/* MEDIA QUERIES - BLOG SIDEBAR */
@media (max-width: 1000px) {
	#site-sidebar .form-search input {
		width: 68%;
	}
}
@media (max-width: 840px) {
	#site-sidebar .form-search input {
		width: 65%;
	}
}

/* MEDIA QUERIES - SHOP */
@media (max-width: 767px) {
	#shop-page-header {
		display: none;
	}
}