h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, span {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Catamaran', sans-serif;

}

.blurred_text {
     -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

canvas#zinc {
width: 100% !important;
height: 113px !important;
}

canvas#omega {
width: 100% !important;
height: 113px !important;
}

canvas#pot {
width: 100% !important;
height: 113px !important;
}

canvas#calcium {
width: 100% !important;
height: 113px !important;
}

canvas#iron {
width: 100% !important;
height: 113px !important;
}

canvas#calcium2 {
width: 100% !important;
height: 113px !important;
}

.embed-responsive .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.main-nav{
  margin-top: -30px; margin-bottom: 0px; min-height: 130px;
}

.embed-responsive .btn:hover {
  background-color: black;
}

.span12-tab{
  width: 276px;
}

.span12-tab img{
  margin-top: 15px;
}

::-webkit-scrollbar {
    display: none;
}
.label-transparent{
  background: none;
}
.modal { overflow-y: auto !important; }

.general-tabs {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.modal-content {
  overflow:auto;
}

time.icon
{
  font-size: 1em;
  display: block;
  position: relative;
  width: 4em;
  height: 3em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    margin: 0px;
    padding: 0px;
    color: #fff;
    background-color: #fd9f1b;
    border-bottom: 1px dashed #f37302;
    box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}

time.icon span {
    width: 100%;
    font-size: 1em;
    letter-spacing: -0.05em;
    padding-top: 1.6em;
    color: #2f2f2f;
}


.label-warning-low {
  background-color: #f3c212;
  color: #fff;
}


ul.ks-cboxtags {
    list-style: none;
    padding-top: 20px;
    padding-left: 0px;
}
ul.ks-cboxtags li{
  display: inline;
  margin-right: 5px;
  font-size: 12px;

}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}


ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.padded-col {
    background-color: transparent;
    padding: 5px;
}

.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  
}


.snip1214 .plan {
  margin: 0;
  width: 20%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1214 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.snip1214 .plan-select a {
  background-color: #222f3d;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}
.snip1214 .featured {
  margin-top: -10px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
  color: #ffffff;
}
.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .card-flex{
    padding-left: 10px;
    margin-right: 0px;
  }

  .snip1214 .plan {
    width: 50%;
  }
  .snip1214 .plan-title,
  .snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1214 .plan-cost,
  .snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .snip1214 .plan-select,
  .snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .snip1214 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1214 .plan {
    width: 50%;
  }
}

/* Start Globals */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-xs-5ths {
    width: 33%;
    float: left;
}

.progress-loader{
  display: none;
}

.progress-loader-show{
  display: block;
}

.spin-progress{
  display: none;
}

.top-label-goal {
  font-size: 18px;
  margin-top: 25px;
}

.top-label-start {
  font-size: 18px;
  margin-top: 25px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#noscript {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    width: 500px;
    text-align: center;
}
/* End Globals */
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.dashboard {
  background-color: #ecf0f5;
}

#h3-nut{
  font-size: 24px;
}

.box {
    
    border-radius: 0px !important; 
    box-shadow: none !important;
}

.my-section h1 {
  text-align: center;
}

#bookmarklet {
    cursor: move;
}
/* End Navigation */
.alert{
  margin-bottom: 0px;
}

.loader3 {
  display: none;
}

.meal-h5 {
  font-size: 21px;
  font-weight: 400;
}
.other-charts{
  padding: 5px;
}
/* Start Forms */
/*form {
    margin-bottom: 0;
}

textarea {
    height: 70px;
}*/
.click {
  font-size: 33px;
  color: rgba(0,0,0,.5);
  width: 38px;
  height: 38px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.click-fav span {
  margin-left: 4px;
  margin-top: 3px;
  z-index: 999;
  position: absolute;
}

.click-fav span:hover {
  opacity: 0.8;
}

.click-fav span:active {
  transform: scale(0.93,0.93) translateY(2px)
}

.ring, .ring2 {
  opacity: 0;
  background: grey;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.some-padding {
  padding-right: 5px;
  padding-left: 5px;
}

.fa-star {
  color: #F5CC27 !important;
}

.fa-star-o {
  color: #F5CC27 !important;
}

.active-2 .ring {
  width: 58px;
  height: 58px;
  top: -10px;
  left: -10px;
  position: absolute;
  border-radius: 50%;
  opacity: 1;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    text-align: left; 
}

.active-2 .ring {
  background: #F5CC27;
}

.active-2 .ring2 {
  background: #fff;
}

.active-3 .ring2 {
  width: 60px;
  height: 60px;
  top: -11px;
  left: -11px;
  position: absolute;
  border-radius: 50%;
  opacity: 1;
}



* {
  transition: all .32s ease;
}


#form h1 {
    text-align: center;
}

#form h3 {
    text-align: center;
    margin-bottom: 15px;
}

#form .form-group {
    margin-bottom: -1px;
}

#id_username {
    -webkit-border-bottom-right-radius: 0;
     -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
         -moz-border-radius-bottomleft: 0;
            border-bottom-right-radius: 0;
             border-bottom-left-radius: 0;
}

#id_email {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

#id_password {
    margin-bottom: 15px;
    -webkit-border-top-right-radius: 0;
     -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
         -moz-border-radius-topleft: 0;
            border-top-right-radius: 0;
             border-top-left-radius: 0;
}

#submit {
    width: 100%;
}

.qq-upload-button {
    background: #eee;
    border: 3px dashed #888;
    -webit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
    color: black;
    width: 238px;
}

.qq-upload-drop-area {
    background: #275173;
    border: 3px dashed #aaa;
    -webit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
    color: #ccc;
}

.qq-upload-success {
    -webit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
}

.qq-upload-list li {
    background-color: #eee;
    -webit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
}

.qq-upload-spinner {
    display: none;
}

.modal-body {
    overflow: hidden;
}
/* End Forms */


/* Start Pins */
#pins {
    top: 80px;
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 20px;
  height: 50px;
  width: 250px;
  margin: 1em auto;
  position: relative;
  padding: 0;
}
  
  .star-ratings .star-ratings-top {
    color: gold;
    padding: 0;
    position: absolute;
    z-index: 1;
    display:block;
    left: 0px;
    overflow: hidden;
  }
 .star-ratings .star-ratings-bottom { z-index: 0; }

.block {
    display: inline-block;
    width: 157px;
}
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 125px;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
  }
  .star-ratings-css .star-ratings-css-top {
    color: gold;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .star-ratings-css .star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
  }



.pin {
    background: #fff;
    /*width: 260px;*/
    height: 260px;
    display: flex;
     -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: all .5s;
}

.pin .editable {
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: white;
}

