/*
	Theme Name: ITS Tactical
	Theme URI: http://itstactical.com
	Description: Imminent Threat Solutions
	Version: 1.1
	Author: ITS Tactical

*/

/*------------------------------------*\
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
\*---------------------------
---------*/

/* - : - : - : - : - : - : - : - : - : - : normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}

audio, canvas, video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

html, button, input, select, textarea {
  font-family: sans-serif
}

.no-touch a:focus {
  outline: thin dotted
}

.no-touch a:active, .no-touch a:hover {
  outline: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

h2 {
  font-size: 1.5em;
  margin: .83em 0
}

h3 {
  font-size: 1.17em;
  margin: 1em 0
}

h4 {
  font-size: 1em;
  margin: 1.33em 0
}

h5 {
  font-size: .83em;
  margin: 1.67em 0
}

h6 {
  font-size: .75em;
  margin: 2.33em 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

blockquote {
  margin: 1em 40px
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: none
}

q:before, q:after {
  content: none
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

dt {
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
  font-size: 1.4em;
}

dd {
  margin: 0 auto 20px;
  width: 90%;
  font-size: 1.4em;
}

menu, ol, ul {
  padding: 0 0 0 40px
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic
}

svg:not(:root) {
  overflow: hidden
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  white-space: normal;
  margin-left: -7px;
  padding: 0
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0
}

button, input {
  line-height: normal
}

button, html input[type=button], /* 1 */
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible
}

button[disabled], input[disabled] {
  cursor: default
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body, figure, form {
  margin: 0
}

p, pre, dl, menu, ol, ul {
  margin: 1em 0
}

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?42865254");
  src: url("fonts/fontello.eot?42865254#iefix") format('embedded-opentype'), url("fonts/fontello.woff?42865254") format('woff'), url("fonts/fontello.ttf?42865254") format('truetype'), url("fonts/fontello.svg?42865254#fontello") format('svg');

  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 70%;
  color: #444;
  background-image: url(img/bg-repeat.jpg);
  background-repeat: repeat;
  background-color: #3B3736;

}

body.mobile {
  font-size: 75%;

}

.pixelfont {
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

p {
  padding: 7px 0 0;
  line-height: 1.5;
}

.inner-content p a {
  color: #7B8454;
}

.inner-content select {
  margin-left: 5%;
}

.inner-content .store_item_form select {
  margin-left: 0;
}

.inner-content address {
  margin: 0 5%;
  font-size: 1.4em;
}

.clear {
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.column img, img.aligncenter {
  width: 100%;
}

a {
  color: #444;
  text-decoration: none;

}

.no-touch a:hover {
  color: #7B8454;
}

.no-touch a:focus {
  outline: 0;
}

.no-touch a:hover,
.no-touch a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}

small {
  width: 90%;
  margin: 0 auto;
  display: block;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#main-bg {
  background-repeat: no-repeat;
  background-position: top center;
}

.wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}

#navbar {
  height: 54px;
  background-color: #b8b4a7;
  margin: auto;
  z-index: 900;
}

#navbar .emboss {
  border: 1px solid #a8a591;
  border-top: 1px solid #A49F92;
  float: left;
  width: 100%;
  height: 54px;
}

#navbar a.home-link {
  display: none;
}

.mobile #navbar a.home-link {
  background: #B8B4A7 url(img/mobile-logo-large.png) no-repeat 0px 0px;
  -webkit-background-size: 28px 40px;
  -o-background-size: 28px 40px;
  background-size: 28px 40px;
  display: none;
  float: left;
  width: 28px;
  height: 40px;
  margin: 7px 0 0 10px;
  text-indent: -9000px;
}

@media (min-width: 20em) {
  .mobile #navbar a.home-link {
    display: block;
  }
}

#mobile-nav {
  float: left;
}

.mobile-nav {
  background-position: no-repeat;
  height: 54px;
  width: 40px;
  font-size: 2.5em;
  line-height: 50px;
  display: block;
  background-color: #A49F92;
}

nav {
  float: left;
}

nav ul {
  margin: 0;
  padding: 15px 0 14px 20px;
}

nav.main ul {
  margin: 0;
  padding-left: 20px;
}

nav.main ul li {
  float: left;
  padding-right: 24px;
  display: none;
}

nav ul li ul.subCats {
  float: left;
  width: 20%;
}

nav.main ul li ul li {
  display: block;
  float: none;
}

nav.main ul li ul li a {
  color: #eee;
}

.no-touch nav.main ul li ul li a:hover {
  color: #7b8454;
}

nav.main ul li ul li.more {
  display: none;
}

nav a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5em;
  color: #363636;
  letter-spacing: 1px;

}

.no-touch .menu-item a:hover {
  color: #7B8454;

}

.nav-quicklinks .icon {
  font-size: 2em;
}

nav.main ul li.more:after {

  font-size: 14px;
  margin-left: 3px;
  color: #928f83;
}

form.search button {
  border: none;
  margin-left: -3px;
  line-height: 60%;
  margin-right: -4px;
  padding: 10px 6px 3px;
  background-color: #F69625;
  color: #fff;
}

.search button .icon {
  font-size: 15px
}

#nav-quicklinks ul {
  background-image: url(img/nav-shade.gif);
  background-repeat: no-repeat;
  background-position: left;
  margin: 0;
  padding: 15px 0px 15px 45px;
  float: right;
}

@media (min-width:400px) {
  #nav-quicklinks ul {
    padding-right: 25px;
  }

  nav.main ul li:nth-child(12) {
    display: block;
  }

  nav.main ul li:nth-child(3) {
    display: block;
  }
}

@media (min-width:532px) {
  nav.main ul li:nth-child(4) {
    display: block;
  }
}

@media (min-width:622px) {
  nav.main ul li:nth-child(5) {
    display: block;
  }
}

@media (min-width:701px) {
  nav.main ul li:nth-child(6) {
    display: block;
  }
}

@media (min-width:783px) {
  nav.main ul li:nth-child(7) {
    display: block;
  }
}

@media (min-width:890px) {
  nav.main ul li:nth-child(8) {
    display: block;
  }
}

@media (min-width:974px) {
  nav.main ul li:nth-child(9) {
    display: block;
  }
}

@media (min-width:1084px) {
  nav.main ul li:nth-child(10) {
    display: block;
  }
}

@media (min-width:1170px) {
  nav.main ul li:nth-child(11) {
    display: block;
  }
}

nav.main ul li:nth-child(12) {
  padding-right: 0;
}

nav.main ul li {
  display: none;
}

#nav-quicklinks li {
  list-style-type: none;
  float: left;
  padding-right: 14px;
}

#nav-quicklinks li:last-child {
  padding-right: 0;
}

.nav .menu-item .sub article {
  height: 170px;
  overflow: hidden;
}

.search > a {
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: block;
}

