/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*

// Extra small screen / phone
$screen-xs:                  480px;
$screen-xs-min:              $screen-xs;
$screen-phone:               $screen-xs-min;

// Small screen / tablet
$screen-sm:                  768px;
$screen-sm-min:              $screen-sm;
$screen-tablet:              $screen-sm-min;

// Medium screen / desktop
$screen-md:                  992px;
$screen-md-min:              $screen-md;
$screen-desktop:             $screen-md-min;

// Large screen / wide desktop
$screen-lg:                  1200px;
$screen-lg-min:              $screen-lg;
$screen-lg-desktop:          $screen-lg-min;

// So media queries don't overlap when required, provide a maximum
$screen-xs-max:              ($screen-sm-min - 1);
$screen-sm-max:              ($screen-md-min - 1);
$screen-md-max:              ($screen-lg-min - 1);



// Point at which the navbar becomes uncollapsed.
$grid-float-breakpoint: 		$screen-sm-min;
// Point at which the navbar begins collapsing.
$grid-float-breakpoint-max: 	($grid-float-breakpoint - 1);

// Container for Small screen / tablet (default 720)
$container-tablet: 				(720px + $grid-gutter-width);
//** For `$screen-sm-min` and up.
$container-sm: 					$container-tablet;

// Medium screen / desktop (default 940)
$container-desktop: 			(940px + $grid-gutter-width);
//** For `$screen-md-min` and up.
$container-md: 					$container-desktop;

// Large screen / wide desktop (default 1140)
$container-large-desktop: 		(1180px + $grid-gutter-width);
//** For `$screen-lg-min` and up.
$container-lg: 					$container-large-desktop;

