
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.cdnfonts.com/css/georgia');

header {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 /* Other transform properties here */
}

.about {
  display: table;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative
}

.about .about_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.about .about_container .hero_images {
  width: 100%;
  max-width: 600px;
  margin: auto
}

.about .about_container .hero_images h1 {
  
  font-weight: bold;
  color: #1fa2f2;
  font-size: 4.6em;
  letter-spacing: -0.035em;
  line-height: 80px;
  margin: 10px 0
}

.about .about_container .hero_images h2 {
  
  color: #444c52;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  padding: 0 20px
}

.about .about_container .links {
  display: inline-block;
  margin: 15px 0
}

.about .about_container .links a {
  background: #1fa2f2;
  display: block;
  float: left;
  font-size: 14px;
  border-radius: 4px;
  height: 50px;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  margin: 30px 10px;
  
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: 0.2s ease
}

.about .about_container .links a:first-child {
  border: 2px solid #1fa2f2;
  color: #1fa2f2;
  line-height: 48px
}

.about .about_container .links a:first-child:hover {
  background: #1fa2f2;
  color: white
}

.about .about_container .links a:nth-child(2) {
  line-height: 48px;
  border: 2px solid #1fa2f2
}

.about .about_container .links a:nth-child(2):hover {
  color: #1fa2f2;
  border: 2px solid #1fa2f2
}

.wrapper {
  width: 100%;
  max-height: 99vh;
  overflow: hidden;
  display: inline-block;
  position: relative
  
}

.wrapper:after {
  padding-top: 56.25%;
  display: block;
  content: ""
}

.main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: deepskyblue;
  
  color: white
  
}

.aboutme {
  border-radius: 14px;
  border: 2px solid #3d3d3d;
  width: 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.aboutme .about_top {
  background-color: #1f97e0;
  background-image: url(shapes_contact.svg);
  background-repeat: repeat;
  background-size: cover;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.aboutme .about_top img {
  margin: -40px auto 0 auto;
  width: 200px
}

.aboutme .about_content {
  background-color: #f8f8f8;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 3% 8%;
  text-align: left
}

.aboutme .about_content h3 {
  color: #333;
  text-align: center;
  line-height: 72px;
  font-family: "Open Sans"
} 

.aboutme .about_content p {
  font-family: "Open Sans";
  color: #363636;
}

.aboutme .about_content span {
  width: 35%;
  padding: 4% 6%;
  border-radius: 30px;
  background-color: #333;
  font-weight:bold;
  font-size: 15px;
  color: white;
  margin: 30px auto 25px auto;
  text-align: center;
  display: block
}

.aboutme .about_content div a {
  color: white;
  display: block;
  
}

.railsme {
  border-radius: 14px;
  border: 2px solid #cccccc;
  width: 100%
}

.railsme .rails_top {
  background-color: #1f97e0;
  height: 230px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px
}

.railsme .rails_content {
  background-color: white;
  border-radius: 12px;
  padding: 3% 8%;
  text-align: left
}

.railsme .rails_content h3 {
  color: #1fa2f2;
  font-size: 28px;
  text-align: center;
  line-height: 72px;
  font-family: "Open Sans"
}

.railsme .rails_content p {
  line-height: 28px;
  font-family: "Open Sans"
}

.railsme .rails_content img {
  width: 90%;
  margin: 25px auto;
  display: block
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container {
  margin: 0px auto;
  width: 100%;
}

body, html {
  font-family: "Open Sans", sans-serif;
  margin: 0px auto;
  text-align: center;
  color: #666666;
  background-color: #2b2a33;
  
}

@font-face {
  
  src: url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Bold-68b3b24fcb4a526d652ef1f85656a2c1.eot);
  src: url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Bold-68b3b24fcb4a526d652ef1f85656a2c1.eot#iefix) format("embedded-opentype"), url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Bold-1d5b93b5541f149ba4b3449670a6b6ac.woff) format("woff"), url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Bold-890953d511baa13fee687b09f97bc767.ttf) format("truetype"), url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Bold-195b1a0c893fd932d892c1ab06d2516a.svg#open_sansregular) format("svg");
  font-weight: bold;
  font-style: bold
}

@font-face {
  
  src: url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Regular-3ea400f39d2b7fdddb18b9cd75d4d6e9.eot);
  src: url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Regular-3ea400f39d2b7fdddb18b9cd75d4d6e9.eot#iefix) format("embedded-opentype"), url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Regular-45a6264640cde8d6f0849decd6f04004.woff) format("woff"), url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Regular-f612286f3e96e10793619a281c4aee50.ttf) format("truetype"), url(/web/20190124064345im_/http://www.seanblake.me/assets/AvenirNext-Regular-cbb68e8a98ac06c2071d690d73d5d8d0.svg#open_sansregular) format("svg");
  font-weight: regular;
  font-style: regular
}

.hidden {
  display: none
}

.italic {
  font-style: italic
}

.well {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 3%;
  font-size: 14px !important;
  line-height: 22px !important
}

.no-js #loader {
  display: none
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: blue
}

.bytes_container {
  margin: 0px auto;
  -webkit-row-gap: 0px;
  -moz-row-gap: 0px;
  row-gap: 0px;
  width: 100%;
  display: inline-block
}

.bytes_container .byte_box {
  margin: 0 auto;
  position: relative;
  float: left;
  overflow: hidden;
  transition: 0.2s ease
}

.byte_box:hover {
  opacity: 0.86
}

.bytes_container .byte_box a {
  display: inline-block;
  width: 100%
}


.byte_img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.byte_box:hover .byte_img {
  margin: 9% 0 0 0 !important;
}

