/* General CSS */
.not-available,
.normal-price {
  text-decoration: line-through;
}
#cart-loading {
  display: none;
}
.control-group,
.control-group .controls {
  margin-bottom: 15px;
}
.domain-box {
  display: none;
}
.alert-danger {
  font-size: 15px;
}
.error {
  color: #f56954;
}
.hideButton {
  left: -99999em;
  position: absolute;
  top: 0;
}
.home-error {
  margin-bottom: 0;
}
/* Font Face */
@font-face {
  font-family: 'archer';
  src: url('../fonts/archer-book.eot');
  src: url('../fonts/archer-book.eot?#iefix') format('embedded-opentype'), url('../fonts/archer-book.woff') format('woff'), url('../fonts/archer-book.ttf') format('truetype'), url('../fonts/archer-book.svg#Archer-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenirblack';
  src: url('../fonts/avenir_black.eot');
  src: url('../fonts/avenir_black.eot?#iefix') format('embedded-opentype'), url('../fonts/avenir_black.woff') format('woff'), url('../fonts/avenir_black.ttf') format('truetype'), url('../fonts/avenir_black.svg#Avenir-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apercubold';
  src: url('../fonts/apercu_bold-webfont.eot');
  src: url('../fonts/apercu_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu_bold-webfont.ttf') format('truetype'), url('../fonts/apercu_bold-webfont.svg#apercubold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apercumedium';
  src: url('../fonts/apercu_medium-webfont.eot');
  src: url('../fonts/apercu_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu_medium-webfont.woff') format('woff'), url('../fonts/apercu_medium-webfont.ttf') format('truetype'), url('../fonts/apercu_medium-webfont.svg#apercumedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apercu';
  src: url('../fonts/apercu_regular-webfont.eot');
  src: url('../fonts/apercu_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu_regular-webfont.woff') format('woff'), url('../fonts/apercu_regular-webfont.ttf') format('truetype'), url('../fonts/apercu_regular-webfont.svg#apercuregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url('../fonts/gotham-bold-webfont.eot');
  src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bold-webfont.woff') format('woff'), url('../fonts/gotham-bold-webfont.ttf') format('truetype'), url('../fonts/gotham-bold-webfont.svg#gotham_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Homepage */
html,
body {
  height: 100%;
}
body {
  font-family: 'apercu', Helvetica, Arial, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  background: #c7d0d2;
}
h3 {
  margin: 0;
}
.btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#hero {
  position: relative;
  min-height: 800px;
  height: 100%;
}
#hero #mountains {
  position: relative;
  background: url(../images/hero.png) no-repeat left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  height: 100%;
}
#hero #waterloo{
  position: relative;
  background:#cf2c00  url(../images/hero-waterloo.jpg) no-repeat left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  height: 100%;
}
#hero .waterloo-lion{
  position: absolute;
  bottom:250px;
  z-index: 4;
  right: 0px;
}
#hero .waterloo-logo{
  position: absolute;
  bottom:300px;
  right: 0;
  z-index: 5;
}
#hero .waterloo-credits{
  margin:0; padding: 0;
  width: 690px;
  position: absolute;
  bottom:260px;
  left: 50%;
  margin-left:-345px;
  z-index: 15;
}
#hero .waterloo-credits li {
  display: inline-block;
  border-right:1px solid rgba(69,15,0,0.4);
  padding:0 15px;
}
#hero .waterloo-credits li:last-child{
  border-right:0;
}
#hero .waterloo-credits li p {
  font-size: 18px;
  color:#450f00;
  font-style: italic;
  font-family: 'archer', Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: bold;
}
#hero .waterloo-credits li img{

}
#hero #herobg {
  position: relative;
  width: 100%;
  height: auto;
}
#hero .container {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -585px;
}
#hero #logo-home {
  width: 389px;
  height: 45px;
  display: block;
  background: url(../images/logo-home.png) no-repeat 0 0;
  text-indent: -9999em;
  position: absolute;
  left: 43px;
  top: 46px;
  margin: 0;
}
#hero #logo-home.dark{
  background: url(../images/logo-home-black.png) no-repeat 0 0;
}
#hero .get-support {
  font-size: 17px;
  color: #304d77;
  display: block;
  background: url(../images/icon-support.png) no-repeat left 0px;
  line-height: 24px;
  padding-left: 50px;
}
#hero .dark .get-support{
  background: url(../images/icon-support-black.png) no-repeat left 0px;
}
#hero .side-menu {
  position: absolute;
  top: 55px;
  right: 0;
  z-index:10;
}
#hero .side-menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#hero .side-menu ul li {
  display: inline-block;
  border-right: 1px solid #304d77;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
}
#hero .side-menu ul li a {
  font-size: 17px;
  color: #304d77;
}
#hero .side-menu.dark ul li{
  border-right: 1px solid #270f00;
}
#hero .side-menu.dark ul li a{
  color:#270f00;
}
#hero .side-menu ul li:last-child {
  border-right: 0;
}
#hero #homeSearchBox {
  /*width:750px;*/
  height: 320px;
  margin-top: 185px;
  z-index:25;
  margin-left:22px;
}
#hero #homeSearchBox h1 {
  font-family: 'gothambold', Helvetica, Arial, sans-serif;
  color: #5a0b00;
  text-transform: uppercase;
  font-size: 21px;
  width: 140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
#hero #homeSearchBox h1::after {
  content: '';
  width: 27px;
  height: 1px;
  border-top: 2px solid #5a0b00;
  left: -45px;
  top: 10px;
  position: absolute;
}
#hero #homeSearchBox h1::before {
  content: '';
  width: 27px;
  height: 1px;
  border-top: 2px solid #5a0b00;
  right: -45px;
  top: 10px;
  position: absolute;
}
#hero #homeSearchBox h2 {
  font-size: 63px;
  font-family: 'avenirblack';
  font-weight: normal;
  color: #fff;
  text-shadow: 2px 2px rgba(2, 3, 3, 0.5);
  text-align: center;
  margin: 0 0 20px 0;
}
#hero #homeSearchBox.dark h2{
  font-family: 'archer', Helvetica, Arial, sans-serif;
  font-size:58px;
  font-weight: normal;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
#hero #homeSearchBox p {
  font-family: 'apercubold', Helvetica, sans-serif;
  font-size: 23px;
  line-height: 35px;
  color: #e8f0f4;
  opacity:0.4;
  text-align: center;
  text-shadow: 2px 2px rgba(2, 3, 3, 0.2);
  margin: 0 0 30px 0;
}
#hero #homeSearchBox #searchDomain {
  text-align: center;
  font-size: 0;
}
#hero #homeSearchBox .form-group {
  width: 390px;
}
#hero #homeSearchBox .form-group input.form-control {
  width: 100%;
  height: 50px;
  color: #4d6175;
  font-family: 'apercu', Helvetica, Arial, sans-serif;
  font-size: 17px;
  padding: 0 40px;
  border-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 0;
}
#hero #homeSearchBox .form-group small {
  display: none;
}
#hero #homeSearchBox .form-group.has-error input.form-control {
  -webkit-box-shadow: 0 0 8px 2px #a94442;
  -moz-box-shadow: 0 0 8px 2px #a94442;
  box-shadow: 0 0 8px 2px #a94442;
}
#hero #homeSearchBox .form-group.has-success input.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#hero #homeSearchBox .btn-group {
  width: 113px;
  position: relative;
  z-index: 50;
}
#hero #homeSearchBox .btn-group .btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #cfcfcf;
  font-family: 'apercubold', Helvetica, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-left: 2px solid #e3e3e3;
}
#hero #homeSearchBox .btn-group .btn .caret {
  margin-left: 2px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
#hero #homeSearchBox input.btn {
  position: relative;
  z-index: 51;
  width: 130px;
  height: 50px;
  margin-left: -5px;
  color: #fff;
  background: #450f00;
  font-size: 20px;
  font-family: 'apercubold', Helvetica, sans-serif;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 1!important;
}
#hero #homeSearchBox input.btn:hover {
  background: #b12e0a;
}
#hero #free-services {
  position: absolute;
  width: 100%;
  height: 110px;
  background: #191928;
  bottom: 0;
  left: 0;
}
#hero #free-services .flag-yellow {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'apercumedium', Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #e39f1b;
  position: absolute;
  top: -70px;
  left: 100px;
}
#hero #free-services .flag-yellow::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e39f1b;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -9px;
}
#hero #free-services ul {
  margin: 0;
  padding: 0;
}
#hero #free-services ul li {
  list-style: none;
  float: left;
  display: block;
  padding-top: 15px;
  position: relative;
}
#hero #free-services ul li h3 {
  font-size: 22px;
  color: #a0b5cc;
  margin: 0 0 5px 0;
}
#hero #free-services ul li p {
  font-size: 13px;
  color: #5c7998;
  margin: 0 0 10px 0;
}
#hero #free-services ul li span.icon {
  position: absolute;
  width: 50px;
  height: 44px;
  left: 0;
  top: 15px;
  background: url(../images/sprite-services.png) no-repeat;
}
#hero #free-services ul li.email {
  width: 295px;
  padding-left: 70px;
}
#hero #free-services ul li.email span.icon {
  background-position: 0 -14px;
}
#hero #free-services ul li.and {
  width: 4px;
  margin: 0 83px 0 23px;
  height: 80px;
  background: #222d42;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#hero #free-services ul li.and span {
  width: 50px;
  height: 36px;
  background: #191928;
  display: block;
  font-size: 28px;
  color: #487bab;
  text-align: center;
  font-family: 'apercubold', Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -25px;
}
#hero #free-services ul li.aboutme {
  width: 365px;
  padding-left: 70px;
}
#hero #free-services ul li.aboutme span.icon {
  background-position: -76px -6px;
}
#hero #free-services ul li.or {
  width: 4px;
  margin: 0 83px 0 23px;
  height: 80px;
  background: #1f2538;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#hero #free-services ul li.or span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #294574;
  text-transform: uppercase;
  display: block;
  font-size: 17px;
  color: #191928;
  text-align: center;
  font-family: 'apercubold', Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
