@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900");

@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

body,html {
  height: 100%;
}

body {
  background-color: #EEEEEE;
  font-family: "leitura-news",serif;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
body.noscroll{
	overflow:hidden;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "leitura-news",serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.learn-more{
	width: 100%;
	height: 53px;
	line-height: 54px;
	color: #f0f0f0;
	background-color: #2a3962;
	text-align: center;
	display: block;
	font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.container {
  margin-left: auto;
  margin-right: auto;

  width: 100%;
  max-width: 1300px;
}

.container .row {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.col {
  float: left;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 5px;
}

.col.one {
  width: 8.33333333%;
}

.col.two {
  width: 16.66666667%;
}

.col.three {
  width: 33.33333333%;
}

.col.four {
  width: 25%;
}

.col.five {
  width: 41.66666667%;
}

.col.six {
  width: 50%;
}

.col.seven {
  width: 58.33333333%;
}

.col.eight {
  width: 66.66666667%;
}

.col.nine {
  width: 75%;
}

.col.ten {
  width: 83.33333333%;
}

.col.eleven {
  width: 91.66666667%;
}

.col.twelve {
  width: 100%;
}

.col.twenty {
  width: 20%;
}

.col.quarter {
  width: 25%;
}

.col.half {
  width: 50%;
}

.col.third {
  width: 33.33333333%;
}

.col.two-thirds {
  width: 66.66666666%;
}

.col.three-quarters {
  width: 75%;
}
.col.eighty{
}
.col.insta {
  width: calc(100% / 8);
}

.col.video {
  width: calc(100% /6);
}
.col.center{
	width: 60%;
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin-bottom: 50px;
}
.col.center	p span{
	font-size: 16px;
	line-height: 24px;
}
.col.center	p span a{
	font-size: 16px;
}
.col.cent-left{
	width: 20%;
}
wrap {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 20px;
  height:auto;
}

wrap .blocks {
  padding: 0;
}

wrap#main {
  padding-top: 65px;
  margin-bottom: 0;
}

wrap wrap-title {
  letter-spacing: 0.07rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  font-weight: 600;
  color: #333;
  line-height: 20px;
  font-size: 14px;
}

wrap wrap-title span {
  float: right;
  background-color: #FFF;
  padding: 0 10px;
  border: solid 1px #CCC;
  text-align: center;
  line-height: 20px;
  height: 20px;
  color: #555;
  width: auto;
  font-size: 11px;
}

wrap wrap-title span#toggleprods {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

wrap wrap-title span#toggleprods.active {
  background: #666;
  color: #FFF;
}

.button {
  display: inline-block;
  height: 38px;
  padding: 0 25px;
  color: #444;
  background: #d9d9d9;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: solid 1px #CCC;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button .fa {
  line-height: 38px;
}

.button.wide {
  width: 100%;
}

.button.circle {
  width: 38px;
  padding: 0;
  -webkit-border-radius: 19px !important;
  -moz-border-radius: 19px !important;
  border-radius: 19px !important;
}

.button.circle .fa {
  font-size: 15px;
}

.button:hover {
  background-color: #DDD;
}

.button.primary {
  border: solid 1px transparent;
  background-color: #2574A9;
  color: #f9f9f9;
}

.button.primary:hover {
  background-color: #2b84bf;
}

.button.success {
  border: solid 1px transparent;
  background-color: #049372;
  color: #f9f9f9;
}

.button.success:hover {
  background-color: #06a27e;
}

.button.danger {
  border: solid 1px transparent;
  background-color: #CF000F;
  color: #DDD;
}

.button.danger:hover {
  background-color: #dc0111;
}

.button.dark {
  border: solid 1px transparent;
  background: #404040;
  color: #CCC;
}

.button.dark:hover {
  background-color: #494949;
}

.button.lblue {
  background: #446CB3;
  color: #FFF;
}

.button.lblue:hover {
  background: #4a74c0;
}

.button.outline-light {
  background-color: transparent!important;
  border: solid 1px #f9f9f9!important;
  color: #f9f9f9!important;
}

.button.outline-light:hover {
  background: #FFF!important;
  border: solid 1px #FFF!important;
  color: #555!important;
}

.button.outline-dark {
  background-color: transparent;
  border: solid 1px #404040;
  color: #404040;
}

.button.outline-dark:hover {
  background: #494949;
  border: solid 1px #494949;
  color: #CCC;
}

.button.icon {
  font-size: 18px;
}
.button.wide{
	margin-left:auto;
	margin-right:auto;
}
.button.white {
  background: #FFF;
  border: none;
  color: #B90000;
  font-size: 11px;
  padding: 0 10px;
}
.button.white a{
	text-decoration:none;
	color: #B90000;
}
.button.white:hover {
  background: #f0f0f0;
}
.button.loadmore{
	background-color: #FFF;
	border: solid 1px #CCC;
	color: #555;
}
.button.loadmore:hover{
	background-color: #f9f9f9;
	border: solid 1px #CCC;
}
.button-group {
  width: auto;
  display: block;
  height: 38px;
  line-height: 38px;
  margin-bottom: 15px;
  float: left;
  margin-right: 5px;
}

.button-group.wide {
  width: 100%;
  margin-right: 0;
}

.button-group .button {
  width: 50% !important;
  margin: 0 !important;
  float: left;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  border-right: solid 1px #fff !important;
}

.button-group .button .fa {
  line-height: 38px;
  height: 38px;
  font-size: 18px;
}

.button-group .button:first-child {
  -webkit-border-top-left-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-topleft: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.button-group .button:last-child {
  -webkit-border-top-right-radius: 4px !important;
  -webkit-border-bottom-right-radius: 4px !important;
  -moz-border-radius-topright: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: none !important;
}

.button-group.three .button {
  width: 33.3333% !important;
}

.button-group.three .button:last-child {
  border-left: none !important;
}

.button-group.four .button {
  width: 25% !important;
}

.button-group.four .button:last-child {
  border-left: none !important;
}

.button-group.four .button:nth-child(3) {
  border-left: none;
}

block {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  overflow: hidden;
}

block.large {
  height: 470px;
}

block.small {
  height: 225px;
}

block.top-blog {
  background-color: #444;
}

block.top-blog overlay {
  opacity: 0.9;
}

block.top-blog content a.button {
  margin-top: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
  background: #FFF;
  color: #444;
}

block.top-blog content a.button:hover {
  background: #f9f9f9;
  color: #333;
}

block.top-blog:hover content a.button {
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 38px;
}

block.action-alert {
  background-color: #b90000;
}

block.action-alert block-image a.tag {
  background: #b90000;
  font-weight: 700;
  background-size: contain;
  color: #FFF;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

block.action-alert block-image content block-title {
  font-size: 28px;
  text-shadow: 1px 1px 1px #650000;
  line-height: 28px;
  font-family: "leitura-news",serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

block.action-alert block-image content blurb {
  text-shadow: 1px 1px 1px #650000;
  font-weight: 400;
}

block.action-alert block-image content .ta {
  height: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

block.action-alert block-image overlay {
  opacity: 0.9;
  background-image: url("https://www.afa.net/media/1004/overlay2red.png");
}

block.action-alert block-image img {
  width: auto;
  height: 100%;
}

block.action-alert:hover .ta {
  height: 38px;
  margin-top: 20px;
  opacity: 1;
}

block.action-alert:hover .ta .button:first-child {
  border-right: solid 1px #b90000 !important;
}

block.action-alert:hover img {
  opacity: 0.4;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}

block.mini block-image {
  background-color: #222;
}

block.mini block-image content block-title {
  font-size: 23px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
}

block.mini block-image img {
  opacity: 0.9;
}

block.mini.randc block-image {
  background-color: #000;
}

block.mini.randc a.tag {
  background-color: #4787c7;
  color: #FFF;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

block.mini.randc content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #003349;
}

block.mini.randc content a {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  z-index: 10;
}

block.mini.randc content span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 44px;
  color: #FFF;
  opacity: 0.4;
  display: block;
  padding: 3px 20px;
  border: solid 1px #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

block.mini.randc content:hover span {
  opacity: 7;
  background: #555;
}

block.articles {
  background-color: #FFF;
}

block.articles block-title {
  width: 100%;
  color: #FFF;
  float: left;
  background: #555;
  border-bottom: solid 1px #777;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 15px;
  font-weight: 700;
  font-family: "leitura-news",serif;
  letter-spacing: 0.07rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

block.articles ul {
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

block.articles ul li {
  float: left;
  height: auto;
  width: 100%;
  border-bottom: solid 1px #DDD;
}

block.articles ul li:last-child {
  border: none;
}

block.articles ul a {
  padding: 15px;
  float: left;
  width: 100%;
  height: auto;
}

block.articles ul a img {
  width: 85px;
  height: auto;
  margin-right: 15px;
  float: left;
}

block.articles ul a span.title {
  float: right;
  width: calc(100% - 100px);
  float: right;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "leitura-news",serif;
}

block.articles ul a span.meta {
  float: right;
  width: calc(100% - 100px);
  float: right;
  color: #333;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.07rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

block.products {
  background-color: #FFF;
  margin-bottom: 0;
}

block.nomarbtm {
  margin-bottom: 0;
}

block.ad {
  overflow: hidden;
  height: 375px;
  position: relative;
}

block.ad blurb {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #FFF;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 22px;
}

block.ad blurb .button {
  margin-top: 15px;
}

block.ad blurb blurb-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

block.ad img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

block-image {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

block-image a.tag {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  background: #292929;
  color: #CCC;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  z-index: 25;
  font-size: 10px;
  letter-spacing: 0.09rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

block-image content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  padding: 20px;
}

block-image content block-title {
  color: #FFF;
  text-shadow: 1px 1px 1px #111;
  font-size: 33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
  line-height: 38px;
  width: 100%;
  float: left;
  font-weight: 700 !important;
  font-family: "leitura-news",serif;
}

block-image content blurb {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 17px;
  color: #FFF;
  text-shadow: 1px 1px 1px #111;
  font-weight: 400;
}

block-image content meta-info {
  text-transform: uppercase;
  width: 100%;
  float: left;
  color: #DDD;
  font-size: 10px;
  letter-spacing: 0.07rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

block-image content meta-info a {
  color: #f0f0f0;
  text-decoration: none;
}

block-image overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  background: url("/media/1005/overlay5.png") left bottom no-repeat;
  background-size: cover;
  opacity: 0.8;
}

block-image img {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 105%;
}

article-block {
  height: auto;
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  height: 375px;
  background: #FFF;
  margin-bottom: 20px;
}

article-block.main {
  height: auto;
}

article-block.main p {
  height: auto;
  line-height: 27px;
}

article-block a.tag {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  background: #292929;
  color: #CCC;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  z-index: 25;
  font-size: 10px;
  letter-spacing: 0.09rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

article-block article-header {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}
article-block article-header a{
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}
article-block article-header article-title {
  color: #FFF;
  text-shadow: 1px 1px 1px #222;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px;
  font-size: 19px;
  font-family: "leitura-news",serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
}

article-block article-header overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: url("/media/1005/overlay5.png") left bottom no-repeat;
  background-size: cover;
  opacity: 0.8;
}

article-block article-header img {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

article-block article-content {
  height: auto;
  float: left;
  width: 100%;
  padding: 20px;
}

article-block article-content meta-info {
  text-transform: uppercase;
  width: 100%;
  float: left;
  color: #666;
  font-size: 10px;
  letter-spacing: 0.07rem;
  margin-bottom: 10px;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

article-block article-content meta-info a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
	  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
article-block article-content meta-info a:hover{
	color: #FFF;
	background-color: #666;
	padding:3px 5px;
}
article-block article-content p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  height: 80px;
  float: left;
  margin-bottom: 15px;
}

big-block {
  width: 100%;
  height: 375px;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  background-color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

big-block content h4 {
  font-size: 28px;
  color: #FFF;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

big-block content p {
  font-size: 17px;
  color: #FFF;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

big-block.special content {
  width: 50%;
  height: 100%;
  position: relative;
  float: right;
  padding: 25px;
}

big-block.special mimg {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  padding: 25px;
  overflow: hidden;
}

big-block.special mimg img {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

navs {
  background-color: #2a3962;
  height: 85px;
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

navs {
  background-color: #2a3962;
  height: 85px;
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

navs.down {
  top: -85px;
}

navs.up {
  top: -30px;
}

navs.top {
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

navs top-nav {
  height: 30px;
  float: left;
  width: 100%;
}

navs top-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  float: right;
  height: auto;
  width: auto;
}

navs top-nav ul li {
  width: auto;
  margin-left: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  float: left;
}

navs top-nav ul li:hover {
  opacity: 1;
}

navs top-nav ul li a {
  float: left;
  height: 12px;
  width: auto;
  padding-top: 7px;
  font-family: "proxima-nova-condensed",sans-serif;
  color: #DDD;
  letter-spacing: 0.02rem;
  text-decoration:none;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
navs top-nav ul li a:hover {
	color:#FFF;
}
navs top-nav ul li a img {
  float: left;
  height: 12px;
  width: auto;
	display:none;
}

navs main-nav {
  height: 55px;
  float: left;
  width: 100%;
  background: #FFF;
  position: relative;
  -webkit-box-shadow: 0 0 13px 0 rgba(50,50,50,0.24);
  -moz-box-shadow: 0 0 13px 0 rgba(50,50,50,0.24);
  box-shadow: 0 0 13px 0 rgba(50,50,50,0.24);
}

navs main-nav mobile-icons {
  width: auto;
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  display:none;
}

navs main-nav mobile-icons span {
  width: 55px;
  line-height: 55px;
  color: #555;
  text-align: center;
  float: left;
  font-size: 25px;
  border-left: solid 1px #CCC;
}

navs main-nav a.logo {
  float: left;
  height: 55px;
  width: auto;
}

navs main-nav a.logo img {
  float: left;
  margin-top: 8px;
}

navs main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  float: right;
  height: auto;
}

navs main-nav ul .nav-title {
  display: none;
}

navs main-nav ul li {
  float: left;
  margin-left: 30px;
  width: auto;
  height: auto;
}

navs main-nav ul li a {
  float: left;
  line-height: 55px;
  height: 55px;
  color: #2a3962;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  font-weight: 500;
}

navs main-nav ul li a icon {
  font-size: 15px;
  line-height: 55px;
  margin-left: 8px;
  float: right;
}

navs main-nav ul li ul {
  position: absolute;
  top: 30px;
  height: auto;
  width: 220px;
  padding-top: 20px;
  z-index: 999999999;
  background-color: transparent;
  display: none;
}

navs main-nav ul li ul .marker {
  font-size: 30px;
  height: 20px !important;
  color: #34373b;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: -5px;
  left: 15px;
}

navs main-nav ul li ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  background-color: #34373b;
}

navs main-nav ul li ul li:hover {
  background-color: #404348;
}

navs main-nav ul li ul li a {
  height: 40px;
  line-height: 40px;
  color: #DDD;
  padding: 0 15px;
}

about-author {
  width: 120px;
  height: auto;
  float: right;
  padding: 10px;
  background: #FFF;
  border-top: solid 1px #DDD;
	border: solid 1px #DDD;
	background-color: #f9f9f9;
	margin-left: 15px;
	margin-bottom: 15px;
	
}

about-author author-image {
  width: 90px;
	height:auto;
  float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}

about-author author-image img {
  width: 100%;
  height: auto;
  float: left;
}

about-author author-info {
  float: left;
  width: 100%;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

about-author author-info author-name {
  font-weight: bold;
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05rem;
	text-align: center;
	line-height: 15px;
	margin-bottom: 3px;
}

about-author author-info span {
  width: 100%;
  height: auto;
  float: left;
  font-size: 10px;
  color: #666;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
	text-align: center;
	line-height: 15px;
}

about-author author-info author-buttons {
  width: 100%;
  height: auto;
  float: left;
}

about-author author-info author-buttons a.button {
  height: 32px !important;
  line-height: 32px !important;
  font-size: 10px;
  text-align: left;
  text-decoration: none;
  color: #444;
  float: left;
  margin-right: 10px;
  background: #f9f9f9;
	text-align: center;
	width: 100%;
	margin: 0px;
	margin-bottom: 2px;
}
about-author author-info author-buttons a.button:first-child{
	width: 100%;
}
about-author author-info author-buttons a.button:hover {
  background: #FFF;
}

about-author author-info author-buttons a.button.more {
  font-size: 12px;
}

#instafeed .twenty {
  width: calc(100% / 8);
}

#instafeed .twenty a {
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#instafeed .twenty a .likes {
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: #FFF;
padding: 3px 5px;
  background-color: #5C97BF;
  z-index: 100;
	font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#instafeed .twenty a img {
  width: 100%;
  height: auto;
  float: left;
  opacity: 0.9;
}

#instafeed .twenty a:hover img {
  opacity: 1;
}

stand-tool-bar {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  height: 50px;
  background-color: #FFF;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  padding: 0 20px;
}

stand-tool-bar stand-search {
  position: relative;
  float: right;
  height: 50px;
  width: auto;
}

stand-tool-bar stand-search a.subsearch {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #444;
  font-size: 18px;
  z-index: 5;
}

stand-tool-bar stand-search input {
  margin-top: 10px;
  width: 200px;
  float: left;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #444;
  padding: 0 15px 0 50px;
  border: solid 1px #CCC;
  font-weight: normal;
  font-size: 14px;
  background: #f9f9f9;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

stand-tool-bar stand-search input:focus {
  background: #f0f0f0;
  border: solid 1px #555;
}

stand-tool-bar ul {
  float: left!important;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

stand-tool-bar ul span {
  font-weight: bold;
  float: left;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  margin-right: 20px;
}

stand-tool-bar ul li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
}

stand-tool-bar ul li a {
  float: left;
  height: 30px!important;
  line-height: 30px!important;
  margin-top: 10px;
  color: #444;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px transparent;
}

stand-tool-bar ul li a.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #CCC;
  border: solid 1px #222;
  background: #333;
}

.container.top-five .quarter:first-child {
  width: 50%;
}

.container.top-five .quarter:first-child article-block article-content article-title {
  font-size: 23px;
}

#thestand article-block {
  height: auto;
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  height: auto;
  background: #FFF;
  margin-bottom: 20px;
}

#thestand article-block.main {
  height: auto;
}

#thestand article-block.main p {
  height: auto;
  line-height: 27px;
}

#thestand article-block a.tag {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  background: #292929;
  color: #CCC;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  z-index: 25;
  font-size: 10px;
  letter-spacing: 0.09rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

#thestand article-block article-header {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

#thestand article-block article-header img {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

#thestand article-block article-content {
  height: auto;
  float: left;
  width: 100%;
  padding: 20px;
  min-height: 114px;
}

#thestand article-block article-content p {
  height: 80px;
}

#thestand article-block article-content article-title {
  color: #222;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  line-height: 20px;
  font-family: "leitura-news",serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 40px;
  float: left;
}

#thestand article-block article-content meta-info {
  text-transform: uppercase;
  width: 100%;
  float: left;
  color: #666;
  font-size: 10px;
  letter-spacing: 0.07rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

#thestand article-block article-content meta-info a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
	  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#thestand article-block article-content meta-info a:hover {
	color: #FFF;
	background-color: #666;
	padding:3px 5px;
}
over {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0;
  z-index: 999995;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

over.inview {
  opacity: 0.9;
  pointer-events: all;
}

slide-over {
  width: 100%;
  max-width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999999;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0;
  padding-top:40px;
  overflow: auto;;
  -webkit-overflow-scrolling: touch
}

slide-over#dform slide-over-title {
  background-color: #019875;
  color: #FFF;
}

slide-over#dform slide-over-title span {
  color: #FFF;
}

slide-over slide-over-title {
  height: 40px;
  line-height: 40px;
  width: 100%;
  float: left;
  color: #444;
  padding: 0 20px;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  font-weight: bold;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	position:absolute;
	top: 0px;
	left:0px;
}

slide-over slide-over-title span {
  height: 40px;
  width: 40px;
  color: #333;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

slide-over.inview {
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 1;
}

#videos .video a.mimg {
  width: 100%;
  float: left;
  height: auto;
}

#videos .video a.mimg img {
  width: 100%;
  float: left;
  height: auto;
}

#videos .video a.vtitle {
  width: 100%;
  float: left;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  background: #FFF;
  text-decoration: none;
  height: 80px;
  color: #444;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

}

.fb_iframe_widget {
  height: 100%;
  position: relative;
}

tool-box {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}

tool-box social {
  width: 100%;
  float: left;
  height: 33.3333333%;
  position: relative;
}

tool-box social a {
  width: 20%;
  height: 100%;
  position: relative;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

tool-box social a span {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #FFF;
  font-weight: 500;
}

tool-box social a.facebook {
  background-color: #3b5998;
}

tool-box social a.facebook:hover {
  background-color: #4465a9;
}

tool-box social a.twitter {
  background-color: #55acee;
}

tool-box social a.twitter:hover {
  background-color: #5bb6fb;
}

tool-box social a.instagram {
  background-color: #125688;
}

tool-box social a.instagram:hover {
  background-color: #16659f;
}

tool-box social a.vimeo {
  background-color: #1ab7ea;
}

tool-box social a.vimeo:hover {
  background-color: #1dc0f5;
}

tool-box social a.youtube {
  background-color: #C4302B;
}
tool-box social a.youtube:hover {
  opacity: 0.9;
}
tool-box double {
  width: 100%;
  float: left;
  height: 33.33333%;

}

tool-box double a {
  width: 50%;
  height: 100%;
  line-height: 100%;
  position: relative;
  float: left;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

tool-box double a img {
  top: 50%;
  left: 50%;
  height: 65px;
  width: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #FFF;
}

tool-box double a span {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #FFF;
}

tool-box double a.alerts {
  background-color: #b90000;
}

tool-box double a.alerts:hover {
  background-color: #c40202;
}

tool-box double a.mobile {
  background-color: #2f353b;
}

tool-box double a.mobile:hover {
  background-color: #363d44;
}

tool-box single {
  width: 100%;
  float: left;
  height: 33.33333%;
}

tool-box single a {
  width: 100%;
  height: 100%;
  line-height: 100%;
  position: relative;
  float: left;
  text-align: center;
  background: #019875;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

tool-box single a span {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #FFF;
}

tool-box single a:hover {
  background-color: #03a37e;
}

article {
  width: 100%;
  float: left;
  height: auto;
}

article wrap {
  width: 100%;
  float: left;
  height: auto;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

article comments {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px;
  border-top: solid 1px #BDC3C7;
  background-color: #ECF0F1;
}

article comments buttons {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
}

article comments buttons .button {
  border: solid 1px CCC;
  background-color: #666;
  color: #FFF;
}

article comments buttons .button:hover {
  background-color: #777;
}

article comments buttons .button.com_toggle.active {
  background-color: #444;
}

article comments comments-wrap {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: none;
}

article socials {
  width: 100%;
  float: left;
  height: auto;
}

article meta-info {
  float: left;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  background-color: #FFF;
  font-weight: 500;
  color: #111;
  padding: 0;
  color: #444;
  line-height: 40px;
  height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  float: left;
  text-shadow: 1px 1px 1px #f9f9f9;
  width: 100%;
	overflow:hidden;
}

article meta-info auth {
  width: auto;
  float: left;
  padding-left: 10px;
}

article meta-info auth a {
  font-weight: 700;
  text-decoration: none;
  color: #333;
}

article meta-info auth a:hover {
  color: #222;
  text-decoration: underline;
}

article meta-info social-info {
  width: auto;
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background: #FFF;
  padding: 0 10px;
	overflow:hidden;
}

article meta-info social-info shares {
  float: left;
  width: auto;
  text-align: left;
  font-weight: bold;
	  height: 40px;
  line-height: 40px;
}

article meta-info social-info shares .icon {
  float: left;
  margin-right: 5px;
  font-size: 14px;
}

article meta-info social-info coms {
  float: left;
  width: auto;
  text-align: left;
  margin-right: 16px;
  font-weight: bold;
  padding-right: 15px;
  border-right: solid 1px #CCC;
  cursor:pointer;
	  height: 40px;
  line-height: 40px;
}
article meta-info social-info coms:hover {
	text-decoration:underline;
	color: #B9000;
}
article meta-info social-info coms .icon {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

article h1 {
  font-size: 35px;
  color: #111;
  width: 100%;
  float: left;
  height: auto;
  padding: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px #f9f9f9;
}

article mimg {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
}

article mimg meta-info {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-weight: 500;
  color: #111;
  width: 100%;
  padding: 0 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/media/1025/blacktrans.png");
  color: #CCC;
  z-index: 15;
  line-height: 40px;
  height: 40px;
  text-shadow: 1px 1px 1px #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: solid 1px #111;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  display: none;
}

article mimg meta-info a {
  font-weight: 700;
  text-decoration: none;
  color: #DDD;
}

article mimg meta-info a:hover {
  color: #FFC;
  text-decoration: underline;
}

article mimg img {
  width: 100%;
  float: left;
  height: auto;
  position: relative
}

article content {
  padding: 30px;
  float: left;
  height: auto;
  width: 100%;
  background: #FFF;
}

article content blurb {
  width: 100%;
  float: none;
  display: block;
  height: auto;
  font-weight: 700;
  font-family: "leitura-news",serif;
  color: #444;
  font-size: 20px;  
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
}

article content p {
  font-family: "leitura-news",serif;
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 34px;
  padding: 0;
  margin: 0 0 25px;
}

article blockquote:before {
  background: #fff;
  color: black;
  content: "\201C";
  left: 50%;
  padding: 0 15px;
  position: absolute;
  top: -0.5em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
}

article blockquote:after {
  background: #fff;
  color: black;
  content: "\201C";
  left: 50%;
  padding: 0 15px;
  position: absolute;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
}

article blockquote {
  width: 100%;
  float: left;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 0 25px;
  width: 100% !important;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  background: #FFF;
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

article blockquote quote {
  margin: 0;
  float: left;
  height: auto;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  font-weight: 500 !important;
  /*font-style: italic;*/
  line-height: 25px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  text-align: center;
}

article blockquote credits {
  line-height: 30px;
  width: 100%;
  float: left;
  height: 30px;
  font-size: 15px;
  color: #666;
  padding: 0 15px;
  text-align: right;
  display: none;
}

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

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

footer {
  width: 100%;
  float: left;
  height: auto;
}

footer.insta {
  padding: 20px;
  background: #303030;
}

footer.insta .title {
  letter-spacing: 0.07rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  font-weight: bold;
  color: #999;
}

footer2 {
  width: 100%;
  float: left;
  height: auto;
  padding: 20px;
  background: #252525;
}

footer2 .title {
  color: #DDD;
  letter-spacing: 0.15rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

footer3 {
  width: 100%;
  float: left;
  height: auto;
  padding: 30px;
  background: #202020;
}

footer3 .title {
  color: #DDD;
  letter-spacing: 0.15rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

video-box {
  background: url("/media/1001/blacktrans2.png");
  position: absolute;
  width: 100%;
  height: auto;
  float: left;
  z-index: 20;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.0s ease;
  -moz-transition: all 0.0s ease;
  -o-transition: all 0.0s ease;
}

video-box.is-scrolled {
  position: fixed;
  z-index: 45000;
  bottom: 15px;
  right: 15px;
  left: auto;
  width: 100%;
  max-width: 400px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 10px;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25); 
  -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
}

video-box.is-scrolled vid-controls {
  display: none;
}

video-box.is-scrolled vid-info {
  display: block;
}

video-box vid {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(50,50,50,0.54);
  -moz-box-shadow: 0 0 10px 0 rgba(50,50,50,0.54);
  box-shadow: 0 0 10px 0 rgba(50,50,50,0.54);
}

video-box vid vid-controls {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  color: #f0f0f0;
  padding: 0 15px;
  background-color: #111;
  text-align: left;
  display: none;
}

video-box vid vid-controls span {
  font-size: 23px;
  height: 35px;
  width: auto;
  margin-left: 15px;
  float: right;
  cursor: pointer;
}

video-box vid vid-info {
  width: 100%;
  display: block;
  height: auto;
  padding: 10px 15px;
  background-color: #111;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  display: none;
}

video-box.expanded {
  position: fixed;
  height: 100%;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}

video-box.expanded vid {
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 740px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#socbtns {
  width: 100%;
  float: left;
  height: auto;
  padding: 0;
}

#socbtns.jssocials .jssocials-shares {
  height: 50px;
  line-height: 50px;
  float: left;
  width: 100%;
  margin: 0;
}

#socbtns.jssocials .jssocials-shares .jssocials-share a {
  width: 100% !important;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

#socbtns.jssocials .jssocials-shares .jssocials-share a i {
  height: 50px;
  line-height: 50px;
  width: 100%;
  float: left;
  text-align: center;
	font-size:24px
}

#socbtns.jssocials .jssocials-shares .jssocials-share {
  width: 25% !important;
  float: left;
  margin: 0 !important;
  position: relative;
  height: 50px;
  line-height: 50px;
}

#socbtns {
  width: 100% !important;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,.ellip-line {
  position: relative;
  overflow: hidden;
}

#bestsellers {
  height: 160px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

#bestsellers.active {
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

#bestsellers block {
  margin-bottom: 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

#bestsellers .col {
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}

#bestsellers .col:hover {
  background: #f9f9f9;
}

#bestsellers .col:last-child {
  border-right: none;
}

#bestsellers product {
  width: 100%;
  float: left;
  height: auto;
  padding: 15px 5px;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  height: 160px;
  overflow: hidden;
}

#bestsellers product a {
  width: 100%;
  float: left;
  height: auto;
}

#bestsellers product a img {
  width: 90px;
  height: auto;
  float: left;
  margin-right: 10px;
}

#bestsellers product a info {
  width: calc(100% - 100px);
  float: right;
  height: auto;
}

#bestsellers product a info info-title {
  font-weight: normal;
  width: 100%;
  float: left;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#bestsellers product a info info-price {
  font-size: 19px;
  color: #8b0f04;
  font-weight: bold;
  width: 100%;
  float: left;
  height: auto;
}