.user > a {
  background-repeat: no-repeat;
  height: 24px;
  width: 26px;
  display: block;
}

.social {
  display: none;
}

.social > a {
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: block;
}

#main-header {
  padding-top: 54px;
}

#main-header header {
  position: relative;
}

.its-logo {
  padding: 28px 0 0 10px;
  float: left;
  position: relative;
  z-index: 500;
}

.its-logo img {
  width: 299px;
}

.logo img {
  padding-right: 10px;
  width: 200px;
  height: auto;
}

#sticky-logo .logo img {
  width: auto;
  height: auto;
  margin-top: 9px;
}

.header-quicklinks {
  display: none;
  float: right;
  position: absolute;
  right: 20px;
  padding-top: 29px;
}

@media only screen and (min-width:460px) {
  .header-quicklinks {
    display: block;
  }

  .logo img {
    padding-right: 10px;
    width: 100%;
  }
}

.header-quicklinks ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 150px;
}

.infobox input {
  font-size: .75em;
  padding: .15em .5em;
  margin: .35em 0;
  max-width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}

.infobox input[type=checkbox] {
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.infobox label {
  position: relative;
  bottom: 2px;
}

.infobox input.search-input {
  font-size: 15px;
  height: 37px;
  line-height: 18px;
}

.infobox input[type="submit"] {
  padding: .2em 1em;
}

.infobox input[type="email"] {
  padding: .2em 1em;
  width: 257px;
}

.infobox .social-links {
  border-bottom: 1px solid #000;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 0;
  width: 100%;
}

.infobox .email-box {
  width: 100%;
  float: left;
  margin-top: 0;
  margin-left: 0;
  border-top: 1px solid #353535;
  padding-top: 5px;
}

.infobox .email-box input {
  font-size: 1.25em;
  float: left;
  margin-right: 12px;
  padding: 5px;
}

.infobox .email-box .button .i-name {
  display: none;

}

.infobox .email-box a.button {
  line-height: 1em;
  padding: 4px;
  margin-right: 72px;
}

.infobox .email-box .valign {
  margin: 0.9em 0 0 0.2em;
  text-align: center;
  display: inline-block;
}

.ql-btn {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ccc7b8;
  font-size: 1.8em;
  text-align: center;
  background-image: url(img/button-bg.gif);
  background-repeat: repeat-x;
  padding: 10px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-left: 1px solid #313131;
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;
  -moz-box-shadow: 1px 1px 1px 1px #000;
  -webkit-box-shadow: 0px 1px 1px 0px #000;
  box-shadow: 1px 1px 1px 1px #000;
}

.no-touch .ql-btn:hover {
  color: #F69625;
}

@media only screen and (min-width:510px) {

  .ql-btn {
    width: 150px;
  }
}

.ql-btn span {
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
}

#sticky-logo .header-quicklinks li a.txt-bt:after {
  font-family: "Courier New", Courier, mono;
  content: '\21E1';
  font-size: 16px;
  line-height: 1px;
  position: relative;
  top: 3px;
  left: 5px;
  color: #7b8454;
}

#sticky-logo .header-quicklinks li a.txt-bt {
  padding: 9px 12px;
  display: block;
  margin-top: 3px;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fefefe;
  width: auto;
  background-color: #111;
  font-size: 8pt;
}

#main-container {
  padding-top: 22px;
  -webkit-overflow-scrolling: touch;
}

.section-title, h1, h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #252525;
  text-shadow: 0px 1px 0px #FAFBF5;
  filter: dropshadow(color=#FAFBF5, offx=0, offy=1);
  font-size: 2.5em;
  font-weight: 700;
}

h2 {
  font-size: 1.5em;
  text-transform: capitalize;
}

.page .inner-content h2 {
  font-size: 2.5em;
}

.inner-content h4 {
  font-size: 1.5em;
}

.inner-content h4, .inner-content table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.content .inner-content table {
  margin: 1.33em auto 2em;
}

.inner-content table td {
  padding: 4px 0 4px 9px;
}

.inner-content table td:first-child {
  padding: 4px 9px;
  width: 20%;
}

.inner-content table tr.header td {
  border-bottom: 1px solid #b9b7b7;
}

.inner-content table tr.header td.noborder {
  border: none;
}

.dropdown-menu ul:last-child {
  border-right: none;
}

.section-title {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  background-image: url(img/title-bg-light.jpg);
  background-repeat: repeat;
  line-height: 100%;
  padding: 10px 0;
}

.latest .section-title, .trending .section-title, .squawk .section-title {
  font-size: 2em;
}

.latest .section-title {
  padding-left: 20px;
  text-align: left;
}

.section-title.dark {
  background-image: url(img/title-bg-dark.jpg);
}

section.featured {
  position: relative;
  float: right;
  margin-bottom: 10px;
  width: 100%;
}

section.featured	h2,
section.featured	h3 {
  color: #d6d2be;
  text-shadow: none;
  padding-top: 0%;
  font-size: 1.2em;
}

section.featured h3 {
  color: #FFA000;
}

.featured a {
  color: #d6d2be;
  z-index: 2;
}

.featured-content {
  text-align: right;
  pointer-events: none;
}

.featured-content h3, .featured-content a.view-article {
  display: none !important;
}

.featured h2, .featured h3, .featured a.view-article {
  clear: both;
  margin: 0;
  display: inline-block;
}

.grey_bg {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 0;
  background: #363636;
  padding-right: 12px;
  height: 100%;
  z-index: 8;
  cursor: pointer;
}

.grey_bg:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(54, 54, 54, 0);
  border-right-color: #363636;
  border-bottom-color: #363636;
  border-width: 320px;
  border-left-width: 160px;
  border-right-width: 160px;
  top: 0;
}

.grey_bg .featured-content {
  margin-top: 50px;
  position: absolute;
  right: 12px;
  top: 0;
}

@media only screen and (min-width:460px) {
  section.featured	h2,
  section.featured	h3 {
    font-size: 16px;
  }

  .featured-content h3, .featured-content a.view-article {
    display: inline-block !important;
  }

  .grey_bg .featured-content {
     margin-top: 70px;
  }
}


@media only screen and (min-width:715px) {
  section.featured {
    float: right;
    width: 100%;
  }
  
  .grey_bg .featured-content {
     margin-top: 130px;
  }
}

@media only screen and (min-width:850px) {
  section.featured {
    width: 55%;
    float: right;
  }
  
  .grey_bg .featured-content {
     margin-top: 55px;
  }
}

@media only screen and (min-width:1100px) {
 .grey_bg .featured-content {
     margin-top: 120px;
  }
}


section.featured .featured-img img, .single:first-child .featured-img img {
  width: 100%;
}

.article-content {
  padding: 10px 20px 1px;
}

.meta, .stock {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #f9faf3;
  font-size: 11px;
  letter-spacing: 1px;
  clear: both;
  position: relative;
  z-index: 1;
}

