/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.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,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .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,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .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,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .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,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
body {
  background: url(../img/background.jpg);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #0b3255;
}
.no-scroll {
  overflow: hidden;
}
*:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
nav {
  font-family: "Raleway", sans-serif;
}
h1 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bolder;
}

h2.secaosite
{
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bolder;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
strong {
  font-weight: 600;
}
p {
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  p {
    text-align: justify;
    hyphens: auto;
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
    text-align: left;
  }

  h2.secaosite {
    font-size: 30px;
    text-align: left;
  }

  h2 {
    font-size: 20px;
    text-align: left;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
}
.md-content {
  color: #fff;
  background: #1862a6;
}
.md-content h3 {
  background-size: #0b3255;
  color: #f2aa37;
}
.md-content .md-list-button {
  text-decoration: none;
  color: #0b3255;
  display: block;
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid #0b3255;
}
.md-content .md-list-button:hover,
.md-content .md-list-button:focus {
  background: #165a99;
}
body.md-open {
  overflow-y: hidden;
}
.md-overlay {
  background: rgba(5, 23, 40, 0.8);
}
.text-input {
  text-align: left;
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 8px 20px;
  background: #1862a6;
  border: 3px solid #0b3255;
  border-radius: 15px;
  font-size: 24px;
  color: #0b3255;
}
.text-input::-webkit-input-placeholder {
  color: rgba(11, 50, 85, 0.5);
}
.text-input:-moz-placeholder {
  color: rgba(11, 50, 85, 0.5);
}
.text-input::-moz-placeholder {
  color: rgba(11, 50, 85, 0.5);
}
.text-input:-ms-input-placeholder {
  color: rgba(11, 50, 85, 0.5);
}
.text-input:focus {
  outline: none;
  background: #165a99;
}
.text-input.text-input--reverse {
  color: #1862a6;
  background: #0b3255;
  border-color: #1862a6;
}
.text-input.text-input--reverse::-webkit-input-placeholder {
  color: rgba(24, 98, 166, 0.5);
}
.text-input.text-input--reverse:-moz-placeholder {
  color: rgba(24, 98, 166, 0.5);
}
.text-input.text-input--reverse::-moz-placeholder {
  color: rgba(24, 98, 166, 0.5);
}
.text-input.text-input--reverse:-ms-input-placeholder {
  color: rgba(24, 98, 166, 0.5);
}
.text-input.text-input--reverse:focus {
  background: #092a47;
}
.site-wrapper {
/*  max-width: 1280px; */
  margin: 0 auto;
}
@media (max-width: 810px) {
  .site-wrapper {
    padding-top: 60px;
  }
}
.content-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}
.anchor {
  position: absolute;
  margin-top: -90px;
}
@media (max-width: 810px) {
  .anchor {
    margin-top: -60px;
  }
}
.header {
  height: 900px;
  padding-top: 170px;
  background-image: url(../img/larry-teo-unsplash.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media (max-width: 810px) {
  .header {
    height: 580px;
  }
}
.header .header-items {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(11, 50, 85, 0.8);
  height: 90px;
/*  overflow: hidden; */
}
@media (max-width: 810px) {
  .header .header-items {
    display: none;
  }
}
.header .header-items .header-logo {
  display: block;
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}
@media (max-width: 810px) {
  .header .header-items .header-logo {
    height: 40px;
    margin-top: 10px;
  }
}
.header .header-items .header-menu {
  float: right;
  margin-right: 15px;
  padding-top: 40px;
}
@media (max-width: 810px) {
  .header .header-items .header-menu {
    padding-top: 23px;
  }
}
.header .header-items .header-menu > ul > li {
  display: inline;
  font-size: 14px;
}
.header .header-items .header-menu > ul > li > a {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  text-decoration: none;
}
.header .header-items .header-menu > ul > li > a:focus,
.header .header-items .header-menu > ul > li > a:hover {
  text-decoration: underline;
}
.header--fixed {
  display: none;
  background: #0b3255;
  height: 90px;
  overflow: hidden;
  position: fixed;
  top: -90px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: top 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 810px) {
  .header--fixed {
    display: block !important;
    top: 0 !important;
    height: 60px;
  }
}
.header--fixed .header-logo {
  display: block;
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}
@media (max-width: 810px) {
  .header--fixed .header-logo {
    height: 40px;
    margin-top: 10px;
  }
}
.header--fixed .header-menu {
  float: right;
  margin-right: 15px;
  padding-top: 40px;
}
@media (max-width: 810px) {
  .header--fixed .header-menu {
    padding-top: 23px;
  }
}
.header--fixed .header-menu > ul > li {
  display: inline;
  font-size: 14px;
}
.header--fixed .header-menu > ul > li.menu-trigger {
  display: none;
}
@media (max-width: 810px) {
  .header--fixed .header-menu > ul > li {
    display: none;
  }
  .header--fixed .header-menu > ul > li.menu-trigger {
    display: block;
  }
}
.header--fixed .header-menu > ul > li > a {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  text-decoration: none;
}
.header--fixed .header-menu > ul > li > a:focus,
.header--fixed .header-menu > ul > li > a:hover {
  text-decoration: underline;
}
.header--fixed.header--fixed--active {
  display: block;
}
.header--fixed.header--fixed--show {
  top: 0;
}
.flight-search {
  position: relative;
  z-index: 1;
  background-image: url(../img/flight-search-background.gif);
  background-repeat: repeat-x;
  padding-top: 50px;
  padding-bottom: 20px;
}
.flight-search.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.flight-search h1 {
  margin-bottom: 0;
  text-align: center;
  font-weight: lighter;
  font-size: 30px;
  padding: 5px 0;
  color: #f2aa37;
}
.flight-search .row {
  margin-bottom: 30px;
}
.flight-search .row:last-child {
  margin-bottom: 0;
}
.flight-search .flight-search-input {
  display: inline-block;
  width: calc(50% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flight-search-radio {
  color: #1862a6;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 400px) {
  .flight-search-radio {
    display: block;
    margin-bottom: 15px;
  }
}
.flight-search-radio span {
  display: inline-block;
  padding-left: 23px;
}
.flight-search-radio input {
  display: none;
}
.flight-search-radio input + span:before {
  content: " ";
  position: absolute;
  width: 19px;
  height: 19px;
  margin-left: -25px;
  background-image: url(../img/radio-empty.png);
}
.flight-search-radio input:checked + span:before {
  background-image: url(../img/radio-checked.png);
}
.flight-search-button {
  display: inline-block;
  padding: 8px 20px;
  background: #f2aa37;
  color: #0b3255;
  border-radius: 15px;
  font-size: 24px;
  transition: background 100ms linear;
  text-decoration: none;
}
.flight-search-button:hover,
.flight-search-button:focus {
  background: #dd8e0e;
}
.flight-search-arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 10px 0;
  width: 26px;
  height: 29px;
  background-image: url(../img/flight-search-arrow.png);
}
.flight-search-icon {
  z-index: 2;
  position: absolute;
  left: calc(50% - 33px);
  top: -33px;
}
.flight-search-round-trip-options {
  padding-top: 12px;
}
@media (max-width: 343px) {
  .flight-search {
    background: #0b3255;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1862a6 330px, #0b3255 330px) !important;
    background: -webkit-linear-gradient(top, #1862a6 330px, #0b3255 330px) !important;
    background: linear-gradient(to bottom, #1862a6 330px, #0b3255 330px) !important;
  }
}
@media (max-width: 640px) {
  .flight-search {
    background: #0b3255;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1862a6 320px, #0b3255 320px);
    background: -webkit-linear-gradient(top, #1862a6 320px, #0b3255 320px);
    background: linear-gradient(to bottom, #1862a6 320px, #0b3255 320px);
  }
  .flight-search h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .flight-search .row {
    margin-bottom: 0;
  }
  .flight-search .row:last-child {
    margin-top: 15px;
  }
  .flight-search .flight-search-round-trip-options {
    margin-bottom: 15px;
  }
  .flight-search .pull-left,
  .flight-search .pull-right {
    float: none;
    text-align: center;
  }
  .flight-search-input {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px;
    font-size: 15px;
    border-width: 2px;
  }
  .flight-search-input.text-input--reverse {
    color: #0b3255;
    background: #1862a6;
    border-color: #0b3255;
  }
  .flight-search-input.text-input--reverse::-webkit-input-placeholder {
    color: rgba(11, 50, 85, 0.5);
  }
  .flight-search-input.text-input--reverse:-moz-placeholder {
    color: rgba(11, 50, 85, 0.5);
  }
  .flight-search-input.text-input--reverse::-moz-placeholder {
    color: rgba(11, 50, 85, 0.5);
  }
  .flight-search-input.text-input--reverse:-ms-input-placeholder {
    color: rgba(11, 50, 85, 0.5);
  }
  .flight-search-arrow {
    display: none;
  }
  .flight-search-button {
    padding: 6px 16px;
    font-size: 18px;
    margin-top: 5px;
  }
}
.about-us {
  padding: 60px 0;
  background: #f2aa37;
}
.about-us-logo {
  margin-bottom: 60px;
}
.strategic-planning {
  padding: 60px 0;
  color: #fff;
  background: #0b3255;
}
.honeymoon {
  padding: 60px 0;
  background-image: url(../img/honeymoon-background.jpg);
  color: #fff;
}
.honeymoon-logo {
  display: block;
  width: 70%;
  max-width: 400px;
  margin: 0 auto 50px;
}
.call-to-action {
  display: none;
  background: #f2aa37;
  padding: 0 20px;
}
.call-to-action h2 {
  text-align: center;
  line-height: 1.3;
  padding: 60px 0;
}
.contact {
  display: flex;
}
.contact-details,
.contact-form {
  flex: 1;
  width: 50%;
  font-size: 22px;
}

@media (max-width: 500px)
{

.contact-details {min-height:240px !important;}

}

.contact-details h2,
.contact-form h2 {
  text-align: left;
}
.contact-form p {
  text-align: left;
}
@media (max-width: 640px) {
  .contact-details,
  .contact-form {
    font-size: 16px;
  }
}
.contact-details {
  color: #1862a6;
}
.contact-details a {
  text-decoration: none;
}
.contact-details a,
.contact-details a:visited,
.contact-details a:active {
  color: inherit;
}
.contact-details a:focus,
.contact-details a:hover {
  text-decoration: underline;
}
.contact-form {
  color: #0b3255;
  background: #1862a6;
}
.contact-details-content
{
  padding: 30px;
  background: #010101;
  font-size:0.8em;
  text-align: center;
  color:#1862a6;
  font-weight: bold;
}

.contact-details-content h3 { text-decoration: underline;  }

.contact-details-content img
{
  display:block;
  max-width:100%;
}

.contact-form-content {
  padding: 50px;
}
@media (max-width: 640px) {
  .contact-details-content
{
    padding: 15px 10px;
  }
  .contact-form-content {
    padding: 50px 30px;
  }
}
.contact-form-input,
.corporate-form-input {
  border-width: 2px;
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
textarea.contact-form-input {
  height: 130px;
  width: 100%;
  resize: none;
}
.contact-form-send-button,
.corporate-form-login-button {
  border: none;
  font-family: inherit;
  display: inline-block;
  background: #f2aa37;
  color: #0b3255;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 14px;
  text-transform: lowercase;
  text-decoration: none;
  transition: background 100ms linear;
}
.contact-form-send-button:hover,
.corporate-form-login-button:hover,
.contact-form-send-button:focus,
.corporate-form-login-button:focus {
  background: #dd8e0e;
}
.contact-form-send-button:disabled,
.corporate-form-login-button:disabled,
.contact-form-send-button.disabled,
.corporate-form-login-button.disabled {
  opacity: 0.7;
}
@media (max-width: 810px) {
  .contact {
    flex-direction: column;
  }
  .contact-details {
    width: 100%;
    order: 2;
  }
  .contact-form {
    width: 100%;
    order: 1;
  }
}
.corporate-form-input {
  margin-bottom: 20px;
}
.corporate-form-buttons {
  text-align: right;
}
.corporate-form-close-button {
  display: inline-block;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: bolder;
  text-transform: lowercase;
  text-decoration: none;
  color: #fff;
}
.corporate-form-close-button:hover,
.corporate-form-close-button:focus {
  text-decoration: underline;
}
.slider .slick-slide {
  background-size: cover;
  background-position: center center;
  min-height: 250px;
}
.slider-prev-arrow,
.slider-next-arrow {
  opacity: 0.5;
  display: block;
  position: absolute;
  width: 41.7px;
  height: 78.3px;
  top: 50% ;
  margin-top: -39.15px;
  background-image: url(../img/chevron.png);
  background-size: 100% 100%;
  z-index: 1;
  transition: all 200ms linear;
}
@media (max-width: 810px) {
  .slider-prev-arrow,
  .slider-next-arrow {
    width: 27.8px;
    height: 52.2px;
    margin-top: -26.1px;
  }
}
.slider-prev-arrow:hover,
.slider-next-arrow:hover {
  opacity: 1;
}
.slider-prev-arrow {
  left: 35px;
}
.slider-prev-arrow:hover {
  left: 25px;
}
.slider-next-arrow {
  transform: rotate(180deg);
  right: 35px;
}
.slider-next-arrow:hover {
  right: 25px;
}
.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:after {
  display: block;
  width: 10px;
  height: 10px;
  content: ' ';
  background: #1862a6;
  border-radius: 100%;
}
.slick-dots li.slick-active button:after {
  background: #f2aa37;
}
.airport-search-input {
  width: 100%;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.md-content > .airport-search-results {
  padding: 0;
}
.md-content > .airport-search-results:empty {
  content: 'Digite acima para procurar...';
}
#modal-datepicker {
  width: auto;
}
#modal-datepicker .pika-single {
  transform: scale(1.1);
  background: #1862a6;
  border: none;
}
#modal-datepicker .pika-table th {
  color: #f2aa37;
}
#modal-datepicker .pika-table td {
  border: 1px solid #0b3255;
}
#modal-datepicker .pika-prev,
#modal-datepicker .pika-next {
  background: transparent;
  width: 30px;
  font-size: 0;
}
#modal-datepicker .pika-prev:after,
#modal-datepicker .pika-next:after {
  position: absolute;
  display: block;
  content: ' ';
  background: none;
  width: 0;
  height: 0;
  opacity: 0.8;
  margin-top: -7px;
}
#modal-datepicker .pika-prev:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f2aa37;
}
#modal-datepicker .pika-next:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f2aa37;
  margin-left: 20px;
}
#modal-datepicker .pika-label {
  color: #f2aa37;
  background: transparent;
}
#modal-datepicker .pika-button {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #0b3255;
}
#modal-datepicker .is-selected .pika-button {
  background: #0b3255;
  color: #f2aa37;
}
#modal-datepicker .is-today .pika-button {
  background: #0b3255;
  color: #1862a6;
}
.modal-alert-content {
  padding-top: 30px;
}