#hero #free-services ul li.github {
  width: 260px;
  padding-left: 80px;
}
#hero #free-services ul li.github span.icon {
  background-position: -146px 0;
}
#home-blocks {
  margin: 0;
  overflow-x:hidden;
}
#home-blocks > div.col-md-4 {
  text-align: center;
}
#home-blocks h4 {
  font-size: 28px;
  color: #f5ffff;
  font-weight: normal;
  font-family: 'apercubold', Helvetica, sans-serif;
}
#home-blocks p {
  font-size: 18px;
  line-height: 30px;
}
#home-blocks img {
  margin-bottom: 25px;
}
#home-blocks .btn {
  font-size: 14px;
  width: 95px;
  height: 35px;
  padding: 0;
  line-height: 30px;
  margin-top: 20px;
  font-family: 'apercubold', Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#home-blocks .left-box {
  /*float:left;*/
  display: block;
  /*width: 550px;*/
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  height:480px;
}
#home-blocks .right-box {
  /*float:right;*/
  display: block;
  /*width: 550px;*/
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  height:480px;
}
#home-blocks .darkblue {
  background: #10315f;
}
#home-blocks .darkblue .right-box {
  padding-top: 100px;
}
#home-blocks .darkblue .right-box img {
  margin-bottom: 25px;
}
#home-blocks .darkblue .right-box h4 {
  font-size: 49px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#home-blocks .darkblue .right-box p {
  color: #5d7eac;
}
#home-blocks .blue {
  background: #296786;
}
#home-blocks .blue p {
  color: #8ab7cd;
}
#home-blocks .blue .btn {
  color: #97bdd7;
  border: 4px solid #6b9bb7;
}
#home-blocks .blue .btn:hover {
  background: #6b9bb7;
  color: #fff;
}
#home-blocks .yellow {
  background: #e39f1b;
  min-height: 432px;
  padding-top: 20px;
}
#home-blocks .yellow p {
  color: #fbf8ec;
}
#home-blocks .yellow .btn {
  color: #7d5220;
  border: 4px solid #b8831d;
}
#home-blocks .yellow .btn:hover {
  background: #b8831d;
  color: #fff;
}
#home-blocks .red {
  background: #d72a0f;
  padding-top: 0px;
}
#home-blocks .darkblue > div{
  padding-top:110px;
}
#home-blocks .blue > div{
  padding-top:70px;
}
#home-blocks .red > div{
  padding-top:60px;
}
#home-blocks .red p {
  color: #e6d1cf;
}
#home-blocks .red .arrow-link {
  font-size: 15px;
  color: #f8d7cb;
  font-family: 'apercumedium', Helvetica, sans-serif;
  background: url(../images/icon-r-arrow.png) no-repeat right 4px;
  padding-right: 20px;
}
#leaderboard {
  background: #4d6170;
  border-top: 12px solid #425361;
  padding-bottom: 90px;
  padding-top: 92px;
}
#leaderboard.no-border {
  border-top: 0;
}
#leaderboard h2 {
  color: #fdfdfe;
  font-size: 40px;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#leaderboard p {
  color: #bbc3c9;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
#leaderboard .smaller-font {
  font-size: 18px;
}
#leaderboard .smaller-font a {
  color: #428bca;
}
#leaderboard .smaller-font a:hover {
  color: #fff;
}
#leaderboard .btn {
  background: #62717d;
  color: #fff;
  border: 0;
  font-size: 20px;
  font-family: 'apercu', Helvetica, sans-serif;
  width: 155px;
  height: 50px;
  margin-top: 40px;
}
#leaderboard .btn:hover {
  background: #72828f;
}
#leaderboard table td,
#leaderboard table th {
  border-top: 0;
  padding: 0;
}
#leaderboard table th {
  height: 55px;
}
#leaderboard table th span {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #3d4e5a;
  font-size: 14px;
  color: #ecedee;
  font-family: 'apercumedium', Helvetica, sans-serif;
  text-transform: uppercase;
}
#leaderboard table th span.left-corner {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#leaderboard table th span.right-corner {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#leaderboard table td {
  height: 70px;
}
#leaderboard table td.rank-cell {
  width: 80px;
  text-align: center;
  font-size: 30px;
  line-height: 22px;
  color: #fff;
}
#leaderboard table td.rank-cell span {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#leaderboard table td.name-cell {
  width: 540px;
}
#leaderboard table td.name-cell span {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: 'apercu', Helvetica, sans-serif;
  color: #929c9f;
}
#leaderboard table td.points-cell {
  width: 95px;
}
#leaderboard table td.points-cell span {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #ffffff;
  font-size: 24px;
  line-height: 22px;
  font-family: 'apercumedium', Helvetica, sans-serif;
  color: #292929;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#leaderboard table tr.board-1 .rank-cell span {
  background: #3c95be;
}
#leaderboard table tr.board-2 .rank-cell span {
  background: #71b2d0;
}
#leaderboard table tr.board-3 .rank-cell span {
  background: #7bbbd8;
}
#leaderboard table tr.board-4 .rank-cell span {
  background: #86a9d9;
}
#leaderboard table tr.board-5 .rank-cell span {
  background: #b7ceef;
}
#partnership {
  background: #e2e2e2;
  padding: 24px 0;
}
#partnership ul {
  margin: 0;
  padding: 0 0 0 30px;
  text-align: center;
}
#partnership ul li {
  list-style: none;
  float: none;
  display: inline-block;
  margin-right: 100px;
}
#partnership ul li.title {
  padding-top: 28px;
}
#partnership ul li.title p {
  font-size: 18px;
  color: #8f8f8f;
  font-family: 'apercumedium', Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#partnership ul li.logo-me {
  margin-left: 30px;
}
#partnership ul li.logo-aboutme {
  margin-left: 8px;
}
#partnership ul li.logo-github {
  margin-right: 0;
  margin-left: 30px;
}
#footer {
  padding: 84px 0 67px;
  text-align: center;
  background: #fff;
}
#footer p {
  font-size: 15px;
  color: #8a8a8a;
}
#footer p strong {
  color: #3c3c3c;
  font-weight: normal;
}
#footer .spread {
  width: auto;
  display: inline-block;
  height: 54px;
  margin: 0 auto 45px;
}
#footer .spread .share-buttons {
  width: auto;
  padding: 0 10px;
  height: 54px;
  float: left;
  display: block;
  background: #a82b0e;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#footer .spread .share-buttons ul {
  margin: 0 0 0 4px;
  padding: 0;
  text-align: center;
  font-size: 0;
}
#footer .spread .share-buttons ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 10px;
  width: 30px;
  font-size: 0;
  padding-top: 16px;
}
#footer .spread .share-buttons ul li.fb-share > a {
  padding-top: 0;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999em;
  background: url(../images/sprite-social-w.png) no-repeat 5px 0;
}
#footer .spread .share-buttons ul li.twitter-share > a {
  padding-top: 0;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999em;
  background: url(../images/sprite-social-w.png) no-repeat -33px 0;
}
#footer .spread .share-buttons ul li.gplus-share > a {
  padding-top: 0;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999em;
  background: url(../images/sprite-social-w.png) no-repeat -64px 0;
}
#footer .spread .share-buttons .gplus-expand,
#footer .spread .share-buttons .twitter-expand,
#footer .spread .share-buttons .fb-expand {
  display: none;
  padding-top: 3px;
  height: 32px;
}
#footer .spread .share-buttons .gplus-expand {
  padding-top: 1px;
}
#footer .spread .share-text {
  width: 186px;
  height: 54px;
  float: left;
  display: block;
  background: #e53209;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#footer .spread .share-text p {
  font-size: 16px;
  color: #fce9e5;
  font-family: 'apercumedium', Helvetica, sans-serif;
  margin: 0;
  line-height: 54px;
}
#footer .social-links {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
#footer .social-links li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
#footer .social-links li a {
  display: block;
  text-indent: -9999em;
  width: 38px;
  height: 35px;
  background: url(../images/sprite-social.png) no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer .social-links li a:hover {
  opacity: 0.8;
}
#footer .social-links li a.twitter {
  background-position: 0 0;
}
#footer .social-links li a.facebook {
  background-position: -57px 0;
}
#footer .social-links li a.gplus {
  background-position: -114px 0;
}
/* Leaderboard */
#inner-header {
  height: 90px;
  background: #fff;
}
#inner-header .nav {
  text-align: right;
  padding-top: 28px;
}
#inner-header .nav li {
  display: inline-block;
}
#inner-header .nav li a {
  font-size: 18px;
  color: #6b757d;
  padding: 4px 30px;
}
#inner-header .nav li:first-child a {
  border-right: 1px solid #e1e1e1;
}
#inner-header h1 {
  font-size: 22px;
  color: #203d43;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'apercubold', Helvetica, sans-serif;
  margin: 0;
  padding-top: 33px;
}
#inner-header h1#logo-inner {
  width: 389px;
  height: 45px;
  display: block;
  background: url(../images/logo-inner.png) no-repeat 0 0;
  text-indent: -9999em;
  margin: 21px 0 0 0;
}
#inner-header h1#logo-inner.center-logo {
  margin: 21px auto 0;
}
#inner-header a h1 {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#inner-header a:hover h1 {
  opacity: 0.6;
}
#rules {
  background: #4d6170;
  padding: 20px 0 80px;
  text-align: center;
}
#rules h2 {
  font-size: 32px;
  color: #fdfdfe;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 auto 40px;
  width: 170px;
  position: relative;
}
#rules h2::after {
  content: '';
  width: 90px;
  height: 3px;
  background: #2a3b48;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -90px;
}
#rules h2::before {
  content: '';
  width: 90px;
  height: 3px;
  background: #2a3b48;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -90px;
}
#rules p {
  font-size: 20px;
  line-height: 28px;
  color: #bbc3c9;
}
/* Shopping Cart */
#shop {
  background: #c7d0d2;
  border-top: 2px solid #a2b6ba;
  padding-top: 70px;
  padding-bottom: 84px;
  /* Complete Order */
}
#shop .td-domain {
  width: 337px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