.light-bg .meta {
  background-color: #252525;
  padding: 10px 20px;
}

.light-bg .meta .leave-comment {
  float: left;
}

.light-bg .meta .date {
  float: right;
}

.light-bg .meta.meta-mobile .leave-comment,
.light-bg .meta.meta-mobile .date {
  float: none;
}

.dark-bg .meta, .tile .meta, .type-store .meta {
  color: #7b8454;
  border-top: 1px solid #7b8454;
  border-bottom: 1px solid #7b8454;
  padding: 5px 0;
  margin-bottom: 20px;
  background-color: transparent;
}

.dark-bg .article-content h2, .store-tem .article-content h2 {
  margin-top: 0;
}

#sticky-logo {

  background-image: url(img/dropdown-bg.jpg);
  background-repeat: repeat-x;
  height: 0px;
  display: block;
  color: #fff;
  font-size: 2em;
  width: 100%;
  overflow: hidden;
  top: 54px;
  left: 0;
  z-index: 500;
  margin: auto;
  border-top: 1px solid #333;
  -moz-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.63);
  -webkit-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.63);
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.63);
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#sticky-logo .logo {
  padding: 10px 15px 10px 15px;
}

@media only screen and (min-width:1170px) {

  .logo, #sticky-logo .logo, nav.main ul {
    padding-left: 0;
  }

  #nav-quicklinks ul {
    padding-right: 0;
  }

}

#sticky-logo .logo img {
  height: 36px !important;
}

#sticky-logo.stick {
  margin: auto;
  height: 56px;
  z-index: 10000;
  display: block;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -ms-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}

#sticky-logo .header-quicklinks {
  position: relative;
  width: 50%;
  padding-top: 8px;
}

#sticky-logo .header-quicklinks ul {
  float: right;
  width: 100%;
}

#sticky-logo .header-quicklinks li {
  float: right;
  margin-left: 10px;
  font-size: .5em;
}

#sticky-logo .header-quicklinks li a {
  width: 100px;
  padding: 5px;
}

#sticky-logo .emboss {
  border: 1px solid #333;
  border-top: 1px solid #555;
  float: left;
  width: 100%;
  height: 54px;
}

@media only screen and (min-width:715px) {
  .column {
    display: block;
    float: left;
    position: relative;
    vertical-align: top;
  }
}

@media only screen and (min-width:1026px) {
  .column {
    display: block;
  }
}

.latest {
  float: left;
  width: 100%;
}

.sidebar img {
  max-width: 315px;
}

.wImage {
  position: relative;
}

.latest article .featured-img {
  float: left;
  display: block;
  width: 35%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 2%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.single article:first-child .featured-img {
  width: 100%;
  height: 200px;
  float: none;
  margin-top: -1px;
  min-height: 190px;
}

.latest article .featured-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 36px;
}

@media only screen and (min-width:420px) {
  .single article:first-child .featured-img {
    height: 300px;
  }
}

@media only screen and (min-width:560px) {
  .single article:first-child .featured-img {
    height: 400px;
  }
}

@media only screen and (min-width:715px) {
  .single article:first-child .featured-img {
    height: 300px;
  }
}

@media only screen and (min-width:890px) {
  .single article:first-child .featured-img {
    height: 400px;
  }
}

@media only screen and (min-width:1000px) {
  .single article:first-child .featured-img {
    height: 500px;
  }
}

.latest article .article-content {
  margin-left: 35%;
  width: 65%;
}

.latest article.noImage .article-content {
  float: left;
  width: 100%;
  margin-left: 0;
}

.latest article.first .featured-img, .single article.first .featured-img {
  width: 100%;
  float: none;
  height: 240px;
  padding-bottom: 0;
  position: static;
}

.latest article.first .article-content {
  float: left;
  width: 100%;
  margin-left: 0;
}

.latest article.first h2 {
  font-size: 2em;
  line-height: 1.6;
  margin-bottom: 0;
}

.latest article img {
  display: block;
  width: 100%;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.latest article p {
  display: none;
}

@media only screen and (min-width:450px) {
  .latest article p {
    display: block;
  }

  a.small-screens {
    display: none;
  }

  /*.latest article .featured-img*/
  .single article:first-child .featured-img {
    min-height: 250px;
  }
}

@media only screen and (min-width:650px) {
  .latest {
    width: 60%;
    margin-right: 1%;
    float: left;
  }
}

@media only screen and (min-width:715px) {
  .latest {
    width: 60%;
    margin-right: 1%;
    float: left;
  }

  .latest article p {
    display: none;
  }

  a.small-screens {
    display: block;
  }

  /*.latest article .featured-img,*/
  .single article:first-child .featured-img {
    min-height: 190px;
  }
}

@media only screen and (min-width:850px) {
  .latest {
    width: 44%;
    margin-right: 1%;
  }

  .trending, .squawk {
    width: 23%;
    float: left;
  }

  .latest article p {
    display: block;
    padding-top: 0;
  }

  a.small-screens {
    display: none;
  }

  /*.latest article .featured-img,*/
  .single article:first-child .featured-img {
    min-height: 260px;
  }
}

@media only screen and (min-width:1019px) {
  .latest {
    width: 44%;
    margin-right: 1%;
  }
}

.trending, .sidebar .trending, .related {
  text-align: center;
  clear: both;
  width: 100%;
  z-index: 50;
}

.sidebar .trending a.featured-img {
  width: 100%;
  height: auto;
  display: block;
}

.trending article h2 {
  font-size: 1.45em;
}

.trending article .view-article, .popular article .view-article {
  display: none;
}

@media only screen and (min-width:650px) {
  .trending {
    width: 39%;
    float: right;
    padding-bottom: 22px;
    padding-right: 0;
    clear: none;

  }
}

@media only screen and (min-width:715px) {
  .trending {
    width: 39%;
    float: left;
  }
}

@media only screen and (min-width:850px) {
  .trending {
    width: 28%;
    float: left;
  }
}

@media only screen and (min-width:1019px) {
  .trending {
    width: 25%;
    display: block;
    float: left;
    padding-bottom: 0;
    padding-right: 0;

  }
}

.squawk, .shop-info {
  float: left;
  width: 100%;
}

.shop-info img {
  width: auto;
}

.squawk p {
  margin: 0 0 1em;
}

.squawk a {
  color: #7B8454;
}

.squawk a.ql-btn {
  color: #ccc7b8;
}

.squawk {
  display: none;
}

@media only screen and (min-width:640px) {
  .squawk {
    display: none;
    width: 39%;
    float: right;
  }
}

@media only screen and (min-width:850px) {
  .squawk {
    display: block;
    width: 27%;
    float: left;
  }
}

@media only screen and (min-width:1019px) {
  .squawk {
    width: 30%;
    float: left;
  }

  .squawk .section-title {
    margin-top: 0;
  }
}

.squawk blockquote {
  margin: 0;
  font-style: italic;
}

.meta a {
  color: #efefef;
}

#container {
  position: relative;
  margin-top: 20px;
}