.tile_hero_img_container {
    margin: auto;
    width:96%;
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_photo {
  width: 55%;
  height: 100%;
  display: table;
  float: left
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_photo>div {
  width: 100%;
  display: table-cell;
  vertical-align: bottom
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_photo>div img {
  width: 80%;
  margin: 15% 0 0 0
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo {
  width: 40%;
  margin: 0 5% 0 0;
  height: 100%;
  display: table;
  float: left
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo>div {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding-top: 20px
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo>div img {
  width: 75%;
  display: block;
  margin: 0px auto
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo>div span {
  width: 100%;
  display: block;
  margin: 0px auto;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 35px;
  font-family: "Open Sans"
}

.content_images {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-top: 70px;
}

.content_images .description {
  padding: 80px 12%;
  display: table;
  color: black;
  margin: 0 auto
}

.content_images .description .description_container {
  display: table-cell;
  vertical-align: middle
}

.content_images .description .description_container p {
  font-size: 1.15em;
  line-height: 1.75em;
  text-align: left;
  max-width: 800px;
  margin: 0 auto
}

.content_images .ci_container {
  width: 100%;
  position: relative;
}

.ci_container_slideshow {
  width: 100%;
  position: relative;
  margin-top: 5em;
  aspect-ratio: 16 / 10; /* ⏹ a perfect square */
}

.ci_container_slideshow_airbnb {
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 7; /* ⏹ a perfect square */
}

.ci_container_slideshow div, .ci_container_slideshow_airbnb div {
  width: 100%;
  position: absolute;
}

.ci_container_slideshow div:nth-child(2), .ci_container_slideshow_airbnb div:nth-child(2) {
  width: 100%;
  -webkit-animation: fadeinout 8s linear infinite;
    animation: fadeinout 8s linear infinite;
  
}

.ci_container_slideshow div img, .ci_container_slideshow_airbnb div img {
  width: 100%;
}

.content_images .ci_container img {
  width: 100%
}

.tile_hero_img {
  height: 100%;
  width: 100%
}

.tile_hero_img img {
  width: 100%;
  height: auto
}

.admin_tile_edit {
  position: absolute;
  top: 15px;
  right: 15px
}

.admin_tile_edit a {
  background: rgba(200, 200, 200, 0.1);
  border-radius: 4px;
  padding: 2px 2px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  margin: 5px 3px
}

.tile_hero_img {
  width: 100%
}

.tile_hero_img img {
  width: 100%;
  height: auto;
  display: block
}

/* Airbnb */
.case_studies .airbnb {
    background: #ff385c;
    background: linear-gradient(45deg, #ff5b59 0%, #ff385c 68%, #ff385c 100%);
    width: 100%;
    height: 60%;
    display: table;
    position: relative
  }


  .case_studies .airbnb .bg_images {
    position: absolute;
    width: 100%;
    height: 100%
  }
  
  .case_studies .airbnb .bg_images img {
    position: absolute;
    z-index: 1;
    width: 40%;
    max-width: 500px;
    height: auto
  }
  
  .case_studies .airbnb .bg_images img:nth-child(1) {
    bottom: 90;
    left: 0
  }
  
  .case_studies .airbnb .bg_images img:nth-child(2) {
    bottom: 0;
    right: 0
  }
  
  .case_studies .airbnb .viewcase {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
  }
  
  .case_studies .airbnb .viewcase img {
    width: 30%;
    max-width: 400px;
    display: block;
    margin: 25px auto;
    padding: 0 0 0 20px
  }
  
  .case_studies .airbnb .viewcase a {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 20px auto 50px auto;
    border: 2px solid white;
    color: white;
    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    width: auto;
    border-radius: 80px;
    padding: 17px 20px 16px 20px;
    transition: 0.2s ease;
    text-decoration: none
  }
  
  .case_studies .airbnb .viewcase a:hover {
    color: #E61E4D;
    border: 2px solid white;
    background-color: #fff;
  }

  /* Sephora */
.case_studies .sephora {
  background: #000000;
  /* background-image: url(sephora_bg.png); */
  width: 100%;
  height: 60%;
  display: table;
  position: relative
}


.case_studies .sephora .bg_images {
  position: absolute;
  width: 100%;
  height: 100%
}

.case_studies .sephora .bg_images img {
  position: absolute;
  z-index: 1;
  width: 40%;
  max-width: 500px;
  height: auto
}

.case_studies .sephora .bg_images img:nth-child(1) {
  bottom: 0;
  left: 0
}

.case_studies .sephora .bg_images img:nth-child(2) {
  top: 20;
  right: 0
}

.case_studies .sephora .viewcase {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}

.case_studies .sephora .viewcase img {
  width: 30%;
  max-width: 400px;
  display: block;
  margin: 25px auto;
  padding: 0 0 0 20px
}

.case_studies .sephora .viewcase a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 20px auto 50px auto;
  border: 2px solid white;
  color: white;
  
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  width: auto;
  border-radius: 80px;
  padding: 17px 20px 16px 20px;
  transition: 0.2s ease;
  text-decoration: none
}

.case_studies .sephora .viewcase a:hover {
  color: #000;
  border: 2px solid white;
  background-color: #fff;
}

/* Ribbon */

.case_studies .ribbon {
  background-color: #2287ed;
  width: 100%;
  height: 60%;
  display: table;
  position: relative
}

.case_studies .ribbon .bg_images {
  position: absolute;
  width: 100%;
  height: 100%
}

.case_studies .ribbon .bg_images img {
  position: absolute;
  z-index: 1;
  width: 40%;
  max-width: 500px;
  height: auto
}

.case_studies .ribbon .bg_images img:nth-child(1) {
  bottom: 0;
  left: 0
}

.case_studies .ribbon .bg_images img:nth-child(2) {
  top: 0;
  right: 0
}

.case_studies .ribbon .viewcase {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}

.case_studies .ribbon .viewcase img {
  width: 30%;
  max-width: 400px;
  display: block;
  margin: 25px auto;
  padding: 0 0 0 20px
}

.case_studies .ribbon .viewcase a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 20px auto 50px auto;
  border: 2px solid white;
  color: white;
  
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  width: auto;
  border-radius: 80px;
  padding: 17px 20px 16px 20px;
  transition: 0.2s ease;
  text-decoration: none
}

.case_studies .ribbon .viewcase a:hover {
  color: #2287ed;
  border: 2px solid white;
  background-color: #fff;
}

.contact {
  height: 80%;
  width: 100%;
  display: table;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

.contact .contact_container {
  display: table-cell;
  vertical-align: middle
}

.contact .contact_container .contact_form {
  width: 70%;
  max-width: 600px;
  margin: 5% auto 0 auto
}

.contact .contact_container .contact_form h3 {
  font-size: 20px;
  line-height: 80px;
  color: #1fa2f2;
  margin: 10% 0 0;
  font-size: 5em;
  
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center
}

.contact .contact_container .contact_form h4 {
  
  color: #444c52;
  font-size: 24px;
  margin: 5% 0;
  line-height: 32px;
  font-weight: 100;
  text-align: justify;
  letter-spacing: -0.01em;
  text-align: center
}

.contact .contact_container .contact_form .form {
  margin: 10% 0 0 0
}

.contact .contact_container .contact_form .form input {
  width: 100%;
  height: 46px;
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0 2%;
  font-size: 16px
}

.contact .contact_container .contact_form .form textarea {
  width: 100%;
  height: 160px;
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 12px 2%;
  font-size: 16px;
  outline: none;
  resize: none
}

.contact .contact_container .contact_form .form .button {
  background-color: #1fa2f2;
  border: none;
  color: white;
  font-size: 16px;
  width: auto;
  padding: 0 20px;
  border-radius: 80px;
  cursor: pointer;
  border: 2px solid #1fa2f2;
  transition: 0.2s ease
}

.contact .contact_container .contact_form .form .button:hover {
  color: #1fa2f2;
  border: 2px solid #1fa2f2
}

footer {
  height: 160px;
  margin: 0 auto;
  padding: 16px 5%;
  width: 100%;
  color: #848c92;
  background-color: #2b2a33;
}

footer .footer_container {
  display: table;
  height: 100%;
  font-size: 14px
}

footer .footer_container h5 {
  
  color: #efefef;
  font-size: 18px;
  margin-bottom:16px
}

footer .footer_container>div {
  display: table-cell
}

footer .footer_container .footer_info {
  vertical-align: top;
  width: 45%;
  max-width: 260px;
  padding: 12px 0 0 0
}

footer .footer_container .footer_info .footerinfo {
  text-align: left
}

footer .footer_container .footer_info .footerinfo a {
  text-decoration: none;
  color: #efefef;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 26px;
  display: block;
  margin: 0 0 10px 0
}

footer .footer_container .footer_info .footerinfo p {
  line-height: 22px;
  margin-bottom: 2px;
}

footer .footer_container .footer_links {
  vertical-align: top;
  width: 35%;
  max-width: 260px;
  padding: 20px 0 0 0
}

footer .footer_container .footer_links div {
  text-align: left
}

footer .footer_container .footer_links div ul li {
  margin: 5px 0
}

footer .footer_container .footer_links div ul li a {
  text-decoration: none;
  color: #444c52
}

footer .footer_container .footer_links div ul li a:hover {
  text-decoration: underline
}

footer .footer_container .footer_social {
  vertical-align: top;
  width: 15%;
  max-width: 260px;
  padding: 20px 0 0 0
}

footer .footer_container .footer_social div {
  text-align: left
}

footer .footer_container .footer_social div .social_icons {
  margin: 15px 0 0 0
}

footer .footer_container .footer_social div .social_icons img {
  width: 30%
}

.built_with_rails {
  background: #1fa2f2;
  color: white;
  height: 35px;
  line-height: 35px;
  font-size: 20px
}

.built_with_rails img {
  width: 14px;
  margin: 0 2px;
  margin-bottom: -2px
}

.built_with_rails a {
  color: white;
  margin: 0 5px
}


.scrollToTop {
  border-radius: 10px;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 4;
  cursor: pointer
}

.scrollToTop img {
  width: 100%;
  height: auto
}

header {
  width: 100%;
  height: 71px;
  top:1;
  position: fixed;
  background: rgba(253, 252, 255, 0);
  z-index: 3;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  
}
.active {
  background-color: #2b2a33;
  box-shadow:-2px 2px 15px rgba(25, 24, 46, 0.055);
  -webkit-transition: all ease-in-out .35s;
  -moz-transition: all ease-in-out .35s;
  -o-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
  height: 56px;
}

header .header_container {
  width: 100%;
  max-width: 1650px;
  padding: 0 5%;
  height: 100%;
  margin: 0 auto;
  display: table
}

header .header_container>div {
  display: table-cell;
  vertical-align: middle;
  height: 100%
}

header .header_container>div:nth-child(1) {
  text-align: left;
  width: 30%
}

header .header_container>div:nth-child(1)>a>img {
  width: 120px
}

header .header_container>div:nth-child(2) {
  text-align: right;
  width: 70%
}

header .header_container>div:nth-child(2)>a {
  color: white;
  text-decoration: none;
  margin: 0 15px 0 0;
  padding: 7px 17px;
  border-radius: 80px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: all 0.5s ease
}

header .header_container>div:nth-child(2)>a:hover {
  color: white
}

header .header_container>div:nth-child(2) .cta {
  border: 2px solid white;
  font-weight: bold;
}

header .header_container>div:nth-child(2) .cta:hover {
  color: #1fa2f2;
  background-color: #fff;
}

header .header_container_edit {
  width: 100%;
max-width: 1650px;
padding: 0 5%;
height: 100%;
margin: 0 auto;
display: table;
}

header .header_container_edit>div {
  display: table-cell;
  vertical-align: middle;
  height: 100%
}

header .header_container_edit>div:nth-child(1) {
  text-align: left;
  width: 30%
}

header .header_container_edit>div:nth-child(1)>a>img {
  width: 120px
}

header .header_container_edit>div:nth-child(2) {
  text-align: right;
  width: 70%
}

header .header_container_edit>div:nth-child(2)>a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 0 15px 0 0;
  padding: 7px 17px;
  border-radius: 40px;
  text-shadow: -1px 1px 0px rgba(55, 55, 55, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: all 0.5s ease
}

header .header_container_edit>div:nth-child(2)>a:hover {
  color: white
}

header .header_container_edit>div:nth-child(2) .cta {
  border: 2px solid white
}

header .header_container_edit>div:nth-child(2) .cta:hover {
  color: black
}

div.new_byte {
  margin-top: 80px;
  height: 100%;
  max-width: 600px;
  min-width: 300px;
  border: 1px solid #fff;
  margin: 80px auto 0 auto;
  padding: 5%
}

div.new_byte .nb_title label {
  float: left;
  margin: 0 0 10px 0px
}

div.new_byte .nb_title .nb_field {
  margin: 0% auto 5% auto
}

div.new_byte .nb_title .nb_css {
  margin: 5% auto;
  padding: 0 0 10% 0;
  border-bottom: 1px solid #725688
}

div.new_byte>form>div:nth-child(2)>input, div.new_byte>form>div:nth-child(2)>a, div.new_byte>form>div:last-child>input, div.new_byte>form>div:last-child>a {
  float: right
}

div.new_byte>form input {
  border: 1px solid #938a9a;
  border-radius: 2px;
  background: none;
  color: #666;
  width: 100%;
  height: 2.5em;
  padding: 0 0 0 2.5%
}

div.new_byte>form input:hover {
  color: #666
}

div.new_byte>form a {
  text-decoration: underline;
  background: none;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 5px;
  color: #725688;
  margin: 0px 5px
}

div.new_byte>form a:hover {
  color: #b48bd4
}

html, body, div, div:after, div:before, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input, input:active {
  outline: none;
  margin: 0px auto
}

@media screen and (min-width: 0px) and (max-width: 620px) {
  
 .scroll_container {display: none;}
  .about_container {
    display: none !important
  }

  .ribbon, .airbnb, .sephora {
    max-height: 35%
  }

  .bg_images img {
    width: 30% !important
  }

  .viewcase img {
    width: 50% !important;
    max-width: 230px !important
  }

  .byte_box {
    width: 100%;
    height: 25%
  }

  .about {
    height: 30%
  }

  .header_container div:nth-child(1) a:nth-child(1) {
    display: none
  }

  .footer_info {
    display: none !important
  }

  .rails_content h3 {
    font-size: 2em
  }

  .rails_content p {
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 1em
  }

  .about_content h3 {
    font-size: 2em
  }

  .about_content p {
    font-size: 1.25em;
    line-height: 1.45em;
    margin-bottom: 1em
  }

  .viewcase a {
    font-size: 2em
  }

  .footer_links {
    width:30%;
  }
  footer .footer_container .footer_social {
    vertical-align: top;
    width: 15%;
    max-width: 260px;
    padding: 16px 0 0 0
  }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .header_container div:last-child a:not(:last-child) {
    display: none !important
  }
  .scroll_container {display: none;}
  .footer_links {
    width:30%;
  }
  footer .footer_container .footer_social {
    vertical-align: top;
    width: 15%;
    max-width: 260px;
    padding: 16px 0 0 0
  }
}

@media screen and (min-width: 621px) and (max-width: 960px) {
  

  .about_container {
    display: none !important
  }

  .header_container div:nth-child(1) a:nth-child(1) {
    display: none
  }

  .viewcase img {
    width: 30% !important
  }

  .byte_box {
    width: 50%;
    height: 25%
  }

  .about {
    height: 75%;
    max-height: 590px
  }

  .rails_content h3 {
    font-size: 2em
  }

  .rails_content p {
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 1em
  }

  .about_content h3 {
    font-size: 2em;
    line-height: 2.5em
  }

  .about_content p {
    font-size: 1.25em;
    line-height: 1.45em;
    margin-bottom: 1em
  }

  .viewcase a {
    font-size: 2em
  }
  
}

@media screen and (min-width: 961px) and (max-width: 1400px) {
  

  .header_container div:nth-child(1) a:nth-child(1) {
    display: none
  }

  .about_container {
    display: none !important
  }

  .ribbon, .airbnb, .sephora {
    height: 600px !important
  }

  .viewcase img {
    width: 30% !important
  }

  .byte_box {
    width: 33.333%;
    height: 25%
  }

  

  .about {
    height: 75%;
    max-height: 590px
  }

  .rails_content h3 {
    font-size: 2em
  }

  .rails_content p {
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 1em
  }

  .about_content h3 {
    font-size: 2em
  }

  .about_content p {
    font-size: 1.25em;
    line-height: 1.45em;
    margin-bottom: 1em
  }

  .viewcase a {
    font-size: 2em
  }
}

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

  .header_container div:nth-child(1) a:nth-child(1) {
    display: none
  }

  .about_container {
    display: none !important
  }

  .ribbon, .airbnb, .sephora {
    height: 600px !important
  }

  .viewcase img {
    width: 30% !important
  }

  .byte_box {
    width: 25%;
    height: 25%
  }

  .about {
    height: 100%
  }

  .rails_content h3 {
    font-size: 2em
  }

  .rails_content p {
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 1em
  }

  .about_content h3 {
    font-size: 2em
  }

  .about_content p {
    font-size: 1.25em;
    line-height: 1.45em;
    margin-bottom: 1em
  }

  .viewcase a {
    font-size: 2em
  }
}

@media only screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .scroll_container {display: none;}
  .about_container {
    display: block !important
  }

  

  .description {
    width: 100% !important
  }

  .description_container p {
    font-size: 2em !important;
    max-width: 100% !important
  }
  

  .viewcase img {
    margin-bottom: 60px !important;
    width: 400px !important
  }

  .viewcase a {
    font-size: 2.25em !important;
    padding: 1.3em 1em !important;
    border: 3px solid white !important
  }

  .byte_box {
    width: 100%;
    height: 38.2%;
    min-height: 400px
  }

  .about_container {
    background-size: 160% !important;
    background-position: center 25% !important
  }

  .scrollToTop {
    height: 120px !important;
    width: 120px !important
  }

  .hero_images>h1 {
    font-size: 72px !important;
    line-height: 140px !important
  }

  .hero_images>h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    width: 90% !important;
    margin: 0 auto !important
  }

  .hero_images {
    max-width: 90% !important;
    margin: 10% auto 0 auto !important
  }

  .tile_hero_logo>div img {
    width: 80%;
    padding-bottom: 25px
  }

  .tile_hero_logo>div span {
    font-size: 1.5em !important;
    font-weight: bold !important
  }

  header {
    height: 120px !important;
    
  }

  header .header_container_edit div:nth-child(2) a {
    font-size: 22px !important
  }

  header .header_container div:last-child a:not(:last-child) {
    display: none !important
  }

  header .header_container div:nth-child(1) a img {
    width: 200px !important
  }

  header .header_container div:nth-child(1) a:nth-child(2) {
    display: none !important
  }

  header .header_container div:nth-child(1) a:nth-child(1) {
    display: block !important
  }

  header .header_container div:nth-child(2) {
    display: none !important
  }

  footer {
    height: 320px !important;
    padding-top: 60px !important
  }

  .footer_info {
    display: none !important
  }

  .footer_links {
    width:30%;
  }

  footer .footer_container .footer_social {
    vertical-align: top;
    width: 25%;
    max-width: 260px;
    padding: 16px 0 0 0
  }

  .links>a {
    font-size: 24px !important;
    padding: 15px 30px !important;
    height: 80px !important;
    border-radius: 6px !important
  }

  .contact_form {
    width: 90% !important;
    max-width: 90% !important
  }

  .contact_form>h3 {
    font-size: 90px !important
  }

  .contact_form>h4 {
    font-size: 42px !important;
    line-height: 50px !important
  }

  .form input {
    font-size: 28px !important;
    height: 100px !important;
    padding: 15px 15px 10px 15px !important
  }

  .form textarea {
    font-size: 28px !important;
    height: 120px !important;
    padding: 15px 15px 0 15px !important
  }

  .button {
    width: 100% !important
  }

  .contact {
    height: 80% !important
  }

  .built_with_rails {
    padding: 15px 0;
    height: 70px !important
  }

  .built_with_rails img {
    width: 28px !important;
    margin-bottom: 4px
  }

  .built_with_rails>h6 {
    font-size: 24px
  }

  .footer_social {
    width: 40% !important;
    max-width: 360px !important
  }

  .social_icons img {
    width: 23% !important
  }

  .footer_links > div > ul > li {
    margin: 25px 0 !important;
    display: block !important
  }

  .footer_links > div > ul > li > a {
    font-size: 34px !important
  }

  .footer_links > div > h5, .footer_social>div>h5 {
    font-size: 38px !important
  }

  .tile_hero_logo > div > span {
    font-size: 28px !important
  }

  .modal-dialog {
    width: 78% !important
  }

  .about_top {
    height: 360px !important
  }

  .about_top img {
    width: 300px !important
  }

  .about_content > span {
    font-size: 26px !important;
    line-height: 28px !important;
    width: 50% !important
  }

  .about_content > h3 {
    line-height: 120px !important;
    font-size: 56px !important;
    margin-top: 20px
  }

  .about_content > p {
    font-size: 2em;
    line-height: 1.32em;
    margin-bottom: 1em
  }

  .rails_content > h3 {
    font-size: 2.5em !important
  }

  .rails_content > p {
    font-size: 2.25em;
    line-height: 1.5em !important;
    margin-bottom: 1em;
    letter-spacing: -0.03em
  }

  .modal-header .close {
    font-size: 28px !important;
    height: 60px !important;
    width: 60px !important;
    font-weight: bold;
    border: none !important;
    color: white !important;
    opacity: 0.6 !important
  }
}

@media only screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .scroll_container {display: none;}
  .about_container {
    display: block !important
  }

 
  .description {
    width: 100% !important
  }

  .description_container p {
    font-size: 2em !important;
    max-width: 100% !important
  }

  .viewcase img {
    margin-bottom: 60px !important;
    width: 400px !important
  }

  .viewcase a {
    font-size: 2.25em !important;
    padding: 1.3em 1em !important;
    border: 3px solid white !important
  }

  .byte_box {
    width: 100%;
    height: 38.2%;
    min-height: 400px
  }

  .about_container {
    background-size: 160% !important;
    background-position: center 25% !important
  }

  .scrollToTop {
    height: 120px !important;
    width: 120px !important
  }

  .hero_images>h1 {
    font-size: 72px !important;
    line-height: 140px !important
  }

  .hero_images>h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    width: 90% !important;
    margin: 0 auto !important
  }

  .hero_images {
    max-width: 90% !important;
    margin: 10% auto 0 auto !important
  }

  .tile_hero_logo>div img {
    width: 80%;
    padding-bottom: 25px
  }

  .tile_hero_logo>div span {
    font-size: 1.5em !important;
    font-weight: bold !important
  }

  header {
    height: 120px !important;
    
  }

  header .header_container_edit div:nth-child(2) a {
    font-size: 22px !important
  }

  header .header_container div:last-child a:not(:last-child) {
    display: none !important
  }

  header .header_container div:nth-child(1) a img {
    width: 200px !important
  }

  header .header_container div:nth-child(1) a:nth-child(2) {
    display: none !important
  }

  header .header_container div:nth-child(1) a:nth-child(1) {
    display: block !important
  }

  header .header_container div:nth-child(2) {
    display: none !important
  }

  footer {
    height: 320px !important;
    padding-top: 60px !important
  }

  .footer_info {
    display: none !important
  }

  footer .footer_container .footer_social {
    vertical-align: top;
    width: 25%;
    max-width: 260px;
    padding: 16px 0 0 0
  }

  .links>a {
    font-size: 24px !important;
    padding: 15px 30px !important;
    height: 80px !important;
    border-radius: 6px !important
  }

  .contact_form {
    width: 90% !important;
    max-width: 90% !important
  }

  .contact_form>h3 {
    font-size: 90px !important
  }

  .contact_form>h4 {
    font-size: 42px !important;
    line-height: 50px !important
  }

  .form input {
    font-size: 28px !important;
    height: 100px !important;
    padding: 15px 15px 10px 15px !important
  }

  .form textarea {
    font-size: 28px !important;
    height: 120px !important;
    padding: 15px 15px 0 15px !important
  }

  .button {
    width: 100% !important
  }

  .contact {
    height: 80% !important
  }

  .built_with_rails {
    padding: 15px 0;
    height: 70px !important
  }

  .built_with_rails img {
    width: 28px !important;
    margin-bottom: 4px
  }

  .built_with_rails>h6 {
    font-size: 24px
  }

  .footer_social {
    width: 40% !important;
    max-width: 360px !important
  }

  .social_icons img {
    width: 23% !important
  }

  .footer_links>div>ul>li {
    margin: 25px 0 !important;
    display: block !important
  }

  .footer_links>div>ul>li>a {
    font-size: 34px !important
  }

  .footer_links>div>h5, .footer_social>div>h5 {
    font-size: 38px !important
  }

  .tile_hero_logo>div>span {
    font-size: 28px !important
  }

  .modal-dialog {
    width: 78% !important
  }

  .about_top {
    height: 360px !important
  }

  .about_top img {
    width: 300px !important
  }

  .about_content>span {
    font-size: 26px !important;
    line-height: 28px !important;
    width: 50% !important
  }

  .about_content>h3 {
    line-height: 120px !important;
    font-size: 56px !important;
    margin-top: 20px
  }

  .about_content>p {
    font-size: 2em;
    line-height: 1.32em;
    margin-bottom: 1em
  }

  .rails_content>h3 {
    font-size: 2.5em !important
  }

  .rails_content>p {
    font-size: 2.25em;
    line-height: 1.5em !important;
    margin-bottom: 1em;
    letter-spacing: -0.03em
  }

  .modal-header .close {
    font-size: 28px !important;
    height: 60px !important;
    width: 60px !important;
    font-weight: bold;
    border: none !important;
    color: white !important;
    opacity: 0.6 !important
  }
}

@media only screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .scroll_container {display: none;}
  .about_container {
    display: block !important
  }


  .description {
    width: 100% !important
  }

  .description_container p {
    font-size: 0.8em !important;
    max-width: 100% !important
  }

  .viewcase img {
    margin-bottom: 60px !important;
    width: 400px !important
  }

  .viewcase a {
    font-size: 2.25em !important;
    padding: 1.3em 1em !important;
    border: 3px solid white !important
  }

  .byte_box {
    width: 100%;
    height: 38.2%;
    min-height: 400px
  }

  .about_container {
    background-size: 160% !important;
    background-position: center 25% !important
  }

  .scrollToTop {
    height: 120px !important;
    width: 120px !important
  }

  .hero_images>h1 {
    font-size: 72px !important;
    line-height: 140px !important
  }

  .hero_images>h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    width: 90% !important;
    margin: 0 auto !important
  }

  .hero_images {
    max-width: 90% !important;
    margin: 10% auto 0 auto !important
  }

  .tile_hero_logo>div img {
    width: 80%;
    padding-bottom: 25px
  }

  .tile_hero_logo>div span {
    font-size: 1.5em !important;
    font-weight: bold !important
  }

  header {
    height: 120px !important;
    
  }

  header .header_container_edit div:nth-child(2) a {
    font-size: 22px !important
  }

  header .header_container div:last-child a:not(:last-child) {
    display: none !important
  }

  header .header_container div:nth-child(1) a img {
    width: 200px !important
  }

  header .header_container div:nth-child(1) a:nth-child(2) {
    display: none !important
  }

  header .header_container div:nth-child(1) a:nth-child(1) {
    display: block !important
  }

  header .header_container div:nth-child(2) {
    display: none !important
  }

  footer {
    height: 320px !important;
    padding-top: 60px !important
  }

  .footer_info {
    display: none !important
  }

  footer .footer_container .footer_social {
    vertical-align: top;
    width: 25%;
    max-width: 260px;
    padding: 16px 0 0 0
  }

  .links>a {
    font-size: 24px !important;
    padding: 15px 30px !important;
    height: 80px !important;
    border-radius: 6px !important
  }

  .contact_form {
    width: 90% !important;
    max-width: 90% !important
  }

  .contact_form>h3 {
    font-size: 90px !important
  }

  .contact_form>h4 {
    font-size: 42px !important;
    line-height: 50px !important
  }

  .form input {
    font-size: 28px !important;
    height: 100px !important;
    padding: 15px 15px 10px 15px !important
  }

  .form textarea {
    font-size: 28px !important;
    height: 120px !important;
    padding: 15px 15px 0 15px !important
  }

  .button {
    width: 100% !important
  }

  .contact {
    height: 80% !important
  }

  .built_with_rails {
    padding: 15px 0;
    height: 70px !important
  }

  .built_with_rails img {
    width: 28px !important;
    margin-bottom: 4px
  }

  .built_with_rails>h6 {
    font-size: 24px
  }

  .footer_social {
    width: 40% !important;
    max-width: 360px !important
  }

  .social_icons img {
    width: 23% !important
  }

  .footer_links>div>ul>li {
    margin: 25px 0 !important;
    display: block !important
  }

  .footer_links>div>ul>li>a {
    font-size: 34px !important
  }

  .footer_links>div>h5, .footer_social>div>h5 {
    font-size: 38px !important
  }

  .tile_hero_logo>div>span {
    font-size: 28px !important
  }

  .modal-dialog {
    width: 78% !important
  }

  .about_top {
    height: 360px !important
  }

  .about_top img {
    width: 300px !important
  }

  .about_content>span {
    font-size: 26px !important;
    line-height: 28px !important;
    width: 50% !important
  }

  .about_content>h3 {
    line-height: 120px !important;
    font-size: 56px !important;
    margin-top: 20px
  }

  .about_content>p {
    font-size: 2em;
    line-height: 1.32em;
    margin-bottom: 1em
  }

  .rails_content>h3 {
    font-size: 2.5em !important
  }

  .rails_content>p {
    font-size: 2.25em;
    line-height: 1.5em !important;
    margin-bottom: 1em;
    letter-spacing: -0.03em
  }

  .modal-header .close {
    font-size: 28px !important;
    height: 60px !important;
    width: 60px !important;
    font-weight: bold;
    border: none !important;
    color: white !important;
    opacity: 0.6 !important
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .scroll_container {display: none;}
  .about_container {
    display: block !important
  }



  .description {
    width: 100% !important
  }

  .description_container p {
    font-size: 2em !important;
    max-width: 100% !important
  }

  .viewcase img {
    margin-bottom: 60px !important;
    width: 400px !important
  }

  .viewcase a {
    font-size: 2.25em !important;
    padding: 1.3em 1em !important;
    border: 3px solid white !important
  }

  .byte_box {
    width: 100%;
    height: 38.2%;
    min-height: 400px
  }

  .about_container {
    background-size: 160% !important;
    background-position: center 25% !important
  }

  .scrollToTop {
    height: 120px !important;
    width: 120px !important
  }

  .hero_images>h1 {
    font-size: 72px !important;
    line-height: 140px !important
  }

  .hero_images>h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    width: 90% !important;
    margin: 0 auto !important
  }

  .hero_images {
    max-width: 90% !important;
    margin: 10% auto 0 auto !important
  }

  .tile_hero_logo>div img {
    width: 80%;
    padding-bottom: 25px
  }

  .tile_hero_logo>div span {
    font-size: 1.5em !important;
    font-weight: bold !important
  }

  header {
    height: 120px !important;
    
  }

  header .header_container_edit div:nth-child(2) a {
    font-size: 22px !important
  }

  header .header_container div:last-child a:not(:last-child) {
    display: none !important
  }

  header .header_container div:nth-child(1) a img {
    width: 200px !important
  }

  header .header_container div:nth-child(1) a:nth-child(2) {
    display: none !important
  }

  header .header_container div:nth-child(1) a:nth-child(1) {
    display: block !important
  }

  header .header_container div:nth-child(2) {
    display: none !important
  }

  footer {
    height: 320px !important;
    padding-top: 60px !important
  }

  .footer_info {
    display: none !important
  }

  footer .footer_container .footer_social {
    vertical-align: top;
    width: 25%;
    max-width: 260px;
    padding: 16px 0 0 0
  }
  .links>a {
    font-size: 24px !important;
    padding: 15px 30px !important;
    height: 80px !important;
    border-radius: 6px !important
  }

  .contact_form {
    width: 90% !important;
    max-width: 90% !important
  }

  .contact_form>h3 {
    font-size: 90px !important
  }

  .contact_form>h4 {
    font-size: 42px !important;
    line-height: 50px !important
  }

  .form input {
    font-size: 28px !important;
    height: 100px !important;
    padding: 15px 15px 10px 15px !important
  }

  .form textarea {
    font-size: 28px !important;
    height: 120px !important;
    padding: 15px 15px 0 15px !important
  }

  .button {
    width: 100% !important
  }

  .contact {
    height: 80% !important
  }

  .built_with_rails {
    padding: 15px 0;
    height: 70px !important
  }

  .built_with_rails img {
    width: 28px !important;
    margin-bottom: 4px
  }

  .built_with_rails>h6 {
    font-size: 24px
  }

  .footer_social {
    width: 40% !important;
    max-width: 360px !important
  }

  .social_icons img {
    width: 23% !important
  }

  .footer_links>div>ul>li {
    margin: 25px 0 !important;
    display: block !important
  }

  .footer_links>div>ul>li>a {
    font-size: 34px !important
  }

  .footer_links>div>h5, .footer_social>div>h5 {
    font-size: 38px !important
  }

  .tile_hero_logo>div>span {
    font-size: 28px !important
  }

  .modal-dialog {
    width: 78% !important
  }

  .about_top {
    height: 360px !important
  }

  .about_top img {
    width: 300px !important
  }

  .about_content>span {
    font-size: 26px !important;
    line-height: 28px !important;
    width: 50% !important
  }

  .about_content>h3 {
    line-height: 120px !important;
    font-size: 56px !important;
    margin-top: 20px
  }

  .about_content>p {
    font-size: 2em;
    line-height: 1.32em;
    margin-bottom: 1em
  }

  .rails_content>h3 {
    font-size: 2.5em !important
  }

  .rails_content>p {
    font-size: 2.25em;
    line-height: 1.5em !important;
    margin-bottom: 1em;
    letter-spacing: -0.03em
  }

  .modal-header .close {
    font-size: 28px !important;
    height: 60px !important;
    width: 60px !important;
    font-weight: bold;
    border: none !important;
    color: white !important;
    opacity: 0.6 !important
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .scroll_container {display: none;}
  .about_container {
    display: block !important
  }



  .description {
    width: 100% !important
  }

  .description_container p {
    font-size: 2em !important;
    max-width: 100% !important
  }

  .viewcase img {
    margin-bottom: 60px !important;
    width: 400px !important
  }

  .viewcase a {
    font-size: 2.25em !important;
    padding: 1.3em 1em !important;
    border: 3px solid white !important
  }

  .byte_box {
    width: 100%;
    height: 38.2%;
    min-height: 400px
  }

  .about_container {
    background-size: 160% !important;
    background-position: center 25% !important
  }

  .scrollToTop {
    height: 120px !important;
    width: 120px !important
  }

  .hero_images>h1 {
    font-size: 72px !important;
    line-height: 140px !important
  }

  .hero_images>h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    width: 90% !important;
    margin: 0 auto !important
  }

  .hero_images {
    max-width: 90% !important;
    margin: 10% auto 0 auto !important
  }

  .tile_hero_logo>div img {
    width: 80%;
    padding-bottom: 25px
  }

  .tile_hero_logo>div span {
    font-size: 1.5em !important;
    font-weight: bold !important
  }

  header {
    height: 120px !important;
    
  }

  header .header_container_edit div:nth-child(2) a {
    font-size: 22px !important
  }

  header .header_container div:last-child a:not(:last-child) {
    display: none !important
  }

  header .header_container div:nth-child(1) a img {
    width: 200px !important
  }

  header .header_container div:nth-child(1) a:nth-child(2) {
    display: none !important
  }

  header .header_container div:nth-child(1) a:nth-child(1) {
    display: block !important
  }

  header .header_container div:nth-child(2) {
    display: none !important
  }

  footer {
    height: 320px !important;
    padding-top: 60px !important
  }

  .footer_info {
    display: none !important
  }

  footer .footer_container .footer_social {
    vertical-align: top;
    width: 25%;
    max-width: 260px;
    padding: 16px 0 0 0
  }
  .links>a {
    font-size: 24px !important;
    padding: 15px 30px !important;
    height: 80px !important;
    border-radius: 6px !important
  }

  .contact_form {
    width: 90% !important;
    max-width: 90% !important
  }

  .contact_form>h3 {
    font-size: 90px !important
  }

  .contact_form>h4 {
    font-size: 42px !important;
    line-height: 50px !important
  }

  .form input {
    font-size: 28px !important;
    height: 100px !important;
    padding: 15px 15px 10px 15px !important
  }

  .form textarea {
    font-size: 28px !important;
    height: 120px !important;
    padding: 15px 15px 0 15px !important
  }

  .button {
    width: 100% !important
  }

  .contact {
    height: 80% !important
  }

  .built_with_rails {
    padding: 15px 0;
    height: 70px !important
  }

  .built_with_rails img {
    width: 28px !important;
    margin-bottom: 4px
  }

  .built_with_rails>h6 {
    font-size: 24px
  }

  .footer_social {
    width: 40% !important;
    max-width: 360px !important
  }

  .social_icons img {
    width: 23% !important
  }

  .footer_links>div>ul>li {
    margin: 25px 0 !important;
    display: block !important
  }

  .footer_links>div>ul>li>a {
    font-size: 34px !important
  }

  .footer_links>div>h5, .footer_social>div>h5 {
    font-size: 38px !important
  }

  .tile_hero_logo>div>span {
    font-size: 28px !important
  }

  .modal-dialog {
    width: 78% !important
  }

  .about_top {
    height: 360px !important
  }

  .about_top img {
    width: 300px !important
  }

  .about_content>span {
    font-size: 26px !important;
    line-height: 28px !important;
    width: 50% !important
  }

  .about_content>h3 {
    line-height: 120px !important;
    font-size: 56px !important;
    margin-top: 20px
  }

  .about_content>p {
    font-size: 2em;
    line-height: 1.32em;
    margin-bottom: 1em
  }

  .rails_content>h3 {
    font-size: 2.5em !important
  }

  .rails_content>p {
    font-size: 2.25em;
    line-height: 1.5em !important;
    margin-bottom: 1em;
    letter-spacing: -0.03em
  }

  .modal-header .close {
    font-size: 28px !important;
    height: 60px !important;
    width: 60px !important;
    font-weight: bold;
    border: none !important;
    color: white !important;
    opacity: 0.6 !important
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .scroll_container {display: none;}

  .about_container {
    display: block !important
  }

 

  .description {
    width: 100% !important
  }

  .description_container p {
    font-size: 2em !important;
    max-width: 100% !important
  }

  .viewcase img {
    margin-bottom: 60px !important;
    width: 400px !important
  }

  .viewcase a {
    font-size: 2.25em !important;
    padding: 1.3em 1em !important;
    border: 3px solid white !important
  }

  .byte_box {
    width: 100%;
    height: 38.2%;
    min-height: 400px
  }

  .about_container {
    background-size: 160% !important;
    background-position: center 25% !important
  }

  .scrollToTop {
    height: 120px !important;
    width: 120px !important
  }

  .hero_images>h1 {
    font-size: 72px !important;
    line-height: 140px !important
  }

  .hero_images>h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    width: 90% !important;
    margin: 0 auto !important
  }

  .hero_images {
    max-width: 90% !important;
    margin: 10% auto 0 auto !important
  }

  .tile_hero_logo>div img {
    width: 80%;
    padding-bottom: 25px
  }

  .tile_hero_logo>div span {
    font-size: 1.5em !important;
    font-weight: bold !important
  }

  header {
    height: 120px !important;
    
  }

  header .header_container_edit div:nth-child(2) a {
    font-size: 22px !important
  }

  header .header_container div:last-child a:not(:last-child) {
    display: none !important
  }

  header .header_container div:nth-child(1) a img {
    width: 200px !important
  }

  header .header_container div:nth-child(1) a:nth-child(2) {
    display: none !important
  }

  header .header_container div:nth-child(1) a:nth-child(1) {
    display: block !important
  }

  header .header_container div:nth-child(2) {
    display: none !important
  }

  footer {
    height: 320px !important;
    padding-top: 60px !important
  }

  .footer_info {
    display: none !important
  }

  footer .footer_container .footer_social {
    vertical-align: top;
    width: 25%;
    max-width: 260px;
    padding: 16px 0 0 0
  }

  .links>a {
    font-size: 24px !important;
    padding: 15px 30px !important;
    height: 80px !important;
    border-radius: 6px !important
  }

  .contact_form {
    width: 90% !important;
    max-width: 90% !important
  }

  .contact_form>h3 {
    font-size: 90px !important
  }

  .contact_form>h4 {
    font-size: 42px !important;
    line-height: 50px !important
  }

  .form input {
    font-size: 28px !important;
    height: 100px !important;
    padding: 15px 15px 10px 15px !important
  }

  .form textarea {
    font-size: 28px !important;
    height: 120px !important;
    padding: 15px 15px 0 15px !important
  }

  .button {
    width: 100% !important
  }

  .contact {
    height: 80% !important
  }

  .built_with_rails {
    padding: 15px 0;
    height: 70px !important
  }

  .built_with_rails img {
    width: 28px !important;
    margin-bottom: 4px
  }

  .built_with_rails>h6 {
    font-size: 24px
  }

  .footer_social {
    width: 40% !important;
    max-width: 360px !important
  }

  .social_icons img {
    width: 23% !important
  }

  .footer_links>div>ul>li {
    margin: 25px 0 !important;
    display: block !important
  }

  .footer_links>div>ul>li>a {
    font-size: 34px !important
  }

  .footer_links>div>h5, .footer_social>div>h5 {
    font-size: 38px !important
  }

  .tile_hero_logo>div>span {
    font-size: 28px !important
  }

  .modal-dialog {
    width: 78% !important
  }

  .about_top {
    height: 360px !important
  }

  .about_top img {
    width: 300px !important
  }

  .about_content>span {
    font-size: 26px !important;
    line-height: 28px !important;
    width: 50% !important
  }

  .about_content>h3 {
    line-height: 120px !important;
    font-size: 56px !important;
    margin-top: 20px
  }

  .about_content>p {
    font-size: 2em;
    line-height: 1.32em;
    margin-bottom: 1em
  }

  .rails_content>h3 {
    font-size: 2.5em !important
  }

  .rails_content>p {
    font-size: 2.25em;
    line-height: 1.5em !important;
    margin-bottom: 1em;
    letter-spacing: -0.03em
  }

  .modal-header .close {
    font-size: 28px !important;
    height: 60px !important;
    width: 60px !important;
    font-weight: bold;
    border: none !important;
    color: white !important;
    opacity: 0.6 !important
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_container {
    display: block !important
  }

  .description {
    width: 100% !important
  }

  .description_container p {
    font-size: 2em !important;
    max-width: 100% !important
  }

  .viewcase img {
    margin-bottom: 60px !important;
    width: 400px !important
  }

  .viewcase a {
    font-size: 2.25em !important;
    padding: 1.3em 1em !important;
    border: 3px solid white !important
  }

  .byte_box {
    width: 100%;
    height: 38.2%;
    min-height: 400px
  }

  .about_container {
    background-size: 160% !important;
    background-position: center 25% !important
  }

  .scrollToTop {
    height: 120px !important;
    width: 120px !important
  }

  .hero_images>h1 {
    font-size: 72px !important;
    line-height: 140px !important
  }

  .hero_images>h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    width: 90% !important;
    margin: 0 auto !important
  }

  .hero_images {
    max-width: 90% !important;
    margin: 10% auto 0 auto !important
  }

  .tile_hero_logo>div img {
    width: 80%;
    padding-bottom: 25px
  }

  .tile_hero_logo>div span {
    font-size: 1.5em !important;
    font-weight: bold !important
  }

  header {
    height: 120px !important;
    
  }

  header .header_container_edit div:nth-child(2) a {
    font-size: 22px !important
  }

  header .header_container div:last-child a:not(:last-child) {
    display: none !important
  }

  header .header_container div:nth-child(1) a img {
    width: 200px !important
  }

  header .header_container div:nth-child(1) a:nth-child(2) {
    display: none !important
  }

  header .header_container div:nth-child(1) a:nth-child(1) {
    display: block !important
  }

  header .header_container div:nth-child(2) {
    display: none !important
  }

  footer {
    height: 320px !important;
    padding-top: 60px !important
  }

  .footer_info {
    display: none !important
  }

  footer .footer_container .footer_social {
    vertical-align: top;
    width: 25%;
    max-width: 260px;
    padding: 16px 0 0 0
  }

  .links>a {
    font-size: 24px !important;
    padding: 15px 30px !important;
    height: 80px !important;
    border-radius: 6px !important
  }

  .contact_form {
    width: 90% !important;
    max-width: 90% !important
  }

  .contact_form>h3 {
    font-size: 90px !important
  }

  .contact_form>h4 {
    font-size: 42px !important;
    line-height: 50px !important
  }

  .form input {
    font-size: 28px !important;
    height: 100px !important;
    padding: 15px 15px 10px 15px !important
  }

  .form textarea {
    font-size: 28px !important;
    height: 120px !important;
    padding: 15px 15px 0 15px !important
  }

  .button {
    width: 100% !important
  }

  .contact {
    height: 80% !important
  }

  .built_with_rails {
    padding: 15px 0;
    height: 70px !important
  }

  .built_with_rails img {
    width: 28px !important;
    margin-bottom: 4px
  }

  .built_with_rails>h6 {
    font-size: 24px
  }

  .footer_social {
    width: 40% !important;
    max-width: 360px !important
  }

  .social_icons img {
    width: 23% !important
  }

  .footer_links>div>ul>li {
    margin: 25px 0 !important;
    display: block !important
  }

  .footer_links>div>ul>li>a {
    font-size: 34px !important
  }

  .footer_links>div>h5, .footer_social>div>h5 {
    font-size: 38px !important
  }

  .tile_hero_logo>div>span {
    font-size: 28px !important
  }

  .modal-dialog {
    width: 78% !important
  }

  .about_top {
    height: 360px !important
  }

  .about_top img {
    width: 300px !important
  }

  .about_content>span {
    font-size: 26px !important;
    line-height: 28px !important;
    width: 50% !important
  }

  .about_content>h3 {
    line-height: 120px !important;
    font-size: 56px !important;
    margin-top: 20px
  }

  .about_content>p {
    font-size: 2em;
    line-height: 1.32em;
    margin-bottom: 1em
  }

  .rails_content>h3 {
    font-size: 2.5em !important
  }

  .rails_content>p {
    font-size: 2.25em;
    line-height: 1.5em !important;
    margin-bottom: 1em;
    letter-spacing: -0.03em
  }

  .modal-header .close {
    font-size: 28px !important;
    height: 60px !important;
    width: 60px !important;
    font-weight: bold;
    border: none !important;
    color: white !important;
    opacity: 0.6 !important
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=996ea467a3ad46b6d00399a12dfa906d)
 * Config saved to config.json and https://gist.github.com/996ea467a3ad46b6d00399a12dfa906d
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
  text-shadow: none
}

