/* Space out content a bit */
body {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  counter-reset: section;
}

@media (min-width: 768px) {
  .article-content {

  }


  .container {
    max-width: 600px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.article-content .sidebar p {
 font-size: 14px !important;
  line-height: 24px !important;

}


.article-cover {
  bottom: 30px;
  position: absolute;
}

.article-content {
  position: relative;
}

h3 a {
  color: #fff;
  text-decoration: none;
}

h3 a:hover {
  color: #fff;
  text-decoration: none;
}


.article-cover h1 {
  font-size: 50px;
  font-family: "proxima-nova";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  letter-spacing: -0.01em;
  line-height: 53px;
  display: inline;
}

.article-cover h2 {
  font-size: 30px;
  font-family: "proxima-nova";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1599999964237213px;
  line-height: 33px;
}



.article-content p {
  font-size: 22px;
  font-family: "proxima-nova";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 50);
  letter-spacing: 0.1599999964237213px;
  line-height: 32px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  position: relative;
}

.article-content h3 {
  font-size: 22px;
  font-family: "proxima-nova";
  font-weight: 600;
  letter-spacing: 0.1599999964237213px;
  line-height: 32px;
  margin-bottom: 40px;
}

.article-content ol {
  font-size: 22px;
  font-family: "proxima-nova";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 50);
  letter-spacing: 0.1599999964237213px;
  line-height: 32px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  position: relative;
  padding: 0px 0px 0px 30px;  
}


.article-content h2 {
  font-size: 30px;
  font-family: "proxima-nova";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 50);
  line-height: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  position: relative;
}

.article-content p:first-child {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 50);
  letter-spacing: 0.1599999964237213px;
  line-height: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

@media (max-width: 768px) {

.article-cover h1 {
  font-size: 35px;
  letter-spacing: 0em;
  line-height: 35px;
  display: inline;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.article-cover h2 {
  font-size: 20px;
  font-family: "proxima-nova";
  font-weight: 300;
  letter-spacing: 0.1599999964237213px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}



.article-content p:first-child {
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 50);
  letter-spacing: 0.1599999964237213px;
  line-height: 35px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}



}



.article-content a:hover {
  -webkit-font-smoothing: antialiased;
  background-color: rgba(66, 139, 202, 1);
  border-radius: 5px;
  padding: 0px 5px;
  text-decoration: none;
  color: rgb(255,255,255);
  margin: 0px -5px;
}

.sidetop a:hover {
  border-radius: 3px;
   padding: 0px 3px;
  margin: 0px -3px;
}

pre {
  word-break: normal; 
  word-wrap: normal;
  white-space: pre-line;
  font-size: 17px;
  font-family: "Courier New";
  padding: 20px;
  border: 0;
  border-left: 4px solid  #ccc;
  border-radius: 0px;
  background-color: #f9f9f9;
  margin-bottom: 0px;
}

.top-image {
  background: rgb(80,80,80); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  margin-bottom: 30px;
  overflow: hidden;

}


.top-image .image {
   left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  background: url() no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    -webkit-transition: all 5.1s ease-out;
  -webkit-transform: rotateZ(0deg);
  -webkit-animation: myfirst 6s ease-out;

}



@-webkit-keyframes myfirst
{
0%   {-webkit-transform: rotate3d(0,0,1,4deg) scale3d(1.3,1.3,1.3);}
100% {-webkit-transform: rotate3d(0,0,0,0deg) scale3d(1,1,1);}
}

.top-image .shade {
   left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  background: rgba(0,0,0,0.4);
  background: -webkit-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.7) 100%);
}



.header-nav {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 65px;
  letter-spacing: -0.2800000011920929px;
  line-height: 19.600000381469727px;
  position: absolute;
  top: 0px;
  z-index: 500;
  width: 100%;
}

.header-nav h3 {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  height: 65px;
  letter-spacing: -0.2800000011920929px;
  line-height: 19.600000381469727px;
}

.header-nav .pull-right {
  margin-top: 15px;
}

h3 .darker {
  color: rgb(200, 200, 200);

}