.content {
  /*	font-size: 1.4em; */
}

/*
.inner-content, .column.latest, .column.squawk {
	    -moz-box-shadow: 3px 3px 10px 3px #000;
    -webkit-box-shadow: 3px 3px 10px 3px #000;
    box-shadow: 3px 3px 10px 3px #000;
}


.inner-content, .trending.column, .featured-content {
	-moz-box-shadow: 3px 3px 10px 3px #000;
    -webkit-box-shadow: 3px 3px 10px 3px #000;
    box-shadow: 0px 3px 10px -9px #000;
}

*/

.mobile .inner-content, .tablet .inner-content, .mobile .trending.column, .tablet .trending.column, .mobile .latest.column, .tablet .latest.column, .mobile .squawk.column, .tablet .squawk.column, .mobile .featured-content, .tablet .featured-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.trending.column li {
  list-style: none;
}

.inner-content {
  background-color: #f9faf3;
  padding: 1px 0 0 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content h7, .content p {
  padding: 0;
}

.content p, .content ul, .content ol, .content table {
  font-size: 1.4em;
}

.article-content p {
  font-size: 1.3em;
}

.mobile .article-content p {
  font-size: 1.5em;
}

.content ul, .content ol {
  line-height: 1.8;
}

.mobile .inner-content p a {
  text-decoration: underline;
}

@media only screen and (min-width:450px) {
  .mobile .inner-content p a {
    text-decoration: underline;
  }
}

@media only screen and (min-width:715px) {
  .content {
    margin-right: -315px;
    float: left;
    width: 100%;
  }

  .inner-content {
    margin-right: 329px;
  }
}

#overlay {
  background-image: url('img/fancybox_overlay.png');
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
}

.sidebar {
  background-color: #e7e5df;
  height: 100%;
  width: 305px;
  padding: 0;
  /*position: absolute;
  right: 0;
  top: 0;*/
}

.store .sidebar {
  display: block;
  width: 100%;
}

.store .blackBox {
  display: none;
}

#container .store .tile h3 {
  margin: 5px 0 5px;
  position: relative;
  height: 55px;
  width: 100%;
  display: table;
}

#container .shop .tile h3 a {
  font-size: .95em;
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 54px;
}

.store-preview {
  display: block;
  height: 200px;
  text-indent: -9000px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eee;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.store #container .store {
  margin-bottom: 40px;
}

.store .price, .store .tile h3 {
  width: 100%;

}

.store .inner-content h2 {
  margin: 0px 15px;
  padding: 15px 0 0;
  color: #777;
}

.store .reg-price, .store .sale-price {
  font-size: 0.85em;
  padding: 0 3px;
}

.store .sidebar {
  display: block;
  float: none;
  width: 100%;
}

@media only screen and (min-width:770px) {
  .store .sidebar {
    display: block;
    float: right;
    width: 315px;
  }
}

/*.store .blackBox {
display: block;
}*/

.store #container .shop {
  margin-bottom: 0px;
}

#announcement2, .yellow-box {
  background: #ecd7a5;
}

#announcement2 {
  padding-bottom: 2%;
  height: auto;
  max-height: 50px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

#announcement2 {
  background-color: #ecd7a5;
  padding: 1% 5%;
  font-weight: bold;
  font-size: 2em;
}

#announcement2 ul {
  margin-left: 0;
}

#announcement2 ul li {
  font-size: .6em;
}

#announcement2  a {
  display: block;
}

#announcement2  a .icon {
  display: block;
  font-size: 26px;
  margin-top: .5%;
  line-height: 26px;
  -webkit-transform-origin: 18px 13px;
  -moz-transform-origin: 18px 13px;
  -ms-transform-origin: 18px 13px;
  -o-transform-origin: 18px 13px;
  transform-origin: 18px 13px;
  width: 28px;
  height: 28px;
  float: right;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

#announcement2.show {
  max-height: 1000px;
}

#announcement2.show a .icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-meta {
  background-image: url(img/meta-bg.gif);
  background-repeat: repeat-x;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 600;
  padding: 9px 40px;
  letter-spacing: 1px;
  position: relative;
  z-index: 50;
}

.details .shop-item select {
  font-size: 1.5em;
}

.meta .author a, .related-post-link a {
  font-family: 'Oswald', sans-serif;
  color: #757575;
  font-weight: 400;
}

.related-post-link {
  float: right;
}

.related-post-link a, a.view-article {
  background-image: url(img/arrow-more.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  white-space: nowrap;
}

a.view-article:before {
  content: " ";
  float: none;
  clear: both;
}

.latest a.view-article:first-child {
  display: block;
  width: 100px;
  margin: 20px 0;
  font-weight: bold;
}

.latest a.view-article.small-screens {
  display: block;
  float: left;
  margin: 1em 0.5em 1.5em;
  font-size: 1.3em;
}

@media (min-width:450px) and (max-width:715px) {
  .latest a.view-article.small-screens {
    display: none;
  }
}

@media (min-width:830px) {
  .latest a.view-article.small-screens {
    display: none;
  }
}

.related a.view-article {
  display: none;
}

.betterrelated {
  border-top: 7px solid #363636;
  border-bottom: 7px solid #363636;
  padding: 30px 0;
  margin: 0 auto 40px;
  width: 90%;
}

.related-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
}

.betterrelated ul {
  padding: 0;
  margin: 0;
}

.betterrelated ol {
  padding-left: 15px;
  font-size: 16px;
}

.betterrelated ol li {
  list-style-type: disc;
  color: #f7941d;
  font-size: 16px;
  line-height: 200%;
}

.betterrelated ol li a, .betterrelated ul li {
  color: #f7941d;
  font-size: .9em;
}

.betterrelated ol li a, .betterrelated ul li a {
  color: #f7941d;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;

}

.no-touch .betterrelated ol li a:hover {
  text-decoration: underline;
}

.related {
  box-shadow: none;
}

.tag-container {
  margin: 0 20px;
  padding-bottom: 20px;
  font-size: 1.8em;
}

footer {
  max-width: 1160px;
  margin: auto;
}

footer ul {
  text-align: left;
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15px 0 15px 20px;
  list-style-type: none;
  font-size: 1.4em;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-weight: 300;
  color: #d6d2be;
  text-transform: uppercase;
}

footer li {
  line-height: 250%;
}

footer ul a {
  color: #91928e;
}

.footer-spacer {
  display: none;
}

#footer-bottom {
  height: 78px;
  background-image: url(img/footer-bg.jpg);
  background-repeat: repeat-x;
  width: 100%;
  padding: 16px 0 0 20px;
  position: relative;

}

