/*@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-sans.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-sans.ttf), url(../fonts/gandhi-bold-sans.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-serif.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-serif.ttf), url(../fonts/gandhi-bold-serif.eot);
}*/
body {
  background-color: #fff;
  font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "gandhi sans", helvetica, sans-serif;
}
.h{
  text-shadow: 0px 1px 2px #555;
  color: #2b0656;
}
.tagclose{
  display: inline-block;margin: 0;position: absolute;right: 2px;width: 11px;cursor:pointer;text-decoration:none !important;font-size: 15px;font-weight: bold;
}
.p {
    background: #fff;
    padding: 5px;
    margin: 9px;
    position: relative;
    border-radius: 5px;
    font-size: 12px;
}

div.stars {
  width: 280px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}
label.starr {
  font-size: 15px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.btn {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.container {
  max-width: 1020px;
}
.alternate-container {
  background: #efefef;
}
.navbarl {
  background: #111;
  border-radius: 0;
  padding: 0.3em 0;
  margin-bottom: 0;
}
.navbarl .navbarl-brand {
  color: #fff;
  font-family: "gandhi serif", georgia, serif;
  font-weight: bold;
}
.navbarl ul.navl li a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin: 0 1.5em;
}
.navbarl ul.navl li button {
  margin: 0.7em 0 0 1em;
}
#macbook {
  background: url(../images/macbook.png);
  width: 1000px;
  height: 526px;
  margin-bottom: -28px;
  margin-left: 75px;
}
.jumbotron {
  background: url(../images/wild_oliva.png);
  color: #fff;
  padding: 0;
  margin-bottom: 1.5em;
  text-align: center;
}
.jumbotron h1 {
  font-family: "gandhi serif", georgia, serif;
  font-size: 2.4em;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
  margin: 0.7em 0;
}
.jumbotron h2 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
.jumbotron .btn {
  box-shadow: 1px 1px 3px #000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.3em 2.5em 0.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.jumbotron .btn .glyphicon {
  margin-left: 0.2em;
  position: relative;
  top: 3px;
}
#tour {
  margin: 0 auto;
  width: 688px;
  height: 435px;
  position: relative;
  top: 24px;
  left: 2px;
}
#tour .carousel-inner img {
  background: #111;
  height: 435px;
  width: 688px;
}
.feature-photo {
  width: 90%;
  margin: 3em 5%;
}
.feature-text h3 {
  color: #000;
  font-family: "gandhi serif", georgia, serif;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  margin: 1.5em 0 0.3em;
}
.feature-text p {
  font-size: 1.1em;
  margin-bottom: 2em;
}
footer {
  background: #111;
  color: #fff;
  margin: 1em 0 0;
  padding: 1.5em 0 0.8em;
}
@media screen and (max-width: 1024px) {
  #macbook {
    width: 750px;
    height: 395px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    position: static;
  }
  #tour {
    width: 518px;
    height: 330px;
    top: 18px;
  }
  #tour .carousel-inner img {
    width: 518px;
    height: 330px;
  }
  .jumbotron {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .feature-photo {
    margin-top: 3em;
    margin-bottom: 1.5em;
  }
  .feature-text h3 {
    margin-top: 0em;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }
  .feature-text p {
    margin-left: 5%;
    margin-right: 5%;
  }
  #macbook {
    width: 500px;
    height: 265px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -56px;
    position: static;
  }
  #tour {
    width: 344px;
    height: 217px;
    top: 12px;
    left: 1px;
  }
  #tour .carousel-inner img {
    width: 344px;
    height: 217px;
  }
  .navbarl ul.navl li {
    text-align: center;
  }
  .navbarl ul.navl li button {
    margin: 1em 0;
  }
  .jumbotron {
    font-size: 14px;
    padding: 1em 0 4em;
  }
}
@media screen and (max-width: 480px) {
  #macbook {
    background-image: none;
    text-align: center;
    width: 100%;
  }
  #tour {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 189px;
    margin-left: auto;
    margin-right: auto;
  }
  #tour .carousel-inner img {
    max-width: 300px;
    height: 189px;
    overflow: hidden;
  }
  body {
    font-size: 12px;
  }
  .jumbotron {
    font-size: 12px;
    padding-bottom: 1em;
  }
  footer .pull-right {
    display: none;
  }
}

.steps {
  padding-left: 0;
  list-style: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 30px auto;
  border-radius: 3px;
}

.steps strong {
  font-size: 14px;
  display: block;
  line-height: 1.4;
  width: 50px;
}

.steps>li {
  position: relative;
  display: block;
  /* border: 1px solid #ddd; */
  padding: 12px 50px 8px 50px; 
  width: 165px;
  height: 60px;
}

@media (min-width: 768px) {
  .steps>li { float: left; }
  .steps .past { color: #000; background: #9EEB62; }
  .steps .present { color: #000; width: 164px; s}
  .steps .future { color: #777; background: #efefef; width: 164px; }

  .steps li > span:after,
  .steps li > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #f0f0f0;
    border-width: 30px;
  }

  .steps li > span:after {
    top: -5px;
    z-index: 1;
    border-left-color: white;
    border-width: 34px;
  }

  .steps li > span:before { z-index: 2; }

  .steps li.past + li > span:before { border-left-color: #9EEB62; }
  .steps li.present + li > span:before { border-left-color: #fff; }
  .steps li.future + li > span:before { border-left-color: #efefef; }

  .steps li:first-child > span:after,
  .steps li:first-child > span:before { display: none; }

  /* Arrows at start and end */
  .steps li:first-child i,
  .steps li:last-child i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: white;
    border-width: 30px;
  }

  .steps li:last-child i {
    left: auto;
    right: -30px;
    border-left-color: transparent;
    border-top-color: white;
    border-bottom-color: white;
  }
}

/*Profile Hover*/

.profile-pic {
  position: relative;
  display: inline-block;
}

.profile-pic:hover .edit {
  display: block;
}

.edit {
  padding-top: 7px; 
  padding-right: 7px;
  position: absolute;
  right: 0;
  top: 0;
}

.edit a {
  color: #5a8f00;
}

.danger-color{
  color: #ff4444;
}

.secondary-color{
  color: #aa66cc;
}

.info-color{
  color: #33b5e5;
}

.warning-color{
  color: #ffbb33;
}