stand-filter {
  position: fixed;
  z-index: 999;
  background-color: #2a3962;
  color: #FFF;
  width: 100%;
  height: 50px;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.29);
  -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.29);
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.29);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

stand-filter stand-search {
  height: 50px;
  padding: 5px 15px;
  width: 100%;
  position: relative;
  float: left;
  border-top: solid 1px #222;
}

stand-filter stand-search a {
  position: absolute;
  top: 5px;
  left: 5px;
}

stand-filter stand-search input {
  height: 35px;
  line-height: 35px;
  width: 100%;
  position: relative;
  background: #1f2a49;
  border: none;
  color: #DDD;
  padding: 0 15px;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #2f3f6c;
}

stand-filter a.item {
  width: calc(100% / 4);
  text-align: center;
  color: #DDD;
  height: 50px;
  font-size: 9px;
  letter-spacing: 0.05rem;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  border-right: solid 1px #222;
}

stand-filter a.item span {
  font-size: 18px;
}

stand-filter a.item.ion-search {
  font-size: 20px;
}

stand-filter.active {
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

stand-filter.active icon {
  bottom: 10px;
  right: 10px;
}

stand-filter icon {
  font-size: 20px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
h1.post-title{
	font-size: 37px!important;
}
.mobile-app{
	width: 100%;
	float:left;
}
.mobile-app .images{
	width: 100%;
	float:left;
}
.mobile-app .images img{
	width: 50%;
	float:left;
}
.mobile-app .links{
	text-align:center;
	width: 100%;
	height:auto;
	float:left;
}
.divmobile{
	display:none;
}
#aa-swapper{
	display:none;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1300px;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1180px;
  }
}

