

html, body {

  font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;,
  sans-serif;
 
  }
a {
  text-decoration: none;
}
a:link, a, .mas_info, .mas_info label{
  color:#666666;
  text-shadow:0 2px 0px rgba(255,255,255,0.1);
  cursor: pointer;
  font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  -webkit-transition: all 0.16s;
    -moz-transition: all 0.16s;
    transition: all 0.16s;
    background: transparent;
    background: rgba(0,0,0,0);
  }
a:visited,
a:hover,
a:active,
.mas_info label:hover,
.mas_info label:active,
 .mas_info label:focus{
  color:#02b593;
  text-shadow:0 2px 0px rgba(255,255,255,0.1);
  }
.mas_info label:hover,
.mas_info label:active,
.mas_info label:focus{
  box-shadow: 15px 3px 0 #fff,17px 3px 0 #fff ,15px 6px 0 #02b593;
  }
 .tech:focus,
.tech:hover,
.tech:active{
box-shadow: 0 3px 0 #fff, 0px 6px 0 #02b593;
  }

a:visited,
.mas_info label:visited{color:#999999 !important;}
a.tech{ padding-left: 0;}
a.tech i{ color: #02b593 !important;}
.mas_info, .mas_info label{
  padding-left: 2em;
  }

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  position: relative;
  height: 160px;
  line-height: 180px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  header {
    height: 200px;
    line-height: 225px;
  }
  header h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.cd-tabs {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 2em auto;
}
.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: #f4f5f6;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
    .cd-tabs::after {
      display: none;
    }
    .cd-tabs nav {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
      z-index: 1;
    }
}
@media only screen and (min-width: 960px) {
    .cd-tabs nav {
      position: relative;
      float: none;
      background: transparent;
      box-shadow: none;
    }
}

.cd-tabs-navigation {
  width: 100%;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;

}
.cd-tabs-navigation a {
  font-family: "Open Sans","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #02b593;
  padding-top: 34px;
  -ms-transition: all 0.23s;
  -webkit-transition: all 0.23s;
      transition: all 0.23s;

}
.no-touch .cd-tabs-navigation a:hover,
.cd-tabs-navigation a:hover,
.no-touch .cd-tabs-navigation a:focus,
.cd-tabs-navigation a:focus  {
  color: #ff6700;
  box-shadow:inset 0 -5px 0 #f4f5f6, inset 0 -9px 0 #02b593;
}
.cd-tabs-navigation a.selected {
  background-color: #f4f5f6 !important;
  box-shadow: inset 0 2px 0 #ee7b00;
  color: #444444;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/assets/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: 100px;
      float: left;
    }
    .cd-tabs-navigation a {
      height: 80px;
      width: 80px;
      padding-top: 46px;
      font-size: 60%;
    }
    .cd-tabs-navigation a.selected {
      box-shadow: inset 2px 0 0 #ee7b00;
    }
    .cd-tabs-navigation a::before {
      top: 22px;
    }
 
}
@media only screen and (min-width: 960px) {
    .cd-tabs-navigation {
      /* tabbed on top on big devices */
      width: 100%;
      background-color: #f4f5f6;
      box-shadow: inset 0 -4px 0 rgba(0,0,0, 0.1);
    }
    .cd-tabs-navigation li {
      float: left;
      width: 33.333%;
    }
    .cd-tabs-navigation a {
      height: 60px;
      line-height: 60px;
      width: auto;
      text-align: left;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0 2.8em 0 4.6em;
    }
    .cd-tabs-navigation a.selected {
      box-shadow: inset 0 4px 0 #ee7b00;
    }
    .cd-tabs-navigation a::before {
      top: 50%;
      margin-top: -10px;
      margin-left: 0;
      left: 38px;
    }
}

.cd-tabs-content {
  background: #f4f5f6;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em 0;
}

.cd-tabs-content li ul,
.cd-tabs-content li ul li,
.cd-tabs-content li ul .mas_info li {
  display: block;
  color:#595959;
  padding: 0em 0.6em;
  text-align:left;
}
ul .mas_info li {
    padding: 0.5em 0 1.6em !important;
}
.cd-tabs-content li .col-md-6{
  padding-right: 0 !important;
  padding-left: 0 !important
  }
.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-content li,
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #595959;
  margin-bottom: 2em;
}
.cd-tabs-content li .col-md-12 ul li,
.cd-tabs-content li .col-md-9 ul li,
.cd-tabs-content li .col-md-7 ul li
{
  margin-bottom: 0em;
  padding: 0.6em 0.6em;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }

}
@media only screen and (max-width: 768px) {
  .cd-tabs-navigation li {
      float: left;
      width: 33.333% !important;
    }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 3em 0;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-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;
  }
}