.header-button {
  margin-left: 10px;
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  border: 1px solid rgba(150, 150, 150, 0.8);
  color: rgba(220, 220, 220, 0.8);
  padding: 6px 6px 6px 6px;
  font-size: 13px;
  line-height: 30px;
  -webkit-transition: all 0.1s ease-out;
    position: relative;

}

.header-button:hover {
  background-color: rgba(220, 220, 220, 1);
  border: 1px solid rgba(220, 220, 220, 0.8);
  color: rgba(0,0,0,1);
  text-decoration: none;
  border-radius: 4px !important;
  padding: 6px 6px 6px 6px !important;
  margin-left: 10px;

}

.sidenote {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
   font-size: 14px !important;
  line-height: 24px !important;
  padding-right: 0;
  color: rgb(130,130,130);
 }

.sidenote:before {
  counter-increment: section;
  content: counter(section);
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 24px !important;
  padding-right: 0;
  color: rgb(130,130,130);
  top: -9px;
  left: 2px;
  position: relative;
}


.sidenote:after {
  counter-increment: section1;
  content: counter(section) ". " attr(data-sidenote);
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  position: absolute;
  right: -280px;
  width: 250px;
  font-size: 14px !important;
  line-height: 24px !important;
  padding-right: 0;
  color: rgb(130,130,130);
}


.sidetop {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  position: absolute;
  right: -280px;
  top: 4px;
  width: 250px;
   font-size: 14px !important;
  line-height: 24px !important;
  padding-right: 0;
  color: rgb(130,130,130);

}

.time-to-read {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 24px !important;
  color: rgba(255,255,255,0.9);
}

.time-to-read .date {
  opacity: 0.0;
}

.time-to-read .date:hover {
  opacity: 0.8;
}

.share-tooltip {
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 1000;
  border-radius: 7px;
  -webkit-transition: top 0.1s ease-out, opacity 0.2s ease-out 0.1s;
  padding: 5px 7px 8px 7px;
  opacity: 0;
  top: -1000px;
}

.share-tooltip .share-button {
 border: 1px solid rgba(0,0,0,0);
}

.mobile-share {
  margin-bottom: 40px;
}

header .mobile-share {
  margin-bottom: 0px;
}

.mobile-share .share-button {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0,0,0,0.5);
  padding: 16px 30px 16px 30px;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.1s ease-out;
  margin-right: 20px;
  display: inline-block;
  top: -8px;
  position: relative;
  height: 65px;
}

.share-tooltip-nub {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 48%;
}


.ride-side {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  position: fixed;
  right: 10px;
  bottom: -199px;
  width: 250px;
   font-size: 14px !important;
  line-height: 24px !important;
  padding-right: 0;
  color: rgb(130,130,130);
  background: -webkit-linear-gradient(rgba(255,255,255,0.0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
  padding: 180px 10px 15px 10px;
  -webkit-transition: bottom 0.4s ease-out;

}


@media (max-width: 1130px) {
  .sidetop, .sidenote, .invisible-1130 {
    display: none !important;
  }

}

.web-share {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  vertical-align: text-bottom;
}

@media (max-width: 768px) {
.web-share {
  display: none;
}

}



.css-slideshow .shade {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  background: rgba(0,0,0,0.4);
  z-index: 999;
}

.share-button {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255,255,255,0.5);
  padding: 6px 10px 6px 6px;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 0.1s ease-out;
  margin-right: 10px;
  display: inline-block;
  top: -8px;
  position: relative;
  height: 35px;
}

.share-button.facebook {
  margin-right: 0px;
}

.share-button.facebook:hover {
  margin-right: 0px !important;
}

.share-button.facebook {
  margin-right: 0px !important;
}

.ride-side .share-button {
   border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0,0,0,0.3);
  padding: 6px 10px 6px 6px;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 0.1s ease-out;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  top: -8px;
  position: relative;
}

.ride-side .share-button:hover, .share-tooltip .share-button:hover {
  background-color: rgba(66, 139, 202, 1);
  border: 1px solid rgba(66, 139, 202, 0.8);
  color: rgba(255,255,255,1);
  text-decoration: none;
  border-radius: 4px !important;
  padding: 6px 10px 6px 6px !important;
 margin: 0px 10px 0px 0px;

}