#shop .td-previous {
  width: 95px;
  text-align: left;
}
#shop .td-price {
  width: 95px;
  text-align: left;
}
#shop .td-get {
  width: 125px;
}
#shop .form-group {
  margin-left: 0;
  margin-right: 0;
}
#shop #domain {
  height: 72px;
  border: 8px solid #a2b6ba;
  background: #c7d0d2;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 20px;
  color: #a2b6ba;
  padding-left: 65px;
  background: url(../images/icon-search.png) no-repeat 23px center;
}
#shop #domain:active,
#shop #domain:focus,
#shop #domain:hover {
  border: 8px solid #95a8ac;
  color: #829497;
}
#shop .form-group.has-error #domain {
  -webkit-box-shadow: 0 0 8px 2px #a94442;
  -moz-box-shadow: 0 0 8px 2px #a94442;
  box-shadow: 0 0 8px 2px #a94442;
  border-color: #bc9999;
}
#shop .form-group.has-error small {
  display: none!important;
}
#shop .form-group.has-success #domain {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop .form-group.has-success small {
  display: none!important;
}
#shop #domain::-webkit-input-placeholder {
  color: #a2b6ba;
}
#shop #domain:-moz-placeholder {
  color: #a2b6ba;
  opacity: 1;
}
#shop #domain::-moz-placeholder {
  color: #a2b6ba;
  opacity: 1;
}
#shop #domain:-ms-input-placeholder {
  color: #a2b6ba;
}
#shop .panel-primary {
  border: 0;
}
#shop .panel-primary > .panel-heading {
  background: #95a8aa;
  border: 0;
  height: 55px;
  padding: 19px 26px;
  color: #fdfdfe;
}
#shop .panel-primary > .panel-heading h3 {
  font-size: 16px;
}
#shop table.domain-result {
  border-top: 0;
}
#shop table.domain-result td {
  padding: 24px 26px 10px;
  border: 0;
}
#shop table.domain-result td.td-domain h3 {
  color: #5d7276;
  font-size: 20px;
}
#shop table.domain-result td.td-price {
  font-size: 18px;
  color: #0e8e14;
  font-family: 'apercubold', Helvetica, sans-serif;
}
#shop table.domain-result td.td-get {
  padding: 15px 26px 15px;
}
#shop table.domain-result td .btn.add-cart {
  width: 84px;
  height: 38px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  background: #35a4b2;
  background: -moz-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35a4b2), color-stop(50%, #058e9f));
  background: -webkit-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: -o-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: -ms-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: linear-gradient(to bottom, #35a4b2 0%, #058e9f 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35a4b2', endColorstr='#058e9f', GradientType=0);
  background-size: 1px 80px;
}
#shop table.domain-result td .btn.add-cart:hover {
  background-position: 0 -40px;
}
#shop table.domain-result td .btn.add-cart.done {
  background: #0e8e59 url(../images/icon-check.png) center center no-repeat;
  opacity: 1;
}
#shop #me-domain {
  margin-bottom: 50px;
}
#shop .other-domains-title {
  font-size: 17px;
  color: #475a5e;
}
#shop table.domain-result.domain-box {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
}
#shop table.domain-result.domain-box td.td-domain {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#shop table.domain-result.domain-box td.td-get {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 0;
}
#shop table.domain-result.domain-box td.td-previous {
  padding-left: 5px;
  padding-right: 5px;
}
#shop table.domain-result.domain-box td.td-price {
  padding-left: 5px;
  padding-right: 5px;
}
#shop table.domain-result.taken,
#shop table.domain-result.purchased {
  background: #e7ebec;
}
#shop table.domain-result.taken .td-price,
#shop table.domain-result.purchased .td-price,
#shop table.domain-result.taken .td-previous,
#shop table.domain-result.purchased .td-previous {
  display: none;
}
#shop table.domain-result.taken .td-domain,
#shop table.domain-result.purchased .td-domain {
  padding: 24px 26px 22px;
}
#shop table.domain-result.taken .td-domain .label-danger,
#shop table.domain-result.purchased .td-domain .label-danger {
  margin-left: 30px;
  background: #d83104;
}
#shop .taken .td-price,
#shop .purchased .td-price,
#shop .taken .td-previous,
#shop .purchased .td-previous {
  display: none;
}
#shop .taken .td-domain,
#shop .purchased .td-domain {
  padding: 24px 26px 22px;
  background: #e7ebec;
}
#shop .taken .td-domain .label-danger,
#shop .purchased .td-domain .label-danger {
  margin-left: 30px;
  background: #d83104;
}
#shop .taken .td-get,
#shop .purchased .td-get {
  background: #e7ebec;
}
#shop .shopping-cart {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
#shop .shopping-cart h2 {
  background: #95a8ac url(../images/icon-cart.png) no-repeat 20px center;
  color: #fdfdfe;
  margin: 0;
  font-size: 18px;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#shop .shopping-cart .cart-container {
  padding: 8px 18px 18px 18px;
  position: relative;
}
#shop .shopping-cart .btn-complete {
  width: 100%;
  font-size: 18px;
  color: #fdfdfe;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 90px;
}
#shop .shopping-cart .btn-complete:hover {
  background-position: 0 -45px;
}
#shop .shopping-cart .btn-empty {
  width: 100%;
  font-size: 18px;
  color: #fdfdfe;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  margin: 10px 0;
}
#shop .shopping-cart td {
  border-top: 0;
}
#shop .shopping-cart td.td-domain {
  border-bottom: 2px solid #c5cfd1;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
#shop .shopping-cart td.td-domain h3 {
  font-size: 17px;
  color: #314448;
  font-family: 'apercu', Helvetica, sans-serif;
  margin: 0 0 5px 0;
}
#shop .shopping-cart td.td-domain p.registration-period {
  width: 106px;
  font-size: 12px;
  color: #95a8ac;
  font-family: 'apercubold', Helvetica, sans-serif;
  margin: 0;
  line-height: 20px;
}
#shop .shopping-cart td.td-domain p.domain-price {
  width: 60px;
  color: #14916a;
  font-size: 17px;
  font-family: 'apercubold', Helvetica, sans-serif;
  margin: 0;
  line-height: 20px;
  text-align: right;
}
#shop .shopping-cart td.td-domain .btn-danger {
  width: 20px;
  height: 20px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background: #d83104;
}
#shop .shopping-cart td.td-domain .btn-danger span {
  font-size: 10px;
}
#shop .shopping-cart td.td-domain .btn-danger:hover {
  background: #b12e0a;
}
#shop .shopping-cart td.td-subtotal-label {
  padding: 18px;
  color: #959fa1;
  font-size: 17px;
  line-height: 23px;
  font-family: 'apercumedium', Helvetica, sans-serif;
}
#shop .shopping-cart td.td-subtotal-price {
  padding: 18px;
  font-size: 23px;
  line-height: 23px;
  color: #314448;
  font-family: 'apercumedium', Helvetica, sans-serif;
}
#shop p.summary {
  color: #3a5c64;
  font-size: 17px;
  margin-bottom: 15px;
}
#shop table.table-summary {
  margin-bottom: 45px;
}
#shop table.table-summary td {
  border: 6px solid #bcc7ca;
  padding: 12px 18px;
  font-size: 18px;
  color: #839396;
  font-family: 'apercumedium', Helvetica, sans-serif;
  vertical-align: middle;
}
#shop table.table-summary td strong {
  font-weight: normal;
  color: #41686f;
  font-family: 'apercubold', Helvetica, sans-serif;
}
#shop table.table-summary td.domain-summary {
  width: 590px;
}
#shop .edu-instructions {
  margin-bottom: 30px;
}
#shop .list-group .checkbox .radio label,
#shop .list-group .checkbox label {
  padding: 0;
  font-size: 18px;
  color: #6e7e84;
  margin-bottom: 20px;
}
#shop .list-group .checkbox .radio label .grey,
#shop .list-group .checkbox label .grey {
  font-size: 15px;
  color: #9aacb2;
  margin: 0 8px 0 3px;
}
#shop .list-group .checkbox .radio label .label-success,
#shop .list-group .checkbox label .label-success {
  background: #0e8e14;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-size: 13px;
  padding: 4px 10px;
  text-align: center;
  margin-left: 10px;
}
#shop .list-group .checkbox .radio label .info-pop,
#shop .list-group .checkbox label .info-pop {
  text-indent: -9999em;
  display: inline-block;
  width: 18px;
  height: 25px;
  background: url(../images/icon-info.png) no-repeat 0 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#shop .list-group .checkbox .radio label .info-pop:hover,
#shop .list-group .checkbox label .info-pop:hover {
  opacity: 0.8;
}
#shop .list-group .checkbox .radio label:last-child,
#shop .list-group .checkbox label:last-child {
  margin-bottom: 0;
}
#shop .list-group {
  margin-left: -15px;
  margin-right: -15px;
}
#shop .list-group .list-group-item {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #f1f2f2;
}
#shop .list-group .list-group-item .free-email-checkbox {
  padding-top: 15px;
}
#shop.confirm .panel-primary > .panel-heading {
  color: #fdfdfe;
  font-size: 17px;
  line-height: 17px;
  padding-left: 75px;
  position: relative;
  font-family: 'apercumedium', Helvetica, sans-serif;
}
#shop.confirm .panel-primary > .panel-heading .icon-tool {
  position: absolute;
  left: 26px;
  top: 21px;
}
#shop.confirm .panel-primary > .panel-heading .icon-mail {
  position: absolute;
  left: 36px;
  top: 22px;
}
#shop.confirm .panel-primary > .panel-heading .icon-coupon {
  position: absolute;
  left: 36px;
  top: 17px;
}
#shop.confirm .panel-primary .panel-body p {
  font-size: 16px;
  color: #3a5c64;
  padding-left: 16px;
  padding-top: 15px;
}
#shop.confirm .panel-primary .panel-body #email {
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
  width: 320px;
  height: 48px;
  line-height: 40px;
  font-size: 17px;
  color: #6f787b;
  margin-left: 4px;
}
#shop.confirm .panel-primary .panel-body #coupon {
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
  width: 320px;
  height: 48px;
  line-height: 40px;
  font-size: 17px;
  color: #6f787b;
  margin-left: 4px;
}
#shop.confirm .panel-primary .panel-body #email[disabled] {
  opacity: 0.7;
  color: #A2A7A8;
}
#shop.confirm .panel-primary .panel-body .form-group.has-error .col-lg-10 {
  width: auto;
}
#shop.confirm .panel-primary .panel-body .form-group.has-error #email {
  border-color: #c3370c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#shop.confirm .panel-primary .panel-body .form-group.has-error small {
  display: block!important;
  text-indent: -9999em;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 11px;
  height: 20px;
  width: 5px;
  background: url(../images/error.png) no-repeat center center;
}
#shop.confirm .panel-primary .panel-body .form-group.has-success #email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.confirm .panel-primary .panel-body .form-group.has-success small {
  display: none!important;
}
#shop.confirm .btn-complete {
  font-size: 18px;
  color: #fdfdfe;
  border: 0;
  width: 142px;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 90px;
}
#shop.confirm .btn-complete:hover {
  background-position: 0 -45px;
}
#shop .selectpicker-container {
  padding-left: 18px;
  margin-bottom: 20px;
}
#shop .selectpicker-container .bootstrap-select {
  width: 322px;
}
#shop .selectpicker-container .bootstrap-select .btn {
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
#shop .selectpicker-container .bootstrap-select .btn .filter-option {
  font-size: 17px;
  color: #6f787b;
}
#shop .selectpicker-container .bootstrap-select .btn .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #333;
}
#shop .selectpicker-container .bootstrap-select .btn .caret::after {
  position: absolute;
  content: '';
  color: #fff;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -9px;
  left: 50%;
  margin-left: -6px;
}
#shop .selectpicker-container .bootstrap-select.dropup .caret {
  border-bottom: 0;
}
#shop .selectpicker-container .bootstrap-select .dropdown-menu li,
#shop .selectpicker-container .bootstrap-select .dropdown-menu li a {
  outline: 0px !important;
  -webkit-appearance: none;
  font-size: 17px;
  color: #6f787b;
}
#shop.verify {
  text-align: center;
}
#shop.verify img {
  margin-bottom: 30px;
}
#shop.verify h2 {
  font-size: 33px;
  color: #3a5969;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#shop.verify p {
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #839396;
  font-family: 'apercubold', Helvetica, sans-serif;
}
#shop.verify p strong {
  font-weight: normal;
  color: #41808e;
}
#shop.confirm-mail .confirmation h2 {
  font-size: 33px;
  color: #3a5969;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#shop.confirm-mail p.text-center {
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #839396;
  font-family: 'apercubold', Helvetica, sans-serif;
}
#shop.confirm-mail p.text-center strong {
  font-weight: normal;
  color: #41808e;
}
#shop.confirm-mail #loginBox {
  margin-top: 50px;
}
#shop.confirm-mail #loginBox .panel-heading {
  line-height: 30px;
  padding: 14px 26px;
}
#shop.confirm-mail #loginBox .panel-heading .btn {
  font-size: 13px;
  background: #697d81;
  text-transform: uppercase;
  color: #e4eff0;
  border: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