#footer-logo {
  width: 33px;
  height: 48px;
  position: absolute;

}

#footer-content {
  display: none;
  float: right;
  font-family: 'Lato', sans-serif;
  font-size: 2.4em;
  font-weight: normal;
  color: #0f0f0f;
  padding: 7px 17px 0 0;
}

@media only screen and (min-width:715px) {
  #footer-content {
    display: block;
  }
}

#footer-content div {
  float: right;
  padding-left: 17px;
  padding-left: 17px;
}

#footer-copy {
  padding-top: 3px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page .section-title {
  text-align: left;
  padding: 15px 5%;
}

.page .content ul, .page .content ol {
  margin-left: 5%;
  margin-right: 5%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
  #footer-copy {
    display: none;
  }

}

@media only screen and (min-width:480px) {
  #nav-quicklinks li {
    padding-right: 28px;
  }

}

@media only screen and (min-width:640px) {
  #mobile-nav {
    display: none;
  }

  .social {
    display: block;
  }

  #footer-copy {
    display: block;
  }

  #footer-logo {
    left: 50%;
  }

  footer ul {
    width: 94%;
    margin: 50px auto;
    text-align: center;

  }

  footer li {
    padding: 0 4px;
    display: inline-block;
    line-height: 100%;

    /* For IE 7 */
    zoom: 1;
    *display: inline;
  }

  .footer-spacer {
    display: inline-block;

    /* For IE 7 */
    zoom: 1;
    *display: inline;
  }
}

@media only screen and (min-width:715px) {

}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1160px) {
  .header-quicklinks {
    right: 0;
  }
}

@media only screen and (min-width:1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

.post-edit-link {
  display: block;
  width: 100%;
  background-color: #ccc;
  padding: 1em 5%;
  color: #d27219;
  font-weight: bold;
  font-size: 1.6em;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.shop-item img:first-child.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright, .shop-item img:first-child.alignright {
  float: right;
  margin: 5px 0px 20px 20px;
  display: block;

}

.alignleft, .shop-item img:first-child.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  display: block;
}

.figure img.aligncenter {
  display: block;
  margin: 0;
}

a img.alignright {
  float: none;
  margin: -5px auto 20px;
  display: block;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: none;
  margin: 5px auto 20px;
  display: block;
}

a img.aligncenter, .shop-item img:first-child.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
}

@media only screen and (min-width:450px) {
  .alignright, a img.alignright {
    float: right;
    margin: 5px -10px 20px 40px;
  }
}

@media only screen and (min-width:450px) {
  .alignleft, a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
}

.wp-caption {
  padding: 0;
  margin: 20px;
  max-width: 100% !important;
}

.wp-caption.alignnone {
  margin: 20px 42px;
}

.wp-caption.alignleft {
  margin-left: 42px;
}

.wp-caption.alignright {
  margin-right: 42px;
}

.wp-caption a {
  position: relative;
  z-index: 1;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption .wp-caption-text {
  padding: 0;
}

.wp-caption.aligncenter .wp-caption-text {
  width: 90%;
  margin: 0 auto;
}

.sticky {

}

.bypostauthor {

}

.gallery {
  position: relative;
  max-height: 247px;
  overflow: hidden;
}

.gallery img {
  float: left;
}

/*------------------------------------*\
    Single Post
\*------------------------------------*/

aside.sidebar {
  overflow: hidden;
}

.logged-in aside.sidebar {
  min-height: 174px;
}

.single-post:first-child article img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-post .content  article header, .author .content header {
  position: relative;
  padding: 30px 15px 25px 0;
  overflow: hidden;
}

.single-post article h1 {
  margin: 0;
  margin-left: 5%;
  width: 90%;
}

.single-post article.hentry p a {
  color: #495a14;
}

@media only screen and (min-width:550px) {
  .single-post article h1 {
    width: 60%;
    font-size: 2.5em;
  }
}

@media only screen and (min-width:715px) {
  .single-post article h1 {
    width: 90%;
    font-size: 2.5em;
  }
}

@media only screen and (min-width:850px) {
  .single-post article h1 {
    width: 60%;
    font-size: 2em;
  }
}

@media only screen and (min-width:1000px) {
  .single-post article h1 {
    width: 60%;
    font-size: 2.5em;
  }
}

.single-post .content article:first-child h2 {
  font-size: 2.5em;
  margin: 1.5em auto .5em;
}

article h2 {
  font-size: 1.75em;
  line-height: 1.7em;
  margin: 0;
  word-wrap: break-word;
}

h3 {
  font-size: 1.9em;
  margin: 1.5em auto .5em;
}

article ul, article ol {
  margin-left: 5%;
}

@media only screen and (min-width:715px) {
  .single-post article:first-child p {
    width: 90%;
    position: relative;
    right: 0%;
  }

}

@media only screen and (min-width:1000px) {
  .single-post > article:first-child p {
    width: 70%;
    position: relative;
    right: 5%;
  }

  .content article:first-child ul {
    width: 90%;
    right: 5%;
  }
}

.callout {
  float: left;
}

/*------------------------------------*\
    FancyBox
\*------------------------------------*/

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay, #overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 130;
  background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed, #overlay {
  position: fixed;
  bottom: 0;
  right: 0;
}

/*.fancybox-lock .fancybox-overlay, #overlay {
  overflow: auto;
  overflow-y: scroll;
}*/

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
  width: 100%;
}

.fancybox-title-float-wrap {
  position: absolute;
  right: 50%;
  z-index: 8050;
  text-align: center;
  top: 102%;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: normal;
  max-width: 100%;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;

  }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.i-name {
  display: none;
  text-indent: -9000px;
}

li.menu-item .icon {
  font-size: .8em;
  position: relative;
  left: 2px;
  bottom: 1px;
  color: #6c6858;
}

/*------------------------------------*\
    Icon Fonts
\*------------------------------------*/

.icon-compass:before {
  content: '\e800';
}

/* '' */
.icon-stumbleupon:before {
  content: '\2f';
}

/* '/' */
.icon-pinterest:before {
  content: '\31';
}

/* '1' */
.icon-twitter:before {
  content: '\e820';
}

/* '' */
.icon-youtube:before {
  content: '\55';
}

/* 'U' */
.icon-facebook:before {
  content: '\66';
}

/* 'f' */
.icon-hourglass:before {
  content: '\e805';
}

/* '' */
.icon-star:before {
  content: '\2605';
}

/* '★' */
.icon-cog:before {
  content: '\e808';
}

/* '' */
.icon-mail:before {
  content: '\e80a';
}

/* '' */
.icon-plus-circle:before {
  content: '\e80B';
}

/* '➕' */
.icon-search:before {
  content: '\e80c';
}

/* '' */
.icon-calendar:before {
  content: '\e80d';
}

