/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*
shame.css - http://csswizardry.com/2013/04/shame-css/
*/
/* The default styles /style.css put into your bootstrap.css for more awesome */
/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
/* line 5, ../sass/partials/_wp.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.left{
  width: 20%;
  display: inline-block;
}

.my_cta{
    background: #4FB163;
    color: white;
    text-align: center;
    padding: 30px;
}

.my_cta h2{
  margin-bottom: 5px;
}

.my_cta h3{
  padding-top: 0px !important;
  margin-bottom: 5px !important;
  color: white !important;
  line-height: 1 !important;
  font-size: 20px !important;
}

.right{
  width: 75%;
  display: inline-block;
  float: right;
}


.latest_blog{
  margin-top: 70px;
  text-align: center;
}

.span6 article img{
  width: 100%;
}

.span6 article h2{
    text-align: center;
    font-size: 24px;
    margin-top: 5px
}

.span6 article .date-meta{
  text-align: center;
  padding-top: 5px;
}


.span6 article .smallspan12{
  text-align: center;
}

.blog .row-fluid, .archive .row-fluid{
  margin-bottom: 10px;
}

.latest_blog h2{
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #4FB163;
  margin-bottom: 5px;
}

.latest_blog h1{
  color: #B3539F;
  text-align: center;
  padding-bottom: 10px;
}

.latest_blog h4{
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px !important;
}

/* line 11, ../sass/partials/_wp.scss */
.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* line 16, ../sass/partials/_wp.scss */
.clearfix {
  zoom: 1;
}

/* wp-specific classes */
/* layout */
/* line 39, ../sass/partials/_wp.scss */
body {
  padding-top: 0;
}

/* Admin Top Navigation fixes */
/* line 45, ../sass/partials/_wp.scss */
body.admin-bar .navbar-fixed-top {
  top: 28px;
}

/* line 49, ../sass/partials/_wp.scss */
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important;
}

/* line 55, ../sass/partials/_wp.scss */
.nav-container {
  padding-left: 0;
  padding-right: 0;
}

/* line 60, ../sass/partials/_wp.scss */
#inner-header {
  width: 100%;
}

/* line 64, ../sass/partials/_wp.scss */
input, textarea, select, .uneditable-input {
  margin-bottom: 0;
}

/* line 68, ../sass/partials/_wp.scss */
.navbar-form, .navbar-search {
  margin: 0 0 9px;
}

/* line 72, ../sass/partials/_wp.scss */
.navbar-search {
  padding-left: 0;
}

/* line 76, ../sass/partials/_wp.scss */
#s {
  width: 100px;
}

/* line 80, ../sass/partials/_wp.scss */
#content {
  padding: 45px 0 0;
}

/* line 84, ../sass/partials/_wp.scss */
.more-link {
  white-space: nowrap;
}

/* line 88, ../sass/partials/_wp.scss */
.footer-links {
  float: right;
  margin-bottom: 18px;
}

/* line 93, ../sass/partials/_wp.scss */
.footer-links .menu {
  list-style-type: none;
  margin-left: 0;
}

/* line 98, ../sass/partials/_wp.scss */
.footer-links .menu li {
  float: left;
  margin-left: 10px;
}

/* post styling */
/* line 105, ../sass/partials/_wp.scss */
#main p.meta {
  font-style: italic;
  color: #808080;
}

/* line 110, ../sass/partials/_wp.scss */
#main article {
  margin-bottom: 18px;
  padding: 0 0 9px;
}

/* line 116, ../sass/partials/_wp.scss */
#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}

/* line 124, ../sass/partials/_wp.scss */
#main article footer a.edit-post {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

/* line 131, ../sass/partials/_wp.scss */
.post:hover a.edit-post {
  display: inline;
}

/* line 135, ../sass/partials/_wp.scss */
p.tags {
  line-height: 20px;
}

/* line 139, ../sass/partials/_wp.scss */
div[id*='attachment_'] {
  max-width: 100%;
  height: 100%;
}

/* line 144, ../sass/partials/_wp.scss */
#credit320 {
  background: url("images/320press_mini.png") no-repeat left top transparent;
  padding-left: 20px;
}

/* line 149, ../sass/partials/_wp.scss */
#main .hero-unit img {
  margin-bottom: 1em;
}

/* line 153, ../sass/partials/_wp.scss */
#main article img {
  height: auto;
  max-width: 100%;
}

/* line 158, ../sass/partials/_wp.scss */
img.alignleft {
  margin-right: 10px;
  float: left;
}

/* line 163, ../sass/partials/_wp.scss */
img.alignright {
  margin-left: 10px;
  float: right;
}

/* line 168, ../sass/partials/_wp.scss */
img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 173, ../sass/partials/_wp.scss */
.post header img {
  margin-bottom: 18px;
}

/* line 177, ../sass/partials/_wp.scss */
.archive #main .post h3 {
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 182, ../sass/partials/_wp.scss */
video {
  max-width: 100%;
  height: auto;
}

/* line 187, ../sass/partials/_wp.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 195, ../sass/partials/_wp.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 205, ../sass/partials/_wp.scss */
.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}

/* page styling */
/* line 213, ../sass/partials/_wp.scss */
#featured-carousel .item {
  width: 970px;
  height: 600px;
}

/* line 218, ../sass/partials/_wp.scss */
.carousel-caption p {
  display: none;
}

/* line 222, ../sass/partials/_wp.scss */
.page-template-page-homepage-php #main article {
  border-bottom: none;
}

/* line 226, ../sass/partials/_wp.scss */
.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
  padding: 1em;
}

/* line 231, ../sass/partials/_wp.scss */
.hero-unit h1 {
  font-size: 3em;
}

/* comments */
/* line 239, ../sass/partials/_wp.scss */
#comments {
  line-height: 24px;
  margin-bottom: 18px;
}

/* line 244, ../sass/partials/_wp.scss */
ol.commentlist,
ol.commentlist ul.children {
  list-style-type: none;
  margin-left: 0;
}

/* line 250, ../sass/partials/_wp.scss */
.comment .vcard > div {
  margin-top: 8px;
  padding: 0 10px;
}

/* line 255, ../sass/partials/_wp.scss */
ol.commentlist time {
  font-size: .8em;
  color: #eeeeee;
}

/* line 260, ../sass/partials/_wp.scss */
ol.commentlist div.comment-author {
  position: relative;
}

/* line 264, ../sass/partials/_wp.scss */
ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}

/* line 270, ../sass/partials/_wp.scss */
ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px;
}

/* line 276, ../sass/partials/_wp.scss */
ol.commentlist li.bypostauthor {
  background-color: #dddddd;
}

/* line 280, ../sass/partials/_wp.scss */
ol.commentlist ul.children li {
  background-color: #cccccc;
}

/* line 284, ../sass/partials/_wp.scss */
ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb;
}

/* line 288, ../sass/partials/_wp.scss */
ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa;
}

/* line 292, ../sass/partials/_wp.scss */
ol.commentlist article {
  border-bottom: none !important;
}

/* line 296, ../sass/partials/_wp.scss */
a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 302, ../sass/partials/_wp.scss */
#comment-nav ul {
  list-style-type: none;
  margin: 0;
}

/* line 307, ../sass/partials/_wp.scss */
#comment-form-elements {
  list-style-type: none;
  margin: 0;
}

/* line 312, ../sass/partials/_wp.scss */
.comment .vcard .avatar {
  padding-right: 0;
}

/* line 316, ../sass/partials/_wp.scss */
.comment .vcard .comment-text {
  margin-left: 0;
}

/* line 320, ../sass/partials/_wp.scss */
img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd;
}

/* line 328, ../sass/partials/_wp.scss */
ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0;
}

/* line 333, ../sass/partials/_wp.scss */
#pings {
  margin-bottom: 9px;
}

/* line 337, ../sass/partials/_wp.scss */
ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0;
}

/* line 342, ../sass/partials/_wp.scss */
#comment {
  width: 270px;
}

/* line 346, ../sass/partials/_wp.scss */
ol.commentlist #respond {
  padding: 5px 10px;
}

/* specific post-type styles */
/* image attachment */
/* line 354, ../sass/partials/_wp.scss */
.attachment #main .post_content img {
  max-width: 100%;
}

/* line 358, ../sass/partials/_wp.scss */
.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important;
}

/* line 363, ../sass/partials/_wp.scss */
.attachment-img {
  margin-bottom: 18px;
}

/* line 367, ../sass/partials/_wp.scss */
.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px;
}

/* line 372, ../sass/partials/_wp.scss */
#gallery-nav {
  list-style-type: none;
  margin-left: 0;
}

/* line 377, ../sass/partials/_wp.scss */
li.next a, li.previous a {
  position: relative;
}

/* line 381, ../sass/partials/_wp.scss */
li.next a:hover:before {
  content: "\2190";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 396, ../sass/partials/_wp.scss */
li.previous a:hover:before {
  content: "\2192";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* widget styles */
/* line 414, ../sass/partials/_wp.scss */
.widget {
  margin-bottom: 18px;
}

/* line 418, ../sass/partials/_wp.scss */
.widgettitle {
  margin-bottom: 9px;
}

/* line 422, ../sass/partials/_wp.scss */
#tag-cloud {
  margin-bottom: 18px;
  line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
/* line 428, ../sass/partials/_wp.scss */
.label {
  text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
/* line 433, ../sass/partials/_wp.scss */
#tag-cloud a:hover,
.tags a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 439, ../sass/partials/_wp.scss */
#tag-cloud a {
  white-space: pre;
  text-transform: uppercase;
}

/* change default form padding for search */
/* line 446, ../sass/partials/_wp.scss */
.widget_search form {
  padding-left: 0;
}

/* line 450, ../sass/partials/_wp.scss */
.widget_search input {
  width: 121px;
}

/* calendar widget */
/* line 456, ../sass/partials/_wp.scss */
#calendar_wrap {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

/* line 464, ../sass/partials/_wp.scss */
#wp-calendar {
  width: 100%;
}

/* line 469, ../sass/partials/_wp.scss */
#wp-calendar caption {
  font-weight: bold;
  padding: 8px;
}