#shop.confirm-mail #loginBox .panel-body {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
}
#shop.confirm-mail #loginBox .panel-body p {
  font-size: 17px;
}
#shop.confirm-mail #loginBox .panel-body .col-lg-10 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#shop.confirm-mail #loginBox .panel-body input {
  width: 100%;
  height: 48px;
  line-height: 40px;
  font-size: 17px;
  color: #6f787b;
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
#shop.confirm-mail #loginBox .panel-body .form-group.has-error input {
  border-color: #c3370c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#shop.confirm-mail #loginBox .panel-body .form-group.has-error small {
  display: block!important;
  text-indent: -9999em;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 11px;
  height: 20px;
  width: 5px;
  background: url(../images/error.png) no-repeat center center;
}
#shop.confirm-mail #loginBox .panel-body .form-group.has-success #email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.confirm-mail #loginBox .panel-body .form-group.has-success small {
  display: none!important;
}
#shop.confirm-mail .btn-complete {
  width: 150px;
  font-size: 18px;
  color: #fdfdfe;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 90px;
}
#shop.confirm-mail .btn-complete:hover {
  background-position: 0 -45px;
}
#shop.register #loginBox,
#shop.login #loginBox,
#shop.register #registerBox,
#shop.login #registerBox {
  margin-top: 50px;
}
#shop.register #loginBox .panel-heading,
#shop.login #loginBox .panel-heading,
#shop.register #registerBox .panel-heading,
#shop.login #registerBox .panel-heading {
  line-height: 30px;
  padding: 14px 26px;
}
#shop.register #loginBox .panel-heading .btn,
#shop.login #loginBox .panel-heading .btn,
#shop.register #registerBox .panel-heading .btn,
#shop.login #registerBox .panel-heading .btn {
  font-size: 13px;
  background: #697d81;
  text-transform: uppercase;
  color: #e4eff0;
  border: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
#shop.register #loginBox .panel-body,
#shop.login #loginBox .panel-body,
#shop.register #registerBox .panel-body,
#shop.login #registerBox .panel-body {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
}
#shop.register #loginBox .panel-body p,
#shop.login #loginBox .panel-body p,
#shop.register #registerBox .panel-body p,
#shop.login #registerBox .panel-body p {
  font-size: 17px;
}
#shop.register #loginBox .panel-body .col-lg-10,
#shop.login #loginBox .panel-body .col-lg-10,
#shop.register #registerBox .panel-body .col-lg-10,
#shop.login #registerBox .panel-body .col-lg-10 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#shop.register #loginBox .panel-body input,
#shop.login #loginBox .panel-body input,
#shop.register #registerBox .panel-body input,
#shop.login #registerBox .panel-body input {
  width: 100%;
  height: 48px;
  line-height: 40px;
  font-size: 17px;
  color: #6f787b;
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
#shop.register #loginBox .panel-body .form-group input.unhappy,
#shop.login #loginBox .panel-body .form-group input.unhappy,
#shop.register #registerBox .panel-body .form-group input.unhappy,
#shop.login #registerBox .panel-body .form-group input.unhappy {
  border-color: #c3370c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#shop.register #loginBox .panel-body .form-group input.unhappy + .unhappyMessage,
#shop.login #loginBox .panel-body .form-group input.unhappy + .unhappyMessage,
#shop.register #registerBox .panel-body .form-group input.unhappy + .unhappyMessage,
#shop.login #registerBox .panel-body .form-group input.unhappy + .unhappyMessage {
  display: block!important;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 11px;
  height: 20px;
  width: 5px;
  text-indent: -9999em;
  background: url(../images/error.png) no-repeat center center;
}
#shop.register #loginBox .panel-body .form-group input.happy + .unhappyMessage,
#shop.login #loginBox .panel-body .form-group input.happy + .unhappyMessage,
#shop.register #registerBox .panel-body .form-group input.happy + .unhappyMessage,
#shop.login #registerBox .panel-body .form-group input.happy + .unhappyMessage {
  display: none!important;
}
#shop.register #loginBox .panel-body .form-group input#email,
#shop.login #loginBox .panel-body .form-group input#email,
#shop.register #registerBox .panel-body .form-group input#email,
#shop.login #registerBox .panel-body .form-group input#email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.register #loginBox .panel-body .form-group.has-error input,
#shop.login #loginBox .panel-body .form-group.has-error input,
#shop.register #registerBox .panel-body .form-group.has-error input,
#shop.login #registerBox .panel-body .form-group.has-error input {
  border-color: #c3370c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#shop.register #loginBox .panel-body .form-group.has-error small,
#shop.login #loginBox .panel-body .form-group.has-error small,
#shop.register #registerBox .panel-body .form-group.has-error small,
#shop.login #registerBox .panel-body .form-group.has-error small {
  display: block!important;
  text-indent: -9999em;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 11px;
  height: 20px;
  width: 5px;
  background: url(../images/error.png) no-repeat center center;
}
#shop.register #loginBox .panel-body .form-group.has-success #email,
#shop.login #loginBox .panel-body .form-group.has-success #email,
#shop.register #registerBox .panel-body .form-group.has-success #email,
#shop.login #registerBox .panel-body .form-group.has-success #email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.register #loginBox .panel-body .form-group.has-success small,
#shop.login #loginBox .panel-body .form-group.has-success small,
#shop.register #registerBox .panel-body .form-group.has-success small,
#shop.login #registerBox .panel-body .form-group.has-success small,
#shop.register #loginBox .panel-body .form-group.has-success .help-block,
#shop.login #loginBox .panel-body .form-group.has-success .help-block,
#shop.register #registerBox .panel-body .form-group.has-success .help-block,
#shop.login #registerBox .panel-body .form-group.has-success .help-block {
  display: none!important;
}
#shop.register #loginBox .help-block,
#shop.login #loginBox .help-block,
#shop.register #registerBox .help-block,
#shop.login #registerBox .help-block {
  font-size: 13px;
}
#shop.register #loginBox .bootstrap-select,
#shop.login #loginBox .bootstrap-select,
#shop.register #registerBox .bootstrap-select,
#shop.login #registerBox .bootstrap-select {
  margin-bottom: 15px;
  width: 100%;
}
#shop.register #loginBox .bootstrap-select .btn,
#shop.login #loginBox .bootstrap-select .btn,
#shop.register #registerBox .bootstrap-select .btn,
#shop.login #registerBox .bootstrap-select .btn {
  width: 100%;
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
#shop.register #loginBox .bootstrap-select .btn .filter-option,
#shop.login #loginBox .bootstrap-select .btn .filter-option,
#shop.register #registerBox .bootstrap-select .btn .filter-option,
#shop.login #registerBox .bootstrap-select .btn .filter-option {
  font-size: 17px;
  color: #6f787b;
}
#shop.register #loginBox .bootstrap-select .btn .caret,
#shop.login #loginBox .bootstrap-select .btn .caret,
#shop.register #registerBox .bootstrap-select .btn .caret,
#shop.login #registerBox .bootstrap-select .btn .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #333;
}
#shop.register #loginBox .bootstrap-select .btn .caret::after,
#shop.login #loginBox .bootstrap-select .btn .caret::after,
#shop.register #registerBox .bootstrap-select .btn .caret::after,
#shop.login #registerBox .bootstrap-select .btn .caret::after {
  position: absolute;
  content: '';
  color: #fff;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -9px;
  left: 50%;
  margin-left: -6px;
}
#shop.register #loginBox .bootstrap-select.dropup .caret,
#shop.login #loginBox .bootstrap-select.dropup .caret,
#shop.register #registerBox .bootstrap-select.dropup .caret,
#shop.login #registerBox .bootstrap-select.dropup .caret {
  border-bottom: 0;
}
#shop.register #loginBox .bootstrap-select .dropdown-menu li,
#shop.login #loginBox .bootstrap-select .dropdown-menu li,
#shop.register #registerBox .bootstrap-select .dropdown-menu li,
#shop.login #registerBox .bootstrap-select .dropdown-menu li,
#shop.register #loginBox .bootstrap-select .dropdown-menu li a,
#shop.login #loginBox .bootstrap-select .dropdown-menu li a,
#shop.register #registerBox .bootstrap-select .dropdown-menu li a,
#shop.login #registerBox .bootstrap-select .dropdown-menu li a {
  outline: 0px !important;
  -webkit-appearance: none;
  font-size: 17px;
  color: #6f787b;
}
#shop.register .btn-complete,
#shop.login .btn-complete {
  width: 150px;
  font-size: 18px;
  color: #fdfdfe;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 90px;
}
#shop.register .btn-complete:hover,
#shop.login .btn-complete:hover {
  background-position: 0 -45px;
}
#shop.pay h2 {
  font-size: 24px;
  color: #3a5969;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#shop.pay table.order-summary {
  margin-bottom: 0;
}
#shop.pay table.order-summary td {
  border: 0;
  border-bottom: 2px solid #c5cfd1;
}
#shop.pay table.order-summary td.summary-product {
  padding: 22px 25px 22px 14px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
