.cd-tabs {
  position: relative;
  width: 100%;
  margin: 2em auto 75px;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  display: block;
  margin: 0 auto;
}

.product-features-wrap .cd-tabs {
  position: relative;
  margin: 0 !important;
}

.cd-tabs nav.product-page {  }

ul.cd-tabs-content { margin-top: 0px; padding: 0px; }

.product-features-wrap ul.cd-tabs-content { margin-top: 0px; padding: 0px; display: block; margin-right: 20px; margin-left: 20px; }

.product-features-wrap .cd-tabs-content li { text-align: center; }


.cd-tabs-navigation {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: none;
  width: 100%;
  display: inline-block;
  color: #49546a;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.container.hashtag .cd-tabs-navigation li { width: auto; } 

.product-features-wrap { text-align: center; }


.product-features-wrap .cd-tabs-navigation li {
  width: auto;
  display: inline-block;
  float: none;
}

.cd-tabs-navigation a {
  position: relative;
  display: block;
/*   height: 60px; */
  width: 60px;
  text-align: center;
  font-size: 21px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #333;
  padding-top: 20px;

}

.container.hashtag  .cd-tabs-navigation a { background: #333; padding: 5px 42px; text-align: center; }


.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
 /*  box-shadow: inset 0 2px 0 #0047BB; */
  color: #29324e;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 30px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}

  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    color: #fff;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  
  nav.product-page .cd-tabs-navigation { background: transparent; color: #333; }
   
   
  .cd-tabs-navigation a {
    height: 30px;
    line-height: 1;
    width: auto;
	font-weight: 700;
    text-align: left;
    font-size: 18px;
    color: #49546a;
    text-transform: uppercase;
    /* padding: 5px 0px; */
    font-family: 'Montserrat', sans-serif; 
  }
  .cd-tabs-navigation-underline {
	height: 30px;
    line-height: 1;
    width: auto !important;
	font-weight: 700 !important;
    font-size: 18px !important;
    color: #49546a !important;
	text-transform: uppercase;
    text-decoration: none !important;
  }
  
   .cd-tabs-navigation a:hover { text-decoration: none; }
   
   nav.product-page .cd-tabs-navigation a { color: #333; }
   
    
 /* 
 .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #0047BB;
  }
 */
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0; }

.cd-tabs-content {
  background: #ffffff;
}
.cd-tabs-content li {
  display: block;
  padding: 1.4em;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
  overflow: hidden;
}

.container.hashtag .cd-tabs-content li.selected { padding-top: 40px; }

/* Small tablet portrait (600x800) */
@media (max-width: 600px) {
.container.hashtag  .cd-tabs-navigation a { background: #333; padding: 5px 10px; font-size: 10.5px;  }
}



/* Mobile landscape (480x320) */
@media screen and (max-width: 480px) {
	.container.hashtag  .cd-tabs-navigation a { background: #333; padding: 5px 10px; font-size: 10.5px;  }
	
	.social-title h1 { font-size: 26px; line-height: 31px; }
	
	.social-title h4 { font-size: 21px; }
	
	/* .cd-tabs-navigation a {font-size: 9px;} */
	.steps a { width: 42%; }
}



@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}