/* line 474, ../sass/partials/_wp.scss */
#wp-calendar tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 479, ../sass/partials/_wp.scss */
#wp-calendar tr:last-child {
  border-bottom: none;
}

/* line 483, ../sass/partials/_wp.scss */
#wp-calendar td {
  text-align: center;
  padding: 8px 0;
}

/* line 488, ../sass/partials/_wp.scss */
blockquote.pull-left {
  padding-right: 15px;
}

/* line 492, ../sass/partials/_wp.scss */
.container-fluid {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 768px) {
  /* line 500, ../sass/partials/_wp.scss */
  .carousel-caption p {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  /* line 506, ../sass/partials/_wp.scss */
  body {
    padding-top: 60px;
  }

  /* line 510, ../sass/partials/_wp.scss */
  .container-fluid {
    max-width: 80rem;
    margin: 0 auto;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  /* line 517, ../sass/partials/_wp.scss */
  #inner-footer {
    padding: 0;
  }

  /* line 521, ../sass/partials/_wp.scss */
  #content {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 526, ../sass/partials/_wp.scss */
  .topbar-inner {
    padding: 0;
  }

  /* line 530, ../sass/partials/_wp.scss */
  .topbar form.pull-right {
    float: right;
  }

  /* line 534, ../sass/partials/_wp.scss */
  .navbar-form, .navbar-search {
    margin-top: 6px;
    margin-bottom: 0;
  }

  /* line 539, ../sass/partials/_wp.scss */
  .navbar-search {
    padding-left: 0;
  }

  /* line 543, ../sass/partials/_wp.scss */
  .sidebar {
    margin-top: 0 !important;
  }

  /* line 548, ../sass/partials/_wp.scss */
  .widget_search input {
    width: 230px;
  }

  /* line 552, ../sass/partials/_wp.scss */
  .blog .hero-unit {
    margin-top: 10px;
  }

  /* line 556, ../sass/partials/_wp.scss */
  .page-template-page-homepage-php .hero-unit,
  .blog .hero-unit {
    padding: 60px;
  }

  /* line 561, ../sass/partials/_wp.scss */
  .hero-unit h1 {
    font-size: 60px;
  }

  /* hide edit comment button and show on hover on desktop version */
  /* line 566, ../sass/partials/_wp.scss */
  .edit-comment {
    display: none;
  }

  /* line 570, ../sass/partials/_wp.scss */
  .vcard:hover .edit-comment {
    display: inline-block;
  }

  /* line 574, ../sass/partials/_wp.scss */
  #s {
    width: 210px;
    margin-bottom: 6px;
  }

  /* line 579, ../sass/partials/_wp.scss */
  .widget_search input {
    width: 209px;
  }

  /* line 583, ../sass/partials/_wp.scss */
  .comment .vcard .comment-text {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 10, ../sass/partials/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../sass/partials/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../sass/partials/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../sass/partials/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../sass/partials/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, ../sass/partials/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../sass/partials/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../sass/partials/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../sass/partials/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../sass/partials/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, ../sass/partials/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, ../sass/partials/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, ../sass/partials/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, ../sass/partials/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, ../sass/partials/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, ../sass/partials/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../sass/partials/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, ../sass/partials/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../sass/partials/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, ../sass/partials/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 162, ../sass/partials/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 167, ../sass/partials/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 171, ../sass/partials/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 176, ../sass/partials/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 182, ../sass/partials/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 188, ../sass/partials/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 192, ../sass/partials/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 197, ../sass/partials/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 205, ../sass/partials/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 212, ../sass/partials/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 9, ../sass/partials/_scaffolding.scss */
body {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #767676;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 24, ../sass/partials/_scaffolding.scss */
a {
  color: #8A8A8A;
  text-decoration: none;
}

/* line 30, ../sass/partials/_scaffolding.scss */
.links a:hover,
.links a:focus {
  color: #8A8A8A;
  border-bottom: none !important;
}

/* line 39, ../sass/partials/_scaffolding.scss */
article a:hover,
article a:focus {
  color: #4FB163 !important;
  text-decoration: none;
}

/* line 47, ../sass/partials/_scaffolding.scss */
#main article {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}

/* line 53, ../sass/partials/_scaffolding.scss */
article h1 {
  margin-bottom: 5px !important;
}

/* line 60, ../sass/partials/_scaffolding.scss */
article a {
  color: #8A8A8A;
  border-bottom: 1px solid #4FB163;
  text-decoration: none;
}
/* line 66, ../sass/partials/_scaffolding.scss */
article h1 a {
  color: #4FB163;
  border-bottom: none !important;
  text-decoration: none;
}
/* line 71, ../sass/partials/_scaffolding.scss */
article h1 a:hover,
article h1 a:focus {
  color: #4FB163;
  border-bottom: none !important;
  text-decoration: none;
}

/* line 80, ../sass/partials/_scaffolding.scss */
.borderlinks a:hover,
.borderlinks a:focus {
  color: #4FB163;
  text-decoration: none;
}

/* line 89, ../sass/partials/_scaffolding.scss */
.borderlinks a {
  color: #8A8A8A;
  border-bottom: 1px solid #4FB163;
  text-decoration: none;
}
/* line 95, ../sass/partials/_scaffolding.scss */
.borderlinks h1 a {
  color: #4FB163;
  border-bottom: none;
  text-decoration: none;
}

/* line 103, ../sass/partials/_scaffolding.scss */
article h2 {
  margin-bottom: 0px;
}
/* line 105, ../sass/partials/_scaffolding.scss */
article h2 a {
  border-bottom: none;
  color: #4FB163;
  display: inline-block;
  -o-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
/* line 114, ../sass/partials/_scaffolding.scss */
article h2 a:hover {
  color: #D8D8D8 !important;
}

/* line 120, ../sass/partials/_scaffolding.scss */
.view-more {
  margin-bottom: 40px;
}

/* line 128, ../sass/partials/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 133, ../sass/partials/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 142, ../sass/partials/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 608, ../sass/partials/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.row:after {
  clear: both;
}

/* line 613, ../sass/partials/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 620, ../sass/partials/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 634, ../sass/partials/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 640, ../sass/partials/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

@media (min-width: 980px) {
  /* line 656, ../sass/partials/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../sass/partials/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../sass/partials/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 659, ../sass/partials/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 11.3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%;
    *margin-left: 2.07447%;
  }
  /* line 665, ../sass/partials/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 670, ../sass/partials/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span1 {
    width: 6.38298% !important;
    *width: 6.32979% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span2 {
    width: 14.89362% !important;
    *width: 14.84043% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span3 {
    width: 23.40426% !important;
    *width: 23.35106% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span4 {
    width: 31.91489% !important;
    *width: 31.8617% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span5 {
    width: 40.42553% !important;
    *width: 40.37234% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span6 {
    width: 48.93617% !important;
    *width: 48.88298% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span7 {
    width: 57.44681% !important;
    *width: 57.39362% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span8 {
    width: 65.95745% !important;
    *width: 65.90426% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span9 {
    width: 74.46809% !important;
    *width: 74.41489% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span10 {
    width: 82.97872% !important;
    *width: 82.92553% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span11 {
    width: 91.48936% !important;
    *width: 91.43617% !important;
  }
  /* line 683, ../sass/partials/_mixins.scss */
  .row-fluid .span12 {
    width: 100% !important;
    *width: 99.94681% !important;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.51064%;
    *margin-left: 8.40426%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.14894%;
    *margin-left: 19.04255%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.02128%;
    *margin-left: 16.91489%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 27.65957%;
    *margin-left: 27.55319%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.53191%;
    *margin-left: 25.42553%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.17021%;
    *margin-left: 36.06383%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.04255%;
    *margin-left: 33.93617%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 44.68085%;
    *margin-left: 44.57447%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.55319%;
    *margin-left: 42.44681%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.19149%;
    *margin-left: 53.08511%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.06383%;
    *margin-left: 50.95745%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 61.70213%;
    *margin-left: 61.59574%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.57447%;
    *margin-left: 59.46809%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.21277%;
    *margin-left: 70.10638%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.08511%;
    *margin-left: 67.97872%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 78.7234%;
    *margin-left: 78.61702%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.59574%;
    *margin-left: 76.48936%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 87.23404%;
    *margin-left: 87.12766%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.10638%;
    *margin-left: 85.0%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 95.74468%;
    *margin-left: 95.6383%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 93.61702%;
    *margin-left: 93.51064%;
  }
  /* line 689, ../sass/partials/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 104.25532%;
    *margin-left: 104.14894%;
  }
  /* line 690, ../sass/partials/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.12766%;
    *margin-left: 102.02128%;
  }
}
@media (max-width: 980px) {
  /* line 538, ../sass/partials/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../sass/partials/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../sass/partials/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 541, ../sass/partials/_mixins.scss */
  .row-fluid [class*="smallspan"] {
    display: block;
    width: 100%;
    min-height: 11.3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766% !important;
    *margin-left: 2.07447% !important;
  }
  /* line 547, ../sass/partials/_mixins.scss */
  .row-fluid [class*="small"]:first-child {
    margin-left: 0 !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan1 {
    width: 6.38298% !important;
    *width: 6.32979% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan2 {
    width: 14.89362% !important;
    *width: 14.84043% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan3 {
    width: 23.40426% !important;
    *width: 23.35106% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan4 {
    width: 31.91489% !important;
    *width: 31.8617% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan5 {
    width: 40.42553% !important;
    *width: 40.37234% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan6 {
    width: 48.93617% !important;
    *width: 48.88298% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan7 {
    width: 57.44681% !important;
    *width: 57.39362% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan8 {
    width: 65.95745% !important;
    *width: 65.90426% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan9 {
    width: 74.46809% !important;
    *width: 74.41489% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan10 {
    width: 82.97872% !important;
    *width: 82.92553% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan11 {
    width: 91.48936% !important;
    *width: 91.43617% !important;
  }
  /* line 562, ../sass/partials/_mixins.scss */
  .row-fluid .smallspan12 {
    width: 100% !important;
    *width: 99.94681% !important;
  }
}
/* line 18, ../sass/partials/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 23, ../sass/partials/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, ../sass/partials/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../sass/partials/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, ../sass/partials/_type.scss */
p {
  margin: 0 0 20px;
}

/* line 12, ../sass/partials/_type.scss */
.sans-serif {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

/* line 22, ../sass/partials/_type.scss */
small {
  font-size: 13.6px;
  line-height: 1.3;
}

/* line 23, ../sass/partials/_type.scss */
large {
  font-size: 20px;
  line-height: 1.3;
}

/* line 25, ../sass/partials/_type.scss */
strong {
  font-weight: 600;
}

/* line 26, ../sass/partials/_type.scss */
em {
  font-style: italic;
}

/* line 27, ../sass/partials/_type.scss */
cite {
  font-style: normal;
}

/* line 30, ../sass/partials/_type.scss */
.muted {
  color: #D8D8D8;
}

/* line 31, ../sass/partials/_type.scss */
a.muted:hover,
a.muted:focus {
  color: #bfbfbf;
}

/* line 34, ../sass/partials/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 35, ../sass/partials/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 38, ../sass/partials/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 39, ../sass/partials/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 42, ../sass/partials/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 43, ../sass/partials/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 46, ../sass/partials/_type.scss */
.text-success {
  color: #468847;
}

/* line 47, ../sass/partials/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 50, ../sass/partials/_type.scss */
.text-left {
  text-align: left;
}

/* line 51, ../sass/partials/_type.scss */
.text-right {
  text-align: right;
}

/* line 52, ../sass/partials/_type.scss */
.text-center {
  text-align: center;
}

/* line 58, ../sass/partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 68, ../sass/partials/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #D8D8D8;
}

/* line 74, ../sass/partials/_type.scss */
h3 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  margin: 0 0 20px !important;
  padding-top: 15px !important;
  color: #767676 !important;
}

/* line 83, ../sass/partials/_type.scss */
.back h5 {
  display: inline-block;
}

/* line 88, ../sass/partials/_type.scss */
h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  margin: 0 0 20px !important;
  line-height: 1.3;
}

/* line 94, ../sass/partials/_type.scss */
h1,
h2,
h3 {
  line-height: 1.3;
}

/* line 98, ../sass/partials/_type.scss */
h1 {
  font-size: 36px;
}

/* line 99, ../sass/partials/_type.scss */
h2 {
  font-size: 28px;
}

/* line 100, ../sass/partials/_type.scss */
h3 {
  font-size: 28px;
}

/* line 101, ../sass/partials/_type.scss */
h4 {
  font-size: 24px;
}

/* line 102, ../sass/partials/_type.scss */
h5 {
  font-size: 20px;
}

/* line 103, ../sass/partials/_type.scss */
h6 {
  font-size: 13.6px;
}

/* line 105, ../sass/partials/_type.scss */
h1 small {
  font-size: 28px;
}

/* line 106, ../sass/partials/_type.scss */
h2 small {
  font-size: 20px;
}

/* line 107, ../sass/partials/_type.scss */
h3 small {
  font-size: 16px;
}

/* line 108, ../sass/partials/_type.scss */
h4 small {
  font-size: 16px;
}

/* line 110, ../sass/partials/_type.scss */
.hero-txt h3 {
  margin: 0px !important;
  color: white !important;
}

/* line 115, ../sass/partials/_type.scss */
.page-header h1 {
  margin: 0px !important;
}

/* line 122, ../sass/partials/_type.scss */
.page-header {
  padding-bottom: -0.35;
  margin: 1.3 0 1.95;
  border-bottom: 1px solid #ECECEC;
}

/* line 134, ../sass/partials/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 15px 25px;
}

/* line 138, ../sass/partials/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 144, ../sass/partials/_type.scss */
li {
  line-height: 1.3;
}

/* line 149, ../sass/partials/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 156, ../sass/partials/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 160, ../sass/partials/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 169, ../sass/partials/_type.scss */
dl {
  margin-bottom: 1.3;
}

/* line 172, ../sass/partials/_type.scss */
dt,
dd {
  line-height: 1.3;
}

/* line 176, ../sass/partials/_type.scss */
dt {
  font-weight: bold;
}

/* line 179, ../sass/partials/_type.scss */
dd {
  margin-left: 0.65;
}

/* line 183, ../sass/partials/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 185, ../sass/partials/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 192, ../sass/partials/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 197, ../sass/partials/_type.scss */
.date-meta {
  font-size: 16px !important;
  margin: 0 0 10px !important;
}
/* line 200, ../sass/partials/_type.scss */
.date-meta a {
  border-bottom: 0 !important;
}

/* line 209, ../sass/partials/_type.scss */
hr {
  border: 0;
  border-bottom: 2px solid #ECECEC;
}

/* line 216, ../sass/partials/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #D8D8D8;
}

/* line 222, ../sass/partials/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 228, ../sass/partials/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.3;
  border-left: 5px solid #ECECEC;
}
/* line 232, ../sass/partials/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
/* line 238, ../sass/partials/_type.scss */
blockquote small {
  display: block;
  line-height: 1.3;
  color: #D8D8D8;
}
/* line 242, ../sass/partials/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 248, ../sass/partials/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ECECEC;
  border-left: 0;
}
/* line 254, ../sass/partials/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 259, ../sass/partials/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 262, ../sass/partials/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 270, ../sass/partials/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 278, ../sass/partials/_type.scss */
address {
  display: block;
  margin-bottom: 1.3;
  font-style: normal;
  line-height: 1.3;
}

/* line 7, ../sass/partials/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #767676;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../sass/partials/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, ../sass/partials/_code.scss */
pre {
  display: block;
  padding: 0.15;
  margin: 0 0 0.65;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 42, ../sass/partials/_code.scss */
pre.prettyprint {
  margin-bottom: 1.3;
}
/* line 47, ../sass/partials/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, ../sass/partials/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 8, ../sass/partials/_forms.scss */
div.wpcf7-mail-sent-ok {
  border: none;
}

/* line 12, ../sass/partials/_forms.scss */
div.wpcf7-mail-sent-ng {
  border: none;
}

/* line 16, ../sass/partials/_forms.scss */
div.wpcf7-spam-blocked {
  border: none;
}

/* line 20, ../sass/partials/_forms.scss */
div.wpcf7-validation-errors {
  border: none;
}

/* line 24, ../sass/partials/_forms.scss */
div.wpcf7-validation-errors {
  border: none;
  color: #f00;
}

/* line 29, ../sass/partials/_forms.scss */
div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 34, ../sass/partials/_forms.scss */
div.wpcf7-mail-sent-ok {
  color: #4FB163;
}

/* line 42, ../sass/partials/_forms.scss */
form {
  margin: 0 0 1.3;
}

/* line 46, ../sass/partials/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 53, ../sass/partials/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.3;
  font-size: 24px;
  line-height: 2.6;
  color: #767676;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 65, ../sass/partials/_forms.scss */
legend small {
  font-size: 0.975;
  color: #D8D8D8;
}

/* line 72, ../sass/partials/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}

/* line 79, ../sass/partials/_forms.scss */
input,
button,
select,
textarea {
  font-family: "futura-pt", sans-serif;
}

/* line 87, ../sass/partials/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 96, ../sass/partials/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 1.3;
  padding: 4px 6px;
  margin-bottom: 0.65;
  font-size: 16px;
  line-height: 1.3;
  color: #767676;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 126, ../sass/partials/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 132, ../sass/partials/_forms.scss */
textarea {
  height: auto;
}

/* line 136, ../sass/partials/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: solid 1px #BBBBBB;
  transition: border-color .2s;
  width: 80%;
  max-width: 80%;
}
/* line 161, ../sass/partials/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: solid 1px #4FB163;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

/* line 171, ../sass/partials/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 180, ../sass/partials/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  transition: background-color .3s;
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4FB163;
  -webkit-appearance: none !important;
  color: #fff;
  text-decoration: none;
  border: none;
  outline: none;
}

/* line 211, ../sass/partials/_forms.scss */
input[type="file"]:hover,
input[type="image"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  background: #BBBBBB;
}

/* line 229, ../sass/partials/_forms.scss */
select,
input[type="file"] {
  height: 11.3px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 11.3px;
}

/* line 237, ../sass/partials/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 244, ../sass/partials/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 250, ../sass/partials/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 262, ../sass/partials/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #D8D8D8;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 272, ../sass/partials/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 278, ../sass/partials/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../sass/partials/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #D8D8D8;
}
/* line 86, ../sass/partials/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #D8D8D8;
}
/* line 89, ../sass/partials/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #D8D8D8;
}

/* line 298, ../sass/partials/_forms.scss */
.radio,
.checkbox {
  min-height: 1.3;
  padding-left: 20px;
}

/* line 303, ../sass/partials/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 310, ../sass/partials/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 317, ../sass/partials/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 324, ../sass/partials/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 335, ../sass/partials/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 336, ../sass/partials/_forms.scss */
.input-small {
  width: 90px;
}

/* line 337, ../sass/partials/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 338, ../sass/partials/_forms.scss */
.input-large {
  width: 210px;
}

/* line 339, ../sass/partials/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 340, ../sass/partials/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 343, ../sass/partials/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 356, ../sass/partials/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 712, ../sass/partials/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 719, ../sass/partials/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 729, ../sass/partials/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 378, ../sass/partials/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 383, ../sass/partials/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 389, ../sass/partials/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 401, ../sass/partials/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #ECECEC;
}

/* line 411, ../sass/partials/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, ../sass/partials/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 168, ../sass/partials/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 175, ../sass/partials/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/partials/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 186, ../sass/partials/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, ../sass/partials/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 168, ../sass/partials/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 175, ../sass/partials/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/partials/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 186, ../sass/partials/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, ../sass/partials/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 168, ../sass/partials/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 175, ../sass/partials/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/partials/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 186, ../sass/partials/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, ../sass/partials/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 168, ../sass/partials/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 175, ../sass/partials/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 180, ../sass/partials/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 186, ../sass/partials/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 446, ../sass/partials/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border: solid 1px #4FB163;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

/* line 459, ../sass/partials/_forms.scss */
.form-actions {
  padding: 0.3 20px 1.3;
  margin-top: 1.3;
  margin-bottom: 1.3;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 473, ../sass/partials/_forms.scss */
.help-block,
.help-inline {
  color: #9c9c9c;
}

/* line 478, ../sass/partials/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 0.65;
}

/* line 483, ../sass/partials/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 496, ../sass/partials/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 0.65;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
/* line 505, ../sass/partials/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 16px;
}
/* line 513, ../sass/partials/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 522, ../sass/partials/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 526, ../sass/partials/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 1.3;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #ECECEC;
  border: 1px solid #ccc;
}
/* line 540, ../sass/partials/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 546, ../sass/partials/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #b9e0c1;
  border-color: #4FB163;
}

/* line 553, ../sass/partials/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
/* line 557, ../sass/partials/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 565, ../sass/partials/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 569, ../sass/partials/_forms.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 573, ../sass/partials/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 578, ../sass/partials/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 587, ../sass/partials/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 591, ../sass/partials/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 595, ../sass/partials/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 600, ../sass/partials/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 605, ../sass/partials/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 616, ../sass/partials/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 626, ../sass/partials/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 630, ../sass/partials/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 633, ../sass/partials/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 636, ../sass/partials/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 639, ../sass/partials/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 655, ../sass/partials/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 668, ../sass/partials/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 672, ../sass/partials/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 679, ../sass/partials/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 686, ../sass/partials/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 695, ../sass/partials/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 706, ../sass/partials/_forms.scss */
.control-group {
  margin-bottom: 0.65;
}

/* line 711, ../sass/partials/_forms.scss */
legend + .control-group {
  margin-top: 1.3;
  -webkit-margin-top-collapse: separate;
}

/* line 721, ../sass/partials/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 1.3;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 726, ../sass/partials/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 733, ../sass/partials/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 740, ../sass/partials/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 745, ../sass/partials/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 755, ../sass/partials/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 0.65;
}
/* line 760, ../sass/partials/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../sass/partials/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../sass/partials/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1.3;
}
/* line 23, ../sass/partials/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 1.3;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 31, ../sass/partials/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../sass/partials/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 39, ../sass/partials/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 48, ../sass/partials/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 53, ../sass/partials/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, ../sass/partials/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../sass/partials/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 80, ../sass/partials/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
/* line 85, ../sass/partials/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 97, ../sass/partials/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 103, ../sass/partials/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 109, ../sass/partials/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 117, ../sass/partials/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 126, ../sass/partials/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 129, ../sass/partials/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 134, ../sass/partials/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 140, ../sass/partials/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, ../sass/partials/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, ../sass/partials/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, ../sass/partials/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, ../sass/partials/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 196, ../sass/partials/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../sass/partials/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
/* line 210, ../sass/partials/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}
/* line 213, ../sass/partials/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
/* line 216, ../sass/partials/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../sass/partials/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
/* line 226, ../sass/partials/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
/* line 229, ../sass/partials/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
/* line 232, ../sass/partials/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 17, ../sass/partials/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, ../sass/partials/_sprites.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

/* line 52, ../sass/partials/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, ../sass/partials/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, ../sass/partials/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, ../sass/partials/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, ../sass/partials/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, ../sass/partials/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, ../sass/partials/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, ../sass/partials/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, ../sass/partials/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, ../sass/partials/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, ../sass/partials/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, ../sass/partials/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, ../sass/partials/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, ../sass/partials/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, ../sass/partials/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, ../sass/partials/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, ../sass/partials/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, ../sass/partials/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, ../sass/partials/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, ../sass/partials/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, ../sass/partials/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, ../sass/partials/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, ../sass/partials/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, ../sass/partials/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, ../sass/partials/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, ../sass/partials/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, ../sass/partials/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, ../sass/partials/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, ../sass/partials/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, ../sass/partials/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, ../sass/partials/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, ../sass/partials/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, ../sass/partials/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, ../sass/partials/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, ../sass/partials/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, ../sass/partials/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, ../sass/partials/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, ../sass/partials/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, ../sass/partials/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, ../sass/partials/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, ../sass/partials/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, ../sass/partials/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, ../sass/partials/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, ../sass/partials/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, ../sass/partials/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, ../sass/partials/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, ../sass/partials/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, ../sass/partials/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, ../sass/partials/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, ../sass/partials/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, ../sass/partials/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, ../sass/partials/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, ../sass/partials/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, ../sass/partials/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, ../sass/partials/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, ../sass/partials/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, ../sass/partials/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, ../sass/partials/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, ../sass/partials/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, ../sass/partials/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, ../sass/partials/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, ../sass/partials/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, ../sass/partials/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, ../sass/partials/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, ../sass/partials/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, ../sass/partials/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, ../sass/partials/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, ../sass/partials/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, ../sass/partials/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, ../sass/partials/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, ../sass/partials/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, ../sass/partials/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 127, ../sass/partials/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, ../sass/partials/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, ../sass/partials/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, ../sass/partials/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, ../sass/partials/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, ../sass/partials/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, ../sass/partials/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, ../sass/partials/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, ../sass/partials/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, ../sass/partials/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, ../sass/partials/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, ../sass/partials/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, ../sass/partials/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, ../sass/partials/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, ../sass/partials/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, ../sass/partials/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, ../sass/partials/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, ../sass/partials/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, ../sass/partials/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, ../sass/partials/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, ../sass/partials/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, ../sass/partials/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, ../sass/partials/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, ../sass/partials/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, ../sass/partials/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, ../sass/partials/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, ../sass/partials/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, ../sass/partials/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, ../sass/partials/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, ../sass/partials/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, ../sass/partials/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, ../sass/partials/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, ../sass/partials/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, ../sass/partials/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, ../sass/partials/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, ../sass/partials/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, ../sass/partials/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, ../sass/partials/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, ../sass/partials/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, ../sass/partials/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, ../sass/partials/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, ../sass/partials/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, ../sass/partials/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, ../sass/partials/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, ../sass/partials/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, ../sass/partials/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, ../sass/partials/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, ../sass/partials/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* Updated glyphicon sprite images to reflect following existing classes (DM: 09/23/1987) */
/* line 179, ../sass/partials/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 180, ../sass/partials/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 181, ../sass/partials/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 182, ../sass/partials/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 183, ../sass/partials/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 184, ../sass/partials/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 185, ../sass/partials/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 186, ../sass/partials/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 187, ../sass/partials/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 188, ../sass/partials/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 189, ../sass/partials/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 190, ../sass/partials/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 191, ../sass/partials/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 192, ../sass/partials/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 193, ../sass/partials/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 194, ../sass/partials/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 195, ../sass/partials/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 196, ../sass/partials/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 197, ../sass/partials/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 198, ../sass/partials/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 7, ../sass/partials/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../sass/partials/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, ../sass/partials/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../sass/partials/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../sass/partials/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../sass/partials/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}
/* line 58, ../sass/partials/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 64, ../sass/partials/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: -0.35 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 69, ../sass/partials/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #767676;
  white-space: nowrap;
}

/* line 83, ../sass/partials/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  border-color: white;
  color: #8A8A8A;
}
/* line 91, ../sass/partials/_dropdowns.scss */
.dropdown-menu > li > a:hover p,
.dropdown-menu > li > a:focus p,
.dropdown-submenu:hover > a p,
.dropdown-submenu:focus > a p {
  border-bottom: 1px solid #8A8A8A;
  widows: auto;
  display: inline-block;
}

/* line 102, ../sass/partials/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #4baa5f;
  background-image: -moz-linear-gradient(top, #4FB163, #47a059);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4FB163), to(#47a059));
  background-image: -webkit-linear-gradient(top, #4FB163, #47a059);
  background-image: -o-linear-gradient(top, #4FB163, #47a059);
  background-image: linear-gradient(to bottom, #4FB163, #47a059);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4FB163', endColorstr='#FF47A059', GradientType=0);
}

/* line 114, ../sass/partials/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #D8D8D8;
}

/* line 120, ../sass/partials/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* line 131, ../sass/partials/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 136, ../sass/partials/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 143, ../sass/partials/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 155, ../sass/partials/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 161, ../sass/partials/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 170, ../sass/partials/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 174, ../sass/partials/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 181, ../sass/partials/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 186, ../sass/partials/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 195, ../sass/partials/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 208, ../sass/partials/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 213, ../sass/partials/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 219, ../sass/partials/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 229, ../sass/partials/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 236, ../sass/partials/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, ../sass/partials/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/partials/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/partials/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, ../sass/partials/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, ../sass/partials/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 9, ../sass/partials/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../sass/partials/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 19, ../sass/partials/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../sass/partials/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 14, ../sass/partials/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, ../sass/partials/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, ../sass/partials/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 50px;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #D8D8D8;
  -webkit-appearance: none !important;
  color: #fff;
  text-decoration: none;
}
/* line 31, ../sass/partials/_buttons.scss */
.btn:hover, .btn:focus {
  color: #BBBBBB;
  text-decoration: none;
  background-position: 0 -15px;
  background: #ECECEC;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 44, ../sass/partials/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 49, ../sass/partials/_buttons.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 57, ../sass/partials/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 67, ../sass/partials/_buttons.scss */
.btn-green {
  transition: background-color .2s;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 50px;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4FB163;
  -webkit-appearance: none !important;
  color: #fff;
  text-decoration: none;
}
/* line 89, ../sass/partials/_buttons.scss */
.btn-green:hover, .btn-green:focus {
  border-bottom: none !important;
  color: #fff !important;
  text-decoration: none;
  background-position: 0 -15px;
  background: #BBBBBB;
}

/* line 100, ../sass/partials/_buttons.scss */
.btn-purple {
  transition: background-color .2s;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 50px;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #B3539F;
  -webkit-appearance: none !important;
  color: #fff;
  text-decoration: none;
}
/* line 123, ../sass/partials/_buttons.scss */
.btn-purple:hover, .btn-purple:focus {
  border-bottom: none !important;
  color: #fff !important;
  text-decoration: none;
  background-position: 0 -15px;
  background: #BBBBBB;
}

/* line 139, ../sass/partials/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 144, ../sass/partials/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 150, ../sass/partials/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 13.6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 155, ../sass/partials/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 159, ../sass/partials/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 165, ../sass/partials/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 175, ../sass/partials/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 184, ../sass/partials/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 192, ../sass/partials/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 203, ../sass/partials/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 214, ../sass/partials/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4fb170;
  background-image: -moz-linear-gradient(top, #4FB163, #4fb184);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4FB163), to(#4fb184));
  background-image: -webkit-linear-gradient(top, #4FB163, #4fb184);
  background-image: -o-linear-gradient(top, #4FB163, #4fb184);
  background-image: linear-gradient(to bottom, #4FB163, #4fb184);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4FB163', endColorstr='#FF4FB184', GradientType=0);
  border-color: #4fb184 #4fb184 #377c5c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4fb184;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/partials/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #4fb184;
  *background-color: #47a077;
}
/* line 520, ../sass/partials/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #3f8e69 \9;
}

/* line 218, ../sass/partials/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #db8b65;
  background-image: -moz-linear-gradient(top, #e19e7e, #D36F40);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e19e7e), to(#D36F40));
  background-image: -webkit-linear-gradient(top, #e19e7e, #D36F40);
  background-image: -o-linear-gradient(top, #e19e7e, #D36F40);
  background-image: linear-gradient(to bottom, #e19e7e, #D36F40);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE19E7E', endColorstr='#FFD36F40', GradientType=0);
  border-color: #D36F40 #D36F40 #a14d25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #D36F40;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/partials/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #D36F40;
  *background-color: #cb612f;
}
/* line 520, ../sass/partials/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #b6572a \9;
}

/* line 222, ../sass/partials/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/partials/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 520, ../sass/partials/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 226, ../sass/partials/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/partials/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 520, ../sass/partials/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 230, ../sass/partials/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/partials/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 520, ../sass/partials/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 234, ../sass/partials/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #444, #4A4A4A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#4A4A4A));
  background-image: -webkit-linear-gradient(top, #444, #4A4A4A);
  background-image: -o-linear-gradient(top, #444, #4A4A4A);
  background-image: linear-gradient(to bottom, #444, #4A4A4A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF4A4A4A', GradientType=0);
  border-color: #4A4A4A #4A4A4A #242424;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4A4A4A;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/partials/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #4A4A4A;
  *background-color: #3d3d3d;
}
/* line 520, ../sass/partials/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #313131 \9;
}

/* line 242, ../sass/partials/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 246, ../sass/partials/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 255, ../sass/partials/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 259, ../sass/partials/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 263, ../sass/partials/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 274, ../sass/partials/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 281, ../sass/partials/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #4FB163;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 287, ../sass/partials/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #b9e0c1;
  text-decoration: underline;
  background-color: transparent;
}

/* line 293, ../sass/partials/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #767676;
  text-decoration: none;
}

/* line 7, ../sass/partials/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 61, ../sass/partials/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, ../sass/partials/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, ../sass/partials/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 0.65;
  margin-bottom: 0.65;
}
/* line 27, ../sass/partials/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, ../sass/partials/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, ../sass/partials/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 42, ../sass/partials/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}

/* line 49, ../sass/partials/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 12px;
}

/* line 52, ../sass/partials/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 13.6px;
}

/* line 55, ../sass/partials/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 20px;
}

/* line 60, ../sass/partials/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 66, ../sass/partials/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, ../sass/partials/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 77, ../sass/partials/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 84, ../sass/partials/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 92, ../sass/partials/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, ../sass/partials/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, ../sass/partials/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, ../sass/partials/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, ../sass/partials/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, ../sass/partials/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 137, ../sass/partials/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 140, ../sass/partials/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #4fb184;
}
/* line 143, ../sass/partials/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #D36F40;
}
/* line 146, ../sass/partials/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 149, ../sass/partials/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 152, ../sass/partials/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 155, ../sass/partials/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #4A4A4A;
}

/* line 162, ../sass/partials/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, ../sass/partials/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, ../sass/partials/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 175, ../sass/partials/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, ../sass/partials/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, ../sass/partials/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 204, ../sass/partials/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, ../sass/partials/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, ../sass/partials/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, ../sass/partials/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 221, ../sass/partials/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 224, ../sass/partials/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 227, ../sass/partials/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 9, ../sass/partials/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 1.3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../sass/partials/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 22, ../sass/partials/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 27, ../sass/partials/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 1.3;
}

/* line 38, ../sass/partials/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 43, ../sass/partials/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 46, ../sass/partials/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, ../sass/partials/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 56, ../sass/partials/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, ../sass/partials/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 69, ../sass/partials/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, ../sass/partials/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, ../sass/partials/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, ../sass/partials/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 1.3;
  list-style: none;
}

/* line 16, ../sass/partials/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, ../sass/partials/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ECECEC;
}

/* line 27, ../sass/partials/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, ../sass/partials/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, ../sass/partials/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  color: #D8D8D8;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, ../sass/partials/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, ../sass/partials/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, ../sass/partials/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 68, ../sass/partials/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, ../sass/partials/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4FB163;
}

/* line 78, ../sass/partials/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, ../sass/partials/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: -0.35 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 93, ../sass/partials/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 97, ../sass/partials/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 101, ../sass/partials/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, ../sass/partials/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, ../sass/partials/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, ../sass/partials/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 127, ../sass/partials/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #ECECEC #ECECEC #ddd;
}

/* line 133, ../sass/partials/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #BBBBBB;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, ../sass/partials/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 157, ../sass/partials/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #4FB163;
}

/* line 170, ../sass/partials/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, ../sass/partials/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, ../sass/partials/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, ../sass/partials/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 185, ../sass/partials/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 188, ../sass/partials/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 191, ../sass/partials/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, ../sass/partials/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, ../sass/partials/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, ../sass/partials/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 213, ../sass/partials/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 220, ../sass/partials/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #4FB163;
  border-bottom-color: #4FB163;
  margin-top: 6px;
}

/* line 225, ../sass/partials/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #b9e0c1;
  border-bottom-color: #b9e0c1;
}

/* move down carets for tabs */
/* line 231, ../sass/partials/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, ../sass/partials/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, ../sass/partials/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #BBBBBB;
  border-bottom-color: #BBBBBB;
}

/* line 248, ../sass/partials/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, ../sass/partials/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

/* line 263, ../sass/partials/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 273, ../sass/partials/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #D8D8D8;
}

/* line 288, ../sass/partials/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, ../sass/partials/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 296, ../sass/partials/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 303, ../sass/partials/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 307, ../sass/partials/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, ../sass/partials/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, ../sass/partials/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, ../sass/partials/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 325, ../sass/partials/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 331, ../sass/partials/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 341, ../sass/partials/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, ../sass/partials/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, ../sass/partials/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, ../sass/partials/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 362, ../sass/partials/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #ECECEC #ddd #ECECEC #ECECEC;
}

/* line 366, ../sass/partials/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 374, ../sass/partials/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, ../sass/partials/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 383, ../sass/partials/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #ECECEC #ECECEC #ECECEC #ddd;
}

/* line 387, ../sass/partials/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 400, ../sass/partials/_navs.scss */
.nav > .disabled > a {
  color: #D8D8D8;
}

/* line 404, ../sass/partials/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, ../sass/partials/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 1.3;
  *position: relative;
  *z-index: 2;
}

/* line 22, ../sass/partials/_navbar.scss */
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  background-image: -moz-linear-gradient(top, #ffffff, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(white));
  background-image: -webkit-linear-gradient(top, #ffffff, white);
  background-image: -o-linear-gradient(top, #ffffff, white);
  background-image: linear-gradient(to bottom, #ffffff, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, ../sass/partials/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, ../sass/partials/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, ../sass/partials/_navbar.scss */
.brand {
  margin: 37px  10px !important;
}

/* line 53, ../sass/partials/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  margin: 57.35px 20px 57.35px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 400;
  color: #BBBBBB;
}
/* line 63, ../sass/partials/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 71, ../sass/partials/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 116px;
  color: #BBBBBB;
}

/* line 79, ../sass/partials/_navbar.scss */
.navbar-link {
  color: #BBBBBB;
}
/* line 81, ../sass/partials/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #767676;
}

/* line 89, ../sass/partials/_navbar.scss */
.navbar .divider-vertical {
  height: 116px;
  margin: 0 9px;
  border-left: 1px solid white;
  border-right: 1px solid #ffffff;
}

/* line 102, ../sass/partials/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 112, ../sass/partials/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 115, ../sass/partials/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 43px;
}
/* line 121, ../sass/partials/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 127, ../sass/partials/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 132, ../sass/partials/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 136, ../sass/partials/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 144, ../sass/partials/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 43px;
  margin-bottom: 0;
}
/* line 149, ../sass/partials/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 162, ../sass/partials/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 165, ../sass/partials/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 176, ../sass/partials/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 184, ../sass/partials/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 188, ../sass/partials/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 191, ../sass/partials/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 200, ../sass/partials/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 207, ../sass/partials/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 218, ../sass/partials/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 230, ../sass/partials/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  margin: 55px 0px 42px 0px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 16px !important;
}

/* line 240, ../sass/partials/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 244, ../sass/partials/_navbar.scss */
.navbar .nav > li {
  margin: 0px 7px;
  float: left;
}

/* line 248, ../sass/partials/_navbar.scss */
.navbar .nav > li:hover {
  margin: 0px 7px;
  float: left;
}

/* line 254, ../sass/partials/_navbar.scss */
.navbar .nav > li > a {
  height: 22px;
  z-index: 9999;
  position: relative;
  border-bottom: 1px solid transparent;
  float: none;
  margin: 0 !important;
  color: #BBBBBB;
  text-decoration: none;
}
/* line 259, ../sass/partials/_navbar.scss */
.navbar .nav > li > a p {
  margin: 0 !important;
}

/* line 270, ../sass/partials/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 275, ../sass/partials/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  border-bottom: 1px solid;
  background-color: transparent;
  color: #767676;
  text-decoration: none;
}
/* line 277, ../sass/partials/_navbar.scss */
.navbar .nav > li > a:focus p,
.navbar .nav > li > a:hover p {
  margin: 0 !important;
}

/* line 290, ../sass/partials/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #767676;
  border-bottom: 1px solid;
}

/* line 303, ../sass/partials/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 0;
  margin: 54px 5px 50px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -o-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFF2F2F2', GradientType=0);
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f2f2f2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 513, ../sass/partials/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #f2f2f2;
  *background-color: #e6e6e6;
}
/* line 520, ../sass/partials/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #d9d9d9 \9;
}

/* line 311, ../sass/partials/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #BBBBBB;
}

/* line 318, ../sass/partials/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 353, ../sass/partials/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 360, ../sass/partials/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 369, ../sass/partials/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #767676;
  border-bottom-color: #767676;
}

/* line 383, ../sass/partials/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  margin-left: 5px;
  border-top-color: #BBBBBB;
  border-bottom-color: #BBBBBB;
}

/* line 388, ../sass/partials/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #767676;
  border-bottom-color: #767676;
}

/* line 396, ../sass/partials/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 400, ../sass/partials/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 404, ../sass/partials/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 408, ../sass/partials/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 423, ../sass/partials/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
/* line 428, ../sass/partials/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #D8D8D8;
}
/* line 431, ../sass/partials/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
/* line 437, ../sass/partials/_navbar.scss */
.navbar-inverse .brand {
  color: #D8D8D8;
}
/* line 441, ../sass/partials/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #D8D8D8;
}
/* line 445, ../sass/partials/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
/* line 451, ../sass/partials/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
/* line 459, ../sass/partials/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #D8D8D8;
}
/* line 461, ../sass/partials/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
/* line 468, ../sass/partials/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 474, ../sass/partials/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
/* line 480, ../sass/partials/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
/* line 485, ../sass/partials/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #D8D8D8;
  border-bottom-color: #D8D8D8;
}
/* line 489, ../sass/partials/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 498, ../sass/partials/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 83, ../sass/partials/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
/* line 86, ../sass/partials/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
/* line 89, ../sass/partials/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
/* line 507, ../sass/partials/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #767676;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 520, ../sass/partials/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 513, ../sass/partials/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
/* line 520, ../sass/partials/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, ../sass/partials/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 1.3;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12, ../sass/partials/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
/* line 16, ../sass/partials/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 21, ../sass/partials/_breadcrumbs.scss */
.breadcrumb .active {
  color: #D8D8D8;
}

/* line 6, ../sass/partials/_pagination.scss */
.pagination {
  margin: 1.3 0;
}

/* line 10, ../sass/partials/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, ../sass/partials/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, ../sass/partials/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, ../sass/partials/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 40, ../sass/partials/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #D8D8D8;
  cursor: default;
}

/* line 45, ../sass/partials/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #D8D8D8;
  background-color: transparent;
  cursor: default;
}

/* line 53, ../sass/partials/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 58, ../sass/partials/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 67, ../sass/partials/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, ../sass/partials/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 80, ../sass/partials/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 20px;
}
/* line 85, ../sass/partials/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 89, ../sass/partials/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 98, ../sass/partials/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
/* line 102, ../sass/partials/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 110, ../sass/partials/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 13.6px;
}

/* line 118, ../sass/partials/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 12px;
}

/* line 6, ../sass/partials/_pager.scss */
.pager {
  margin: 1.3 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../sass/partials/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, ../sass/partials/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, ../sass/partials/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, ../sass/partials/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, ../sass/partials/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, ../sass/partials/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #D8D8D8;
  background-color: #fff;
  cursor: default;
}

/* line 6, ../sass/partials/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 15, ../sass/partials/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, ../sass/partials/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, ../sass/partials/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
/* line 41, ../sass/partials/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
/* line 45, ../sass/partials/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, ../sass/partials/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, ../sass/partials/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 53, ../sass/partials/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../sass/partials/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, ../sass/partials/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, ../sass/partials/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 83, ../sass/partials/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 88, ../sass/partials/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 92, ../sass/partials/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, ../sass/partials/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 15, ../sass/partials/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 16, ../sass/partials/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 17, ../sass/partials/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 18, ../sass/partials/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 19, ../sass/partials/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, ../sass/partials/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, ../sass/partials/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, ../sass/partials/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 49, ../sass/partials/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 56, ../sass/partials/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 63, ../sass/partials/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../sass/partials/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 28, ../sass/partials/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 29, ../sass/partials/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 30, ../sass/partials/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 31, ../sass/partials/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, ../sass/partials/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 44, ../sass/partials/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, ../sass/partials/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, ../sass/partials/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 66, ../sass/partials/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, ../sass/partials/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, ../sass/partials/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 82, ../sass/partials/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, ../sass/partials/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, ../sass/partials/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 103, ../sass/partials/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 110, ../sass/partials/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 118, ../sass/partials/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 125, ../sass/partials/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, ../sass/partials/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../sass/partials/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, ../sass/partials/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 1.3;
  margin-left: 20px;
}

/* line 27, ../sass/partials/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.3;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, ../sass/partials/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #4FB163;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, ../sass/partials/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../sass/partials/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #BBBBBB;
}

/* line 10, ../sass/partials/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, ../sass/partials/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../sass/partials/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../sass/partials/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../sass/partials/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../sass/partials/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../sass/partials/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, ../sass/partials/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, ../sass/partials/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 13.536px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #D8D8D8;
}

/* line 21, ../sass/partials/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, ../sass/partials/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, ../sass/partials/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, ../sass/partials/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, ../sass/partials/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 55, ../sass/partials/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 57, ../sass/partials/_labels-badges.scss */
.label-warning {
  background-color: #D36F40;
}

/* line 58, ../sass/partials/_labels-badges.scss */
.label-warning[href] {
  background-color: #b6572a;
}

/* line 60, ../sass/partials/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 61, ../sass/partials/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 63, ../sass/partials/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 64, ../sass/partials/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 66, ../sass/partials/_labels-badges.scss */
.label-inverse {
  background-color: #767676;
}

/* line 67, ../sass/partials/_labels-badges.scss */
.label-inverse[href] {
  background-color: #5d5d5d;
}

/* line 54, ../sass/partials/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 55, ../sass/partials/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 57, ../sass/partials/_labels-badges.scss */
.badge-warning {
  background-color: #D36F40;
}

/* line 58, ../sass/partials/_labels-badges.scss */
.badge-warning[href] {
  background-color: #b6572a;
}

/* line 60, ../sass/partials/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, ../sass/partials/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, ../sass/partials/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, ../sass/partials/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, ../sass/partials/_labels-badges.scss */
.badge-inverse {
  background-color: #767676;
}

/* line 67, ../sass/partials/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #5d5d5d;
}

/* line 72, ../sass/partials/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, ../sass/partials/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 45, ../sass/partials/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 1.3;
  margin-bottom: 1.3;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, ../sass/partials/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, ../sass/partials/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, ../sass/partials/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, ../sass/partials/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, ../sass/partials/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, ../sass/partials/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 101, ../sass/partials/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5db95d;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, ../sass/partials/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 109, ../sass/partials/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, ../sass/partials/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 117, ../sass/partials/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #db8b65;
  background-image: -moz-linear-gradient(top, #e19e7e, #D36F40);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e19e7e), to(#D36F40));
  background-image: -webkit-linear-gradient(top, #e19e7e, #D36F40);
  background-image: -o-linear-gradient(top, #e19e7e, #D36F40);
  background-image: linear-gradient(to bottom, #e19e7e, #D36F40);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE19E7E', endColorstr='#FFD36F40', GradientType=0);
}

/* line 120, ../sass/partials/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #e19e7e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 7, ../sass/partials/_accordion.scss */
.accordion {
  margin-bottom: 1.3;
}

/* line 12, ../sass/partials/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../sass/partials/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, ../sass/partials/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, ../sass/partials/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../sass/partials/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, ../sass/partials/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 1.3;
  line-height: 1;
}

/* line 12, ../sass/partials/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, ../sass/partials/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 26, ../sass/partials/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
/* line 33, ../sass/partials/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 37, ../sass/partials/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 41, ../sass/partials/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 48, ../sass/partials/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 51, ../sass/partials/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 54, ../sass/partials/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 59, ../sass/partials/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 62, ../sass/partials/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, ../sass/partials/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #4A4A4A;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 96, ../sass/partials/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}
/* line 102, ../sass/partials/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, ../sass/partials/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
/* line 120, ../sass/partials/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
/* line 131, ../sass/partials/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, ../sass/partials/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #767676;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, ../sass/partials/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 1.3;
}

/* line 153, ../sass/partials/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, ../sass/partials/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, ../sass/partials/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.95;
  color: inherit;
  background-color: #ECECEC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 15, ../sass/partials/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
/* line 22, ../sass/partials/_hero-unit.scss */
.hero-unit li {
  line-height: 1.95;
}

/* line 1, ../sass/partials/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 8, ../sass/partials/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 13, ../sass/partials/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 74, ../sass/partials/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 102, ../sass/partials/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 143, ../sass/partials/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 222, ../sass/partials/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 261, ../sass/partials/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 320, ../sass/partials/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 382, ../sass/partials/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 463, ../sass/partials/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 548, ../sass/partials/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 623, ../sass/partials/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 696, ../sass/partials/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 769, ../sass/partials/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 842, ../sass/partials/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 885, ../sass/partials/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 930, ../sass/partials/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 963, ../sass/partials/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 996, ../sass/partials/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1039, ../sass/partials/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1054, ../sass/partials/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1087, ../sass/partials/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1120, ../sass/partials/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1153, ../sass/partials/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1186, ../sass/partials/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1219, ../sass/partials/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1252, ../sass/partials/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1285, ../sass/partials/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1318, ../sass/partials/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1333, ../sass/partials/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1362, ../sass/partials/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1391, ../sass/partials/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1420, ../sass/partials/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1449, ../sass/partials/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1478, ../sass/partials/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1507, ../sass/partials/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1536, ../sass/partials/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1565, ../sass/partials/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1644, ../sass/partials/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1717, ../sass/partials/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1790, ../sass/partials/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1835, ../sass/partials/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1882, ../sass/partials/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1943, ../sass/partials/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1974, ../sass/partials/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2017, ../sass/partials/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2058, ../sass/partials/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2099, ../sass/partials/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2140, ../sass/partials/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2181, ../sass/partials/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2218, ../sass/partials/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2255, ../sass/partials/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2292, ../sass/partials/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2329, ../sass/partials/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2366, ../sass/partials/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2439, ../sass/partials/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2474, ../sass/partials/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2505, ../sass/partials/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2534, ../sass/partials/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2575, ../sass/partials/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2616, ../sass/partials/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2657, ../sass/partials/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2698, ../sass/partials/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2735, ../sass/partials/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2780, ../sass/partials/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2817, ../sass/partials/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2854, ../sass/partials/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2899, ../sass/partials/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2930, ../sass/partials/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2961, ../sass/partials/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2992, ../sass/partials/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3023, ../sass/partials/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3054, ../sass/partials/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3085, ../sass/partials/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3116, ../sass/partials/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3147, ../sass/partials/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 7, ../sass/partials/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../sass/partials/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../sass/partials/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../sass/partials/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../sass/partials/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../sass/partials/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../sass/partials/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../sass/partials/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/partials/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../sass/partials/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../sass/partials/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 11.3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/partials/_base-styles.scss */
.fourohfour {
  padding-top: 3rem;
}

/* line 5, ../sass/partials/_base-styles.scss */
#home-content {
  padding: 60px 0 60px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #ECECEC;
}
/* line 8, ../sass/partials/_base-styles.scss */
#home-content .btn-purple, #home-content .btn-green {
  margin-top: 15px;
}

/* line 14, ../sass/partials/_base-styles.scss */
#widget-footer {
  padding-bottom: 10px;
  /*	.nobottom {
  		&:nth-child(3n) {
  			margin-left: 0 !important;
  			margin-bottom: 20px !important;
  		} 
  	}*/
}

/* line 23, ../sass/partials/_base-styles.scss */
.solutions-margin {
  padding-left: 60px;
  padding-right: 60px;
}

/* line 29, ../sass/partials/_base-styles.scss */
.solutions h4 a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 33, ../sass/partials/_base-styles.scss */
.solutions h4 a:hover {
  color: #BBBBBB;
}

/* line 37, ../sass/partials/_base-styles.scss */
.home-icon img {
  width: 65%;
  margin-bottom: 20px;
}

/* line 41, ../sass/partials/_base-styles.scss */
.nobottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 46, ../sass/partials/_base-styles.scss */
.mc4wp-error {
  position: absolute !important;
  margin: 0 !important;
  bottom: 22px;
}

/* line 52, ../sass/partials/_base-styles.scss */
.tags {
  margin-bottom: 40px;
}

/* line 57, ../sass/partials/_base-styles.scss */
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
}
/* line 62, ../sass/partials/_base-styles.scss */
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
/* line 65, ../sass/partials/_base-styles.scss */
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
}

/* line 72, ../sass/partials/_base-styles.scss */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
/* line 76, ../sass/partials/_base-styles.scss */
.navbar-toggle:hover {
  background: transparent !important;
}
/* line 80, ../sass/partials/_base-styles.scss */
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
/* line 84, ../sass/partials/_base-styles.scss */
.navbar-toggle .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
}
/* line 92, ../sass/partials/_base-styles.scss */
.navbar-toggle .middle-bar {
  opacity: 0;
}
/* line 95, ../sass/partials/_base-styles.scss */
.navbar-toggle .bottom-bar {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* line 106, ../sass/partials/_base-styles.scss */
.body-link a {
  border-bottom: 1px solid #4FB163;
  padding-bottom: 5px;
}

/* line 111, ../sass/partials/_base-styles.scss */
.body-link a:hover {
  color: #4FB163;
}

/* line 115, ../sass/partials/_base-styles.scss */
.body-link a:active {
  border-bottom: 1px solid #4FB163;
  padding-bottom: 5px;
}

/* line 120, ../sass/partials/_base-styles.scss */
.body-link a {
  border-bottom: 1px solid #4FB163;
  padding-bottom: 5px;
}

/* line 125, ../sass/partials/_base-styles.scss */
.body-link a:hover {
  color: #4FB163;
}

/* line 129, ../sass/partials/_base-styles.scss */
.body-link a:active {
  border-bottom: 1px solid #4FB163;
  padding-bottom: 5px;
}

/* line 134, ../sass/partials/_base-styles.scss */
.no-margin {
  margin: 0 !important;
}

/* line 139, ../sass/partials/_base-styles.scss */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 147, ../sass/partials/_base-styles.scss */
#menu-item-23 a {
  color: #4FB163 !important;
  font-weight: bold;
  margin-right: 0;
}
/* line 151, ../sass/partials/_base-styles.scss */
#menu-item-23 a:hover {
  border-bottom: none;
}

/* line 157, ../sass/partials/_base-styles.scss */
.maincontent {
  margin-top: 116px !important;
}

/* line 161, ../sass/partials/_base-styles.scss */
#herobackground {
  width: calc(100% / 3 * 2);
  z-index: 1;
  position: absolute;
  display: block;
  background-color: white;
  background: url("/wp-content/themes/cactus/library/images/cactus-1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 450px;
  overflow: hidden;
}

/* line 178, ../sass/partials/_base-styles.scss */
#herocontainer {
  background-color: #4FB163;
  overflow: hidden;
  margin-top: 35px;
  color: white;
  text-align: center;
  position: relative;
  float: left;
  height: 50vh;
  min-height: 550px;
  margin-bottom: 40px;
}
/* line 191, ../sass/partials/_base-styles.scss */
#herocontainer .hero-intro {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  width: 70%;
  margin: 0 20px;
  font-size: 42px;
  line-height: 1.25;
  padding: 0 30px;
  color: white;
  display: table-cell;
  vertical-align: middle;
  clear: both;
}
/* line 203, ../sass/partials/_base-styles.scss */
#herocontainer .hero-intro span {
  font-size: 14px;
}
/* line 206, ../sass/partials/_base-styles.scss */
#herocontainer .hero-intro a {
  color: #fff;
  border-bottom: 1px solid;
  -o-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
/* line 214, ../sass/partials/_base-styles.scss */
#herocontainer .hero-intro a:hover {
  color: #ECECEC;
  border-bottom: 1px solid !important;
}
/* line 222, ../sass/partials/_base-styles.scss */
#herocontainer #herobutton {
  position: relative;
  background: #4FB163;
  width: 33.33%;
  width: calc(100% / 3 );
  height: 100%;
  min-height: 450px;
  z-index: 4;
  float: right;
  display: table;
}

/* line 235, ../sass/partials/_base-styles.scss */
#herocontact {
  text-align: center;
  background: #dcf0e0;
  height: 143px;
  float: left;
  position: relative;
  display: block;
  bottom: 0;
  width: 100%;
  opacity: 1;
  z-index: 7;
}

/* line 247, ../sass/partials/_base-styles.scss */
.hero-txt {
  color: #4FB163;
  padding-top: 15px;
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
}
/* line 253, ../sass/partials/_base-styles.scss */
.hero-txt h3 {
  font-family: "futura-pt", sans-serif;
  color: #4FB163 !important;
}

/* line 260, ../sass/partials/_base-styles.scss */
.container-full {
  margin: 0 auto;
  width: 100%;
}

/* line 265, ../sass/partials/_base-styles.scss */
.homepersonal {
  height: 437px;
  background-color: purple;
  border-right: 1px solid grey;
}

/* line 271, ../sass/partials/_base-styles.scss */
.row {
  margin: 60px 0;
}

/* line 275, ../sass/partials/_base-styles.scss */
.row-content {
  margin: 30px 0;
}

/* line 279, ../sass/partials/_base-styles.scss */
.row-section {
  margin: 60px 0;
}

/* line 283, ../sass/partials/_base-styles.scss */
.homebusiness {
  height: 437px;
  background-color: green;
}

/* line 288, ../sass/partials/_base-styles.scss */
.homephoneimg {
  height: 437px;
  background-image: url("/wp-content/themes/cactus/library/images/cactus-home.jpg");
  background-size: cover;
}

/* line 295, ../sass/partials/_base-styles.scss */
.homephone {
  margin: 0 0 75px 0;
  height: 437px;
}

/* line 300, ../sass/partials/_base-styles.scss */
#herocontent {
  height: 100%;
  background-color: #dcf0e0;
}
/* line 303, ../sass/partials/_base-styles.scss */
#herocontent p {
  width: 60%;
  margin: 0 auto;
}

/* line 308, ../sass/partials/_base-styles.scss */
.herotext {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* line 314, ../sass/partials/_base-styles.scss */
#categories-2 h4 {
  margin-bottom: 15px !important;
}

/* line 321, ../sass/partials/_base-styles.scss */
body.page-template-archive-business ::-moz-selection, .post-type-archive-business ::-moz-selection, body.single-business ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #B3539F;
}
/* line 326, ../sass/partials/_base-styles.scss */
body.page-template-archive-business ::selection, .post-type-archive-business ::selection, body.single-business ::selection {
  color: white;
  background: #B3539F;
}
/* line 331, ../sass/partials/_base-styles.scss */
body.page-template-archive-business header, .post-type-archive-business header, body.single-business header {
  background-color: #B3539F;
  color: white;
}
/* line 334, ../sass/partials/_base-styles.scss */
body.page-template-archive-business header .page-header, .post-type-archive-business header .page-header, body.single-business header .page-header {
  border-bottom: none !important;
}
/* line 341, ../sass/partials/_base-styles.scss */
body.page-template-archive-business article a:hover,
body.page-template-archive-business article a:focus, .post-type-archive-business article a:hover,
.post-type-archive-business article a:focus, body.single-business article a:hover,
body.single-business article a:focus {
  color: #B3539F !important;
  text-decoration: none;
}
/* line 348, ../sass/partials/_base-styles.scss */
body.page-template-archive-business article h1, .post-type-archive-business article h1, body.single-business article h1 {
  color: #B3539F !important;
  margin: 0 0 30px !important;
}
/* line 352, ../sass/partials/_base-styles.scss */
body.page-template-archive-business article a, .post-type-archive-business article a, body.single-business article a {
  color: #8A8A8A;
  border-bottom: 1px solid #B3539F;
  text-decoration: none;
}
/* line 356, ../sass/partials/_base-styles.scss */
body.page-template-archive-business article a :hover, .post-type-archive-business article a :hover, body.single-business article a :hover {
  color: #B3539F !important;
  border-bottom: 1px solid #B3539F;
}
/* line 366, ../sass/partials/_base-styles.scss */
body.page-template-archive-business .sidebar li:hover h5, .post-type-archive-business .sidebar li:hover h5, body.single-business .sidebar li:hover h5 {
  color: #B3539F !important;
}
/* line 376, ../sass/partials/_base-styles.scss */
body.page-template-archive-business .sidebar ul li a.active h5, .post-type-archive-business .sidebar ul li a.active h5, body.single-business .sidebar ul li a.active h5 {
  transition: all 0.1s ease-out;
  margin-left: 20px !important;
  text-decoration: none !important;
  color: #B3539F !important;
}

/* line 396, ../sass/partials/_base-styles.scss */
#main article {
  border-bottom: none !important;
}

/* line 400, ../sass/partials/_base-styles.scss */


/* line 404, ../sass/partials/_base-styles.scss */
.v-align {
  min-height: 92px !important;
}

/* line 409, ../sass/partials/_base-styles.scss */
body.page-template-archive-personal ::-moz-selection, body.single-personal ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #4FB163;
}
/* line 414, ../sass/partials/_base-styles.scss */
body.page-template-archive-personal ::selection, body.single-personal ::selection {
  color: white;
  background: #4FB163;
}
/* line 418, ../sass/partials/_base-styles.scss */
body.page-template-archive-personal header, body.single-personal header {
  background-color: #4FB163;
  color: white;
}
/* line 421, ../sass/partials/_base-styles.scss */
body.page-template-archive-personal header .page-header, body.single-personal header .page-header {
  border-bottom: none !important;
}
/* line 427, ../sass/partials/_base-styles.scss */
body.page-template-archive-personal article h1, body.single-personal article h1 {
  color: #4FB163 !important;
  margin: 0 0 30px !important;
}
/* line 437, ../sass/partials/_base-styles.scss */
body.page-template-archive-personal .sidebar ul li a.active h5, body.single-personal .sidebar ul li a.active h5 {
  transition: all 0.1s ease-out;
  margin-left: 20px !important;
  text-decoration: none !important;
  color: #4FB163 !important;
}

/* line 453, ../sass/partials/_base-styles.scss */
#main article a h1 {
  color: #4FB163 !important;
  margin-bottom: 0 0 30px !important;
}

/* line 460, ../sass/partials/_base-styles.scss */
header {
  background-color: #4FB163;
  color: white;
}
/* line 463, ../sass/partials/_base-styles.scss */
header .page-header {
  margin: 40px 0px 40px  !important;
  border-bottom: none !important;
}

/* line 468, ../sass/partials/_base-styles.scss */
.page-header {
  border-bottom: none !important;
}

/* line 471, ../sass/partials/_base-styles.scss */
.sidebar-nav {
  padding: 9px 0;
}

/* line 475, ../sass/partials/_base-styles.scss */
.b-purple {
  color: #B3539F;
}

/* line 479, ../sass/partials/_base-styles.scss */
.p-green {
  color: #4FB163;
}

/* line 484, ../sass/partials/_base-styles.scss */
body {
  padding-top: 40px;
}

/* line 488, ../sass/partials/_base-styles.scss */
#icon-header h1 {
  margin-bottom: 40px;
}

