/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
  background: #fff;
}

body {
  font-family: "Karla", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin:0;
  padding:0;
}

b,
strong {
	font-weight:bold
}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
	background-color:#4d4d4d;
	height: 44px;
	text-align:center;
	width: 100%;
	}

/*
 * Footer wrapper
 */
#footer {
	background-image:url(images/bg_splash.png);
	overflow:visible;
	background-repeat: no-repeat;
  	background-position: left top;
	height:286px;
	}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
  float:left;
  max-width: 278px;
  overflow: hidden;
  margin:0;
  }

/*
 * Logo
 */
#logo {
  padding: 0px;
  margin-left:-68px;
}

#logo img {
  vertical-align:top;
  width: 278px;
  height:44px;
}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
  text-transform:uppercase;
  font-size:1.5em;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {
	display:none;
	}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
  text-transform:uppercase;
}

a:link,
a:visited {
	color:#09c;
	}

a:active,
a.active {
	color:#09F;
	}

a:hover,
a:focus {
  color:#0CF;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 1.5em;
/*  line-height: 2.5em;*/
}

ul.sf-menu li {
  font-family:"Just Another Hand";
  text-transform:uppercase;
  text-shadow:#333 1px 1px;
  font-size: 1.85em;
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {
	font-family:"Karla";
	text-transform:uppercase;
	text-shadow:#333 1px 1px;
	font-size: .25em;
}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  color:#0CF;
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

#menu-1374-1 > a {
	font-family:"Just Another Hand";
	font-size: 1em;
	height:30px;
}


/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Block title
 */
.block-title {
  margin: 0;
}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node .node-title {
  margin: 0;
}

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment .submitted .author-datetime {
	margin-bottom:.25em;
	color:#777777;
}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
  font-size:1em;
}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
 
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}
/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #FFFFFF;
}

.form-item .description {
  font-size: 0.85em;
}

/*
 * The submit button
 */

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/*<----------------  Custom CSS  ----------------->*/

.item-list-pager {
	margin-bottom: 2em;
}

.image-style-landing-image {
	margin-top:1em;
}

/* TOP NAV -------- */

.nav {
	margin: 0 auto;
}

#block-menu-menu-login, #block-menu-menu-my-account  {
	float:right;
	width:7.5em;
	height: 44px;
}

#block-menu-menu-login .menu.clearfix, #block-menu-menu-my-account .menu.clearfix {
	margin: .6em .6em 0 0;
}

#block-menu-menu-login ul, #block-menu-menu-my-account ul {
	text-align:right;
}

#block-menu-menu-login ul li, #block-menu-menu-my-account ul li{
	display:inline;
}

#block-menu-menu-login > div:nth-child(1), #block-menu-menu-my-account > div:nth-child(1) {
	margin: 0;
}

#block-menu-menu-login ul li a, #block-menu-menu-my-account ul li a{
	color:#FFFFFF;
	font-size: .85em;
}

#block-menu-menu-login ul li a:hover, #block-menu-menu-my-account ul li a:hover {
	color:#0CF;
}

#widgets-element-socialmedia_profile-default {
	padding-top:.55em;
}

#widgets-element-socialmedia_socialmedia-twitter-profile-button, #widgets-element-socialmedia_socialmedia-facebook-profile-button, #widgets-element-socialmedia_socialmedia-pinterest-profile-button, #widgets-element-socialmedia_socialmedia-rss-feed-button {
	margin-right:.75em;
	float:right;
}

/* HEADER -------- */

#header-blog {
	width: 100%;
	height: 144px;
	background-image:url(images/header_blog.png);
	overflow:visible;
	background-repeat: no-repeat;
  	background-position: center top;
	text-align:center;
}

#header-shop {
	width: 100%;
	height: 144px;
	margin-top:0;
	background-image:url(images/header_shop.png);
	overflow:visible;
	background-repeat: no-repeat;
  	background-position: center top;
	text-align:center;
}

#header-about {
	width: 100%;
	height: 144px;
	background-image:url(images/header_about.png);
	overflow:visible;
	background-repeat: no-repeat;
  	background-position: center top;
	text-align:center;
}