*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.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: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 769px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 769px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 769px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 769px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 769px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 769px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 769px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 769px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 769px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 769px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 769px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 769px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 769px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 769px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555; }
  @media (max-width: 769px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 769px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "GothamMed";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "GothamBold";
  src: url("../fonts/Gotham-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ojzhvw");
  src: url("../fonts/icomoon.eot?#iefixojzhvw") format("embedded-opentype"), url("../fonts/icomoon.ttf?ojzhvw") format("truetype"), url("../fonts/icomoon.woff?ojzhvw") format("woff"), url("../fonts/icomoon.svg?ojzhvw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\e094"; }

.icon-arrow-right:before {
  content: "\e095"; }

.icon-arrow-up:before {
  content: "\e096"; }

.icon-arrow-down:before {
  content: "\e097"; }

.icon-cross:before {
  content: "\e117"; }

.icon-menu:before {
  content: "\e120"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-angle-down:before {
  content: "\f107"; }

/*
Sizing
*/
/*
Media Queries 
*/
/*
Buttons
*/
/*
Misc
*/
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  outline: none !important; }

html, body {
  height: 100%;
  margin: 0; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #464646;
  outline-width: 0;
  outline: 0;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #ebebeb;
  -webkit-overflow-scrolling: touch; }
  body.noscroll {
    overflow: hidden; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
  font-weight: normal; }

ul, ol {
  margin: 0;
  padding: 0; }

strong {
  font-weight: normal; }

p {
  margin: 0;
  padding: 0;
  line-height: 18px;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

a {
  color: black;
  text-decoration: underline;
  outline: none;
  border: none; }
  a:hover {
    text-decoration: none; }

a, img {
  border: none;
  outline: none; }

input, textarea, select:focus {
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none; }

.responsivo {
  display: none;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 10px;
  padding: 6px;
  color: #fff;
  font-family: monospace, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: brown; }
  .responsivo:after {
    content: "desktop"; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .responsivo {
      background-color: purple; }
      .responsivo:after {
        content: "tablet"; } }
  @media only screen and (max-width: 767px) {
    .responsivo {
      background-color: orange; }
      .responsivo:after {
        content: "mobile"; } }

/*
Top contact bar
*/
.bay-top-contact-bar {
  background-color: white;
  min-height: 45px;
  min-height: 4.5rem; }
  @media only screen and (max-width: 768px) {
    .bay-top-contact-bar {
      display: none; } }

.bay-top-contact-info {
  font-style: normal;
  text-align: right;
  line-height: 45px;
  line-height: 4.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0; }
  .bay-top-contact-info > strong {
    font-weight: normal;
    font-family: "GothamBold", Arial, Helvetica, sans-serif; }
  .bay-top-contact-info > a {
    text-decoration: none;
    font-family: "GothamBold", Arial, Helvetica, sans-serif; }

/*
Main navbar & menu
*/
@media only screen and (max-width: 768px) {
  .home-navbar-desktop {
    display: none; } }

@media only screen and (min-width: 769px) {
  .home-navbar-mobile {
    display: none; } }

.bay-main-navbar-wrapper {
  position: absolute;
  width: 100%;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .bay-main-navbar-wrapper {
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0; } }

.bay-main-navbar {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  padding-top: 10px;
  padding-top: 1rem; }
  @media only screen and (max-width: 768px) {
    .bay-main-navbar {
      padding-top: 0; } }
  .bay-main-navbar > .container {
    background-color: white; }
    @media only screen and (max-width: 768px) {
      .bay-main-navbar > .container {
        padding: 5px 25px;
        padding: 0.5rem 2.5rem;
        min-height: 80px;
        width: 100%; } }
  .bay-main-navbar .bay-top-contact-info {
    display: none; }
    @media only screen and (max-width: 768px) {
      .bay-main-navbar .bay-top-contact-info {
        display: inline-block;
        text-align: left;
        line-height: 1.5em;
        padding: 10px 60px 0 10px;
        padding: 1rem 6rem 0 1rem; } }
  .page-template-page-home .bay-main-navbar {
    background-color: white !important;
    padding-top: 0; }

.bay-main-menu > li {
  padding: 1rem 1.7rem;
  transition: background-color 0.2s ease-in-out; }
  @media only screen and (max-width: 1024px) {
    .bay-main-menu > li {
      padding: 1rem 0rem; } }
  .bay-main-menu > li > a {
    text-transform: uppercase;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    transition: color 0.2s ease-in-out; }
  .bay-main-menu > li:hover > a {
    color: white !important; }
  .bay-main-menu > li:nth-child(1):hover {
    background-color: #1373a9; }
  .bay-main-menu > li:nth-child(1).active > a {
    color: #1373a9 !important; }
  .bay-main-menu > li:nth-child(2):hover {
    background-color: #f39d28; }
  .bay-main-menu > li:nth-child(2).active > a {
    color: #f39d28 !important; }
  .bay-main-menu > li:nth-child(3):hover {
    background-color: #00a4a2; }
  .bay-main-menu > li:nth-child(3).active > a {
    color: #00a4a2 !important; }
  .bay-main-menu > li:nth-child(4):hover {
    background-color: #7656b1; }
  .bay-main-menu > li:nth-child(4).active > a {
    color: #7656b1 !important; }
  .bay-main-menu > li:nth-child(5):hover {
    background-color: #ce332f; }
  .bay-main-menu > li:nth-child(5).active > a {
    color: #ce332f !important; }
  @media only screen and (min-width: 769px) {
    .bay-main-menu > li:first-child {
      display: none; } }
  .bay-main-menu > li:last-child {
    background-color: #333; }
    .bay-main-menu > li:last-child > a {
      color: white; }
  .bay-main-menu > li.active > a:hover {
    color: white !important; }
  .bay-main-menu > li.dropdown.open {
    background-color: #00a4a2; }
    .bay-main-menu > li.dropdown.open > a {
      color: white; }
  .bay-main-menu > li.dropdown > .dropdown-menu {
    border: 0;
    padding-bottom: 0;
    border-radius: 0px;
    box-shadow: none; }
    .bay-main-menu > li.dropdown > .dropdown-menu > li {
      padding-bottom: 0; }
      .bay-main-menu > li.dropdown > .dropdown-menu > li > a {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        font-size: 1.3rem;
        border-bottom: 1px solid #ebebeb;
        line-height: 2em;
        margin: 1.2rem;
        padding: 0.5rem 0 0.5rem 0.5rem; }
        .bay-main-menu > li.dropdown > .dropdown-menu > li > a:hover {
          background-color: transparent !important; }
  @media only screen and (min-width: 769px) {
    .bay-main-menu > li.dropdown:hover .dropdown-menu {
      display: block; } }
  .bay-main-menu > li.dropdown.active .dropdown-menu > li > a {
    background-color: transparent !important;
    color: #464646; }

/*
Mobile menu
*/
.navbar-toggle {
  background-color: #ddd;
  border-radius: 0px;
  width: 50px;
  height: 50px; }
  .navbar-toggle:hover {
    background-color: #ddd !important; }
  .navbar-toggle > i {
    font-size: 3rem;
    line-height: 30px;
    color: white; }
  @media only screen and (max-width: 768px) {
    .navbar-toggle {
      position: absolute;
      top: 7px;
      right: 15px; } }

.btn-close-mobile-menu {
  position: fixed;
  z-index: 15;
  right: 25px;
  top: 15px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #ddd;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .btn-close-mobile-menu > i {
    font-size: 3rem;
    line-height: 48px;
    color: white; }

@media only screen and (max-width: 768px) {
  .bay-main-navbar {
    position: static !important; }
  .collapse {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 65px 55px 0 55px;
    padding: 6.5rem 5.5rem 0 5.5rem;
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    .collapse .bay-main-menu {
      transform: translateY(-60px);
      transition: transform 0.3s ease-in-out; }
      .collapse .bay-main-menu > li {
        margin: 0;
        padding: 0; }
        .collapse .bay-main-menu > li:hover {
          background-color: transparent !important; }
        .collapse .bay-main-menu > li.active:hover > a {
          color: inherit !important; }
        .collapse .bay-main-menu > li:last-child {
          background-color: transparent !important; }
          .collapse .bay-main-menu > li:last-child > a {
            color: #464646; }
        .collapse .bay-main-menu > li > a {
          font-size: 14px;
          font-size: 1.4rem;
          font-family: "Gotham", Arial, Helvetica, sans-serif;
          padding: 25px 0 24px 0;
          padding: 2.5rem 0 2.4rem 0;
          margin: 0;
          line-height: 1.1em;
          border-bottom: 1px solid #ebebeb; }
          .collapse .bay-main-menu > li > a:hover {
            color: #464646 !important; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .collapse .bay-main-menu .caret {
        display: none; } }

@media only screen and (max-width: 768px) {
    .collapse.is-opened {
      visibility: visible;
      opacity: 1; }
      .collapse.is-opened .bay-main-menu {
        transform: translateY(0); }
      .collapse.is-opened + .btn-close-mobile-menu {
        visibility: visible;
        opacity: 1; } }

/*
Logo
*/
.bay-logo-wrapper {
  position: absolute;
  width: 100%;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .bay-logo-wrapper {
      text-align: center; } }

.bay-logo {
  display: inline-block;
  padding-top: 20px;
  padding-top: 2rem; }
  .bay-logo > img {
    max-width: 100px; }
  @media only screen and (max-width: 768px) {
    .bay-logo {
      display: none; }
      .page-template-page-home .bay-logo {
        display: block;
        padding-top: 40px;
        padding-top: 4rem; } }

.down-arrow-indicator {
  display: none; }
  @media only screen and (max-width: 768px) {
    .down-arrow-indicator {
      display: block;
      position: absolute;
      z-index: 1;
      top: -25px;
      left: 50%;
      margin-left: -25px;
      margin-left: -2.5rem;
      width: 50px;
      height: 50px;
      border: 0;
      background-color: #ddd;
      text-align: center; }
      .down-arrow-indicator > i {
        font-size: 3rem;
        line-height: 50px;
        color: white; }
      .page-template-page-our-approach .down-arrow-indicator {
        display: none; } }

/*
Hero slider
*/
.bay-hero-slider-wrapper {
  position: relative;
  height: 545px;
  width: 100%; }
  .page-template-page-our-approach .bay-hero-slider-wrapper {
    height: calc(100vh - 90px); }
    @media only screen and (max-width: 767px) {
      .page-template-page-our-approach .bay-hero-slider-wrapper {
        height: auto !important; } }
  .bay-hero-slider-wrapper .goPrev,
  .bay-hero-slider-wrapper .goNext {
    border: 1px solid white;
    background-color: transparent;
    padding: 1.5rem;
    position: absolute;
    z-index: 10;
    top: calc(50% - 3rem); }
    .bay-hero-slider-wrapper .goPrev > i,
    .bay-hero-slider-wrapper .goNext > i {
      color: white;
      font-size: 2rem;
      line-height: 1em; }
    @media only screen and (max-width: 767px) {
      .page-template-page-our-approach .bay-hero-slider-wrapper .goPrev, .page-template-page-our-approach
      .bay-hero-slider-wrapper .goNext {
        display: none; } }
  .bay-hero-slider-wrapper .goPrev {
    left: 2rem; }
  .bay-hero-slider-wrapper .goNext {
    right: 2rem; }

@media only screen and (max-width: 767px) {
  .page-template-page-our-approach .bay-hero-slider {
    display: block; } }

.bay-hero-slider .owl-dots {
  position: absolute;
  z-index: 10;
  bottom: 2rem;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .bay-hero-slider .owl-dots {
      bottom: 4rem; } }
  .bay-hero-slider .owl-dots .owl-dot {
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 0.4rem;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    transition: border-color 0.2s ease-in-out; }
    .bay-hero-slider .owl-dots .owl-dot:hover, .bay-hero-slider .owl-dots .owl-dot.active {
      border-color: white;
      background-color: white; }
    .bay-hero-slider .owl-dots .owl-dot > span {
      display: none !important; }

.hero-slider-item {
  display: table;
  height: 545px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-template-page-our-approach .hero-slider-item {
    height: calc(100vh - 90px); }
    @media only screen and (max-width: 767px) {
      .page-template-page-our-approach .hero-slider-item {
        display: block !important;
        height: auto !important;
        /*
			1400 x 800
			? x 400
    	*/ } }
    .page-template-page-our-approach .hero-slider-item .slide-fallback-img {
      display: none; }
      @media only screen and (max-width: 767px) {
        .page-template-page-our-approach .hero-slider-item .slide-fallback-img {
          display: block; } }
  .hero-slider-item > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%; }
    .hero-slider-item > div.bottomleft {
      vertical-align: bottom;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 7vh;
      text-align: left; }
      @media only screen and (max-width: 1024px) {
        .hero-slider-item > div.bottomleft {
          padding-left: 8rem; } }
      .hero-slider-item > div.bottomleft .bay-main-cta-content {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; }
        @media (min-width: 768px) {
          .hero-slider-item > div.bottomleft .bay-main-cta-content {
            float: left;
            width: 41.66667%; } }
    .hero-slider-item > div.topleft {
      vertical-align: top;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 320px;
      text-align: left; }
      @media only screen and (max-width: 1024px) {
        .hero-slider-item > div.topleft {
          padding-left: 8rem; } }
      .hero-slider-item > div.topleft .bay-main-cta-content {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; }
        @media (min-width: 768px) {
          .hero-slider-item > div.topleft .bay-main-cta-content {
            float: left;
            width: 41.66667%; } }
    .hero-slider-item > div.bottomright {
      vertical-align: bottom;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 7vh;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .hero-slider-item > div.bottomright {
          padding-left: 8rem; } }
      .hero-slider-item > div.bottomright .bay-main-cta-content {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; }
        @media (min-width: 768px) {
          .hero-slider-item > div.bottomright .bay-main-cta-content {
            float: left;
            width: 41.66667%; } }
        @media (min-width: 992px) {
          .hero-slider-item > div.bottomright .bay-main-cta-content {
            margin-left: 58.33333%; } }
    .hero-slider-item > div.topright {
      vertical-align: top;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 320px;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .hero-slider-item > div.topright {
          padding-left: 8rem; } }
      .hero-slider-item > div.topright .bay-main-cta-content {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; }
        @media (min-width: 768px) {
          .hero-slider-item > div.topright .bay-main-cta-content {
            float: left;
            width: 41.66667%; } }
        @media (min-width: 992px) {
          .hero-slider-item > div.topright .bay-main-cta-content {
            margin-left: 58.33333%; } }
    .hero-slider-item > div.center {
      vertical-align: middle;
      text-align: left;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .hero-slider-item > div.center {
          padding-left: 8rem; } }
      .hero-slider-item > div.center .bay-main-cta-content {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; }
        @media (min-width: 768px) {
          .hero-slider-item > div.center .bay-main-cta-content {
            float: left;
            width: 50%; } }
        @media (min-width: 992px) {
          .hero-slider-item > div.center .bay-main-cta-content {
            margin-left: 25%; } }
    @media only screen and (max-width: 767px) {
      .page-template-page-our-approach .hero-slider-item > div {
        display: block !important;
        text-align: left !important;
        padding: 70px 15px !important;
        background-color: #ddd; } }
  .hero-slider-item .is-animated {
    visibility: hidden;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
    @media only screen and (max-width: 767px) {
      .page-template-page-our-approach .hero-slider-item .is-animated {
        visibility: visible; } }
  .active .hero-slider-item .is-animated {
    visibility: visible; }
    .page-template-page-home .active .hero-slider-item .is-animated {
      animation-name: fadeInUp; }
    .page-template-page-our-approach .active .hero-slider-item .is-animated {
      animation-name: fadeInRight; }

.bay-main-cta {
  color: white; }
  .bay-main-cta .section-title {
    display: none; }
    @media only screen and (max-width: 767px) {
      .bay-main-cta .section-title {
        display: block; } }
  .bay-main-cta .cta-number {
    display: inline-block;
    border-bottom: 1px solid white;
    font-size: 40px;
    font-size: 4rem;
    line-height: 0.8em;
    margin-bottom: 0.3em; }
    .page-template-page-our-approach .bay-main-cta .cta-number {
      animation-delay: 0.2s; }
      @media only screen and (max-width: 767px) {
        .page-template-page-our-approach .bay-main-cta .cta-number {
          color: #333;
          border-color: #333;
          font-size: 25px;
          font-size: 2.5rem; } }
  .bay-main-cta .cta-title {
    font-size: 40px;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .bay-main-cta .cta-title {
        padding: 40px 25px 0 25px; } }
  .bay-main-cta .cta-subtitle {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    line-height: 1.2em; }
    .page-template-page-home .bay-main-cta .cta-subtitle {
      animation-delay: 0.2s; }
    .page-template-page-our-approach .bay-main-cta .cta-subtitle {
      margin-bottom: 0;
      line-height: 1.5em;
      animation-delay: 0.4s; }
      @media only screen and (max-width: 767px) {
        .page-template-page-our-approach .bay-main-cta .cta-subtitle {
          color: #333;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 2em; } }
  .bay-main-cta .cta-text {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2em; }
    .page-template-page-our-approach .bay-main-cta .cta-text {
      animation-delay: 0.6s; }
    @media only screen and (max-width: 767px) {
      .bay-main-cta .cta-text {
        display: none; }
        .page-template-page-our-approach .bay-main-cta .cta-text {
          display: block;
          color: #333;
          font-size: 15px;
          font-size: 1.5rem; } }
  .bay-main-cta .cta-btn {
    display: inline-block;
    border: 1px solid white;
    padding: 1.1em 1.5em;
    position: relative;
    z-index: 1;
    color: white;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    background-color: rgba(255, 255, 255, 0.5); }
    .bay-main-cta .cta-btn:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: white;
      transition: width 0.15s ease-in-out; }
    .bay-main-cta .cta-btn:hover {
      color: black; }
      .bay-main-cta .cta-btn:hover:before {
        width: 100%; }
    .page-template-page-home .bay-main-cta .cta-btn {
      animation-delay: 0.25s; }
    @media only screen and (max-width: 767px) {
      .bay-main-cta .cta-btn {
        display: none; } }

.bay-hero-banner {
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.bay-main-footer {
  min-height: 50px;
  min-height: 5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 767px) and (max-width: 768px) {
    .page-template-page-meet-us .bay-main-footer {
      margin-left: 35px; } }
  @media screen and (min-width: 768px) {
    .bay-main-footer {
      background-color: white; } }
  .bay-main-footer .navbar-text {
    line-height: 44px;
    line-height: 4.4rem;
    padding-top: 6px;
    padding-top: 0.6rem;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    color: #464646;
    padding-right: 20px;
    padding-right: 2rem;
    padding-left: 20px;
    padding-left: 2rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    @media only screen and (min-width: 767px) and (max-width: 768px) {
      .bay-main-footer .navbar-text {
        display: inline-block; } }
    @media only screen and (max-width: 767px) {
      .bay-main-footer .navbar-text {
        display: none; } }

.bay-footer-navbar {
  margin-bottom: 0;
  min-height: auto;
  border: 0; }

.bay-footer-menu > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
  line-height: 4.4rem;
  padding-top: 6px;
  padding-top: 0.6rem; }

@media only screen and (min-width: 767px) and (max-width: 768px) {
  .bay-footer-menu {
    display: inline-block;
    margin: 0; }
    .bay-footer-menu > li {
      display: inline-block; } }

@media only screen and (max-width: 767px) {
  .bay-footer-menu {
    display: none; } }

@media only screen and (max-width: 767px) {
  .bay-footer-social .credits {
    display: none; } }

.bay-footer-social .credits > a {
  text-decoration: none;
  color: #c4c5c7; }

.bay-footer-social > p {
  line-height: 44px;
  line-height: 4.4rem;
  padding-top: 6px;
  padding-top: 0.6rem;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #c4c5c7; }
  .bay-footer-social > p > a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    margin-left: 1px;
    background-color: #ddd; }
    .bay-footer-social > p > a:nth-child(1) {
      margin-left: 8px; }
    .bay-footer-social > p > a > i {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 25px;
      color: #464646; }

@media only screen and (max-width: 767px) {
  .bay-footer-social {
    padding-right: 15px;
    padding-right: 1.5rem; }
    .bay-footer-social > p > a {
      width: 50px;
      height: 50px;
      line-height: 50px; }
      .bay-footer-social > p > a > i {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 50px; } }

.back-to-top {
  display: none; }
  @media only screen and (max-width: 767px) {
    .back-to-top {
      display: inline-block;
      padding-left: 15px;
      padding-left: 1.5rem;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 60px;
      font-family: "GothamMed", Arial, Helvetica, sans-serif;
      color: #464646;
      text-decoration: none; }
      .back-to-top:hover {
        color: #333; } }

@media only screen and (max-width: 768px) {
  body.page-home {
    padding-top: 75px; } }

body.loading {
  background-image: url("../img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 80px; }
    .page-template-page-home .wrapper {
      padding-top: 0; } }

.bay-main-content {
  position: relative; }

.section-title {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "GothamBold", Arial, Helvetica, sans-serif;
  font-weight: normal; }
  .page-corporate-travel .section-title {
    color: #1373a9; }
  .page-holiday-leisure-travel .section-title {
    color: #f39d28; }
  .page-meet-us .section-title {
    color: #00a4a2; }
  .page-collaboration .section-title {
    color: #ce332f; }
  .page-contact-us .section-title {
    color: #c4c5c7; }
  .page-our-approach .section-title {
    color: #7656b1; }

.section-subtitle {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 0; }

.section-description {
  font-size: 13px;
  font-size: 1.3rem; }
  .section-description > ul {
    list-style: none; }
    .section-description > ul > li {
      margin-bottom: 0.7em; }
  .section-description > p {
    padding-bottom: 20px;
    padding-bottom: 2rem;
    margin-bottom: 0; }

.section-cta {
  text-align: center; }

.has-scroll-animated-items .is-animated {
  visibility: hidden;
  animation-duration: 0.5s; }
  .has-scroll-animated-items .is-animated.is-visible {
    visibility: visible; }

/*
Home highlights
*/
.home-highlights {
  padding: 70px 0;
  padding: 7rem 0; }
  @media only screen and (max-width: 767px) {
    .home-highlights {
      padding: 60px 0 0 0;
      padding: 6rem 0 0 0; } }

.home-highlights-grid > [class*='col-'] {
  padding-right: 15px;
  padding-right: 1.5rem;
  padding-left: 15px;
  padding-left: 1.5rem; }

@media only screen and (max-width: 767px) {
  .home-highlights-item {
    margin-bottom: 50px;
    margin-bottom: 5rem; } }

.home-highlights-item:nth-child(1) .home-highlights-item-content {
  border-color: #1373a9; }
  .home-highlights-item:nth-child(1) .home-highlights-item-content > a {
    color: #1373a9; }

.home-highlights-item:nth-child(1) .home-highlights-item-header {
  background-color: #1373a9; }

.home-highlights-item:nth-child(2) .home-highlights-item-content {
  border-color: #f39d28; }
  .home-highlights-item:nth-child(2) .home-highlights-item-content > a {
    color: #f39d28; }

.home-highlights-item:nth-child(2) .home-highlights-item-header {
  background-color: #f39d28; }

.home-highlights-item:nth-child(3) .home-highlights-item-content {
  border-color: #00a4a2; }
  .home-highlights-item:nth-child(3) .home-highlights-item-content > a {
    color: #00a4a2; }

.home-highlights-item:nth-child(3) .home-highlights-item-header {
  background-color: #00a4a2; }

.home-highlights-item-header {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin: 0; }
  .home-highlights-item-header .home-highlights-item-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: "GothamBold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1em;
    color: white;
    text-align: center;
    padding-top: calc(50% - 0.5em); }
    .home-highlights-item-header .home-highlights-item-title > * {
      display: inline-block;
      border: 1px solid white;
      padding: 2rem 3rem;
      margin: 0 2rem;
      width: 80%; }
    .home-highlights-item-header .home-highlights-item-title:hover + .home-highlights-item-picture {
      transform: scale(1.3);
      opacity: 0.3; }
  .home-highlights-item-header .home-highlights-item-picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-out; }

.home-highlights-item-content {
  background-color: white;
  padding: 30px;
  padding: 3rem;
  position: relative;
  z-index: 2;
  border-top: 6px solid gray; }
  .home-highlights-item-content > a {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    color: #f39d28;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out; }
    .home-highlights-item-content > a:hover {
      opacity: 0.6; }

/*
Product intro
*/
.product-intro {
  padding: 70px 0;
  padding: 7rem 0;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .product-intro {
      padding-left: 15px;
      padding-left: 1.5rem;
      padding-right: 15px;
      padding-right: 1.5rem; } }

/*
Product features carousel
*/
.product-features {
  padding: 70px 0;
  padding: 7rem 0;
  padding-bottom: 50px;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    .product-features {
      padding-left: 15px;
      padding-left: 1.5rem;
      padding-right: 15px;
      padding-right: 1.5rem; } }
  .page-corporate-travel .product-features {
    background-color: #1373a9; }
  .page-holiday-leisure-travel .product-features {
    background-color: #f39d28; }
  .page-collaboration .product-features {
    background-color: #ce332f; }
  .product-features .section-subtitle {
    color: white;
    padding-bottom: 50px;
    padding-bottom: 5rem; }

.product-features-slider-wrapper {
  position: relative;
  margin: 0 10px 50px 10px;
  margin: 0 1rem 5rem 1rem; }
  @media only screen and (max-width: 767px) {
    .product-features-slider-wrapper {
      margin: 0 10px 50px 5px;
      margin: 0 1rem 5rem 0.5rem; } }
  .product-features-slider-wrapper .product-feature {
    text-align: center;
    color: white; }
    .product-features-slider-wrapper .product-feature .product-feature-icon {
      display: inline-block;
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin-bottom: 2rem;
      border-radius: 50%;
      text-align: center;
      background-color: white;
      padding: 1.8rem; }
      .product-features-slider-wrapper .product-feature .product-feature-icon > i {
        font-size: 3rem;
        line-height: 100px;
        color: #1373a9; }
        .page-holiday-leisure-travel .product-features-slider-wrapper .product-feature .product-feature-icon > i {
          color: #f39d28; }
        .page-collaboration .product-features-slider-wrapper .product-feature .product-feature-icon > i {
          color: #ce332f; }
      .product-features-slider-wrapper .product-feature .product-feature-icon > img {
        max-width: 100%;
        height: auto; }
    .product-features-slider-wrapper .product-feature .product-feature-title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: normal;
      font-family: "GothamBold", Arial, Helvetica, sans-serif; }
    .product-features-slider-wrapper .product-feature .product-feature-desc {
      font-size: 13px;
      font-size: 1.3rem;
      font-family: "GothamMed", Arial, Helvetica, sans-serif;
      padding: 0 2rem; }
  .product-features-slider-wrapper .goPrev,
  .product-features-slider-wrapper .goNext {
    border: 1px solid white;
    background-color: transparent;
    padding: 1.5rem;
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 3rem);
    z-index: 10; }
    .product-features-slider-wrapper .goPrev > i,
    .product-features-slider-wrapper .goNext > i {
      color: white;
      font-size: 2.7rem;
      line-height: 1em; }
    @media only screen and (max-width: 768px) {
      .product-features-slider-wrapper .goPrev,
      .product-features-slider-wrapper .goNext {
        top: calc(21% - 3rem); } }
    @media only screen and (max-width: 767px) {
      .product-features-slider-wrapper .goPrev,
      .product-features-slider-wrapper .goNext {
        top: calc(20% - 3rem); } }
  .product-features-slider-wrapper .goPrev {
    left: -70px;
    left: -7rem; }
    @media only screen and (max-width: 1024px) {
      .product-features-slider-wrapper .goPrev {
        left: -40px;
        left: -4rem; } }
    @media only screen and (max-width: 768px) {
      .product-features-slider-wrapper .goPrev {
        left: -5px;
        left: -0.5rem; } }
    .no-touch .product-features-slider-wrapper .goPrev:hover > i {
      animation: goPrevAnimation 0.4s ease-out infinite alternate;
      animation-fill-mode: forwards; }
  .product-features-slider-wrapper .goNext {
    right: -70px;
    right: -7rem; }
    @media only screen and (max-width: 1024px) {
      .product-features-slider-wrapper .goNext {
        right: -40px;
        right: -4rem; } }
    @media only screen and (max-width: 768px) {
      .product-features-slider-wrapper .goNext {
        right: -10px;
        right: -1rem; } }
    .no-touch .product-features-slider-wrapper .goNext:hover > i {
      animation: goNextAnimation 0.4s ease-out infinite alternate;
      animation-fill-mode: forwards; }

.product-features-cta-btn {
  display: inline-block;
  border: 1px solid white;
  padding: 1.1em 1.5em;
  position: relative;
  z-index: 1;
  color: white;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "GothamMed", Arial, Helvetica, sans-serif; }
  .product-features-cta-btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: white;
    transition: width 0.15s ease-in-out; }
  .product-features-cta-btn:hover {
    color: black; }
    .product-features-cta-btn:hover:before {
      width: 100%; }
  .product-features-cta-btn:hover {
    color: #1373a9; }
    .page-holiday-leisure-travel .product-features-cta-btn:hover {
      color: #f39d28; }
    .page-collaboration .product-features-cta-btn:hover {
      color: #ce332f; }

/*
Product clients
*/
.product-clients {
  padding: 70px 0;
  padding: 7rem 0;
  background-color: white;
  margin-bottom: 1px; }
  @media only screen and (max-width: 767px) {
    .product-clients {
      padding-left: 15px;
      padding-left: 1.5rem;
      padding-right: 15px;
      padding-right: 1.5rem; } }

.clients-list {
  margin-left: -2px;
  margin-right: -3px;
  list-style: none;
  margin-bottom: 70px;
  margin-bottom: 7rem; }
  .clients-list:before, .clients-list:after {
    content: " ";
    display: table; }
  .clients-list:after {
    clear: both; }
  .clients-list li {
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ddd; }
    @media (min-width: 768px) {
      .clients-list li {
        float: left;
        width: 20%; } }
    .clients-list li:last-child {
      border-right: 1px solid #ddd; }
    .clients-list li > .logo {
      display: block;
      text-align: center;
      margin: 2rem 1rem;
      margin: 36px 20px;
      margin: 3.6rem 2rem;
      color: #464646; }
    @media only screen and (max-width: 767px) {
      .clients-list li {
        border: 0 !important; } }

.product-clients-cta-btn {
  display: inline-block;
  border: 1px solid #464646;
  padding: 1.1em 1.5em;
  position: relative;
  z-index: 1;
  color: #464646;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "GothamMed", Arial, Helvetica, sans-serif; }
  .product-clients-cta-btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #464646;
    transition: width 0.15s ease-in-out; }
  .product-clients-cta-btn:hover {
    color: white; }
    .product-clients-cta-btn:hover:before {
      width: 100%; }

.meetus-sidenav {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .meetus-sidenav {
      position: static;
      width: 100%;
      height: auto;
      background-color: transparent;
      padding-left: 25px;
      padding-left: 2.5rem; } }
  .meetus-sidenav.is-fixed {
    position: fixed; }
    @media only screen and (max-width: 767px) {
      .meetus-sidenav.is-fixed {
        position: static; } }
  .meetus-sidenav .meetus-sidenav-numbers {
    list-style: none;
    padding-top: 70px;
    padding-top: 7rem; }
    @media screen and (min-width: 767px) {
      .meetus-sidenav .meetus-sidenav-numbers {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: white;
        z-index: 10; } }
    @media only screen and (max-width: 767px) {
      .meetus-sidenav .meetus-sidenav-numbers > li {
        display: inline-block; } }
    .meetus-sidenav .meetus-sidenav-numbers > li > a {
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      color: #00a4a2;
      transition: all 0.2s ease-in-out;
      height: 45px;
      line-height: 45px; }
      .meetus-sidenav .meetus-sidenav-numbers > li > a:hover, .meetus-sidenav .meetus-sidenav-numbers > li > a.active {
        color: white;
        background-color: #00a4a2; }
      @media only screen and (max-width: 767px) {
        .meetus-sidenav .meetus-sidenav-numbers > li > a {
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 20px;
          font-size: 2rem;
          margin-right: 15px 0;
          margin-right: 1.5rem 0;
          background-color: white; } }
    .meetus-sidenav .meetus-sidenav-numbers:hover + ul {
      transform: translateX(0);
      visibility: visible; }
  .meetus-sidenav .meetus-sidenav-labels {
    list-style: none;
    position: absolute;
    z-index: -1;
    width: 140px;
    height: 100%;
    left: 45px;
    top: 0;
    padding-top: 70px;
    background-color: #00a4a2;
    transform: translateX(-100%);
    visibility: hidden;
    transition: all 0.2s ease-in-out 0.1s; }
    .meetus-sidenav .meetus-sidenav-labels > li {
      color: white;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      line-height: 45px;
      padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .meetus-sidenav .meetus-sidenav-labels {
        display: none; } }

/*
Our team
*/
.meetus-our-team {
  padding: 70px 0;
  padding: 7rem 0; }
  @media only screen and (max-width: 767px) {
    .meetus-our-team {
      padding-left: 25px;
      padding-left: 2.5rem;
      padding-right: 25px;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 767px) and (max-width: 768px) {
    .meetus-our-team {
      margin-left: 45px; } }

.meetus-our-team-intro {
  width: 80%; }
  @media only screen and (max-width: 767px) {
    .meetus-our-team-intro {
      width: 100%; } }

.meetus-our-team-members {
  margin-left: 0;
  margin-right: 0;
  list-style: none; }
  .meetus-our-team-members:before, .meetus-our-team-members:after {
    content: " ";
    display: table; }
  .meetus-our-team-members:after {
    clear: both; }
  .meetus-our-team-members li {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      .meetus-our-team-members li {
        float: left;
        width: 20%; } }
    @media only screen and (max-width: 767px) {
      .meetus-our-team-members li {
        padding-top: 50%; } }

.team-member-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 6rem 2rem 0 2rem;
  background-color: white;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 164, 162, 0);
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  .team-member-info .team-member-name {
    font-size: 16px;
    font-size: 1.6rem;
    transform: translateY(-20px);
    transition: all 0.2s ease-in-out 0.2s; }
  .team-member-info .team-member-position {
    font-size: 11px;
    font-size: 1.1rem;
    transform: translateY(20px);
    transition: all 0.2s ease-in-out 0.3s; }
  .team-member-info:hover, .team-member-info.hover {
    opacity: 1; }
    .team-member-info:hover .team-member-name,
    .team-member-info:hover .team-member-position, .team-member-info.hover .team-member-name,
    .team-member-info.hover .team-member-position {
      transform: translateY(0);
      color: #00a4a2; }

/*
Testimonials carousel
*/
.meetus-testimonials {
  padding: 70px 0;
  padding: 7rem 0;
  background-color: #00a4a2;
  color: white; }
  @media only screen and (max-width: 767px) {
    .meetus-testimonials {
      padding-left: 25px;
      padding-left: 2.5rem;
      padding-right: 25px;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 767px) and (max-width: 768px) {
    .meetus-testimonials {
      margin-left: 45px; } }
  .meetus-testimonials .section-title {
    color: white; }

.meetus-testimonials-slider-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  padding: 0 10rem 0 0; }
  @media only screen and (max-width: 767px) {
    .meetus-testimonials-slider-wrapper {
      padding: 0 60px 0 0;
      padding: 0 6rem 0 0; } }
  .meetus-testimonials-slider-wrapper .meetus-testimonial {
    background-image: url("../img/quotes.png");
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 98px;
    padding-left: 9.8rem; }
    @media only screen and (max-width: 767px) {
      .meetus-testimonials-slider-wrapper .meetus-testimonial {
        padding-left: 0;
        padding-top: 70px;
        padding-top: 7rem; } }
    .meetus-testimonials-slider-wrapper .meetus-testimonial .meetus-testimonial-text {
      padding: 0;
      margin: 0 0 1em 0;
      border: 0;
      font-style: normal;
      font-size: 13px;
      font-size: 1.3rem; }
      .meetus-testimonials-slider-wrapper .meetus-testimonial .meetus-testimonial-text > p {
        padding-right: 2rem; }
        @media only screen and (max-width: 767px) {
          .meetus-testimonials-slider-wrapper .meetus-testimonial .meetus-testimonial-text > p {
            padding-right: 0; } }
    .meetus-testimonials-slider-wrapper .meetus-testimonial .meetus-testimonial-author {
      display: inline-block;
      border-top: 2px solid white;
      padding-top: 0.3em;
      font-family: "GothamMed", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-size: 1.3rem; }
  .meetus-testimonials-slider-wrapper .goPrev,
  .meetus-testimonials-slider-wrapper .goNext {
    border: 0;
    border-top: 1px solid #00a4a2;
    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 5;
    right: 0; }
    .meetus-testimonials-slider-wrapper .goPrev > i,
    .meetus-testimonials-slider-wrapper .goNext > i {
      color: #00a4a2;
      font-size: 2rem;
      line-height: 1.1em;
      display: block; }
    @media only screen and (min-width: 767px) and (max-width: 768px) {
      .meetus-testimonials-slider-wrapper .goPrev,
      .meetus-testimonials-slider-wrapper .goNext {
        right: 20px; } }
  .meetus-testimonials-slider-wrapper .goNext {
    top: 0; }
    .no-touch .meetus-testimonials-slider-wrapper .goNext:hover > i {
      animation: goNextAnimation 0.4s ease-out infinite alternate;
      animation-fill-mode: forwards; }
  .meetus-testimonials-slider-wrapper .goPrev {
    top: 40px; }
    .no-touch .meetus-testimonials-slider-wrapper .goPrev:hover > i {
      animation: goPrevAnimation 0.4s ease-out infinite alternate;
      animation-fill-mode: forwards; }
  .meetus-testimonials-slider-wrapper .pagNum,
  .meetus-testimonials-slider-wrapper .pagCur {
    display: block;
    background-color: #00a4a2;
    color: white;
    width: 30px;
    position: absolute;
    z-index: 5;
    right: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    text-align: center; }
    @media only screen and (min-width: 767px) and (max-width: 768px) {
      .meetus-testimonials-slider-wrapper .pagNum,
      .meetus-testimonials-slider-wrapper .pagCur {
        right: 60px; } }
    @media only screen and (max-width: 767px) {
      .meetus-testimonials-slider-wrapper .pagNum,
      .meetus-testimonials-slider-wrapper .pagCur {
        right: 0;
        width: 40px; } }
  .meetus-testimonials-slider-wrapper .pagCur {
    top: 0;
    height: 41px;
    line-height: 54px;
    border-bottom: 1px solid white; }
    @media only screen and (max-width: 767px) {
      .meetus-testimonials-slider-wrapper .pagCur {
        top: 80px; } }
  .meetus-testimonials-slider-wrapper .pagNum {
    top: 40px;
    height: 40px;
    line-height: 33px; }
    @media only screen and (max-width: 767px) {
      .meetus-testimonials-slider-wrapper .pagNum {
        top: 120px; } }
  .meetus-testimonials-slider-wrapper .owl-dots {
    display: none; }

/*
Awards
*/
.meetus-awards {
  background-color: white;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden; }

.meetus-awards-picture {
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 767px) {
    .meetus-awards-picture {
      position: static;
      width: 100%;
      height: 270px; } }

.meetus-awards-content {
  padding: 70px 0;
  padding: 7rem 0; }
  @media only screen and (max-width: 767px) {
    .meetus-awards-content {
      padding-left: 25px;
      padding-left: 2.5rem;
      padding-right: 25px;
      padding-right: 2.5rem; } }

.contact-info {
  padding: 70px 0;
  padding: 7rem 0; }
  @media only screen and (max-width: 767px) {
    .contact-info {
      padding-left: 15px;
      padding-left: 1.5rem;
      padding-right: 15px;
      padding-right: 1.5rem; } }
  .contact-info > address > p > strong {
    display: inline-block;
    min-width: 70px; }
  .contact-info > address > p > a {
    text-decoration: none; }

.bay-contact-form {
  padding: 130px 0 70px 0;
  padding: 13rem 0 7rem 0; }
  @media only screen and (max-width: 767px) {
    .bay-contact-form {
      padding: 30px 15px 0 15px;
      padding: 3rem 1.5rem 0 1.5rem; } }
  .bay-contact-form .form-group > p {
    margin-bottom: 0; }
  .bay-contact-form .control-label {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .bay-contact-form input[type="text"],
  .bay-contact-form input[type="email"],
  .bay-contact-form textarea {
    background-color: #ebebeb;
    border: 1px solid #464646;
    box-shadow: none;
    border-radius: 0px; }
    .bay-contact-form input[type="text"]:focus,
    .bay-contact-form input[type="email"]:focus,
    .bay-contact-form textarea:focus {
      box-shadow: none;
      border: 1px solid #464646; }
  .bay-contact-form .submit-btn {
    display: inline-block;
    border: 1px solid #464646;
    padding: 1.1em 1.5em;
    position: relative;
    z-index: 1;
    color: #464646;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    background-color: #ebebeb;
    border-width: 1px; }
    .bay-contact-form .submit-btn:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: #464646;
      transition: width 0.15s ease-in-out; }
    .bay-contact-form .submit-btn:hover {
      color: white; }
      .bay-contact-form .submit-btn:hover:before {
        width: 100%; }

/* 
Contact Form 7 styles 
*/
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  border: 0px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  color: #464646 !important;
  font-size: 1rem !important;
  line-height: 1em !important;
  padding: 1em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 8px; }
  .wpcf7-validation-errors:after,
  .wpcf7-not-valid-tip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(255, 255, 255, 0.5);
    left: 16px;
    top: -8px; }

.wpcf7-response-output,
.wpcf7-mail-sent-ok {
  display: block;
  margin: 0 !important;
  padding: 1.3rem !important;
  font-size: 1.3rem !important;
  line-height: 1em !important; }
  .wpcf7-response-output:after,
  .wpcf7-mail-sent-ok:after {
    display: none !important; }

.wpcf7-mail-sent-ok {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden

Source: https://github.com/daneden/animate.css/tree/master/source
*/
/*
base
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

/*
fadeOut
*/
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

/*
fadeInRight
*/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

/*
fadeInUp
*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

/*
Other animations
*/
@keyframes goNextAnimation {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(5px); } }

@keyframes goPrevAnimation {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-5px); } }

.bay-main-header .nav > li {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media only screen and (max-width: 1024px) {
    .bay-main-header .nav > li {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bay-main-header .nav > li {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .bay-main-header .nav > li {
      padding-left: 0;
      padding-right: 0; } }
  .bay-main-header .nav > li > a {
    padding: 10px 8px; }
    @media only screen and (max-width: 767px) {
      .bay-main-header .nav > li > a {
        padding: 2.5rem 0 2.4rem; } }

.bay-main-header .bay-main-menu > li:nth-child(6):hover, .bay-main-header .bay-main-menu > li:nth-child(7):hover {
  background-color: #f39d28; }

.nextPrevLinks {
  padding-top: 40px; }
  .nextPrevLinks .page-numbers {
    display: inline-block;
    margin-right: 18px; }
    .nextPrevLinks .page-numbers.current {
      color: #f39d28; }

.cnv-cat-list {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-top: 1px solid #464646; }
  .cnv-cat-list li, .cnv-cat-list a {
    display: block; }
  .cnv-cat-list li {
    border: 1px solid #464646;
    border-top: 0; }
  .cnv-cat-list a {
    text-decoration: none;
    font-family: "GothamMed", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 20px 16px; }

body.blog article strong, body.single article strong, body.archive article strong {
  font-family: "GothamBold", Arial, Helvetica, sans-serif; }

body.blog article a, body.single article a, body.archive article a {
  position: relative;
  z-index: 2; }

body.blog .bay-main-menu > li.active > a, body.blog .bay-main-menu > li.current_page_parent > a, body.single .bay-main-menu > li.active > a, body.single .bay-main-menu > li.current_page_parent > a, body.archive .bay-main-menu > li.active > a, body.archive .bay-main-menu > li.current_page_parent > a {
  color: #f39d28; }

body.blog .container-main, body.single .container-main, body.archive .container-main {
  padding: 65px 252px 65px 0; }
  @media only screen and (max-width: 767px) {
    body.blog .container-main, body.single .container-main, body.archive .container-main {
      padding-right: 0; } }
  body.blog .container-main .container-main-inner, body.single .container-main .container-main-inner, body.archive .container-main .container-main-inner {
    padding-right: 150px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      body.blog .container-main .container-main-inner, body.single .container-main .container-main-inner, body.archive .container-main .container-main-inner {
        padding-right: 50px; } }
    @media only screen and (max-width: 767px) {
      body.blog .container-main .container-main-inner, body.single .container-main .container-main-inner, body.archive .container-main .container-main-inner {
        padding-right: 0; } }

body.blog .container-side, body.single .container-side, body.archive .container-side {
  width: 252px;
  float: right;
  margin-right: -252px; }
  @media only screen and (max-width: 767px) {
    body.blog .container-side, body.single .container-side, body.archive .container-side {
      width: auto;
      float: none;
      margin-right: 0;
      margin-bottom: 50px; } }

body.blog .post, body.single .post, body.archive .post {
  padding-top: 50px; }
  body.blog .post:first-child, body.single .post:first-child, body.archive .post:first-child {
    padding-top: 0; }

body.blog .article-title-container, body.blog .article-thumb, body.single .article-title-container, body.single .article-thumb, body.archive .article-title-container, body.archive .article-thumb {
  padding-bottom: 40px; }

body.blog .article-title, body.single .article-title, body.archive .article-title {
  font-size: 25px;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  margin: 0; }
  body.blog .article-title a, body.single .article-title a, body.archive .article-title a {
    text-decoration: none;
    color: #464646;
    display: inline-block;
    cursor: pointer; }
  body.blog .article-title:hover a, body.single .article-title:hover a, body.archive .article-title:hover a {
    color: #333; }

body.blog .article-date, body.single .article-date, body.archive .article-date {
  font-size: 14px;
  font-family: "GothamBold", Arial, Helvetica, sans-serif;
  color: #f39d28;
  display: block;
  padding-bottom: 12px;
  text-transform: uppercase; }

body.blog .article-thumb img, body.single .article-thumb img, body.archive .article-thumb img {
  display: block;
  max-width: 100%; }

body.blog .article-categories, body.single .article-categories, body.archive .article-categories {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  color: #f39d28;
  font-size: 14px;
  padding-top: 10px; }

body.blog .archive-title, body.single .archive-title, body.archive .archive-title {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  color: #464646;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

body.blog .alignleft, body.single .alignleft, body.archive .alignleft {
  display: inline;
  float: left; }

body.blog .alignright, body.single .alignright, body.archive .alignright {
  display: inline;
  float: right; }

body.blog .aligncenter, body.single .aligncenter, body.archive .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

body.blog blockquote.alignleft, body.blog .wp-caption.alignleft, body.blog img.alignleft, body.single blockquote.alignleft, body.single .wp-caption.alignleft, body.single img.alignleft, body.archive blockquote.alignleft, body.archive .wp-caption.alignleft, body.archive img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

body.blog blockquote.alignright, body.blog .wp-caption.alignright, body.blog img.alignright, body.single blockquote.alignright, body.single .wp-caption.alignright, body.single img.alignright, body.archive blockquote.alignright, body.archive .wp-caption.alignright, body.archive img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

body.blog blockquote.aligncenter, body.blog .wp-caption.aligncenter, body.blog img.aligncenter, body.single blockquote.aligncenter, body.single .wp-caption.aligncenter, body.single img.aligncenter, body.archive blockquote.aligncenter, body.archive .wp-caption.aligncenter, body.archive img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

body.blog .wp-caption.alignleft, body.blog .wp-caption.alignright, body.blog .wp-caption.aligncenter, body.single .wp-caption.alignleft, body.single .wp-caption.alignright, body.single .wp-caption.aligncenter, body.archive .wp-caption.alignleft, body.archive .wp-caption.alignright, body.archive .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