/* line 492, ../sass/partials/_base-styles.scss */
.dropdown-menu {
  margin-top: 0px !important;
}
/* line 495, ../sass/partials/_base-styles.scss */
.dropdown-menu li a {
  margin: 5px 5px !important;
  height: 20px;
}
/* line 499, ../sass/partials/_base-styles.scss */
.dropdown-menu li a p {
  margin: 0 !important;
}

/* line 507, ../sass/partials/_base-styles.scss */
.purple {
  color: #B3539F;
}

/* line 511, ../sass/partials/_base-styles.scss */
.green {
  color: #4FB163;
}

/* line 515, ../sass/partials/_base-styles.scss */
.debt-links {
  padding-bottom: 60px !important;
}

/* line 519, ../sass/partials/_base-styles.scss */
.debt-links p {
  padding: 15px 30px;
}

/* line 523, ../sass/partials/_base-styles.scss */
.debt-links h1 {
  padding-bottom: 30px;
}

/* line 527, ../sass/partials/_base-styles.scss */
p.tags {
  font-size: 16px !important;
}

/* line 531, ../sass/partials/_base-styles.scss */
.icon-home-bg {
  background: #ECECEC;
  width: 70%;
  padding-top: 70%;
  border-radius: 50%;
  height: 0;
}

/* line 540, ../sass/partials/_base-styles.scss */
.sidebar ul li a {
  border-bottom: 1px solid #4FB163;
}
/* line 544, ../sass/partials/_base-styles.scss */
.sidebar ul li:hover a {
  color: #4FB163;
  border-bottom: 1px solid #4FB163 !important;
}