#shop.pay table.order-summary td.summary-product h4 {
  font-size: 17px;
  color: #314448;
  font-weight: normal;
  margin: 0 0 10px 0;
}
#shop.pay table.order-summary td.summary-product p {
  font-size: 12px;
  color: #95a8ac;
  font-family: 'apercumedium', Helvetica, sans-serif;
  margin: 0 0 2px 0;
}
#shop.pay table.order-summary td.summary-price {
  color: #14916a;
  vertical-align: middle;
  font-size: 27px;
  font-family: 'apercubold', Helvetica, sans-serif;
  text-align: right;
  padding-right: 20px;
}
#shop.pay table.order-summary td.summary-subtotal {
  border-bottom: 0;
  text-align: right;
  padding-right: 25px;
}
#shop.pay table.order-summary td.coupon-box {
  border-bottom: 0;
  padding-top: 25px;
}
#shop.pay table.order-summary td.coupon-box .form-control {
  width: 58%;
  display: inline-block;
}
#shop.pay table.order-summary td.coupon-box .btn {
  width: 30%;
  display: inline-block;
  line-height: 48px;
  height: 48px;
}
#shop.pay table.order-summary td.summary-subtotal {
  padding: 25px 25px 25px 24px;
  font-size: 17px;
  font-family: 'apercumedium', Helvetica, sans-serif;
  color: #8e989b;
  line-height: 23px;
}
#shop.pay table.order-summary td.summary-subtotal strong {
  font-size: 23px;
  color: #314448;
  margin-left: 10px;
}
#shop.pay .col-lg-10 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#shop.pay input {
  width: 100%;
  height: 48px;
  line-height: 40px;
  font-size: 17px;
  color: #6f787b;
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
#shop.pay .unhappyMessage {
  display: none!important;
}
#shop.pay .form-group {
  position: relative;
}
#shop.pay .form-group input.unhappy {
  border-color: #c3370c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#shop.pay .form-group input.unhappy + .unhappyMessage {
  display: block!important;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 11px;
  height: 20px;
  width: 5px;
  text-indent: -9999em;
  background: url(../images/error.png) no-repeat center center;
}
#shop.pay .form-group input.happy + .unhappyMessage {
  display: none!important;
}
#shop.pay .form-group input#email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.pay .form-group.has-error input,
#shop.pay .form-group.has-error .btn {
  border-color: #c3370c!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#shop.pay .form-group.has-error small {
  display: block!important;
  text-indent: -9999em;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 11px;
  height: 20px;
  width: 5px;
  background: url(../images/error.png) no-repeat center center;
}
#shop.pay .form-group.has-success #email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.pay .form-group.has-success small {
  display: none!important;
}
#shop.pay #expMonthBlock,
#shop.pay #expYearBlock,
#shop.pay .cvc {
  position: relative;
}
#shop.pay #expMonthBlock.has-error button,
#shop.pay #expYearBlock.has-error button,
#shop.pay .cvc.has-error button {
  border-color: #c3370c;
}
#shop.pay #expMonthBlock.has-error small,
#shop.pay #expYearBlock.has-error small,
#shop.pay .cvc.has-error small {
  display: block!important;
  text-indent: -9999em;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 11px;
  height: 20px;
  width: 5px;
  background: url(../images/error.png) no-repeat center center;
}
#shop.pay #expMonthBlock.has-success #email,
#shop.pay #expYearBlock.has-success #email,
#shop.pay .cvc.has-success #email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.pay #expMonthBlock.has-success small,
#shop.pay #expYearBlock.has-success small,
#shop.pay .cvc.has-success small {
  display: none!important;
}
#shop.pay .form-group.unhappy button {
  border: 4px solid #c3370c!important;
}
#shop.pay .form-group.happy #email {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#shop.pay .form-group.happy small {
  display: none!important;
}
#shop.pay .help-block {
  font-size: 13px;
}
#shop.pay #addressBlock .panel-body {
  padding-left: 100px;
  padding-right: 100px;
}
#shop.pay #addressBlock .bootstrap-select {
  margin-bottom: 15px;
  width: 100%;
}
#shop.pay #addressBlock .bootstrap-select .btn {
  width: 100%;
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
#shop.pay #addressBlock .bootstrap-select .btn .filter-option {
  font-size: 17px;
  color: #6f787b;
}
#shop.pay #addressBlock .bootstrap-select .btn .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #333;
}
#shop.pay #addressBlock .bootstrap-select .btn .caret::after {
  position: absolute;
  content: '';
  color: #fff;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -9px;
  left: 50%;
  margin-left: -6px;
}
#shop.pay #addressBlock .bootstrap-select.dropup .caret {
  border-bottom: 0;
}
#shop.pay #addressBlock .bootstrap-select .dropdown-menu li,
#shop.pay #addressBlock .bootstrap-select .dropdown-menu li a {
  outline: 0px !important;
  -webkit-appearance: none;
  font-size: 17px;
  color: #6f787b;
}
#shop.pay .btn-complete {
  font-size: 18px;
  color: #fdfdfe;
  border: 0;
  width: 182px;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 90px;
}
#shop.pay .btn-complete:hover {
  background-position: 0 -45px;
}
#shop.pay .balance-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
#shop.pay .balance-box table {
  margin: 0;
  border-bottom: 2px solid #ebebeb;
}
#shop.pay .balance-box table td {
  border: 0;
  padding: 25px 40px;
}
#shop.pay .balance-box table td.due-label {
  color: #899da2;
  line-height: 25px;
}
#shop.pay .balance-box table td.due-price {
  font-size: 25px;
  line-height: 25px;
  color: #14353c;
  font-family: 'apercumedium', Helvetica, sans-serif;
}
#shop.pay .cc-box {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
}
#shop.pay .cc-box .cc-cards {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: auto;
}
#shop.pay .cc-box .cc-cards li {
  float: left;
  display: block;
  margin-right: 8px;
}
#shop.pay .cc-box .bootstrap-select {
  width: 100%;
}
#shop.pay .cc-box .bootstrap-select .btn {
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
#shop.pay .cc-box .bootstrap-select .btn .filter-option {
  font-size: 17px;
  color: #6f787b;
}
#shop.pay .cc-box .bootstrap-select .btn .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #333;
}
#shop.pay .cc-box .bootstrap-select .btn .caret::after {
  position: absolute;
  content: '';
  color: #fff;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -9px;
  left: 50%;
  margin-left: -6px;
}
#shop.pay .cc-box .bootstrap-select.dropup .caret {
  border-bottom: 0;
}
#shop.pay .cc-box .bootstrap-select .dropdown-menu li,
#shop.pay .cc-box .bootstrap-select .dropdown-menu li a {
  outline: 0px !important;
  -webkit-appearance: none;
  font-size: 17px;
  color: #6f787b;
}
#shop.thanks .confirmation img {
  margin-bottom: 20px;
}
#shop.thanks .confirmation h2 {
  font-size: 33px;
  color: #3a5969;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#shop.thanks .confirmation p {
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #839396;
  font-family: 'apercubold', Helvetica, sans-serif;
  margin-bottom: 30px;
}
#shop.thanks .confirmation p strong {
  font-weight: normal;
  color: #41808e;
}
#shop.thanks .confirmation .btn-complete {
  font-size: 18px;
  color: #fdfdfe;
  position: relative;
  border: 0;
  width: auto;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 52px;
  line-height: 52px;
  padding: 0 55px 0 35px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 104px;
}
#shop.thanks .confirmation .btn-complete:hover {
  background-position: 0 -52px;
}
#shop.thanks .confirmation .btn-complete span {
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #dce9e4;
}
.info-box {
  background: #142132;
  bottom: -424px;
  left: 0;
  position: fixed;
  width: 100%;
  height: 424px;
  z-index: 90;
}
.info-box .container {
  position: relative;
  padding: 120px 0;
}
.info-box h2 {
  font-size: 30px;
  color: #f8fbff;
  font-family: 'apercubold', Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.info-box p {
  font-size: 20px;
  color: #9bacc2;
  font-family: 'apercumedium', Helvetica, sans-serif;
  line-height: 26px;
}
.info-box .close-info {
  top: 69px;
  right: 0;
  position: absolute;
  text-indent: -99999em;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/close-icon.png) no-repeat 0 0;
}
.info-box .close-info:hover {
  background-position: -32px 0;
}
#footer-inner {
  padding: 45px 0;
  text-align: center;
}
#footer-inner p {
  font-size: 15px;
  color: #436167;
}
/* FAQ */
body.faq {
  background: #4d7053;
}
body.faq .modal-dialog {
  width: 850px;
}
#faq .container {
  padding: 70px 0;
  text-align: center;
}
#faq h2 {
  color: #fdfdfe;
  font-size: 45px;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
#faq p.lead {
  color: #bbc9c6;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
#faq p.lead a {
  color: #bbc9c6;
  font-weight: 700;
}
#faq .grid-sizer {
  width: 50%;
}
#faq .col-md-6 {
  word-wrap: break-word;
  width: 50%;
}
#faq .question {
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 30px;
  text-align: left;
  word-wrap: break-word;
}
#faq .question p {
  font-size: 15px;
  line-height: 24px;
  color: #a8a8a8;
}
#faq .question p strong {
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  color: #11232e;
  font-size: 17px;
}
#faq .question ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #a8a8a8;
  position: relative;
  margin-bottom: 15px;
}
#faq .question ul li::after {
  content: '';
  width: 12px;
  height: 0px;
  border-bottom: 3px solid #000;
  position: absolute;
  top: 10px;
  left: -30px;
}
#faq .question ul li ul {
  margin-top: 10px;
}
#faq .question ul li ul li {
  list-style: none;
  margin-bottom: 10px;
}
#faq .question ul li ul li::after {
  content: '+';
  width: 20px;
  font-size: 26px;
  line-height: 18px;
  height: 20px;
  border: 0;
  color: #76ab7f;
  font-family: 'apercubold', Helvetica, sans-serif;
  position: absolute;
  top: 1px;
  left: -30px;
}
#faq .question ul li strong {
  color: #11232e;
}
#faq-list #schoolsList-nav {
  padding-top: 10px;
  position: relative;
}
#faq-list #schoolsList-nav .pagination {
  margin-bottom: 20px;
}
#faq-list .ln-letters a.ln-disabled {
  color: #ccc;
}
#faq-list .ln-letter-count {
  display: none!important;
}
/* FreeBikeProject */
body.freebike {
  background: #e39f1b;
}
#freebike .container {
  padding: 70px 0;
  text-align: center;
}
#freebike .photo-bikes {
  background: url(../images/bikes.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 450px;
}
#freebike h2 {
  color: #fdfdfe;
  font-size: 40px;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#freebike p {
  color: #64460b;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
#freebike p a {
  color: #64460b;
  font-weight: 700;
}
#freebike table td,
#freebike table th {
  border-top: 0;
  padding: 0;
}
#freebike table th {
  height: 55px;
}
#freebike table th span {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #a6791f;
  font-size: 14px;
  color: #ecedee;
  font-family: 'apercumedium', Helvetica, sans-serif;
  text-transform: uppercase;
}
#freebike table th span.left-corner {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#freebike table th span.right-corner {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#freebike table th.rank-cell {
  padding-left: 0;
  padding-right: 0;
}
#freebike table th.rank-cell span {
  padding: 20px 0;
  height: 60px;
}
#freebike table td {
  height: 70px;
}
#freebike table td.rank-cell {
  width: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 22px;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
