/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* My styles */
html {
  position: relative;
  min-height: 100%;
  font-weight: 300;
}
body {
  height: auto;
  word-spacing: 2px;
  background: url(../img/bg.jpg) no-repeat #fff;
}
h1 {
  color: #318CE7;
}
.underline {
  text-decoration: underline;
}
.navbar-toggle .icon-bar {
  background: #318CE7;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.ampersand {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
  letter-spacing: 2px;
}
.mt5 {
  margin-top: 5px;
}
.hero-images h2 {
  color: #318CE7;
  font-size: 27px;
}
.manage {
  margin: 100px 0;
}
.icons {
  margin-top: 50px;
  text-align: center;
}
.icons .icon {
  height: 60px;
}
.highlight {
  border-radius: 1em 0 1em 0;
  background: linear-gradient(-100deg, rgba(250, 247, 133, 0.3), rgba(250, 247, 133, 0.7) 95%, rgba(250, 247, 133, 0.1));
  display: inline;
}
.hero-text {
  margin-bottom: 40px;
  margin-top: 0;
}
.img-radius {
  border-radius: 3px;
  width: 100%;
}
.color-palette {
  margin-top: 40px;
}
.color-palette li:hover {
  cursor: pointer;
}
.color-primary {
  width: 60px;
  height: 60px;
  border-radius: 3px 3px 0 0;
}
.color-secondary {
  width: 60px;
  height: 20px;
  border-radius: 0 0 3px 3px;
}
.pricing-table .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* for IE7*/
  *zoom: 1;
  /* for IE7*/
}
.pricing-table .nav-pills {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-table .nav-pills > li > a {
  min-width: 130px;
  border: 1px solid #607D8B;
  color: #607D8B;
}
.pricing-table .nav-pills > li.active > a {
  color: #fff;
}
.pricing-table .nav-pills > li > a:hover,
.pricing-table .nav-pills > li > a:active,
.pricing-table .nav-pills > li > a:focus {
  text-decoration: none;
}
.pricing-table .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #607D8B;
}
.pricing-table h2:before {
  content: "$";
  font-size: 16px;
  vertical-align: super;
  margin-right: 2px;
}
.pricing-table h2 {
  margin-bottom: 25px;
}
.pricing-table .panel {
  border: none;
}
.pricing-table .panel-heading {
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: none;
}
.pricing-table ul.list-unstyled li {
  line-height: 2.5;
  border-bottom: 1px solid rgba(236, 239, 241, 0.25);
}
.pricing-table ul.list-unstyled li:last-child {
  border-bottom: none;
}
.pricing-table .label {
  vertical-align: super;
  border: 1px solid #00BCD4;
  background: transparent;
  color: #00BCD4;
  border-radius: 3px;
  font-family: Helvetica, san-serif;
}
.panel {
  border-radius: 5px;
}
.panel-basic .panel-heading {
  background-color: #E91E63;
}
.panel-pro .panel-heading {
  background-color: #9C27B0;
}
.panel-enterprise .panel-heading {
  background-color: #03A9F4;
}
.panel-text {
  padding: 10px 30px;
}
.nav-pills > li > a.monthly {
  border-radius: 100px 0 0 100px;
  margin-right: -4px;
}
.nav-pills > li > a.yearly {
  border-radius: 0 100px 100px 0;
  margin-left: -4px;
}
.pricing-table .panel-body {
  border: 1px solid #eee;
}
#faq {
  margin: 40px 0;
}
#faq p {
  font-size: 15px;
}
footer {
  background: #f7f7f7;
  padding: 20px 0;
  margin-top: 50px;
}
ul.list-unstyled {
  line-height: 1.5;
}
.event-templates h5 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.nav > li > a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #4A4A4A;
}
.navbar .nav > li > a:hover {
  text-decoration: none;
  color: #318CE7;
}
.pre-footer {
  background: #f3f3f3;
  padding: 50px 0;
}
.navbar-nav > li > a.btn-register {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-nav > li > a.btn-register {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 14px;
    margin-left: 13px;
  }
  .navbar-nav > li > a.btn-register:hover {
    background: #1872cd;
    text-decoration: none;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .hero-img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  p.live-demo {
    text-align: center !important;
  }
}