.btn:active, .btn.active {
  background-image: none
}

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc
}

.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px
}

.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px
}

.btn-primary:active, .btn-primary.active {
  background-color: #265a88;
  border-color: #245580
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e
}

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px
}

.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9
}

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px
}

.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px
}

.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px
}

.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none
}

.thumbnail, .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075)
}

.navbar-brand, .navbar-nav>li>a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
  border-radius: 0
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a
}

.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
  text-shadow: none
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}

.panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)
}

.panel-success>.panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}

.panel-info>.panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)
}

.panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)
}

.panel-danger>.panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=996ea467a3ad46b6d00399a12dfa906d)
 * Config saved to config.json and https://gist.github.com/996ea467a3ad46b6d00399a12dfa906d
 */
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
  text-shadow: none
}

.btn:active, .btn.active {
  background-image: none
}

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc
}

.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px
}

.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px
}

.btn-primary:active, .btn-primary.active {
  background-color: #265a88;
  border-color: #245580
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e
}

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px
}

.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9
}

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px
}

.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px
}

.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px
}

.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none
}

.thumbnail, .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075)
}

.navbar-brand, .navbar-nav>li>a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
  border-radius: 0
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a
}

.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
  text-shadow: none
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}

.panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)
}

.panel-success>.panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}