#freebike table td.rank-cell span {
  display: block;
  width: 100%;
  height: 63px;
  padding: 20px 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#freebike table td.name-cell {
  width: 515px;
  text-align: left;
}
#freebike table td.name-cell span {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: 'apercu', Helvetica, sans-serif;
  color: #929c9f;
}
#freebike table td.points-cell {
  width: 120px;
}
#freebike table td.points-cell span {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #ffffff;
  font-size: 24px;
  line-height: 22px;
  font-family: 'apercumedium', Helvetica, sans-serif;
  color: #292929;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#freebike table tr.board-1 .rank-cell span {
  background: #c63d00;
}
/* Renewal */
body.renewal {
  background: #0d191d;
}
#renewal {
  position: relative;
}
#renewal #forest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#renewal .renewal-title {
  padding: 100px 0 70px;
  text-align: center;
}
#renewal .renewal-title .icon-renewal {
  margin-bottom: 50px;
}
#renewal .renewal-title h2 {
  font-size: 45px;
  color: #fdfdfe;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'apercubold', Helvetica, sans-serif;
  margin: 0 0 30px 0;
}
#renewal .renewal-title p {
  color: #a0bea7;
  font-family: 'apercu', Helvetica, Arial, sans-serif;
  font-size: 19px;
  padding: 0 100px;
  margin: 0;
}
#renewal .panel-primary {
  border: 0;
  border-radius: 5px;
  background: #687e85;
}
#renewal .panel-primary > .panel-heading {
  background: #687e85;
  border-color: #687e85;
  border-radius: 5px 5px 0 0;
  padding: 25px 30px 22px;
}
#renewal .panel-primary > .panel-heading h3 {
  font-size: 23px;
  color: #e7f0f3;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px;
}
#renewal .panel-primary > .panel-heading p {
  line-height: 30px;
  color: #112931;
  font-size: 13px;
  margin: 0;
  font-family: 'apercu', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#renewal .panel-primary > .panel-body {
  background: #fff;
  border-radius: 10px;
  padding: 30px 0 0;
}
#renewal .domain-list-container {
  padding: 0 60px;
}
#renewal .domain-list-container .table {
  border-bottom: 2px solid #f5f5f5;
}
#renewal .domain-list-container .table > tbody > tr > th {
  border-top: 0;
  border-bottom: 2px solid #f5f5f5;
  font-weight: normal;
}
#renewal .domain-list-container .table > tbody > tr > th p {
  font-size: 12px;
  font-weight: normal;
  color: #4d656d;
  font-family: 'apercu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
#renewal .domain-list-container .table > tbody > tr > td {
  border-top: 0;
  border-bottom: 2px solid #f5f5f5;
}
#renewal .domain-list-container .table > tbody > tr > td .domain-name {
  font-size: 23px;
  line-height: 25px;
  color: #11232e;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
#renewal .domain-list-container .table > tbody > tr > td small {
  font-size: 13px;
  color: #8496a0;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#renewal .domain-list-container .table > tbody > tr > td small.red {
  color: #a95a50;
}
#renewal .domain-list-container .table > tbody > tr > td .domain-price {
  font-size: 20px;
  line-height: 25px;
  color: #11232e;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
#renewal .domain-list-container .btn-complete {
  display: none;
  float: right;
  background: #439f6b;
  border-color: #439f6b;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  width: 170px;
  box-shadow: none;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
#renewal #order-checkout {
  background: #429f3b;
  border-radius: 5px;
  margin: 20px 60px 40px;
  position: relative;
  min-height: 90px;
}
#renewal #order-checkout .order-details {
  padding: 20px 25% 20px 95px;
  min-height: 90px;
}
#renewal #order-checkout .order-details .icon-cart {
  width: 45px;
  height: 45px;
  background: #25711f;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 48px;
  margin-top: -22px;
  text-align: center;
  line-height: 41px;
}
#renewal #order-checkout .order-details ul {
  margin: 0;
}
#renewal #order-checkout .order-details ul li {
  list-style: none;
}
#renewal #order-checkout .order-details p {
  margin: 0;
}
#renewal #order-checkout .order-details p span.domain {
  color: #fff;
  font-size: 16px;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 150px;
  display: inline-block;
  margin-right: 20px;
}
#renewal #order-checkout .order-details p span.domain-price {
  font-size: 16px;
  color: #0d4f2a;
  display: inline-block;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#renewal #order-checkout .order-total {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  display: block;
  height: 100%;
  background: #27754a;
  border-radius: 0 5px 5px 0;
  padding-left: 20px;
  padding-top: 15px;
}
#renewal #order-checkout .order-total p {
  font-size: 30px;
  color: #fff;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
#renewal #order-checkout .order-total p.total-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#renewal #payment-checkout {
  background: #1a383c;
  padding-bottom: 50px;
  border-radius: 0 0 5px 5px;
}
#renewal #payment-checkout .payment-checkout-title {
  padding: 33px 60px 24px;
  border-bottom: 5px solid #122c30;
  margin-bottom: 45px;
}
#renewal #payment-checkout .payment-checkout-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 3px;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  margin: 0;
}
#renewal #payment-checkout .payment-checkout-title h2 span.title {
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  vertical-align: middle;
  display: inline;
  color: #fff;
  font-size: 25px;
}
#renewal #payment-checkout .payment-checkout-title h2 small {
  font-size: 15px;
  color: #a9cbd0;
  font-family: 'apercu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  letter-spacing: 0;
  line-height: 28px;
  display: inline;
  vertical-align: middle;
  margin-left: 22px;
}
#renewal #payment-checkout .payment-checkout-title p {
  font-size: 13px;
  color: #8ca1a7;
  line-height: 20px;
  margin: 0;
}
#renewal #payment-checkout .payment-checkout-title p img {
  display: inline-block;
  margin-right: 15px;
}
#renewal #payment-checkout .payment-checkout-credit-card {
  padding: 0 60px 0 85px;
}
#renewal #payment-checkout .payment-checkout-credit-card label {
  font-size: 14px;
  color: #8babb4;
}
#renewal #payment-checkout .payment-checkout-credit-card .cc-cards {
  margin: 74px 0 20px 0;
  padding: 0;
  overflow: auto;
}
#renewal #payment-checkout .payment-checkout-credit-card .cc-cards li {
  float: left;
  display: block;
  margin-right: 4px;
}
#renewal #payment-checkout .payment-checkout-credit-card .cc-cards li img {
  width: auto;
  height: 26px;
}
#renewal #payment-checkout .payment-checkout-credit-card .btn-complete {
  background: #439f6b;
  border-color: #439f6b;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  width: 170px;
  box-shadow: none;
  font-family: 'apercumedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