/* '' */
.icon-tag:before {
  content: '\e80e';
}

/* '' */
.icon-comment:before, .icon-comment-alt:before {
  content: '\e815';
}

/* '' */
.icon-chat:before {
  content: '\e816';
}

/* '' */
.icon-address:before {
  content: '\e812';
}

/* '' */
.icon-location:before {
  content: '\e813';
}

/* '' */
.icon-map:before {
  content: '\e814';
}

/* '' */
.icon-archive:before {
  content: '\e817';
}

/* '' */
.icon-rss:before {
  content: '\e73a';
}

/* '' */
.icon-share:before {
  content: '\e810';
}

/* '' */
.icon-shareable:before {
  content: '\e73e';
}

/* '' */
.icon-chart-pie:before {
  content: '\e751';
}

/* '' */
.icon-install:before {
  content: '\e778';
}

/* '' */
.icon-paper-plane:before {
  content: '\e818';
}

/* '' */
.icon-gauge:before {
  content: '\e7a2';
}

/* '' */
.icon-traffic-cone:before {
  content: '\e81b';
}

/* '' */
.icon-cw-circled:before {
  content: '\e81f';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-ticket:before {
  content: '\e826';
}

/* '' */
.icon-video:before {
  content: '\e829';
}

/* '' */
.icon-user:before {
  content: '👤';
}

/* '\1f464' */
.icon-attention:before, .icon-alert:before {
  content: '\e809';
}

/* '' */
.icon-credit-card:before {
  content: '💳';
}

/* '\1f4b3' */
.icon-book:before {
  content: '\e80f';
}

/* '' */
.icon-book-open:before {
  content: '📖';
}

/* '\1f4d6' */
.icon-megaphone:before {
  content: '\e827';
}

/* '' */
.icon-bookmark:before {
  content: '🔖';
}

/* '\1f516' */
.icon-youtube:before {
  content: '\e823';
}

/* '' */
.icon-play:before {
  content: '\e81e';
}

/* '' */
.icon-star:before {
  content: '\e806';
}

/* '' */
.icon-basket:before {
  content: '\e811';
}

/* '' */
.icon-star-empty:before {
  content: '\e807';
}

/* '' */
.icon-menu:before {
  content: '\e81d';
}

/* '' */
.icon-flickr-circled:before {
  content: '\e802';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e804';
}

/* '' */
.icon-gplus:before {
  content: '\e801';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\e803';
}

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e821';
}

/* '' */
.icon-instagram:before {
  content: '\e822';
}

/* '' */
.icon-chart-line:before {
  content: '\e81a';
}

/* '' */
.icon-chart-bar:before {
  content: '\e819';
}

/* '' */
.icon-key:before {
  content: '\e81c';
}

/* '' */
.icon-user:before {
  content: '\e824';
}

/* '' */

button .icon {
  font-size: .5em;
}

.social-links-sidebar i:before {
  content: '';
}

.social-links-sidebar .icon-twitter {
  background-position: -11px -92px;
}

.social-links-sidebar .icon-facebook-squared {
  background-position: -211px -7px;
}

.social-links-sidebar .icon-youtube {
  background-position: -111px -92px;
}

.social-links-sidebar .icon-instagram {
  background-position: -13px -7px;
}

.social-links-sidebar .icon-pinterest-circled {
  background-position: -111px -7px;
}

.social-links-sidebar .icon-flickr-circled {
  background-position: -211px -92px;
}

.social-links-sidebar .icon-gplus {
  background-position: -13px -177px;
}

.social-links-sidebar .icon-rss {
  background-position: -112px -177px;
}

/*------------------------------------*\
    Royal Slider
\*------------------------------------*/
#slider-with-blocks-1 {
  width: 100%;
}

@media (min-width:640px) and @media (max-width:660px) {
  #slider-with-blocks-1 {
    width: 80%;
  }
}

  .rsMinW .rsArrow {
    z-index: 1000;
    opacity: .3;
  }

  .rsMinW .rsArrowLeft, .rsMinW .rsArrowRight, .rsMinW .rsBullets {
    top: 10px;
  }

  @media (min-width:500px) {
    .rsMinW .rsArrowLeft, .rsMinW .rsArrowRight, .rsMinW .rsBullets {
      top: inherit;
      z-index: 1000;
      position: absolute;
    }
  }
  /*------------------------------------*\
      General Classes
  \*------------------------------------*/

  .hidden, .bucket {
    display: none;
  }

  .constrain {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    height: 53px;
  }

  .light-bg {
    background-color: #f9faf3;
  }

  .dark-bg {
    background-color: #e7e5df;
  }

  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
    clear: both;
  }

  .clearfix:after {
    clear: both;
  }

  .clearfix {
    *zoom: 1;
  }

  #div1 {
    display: none;
  }

  #div2 {
    display: none;
  }

  #div3 {
    display: none;
  }

  .search-results-list {
    float: left;
    width: 68%;

  }

  @media only screen and (min-width:550px) {
    .search-results-list {
      float: left;
      width: 100%;
    }

  }

}

@media only screen and (min-width:715px) {
  .search-results-list {
    float: left;
    width: 100%;
  }

  .search-results .sidebar {
    display: none;
  }
}

@media only screen and (min-width:890px) {
  .search-results-list {
    float: left;
    width: 64%;
  }

}

@media only screen and (min-width:1000px) {
  .search-results-list {
    float: left;
    width: 68%;
  }

}

  }

.ie9 .light-bg a {
  background-color: #F9FAF3;
}

.ie9 .dark-bg a {
  background-color: #EBE9E4;
  text-decoration: none;
  border-bottom-color: #E7E5DF;
  border-bottom: 0px;
}

.ie9 .light-bg .meta .leave-comment {
  background-color: #252525;
}

.ie9 header h1 {
  background-color: #F9FAF3;
}

.ie9 .logo {
  z-index: 100;
}

.grey-box {
  background-color: #ccc;
}

.center-all {
  padding: 18% 0;
  text-align: center;
}

.sidebar img.cc {
  width: auto;
  display: block;
}

.valign .or {
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin: 0.6em 0 0;
}

.infobox-social {
  width: 481px;
  margin-left: -452px;
  margin-top: 36px;
}

.social-links-footer {
  width: 298px;
}

.social-links-footer a {
  float: left;
  width: 1.3em;
  color: #666;
}

.no-touch .social-links-footer a:hover {
  color: #F69625;
}

.social-links-sidebar a {
  float: left;
  width: 2.6em;
  font-size: 3em;
  line-height: 0.5em;
  margin-left: 10px;
  margin-top: 20px;
  background-image: none;
  text-indent: 0;
}

.instagramSB {
  background-position: -5px -69px;
  border-left: medium none !important;
  padding-left: 0;
  width: 72px;
  margin-left: 13px;
  margin-right: 12px;
}