/* line 553, ../sass/partials/_base-styles.scss */
.sidebar ul {
  margin-left: 0;
}
/* line 558, ../sass/partials/_base-styles.scss */
.sidebar ul li {
  padding: 5px 0;
  list-style: none;
}
/* line 562, ../sass/partials/_base-styles.scss */
.sidebar ul li te
a {
  font-weight: 500;
}
/* line 566, ../sass/partials/_base-styles.scss */
.sidebar ul li a:active {
  text-decoration: none !important;
  color: #4FB163 !important;
}
/* line 571, ../sass/partials/_base-styles.scss */
.sidebar ul li h5 {
  transition: all 0.1s ease-out;
  line-height: 1.25;
  color: #767676 !important;
  font-family: "futura-pt", sans-serif !important;
  margin: 0 !important;
  padding-top: 0 !important;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 5px !important;
}
/* line 582, ../sass/partials/_base-styles.scss */
.sidebar ul li:last-child {
  border-bottom: none;
}
/* line 585, ../sass/partials/_base-styles.scss */
.sidebar ul li:hover {
  text-decoration: none !important;
}
/* line 587, ../sass/partials/_base-styles.scss */
.sidebar ul li:hover h5 {
  transition: all 0.1s ease-out;
  margin-left: 20px !important;
  text-decoration: none !important;
  color: #4FB163 !important;
}
/* line 593, ../sass/partials/_base-styles.scss */
.sidebar ul li:hover a {
  text-decoration: none !important;
}