.panel-info>.panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)
}

.panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)
}

.panel-danger>.panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=996ea467a3ad46b6d00399a12dfa906d)
 * Config saved to config.json and https://gist.github.com/996ea467a3ad46b6d00399a12dfa906d
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  animation-duration: 0.25s
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/web/20190124064345im_/http://www.seanblake.me/fonts/glyphicons-halflings-regular.eot");
  src: url("/web/20190124064345im_/http://www.seanblake.me/fonts/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("/web/20190124064345im_/http://www.seanblake.me/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/web/20190124064345im_/http://www.seanblake.me/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/web/20190124064345im_/http://www.seanblake.me/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/web/20190124064345im_/http://www.seanblake.me/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role="button"] {
  cursor: pointer
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: bold
}

.alert>p, .alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: none;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: -550px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #2B2A33;
  background-image: url(bg_pat.svg);
  background-size: cover;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: 0.92;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 0px;
  background: none
}

.modal-header .close {
  margin-top: -2px;
  float: right;
  padding: 2px 9px 6px 10px;
  border-radius: 60px;
  background: #4f4f4f;
  border: none;
  color: #fff;
  font-weight: bold;
  line-height: 13px;
  height: 30px;
  width:30px;
  font-weight: 500
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.next, .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.prev, .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
  }
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next, .carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table
}