@media (max-width: 1000px) {
	.aasidebar{
		width: 100%!important;
	}
	#aa-swapper{
		display:table;
	}
	#instafeed{
		width: 100%;
		float:left;
		overflow-x:auto;
		display: block;
	}
	#instafeed::-webkit-scrollbar {
		width: 12px;
	}
 	#instafeed::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		border-radius: 10px;
	}
 	#instafeed::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
		#instafeed .twenty {
	  width:25%;
		margin-bottom: 20px;
	}
  .col {
    padding: 0;
  }

  .col.three-quarters {
    width: 100%;
  }

  article h1 {
    font-size: 24px;
  }

  article meta-info {
    font-size: 11px;
  }

  article content {
    padding: 10px;
  }

  article content blurb {
    font-size: 15px;
    line-height: 26px;
  }

  article content p {
    font-size: 15px;
    line-height: 26px;
  }

  article mimg {
    width: 100% !important;
    float: left !important;
    height: auto !important;
  }

  article mimg img {
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    float: left;
    position: relative;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .container .col.quarter {
    width: 50%;
  }

  .container.top-five .col.quarter {
    width: 50%;
  }

  .container.top-five .col:first-child {
    width: 100%;
  }

  stand-tool-bar {
    width: 100%;
	 padding-top: 15px;
	  height: auto!important;
  }
	stand-tool-bar ul{
		display: none!important
	}
	stand-tool-bar stand-search{
		width: 100%;
	}
	stand-tool-bar stand-search input{
		width: 100%;
	}
	.cat-menu-select{
		display: block!important;
	}
}