#header-help {
	width: 100%;
	height: 144px;
	background-image:url(images/header_help.png);
	overflow:visible;
	background-repeat: no-repeat;
  	background-position: center top;
	text-align:center;
}

#header-reps {
	width: 100%;
	height: 144px;
	background-image:url(images/header_reps.png);
	overflow:visible;
	background-repeat: no-repeat;
  	background-position: center top;
	text-align:center;
}

.header-type {
	font-family:"Just Another Hand";
	font-variant:small-caps;
	color:#FC0;
	text-shadow:#333 2px 2px;
	font-size: 6em;
	padding-top: .045em;
}

/* FRONT PAGE -------- */


.featured-slide-image a img, .featured-slide-image img  {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#flexslider_views_slideshow_main_home-block_1 .flexslider, #flexslider_views_slideshow_main_shop_feature-block_1 .flexslider {
	border: none;
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position:relative;
}

#flexslider_views_slideshow_home-block_1, #flexslider_views_slideshow_shop_feature-block_1 {
	padding:0;
}

.featured-slide-textwrap {
	position:absolute;
	top: 8%;
	right: 4%;
	width: 50%;
	display:block;
}

.featured-slide-title {
	display:block;
	text-align:right;
	font-family:"Just Another Hand";
  	text-transform: capitalize;
  	text-shadow: #000 2px 2px;
  	font-size: 4.5em;
	color:#FFF;
	line-height:1em;
	font-weight:400;
}

.featured-slide-subhead {
	display:block;
	text-align:right;
	font-family:"Just Another Hand";
  	text-transform: capitalize;
  	text-shadow: #000 1px 1px;
  	font-size: 2.6em;
	line-height:1em;
	color:#FFF;
	font-weight:400;
}

.featured-slide-CTA {
	display:block;
	text-align:right;
	font-family:"Just Another Hand";
  	text-transform: uppercase;
  	text-shadow: #000 2px 2px;
  	font-size: 2.5em;
	color:#FC0;
	line-height:1em;
	font-weight:400;
	margin-top: .5em;
	padding-top: .25em;
}

.subfeature-entry {
	width:315px;
	float:left;
	position:relative;
	margin: 0 .60em;
}

.subfeature-entry > a > img {
	border:2px solid #CCC;
}

.subfeature-entry .subfeature-title {
	position: absolute;
	text-align:center;
	bottom: 6%;
	right: .5%;
	width: 98%;
	background-color:#FFF;
}

.subfeature-title:after {
	content:url(images/icon_subfeature_arrow.png);
	margin-left: .2em;
	vertical-align: middle;
}

/* BLOG -------- */

#edit-field-tags-tid-wrapper {
	width:100%;
	padding-left:38%;
}

#edit-field-tags-tid-wrapper > label {
	display:block;
	float:left;
	color: #999;
	font-size: .9em;
	text-transform:uppercase;
	margin: .3em .4em 0 0;
}

#edit-field-tags-tid-all a,
#edit-field-tags-tid-1 a,
#edit-field-tags-tid-2 a,
#edit-field-tags-tid-3 a { 
	display:inline-block;
	float:left;
	width: 3.5em;
	height: 1.45em;
	padding: .1em;
	margin: .1em .3em 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #9900cc;
	text-align: center;
	font-size: .9em;
	font-weight:bold;
	color: #FFF;
}

#edit-field-tags-tid-all a {
	background-color:#4d4d4d;
}

#edit-field-tags-tid-2 a {
	background-color: #009900;
}

#edit-field-tags-tid-3 a {
	background-color: #FF6600;
}

#edit-field-tags-tid-1 a:hover {
	background-color: #8600b3;
}

#edit-field-tags-tid-2 a:hover {
	background-color: #008000;
}

#edit-field-tags-tid-3 a:hover {
	background-color: #e55c00;
}

#subscribe-rss, #subscribe-newsletter {
	width:100%;
	height:23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:thin #ffcc00 solid;
	text-align:center;
	font-size:.70em;
	font-weight:bold;
	padding-top: .65em;
	margin-bottom:1.55em;
}

#subscribe-rss > a, #subscribe-newsletter > a {
	vertical-align: middle;
}

