.cd-tabs {
  position: relative;
 margin-top:15px; 

}
.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: none;
  -webkit-overflow-scrolling: touch;
   background-color:#eee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
   font-family: "Roboto", sans-serif;
   
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
.cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;

}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #c3c2b9;
  padding-top: 34px;
  border-top:2px solid #fff;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
  background-color:#ddd;
   
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  border-top:2px solid #2f729f;
  border-left:1px solid #2f729f;
  border-right:1px solid #2f729f;
  color: #29324e;
 
}
/*.cd-tabs-navigation a::before {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  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;
}*/
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: auto;
    float: none;
  }
  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a i {display:none;}
  .cd-tabs-navigation a.selected {
  
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
 
}
 .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
   /* background-color: #f8f7ee;*/
    background-color:#eee;
	-webkit-box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  /*  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);*/
  
  }
  .cd-tabs-navigation a {
    height: 50px;
	color:#666;
    line-height: 50px;
    width: auto;
    text-align: left;
    font-size: 1.4rem;
    padding: 0 2.4em 0 2.4em;
	border-top:0px;
  }
  .cd-tabs-navigation a.selected {
   /* box-shadow: inset 0 2px 0 #f05451;
      -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);*/
  }
  .cd-tabs-navigation li:last-child a.selected{
/*-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.25); */
  }
  
.cd-tabs-content {
  background: #ffffff;
  padding:25px 0;
}
.cd-tabs-content li.parent {
  display: none;
}
.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;
}
.cd-tabs-navigation li { border-right:1px solid #fafafa !important;}
.cd-tabs-navigation li:last-child { border-right:0px !important;}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
  }
  .cd-tabs-content li {
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
   padding-top:25px;
  }
  .cd-tabs-content li {	
  }
 
}

@-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;
  }
}
.cd-tabs-navigation li {list-style:none;}

@media only screen and (max-width: 768px) {
	.cd-tabs-navigation {width:100%;display:block;margin:0px !important;height:65px;padding:0px !important;vertical-align:middle;}
	.cd-tabs-navigation li{ display:table-cell;width:auto !important;height:65px;vertical-align:middle !important;}
	.cd-tabs-navigation li a { font-size:90% !important;height:65px;padding:0px 10px !important;text-align:center;width:auto;vertical-align:middle;display:table-cell;line-height:14px;}
	.cd-tabs-navigation li a i{display:none;}
	.cd-tabs-navigation li:last-child { border-right:1px solid #fff !important;}
}