.share-button:hover {
  background-color: rgba(66, 139, 202, 1);
  border: 1px solid rgba(66, 139, 202, 0.8);
  color: rgba(255,255,255,1);
  text-decoration: none;
  border-radius: 4px !important;
  padding: 6px 10px 6px 6px !important;
  margin-right: 10px;

}

.image-regular {
  padding-bottom: 40px;
  position: relative;
}

.title-page {
  position: relative; 
  height: 700px;
}

@media (max-width: 768px) {
  .image-large,.image-regular, blockquote {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  figcaption {
    right: 30px;
    position: relative;
    padding-right: 15px !important;
  }

  .invisible-768 {
    display: none;
  }

  .title-page {
    position: relative; 
    height: 550px;
  }

  .top-image .image {
    -webkit-transition: none;
    -webkit-transform: none;
    -webkit-animation: none;

  }

  .visible-768 {
    display: block;
  }
}


@media (min-width: 768px) {
  .visible-768 {
    display: none;
  }
}


.image-large {
  margin-left: -100px;
  margin-right: -100px;
  padding-bottom: 40px;
  position: relative;
}


.bottom-section {
  background-color: rgb(240,240,240);
  padding: 40px 0px 0px 0px;
  margin: 0px 0 0px 0;
    font-family: "proxima-nova";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;

}

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


figcaption {
  position: absolute;
  left: -172px;
  width: 150px;
  top: 0;
  text-align: right;
  margin-top: 0;
  font-family: "proxima-nova";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  color: rgb(130,130,130);

}

@media (max-width: 1130px) {
  figcaption {
    position: relative;
    left: 0;
    width: 100%;
    top: 10px;
  }
}

@media (max-width: 768px) {
  .image-large {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  position: relative;
}


  figcaption {
    position: relative;
    left: 0;
    width: 100%;
    top: 10px;
  }
}

.more-image {
  width: 100%;
  height: 150px;
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.more-image .shade {
   left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  background: rgba(0,0,0,0.4);
}

.more-image .image {
   left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  background: url() no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 5.1s ease-out;
  -webkit-transform: rotateZ(0deg);

}

.more-image:hover .image {
  -webkit-transform: rotate3d(0,0,1,4deg) scale3d(1.3,1.3,1.3);
}

.more-image h3 {
  font-size: 20px;
  font-family: "proxima-nova";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  letter-spacing: -0.01em;
  line-height: 20px;
  margin-top: 0px;
  text-shadow: 0px 1px 0 #000;
}

.more-image h4 {
  font-size: 12px;
  font-family: "proxima-nova";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1599999964237213px;
  line-height: 15px;
  margin-bottom: 0px;
  text-shadow: 0px 1px 0 #000;
}

.more-image-cover {
  position: absolute;
  margin:auto;
  bottom:50%;
  margin-bottom: -20%;
}

.quote {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  float: left;
  position: relative;
  width: 250px;
  margin-left: -100px;
  font-size: 24px;
  font-weight: 100;
  padding-right: 20px;
  text-align: right;
}

.longquote {
  font-family: "proxima-nova";
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  margin: 0 0 40px 0px;
  padding: 20px;
}

.longquote p, .longquote p:first-child {
  font-size: 14px;
  line-height: 24px;
}

.longquote p:last-child {
  margin-bottom: 0px;
}



blockquote {
  font-family: "proxima-nova";
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  margin: 0 0 40px 0px;
  padding: 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  left: -9px;
  position: relative;
  margin-right: -5px;
  vertical-align: -0.4em;
}

figure {
  z-index: 999;
}

blockquote p {
  display: inline;
}

blockquote .author {
  text-align: right;
  opacity: 0.8;
}

/* sajdhakjdsh */

.css-slideshow{
  position: relative;
  width: 100%;
  display: block;
  min-height: 200px;
  overflow: hidden;
}
.css-slideshow figure{
  position: absolute;
}

.css-slideshow-attr{
  max-width: 495px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:1;
}


.css-slideshow figure:nth-child(1) {
  -webkit-animation: xfade 8s 6s infinite;
}
.css-slideshow figure:nth-child(2) {
  -webkit-animation: xfade 8s 4s infinite;
}
.css-slideshow figure:nth-child(3) {
  -webkit-animation: xfade 8s 2s infinite;
}
.css-slideshow figure:nth-child(4) {
  -webkit-animation: xfade 8s 0s infinite;
}


@-webkit-keyframes xfade{
 0% {
    opacity:1;
  }
  20% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  95% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@media (max-width: 768px) {

.css-slideshow figure:nth-child(1) {
  -webkit-animation: none;
}
.css-slideshow figure:nth-child(2) {
  -webkit-animation: none;
  display: none;
}
.css-slideshow figure:nth-child(3) {
  -webkit-animation: none;
  display: none;
}
.css-slideshow figure:nth-child(4) {
  -webkit-animation: none;
  display: none;
}

}


.mobile-share .share-button:hover {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  font-weight: 400;
  padding: 16px 30px 16px 30px !important;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.1s ease-out;
  margin: 0 20px 0 0 !important;
  display: inline-block;
  top: -8px;
  position: relative;
  height: 65px;
}

header .mobile-share .share-button {
  border: 1px solid rgba(255,255,255,0.8);
  color: rgba(255,255,255,0.8);
}

header .mobile-share .share-button:hover {
  background-color: rgba(66, 139, 202, 1);
  border: 1px solid rgba(66, 139, 202, 0.8);
  color: rgba(255,255,255,1);
}

.fbcomments {
  margin-bottom: 40px;
}

.share-button.twitter:after {
  content: "\00a0Tweet";
}

.share-button.facebook:after {
  content: "\00a0Like";
}

.header-nav h3, .time-to-read, header h1, header h2 {
    text-shadow: 0px 1px 0 rgba(0,0,0,0.6);
}

.no-border {
  border: 0px;
}

.no-border:hover {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.demo .shade {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 999;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all 0.3s ease-out;
}

.demo:hover .shade {
  background: rgba(0,0,0,0.8);
}

.demo .demo-button {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.5);
  padding: 14px 30px 20px 20px;
  margin-left: -78px;
  margin-top: -33px;
  -webkit-transition: all 0.3s ease-out;
  border: 1px solid rgba(255,255,255,0.0);
  background-color: rgba(255,255,255,0.5);
  color: rgba(0,0,0,0.6);
  vertical-align: text-top;
}

.demo-button i {
  font-size: 30px !important;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.demo:hover .demo-button, .demo .demo-button:hover {
  background-color: rgba(66, 139, 202, 1);
  border: 1px solid rgba(66, 139, 202, 0.8);
  color: rgb(255,255,255);
}

.modal-underlay {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  display: none;
  -webkit-animation: buildin 0.1s ease-out;
}

.modal-box {
  width: 400px;
  background-color: rgb(255,255,255);
  border-radius: 5px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -200px;
  margin-top: -200px;
  padding: 30px;
  -webkit-animation: buildin 0.3s ease-out;
}

.modal-box h1 {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 30px;
}

.modal-box h2 {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
}



input    {
  position: relative;
width: 100%;
display:block;
border: 1px solid rgba(0, 0, 0, 0.3);
height: 25px;
font-size: 20px;
padding: 20px 0 20px 10px;
border-radius: 3px;
margin-bottom: 10px;
font-family: "proxima-nova";
-webkit-font-smoothing: antialiased;
}


input.button {
  position: relative;
width:100%;
display:block;
background-color: rgba(66, 139, 202, 1);
color:#fff;
line-height:30px;
border-radius: 5px;
border: 0;
padding: 0;
height: 50px;
margin-bottom: 0;

}

.sidetop form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ride-side form {
  margin-top: 20px;
  margin-bottom: 0px;
}

.sidetop input, .ride-side input {
  font-size: 13px;
}

.ride-side input {
  padding: 16px 0 16px 8px;
}

.sidetop input.button, .ride-side input.button {
  padding: 0;
  height: 45px;
  display: none;
}

@-webkit-keyframes buildin{
  0%   {-webkit-transform: scale3d(1.5,1.5,1.5); opacity: 0;}
  100% {-webkit-transform: scale3d(1,1,1); opacity: 1;}
}

.mobile-share p {
  font-size: 15px !important;
  line-height: 15px !important;
  margin-bottom: 20px !important;
}

hr {
  margin-top: 30px;
  margin-bottom: 40px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  margin-bottom: 0px;
  height: 0;
  max-height: 200px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}