#subscribe-rss > img, #subscribe-newsletter > img{
	vertical-align: middle;
	margin-right:.35em;
}

#block-views-blog-tags-block-block > div > h2 {
	text-transform:uppercase;
	font-size: .9em;
	color:#999;
	width: 100%;
	text-align:center;
	border-bottom: #FC0 thin solid;
}

.blogtags-list {
	list-style:none;
}

.blogtags-list li {
	font-size: .80em;
	line-height: 1.35em;
}

.blog-tag-count{
	color: #999;
}

.blog-overview-entry {
	margin: .70em .45em;
	width:235px;
	height:300px;
	float:left;
}

.blog-overview-title {
	width:235px;
	float:left;
	font-size: .70em;
	font-weight:bold;
	text-transform:uppercase;
}

.blog-overview-entry a img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;  
}

.Think, .Move, .Play {
	display:block;
	float:left;
	width: 4em;
	height: 1.4em;
	padding: .03em;
	margin: .1em .3em 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #009900;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: .65em;
	font-weight:bold;
}

.Think:after, .Move:after, .Play:after {
	clear:both;
}

.Move {
	background-color: #9900cc;
}

.Play {
	background-color: #ff6600;
}

.blog-published .block-content {
	text-transform:uppercase;
	color:#969696;
	text-align:center;
	width:90%;
}

.blog-title .block-content {
	text-transform:uppercase;
	text-align:center;
	font-size:1.75em;
	font-weight:bold;
	width:90%;
}

.blog-body .block-content {
	width:90%;
	margin-top:2em;
}

#blog-about {
	padding:1em;
	margin-bottom:1em;
}

#blog-about .block-title {
	text-transform:uppercase;
	font-size:1em;
}

#blog-about .node {
	margin-bottom: 0;
}

.blog-tags ul {
	list-style:none;
}

.blog-tags ul li {
	display:inline-block;
	margin-right:1.5em;
}

.background-stripe {
	background-image:url(images/bg_stripe.png);
	overflow: visible;
	background-repeat:repeat;
}

#blog-related {
	margin: 1em 0 2em 0;
}
	
/* SHOP -------- */

#edit-field-product-category-tid-wrapper {
	width:100%;
	padding-left:19%;
}

#edit-field-product-category-tid-wrapper > label {
	display:block;
	float:left;
	color: #999;
	font-size: .9em;
	text-transform:uppercase;
	margin: .3em .4em 0 0;
}

#edit-field-product-category-tid-all a,
#edit-field-product-category-tid-1 a,
#edit-field-product-category-tid-2 a,
#edit-field-product-category-tid-3 a,
#edit-field-product-category-tid-4 a { 
	display:inline-block;
	float:left;
	width: 3.5em;
	height: 1.45em;
	padding: .1em;
	margin: .1em .3em 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #9900cc;
	text-align: center;
	font-size: .9em;
	font-weight:bold;
	color: #FFF;
}

#edit-field-product-category-tid-all a {
	background-color:#4d4d4d;
	width: 2.5em;
}

#edit-field-product-category-tid-1 a {
	width: 7em;
}

#edit-field-product-category-tid-2 a {
	background-color: #009900;
	width: 8.5em;
}

#edit-field-product-category-tid-3 a {
	background-color: #FF6600;
	width: 6.5em;
}

#edit-field-product-category-tid-4 a {
	background-color: #FC0;
	width: 7.5em;
}

#edit-field-product-category-tid-all a:hover {
	background-color:#000;
}

#edit-field-product-category-tid-1 a:hover {
	background-color: #8600b3;
}

#edit-field-product-category-tid-2 a:hover {
	background-color: #008000;
}

#edit-field-product-category-tid-3 a:hover {
	background-color: #e55c00;
}

#edit-field-product-category-tid-4 a:hover {
	background-color: #E4C100;
}

.shop-overview-entry, .shop-category-entry {
	margin: .70em .45em;
	width:235px;
	float:left;
}

.shop-category-entry {
	margin: .25em .5em
}

.shop-overview-title {
	width:235px;
	float:left;
	text-align:center;
	font-size: .70em;
	font-weight:bold;
	text-transform:uppercase;
	height: 32px;
}