@media (max-width: 800px) {

	block.action-alert block-image img {
		width: 100%;
		height: auto;
	}
	block.top-blog content a.button{
		margin-top: 20px;
		height: 38px;
		opacity: 1;
	}
	block.action-alert content .ta{
		margin-top: 20px;
		height: 38px;
		opacity: 1;
	}
	.tb .button.outline-light {
		width: 100%;
	}
	navs{
		
	}
	.tb {
        width: 100%!important;
    }

    .aa {
        width: 100%!important;
    }

    .tv {
        width: 50%!important;
    }

    .tbx {
        width: 50%!important;
    }

  article meta-info {
    height: 80px;
  }

  article meta-info auth {
    width: 100%;
    text-align: center;
  }

  article meta-info social-info {
    width: 100%;
    text-align: center;
    border-top: solid 1px #CCC;
  }

  article meta-info social-info coms {
    width: 50%;
    padding: 0;
    text-align: center;
    float: left;
    margin: 0;
  }

  article meta-info social-info coms .icon {
    float: none;
  }

  article meta-info social-info shares {
    width: 50%;
    padding: 0;
    text-align: center;
    float: left;
    margin: 0;
  }

  article meta-info social-info shares .icon {
    float: none;
  }

  .tb {
    width: 100% !important;
  }

  .aa {
    width: 100% !important;
  }

  .tv {
    width: 100% !important;
  }

  .tbx {
    width: 100% !important;
  }

  #blocks .col.quarter {
    width: 100%;
  }

  #blocks .sp {
    width: 100%;
    margin-bottom: 20px;
  }

  #blocks .ms {
    width: 100% !important;
  }

  #blocks .ms img {
    width: 100%;
    height: auto;
  }

  .col.video {
    width: 33.33333%;
    margin-bottom: 20px;
  }

  article-block {
    height: auto;
  }
  article-block article-content p {
		height:auto;
  }
  .sp big-block{
		height:auto;
  }
  .sp big-block mimg{
 	width: 100%;
	 padding:0px;
  }
  .sp big-block mimg img{
 	width: 100%;
	height:auto;
	  position: relative;
	  top: auto;
	  left: auto;
	     -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
   }
   .sp big-block content{
		width:100%;
   }
	.sp .button{
		width: 100%;
	}
	block.ad img {
		position: relative;
		top: auto;
		left: auto;
		height: 100%;
		width: auto;
	}
	.col.video{
		width: 33.3333%;
	}
}