.clearfix:after, .modal-header:after, .modal-footer:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}


.scrollToTop img {
  width: 100%;
  height: auto
}

header {
  width: 100%;
  height: 71px;
  position: fixed;
  margin-top:-1px;
}

header .header_container {
  width: 100%;
  max-width: 1650px;
  padding: 0 5%;
  height: 100%;
  margin: 0 auto;
  display: table
}

header .header_container>div {
  display: table-cell;
  vertical-align: middle;
  height: 100%
}

header .header_container>div:nth-child(1) {
  text-align: left;
  width: 30%
}

header .header_container>div:nth-child(1)>a>img {
  width: 120px
}

header .header_container>div:nth-child(2) {
  text-align: right;
  width: 70%
}

header .header_container>div:nth-child(2)>a {
  color: white;
  text-decoration: none;
  margin: 0 15px 0 0;
  padding: 7px 17px;
  border-radius: 80px;
  text-shadow: -1px 2px 0px rgba(0, 0, 0, 0.18);
  
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  transition: all 0.5s ease
}

header .header_container>div:nth-child(2)>a:hover {
  color: white;
  
  
}

header .header_container>div:nth-child(2) .cta {
  border: 2px solid white
}

header .header_container>div:nth-child(2) .cta:hover {
  color: #000;
  text-shadow: none;
}