.pintrestSB {
  background-position: -107px -68px;
  margin-left: 13px;
  margin-right: 12px;
}

.facebookSB {
  background-position: -111px 0;
  margin-left: 13px;
  margin-right: 12px;
}

.twitterSB {
  background-position: -10px 0;
  margin-left: 13px;
  margin-right: 12px;
}

.youtubeSB {
  background-position: -200px 0;
  margin-left: 13px;
  margin-right: 12px;
}

.flickrSB {
  background-position: -477px -68px;
  margin-left: 9px;
  margin-right: 12px;
}

.gplusSB {
  background-position: -282px -137px;
  border-right: medium none !important;
  margin-left: 13px;
  margin-right: 12px;
  padding-right: 0;
}

.rssSB {
  background-position: -386px -137px;
  border-right: medium none !important;
  margin-left: 13px;
  margin-right: 12px;
  padding-right: 0;
}

.its-discount {
  color: #7B8454;
}

.meu-cog-container {
  width: 47px;
  height: 547px;
}

.menu-cog {
  vertical-align: middle;
  text-align: center;
  width: 45px;
  height: 40px;
  margin: 0 auto;

  font-size: 34px;
}

.rss {
  background-image: url("img/sprite-infobox.png");
  width: 64px;
  height: 33px;
  float: right;
  text-indent: -9000px;
  margin-right: 6px;
  padding: 0 1px;
}

.dashboard .sidebar-ads {
  display: none;
}

.membership-registration .store_item {
  margin-left: 4em;

}

/* override livefyre's styles to fix broken markup in iPad/iPhone */
.fyre .fyre-comment-head,
.fyre .fyre-comment-body {
  margin-left: 62px !important;
}

.fyre .fyre-comment-replies .fyre-comment-body {
  margin-left: 80px !important;
}

.fyre .fyre-comment-action-button,
.fyre a.fyre-comment-flag-mobile-btn,
.fyre .fyre-flag-menu-item {
  height: 29px !important;
}

.fyre .fyre-flag-menu-item {
  padding: 0px 20px !important;
  line-height: 29px !important;
}

#livefyre-comments {
  margin: 0 5%;
}

#livefyre-comments p {
  font-size: 14px;
}

.comments {
  margin: 0 5%;
}

.comments ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.comments ul ul.children {
  padding-top: 30px;
  padding: 40px 0 0 80px;
}

.comments ul ul.children li {
  padding-bottom: 30px;
}

.comments li.comment {
  list-style-type: none;
  padding-bottom: 80px;
}

.comment-body {
  position: relative;
}

.comments img.avatar {
  position: absolute;
  width: 80px;
}

.comments .fn {

}

.comments .author-content {
  margin-left: 110px;
  border-top: 1px solid #7B8454;
  line-height: 100%;
  padding-top: 5px;
  color: #7B8454;
}

.comments .commentmetadata {
  margin-left: 110px;
  border-bottom: 1px solid #7B8454;
  font-size: .8em;
  line-height: 100%;
  padding: 5px 0;
  color: #7B8454;
}

.content article:first-child .comments ul {
  width: 100%;
}

.single-post .content article:first-child .comments h2 {
  width: 100%;
}

.single-post .content article:first-child .comments .comment-body p,
.single-post .content article:first-child .comments .comment-body .comment-awaiting-moderation {
  width: auto;
  margin-left: 110px;
  font-size: 0.9em;
}

.single article.post p a, article.post li a, .page .content li a, .single article.post h2 a {
  text-decoration: underline;
  color: #7b8454 !important;

}

.single article.post .serieslist-li a, .single article.post .author a, .single article.post .comments a, .page .content .resource-list li a {
  text-decoration: none;
}

.page .content .resource-list li a {
  color: #333 !important;
}

.no-touch .page .content .resource-list li a:hover {
  color: #7b8454 !important;
}

.content article li ul {
  font-size: 1em;
  padding-left: 2em;
}

.comments .reply {
  margin-left: 110px;
}

.comments #respond {
  width: 100%;
  padding-bottom: 40px;
  font-size: 1em;
}

.comments .comment #respond {
  font-size: .8em;
}

.comments #respond h3 {
  width: 100%;
}

.comments #respond p {
  width: 100%;
}

.comments #respond .comment-form-comment label {
  display: block;
}

.comments #respond .form-allowed-tags {
  font-size: 1em;
  display: none;
}

#respond #submit, .comments .reply a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4d5332), color-stop(1, #3e4428));
  background: -moz-linear-gradient(center top, #4d5332 5%, #3e4428 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d5332', endColorstr='#3e4428');
  background-color: #4d5332;
  border: 1px solid #333132;
  -moz-box-shadow: 1px 2px 4px -1px #000;
  -webkit-box-shadow: 1px 2px 4px -1px #000;
  box-shadow: 1px 2px 4px -1px #000;
  color: #DBDBDB;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  height: auto;
  margin: 6px;
  padding: 2px 12px;
  text-decoration: none;
  text-shadow: none;
}

.no-touch #respond #submit:hover, .no-touch .comments .reply a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #272727), color-stop(1, #272727));
  background: -moz-linear-gradient(center top, #272727 5%, #272727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#272727');
  background-color: #272727;
}

.comments .reply a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4d5332), color-stop(1, #3e4428));
  background: -moz-linear-gradient(center top, #4d5332 5%, #3e4428 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d5332', endColorstr='#3e4428');
  background-color: #4d5332;
  border: 1px solid #333132;
  -moz-box-shadow: 1px 2px 4px -1px #000;
  -webkit-box-shadow: 1px 2px 4px -1px #000;
  box-shadow: 1px 2px 4px -1px #000;
  color: #DBDBDB;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  height: auto;
  margin: 6px;
  padding: 2px 12px;
  text-decoration: none;
  text-shadow: none;
  width: 60px;
  font-size: .8em;
  text-align: center;
}

.no-touch .comments .reply a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #272727), color-stop(1, #272727));
  background: -moz-linear-gradient(center top, #272727 5%, #272727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#272727');
  background-color: #272727;
}

.tablet #infscr-loading {
  /*display: none !important;*/
}

.content .yellow-box {
  margin-top: 5%;
}

header #socialStatus .share {
  display: none;
}

@media (min-width: 390px) {
  header #socialStatus .share {
    display: inline-block;
    width: 16%;
  }
}

#idSiteMeterHREF {
  position: absolute;
  float: left;
  bottom: 30px;
  left: 30px;
}

.mobile object {
  display: none !important;
}

div.scrollingHotSpotRightVisible {
  background-color: rgba(255, 255, 255, 1) !important;
}

#lf_pings {
  display: none;
}

#livefyre-comments {
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

}

#livefyre-comments a {
  color: #7b8454 !important;
  text-decoration: underline;
}