@media (max-width: 650px) {
	#bestsellers{
		height: calc(3 * 160px);
	}
	#bestsellers .twenty{
			width: 100%!important;
	}
	h1.post-title{
		font-size: 26px!important;
		text-shadow: 1px 2px 1px #FFF;
	}
	#bestsellers{
		height: calc(3 * 160px);
	}
	#bestsellers .twenty{
			width: 100%!important;
	}
	video-box.is-scrolled {
	  position: absolute;
	  z-index: 45;
	  bottom: auto;
	  right: auto;
	  left: auto;
	  width: 100%;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	}
		.col.video{
		width: 50%;
	}
  #thestand .col:first-child {
    width: 100%;
  }

  #thestand .col:first-child article-block {
    height: auto;
  }

  #thestand .col:first-child article-block article-header {
    width: 100%;
    height: auto !important;
    overflow: hidden;
  }

  #thestand .col:first-child article-block article-header article-title {
    font-size: 21px;
  }

  #thestand .col:first-child article-block article-header img {
    height: auto;
    width: 100%;
  }

  #thestand .col:first-child article-block article-content {
    width: 100%;
  }

  #thestand .col:first-child article-block article-content p {
    height: auto !important;
  }

  #thestand .col.quarter {
    width: 100%;
  }

  #thestand .col.quarter article-block {
    height: auto;
  }
}
#takeaction slide-over-title {
  background-color: #b90000;
  color: #FFF;
}
#takeaction slide-over-title span {
  color: #FFF;
}
article content a{
	color:#2a3962; 
}
	