header .header_container_edit {
  width: 100%;
max-width: 1650px;
padding: 0 5%;
height: 100%;
margin: 0 auto;
display: table;
}

header .header_container_edit>div {
  display: table-cell;
  vertical-align: middle;
  height: 100%
}

header .header_container_edit>div:nth-child(1) {
  text-align: left;
  width: 30%
}

header .header_container_edit>div:nth-child(1)>a>img {
  width: 120px
}

header .header_container_edit>div:nth-child(2) {
  text-align: right;
  width: 70%
}

header .header_container_edit>div:nth-child(2)>a {
  color: white;
  text-decoration: none;
  font-weight:bold;
  margin: 0 15px 0 0;
  padding: 7px 17px;
  border-radius: 40px;
  text-shadow: -1px 1px 0px rgba(55, 55, 55, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: all 0.5s ease
}

header .header_container_edit>div:nth-child(2)>a:hover {
  color: white
}

header .header_container_edit>div:nth-child(2) .cta {
  border: 2px solid white
}

header .header_container_edit>div:nth-child(2) .cta:hover {
  color: black
}

footer {
  height: 160px;
  margin: 0 auto;
  padding: 18px 5%;
  width: 100%;
  color: #848c92;
}

footer .footer_container {
max-width: 1400px;
margin: 0 auto;
width: 100%;
display: flex;
}

footer .footer_container h5 {
  
  color: #efefef;
  font-size: 18px
}

footer .footer_container>div {
  display: table-cell
}

footer .footer_container .footer_info {
  vertical-align: top;
  width: 35%;
  max-width: 260px;
  padding: 12px 0 0 0
}

footer .footer_container .footer_info .footerinfo {
  text-align: left
}

footer .footer_container .footer_info .footerinfo a {
  text-decoration: none;
  color: #efefef;
  font-size: 26px;
  display: block;
  margin: 0 0 10px 0
}

footer .footer_container .footer_info .footerinfo p {
  line-height: 22px;
  margin-bottom: 2px;
}

footer .footer_container .footer_links {
  vertical-align: top;
  width: 30%;
  max-width: 260px;
  
}

footer .footer_container .footer_links div {
  text-align: left
}

footer .footer_container .footer_links div ul li {
  margin: 5px 0
}

footer .footer_container .footer_links div ul li a {
  text-decoration: none;
  color: #848c92
}

footer .footer_container .footer_links div ul li a:hover {
  text-decoration: underline
}

footer .footer_container .footer_social {
  vertical-align: top;
  width: 100px;
  max-width: 260px;
  padding: 20px 0 0 0
}

footer .footer_container .footer_social div {
  text-align: left
}

footer .footer_container .footer_social div .social_icons {
  margin: 15px 0 0 0
}

footer .footer_container .footer_social div .social_icons img {
  width: 30%;
  filter:grayscale(90%) contrast(100%) brightness(68%);
}

.built_with_rails {
  background: #1fa2f2;
  color: white;
  height: 35px;
  line-height: 35px;
  font-size: 20px
}

.built_with_rails img {
  width: 14px;
  margin: 0 2px;
  margin-bottom: -2px
}

.built_with_rails a {
  color: white;
  margin: 0 5px
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container {
  margin: 0px auto;
  width: 100%
}


.hidden {
  display: none
}

.italic {
  font-style: italic
}

.well {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 3%;
  font-size: 14px !important;
  line-height: 22px !important
}

.no-js #loader {
  display: none
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: blue
}

html, body, div, div:after, div:before, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input, input:active {
  outline: none;
  margin: 0px auto
}

div.new_byte {
  margin-top: 80px;
  height: 100%;
  max-width: 600px;
  min-width: 300px;
  border: 1px solid #fff;
  margin: 80px auto 0 auto;
  padding: 5%
}

div.new_byte .nb_title label {
  float: left;
  margin: 0 0 10px 0px
}

div.new_byte .nb_title .nb_field {
  margin: 0% auto 5% auto
}

div.new_byte .nb_title .nb_css {
  margin: 5% auto;
  padding: 0 0 10% 0;
  border-bottom: 1px solid #725688
}

div.new_byte>form>div:nth-child(2)>input, div.new_byte>form>div:nth-child(2)>a, div.new_byte>form>div:last-child>input, div.new_byte>form>div:last-child>a {
  float: right
}

div.new_byte>form input {
  border: 1px solid #938a9a;
  border-radius: 2px;
  background: none;
  color: #666;
  width: 100%;
  height: 2.5em;
  padding: 0 0 0 2.5%
}

div.new_byte>form input:hover {
  color: #666
}

div.new_byte>form a {
  text-decoration: underline;
  background: none;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 5px;
  color: #725688;
  margin: 0px 5px
}

div.new_byte>form a:hover {
  color: #b48bd4
}

.tile_hero_img {
  width: 100%
}

.tile_hero_img img {
  width: 100%;
  height: auto;
  display: block
}

.bytes_container {
  margin: 0px auto;
  -webkit-row-gap: 0px;
  -moz-row-gap: 0px;
  row-gap: 0px;
  width: 100%;
  display: inline-block
}

.bytes_container .byte_box {
  margin: 0 auto;
  position: relative;
  float: left;
  overflow: hidden;
  transition: 0.2s ease
}


.bytes_container .byte_box a {
  display: inline-block;
  width: 100%
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_photo {
  width: 55%;
  height: 100%;
  display: table;
  float: left
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_photo>div {
  width: 100%;
  display: table-cell;
  vertical-align: bottom
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_photo > div img {
  width: 85%;
  margin: 15% 0 0 0
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo {
  width: 40%;
  margin: 0 5% 0 0;
  height: 100%;
  display: table;
  float: left
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo > div {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding-top: 20px
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo > div img {
  width: 75%;
  display: block;
  margin: 0px auto
}

.bytes_container .byte_box .tile_hero_img_container .tile_hero_logo > div span {
  width: 100%;
  display: block;
  margin: 0px auto;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 35px;
  font-family: "Open Sans"
}

.download_resume {
  padding: 140px 1em 0 1em;
  height: 10em;
  display: flex;
  justify-content: right;
  align-content: middle;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  
}

.download_resume > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.download_resume > div > a {
  width: auto;
  height: auto;
  color: #ccc;
  text-decoration: underline;
}

.resume {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 3em auto;
  padding: 0 1em;
  background-color: #fff;
  aspect-ratio: 1 / 1.41;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #414042;
}

.experience {
  margin: 0 0 2em 0;
}

.experience h5 {
  margin: 0 0 0.5em 0;
}

.resume_sig {
  width: 50%;
}

.resume_sig > img {
  display: block;
  width: 100%;
}

.left_bar > div {
  margin: 0 0 2em 0;
  text-overflow: ellipsis
}

.left_bar > div > ol > li {
  margin: 0 0 0.3em 0;
}

.left_bar > div > h5 {
  margin: 0 0 1em 0;
}

.resume_contact {
  width: 50%;
  height: 100%;
  justify-content: right;
  align-content: end;
  text-align: right; 
}

.resume_contact a {color: #666}

.resume-head {
  align-items: center;
}

.resume-head {
  display: flex;
  flex-flow: row wrap;
}

.resume-about {
  display: flex;
  flex-flow: row wrap;
  margin: 1.5em 0 2em 0;
}

.resume-about_content {
  width: 68%;
  text-align: left;
  padding-left: 2em;
}

.resume-about_content > h3 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.25em;
}

.resume-about_content > p {
  
}

.left_bar {
  width: 32%;
  text-align: left;
  padding-right: 1em;
}

.left_bar > div > h3 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.25em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.resume-content {
  display: flex;
  flex-flow: row wrap;
}

.resume-content_content {
  width: 68%;
  text-align: left;
  border-left: 2px solid #666;
  padding-left: 2em;
}

.resume-content_content > h3 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.25em;
}

.resume-content_content > p {
  line-height: 1.5em;
}

.resume-content > div:nth-child(1) {
  width: 32%;
}

.resume-content {
}

.content_images {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-top: 70px;
}

.content_images .description {
  padding: 80px 12%;
  display: table;
  color: black;
  margin: 0 auto;
  background-color: white;
  width: 100%;
}

.content_images .description .description_container {
  display: table-cell;
  vertical-align: middle
}

.content_images .description .description_container ol {
  padding-left: 2.38em;
}

.content_images .description .description_container ol li {
  margin-bottom: 0.75em;
}

.content_images .description .description_container p {
  font-size: 1.25em;
  line-height: 1.75em;
  text-align: left;
  max-width: 800px;
  margin: 0 auto
}

.description_container h2 {
  font-size: 1.6em;
  line-height: 2em;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  color:#333;
}

.content_images .ci_container {
  width: 100%;
  background-color: #fff;
}

.content_images .ci_container p {
  padding: 10px 20px 0;
  text-align: center;
  text-transform: uppercase;
  color:#c9c9c9;
}

.content_images .ci_container img {
  width: 100%
}

.tile_hero_img {
  height: 100%;
  width: 100%
}

.tile_hero_img img {
  width: 100%;
  height: auto
}

.admin_tile_edit {
  position: absolute;
  top: 15px;
  right: 15px
}

.admin_tile_edit a {
  background: rgba(200, 200, 200, 0.1);
  border-radius: 4px;
  padding: 2px 2px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  margin: 5px 3px
}

.about {
  display: table;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative
}

.about .about_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid white
}

.about .about_container .hero_images {
  width: 100%;
  max-width: 600px;
  margin: auto
}

.about .about_container .hero_images h1 {
  
  font-weight: bold;
  color: #1fa2f2;
  font-size: 4.6em;
  letter-spacing: -0.035em;
  line-height: 80px;
  margin: 10px 0
}

.about .about_container .hero_images h2 {
  
  color: #444c52;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  padding: 0 20px
}

.about .about_container .links {
  display: inline-block;
  margin: 15px 0
}

.about .about_container .links a {
  background: #1fa2f2;
  display: block;
  float: left;
  font-size: 14px;
  border-radius: 4px;
  height: 50px;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  margin: 30px 10px;
  
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: 0.2s ease
}

.about .about_container .links a:first-child {
  border: 2px solid #1fa2f2;
  color: #1fa2f2;
  line-height: 48px
}

.about .about_container .links a:first-child:hover {
  background: #1fa2f2;
  color: white
}

.about .about_container .links a:nth-child(2) {
  line-height: 48px;
  border: 2px solid #1fa2f2
}

.about .about_container .links a:nth-child(2):hover {
  color: #1fa2f2;
  border: 2px solid #1fa2f2
}

.scroll_container {

position: absolute;
height:100%;
width: 100%;

}

.scroll-down {
  position:absolute;
  bottom:-25px;
  right: 3;
  width: 100%;
  color:#d1d3d4;
  font-weight: bold;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  right: 0;
}
.icon-scroll {
  width: 30px;
  height: 42px;
  margin-left: -20px;
  right:60px;
  bottom: 60px;
  margin-top: -35px;
  background-color: #d1d3d4;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #929292;
  margin-left: -4px;
  top: 9px;
  right:11px;
  border-radius: 5px;
  -webkit-animation-duration: 1.38s;
          animation-duration: 1.38s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
          
}

.logo_header {
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  
}

.logo_header:hover {
  filter: invert(0%)  ;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  
}

.st1 {
    
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.header_dark {
  color:#aaa !important;
  text-shadow: none !important;
}

.header_dark:hover {
  color:#fff !important;
  text-shadow: none !important;
}

.cta_dark {
  color:#aaa !important;
  text-shadow: none !important;
  border: 2px solid #aaa !important;
}

.cta_dark:hover {
  color: #fff !important;
  background-color: #44444f !important;
  border: 2px solid #44444f !important;
}



@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}

@-webkit-keyframes fadeinout {
  0%,80%,100% { opacity: 0; }
  25% { opacity: 1; }
  60% { opacity: 1; }

}

@keyframes fadeinout {
  0%,80%,100% { opacity: 0; }
  25% { opacity: 1; }
  60% { opacity: 1; }
}

header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /* Other transform properties here */
}