#livefyre-comments a.fyre-comment-username {
  font-size: 1.8em;
  margin: 0.6em 0 0;
  color: #7b8454 !important;
  text-decoration: none !important;
}

.serieslist-box {
  padding-top: 1px;
}

.stocpagination {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}

h1.series-title {
  padding-top: 1px;
}

.fyre .fyre-comment-user img.fyre-user-avatar {
  height: auto !important;
  width: auto !important;
}

.figure img {
  margin-left: 42px;
}

/*iPads*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
  .figure {
    margin: 0 auto;
  }

  .figure > iframe {
    width: 100%;
    height: auto !important;
    min-height: 240px;
  }

  .shop-info.column.main .article-content {
    background-color: #e7e5df;
  }

  footer {
    max-width: 100%;
    margin: auto;
    clear: both;
    overflow: hidden;
  }

  .fyre .fyre-comment-replies .fyre-comment-body {
    margin-left: 90px !important;
  }

  .fyre .fyre-comment-replies .fyre-comment-footer {
    margin-left: 90px !important;
  }
}

/*iPhones*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {

  .rsMinW .rsBullets {
    bottom: auto;
  }

  .related.column.main {
    display: none;
  }

  article .ads a {
    width: 32% !important;
    margin-right: 2%;
  }

  article .ads a:last-child {
    margin-right: 0;
  }

  article .ads a img {
    max-width: inherit !important;
    width: 100% !important;
  }

  #main-container .trending article.post, .squawk article.light-bg {
    display: block !important;
  }

  .fyre .fyre-comment-replies .fyre-comment-body {
    margin-left: 90px !important;
  }

  .fyre .fyre-comment-replies .fyre-comment-footer {
    margin-left: 90px !important;
  }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
  #infscr-loading,
  .trending.column.main {
    /*display: none !important;*/
  }

  .top-meta {
    background-image: none;
    font-size: 12px;
    padding: 9px 16px;
  }

  .figure {
    margin: 0 auto;
  }

  .figure > iframe {
    width: 100%;
    height: auto !important;
  }

  .fyre .fyre-login-bar a {
    font-size: 12px;
  }

  .fyre .fyre-comment-head {
    padding: 0;
  }

  #livefyre-comments a.fyre-comment-username {
    font-size: 14px;
  }

  .fyre-comment-head {
    padding: 5px 0 !important;
  }

  .fyre-comment {
    margin: 0 !important;
    padding: 0 !important;
  }

  .fyre .fyre-comment-body {
    margin-top: 10px;
  }

  .fyre .fyre-comment p {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
  }

  .fyre .fyre-comment-article .fyre-comment-footer {
    margin: 0 !important;
    margin-left: 10px !important;
  }

  .fyre .fyre-comment-replies .fyre-comment-article .fyre-comment-footer {
    margin-left: 0 !important;
  }

  .fyre .fyre-comment-replies .fyre-comment-body {
    margin-left: 0 !important;
  }

  .fyre .fyre-comment-replies-indent {
    margin-left: 16px !important;
  }

  .fyre .fyre-comment-replies .fyre-comment-user {
    margin: 0 !important;
  }

  .fyre .fyre-comment-replies .fyre-comment-body {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .article-content {
    padding: 0 20px 1px !important;
  }

  .mobile .article-content p {
    margin-top: 0 !important;
  }

  .sidebar {
    width: 100% !important;
  }

  .fyre .fyre-comment-replies a {
    margin: 0 !important;
  }

  .fyre .fyre-comment-like .fyre-comment-like-btn, .fyre .fyre-comment-like .fyre-comment-like-count, .fyre .fyre-comment-reply {
    height: 25px !important;
    padding: 2px 10px !important;
    text-decoration: none !important;
  }

  .membership-registration .store_item {
    margin-left: 0 !important;
  }
}

.fyre .fyre-comment-article .fyre-comment-footer {
  margin: 14px 0px 0px 64px !important;
}

.fyre .fyre-comment-replies .fyre-comment-footer {
  margin-left: 96px !important;
}

.fyre-comment-flag-mobile-btn {
  margin-left: 0 !important;
}

.fyre-comment-replies .fyre-comment-username {
  margin-left: 10px !important;
}

.fyre.fyre-width-small .fyre-comment-container .fyre-comment-replies-indent .fyre-user-avatar {
  width: auto !important;
  height: auto !important;
}

.fyre .fyre-comment-user img.fyre-user-avatar {
  width: 50px !important;
  height: 50px !important;
}

.search-column {
  padding-bottom: 50px;
}

.rsMinW .rsBullets {
  bottom: 20px;
}

article {
  position: relative;
}

.pagination {
  margin-top: 10px;
}

.pagination.hidden {
  visibility: hidden;
  height: 0px;
}

.pagination a {
  width: 100%;
  -moz-box-shadow: 0px 1px 0px 0px #000;
  -webkit-box-shadow: 0px 1px 0px 0px #000;
  box-shadow: 0px 0px 1px 0px #000;
}

.inner-content .post .figure {
  padding-bottom: 4px;
}

/*nav.dropdown-menu ul:first-child {
  width: 100%;
}

nav.dropdown-menu ul:first-child + ul + ul {
  margin-top: -128px; 
}*/

nav.dropdown-menu { position: relative; z-index: 1; }

.seriesmeta a, .seriesbox a { position: relative; z-index: 1; }

.menu-item .sub.show {
-moz-box-shadow: 0px 4px 3px rgba(51, 51, 51, 0.63) !important;
-webkit-box-shadow: 0px 3px 3px rgba(31, 0, 255, 1) !important;
box-shadow: 0px 4px 3px rgba(51, 51, 51, 0.63) !important;
}

#series-nav {
  width: 90%;
  margin: 0 auto;
}
#series-nav > h2 {
  margin-left: 0;
}
#series-nav > .series-nav-left {
  float: left;
  font-size: 13px;
  max-width: 49%;
  text-indent: -15px;
  padding-left: 15px;
}
#series-nav > .series-nav-right {
  float: right;
  font-size: 13px;
  max-width: 49%;
  text-align: right;
  margin-right: 7px;
}
#series-nav > .series-nav-right > a {
  margin-right: -15px;
}
@media (max-width:720px) {
  #series-nav > .series-nav-left, #series-nav > .series-nav-right {
    max-width: none;
    width: 100%;
  }
  #series-nav > .series-nav-left {
    margin-bottom: 1em;
  }
}
.seriesmeta ul, .seriesmeta ol, .seriesbox ul, .seriesbox ol {
  padding-left: 28px !important;
}
/*@media (min-width: 715px) {
  .seriesmeta ul, .seriesmeta ol, .seriesbox ul, .seriesbox ol {
    padding-left: 20% !important;
  }
}
@media (min-width: 768px) {
  .seriesmeta ul, .seriesmeta ol, .seriesbox ul, .seriesbox ol {
    padding-left: 17% !important;
  }
}*/