#shop-category-title-395, #shop-category-title-396, #shop-category-title-397, #shop-category-title-398 {
	width:235px;
	height: 32px;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	position:relative;
	display:block;
	bottom: 242px;
	text-align:center;
	padding-top:.2em;
	font-size: 1.20em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	background-color: #9900cc;
}

#shop-category-title-396 {
	background-color: #009900;
}
#shop-category-title-397 {
	background-color: #FF6600;
}
#shop-category-title-398 {
	background-color: #FC0;
}

 a:hover #shop-category-title-395 {
	background-color: #8600b3;
}

 a:hover #shop-category-title-396 {
	background-color: #008000;
}

 a:hover #shop-category-title-397 {
	background-color: #e55c00;
}

 a:hover #shop-category-title-398 {
	background-color: #E4C100;
}

.shop-overview-entry a img, .shop-category-image img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;  
}

#flexslider-1 > ol, #flexslider-1 > div > ul {
	padding:0;
}

#flexslider-1 {
 margin: 0 0 40px;
}

.related-product-entry {
	margin: .70em .45em;
	width:140px;
	float:left;
}

.related-product-title {
	width:140px;
	float:left;
	text-align:center;
	font-size: .70em;
	font-weight:bold;
	text-transform:uppercase;
	height: 32px;
}

.related-blog-entry {
	float:left;
}

.related-blog-entry {
	margin-top:.6em;
}

.related-blog-entry-image img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.related-blog-entry-image {
	float: left; 
}

.related-blog-entry-title {
	font-size:.8em;
	width: 16em;
	float: left;
	margin-left:1em;
}

.related-product-image img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;  
}

#block-commerce-cart-cart {
	margin-bottom: 1em;
}

#block-commerce-cart-cart .block-title, #shopping-block .block-title, .product-rating .block-title, .product-reviews .block-title, .product-review-form .block-title {
	text-transform:uppercase;
	font-family:"Karla";
	font-size:1em;
	color:#999;
	text-align:center;
	border-bottom:#FC0 thin solid;
}

.ajax-shopping-cart-wrapper {
	display:none;
}

.product-rating .block-title, .product-reviews .block-title, .product-review-form .block-title {
	text-align:left;
	margin-top: 1em;
}

.product-review-form {
	padding: .75em;
	background-color: #FFFBE5;
	margin-bottom: 1em;
}

#block-views-all-products-list-block > div > h2, .pane-related-products .block-title, .pane-similar-blog-entries .block-title {
	text-transform:uppercase;
	font-size: 1em;
	color:#999;
	width: 100%;
	text-align:center;
	border-bottom: #FC0 thin solid;
}

.allproducts-list {
	list-style:none;
}

.allproducts-list li {
	font-size: .80em;
	line-height: 1.35em;
}

#findretailer-link, #viewshowspecials-link {
	width:100%;
	height:23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:thin #ffcc00 solid;
	text-align:center;
	font-size:.75em;
	font-weight:bold;
	padding-top: .45em;
	padding-bottom: .15em;
	margin-bottom:1.55em;
}

#viewshowspecials-link {
	font-size:.9em;
}

#findretailer-link > a, #viewshowspecials-link > a {
	vertical-align: middle;
}

#findretailer-link > img{
	vertical-align: middle;
	margin-right:.15em;
}

#viewshowspecials-link > img{
	vertical-align: middle;
	margin: 0 .5em;
}

.product-find-retailer {
	margin-top: .75em;	
}

#product-title > div > div {
	font-family:"Just Another Hand";
	color: #299F00;
	font-size:2.75em;
	line-height:1em;
	padding-top:.26em;
}

#product-price .field-item {
	font-family:"Just Another Hand";
	font-variant:small-caps;
	color: #FF9D00;
	font-size:2em;
	line-height:1em;
	padding-top:.2em;
	padding-bottom:.16em;
	float:left;
}

.product-description-headline .field-item {
	text-transform:uppercase;
	font-weight:bold;
	border-bottom: solid thin #CCC;
	text-align:center;
	margin-bottom: 1em;
	margin-top: 1em;
}