h1.post-title{
	text-shadow: 1px 2px 1px #FFF;
}
search-nav {
  width: 100%;
  height: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  background: #f0f0f0;
  z-index: 99999999;
  font-size: 18px !important;
  pointer-events: none;
  opacity: 0;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
search-nav .close-me {
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: #555;
  font-size: 30px;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
search-nav .close-me:hover {
  color: #333;
}
search-nav .container {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
search-nav span {
  font-size: 30px !important;
  height: 57px;
  line-height: 57px;
  float: left;
  width: 65px;
  position: absolute;
  text-align: center;
}
search-nav.inview {
  opacity: 1;
  pointer-events: all;
  background: #f0f0f0;
  width: 100%;
  height: 100%;
}
search-nav h3 {
  font-family: "proxima-nova-soft", Arial, Tahoma, Verdana, sans-serif;
  color: #666;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
search-nav input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: transparent;
  border: none;
  font-size: 18px !important;
  font-family: "proxima-nova-soft", Arial, Tahoma, Verdana, sans-serif;
  float: left;
  padding-left: 65px;
  padding-right: 15px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  background: #f9f9f9;
  border: solid 1px #DDD;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
search-nav input:focus {
  border: solid 1px #666;
}
search-nav input::-webkit-input-placeholder {
  font-size: 18px !important;
}
search-nav input::-moz-placeholder {
  font-size: 18px !important;
}
search-nav input:-ms-input-placeholder {
  font-size: 18px !important;
}
search-nav input:-moz-placeholder {
  font-size: 18px !important;
}

@media (max-width: 800px) {
		#bestsellers{
		height: calc(3 * 160px);
	}
	#bestsellers .twenty{
			width: 50%!important;
	}
  .col.third {
    width: 100%;
  }
}
.search-icon {
  font-size: 17px;
}
slide-over#takeaction{
	max-width:600px;
}

footer {
  width: 100%;
  float: left;
  height: auto;
  padding: 40px 0;
  background-color: #34373b;
}

footer h3 {
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: #DDD;
}

footer h3 span {
  height: 50%;
  border-bottom: solid 1px #666;
  float: right;
  display: block;
}

footer h4 {
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  letter-spacing: 0.1rem;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 500;
  color: #f9f9f9;
}

footer.insta .title {
  letter-spacing: 0.07rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  font-weight: bold;
  color: #f0f0f0;
}

footer-divisions {
  width: 100%;
  float: left;
  padding: 10px 0;
  background-color: #242629;
  text-align: center;
  height: auto;
}

footer-divisions ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  height: auto;
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}