.pin .editable .borderable {
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    cursor: pointer;
    padding: 5px 8px;
    display: inline-block;
}

.pin .image-wrapper {
    align-items: stretch;
    /*bottom: 0px;
    position: absolute;*/
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 65%);
    color: #fff;
    font-size: 15px;
    
}

.image-wrapper {
    align-items: stretch;
    /*bottom: 0px;
    position: absolute;*/
    width: 100%;
    background: ;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 65%);
    color: #fff;
    font-size: 15px;
    
}
.border-top{
    border-top: 1px solid #f4f4f4;
}

.image-wrapper .info {
    position: absolute;
    bottom: 160px;
    padding-left: 10px;

}

.block2 {
    display: inline-block;
    width: 165px;
}

.checkbox label{
  padding:0px;
}

.image-wrapper p {
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
}

.bg-white {
  background-color: #fff;
}

.triple-border {
        border: 1px dashed #ddd;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 5px #fff, 0 0 0px 0px #eee;
}
.triple-border h5 {
  font-size: 16px;
  margin-top: 5px;
}
.triple-border .fa-check-circle {
  margin-top: 15px;
}
.pin img {
    -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
            border-top-right-radius: 3px;
    cursor: -webkit-zoom-in;
    cursor:    -moz-zoom-in;
    display: block;
    margin: 0;
    padding: 0;
    width: 350px;
}

.floating-box {
    display: inline-block;
    width: 100px;
    margin: 5px;  
}

.pin p {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 0;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pin strong {
    color: #777;
    font-weight: normal;
}

.pin-footer {
    color: #777;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.pin-footer .dim {
    color: #999;
    font-weight: normal;
}

.pin-footer .avatar {
    background: white;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.pin-footer .avatar img {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    height: 30px;
    width: 30px;
}

.pin-footer .text {
    line-height: 16px;
    margin-top: -1px;
    width: 180px;
}

.no-result {
  display:none;
}


.spinner {
    background: url('../img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 31px;
    margin: 0 auto;
    padding: 50px;
    width: 31px;
}
.col-centered2 {
    float: none;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px;
   
}

.list2 {
  display: flex;
  flex-wrap: wrap;
}

.list-item2 {
  display: flex; 
  padding: 0.5em;
  width: 100%;
}
#the-end {
    font-size: 1.4em;
    font-style: italic;
    text-align: center;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}

/*.peopleCarouselImg img {
  width: auto;
  height: 225px;
  max-height: 225px;

}*/

.recipe-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.item img {
  /*visibility: hidden;*/
}

.info2 {
  height: 130px;  
}

.info2 p {
    color: #fff;
    font-size: 15px;
    padding-top: 40px;
    font-weight: bold;

}

/*.item {
 display: inline-block;
 padding:  .15rem;
 width:  100%; 
}*/



.special > .col-md-6 {
 display: inline-block;
 padding:  .33rem;
 width:  100%; 
 /*float:none;*/
}

.special2 > .col-md-6 {
 display: inline-block;
 padding:  .33rem;
 /*width:  100%; */
 /*float:none;*/
}

.special3 > .col-md-4 {
 display: inline-block;
 padding:  .33rem;
 width:  100%; 
 float:none;
}

.well {
 position:relative;
 display: block;
 font-size: 16px;
 background-color: #fff;
 border-radius: 0px;
 padding: 0px;
}

.item3 > .well {
    background-color: #fff;
}

.special {
    -moz-column-width: 24em;
 -webkit-column-width: 24em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
}

.special3 {
    -moz-column-width: 15em;
 -webkit-column-width: 15em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
}

.special2 {
    -moz-column-width: 30em;
 -webkit-column-width: 30em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
}

#ingredients td {
    max-width: 300px;
}

.unindent {
    margin-left: 0px;
    padding-left: 15px;
}


.progress-group {
    font-size: 14px;
    width: 230px;
    margin-left: 10px;
}


.widget-user .widget-user-header{
  height:100%;
}

.widget-user-image{
  display: none;
}

.container {
  padding-left: 0px;
}

#nutri_ketosis{
  bottom: -35px;
}

#therapy_ketosis{
  bottom: -35px;
}

#keto_herbs {
  bottom: -35px;
}

#home-h1 {
  font-size: 35px;
}

@media only screen and (min-width: 768px) {

.widget-user .widget-user-header{
  height:100%;
}

#home-h1 {
  font-size: 41px;
    font-weight: 600;
}

.widget-user-image{
  display: none;
}

.container {
  padding-left: 15px;
}

#nutri_ketosis{
  bottom: -35px;
}

#therapy_ketosis{
  bottom: -35px;
}

#keto_herbs {
  bottom: -35px;
}

}


.cn-button {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
  margin-top: -2.5em;
  margin-left: -2.25em;
  padding-top: 0;
  width: 4em;
  height: 4em;
  border: none;
  border-radius: 50%;
  background: none;
  background-color: #0085A1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}

.cn-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  margin-top: -27em;
  margin-left: -13.5em;
  width: 27em;
  height: 27em;
  border-radius: 50%;
  background: transparent;
  opacity: 0;
  -webkit-transition: all .3s ease 0.3s;
  -moz-transition: all .3s ease 0.3s;
  transition: all .3s ease 0.3s;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  pointer-events: none;
  overflow: hidden;
}




.opened-nav {
  border-radius: 0%;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}

.cn-wrapper li {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -1.3em;
  margin-left: -10em;
  width: 10em;
  height: 10em;
  font-size: 1.5em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(75deg) skew(62deg); 
  -moz-transform: rotate(75deg) skew(62deg); 
  -ms-transform: rotate(75deg) skew(62deg); 
  transform: rotate(75deg) skew(62deg); 
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  pointer-events: none;
}