#add-to-cart .form-item {
	text-transform:uppercase;
	margin:0;
	color:#6F6F6F;
}

#add-to-cart label {
	font-size: .75em;
}

#add-to-cart .form-submit {
	margin-top:.5em;
}

#add-to-cart {
padding-bottom:1em;
}

.product-description-body ul {
	margin-top:0em;
	padding-left:2em;
}

.product-description-body p {
	margin-bottom:.5em;
}

.product-includes .field-item, .product-materials .field-item, .product-warning .field-item, .commerce-product-sku, .field-name-field-product-warnings, .field-name-field-product-materials, .field-name-field-product-includes, .commerce-product-field-field-upc {
	font-size: .85em;
	color:#666666;
}

.field-name-field-product-includes {
	margin-top:1em;
}

.field-name-field-product-press a, .field-name-field-press a {
	text-transform:capitalize;
}

.flex-direction-nav a {
	height:60px;
}

.field-type-fivestar .form-item {
	margin:0;
}

.pane-node-product-field-product-video {
	margin-bottom: 2em;
}

#edit-field-geofield-distance-distance {
	width: 3em;
}

.product-sku {
	margin-bottom:2em;
}

.field-name-field-store-video {
	margin-top:1em;
}


/* FAQ -------- */

.faqfield-question a {
	text-transform: none;
	font-weight:bold;
}

/* FOOTER -------- */

#block-footer-sitemap-footer-sitemap {
	margin-top: 4em;
	float:left;
	width: 67%;
}

#footer-sitemap > div > div > ul > li > span {
	text-transform:uppercase;
}

#footer-sitemap > div > div > ul > li {
	margin-right:1.7em;
}

#footer-sitemap > div > div > ul > li > ul > li a, a.fs-root-link {
	color:#333;
}

#footer-sitemap > div > div > ul > li > ul > li a:hover, a.fs-root-link:hover {
  color:#0CF;
}

/* MAILCHIMP -------- */

#block-mailchimp-signup-ogosport-newsletter {
	/*width: 25%;*/
	width: 300px;
	margin-top: 2em;
	float:left;
	padding: .6em 0 2em 2em;
	border-left: #CCC dotted thin; 
}

#block-mailchimp-signup-ogosport-newsletter .block-title {
	font-size: 1em;
	text-transform:uppercase;
	color:#3399cc;
}

.mailchimp-newsletter-mergefields {
	color:#3399cc;
	text-transform:uppercase;
	font-weight:bold;
}

.mailchimp-newsletter-mergefields > div > label {
	color:#3399cc;
	text-transform:uppercase;
	font-weight:bold;
}

.mailchimp-newsletter-mergefields > div > label:before {
	content:url(images/icon_mail.png);
	margin-right: .3em;
	vertical-align: middle;
}

#edit-mergevars-email {
	width:80%;
	float:left;
	display:inline-block;
	margin-top: .95em;
	}

#edit-submit {
	font-size:1em;
	display:inline-block;
	float:left;
}

/* PROFILE -------- */

.button-add, .button-logout {
	width:100%;
	height:23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:thin #ffcc00 solid;
	text-align:center;
	font-weight:bold;
	padding:.35em;
	margin-bottom:.5em;
}

.button-logout ul li {
	list-style:none;
}

.button-logout ul {
	margin: 0;
	padding: 0;
	text-align:center;
}

/* SERVICE LINKS -------- */

.service-links .item-list ul {
	margin:0;
	padding:0;
}

.service-links .item-list ul li {
	display:inline;
	margin:0;
	padding:0 0 0 .38em;	
}

.service-links .item-list ul li.even.first {
	padding:0;
}

.service-links .item-list ul li a {
	font-size:.85em;
	vertical-align:top;
}

/* Reps Product Overview -------- */

.rep-videos .flexslider {
	border:none;
	border-radius:0;
}

.rep-videos #flexslider-1 {
	margin:0;
}
.rep-videos #flexslider-1 > ul {
	padding:0;
}

.mythumbs {
	text-align:center;
	padding:0 !important;
	width:100%;
}

.mythumbs li {
	display:inline;
}

.video-thumb-entry {
	width:165px;
	float:left;
}