footer-divisions ul li {
  width: auto;
  margin-left: 15px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  display: inline-block;
}

footer-divisions ul li:hover {
  opacity: 1;
}

footer-divisions ul li a {
  float: left;
  width: auto;
}

footer-divisions ul li a img {
  float: left;
  height: 15px;
  width: auto;
}

footer2 {
  width: 100%;
  float: left;
  height: auto;
  padding: 40px 0;
  background: #2a2d30;
  color: #FFF;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  font-size: 14px;
}

footer2 p {
  width: 100%;
  float: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer2 span {
  letter-spacing: 0.04rem;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer2 span .button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
}

footer2 span.half {
  width: 50%;
}

footer2 span i {
  font-size: 18px;
  margin-right: 10px;
}

footer2 h3 {
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: #DDD;
}

footer2 h3 span {
  height: 50%;
  border-bottom: solid 1px #666;
  float: right;
  display: block;
}

footer2 h4 {
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  letter-spacing: 0.1rem;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
}

footer2 a {
  color: #CCC;
  text-decoration: none;
}

footer2 a:hover {
  color: #DDD;
}

footer2 a.social {
  font-size: 28px;
  height: 30px;
  width: 23px;
  float: left;
  margin-right: 25px;
}

footer2 .title {
  color: #DDD;
  letter-spacing: 0.15rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

footer3 {
  display: none;
  width: 100%;
  float: left;
  height: auto;
  padding: 40px 0;
  background: #2a2d30;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
}

footer3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  float: left;
  height: auto;
}

footer3 ul li {
  width: 100%;
  float: left;
}

footer3 ul li a {
  width: 100%;
  padding: 5px 0;
  float: left;
  color: #CCC;
  text-decoration: none;
}

footer3 ul li a:hover {
  text-decoration: underline;
}

footer3 .title {
  color: #DDD;
  letter-spacing: 0.15rem;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer3 h3 {
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: #DDD;
}

footer3 h3 span {
  height: 50%;
  border-bottom: solid 1px #666;
  float: right;
  display: block;
}

footer3 h4 {
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  letter-spacing: 0.1rem;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}

footer4 {
  width: 100%;
  float: left;
  height: auto;
  padding: 20px 0;
  background: #222426;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  text-align: center;
  color: #CCC;
  letter-spacing: 0.03rem;
}

@media (max-width: 1000px) {
	.divmobile{
	display:table;
}
	.searchicon{
		display:none;
	}
		navs main-nav mobile-icons{
		display: table;
	}
  footer2 {
    font-size: 13px;
  }

  footer2 h4 {
    text-align: center;
  }

  footer2 .col.three {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: solid 1px #393939;
    text-align: center;
  }

  footer2 a.social {
    display: inline-block;
    margin: 0 !important;
    width: 45px;
    float: none;
  }
}
stand-tool {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 59px;
  height: 59px;
  overflow-x: hidden;
  z-index: 9999;
  bottom: 0px;
  right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
	display:none;
}
stand-tool.toggled {
  width: 320px;
  bottom: 0px;
  right: 0px;
  height: 350px;
  background-color: #333;
}
stand-tool.toggled tool-wrap {
  display: block;
}
stand-tool tool-wrap {
  display: none;
}
stand-tool tool-wrap search {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  background: #272727;
  float: left;
}
stand-tool tool-wrap search input {
  width: 100%;
  float: left;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
  background: #202020;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #393939;
  color: #DDD;
  font-size: 14px;
}
stand-tool tool-wrap search a {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #DDD;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
}
stand-tool tool-wrap categories {
  width: 100%;
  float: left;
  height: auto;
}
stand-tool tool-wrap categories a {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  color: #DDD;
  width: 100%;
  float: left;
  font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03rem;
}
stand-tool toggle-tool {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  background-color: #333;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  overflow-x: hidden;
}
stand-tool toggle-tool span {
  width: 44px;
  height: 44px;
  text-align: center;
  color: #FFF;
}
@media(max-width: 1000px){
	.searchicon{
		display:none;
	}
	stand-tool{
		display:table;
	}
	navs {
    top: -30px !important;
  }

  main-nav ul {
    width: 300px;
    top: 0;
    right: -100%;
    position: fixed;
    background: #333 !important;
    height: 100% !important;
    z-index: 999999999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    padding-top: 55px !important;
    overflow-y: auto;
  }
  main-nav ul .nav-title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    height: 55px;
    line-height: 55px;
    font-family: "proxima-nova-soft", Arial, Tahoma, Verdana, sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 15px;
    background: #303030;
    border-bottom: solid 1px #393939;
    color: #DDD;
  }
  main-nav ul.inview {
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 999999 !important;
  }
  main-nav ul li {
    width: 100% !important;
    float: left !important;
    height: auto !important;
    margin: 0 !important;
    border-bottom: solid 1px #292929;
    background-color: #transparent;
  }
  main-nav ul li a {
    float: left;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 15px !important;
    color: #CCC !important;
    width: 100%;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  main-nav ul li a icon {
    margin-top: -5px;
  }
  main-nav ul ul {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: none;
  }
  main-nav ul ul li {
    background-color: #222426 !important;
  }
  main-nav ul ul .marker {
    display: none;
  }
		block.action-alert .ta {
	  height: 38px!important;
	  margin-top: 20px!important;
	  opacity: 1!important;
	}
}
.close-nav {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #303030;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999999999;
    color: #DDD;
    font-size: 28px;
    display: none;
}
@media (max-width: 800px) {
	.randc{
		height:350px!important;
	}
  .col.third {
    width: 100%;
  }

  
}


.search-icon {
    font-size: 17px;
}
@media (max-width: 650px) {
	#bestsellers{
		height: calc(3 * 160px);
	}
	#bestsellers .twenty{
			width: 100%!important;
	}
	#instafeed .twenty {
	  width:33.3333333%;
		margin-bottom: 20px;
	}
	.mobile-app .images img{
	width: 100%;
	float:left;
}
}
@media(max-width:550px){
	.randc{
		height:240px!important;
	}
		#instafeed .twenty {
	  width:50%;
		margin-bottom: 20px;
	}
		.col.video{
		width: 100%;
	}
}
block.action{
	background:#FFF;
	padding: 15px;
}
.wfo_number{
	width: 100%!important;;
	text-align:center;
	margin:0px!important;
	height:auto!important;
	margin-bottom: 15px!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	background: #b90000!important;
}
.wfo_number .color1{
	color: #FFF!important;
	font-family: "proxima-nova-soft", Arial, Tahoma, Verdana, sans-serif;
}
.wfo_number em{
	color: #DDD!important;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
	font-weight: 700;
	font-family: "proxima-nova-soft", Arial, Tahoma, Verdana, sans-serif;
}
wrap#alert-bar{
	padding-top: 110px;
	margin-bottom: 15px;
}
.alert-bar{
	/*background-color: #b90000;*/
	float:left;
	color: #FFF;
	width: 100%;
	height:auto;
}
.alert-bar .content .title{
	font-size: 21px;
	color:#FFF;
	font-weight: 700;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alert-bar .content{
	line-height: 25px;
	font-size: 16px;
	padding: 15px;
		-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}
.alert-bar .img-col{
	padding:0px;
	margin:0px;
}
.alert-bar-image{
	width: 100%;
	float:left;
}
.alert-bar-image img{
	width: 100%;
	float:left;
}
.alert-bar .button{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-align: center;
}

wrap content{
	font-size: 16px;
	line-height: 25px;
}
block.ad a{
	margin-left:auto!important;
	margin-right:auto!important;
	display: block!important;
	text-align:center!important;
	background: #333!important;
}
block.ad a img{
	width: 100%!important;
	max-width: 305px!important;
	height:auto!important;
}
@media(max-width: 650px){
	.alert-bar .col{
		width: 100%!important;
	}
	.button{
		width:100%!important;
	}
}
mimg print-me {
            position: absolute;
            bottom: 10px;
            left: 10px;
            width: 56px;
            height: 56px;
            line-height: 56px;
            text-align: center;
            background: #6C7A89;
            color: #FFF;
            font-size: 23px;
            -webkit-border-radius: 28px;
            -moz-border-radius: 28px;
            border-radius: 28px;
            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            z-index: 999;
            cursor: pointer;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
        }
mimg print-me:hover {
    background: #7d8e9f;
}
#thestand overlay{
	display:none!important
}
.thestandsignup{
	padding-bottom: 20px;
}
.aa-sb{
	border-left: solid 1px #DDD;
	padding-left: 10px;
}
@media(max-width: 800px){
	.aa-sb{
		padding-left:  0px;
		text-align: center;
		width: 100%;
		float:left;
		border-left: none;
	}
	.col.center{
		width: 100%;
	}
	.col.cent-left{
		width: 100%;
	}
}
.at4-share-count-container{
	text-indent: -9999999px;
}
/* this is for the house file or any other one-off */
.housefile{
	width: 100%;
	float: left;
	height:auto;
	position: relative;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	background-color: #000;
	margin-bottom: 25px;
}