/* line 601, ../sass/partials/_base-styles.scss */
.bottom {
  padding-bottom: 60px;
}

/* line 605, ../sass/partials/_base-styles.scss */
.postnav a {
  color: #8A8A8A;
  border-bottom: 1px solid #4FB163 !important;
  text-decoration: none;
  font-weight: bold;
}

/* line 613, ../sass/partials/_base-styles.scss */
.network {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 620, ../sass/partials/_base-styles.scss */
#inner-footer {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 626, ../sass/partials/_base-styles.scss */
.footer {
  font-family: "futura-pt", sans-serif;
  background-color: #767676;
  color: #BBBBBB !important;
}
/* line 630, ../sass/partials/_base-styles.scss */
.footer .mc4wp-form {
  margin: 0;
}
/* line 634, ../sass/partials/_base-styles.scss */
.footer ul li {
  list-style: none;
}

/* line 640, ../sass/partials/_base-styles.scss */
.footer p {
  font-size: 16px !important;
  margin-bottom: 5px !important;
  line-height: 1.65;
  padding-top: 1.5px;
  font-size: 16px !important;
  margin-bottom: 5px !important;
}

/* line 649, ../sass/partials/_base-styles.scss */
.footer a {
  -o-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  font-weight: 600;
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 5px !important;
}

/* line 661, ../sass/partials/_base-styles.scss */
.footer a:hover {
  color: #BBBBBB;
  border-bottom: 1px solid;
}

/* line 666, ../sass/partials/_base-styles.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 670, ../sass/partials/_base-styles.scss */
.row-bottom {
  padding: 0 0 40px 0;
}

/* line 674, ../sass/partials/_base-styles.scss */
.row-top {
  margin: 40px 0 0 0;
}

/* line 678, ../sass/partials/_base-styles.scss */
.solutions {
  color: white;
  background-image: url("/wp-content/themes/cactus/library/images/cactus-home.jpg");
  background-size: cover;
}
/* line 682, ../sass/partials/_base-styles.scss */
.solutions h5 {
  margin-bottom: 10px;
  color: white;
}

/* line 688, ../sass/partials/_base-styles.scss */
.wpcf7-form p {
  margin-bottom: 10px;
}

/* line 692, ../sass/partials/_base-styles.scss */
.wpcf7-form .txt-area {
  margin-bottom: 20px;
}