.get-catalogs {
	padding: 1em 1em;
	margin:0 .75em; 
	background:#E2EDEF;
	border-radius:.65em;
}

.get-catalogs a {
	text-transform: lowercase;
	font-weight:normal;
}


.get-catalogs .block-title {
	text-transform:uppercase;
	font-size:1.25em;
	border-bottom:thin #CCC solid;
}


.get-catalogs .form-item {
	margin: .4em 0;
	color:#333;
}

.get-catalogs .form-item input {
	border:none;
	width:100%;
}

.get-catalogs .form-item .form-checkbox {
	border:none;
	width:1em;
}

.get-catalogs .form-item label[for=edit-submitted-materials-to-order] {
	text-transform:uppercase;
	border-bottom:thin #CCC solid;
	margin-top:1em;
	color:#000000;
}

.get-catalogs .webform-component--state-zip--zip-code input, .get-catalogs .webform-component--state-zip--state input {
	width:70%;
}

.product-overview thead tr {
	background: #E2EDEF;
}

.product-overview table {
	border:none;
	line-height:1.25;
}

.product-overview table tr {
	border:none;
}

.product-overview table .views-field-field-product-includes {
	width:25%;
}

.product-overview a {
	text-transform:none;
}

/* MOD by OgoSport -------- */

#MOD-page {
}

.custom-disk-info-wrapper {
	padding:1em;
	border:1px solid #ffcc33;
}
.custom-disk-info-wrapper .block-inner {
	margin:0;
}
.custom-disk-info-wrapper .field-name-title-field .field-item {
	font-weight:bold;
	font-size:1.15em;
	color:#000;
	line-height:1em;
}

.custom-disk-info-wrapper .field-name-commerce-price .field-item {
	font-weight:bold;
	font-size:1.25em;
	color:#666;
}

.custom-disk-info-wrapper .form-type-commerce-fancy-attributes-ajax .form-item {
    width: 50px;
    display: inline-block;
}

.custom-disk-info-wrapper .commerce-fancy-attributes-color {
    width: 50px;
    height: 50px;
    border: 0;
}

#MOD-page .field-name-field-product-image img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.MOD-custom-order-block {
	background-color:#66CCCC;
	text-align:center;
	padding:1.5em 1.5em;;
	font-size:1.15em;
	margin-top:1em;
}

.MOD-custom-order-block .block-title {
	text-align:center;
	color:#FFFFFF;
	font-family: 'Rock Salt';
	font-size:1.35em;
}

.MOD-custom-order-block .custom-order-subtitle-1 {
	font-style:oblique;
	font-weight:bold;
	}
.MOD-custom-order-block .custom-order-em {
	font-style:oblique;
	margin-bottom:.5em;
	}
.MOD-custom-order-block .custom-order-button a {
	padding:.15em 1em;
	font-weight:bold;
	color:#009999;
	background-color:#ffcc33;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.MOD-custom-order-block .custom-order-button a:hover {
	color:#009999;
	background-color:#ffbf00;
	}	
.MOD-custom-order-block .custom-order-button-arrow {
	color:#FFFFFF;
	}
	
.about-MOD-block {
	padding:1em;
	border:1px solid #66CCCC;
	margin-top:1em;
}

.about-MOD-block .block-title {
	color:#009999;
	text-align:center;
	font-size:1.25em;
	margin-bottom:.25em;
}

.about-MOD-block .block-content p {
	font-style:oblique;
	margin-bottom:0;
}

.MOD-subtitle-1 {
	color:#009999;
	font-weight:bold;
	border-bottom:1px solid #ffcc33;
}

.pane-node-body .block-content {
	padding:2em;
}

#edit-line-item-fields-field-custom-image-und-0--4-ajax-wrapper > div > div.description {
	color: #336666;
}

/* MOD Landing page --------------*/

.pane-mod-slides .block-inner {
	margin: 0;
}

#flexslider_views_slideshow_main_mod_slides-block_1 .flex-nav-container .flexslider {
	border: none;
	margin: 0;
	border-radius: none;
	box-shadow: none;
}

#flexslider_views_slideshow_mod_slides-block_1 {
	padding:0;
}