.housefile .mimg {
  width: 50%;
  height: 100%;
  min-height:450px;
  position: relative;
  float: left;
  padding: 25px;
  overflow: hidden;
}

.housefile .mimg img {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 105%;
}
.housefile .blurb{
  width: 50%;
  height: 100%;
  position: relative;
  float: right;
  padding: 15px;
  color: #FFF;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.housefile .blurb .button.white{
	background-color: #FFF;
	color: #444;
	font-size: 14px;
	padding: 0px 22px;
}
.white-block{
	background-color: #FFF;
	padding: 15px;
	font-size: 18px;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.white-block p{
		-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 28px;
}
.col.one-third{
	width: 33.3333%;
}
.col.two-thirds{
	width: 66.6666%;
}
.cp-socials .social{
	font-size: 33px;
	margin-right: 20px;
}
@media(max-width: 900px){
	.housefile .mimg {
  		width: 100%;
	}
	.housefile .blurb {
  		width: 100%;
	}
	.col.one-third{
	width: 100%;
	}
	.col.two-thirds{
		width: 100%;
	}
}
.au{
	width: 100%;
	float: left;
	height:auto;
	padding: 15px;
	background-color: #FFF;
	margin-bottom: 30px;
	font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
}
.au img{
	float:left;
	width: 80px;
	margin-right: 10px;
}
.au .info{
	width: calc(100% - 90px);
	float:right;
}
.au .info a{
	text-decoration:none;
	color: #333;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
}
.au .info .socials{
	width: 100%;
	float:left;
}
.au .info .socials div{
	width: auto;
	float: left;
}
.au .info .socials a{
	float:left;
	color: #555;
	margin-right: 5px;
}
.au .info .desc{
	width: 100%;
	float: left;
	margin-bottom: 3px;
	font-size: 12px!important;
}
.au .info a.sa{
	width: 100%;
	float: left;
	font-size: 11px!important;
	padding-top: 3px;
	letter-spacing: 0.04rem;
}

@media(max-width: 1050px){
	.col.quarter{
		width: 100%!important;
	}
	.col.eight{
		width: 100%!important;
	}
}
@media(max-width: 1046px){
	.col.half.tb {
    	width: 100%;
	}
}
@media(max-width: 650px){
	.col.quarter{
		width: 100%!important;
	}
	.col.six{
		width: 100%!important;
	}
	.col.half.tb {
    	width: 100%;
	}
}


/* select menu */

.translate{
	width: 100%; max-width: 200px; float: right; 
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 38px;
	height: 38px;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
	padding-left: 15px;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}
@media(max-width: 800px){
	.socials-col{
		width: 100%!important;
		margin-bottom: 15px;
	}
	.button-col{
		width: 100%!important;
		margin-bottom: 15px;
	}
}

article.vendor p{
	font-size: 18px;
	line-height: 26px;
}

.counter-font{
	font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
}

.vendor-shim{
	width: 100%!important;
	float: left;
	height: 100px;
}
        /* cat menu select */
        .cat-menu-select {
            width: 100%;
            max-width: 1000px;
            float: left;
            background-color: #FFF;
            height: 38px;
			display: none;
        }

        .cat-menu-select select {
            width: 100%;
            float: left;
            background-color: #FFF;
            border: solid 1px #DDD;
            border-radius: 3px;
            height: 38px;
            line-height: 38px;
            text-transform: uppercase;
            letter-spacing: 0.07rem;
            padding-left: 10px;
            padding-right: 10px;
        }
        .cat-menu-select::after {
            right: 10px;
            position: absolute;
        }