.circle-navbar-wrapper {
  position: fixed;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  animation: roll 1s;
  
}
.cn-wrapper li a {
  position: absolute;

  right: -7.25em;
  bottom: -7.25em;
  display: block;
  width: 14.5em;
  height: 14.5em;
  border-radius: 50%;
  background: #429a67;
  background: -webkit-radial-gradient(transparent 35%, #429a67 35%);
  background: -moz-radial-gradient(transparent 35%, #429a67 35%);
  background: radial-gradient(transparent 35%, #429a67 35%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 2;
  -webkit-transform: skew(-62deg) rotate(-75deg) scale(1);
  -moz-transform: skew(-62deg) rotate(-75deg) scale(1);
  -ms-transform: skew(-62deg) rotate(-75deg) scale(1);
  transform: skew(-62deg) rotate(-75deg) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: auto;
}

.cn-wrapper li a span {
  position: relative;
  top: 1em;
  display: block;
  font-size: .5em;
  font-weight: 700;
  text-transform: uppercase;
}

.cn-wrapper li a:hover,
.cn-wrapper li a:active,
.cn-wrapper li a:focus {
  background: -webkit-radial-gradient(transparent 35%, #449e6a 35%);
  background: -moz-radial-gradient(transparent 35%, #449e6a 35%);
  background: radial-gradient(transparent 35%, #449e6a 35%);
}

.opened-nav li {
  -webkit-transition: all .3s ease .3s;
  -moz-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}

.opened-nav li:first-child {
  -webkit-transform:rotate(2deg)  skew(62deg);
  -moz-transform:rotate(2deg)  skew(62deg);
  -ms-transform:rotate(2deg)  skew(62deg);
  transform:rotate(2deg)  skew(62deg); 
}

.opened-nav li:nth-child(2) {
  -webkit-transform: rotate(32deg) skew(62deg);
  -moz-transform: rotate(32deg) skew(62deg);
  -ms-transform: rotate(32deg) skew(62deg);
  transform: rotate(32deg) skew(62deg);
}

.opened-nav  li:nth-child(3) {
  -webkit-transform: rotate(62deg) skew(62deg);
  -moz-transform: rotate(62deg) skew(62deg);
  -ms-transform: rotate(62deg) skew(62deg);
  transform: rotate(62deg) skew(62deg);
}

.opened-nav li:nth-child(4) {
  -webkit-transform: rotate(91deg) skew(62deg);
  -moz-transform: rotate(91deg) skew(62deg);
  -ms-transform: rotate(91deg) skew(62deg);
  transform: rotate(91deg) skew(62deg);
}

.opened-nav li:nth-child(5) {
  -webkit-transform: rotate(121deg) skew(62deg);
  -moz-transform: rotate(121deg) skew(62deg);
  -ms-transform: rotate(121deg) skew(62deg);
  transform: rotate(121deg) skew(62deg);
}

.opened-nav li:nth-child(6) {
  -webkit-transform: rotate(151deg) skew(62deg);
  -moz-transform: rotate(151deg) skew(62deg);
  -ms-transform: rotate(151deg) skew(62deg);
  transform: rotate(151deg) skew(62deg);
}

.opened-nav li:nth-child(7) {
  -webkit-transform: rotate(180deg) skew(62deg);
  -moz-transform: rotate(180deg) skew(62deg);
  -ms-transform: rotate(180deg) skew(62deg);
  transform: rotate(180deg) skew(62deg);
}

.opened-nav li:nth-child(8) {
  -webkit-transform: rotate(210deg) skew(62deg);
  -moz-transform: rotate(210deg) skew(62deg);
  -ms-transform: rotate(210deg) skew(62deg);
  transform: rotate(210deg) skew(62deg);
}
.opened-nav li:nth-child(9) {
  -webkit-transform: rotate(240deg) skew(62deg);
  -moz-transform: rotate(240deg) skew(62deg);
  -ms-transform: rotate(240deg) skew(62deg);
  transform: rotate(240deg) skew(62deg);
}
.opened-nav li:nth-child(10) {
  -webkit-transform: rotate(270deg) skew(62deg);
  -moz-transform: rotate(270deg) skew(62deg);
  -ms-transform: rotate(270deg) skew(62deg);
  transform: rotate(270deg) skew(62deg);
}
.opened-nav li:nth-child(11) {
  -webkit-transform: rotate(300deg) skew(62deg);
  -moz-transform: rotate(300deg) skew(62deg);
  -ms-transform: rotate(300deg) skew(62deg);
  transform: rotate(300deg) skew(62deg);
}
.opened-nav li:nth-child(12) {
  -webkit-transform: rotate(330deg) skew(62deg);
  -moz-transform: rotate(330deg) skew(62deg);
  -ms-transform: rotate(330deg) skew(62deg);
  transform: rotate(330deg) skew(62deg);
}
.no-csstransforms .cn-wrapper {
  overflow: hidden;
  margin: 10em auto;
  padding: .5em;
  text-align: center;
}

.no-csstransforms .cn-wrapper ul {
  display: inline-block;
}

.no-csstransforms .cn-wrapper li {
  float: left;
  width: 5em;
  height: 5em;
  background-color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
  background-color: #f8f8f8;
}

.no-csstransforms .cn-wrapper li.active a{
  background-color: #6F325C;
  color: #fff;
}

.no-csstransforms .cn-button {
  display: none;
}

@media only screen and (max-width: 620px) {
  .no-csstransforms li {
    width: 4em;
    height: 4em;
    line-height: 4em;
  }
}

@media only screen and (max-width: 500px) {
  .no-ccstransforms .cn-wrapper {
    padding: .5em;
  }

  .span12-tab{
  width: 90px;
  height: 90px;
}

.span12-tab img{margin-top: 0px;}

.main-nav{
  margin-top: -40px; margin-bottom: 0px; min-height: 90px;
}

}
#level-span, #level-p {
  font-size: 16px;
}

.navi-text{
font-size: 16px;
}


@media only screen and (max-width: 375px) {
  .no-ccstransforms .cn-wrapper {
    padding: .5em;
  }
#level-span, #level-p {
  font-size: 13px;
}
  .span12-tab{
  width: 70px;
  height: 75px;
}

.span12-tab img{margin-top: 0px; width: 40px;}

.main-nav{
  margin-top: -40px; margin-bottom: 0px; min-height: 90px;
}

}

@media only screen and (max-width: 480px) {
  .cn-wrapper {
    font-size: .68em;
  }

  .cn-button {
    font-size: 1em;
  }
}

.cn-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all .3s ease;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
}

.cn-overlay.on-overlay {
  pointer-events: auto;
  opacity: 1;
}

@media only screen and (min-width: 900px) {

.widget-user .widget-user-header{
  height:170px;
}

#home-h1 {
  font-size: 41px;
    font-weight: 600;
}

.container {
  padding-left: 15px;
}

.widget-user-image{
  display: block;
}

#nutri_ketosis{
  bottom: -35px;
}

#therapy_ketosis{
  bottom: -20px;
}

#keto_herbs {
  bottom: -20px;
}

}

.abs-fix {
  width:100%;

}

.fixed{
    position: fixed;
    margin-top: -150px;
    width:50%;
  }
.progress-meter {
  min-height: 15px;
  border-bottom: 2px solid rgb(160, 160, 160);
}

.progress-meter > .meter {
  position: relative;
  float: left;
  min-height: 15px;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
  border-left-width: 2px;
}

.progress-meter > .meter-right {
  float: right;
  border-right-width: 2px;
}