@media (max-width:750px) 
{
.icone {  display: block; 
          top:0px;
       }

.servicos {
position: relative;
top: 17px;
}
}


.secao-servicos {background: #f2aa37; padding:0px 10% 25px 10%}



.secao-servicos li {
    margin: 15px 15px 30px 15px;
    line-height: 1.8;
    font-weigth: bold;
    font-size:17px;

}


.secao-servicos img {


width: 45px;
background:
rgba(11, 50, 85, 0.8);
border-radius: 50%;
padding: 8px;

}

.icone {  position: relative;
  top: 26px;
  left: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
  width:50px;
  }

.icones-social {
  position: fixed;
  top: 65%;
  right:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icones-social a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icones-social a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background: #deb04c;
  color: white;
}

.whatsapp {
  background: #4ac959;
  color: white;
}

.trinta {
top: 10vh;
left: 2vw;
width: 213px;
position: absolute;
}

#telefone {
/*  width: 130px; */
  font-weight:bold;
  font-size:18px;
  position:absolute;
  top:0.5%;
  right: 3%;
  color:white;
/*  transform: translateX(-50%); */
}

@media (max-width: 810px) {
  .trinta {
      top: 5vh;
      left: 1vw;
      width: 180px;
      position:absolute;
  }
}

#telefonenocelular
{
    position: absolute;
    right: 25%;
    top: 14px;
    font-size: 31px;
    color: white;
    text-decoration: none;
}
#telefonenocelular:hover
{
    color: white;
    text-decoration: none;
}

.header--fixed {display: none !important;}