#renewal #payment-checkout .payment-checkout-credit-card .btn-complete:hover,
#renewal #payment-checkout .payment-checkout-credit-card .btn-complete:active,
#renewal #payment-checkout .payment-checkout-credit-card .btn-complete:focus {
  background: #56c184;
  border-color: #56c184;
  outline: 0;
  box-shadow: none;
}
#renewal #payment-checkout input::-webkit-input-placeholder {
  color: #41676c;
}
#renewal #payment-checkout input:-moz-placeholder {
  color: #41676c;
}
#renewal #payment-checkout input:-ms-input-placeholder {
  color: #41676c;
}
#renewal #payment-checkout input.form-control {
  background: #1a383c;
  border: 4px solid #396065;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  font-size: 17px;
  color: #a5bdc8;
  font-family: 'apercu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 50px;
}
#renewal #payment-checkout input.form-control:focus,
#renewal #payment-checkout input.form-control:active {
  border-color: #4a797f;
  color: #a5bdc8;
}
#renewal #payment-checkout .bootstrap-select {
  width: 100%;
}
#renewal #payment-checkout .bootstrap-select .btn {
  background: #1a383c;
  border: 4px solid #396065;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
  padding: 9px 12px 10px;
}
#renewal #payment-checkout .bootstrap-select .btn .filter-option {
  font-size: 17px;
  color: #a5bdc8;
}
#renewal #payment-checkout .bootstrap-select .btn .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #32575c;
}
#renewal #payment-checkout .bootstrap-select .btn .caret::after {
  position: absolute;
  content: '';
  color: #1a383c;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -9px;
  left: 50%;
  margin-left: -6px;
}
#renewal #payment-checkout .bootstrap-select.dropup .caret {
  border-bottom: 0;
}
#renewal #payment-checkout .bootstrap-select .dropdown-menu li,
#renewal #payment-checkout .bootstrap-select .dropdown-menu li a {
  outline: 0px !important;
  -webkit-appearance: none;
  font-size: 17px;
  color: #6f787b;
}
#renewal #renewal-form {
  border-radius: 5px;
}
/* Modals */
#ambassador-response {
  display: none;
}
.ambassador-modal form {
  padding: 30px 100px;
}
.ambassador-modal iframe {
  width: 100%;
}
.ambassador-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.ambassador-modal input {
  width: 100%;
  height: 48px;
  line-height: 40px;
  font-size: 17px;
  color: #6f787b;
  background: #fff;
  padding: 6px 12px;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
.ambassador-modal .btn-complete {
  width: 150px;
  float: right;
  font-size: 18px;
  color: #fdfdfe;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 90px;
}
.ambassador-modal .btn-complete:hover {
  background-position: 0 -45px;
}
.modal-content {
  border: 0;
}
.modal-content .modal-header {
  background: #95a8aa;
  border-bottom: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-content .modal-header h4 {
  color: #fff;
}
.modal-content .modal-body p {
  font-size: 18px;
  line-height: 28px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal-content .modal-footer {
  border-top: 0;
}
.modal-content .btn.add-cart,
.modal-content .btn.got-it {
  padding: 0 20px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  background: #35a4b2;
  background: -moz-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35a4b2), color-stop(50%, #058e9f));
  background: -webkit-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: -o-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: -ms-linear-gradient(top, #35a4b2 0%, #058e9f 50%);
  background: linear-gradient(to bottom, #35a4b2 0%, #058e9f 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35a4b2', endColorstr='#058e9f', GradientType=0);
  background-size: 1px 84px;
}
.modal-content .btn.add-cart:hover,
.modal-content .btn.got-it:hover {
  background-position: 0 -42px;
}
.modal-content .btn.cancel-request {
  font-family: 'apercubold', Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  height: 42px;
  font-size: 16px;
  background: #d83104;
  border: 0;
  color: #fff;
}
.modal-content .btn.cancel-request:hover {
  background: #b12e0a;
}
/* Github Modal */
.github__app {
  padding-left: 100px;
  padding-right: 100px;
  overflow: auto;
}
.github__app input {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  line-height: 40px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #6f787b;
  background: #fff;
  border: 4px solid #c1c9cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
}
.github__app a {
  width: 150px;
  float: right;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fdfdfe;
  border: 0;
  font-family: 'apercubold', Helvetica, sans-serif;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  background: #1e966f;
  background: -moz-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e966f), color-stop(50%, #007c4d));
  background: -webkit-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -o-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: -ms-linear-gradient(top, #1e966f 0%, #007c4d 50%);
  background: linear-gradient(to bottom, #1e966f 0%, #007c4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e966f', endColorstr='#007c4d', GradientType=0);
  background-size: 1px 90px;
}
.github__app a:hover {
  background-position: 0 -45px;
}
/* CSS Loader */
.loadie {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8cb4d4;
  width: 0;
  height: 5px;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.cart-container .loadie {
  top: auto;
  bottom: -5px;
}
#spinner-container {
  padding: 20px 0;
}
.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
/* iCheck CSS */
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/green.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 20px;
}
.icheckbox_square-green {
  background-position: 0 0;
}
.icheckbox_square-green.hover {
  background-position: -24px 0;
}
.icheckbox_square-green.checked {
  background-position: -48px 0;
}
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-green {
  background-position: -120px 0;
}
.iradio_square-green.hover {
  background-position: -144px 0;
}
.iradio_square-green.checked {
  background-position: -168px 0;
}
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(../images/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* Bootstrap Select */
/*!
 * Bootstrap-select v1.6.2 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/* Bootstrap Validator */
/**
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */
.bv-form .help-block {
  margin-bottom: 0;
}
.bv-form .tooltip-inner {
  text-align: left;
}
.nav-tabs li.bv-tab-success > a {
  color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
  color: #a94442;
}
.bv-form .bv-icon-no-label {
  top: 0;
}
.bv-form .bv-icon-input-group {
  top: 0;
  z-index: 100;
}
/* Bootstrap Toggle Switch */
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  margin-top: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #2963a5;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #0b0b0b;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #fff;
  background: #0b0b0b;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #8a8a8a;
  background: #c5c5c5;
  position: relative;
}
.bootstrap-switch .bootstrap-switch-label::after {
  content: '';
  display: block;
  position: absolute;
  border-left: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  top: 50%;
  left: 11px;
  margin-top: -7px;
  width: 8px;
  height: 14px;
}
.bootstrap-switch .bootstrap-switch-label::before {
  content: '';
  display: block;
  position: absolute;
  border-left: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  top: 50%;
  right: 12px;
  margin-top: -7px;
  width: 8px;
  height: 14px;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* Responsive */
@media only screen and (max-width: 1300px) {
  #hero #mountains {
    position: relative;
    background: #8cb4d4 url(../images/hero.backup.png) no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero #waterloo{
    position: relative;
    background: #cf2c00 url(../images/hero.backup-waterloo.jpg) no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero .waterloo-lion{
    bottom:130px;
    right: 0;
  }
  #hero .waterloo-logo{
    bottom:170px;
    right: 0;
  }
  #hero #free-services {
    bottom: -110px;
  }
  #home-blocks {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #hero .container {
    width: 970px;
    margin-left: -485px;
  }
  #hero #homeSearchBox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #hero #free-services ul li.email {
    width: 270px;
  }
  #hero #free-services ul li.and {
    margin: 0 43px 0 0px;
  }
  #hero #free-services ul li.aboutme {
    width: 300px;
  }
  #hero #free-services ul li.or {
    margin: 0 44px 0 23px;
  }
  #hero #free-services ul li.github {
    width: 236px;
  }
  #hero .side-menu {
    right: 20px;
  }
  #home-blocks .right-box,
  #home-blocks .left-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #home-blocks p {
    font-size: 16px;
    line-height: 28px;
  }
  #home-blocks .col-md-6 {
    min-height: 440px;
  }
  #partnership ul li {
    margin-right: 50px;
  }
  #shop.confirm .panel-body .list-group .col-lg-10 {
    width: 100%;
  }
  #leaderboard table td.name-cell span {
    font-size: 17px;
  }
  #freebike table td.name-cell span {
    font-size: 17px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #hero #free-services {
    bottom: 0;
  }
  #home-blocks {
    padding-top: 0;
  }
  #shop.pay .cc-box .form-group .col-md-5 {
    margin-bottom: 15px;
  }
  #hero .waterloo-lion{
    bottom:150px!important;
    right: 0;
  }
  #hero .waterloo-logo{
    bottom:170px!important;
    right: 0;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #shop.pay #addressBlock .panel-body {
    padding-left: 40px;
    padding-right: 40px;
  }
  #shop.pay .cc-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  #hero .waterloo-credits{
    bottom:150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero #mountains {
    position: relative;
    background: #8cb4d4 url(../images/hero-tablet.png) no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero #waterloo{
    position: relative;
    background: #cf2c00 url(../images/hero-tablet-waterloo.jpg) no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero .waterloo-lion{
    bottom:50px;
    right: 0;
  }
  #hero .waterloo-logo{
    bottom:70px;
    right: 0;
  }
  #hero #homeSearchBox h1 {
    font-size: 18px;
  }
  #hero #homeSearchBox h1::after {
    left: -35px;
    top: 8px;
  }
  #hero #homeSearchBox h1::before {
    right: -35px;
    top: 8px;
  }
  #hero #homeSearchBox h2 {
    font-size: 45px;
    margin-bottom: 15px;
  }
  #hero #homeSearchBox p {
    font-size: 19px;
    line-height: 30px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 45px;
  }
  #hero .container {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  #hero .side-menu {
    right: 45px;
  }
  #hero .side-menu ul li {
    border-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  #hero .side-menu .get-support,
  #hero .side-menu .faq-link {
    background: #23394c;
    display: block;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c2f3f5;
    line-height: 24px;
    font-size: 11px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
  }
  #hero .side-menu .get-support:hover,
  #hero .side-menu .faq-link:hover {
    background: #3b566d;
  }
  #hero .side-menu.dark .get-support,
  #hero .side-menu.dark .faq-link {
    background: #230c00;
    color: #fff;
  }
  #hero .side-menu.dark .get-support:hover,
  #hero .side-menu.dark .faq-link:hover {
    opacity: 0.8;
  }
  #hero #free-services {
    height: 120px;
  }
  #hero #free-services ul {
    padding: 20px 0 20px 0;
    overflow: auto;
  }
  #hero #free-services ul li {
    padding-top: 30px;
  }
  #hero #free-services ul li span.icon {
    display: none;
  }
  #hero #free-services ul li p {
    display: none;
  }
  #hero #free-services ul li h3 {
    text-align: center;
    margin: 0;
    font-size: 18px;
  }
  #hero #free-services ul li.email {
    padding-left: 0;
    width: 28%;
  }
  #hero #free-services ul li.and {
    margin: 0 20px;
  }
  #hero #free-services ul li.aboutme {
    padding-left: 0;
    width: 28%;
  }
  #hero #free-services ul li.or {
    margin: 0 20px;
  }
  #hero #free-services ul li.github {
    padding-left: 0;
    width: 28%;
  }
  #hero #free-services .flag-yellow {
    top: 0;
    left: 0;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  #hero #free-services .flag-yellow::after {
    display: none;
  }
  #home-blocks .right-box,
  #home-blocks .left-box {
    padding: 20px 20px 50px;
    width: 100%;
  }
  #home-blocks h4 {
    font-size: 25px;
  }
  #home-blocks p {
    font-size: 16px;
    line-height: 28px;
  }
  #home-blocks .col-md-4 {
    min-height: 234px;
  }
  #home-blocks .right-box,
  #home-blocks .left-box{
    height: auto;
  }
  #home-blocks .icon-left {
    width: 30%;
    float: left;
    display: block;
    text-align: right;
    padding-top: 30px;
  }
  #home-blocks .content-right {
    width: 70%;
    float: left;
    display: block;
    padding-left: 120px;
    padding-right: 100px;
  }
  #home-blocks .darkblue .right-box {
    padding-top: 60px;
  }
  #home-blocks .darkblue .right-box p {
    padding-left: 180px;
    padding-right: 180px;
  }
  #leaderboard h2 {
    font-size: 29px;
  }
  #leaderboard p {
    font-size: 16px;
    line-height: 24px;
  }
  #leaderboard .smaller-font {
    font-size: 16px;
    line-height: 24px;
  }
  #freebike h2 {
    font-size: 29px;
  }
  #freebike p {
    font-size: 16px;
    line-height: 24px;
  }
  #freebike .smaller-font {
    font-size: 16px;
    line-height: 24px;
  }
  body.faq .modal-dialog {
    width: auto;
  }
  #faq .grid-sizer {
    width: 100%;
  }
  #faq .col-md-6 {
    width: 100%;
  }
  #faq .question {
    word-wrap: break-word;
  }
  #partnership ul li {
    margin-right: 50px;
  }
  #partnership ul li.title {
    padding-top: 17px;
  }
  #partnership ul li.title p {
    font-size: 13px;
  }
  #partnership ul li.logo-me {
    width: 50px;
  }
  #partnership ul li.logo-aboutme {
    width: 133px;
  }
  #partnership ul li.logo-github {
    width: 88px;
  }
  #partnership ul li img {
    width: 100%;
    height: auto;
  }
  #shop .shopping-cart {
    margin-top: 40px;
  }
  #shop .shopping-cart td.td-subtotal-price {
    text-align: right;
  }
  #shop.confirm .panel-body .list-group .col-lg-10 {
    width: 100%;
  }
  .info-box img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #hero {
    min-height: 420px;
  }
  #hero #logo-home {
    width: 205px;
    height: 78px;
    margin: 40px auto 0;
    left: auto;
    top: auto;
    position: relative;
    background: url(../images/logo-mobile.png) no-repeat center center;
  }
  #hero #logo-home.dark{
    background: url(../images/logo-mobile-dark.png) no-repeat center center;
    z-index: 10;
  }
  #hero #mountains {
    position: relative;
    background: #8cb4d4;
  }
  #hero #waterloo{
    position: relative;
    background: #cf2c00 url(../images/hero-tablet-waterloo.jpg) no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero .waterloo-lion{
    bottom:70px;
    opacity: 0.6;
    width:300px;
    right:auto;
    left:50%;
    margin-left:-150px;
    z-index: 2;
  }
  #hero .waterloo-logo{
    bottom:100px;
    right: 0;
  }
  #hero .waterloo-credits{
    margin:0 auto; padding: 0 20px;
    width: 100%;
    position: absolute;
    bottom:15px;
    left: 0;
    right:auto;
    z-index: 3;
  }
  #hero .waterloo-credits li {
    display: block;
    text-align: center;
    border-right:0;
    margin-bottom: 15px;
    padding:0;
  }
  #hero .waterloo-credits li p{
    font-size: 16px;
  }

  #hero .container {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  #hero #homeSearchBox {
    margin-top: 30px;
  }
  #hero #homeSearchBox h1 {
    font-size: 18px;
    color: #02121e;
    border-top: 3px solid #6688a3;
    width: 160px;
    text-align: center;
    margin: 0 auto 20px;
    padding-top: 30px;
  }
  #hero #homeSearchBox h1::after {
    display: none;
  }
  #hero #homeSearchBox h1::before {
    display: none;
  }
  #hero #homeSearchBox h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #hero #homeSearchBox.dark h2 {
    font-family: 'archer', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    line-height: 32px;
  }
  #hero #homeSearchBox p {
    font-size: 17px;
    line-height: 22px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  #hero #homeSearchBox .form-group {
    width: 57%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  #hero #homeSearchBox .form-group input.form-control {
    font-size: 15px;
    padding: 0 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #hero #homeSearchBox .btn-group {
    width: 21%;
  }
  #hero #homeSearchBox .btn-group .btn {
    font-size: 15px;
  }
  #hero #homeSearchBox .btn-group .btn .caret {
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  #hero #homeSearchBox input.btn {
    width: 22%;
    font-size: 15px;
    padding: 10px 8px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #hero #homeSearchBox form .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #hero #free-services .flag-yellow {
    display: none;
  }
  #hero #free-services p.visible-xs {
    font-size: 14px;
    line-height: 20px;
    color: #a0b5cc;
    text-align: center;
    padding: 20px 60px;
  }
  #hero #free-services p.visible-xs span {
    color: #676792;
  }

  #home-blocks .col-md-6 {
    min-height: 180px;
    padding-bottom: 20px;
  }
  #home-blocks h4 {
    font-size: 21px;
  }
  #home-blocks .darkblue .right-box {
    padding-top: 50px;
  }
  #home-blocks .darkblue .right-box h4 {
    font-size: 30px;
  }
  #home-blocks .darkblue .right-box img {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  #home-blocks p {
    font-size: 14px;
    line-height: 22px;
  }
  #home-blocks .right-box,
  #home-blocks .left-box {
    width: 100%;
    padding: 20px 40px!important;
    height: auto;
  }
  body.faq .modal-dialog {
    width: auto;
  }
  #faq .row {
    margin-left: 0;
    margin-right: 0;
  }
  #faq h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #faq p {
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #faq .grid-sizer {
    width: 100%;
  }
  #faq .col-md-6 {
    width: 100%;
  }
  #faq .question {
    word-wrap: break-word;
  }
  #leaderboard {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #leaderboard h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #leaderboard p {
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #leaderboard p.text-center {
    padding: 0;
    margin: 0;
  }
  #leaderboard p.text-center.smaller-font {
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #leaderboard .btn {
    margin: 0;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #leaderboard .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  #leaderboard table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    border-collapse: collapse;
    margin-bottom: 0;
  }
  #leaderboard table td,
  #leaderboard table th {
    height: 32px;
  }
  #leaderboard table td span,
  #leaderboard table th span {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    padding: 10px 10px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #leaderboard table td.rank-cell,
  #leaderboard table th.rank-cell {
    font-size: 18px;
    width: 80px!important;
  }
  #leaderboard table td.name-cell,
  #leaderboard table th.name-cell {
    /*width:70%!important;*/
  }
  #leaderboard table td.name-cell span,
  #leaderboard table th.name-cell span {
    width: 100%;
    font-size: 14px;
  }
  #leaderboard table td.points-cell,
  #leaderboard table th.points-cell {
    width: 80px!important;
  }
  #leaderboard table td.points-cell span {
    font-size: 18px;
  }
  #freebike {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #freebike .container {
    padding: 30px 0;
  }
  #freebike .row {
    margin-left: 0;
    margin-right: 0;
  }
  #freebike h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #freebike p {
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #freebike p.text-center {
    padding: 0;
    margin: 0;
  }
  #freebike p.text-center.smaller-font {
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #freebike .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  #freebike table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    border-collapse: collapse;
    margin-bottom: 0;
  }
  #freebike table td,
  #freebike table th {
    height: 32px;
  }
  #freebike table td span,
  #freebike table th span {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    padding: 10px 10px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #freebike table td.rank-cell,
  #freebike table th.rank-cell {
    width: 20px!important;
  }
  #freebike table td.rank-cell span,
  #freebike table th.rank-cell span {
    height: 42px;
  }
  #freebike table th.rank-cell span {
    height: 40px;
  }
  #freebike table td.name-cell,
  #freebike table th.name-cell {
    /*width:70%!important;*/
  }
  #freebike table td.name-cell span,
  #freebike table th.name-cell span {
    width: 100%;
    font-size: 14px;
  }
  #freebike table td.points-cell,
  #freebike table th.points-cell {
    width: 125px!important;
  }
  #freebike table td.points-cell span {
    font-size: 18px;
  }
  #footer p {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
  }
  #inner-header {
    height: 120px;
  }
  #inner-header h1 {
    font-size: 16px;
    padding-top: 28px;
    text-align: center;
  }
  #inner-header h1.nopadding {
    padding: 0;
  }
  #inner-header h1#logo-inner {
    width: 210px;
    height: 40px;
    display: block;
    background: url(../images/logo-inner.png) no-repeat 0 0;
    background-size: 210px auto;
    text-indent: -9999em;
    margin: 22px auto  5px;
    float: none !important;
  }
  #inner-header.smaller {
    height: 70px;
  }
  #shop {
    padding-top: 25px;
    padding-bottom: 14px;
  }
  #shop #domain {
    font-size: 16px;
    padding-left: 46px;
    background: url(../images/icon-search.png) no-repeat 12px center;
  }
  #shop .shopping-cart {
    margin-top: 40px;
  }
  #shop .shopping-cart td.td-subtotal-price {
    text-align: right;
  }
  #shop table.table-summary {
    width: 100%;
  }
  #shop table.table-summary td.domain-summary {
    width: 70%;
    word-break: break-all;
  }
  #shop table.table-summary td.domain-summary strong {
    width: 100%;
    word-break: break-all;
    display: block;
  }
  #shop table.domain-result td {
    padding-left: 10px;
    padding-right: 10px;
  }
  #shop table.domain-result td.td-price {
    font-size: 14px;
  }
  #shop table.domain-result td.td-previous {
    display: none;
  }
  #shop table.domain-result td.td-domain h3 {
    font-size: 14px;
  }
  #shop table.domain-result td.td-get {
    padding-top: 21px;
  }
  #shop table.domain-result td .btn.add-cart {
    width: 56px;
    height: 25px;
    font-size: 12px;
    padding: 0 8px;
  }
  #shop .panel-primary > .panel-heading {
    height: auto;
  }
  #shop .panel-primary > .panel-heading h3 {
    font-size: 14px;
  }
  #shop .list-group .checkbox .radio label,
  #shop .list-group .checkbox label {
    font-size: 14px;
  }
  #shop .list-group .list-group-item {
    padding: 10px 6px;
  }
  #shop .list-group .checkbox .radio label .info-pop,
  #shop .list-group .checkbox label .info-pop {
    background: url(../images/icon-info.png) no-repeat 0 1px;
  }
  #shop.confirm .panel-primary .panel-body #email {
    width: 100%;
  }
  #shop .selectpicker-container .bootstrap-select {
    width: 100%!important;
  }
  #shop.verify h2 {
    font-size: 22px;
  }
  #shop.verify p {
    font-size: 16px;
    line-height: 22px;
  }
  #shop.confirm-mail .confirmation h2 {
    font-size: 22px;
    line-height: 28px;
  }
  #shop.confirm-mail p.text-center {
    font-size: 14px;
    line-height: 20px;
  }
  #shop.confirm-mail .pull-right {
    float: none!important;
  }
  #shop.confirm-mail #loginBox {
    margin-top: 30px;
  }
  #shop.confirm-mail #loginBox .panel-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #shop.confirm-mail #loginBox .panel-heading {
    padding-right: 20px;
  }
  #shop.confirm-mail #loginBox .panel-heading .pull-right {
    float: right!important;
  }
  #shop.confirm-mail .btn-complete {
    width: 100%;
  }
  #shop.register p.text-center {
    font-size: 14px;
    line-height: 20px;
  }
  #shop.register .pull-right {
    float: none!important;
  }
  #shop.register #registerBox {
    margin-top: 30px;
  }
  #shop.register #registerBox .panel-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #shop.register #registerBox .panel-heading {
    padding-right: 20px;
  }
  #shop.register #registerBox .panel-heading .pull-right {
    float: right!important;
  }
  #shop.register .btn-complete {
    width: 100%;
  }
  #shop.login p.text-center {
    font-size: 14px;
    line-height: 20px;
  }
  #shop.login .pull-right {
    float: none!important;
  }
  #shop.login #loginBox {
    margin-top: 30px;
  }
  #shop.login #loginBox .panel-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #shop.login #loginBox .panel-heading {
    padding-right: 20px;
  }
  #shop.login #loginBox .panel-heading .pull-right {
    float: right!important;
  }
  #shop.login .btn-complete {
    width: 100%;
  }
  #shop.pay table.order-summary td.summary-price {
    font-size: 18px;
  }
  #shop.pay table.order-summary td.coupon-box .form-control {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  #shop.pay table.order-summary td.coupon-box .btn {
    width: 100%;
    display: block;
  }
  #shop.pay #addressBlock .panel-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #shop.pay .balance-box table td {
    padding: 25px;
  }
  #shop.pay .cc-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  #shop.pay .cc-box .icon-cards {
    width: 100%;
  }
  #shop.pay .cc-box .form-group .col-md-5 {
    margin-bottom: 15px;
  }
  #shop.thanks .confirmation h2 {
    font-size: 22px;
    line-height: 28px;
  }
  #shop.thanks .confirmation p {
    font-size: 14px;
    line-height: 20px;
  }
  #shop.thanks .confirmation .btn-complete {
    width: 100%;
    font-size: 15px;
    padding: 0 20px 0 20px;
  }
  #shop.thanks .confirmation .btn-complete span {
    display: none;
  }
  .icheckbox_square-green,
  .iradio_square-green {
    margin-right: 10px;
  }
  .info-box .container {
    padding: 20px;
  }
  .info-box .close-info {
    top: 8px;
    right: 8px;
    z-index: 9999;
  }
  .info-box h2 {
    margin: 10px 0;
    font-size: 22px;
  }
  .info-box p {
    font-size: 16px;
    line-height: 22px;
  }
  .github__app {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ambassador-modal form {
    padding: 15px 20px;
  }
  #renewal #order-checkout .order-details {
      padding: 20px;
  }
  #renewal #order-checkout .order-details ul {
      padding: 0;
  }
  #renewal #order-checkout .order-details .icon-cart {
      display: none;
  }
  #renewal #order-checkout .order-total {
      position: static;
      width: auto;
      padding-bottom: 10px;
      border-radius: 0 0 5px 5px;
  }
}

/* extra css */
#rules{
  padding:100px 0 200px 0;
}

#rules h3{
  font-size: 32px;
  color: #fdfdfe;
  font-family: 'apercubold', Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 auto 40px;
  position: relative;
}

.btn-github{
  background:#fff;
  border:1px solid #444;
  border-radius:4px;
  display: inline-block;
  margin:25px auto;
  font-size: 16px;
  color:#444;
  padding:10px 20px 10px 40px;
  position:relative;
}

.btn-github:hover{
  background:#e1e1e1;
}

.btn-github span{
  width:24px; height:24px;
  background:url(../images/github-logo.png);
  background-size:24px auto;
  position: absolute;
  left:10px;
  top:50%;
  margin-top:-12px;
}