.progress-meter > .meter-right:last-child {
  border-left-width: 2px;
}

.progress-meter > .meter > .meter-text {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  width: 100%;
  font-weight: 700;
  font-size: 0.85em;
  color: rgb(160, 160, 160);
  text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
  text-align: right;
}
.special-padding{
  padding-left: 10px;
  padding-right: 10px;
}
.approach {
  font-size: 16px;
  line-height: 1.5;
}

.food-lists li {
  font-size: 21px;
    line-height: 1.58;
    margin-top: 5px;
    letter-spacing: -.003em;
}

table, figure, canvas {
  page-break-inside: avoid;
}

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}
.breath {
margin: 30px auto;
}

.footercta {
  padding: 60px 15px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  background-color: #6883cc;
  background-image:url(/static/img/footer_color_3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footercta2 {
  padding: 60px 15px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  background-color: #6883cc;
  background-image:url(/static/img/eatingright.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.td-date{
  width: 25%;
  font-size: 16px;
}

.todo-list li {
  background-color: #f7fafc;
  border-left: 2px solid #949697;
}

.modal-confirm {    
    color: #636363;
    /*margin-top: 65px;*/
    /*width: 325px;*/
  }
  .modal-confirm .modal-content {
    border-radius: 5px;
    border: none;
  }
  .modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
  }
  
  .modal-confirm .form-control, .modal-confirm .btn {
    border-radius: 3px; 
  }
  
  .modal-confirm .modal-footer {
    border-radius: 5px;
  } 
  .modal-confirm .icon-box {
    color: #fff;    
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
  }
  

.td-amount{
  width: 20%;
  font-size: 16px;
}
.td-category{
  width: 20%;
  font-size: 16px;
}

.td-update{
  width: 33%;
  font-size: 16px;
}


.footerlinks {
  text-align:center;
}
.footerlinks a {
  text-align:center;
  padding:0 13px;
  display:inline-block;
  padding-bottom: 15px;
}

.highlight {
  background:#f4f4f4;
  margin-top:40px;
}

.section-title {
  text-align:center;
  margin-top:60px;
  margin-bottom:30px;
}
.section-title h2 {
  color:#384047;
}
.section-title h4 {
  color:#94a3a8;
}

h6 {
  font-size:16px;
  font-weight:600;
  margin:10px 0;
  color: #384047;
}

h5 {
  font-size:24px;
  font-weight:600;
  margin:15px 0;
  color: #384047;
}
.billing ul {
  text-align: center;font-weight: bold;list-style: none;margin-top: 20px;color: #fff;padding-left: 0px;line-height: 40px;font-size: 16px;
}

.billing li {
  border-bottom: solid 1px #fff;
  padding: 15px;
  text-transform: none;
}
/*========== 5. TESTIMONIALS ==============*/

.testblock {
  width:100%;
  height:auto;
  padding:20px;
  background:#FFF;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  position:relative;
  line-height:28px;
  font-size:16px;
}

.nav-tabs li a{
  font-size: 14px;
}
.testblock:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.clientblock {
  margin-top:40px;
  margin-left:10px;
}
.clientblock img {
  float:left;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}
.clientblock p {
  padding-left:80px;
  padding-top:13px;
}
.clientblock p strong {
  color:#384047;
  font-size:16px;
}
/* Animation */

.testblock {
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
  transition:all 0.6s ease;
}
.testblock:hover {
  -moz-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
  z-index:2;
}
/*========== 6. PLANS AND PRICING ==============*/

.pricing {
  padding:25px;
  color:#FFF;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.pricing .planname {
  text-transform:uppercase;
  font-weight:600;
}
.pricing .price {
  font-size:52px;
  font-weight:300;
  margin:10px 0;
}
.pricing .billing {
  text-transform:uppercase;
  color:#FFF;
  opacity:0.7;
}
.pricing .price .curr {
  display:inline-block;
  font-size:20px;
  vertical-align:super;
}
.pricing .price .per {
  display:inline-block;
  font-size:20px;
  vertical-align: baseline;
}
.color1 {
  background-color:#5ca2e0;
}
.color2 {
  background-color:#7676c6;
}
.color3 {
  background-color:#885fc1;
}
/* Animation */

.pricing {
  -moz-transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
  transition:all 0.6s ease;
}
.pricing:hover {
  -moz-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
  z-index:2;
}
.post-heading{
  margin-top: 100px;
}
/*========== 7. FAQ ==============*/
.style-1 del {
  color: rgba(255, 0, 0, 0.5);
  text-decoration: none;
  position: relative;
  font-size: 24px;
}
.style-1 del:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid rgba(255, 0, 0, 0.8);
  height: 12px;
  position: absolute;
  bottom: 3px;
  left: 0;
  transform: rotate(-10deg);
}
.style-1 ins {
  color: green;
  font-size: 32px;
  text-decoration: none;
  padding: 1em 1em 1em 0.5em;
}

.faq p {
  margin-bottom:25px;
}

.avatar-image {
    width: 100px;
  }

.card {
  display: flex;
  background: #fff;
  min-width: 50%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15), 0 55px 50px -20px rgba(34, 36, 38, 0.25);
}
.card-section {
  flex-grow: 1;
  padding: 40px;
}
.card-info {
  position: relative;
  background: linear-gradient(to bottom, #626d82 0%, #343d4d 100%);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.card-info h2.sub.header {
  color: rgba(255, 255, 255, 0.3);
}
.card-info .menu, .card-info .search {
  position: absolute;
  font-size: 3em;
  left: 40px;
}
.card-info .menu {
  top: 40px;
}
.card-info .search {
  bottom: 40px;
}
.card-details {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  width: 50%;
}
.avatar {
  display: inline-block;
  background-image: url("/static/img/user.png");
  background-size: cover;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  border: 3px solid #e45b6c;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.dial {
  color: #e45b6c;
  text-shadow: inset 1px 1px 0 rgba(255, 255, 255, 1);
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 230px;
  margin: 50px 0;
  padding: 40px;
  box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.1), 0 5px 15px 1px rgba(0, 0, 0, 0.18), 0 0 0 15px #fff, 0 0 0 22px #e45b6c, 0 55px 50px -20px rgba(34, 36, 38, 0.25);
}
.dial-title {
  font-size: 3.8em;
  font-weight: 400;
  line-height: 0.8;
}
.dial-value {
  font-size: 1.8em;
}
.menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.menu-item {
  font-size: 1.6em;
  font-weight: 400;
  padding: 20px 40px;
  color: rgba(0, 0, 0, 0.3);
  min-width: 50%;
}
.menu-item:not(:last-child) {
  box-shadow: 25px 0px 0 -24px rgba(0, 0, 0, 0.2);
}
.menu-item:last-child {
  text-align: right;
}
.menu-item-active {
  color: tint(#e45b6c, 20%);
}
.statistics {
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
}
.statistics .statistic {
  padding: 0px 20px;
  min-width: 120px;
}
.statistics .statistic:not(:last-child) {
  box-shadow: 20px 0px 0px -19px rgba(255, 255, 255, 0.2);
}
.statistics .statistic-title {
  font-size: 1.5em;
}
.statistics .statistic-value {
  color: #e45b6c;
  font-size: 2em;
}
.progress {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  min-height: 12px;
  overflow: hidden;
  padding-bottom: 0px;
}
.progress3 {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  height: 3px;
  overflow: hidden;
  padding-bottom: 0px;
}
.progress-bar {
  background: tint(#e45b6c, 20%);
  min-height: 10px;
}

/** Colors **/
ol.progress-track {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 2em 1em;
  table-layout: fixed;
  width: 100%;
}
ol.progress-track li {
  display: table-cell;
  line-height: 3em;
  position: relative;
  text-align: center;
}
ol.progress-track li .icon-wrap {
  border-radius: 50%;
  top: -1.5em;
  color: #fff;
  display: block;
  height: 2.5em;
  margin: 0 auto -2em;
  left: 0;
  right: 0;
  position: absolute;
  width: 2.5em;
}
ol.progress-track li .icon-check-mark,
ol.progress-track li .icon-down-arrow {
  height: 25px;
  width: 15px;
  display: inline-block;
  fill: currentColor;
}
ol.progress-track li .progress-text {
  position: relative;
  top: 10px;
}
ol.progress-track li.progress-done {
  border-top: 7px solid #87ba51;
  transition: border-color 1s ease-in-out;
  -webkit-transition: border-color 1s ease-in-out;
  -moz-transition: border-color 1s ease-in-out;
}
ol.progress-track li.progress-done .icon-down-arrow {
  display: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap {
  background-color: #0070c0;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark {
  display: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow {
  display: block;
}
ol.progress-track li.progress-done .icon-wrap {
  background-color: #4a6a28;
  border: 5px solid #87ba51;
}
ol.progress-track li.progress-todo {
  border-top: 7px solid #DDD;
  color: black;
}
ol.progress-track li.progress-todo .icon-wrap {
  background-color: #FFF;
  border: 5px solid #DDD;
  border-radius: 50%;
  bottom: 1.5em;
  color: #fff;
  display: block;
  height: 2.5em;
  margin: 0 auto -2em;
  position: relative;
  width: 2.5em;
}
ol.progress-track li.progress-todo .icon-wrap .icon-check-mark,
ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow {
  display: none;
}


.leaderboard {
  height: 100%;
  counter-reset: leaderboard-counter;
}
.leaderboard dt {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.leaderboard dt:before {
  content: counter(leaderboard-counter);
  counter-increment: leaderboard-counter;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3em;
  line-height: 0.8;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.leaderboard dd {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.leaderboard-value {
  font-weight: 700;
}

h2.sub.header {
  font-size: 1em;
}
/*==========8. FOOTER ==============*/
.content-header {
        display: none;
    }
    .content{
        padding: 0px;
    }
article h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fa-check-circle {
  font-size: 25px;
  margin: 5px;
  float: left;
}
.checker {
  float: none;
}
.main-timeline2{
    overflow: hidden;
    position: relative;
}
.main-timeline2 .timeline2{
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
}
.main-timeline2 .timeline2:before,
.main-timeline2 .timeline2:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline2 .timeline2:before{
    content: "";
    width: 40px;
    height: 90%;
    background: #d3d3d3;
    position: absolute;
    top: 10%;
    right: -20px;
    left: none;
}
.main-timeline2 .timeline2:last-child:before{ height: 0; }
.main-timeline2 .timeline2-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d3d3d3;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3;
}
.main-timeline2 .timeline2-icon:before{
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d3d3d3;
    box-shadow: 0 0 0 4px #d6d6d6;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline2 .timeline2-icon i{
    font-size: 35px;
    color: #d3d3d3;
    line-height: 80px;
    z-index: 1;
    position: relative;
}
.main-timeline2 .year{
    display: block;
    padding: 0 60px 0 30px;
    font-size: 30px;
    color: #d3d3d3;
    text-align: right;
    border-bottom: 2px solid #d3d3d3;
    z-index: 2;
    position: relative;
}
.main-timeline2 .year:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d3d3d3;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px #d3d3d3;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 4px;
}
.main-timeline2 .year:after{
    content: "";
    border-left: 10px solid #d3d3d3;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50px;
}
.main-timeline2 .timeline2-content{
    padding: 18px 60px 18px 55px;
    position: relative;
    z-index: 1;
}
.main-timeline2 .timeline2-content:before,
.main-timeline2 .timeline2-content:after{
    content: "";
    width: 80px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -7%;
    right: 15px;
    z-index: -1;
}
.main-timeline2 .timeline2-content:after{
    left: auto;
    right: -95px;
}
.main-timeline2 .timeline2:last-child .timeline2-content:before,
.main-timeline2 .timeline2:last-child .timeline2-content:after{
    width: 0;
    height: 0;
}
.main-timeline2 .title{
    font-size: 22px;
    font-weight: bold;
    color: #d3d3d3;
    margin-top: 0;
    margin-bottom: 5px;
}
.main-timeline2 .description{
    font-size: 15px;
    color: #d3d3d3;
    line-height: 25px;
}
.main-timeline2 .timeline2:nth-child(2){ margin-top: 140px; }
.main-timeline2 .timeline2:nth-child(even){ margin-bottom: 105px; }
.main-timeline2 .timeline2:nth-child(odd){ margin: -140px 0 0 0; }
.main-timeline2 .timeline2:first-child,
.main-timeline2 .timeline2:last-child:nth-child(even){
    margin: 0 !important;
}
.main-timeline2 .timeline2:nth-child(2n):before,
.main-timeline2 .timeline2:nth-child(2n) .timeline2-icon{
    right: auto;
    left: -20px;
}
.main-timeline2 .timeline2:nth-child(2n) .timeline2-icon{ left: -40px }
.main-timeline2 .timeline2:nth-child(2n) .year{
    padding: 0 30px 0 60px;
    text-align: left;
}
.main-timeline2 .timeline2:nth-child(2n) .year:before{
    left: auto;
    right: 3px;
}
.main-timeline2 .timeline2:nth-child(2n) .year:after{
    border-left: none;
    border-right: 10px solid #d3d3d3;
    right: 50px;
}
.main-timeline2 .timeline2:nth-child(2n) .timeline2-content{
    padding: 18px 40px 18px 60px;
    text-align: left;
}
.main-timeline2 .timeline2:nth-child(2n) .timeline2-content:before{ left: -95px; }
.main-timeline2 .timeline2:nth-child(2n) .timeline2-content:after{ left: 15px; }
.main-timeline2 .timeline2:nth-child(2n):before,
.main-timeline2 .timeline2:nth-child(2n) .timeline2-icon{ 
  /*background: #e77e21; */
}
.main-timeline2 .timeline2:nth-child(2n) .timeline2-icon:before{
    /*border-color: #e77e21;*/
    /*box-shadow: 0 0 0 4px #f1a563;*/
}
.main-timeline2 .timeline2:nth-child(2n) .year:before{
    /*background: #e77e21;*/
    /*box-shadow: 0 0 0 4px #e77e21;*/
}
.main-timeline2 .timeline2:nth-child(2n) .title{ 
  /*color: #e77e21; */
}
.main-timeline2 .timeline2:nth-child(3n):before,
.main-timeline2 .timeline2:nth-child(3n) .timeline2-icon{ 
  /*background: #008b8b; */
}
.main-timeline2 .timeline2:nth-child(3n) .timeline2-icon:before{
    /*border-color: #008b8b;*/
    /*box-shadow: 0 0 0 4px #50b5b4;*/
}
.main-timeline2 .timeline2:nth-child(3n) .year:before{
    /*background: #008b8b;*/
    /*box-shadow: 0 0 0 4px #008b8b;*/
}
.main-timeline2 .timeline2:nth-child(3n) .title{ 
  /*color: #008b8b; */
}
.main-timeline2 .timeline2:nth-child(4n):before,
.main-timeline2 .timeline2:nth-child(4n) .timeline2-icon{
    /*background: #ed687c;*/
}
.main-timeline2 .timeline2:nth-child(4n) .timeline2-icon:before{
    /*border-color: #ed687c;*/
    /*box-shadow: 0 0 0 4px #f798a8;*/
}
.main-timeline2 .timeline2:nth-child(4n) .year:before{
    /*background: #ed687c;*/
    /*box-shadow: 0 0 0 4px #ed687c;*/
}
.main-timeline2 .timeline2:nth-child(4n) .title{ 
  /*color: #ed687c; */
}

.preview-textfield2{
  font-size: 31px;
}

.mission-tips p {
  margin-bottom:10px;
  font-size: 16px;
}

.mod-pad{
  padding-bottom: 30px;
}

#intro-header{
background-image: url(/static/img/background-1.jpg);
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-position: center center; 
}

.box-width-1 {
width: 150px;
}

.box-width-2 {
width: 100px;
}

.full-width{
  width:100%;
  display:block;
}

.image-box {
   display: flex;
   align-items:center;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 15px;
}

.complete-day{
  font-size: 18px;
  text-align: center;
  float: right;
  margin-top: 16px;
  margin-right: 5px;
  font-weight: 600;
  width: 110px;
}

.completed-day {
    font-size: 18px;
    text-align: center;
    float: right;
    margin-top: 26px;
    margin-right: 5px;
    font-weight: 600;
    width:75px;
}

.completed-day img{
  width: 48px;
}

.done-day{
  margin-top: 30px;
}

.image-box-complete{
  display: flex;
  align-items:center;
  padding-left: 4px;
  font-size: 12px; 
  margin: 0px;
  text-align: center;
  font-weight: 600;
  color: green;
}

.image-box-complete img{
  width:16px;
}

.runningman2 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.image-box-main {
   display: flex;
   align-items:center;
   font-weight: bold;
   margin-bottom: 15px;
   margin: 0 auto;
   font-size: 16px;
   font-weight: 600;
   padding-top: 15px;
   padding-bottom: 15px;
}

.image-box-main img {
  width: 18px;
}

.mission-pad img {
  width: 25px;
}

.mission-pad {
  padding-left: 15px;
  padding-right: 15px;
}

.lead{
  border-bottom:1px solid #eee;
  padding-bottom: 5px; 
  padding-top: 5px;
  margin-bottom: 0px;
}
.lead-number h4 {
  margin:0px;
  padding-right: 10px;
  font-size: 16px;
}
.lead-image{
  padding-left: 0px;
  padding-right: 0px;
}
.lead-image img {
  width:24px;
}

.lead-name{
  padding-left: 0px;
}
.lead-name h4{
  margin:0px;
  font-size: 16px;
}
.lead-points{
  text-align: right;
}
.lead-points h4{
  margin:0px;
  font-size: 16px;
}
.image-box-details{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.image-box-details img{
  width: 24px;
}

.heatmap-mission{
min-height:40px;
}
@media only screen and (max-width: 990px){
 .fixed{
    position: relative;
    margin-top: 0px;
  }
    .main-timeline2 .timeline2{ width: 100%; }
    .main-timeline2 .timeline2:nth-child(even),
    .main-timeline2 .timeline2:nth-child(odd){
        margin: 0;
    }
    .main-timeline2 .timeline2:before,
    .main-timeline2 .timeline2:nth-child(2n):before{
        width: 30px;
        height: 100%;
        left: 25px;
    }
    .main-timeline2 .timeline2-icon,
    .main-timeline2 .timeline2:nth-child(2n) .timeline2-icon{
        left: 0;
    }
    .main-timeline2 .year,
    .main-timeline2 .timeline2:nth-child(2n) .year{
        text-align: left;
        padding: 0 30px 0 100px;
    }
    .main-timeline2 .year:before,
    .main-timeline2 .timeline2:nth-child(2n) .year:before{
        left: auto;
        right: 4px;
    }
    .main-timeline2 .year:after{
        left: auto;
        right: 50px;
        border-right: 10px solid #eee;
        border-left: none;
    }
    .main-timeline2 .timeline2-content,
    .main-timeline2 .timeline2:nth-child(2n) .timeline2-content{
        text-align: left;
        padding: 18px 40px 18px 100px;
    }
    .main-timeline2 .timeline2-content:before,
    .main-timeline2 .timeline2-content:after{
        width: 0;
        height: 0;
    }
}

.mylist {
  list-style-type: none;
}

.mylist li img {
  float: left;
  margin: 10px;
  border: 5px solid #fff;

  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

.mylist li img:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
  box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
}

@media only screen and (max-width: 330px) {
.heatmap-mission{
min-height:26px;
}
}

@media only screen and (max-width: 768px) {
.tooltip-inner {
    max-width: 100% !important;
}
.progress-bar {
  background: tint(#e45b6c, 20%);
  min-height: 10px;
}
.topping {
  margin-top: 0px;
}

.post-heading{
  margin-top: 50px;
}
/** Colors **/
ol.progress-track {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 2em 1em;
  table-layout: fixed;
  width: 100%;
}
ol.progress-track li {
  display: table-cell;
  line-height: 3em;
  position: relative;
  text-align: center;
}
ol.progress-track li .icon-wrap {
  border-radius: 50%;
  top: -0.9em;
  color: #fff;
  display: block;
  height: 1.5em;
  margin: 0 auto -2em;
  left: 0;
  right: 0;
  position: absolute;
  width: 1.5em;
}
ol.progress-track li .icon-check-mark,
ol.progress-track li .icon-down-arrow {
  height: 15px;
  width: 5px;
  display: inline-block;
  fill: currentColor;
}
ol.progress-track li .progress-text {
  position: relative;
  top: 10px;
}
ol.progress-track li.progress-done {
  border-top: 5px solid #87ba51;
  transition: border-color 1s ease-in-out;
  -webkit-transition: border-color 1s ease-in-out;
  -moz-transition: border-color 1s ease-in-out;
}
ol.progress-track li.progress-done .icon-down-arrow {
  display: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap {
  background-color: #0070c0;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark {
  display: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow {
  display: block;
}
ol.progress-track li.progress-done .icon-wrap {
  background-color: #4a6a28;
  border: 5px solid #87ba51;
}
ol.progress-track li.progress-todo {
  border-top: 5px solid #DDD;
  color: black;
}
ol.progress-track li.progress-todo .icon-wrap {
  background-color: #FFF;
  border: 5px solid #DDD;
  border-radius: 50%;
  bottom: 1.5em;
  color: #fff;
  display: block;
  height: 1.5em;
  margin: 0 auto -2em;
  position: relative;
  width: 1.5em;
}
ol.progress-track li.progress-todo .icon-wrap .icon-check-mark,
ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow {
  display: none;
}

#h3-nut{
  font-size: 18px;
}
.heatmap-mission{
min-height:30px;
}

.complete-day{
  font-size: 12px;
  text-align: center;
  float: right;
  margin-top: 20px;
  width:80px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}

.completed-day img{
  width: 40px;
}

.completed-day {
    font-size: 18px;
    text-align: center;
    float: right;
    margin-top: 25px;
    margin-right: 5px;
    font-weight: 600;
    width:75px;
}

.done-day{
  margin-top: 25px;
}

.image-box-details{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.image-box-details img{
  width: 20px;
}

.image-box-complete{
  display: flex;
  align-items:center;
  padding-left: 5px;
  font-size: 12px; 
  margin: 0px;
  margin-top: -3px;
  text-align: center;
  font-weight: 600;
  color: green;
}
.image-box-complete img{
  width:14px;
}
.col-xs-12{
  padding-right: 5px;
    padding-left: 5px;
}
.skin-blue .main-header .navbar .dropdown-menu li a {
    color: rgb(0, 0, 0);
  }

.td-date{
  width: 34%;
  font-size: 14px;
}

.td-amount{
  width: 33%;
  font-size: 14px;
}
.td-update{
  width: 33%;
  font-size: 14px;
}

.general-tabs::-webkit-scrollbar {
    display: none;
}

.other-charts{
  padding:0px;
}
.nav-tabs li a{
  font-size: 16px;
}
.less-more-than {
  font-size: 11px;
}
  .avatar-image {
    width: 90px;
  }
.description-text{
  font-size: 10px;
  line-height: 1.12857143;
}
.meal-h5 {
  font-size: 14px;
  font-weight: 300;
}
.lead-number h4 {
  margin:0px;
  padding-right: 10px;
  font-size: 16px;
}
.lead-image{
  padding-left: 0px;
  padding-right: 0px;
}
.lead-image img {
  width:24px;
}

.lead-name{
  padding-left: 0px;
}
.lead-name h4{
  margin:0px;
  font-size: 16px;
}
.lead-points{
  text-align: right;
}
.lead-points h4{
  margin:0px;
  font-size: 16px;
}

.box-width-1 {
width: 110px;
}

.box-width-2 {
width: 75px;
}

.image-box-main {
   display: flex;
   align-items:center;
   font-weight: bold;
   margin-bottom: 15px;
   margin: 0 auto;
   font-size: 16px;
   font-weight: 600;
   padding-top: 15px;
   padding-bottom: 15px;
}
.mission-pad {
  padding-left: 0px;
  padding-right: 0px;
}

.mission-pad img {
  width: 18px;
}

.image-box-main img {
  width: 18px;
}

#intro-header {
  background-image: none;
}
.clickable p {
  font-size: 14px;
}

.from-origin {
  font-size: 12px;
}
.pin {
    background: #fff;
    /*width: 260px;*/
    height: 160px;
    display: flex;
     -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: all .5s;
}
.preview-textfield2{
  font-size: 21px;
}
.fa-check-circle {
  font-size: 20px;
  margin: 5px;
  float: left;
}

.main-timeline2 .year {
    
    font-size: 25px;
}
}

.gauge1-txt {
    font-weight: bold;
    font-size:80%;
    display: block;
    text-align: center;
}

.rounded-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding-left: 30px;
    padding-right: 15px;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2.55em;
    width: 2.55em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
.well h3 {
    margin:0px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #2ECC71;
    color: #fff;
    font-weight: bold;
}

.well-dashboard h3 {
    margin:0px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgb(0, 166, 90);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
.carousel-inner .col-xs-4 {
  padding: 0px;
}

.nav-tabs {
     overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;  
    display: -moz-box;   
  }
.nav-tabs>li {
      float:none;
}

.footer-main {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   color: white;
   text-align: center;
}

.btn-primary-trans {
  font-size: 18px;
  color: #3c8dbc;
  letter-spacing: 1px;
  line-height: 18px;
  border: 2px solid rgba(58, 133, 191, 0.75);
  border-radius: 40px;
  background: #fff;
  padding: 10px;
  transition: all 0.3s ease 0s;
}

.btn-primary-trans:hover {
  /*color: #FFF;*/
  /*background: rgba(58, 133, 191, 0.75);*/
  border: 2px solid rgba(58, 133, 191, 0.75);
}

 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.nav-tabs-custom > .nav-tabs > li.active {
    border-bottom-color: rgb(0, 166, 90);
    background-color: #ecf0f5;
    border-top-color: #ecf0f5;
}
.nav-tabs-custom > .nav-tabs > li {
    border-bottom: 3px solid transparent;
    margin-bottom: 0px;
    margin-right: 5px;
}

.nav-tabs-custom {
  padding-top: 0px;

}
.nav-tabs-custom > .nav-tabs > li.active > a {
    background-color: #ecf0f5;
}

.nav-tabs-custom > .nav-tabs > li.active > a:hover {
    background-color: #ecf0f5;
}

.nav-tabs-custom > .tab-content {
    background: #ecf0f5;
}


/* Styling an indeterminate progress bar */

progress:not(value) {
  /* Add your styles here. As part of this walkthrough we will focus only on determinate progress bars. */
}

/* Styling the determinate progress element */

progress[value] {
  /* Get rid of the default appearance */
  appearance: none;
  
  /* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
  border: none;
  
  /* Add dimensions */
  width: 100%; height: 30px;
  
  /* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
    background:#484848;
    border:1px solid #282828;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 5px 17px rgba(40, 40, 40, 0.5),0 0 3px 1px rgba(40, 40, 40, 0.5) inset;

  
  /* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
  color: royalblue;
  
  position: relative;
  margin: 0 0 1.5em; 
}

/*
Webkit browsers provide two pseudo classes that can be use to style HTML5 progress element.
-webkit-progress-bar -> To style the progress element container
-webkit-progress-value -> To style the progress element value.
*/

progress[value]::-webkit-progress-bar {
  background:#484848;
    border:5px solid #282828;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 5px 17px rgba(40, 40, 40, 0.5),0 0 3px 1px rgba(40, 40, 40, 0.5) inset;

}

progress[value]::-webkit-progress-value {
  position: relative;
  
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius:10px;
  
  /* Let's animate this */
  animation: animate-stripes 5s linear infinite;
}

/*@keyframes animate-stripes { 100% { background-position: -100px 0; } }*/

/* Let's spice up things little bit by using pseudo elements. */

progress[value]::-webkit-progress-value:after {
  /* Only webkit/blink browsers understand pseudo elements on pseudo classes. A rare phenomenon! */
  content: '';
  position: absolute;
  
  width:5px; height:5px;
  top:7px; right:7px;
  
  background-color: white;
  border-radius: 100%;
}

/* Firefox provides a single pseudo class to style the progress element value and not for container. -moz-progress-bar */

progress[value]::-moz-progress-bar {
  /* Gradient background with Stripes */
  background-image:
  -moz-linear-gradient( 135deg,
                           transparent,
                           transparent 33%,
                           rgba(0,0,0,.1) 33%,
                           rgba(0,0,0,.1) 66%,
                           transparent 66%),
    -moz-linear-gradient( top,
                            rgba(255, 255, 255, .25),
                            rgba(0,0,0,.2)),
     -moz-linear-gradient( left, #09c, #f44);
  
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius:3px;
  
  /* Firefox doesn't support CSS3 keyframe animations on progress element. Hence, we did not include animate-stripes in this code block */
}

.less-more-than {
  font-size: 11px;
}

.my-box {
   display: flex;
   align-items:center;
}

/* Fallback technique styles */
.progress-bar {
  background-color: #337ab7;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;

  /* Dimensions should be similar to the parent progress element. */
  width: 100%; height:20px;
}

.progress-bar span {
  background-color: royalblue;
  border-radius: 3px;
  
  display: block;
  text-indent: -9999px;
}

p[data-value] { 
  
  position: relative; 
}

/* The percentage will automatically fall in place as soon as we make the width fluid. Now making widths fluid. */







.html5::-webkit-progress-value,
.python::-webkit-progress-value  {
  /* Gradient background with Stripes */
  background-image:
  -webkit-linear-gradient( 135deg,
                           transparent,
                           transparent 33%,
                           rgba(0,0,0,.1) 33%,
                           rgba(0,0,0,.1) 66%,
                           transparent 66%),
    -webkit-linear-gradient( top,
                            rgba(255, 255, 255, .25),
                            rgba(0,0,0,.2)),
     -webkit-linear-gradient( left, #f44, #09c);
}

.css3::-webkit-progress-value,
.php::-webkit-progress-value 
{
  /* Gradient background with Stripes */
  background-image:
  -webkit-linear-gradient( 135deg,
                           transparent,
                           transparent 33%,
                           rgba(0,0,0,.1) 33%,
                           rgba(0,0,0,.1) 66%,
                           transparent 66%),
    -webkit-linear-gradient( top,
                            rgba(255, 255, 255, .25),
                            rgba(0,0,0,.2)),
     -webkit-linear-gradient( left, #09c, #ff0);
}

.jquery::-webkit-progress-value,
.node-js::-webkit-progress-value 
{
  /* Gradient background with Stripes */

    border-radius: 20px;
  background-color: #FFBE5D;
    background-image: linear-gradient(315deg, #FFBE5D 0%, #FFBE5D 74%);
}

/* Similarly, for Mozillaa. Unfortunately combining the styles for different browsers will break every other browser. Hence, we need a separate block. */

.html5::-moz-progress-bar,
.php::-moz-progress-bar {
  /* Gradient background with Stripes */
  background-image:
  -moz-linear-gradient( 135deg,
                           transparent,
                           transparent 33%,
                           rgba(0,0,0,.1) 33%,
                           rgba(0,0,0,.1) 66%,
                           transparent 66%),
    -moz-linear-gradient( top,
                            rgba(255, 255, 255, .25),
                            rgba(0,0,0,.2)),
     -moz-linear-gradient( left, #09c, #f44);
}

.css3::-moz-progress-bar,
.php::-moz-progress-bar {

  /* Gradient background with Stripes */
  background-image:
  -moz-linear-gradient( 135deg,
                           transparent,
                           transparent 33%,
                           rgba(0,0,0,.1) 33%,
                           rgba(0,0,0,.1) 66%,
                           transparent 66%),
    -moz-linear-gradient( top,
                            rgba(255, 255, 255, .25),
                            rgba(0,0,0,.2)),
     -moz-linear-gradient( left, #09c, #ff0);
}

.jquery::-moz-progress-bar,
.node-js::-moz-progress-bar {
  /* Gradient background with Stripes */
  background:#484848;
    border:5px solid #282828;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 5px 17px rgba(40, 40, 40, 0.5),0 0 3px 1px rgba(40, 40, 40, 0.5) inset;

}

/* Now we are good to duplicate html code for other skills and then add the css code for the new skill based on data-skill */
.description-text{
  font-size: 14px;
  line-height: 1.4857143;
}
  
/* THE END */

.carousel-control.left,.carousel-control.right {background-image:none;}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none !important;
}



.nav-footer:focus, .nav-footer:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
      

}


