/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
//@import url(https://fonts.googleapis.com/css?family=Muli:400,300italic,300,400italic|Oswald:400,300,700);
//@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 8, 2016 */

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-bold-webfont.eot');
    src: url('fonts/muli/muli-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-bold-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-bold-webfont.woff') format('woff'),
         url('fonts/muli/muli-bold-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-bold-webfont.svg#mulibold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-bolditalic-webfont.eot');
    src: url('fonts/muli/muli-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-bolditalic-webfont.woff') format('woff'),
         url('fonts/muli/muli-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-bolditalic-webfont.svg#mulibolditalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-webfont.eot');
    src: url('fonts/muli/muli-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-webfont.woff') format('woff'),
         url('fonts/muli/muli-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-italic-webfont.eot');
    src: url('fonts/muli/muli-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-italic-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-italic-webfont.woff') format('woff'),
         url('fonts/muli/muli-italic-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-italic-webfont.svg#muliregularitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-light-webfont.eot');
    src: url('fonts/muli/muli-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-light-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-light-webfont.woff') format('woff'),
         url('fonts/muli/muli-light-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-light-webfont.svg#mulilight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-lightitalic-webfont.eot');
    src: url('fonts/muli/muli-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-lightitalic-webfont.woff') format('woff'),
         url('fonts/muli/muli-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-lightitalic-webfont.svg#mulilightitalic') format('svg');
    font-weight: 300;
    font-style: italic;

}


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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 15px;
  padding-right: 15px; }

.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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

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

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

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

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

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

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

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

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

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

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

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

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

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

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .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.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

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

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

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

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

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

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

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

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

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

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

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

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .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.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

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

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

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

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

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

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

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

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

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

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

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

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.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; }

.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.428571429;
      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; }

@-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; } }
.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.btn-reset {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  border: none;
  display: inline;
  margin-bottom: inherit;
  font-weight: inherit;
  text-align: inherit;
  vertical-align: inherit;
  cursor: inherit;
  background-image: inherit;
  white-space: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit; }
  .btn-reset:hover {
    background-color: inherit;
    color: inherit; }

.three {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/*
font-family: 'Oswald', sans-serif;
font-family: 'Muli', sans-serif;
*/
/*
background-image: url('/wp-content/themes/plotline_creative/images/image.png');
*/
.col-tablet-1, .col-tablet-2, .col-tablet-3, .col-tablet-4, .col-tablet-5, .col-tablet-6, .col-tablet-7, .col-tablet-8, .col-tablet-9, .col-tablet-10, .col-tablet-11, .col-tablet-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 600px) and (max-width: 767px) {
  .col-tablet-1, .col-tablet-2, .col-tablet-3, .col-tablet-4, .col-tablet-5, .col-tablet-6, .col-tablet-7, .col-tablet-8, .col-tablet-9, .col-tablet-10, .col-tablet-11, .col-tablet-12 {
    float: left; }

  .col-tablet-1 {
    width: 8.3333333333%; }

  .col-tablet-2 {
    width: 16.6666666667%; }

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

  .col-tablet-4 {
    width: 33.3333333333%; }

  .col-tablet-5 {
    width: 41.6666666667%; }

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

  .col-tablet-7 {
    width: 58.3333333333%; }

  .col-tablet-8 {
    width: 66.6666666667%; }

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

  .col-tablet-10 {
    width: 83.3333333333%; }

  .col-tablet-11 {
    width: 91.6666666667%; }

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

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

  .col-tablet-pull-1 {
    right: 8.3333333333%; }

  .col-tablet-pull-2 {
    right: 16.6666666667%; }

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

  .col-tablet-pull-4 {
    right: 33.3333333333%; }

  .col-tablet-pull-5 {
    right: 41.6666666667%; }

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

  .col-tablet-pull-7 {
    right: 58.3333333333%; }

  .col-tablet-pull-8 {
    right: 66.6666666667%; }

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

  .col-tablet-pull-10 {
    right: 83.3333333333%; }

  .col-tablet-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-tablet-push-1 {
    left: 8.3333333333%; }

  .col-tablet-push-2 {
    left: 16.6666666667%; }

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

  .col-tablet-push-4 {
    left: 33.3333333333%; }

  .col-tablet-push-5 {
    left: 41.6666666667%; }

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

  .col-tablet-push-7 {
    left: 58.3333333333%; }

  .col-tablet-push-8 {
    left: 66.6666666667%; }

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

  .col-tablet-push-10 {
    left: 83.3333333333%; }

  .col-tablet-push-11 {
    left: 91.6666666667%; }

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

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

  .col-tablet-offset-1 {
    margin-left: 8.3333333333%; }

  .col-tablet-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-tablet-offset-4 {
    margin-left: 33.3333333333%; }

  .col-tablet-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-tablet-offset-7 {
    margin-left: 58.3333333333%; }

  .col-tablet-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-tablet-offset-10 {
    margin-left: 83.3333333333%; }

  .col-tablet-offset-11 {
    margin-left: 91.6666666667%; }

  .col-tablet-offset-12 {
    margin-left: 100%; } }
@media (min-width: 600px) and (max-width: 767px) {
  .visible-tablet {
    display: block !important; }

  table.visible-tablet {
    display: table !important; }

  tr.visible-tablet {
    display: table-row !important; }

  th.visible-tablet,
  td.visible-tablet {
    display: table-cell !important; } }
@media (min-width: 600px) and (max-width: 767px) {
  .hidden-tablet {
    display: none !important; } }
@media (min-width: 768px) {
  .visible-tablet {
    display: none !important; } }
@media (max-width: 599px) {
  .visible-tablet {
    display: none !important; } }
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 400px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left; }

  .col-xxs-1 {
    width: 8.3333333333%; }

  .col-xxs-2 {
    width: 16.6666666667%; }

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

  .col-xxs-4 {
    width: 33.3333333333%; }

  .col-xxs-5 {
    width: 41.6666666667%; }

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

  .col-xxs-7 {
    width: 58.3333333333%; }

  .col-xxs-8 {
    width: 66.6666666667%; }

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

  .col-xxs-10 {
    width: 83.3333333333%; }

  .col-xxs-11 {
    width: 91.6666666667%; }

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

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

  .col-xxs-pull-1 {
    right: 8.3333333333%; }

  .col-xxs-pull-2 {
    right: 16.6666666667%; }

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

  .col-xxs-pull-4 {
    right: 33.3333333333%; }

  .col-xxs-pull-5 {
    right: 41.6666666667%; }

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

  .col-xxs-pull-7 {
    right: 58.3333333333%; }

  .col-xxs-pull-8 {
    right: 66.6666666667%; }

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

  .col-xxs-pull-10 {
    right: 83.3333333333%; }

  .col-xxs-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-xxs-push-1 {
    left: 8.3333333333%; }

  .col-xxs-push-2 {
    left: 16.6666666667%; }

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

  .col-xxs-push-4 {
    left: 33.3333333333%; }

  .col-xxs-push-5 {
    left: 41.6666666667%; }

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

  .col-xxs-push-7 {
    left: 58.3333333333%; }

  .col-xxs-push-8 {
    left: 66.6666666667%; }

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

  .col-xxs-push-10 {
    left: 83.3333333333%; }

  .col-xxs-push-11 {
    left: 91.6666666667%; }

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

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

  .col-xxs-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xxs-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-xxs-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xxs-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-xxs-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xxs-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-xxs-offset-10 {
    margin-left: 83.3333333333%; }

  .col-xxs-offset-11 {
    margin-left: 91.6666666667%; }

  .col-xxs-offset-12 {
    margin-left: 100%; } }
@media (max-width: 400px) {
  .visible-xxs {
    display: block !important; }

  table.visible-xxs {
    display: table !important; }

  tr.visible-xxs {
    display: table-row !important; }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important; } }
@media (max-width: 400px) {
  .hidden-xxs {
    display: none !important; } }
@media (max-width: 768px) {
  .visible-xxs {
    display: none !important; } }
@media (max-width: 399px) {
  .visible-xxs {
    display: none !important; } }
@media (min-width: 1200px) {
  .container.fluid-lg {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .container.fluid-md {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 992px) {
  .container.fluid-sm {
    width: 100%; } }
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body p, body h1, body h2, body h3, body h4, body h5, body h6, body a, body span, body div, body input, body label, body textarea, body select, body table, body td, body tr, body button, body blockquote {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

a {
  background-color: transparent;
  text-decoration: none; }

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

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

.inline-block {
  display: inline-block; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee; }

pre {
  overflow: auto; }

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

* {
  -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; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

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

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.band {
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
  clear: both;
  position: relative; }

[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:before,
[class*=" icon-"]:before {
  line-height: 0 !important; }

[class^="col-"],
[class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

html {
  margin-top: 0px !important;
  height: 100%; }
  html.js {
    margin-top: 0 !important; }

.nowrap {
  white-space: nowrap; }

.overlay {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5); }

.hidden {
  display: none !important;
  visibility: hidden !important; }

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

#back_to_top {
  position: absolute;
  top: 0; }

#nav_standard #logo a, #nav_standard .the_main_menu > li,
.content-box {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

#nav_standard{
  z-index: 5000 !important;
}

.row-margin {
  margin-left: -15px;
  margin-right: -15px; }

.column-padding {
  padding-left: 15px;
  padding-right: 15px; }

.overlay,
.absolute {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: "master";
  src: url("fonts/master.eot");
  src: url("fonts/master.eot?#iefix") format("embedded-opentype"), url("fonts/master.woff") format("woff"), url("fonts/master.ttf") format("truetype"), url("fonts/master.svg#master") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "master" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "master" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "a"; }

.icon-linkedin:before {
  content: "c"; }

.icon-twitter:before {
  content: "b"; }

.icon-youtube-play:before {
  content: "d"; }

.icon-vimeo:before {
  content: "e"; }

.icon-google-plus:before {
  content: "f"; }

.icon-instagram:before {
  content: "g"; }
.icon-soundcloud:before {
  content: "P"; }

.icon-search:before {
  content: "h"; }

.icon-pinterest:before {
  content: "i"; }

.icon-link:before {
  content: "j"; }

.icon-chevron-down:before {
  content: "k"; }

.icon-chevron-left:before {
  content: "l"; }

.icon-chevron-right:before {
  content: "m"; }

.icon-chevron-up:before {
  content: "n"; }

.icon-email:before {
  content: "o"; }

.icon-play:before {
  content: "p"; }

.icon-tumblr:before {
  content: "q"; }

.icon-bullhorn:before {
  content: "r"; }

.icon-megaphone:before {
  content: "s"; }

.icon-calendar:before {
  content: "t"; }

.icon-book:before {
  content: "u"; }

.icon-down-dir:before {
  content: "v"; }

.icon-up-dir:before {
  content: "w"; }

.icon-angle-double-right:before {
  content: "y"; }

.icon-twitter-t:before {
  content: "x"; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

input,
input[type=text],
textarea {
  border-width: 2px !important;
  border-style: solid;
  border-color: #eaeaea;
  outline: none;
  //float: left;
  height: 40px;
  width: 100% !important;
  padding: 5px 10px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input:focus,
  input[type=text]:focus,
  textarea:focus {
    border-color: #999; }

input[type=submit] {
  border: none;
  color: #ffffff;
  background-color: #2a693d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500; }
  input[type=submit]:hover {
    background-color: #14321d; }

button {
  outline: none !important; }

#gravity {
  color: #3d3c3a;
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #gravity input,
  #gravity textarea {
    margin-bottom: 0; }
  #gravity .ginput_complex > span {
    width: 48.5%;
    margin: 0;
    float: left; }
    #gravity .ginput_complex > span:first-child {
      margin-right: 3%; }
    @media screen and (max-width: 400px) {
      #gravity .ginput_complex > span {
        width: 100%;
        margin-right: 0; } }
  #gravity .ginput_complex span label {
    float: left;
    font-weight: 500; }
  #gravity .validation_error,
  #gravity .gfield_error {
    margin-right: 0 !important;
    width: 100%; }
  #gravity .validation_error {
    padding: 15px;
    text-align: center;
    border: none;
    background-color: #F34642;
    margin-bottom: 0;
    color: #ffffff; }
  #gravity .gfield_error {
    background-color: transparent;
    border: none; }
    #gravity .gfield_error label {
      color: #F34642; }
    #gravity .gfield_error label,
    #gravity .gfield_error .validation_message,
    #gravity .gfield_error .ginput_container {
      margin-left: 0; }
    #gravity .gfield_error .validation_message {
      margin-right: 0 !important;
      background-color: #F34642;
      color: #ffffff;
      max-width: 100%;
      width: 100%;
      margin-top: 0 !important;
      padding: 5px 10px !important;
      margin-bottom: 0 !important;
      font-size: 14px;
      font-weight: 400; }
    #gravity .gfield_error .instruction {
      margin-bottom: 10px !important; }
  #gravity .gfield_required {
    color: #F34642; }
  #gravity .gform_wrapper li.gfield_error input,
  #gravity .gform_wrapper li.gfield_error textarea {
    border-color: #F34642; }
    #gravity .gform_wrapper li.gfield_error input:focus,
    #gravity .gform_wrapper li.gfield_error textarea:focus {
      border-color: #000000;
      border-color: #333333; }
  #gravity .ginput_container {
    max-width: 100%; }
  #gravity .gform_wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0; }

/*
Body Class: navigation-fixed
#nav_standard .nav-fixed .with-scroll
*/
/*
@include transition(background-color .3s 0s, color 2s);
*/
body.navigation-fixed {
  padding-top: 0 !important; }
  @media screen and (min-width: 768px) {
    body.navigation-fixed {
      padding-top: 137px !important; } }

#nav_standard {
  height: auto;
  background-color: #3d3c3a;
  z-index: 9999;
  overflow: visible;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (min-width: 768px) {
    #nav_standard {
      height: 137px;
      background-color: #3d3c3a;
      border-bottom: none; } }
  #nav_standard h1 {
    color: #fba828;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    line-height: 40px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 767px) {
      #nav_standard h1 {
        font-size: 22px;
        line-height: 30px; }
        #nav_standard h1 span {
          display: block;
          clear: both; } }
    #nav_standard h1 span {
      color: #dcd4bd;
      font-weight: 400; }
      #nav_standard h1 span sup {
        color: #dcd4bd;
        top: -0.735em; }
  #nav_standard .container {
    padding: 0; }
    @media screen and (min-width: 768px) {
      #nav_standard .container {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 991px) {
      #nav_standard .container {
        width: 100%; } }
    #nav_standard .container .row {
      margin: 0; }
      @media screen and (min-width: 768px) {
        #nav_standard .container .row {
          margin-left: -15px;
          margin-right: -15px; } }
      #nav_standard .container .row .full-mobile {
        padding: 0; }
        @media screen and (min-width: 768px) {
          #nav_standard .container .row .full-mobile {
            padding-left: 15px;
            padding-right: 15px; } }
  #nav_standard #logo {
    float: left; }
    #nav_standard #logo a {
      height: 30px;
      width: auto;
      padding: 10px;
      display: block;
      -webkit-transition: padding 0.5s;
      -o-transition: padding 0.5s;
      transition: padding 0.5s; }
      @media screen and (min-width: 768px) {
        #nav_standard #logo a {
          height: 30px;
          width: 120px;
          padding: 20px 0; } }
      #nav_standard #logo a img {
        max-height: 100%; }
    #nav_standard #logo .logo-full {
      display: none; }
      @media screen and (min-width: 768px) {
        #nav_standard #logo .logo-full {
          display: block; } }
    #nav_standard #logo .logo-small {
      display: block;
      height: 30px; }
      @media screen and (min-width: 768px) {
        #nav_standard #logo .logo-small {
          display: none; } }
  #nav_standard .the_main_menu {
    float: none;
    clear: both;
    overflow: auto;
    background-color: #3d3c3a;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #nav_standard .the_main_menu {
        text-align: center;
        clear: none;
        background-color: transparent;
        overflow: visible;
        width: auto;
        border-top: 1px solid #fba828;
        padding-top: 15px;
        display: inline-block; } }
    #nav_standard .the_main_menu > li:hover > a:before {
      color: #45aca4; }
    #nav_standard .the_main_menu > li:hover > a:after {
      color: #45aca4; }
    #nav_standard .the_main_menu > li.current-menu-item > a:before,
    #nav_standard .the_main_menu > li.current-menu-parent > a:before {
      color: #45aca4; }
    #nav_standard .the_main_menu > li.current-menu-item > a:after,
    #nav_standard .the_main_menu > li.current-menu-parent > a:after {
      color: #45aca4; }
    @media screen and (min-width: 768px) {
      #nav_standard .the_main_menu > li.menu-item-has-children > a {
        background-image: url("/wp-content/themes/plotline_creative/images/icon-pointer.png");
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) 10px;
        padding-right: 5px; }
        #nav_standard .the_main_menu > li.menu-item-has-children > a:after {
          padding-left: 20px; } }
    #nav_standard .the_main_menu > li {
      display: inline-block;
      position: relative;
      float: left;
      width: 100%;
      display: block; }
      @media screen and (min-width: 768px) {
        #nav_standard .the_main_menu > li {
          width: auto;
          float: none;
          display: inline-block; } }
      #nav_standard .the_main_menu > li a {
        text-decoration: none;
        white-space: nowrap;
        font-family: Muli, sans-serif;
        color: #dcd4bd;
        font-weight: 500;
        outline: none;
        min-width: inherit;
        width: 100%;
        display: block;
        margin-left: 0;
        line-height: 30px;
        padding: 10px;
        border-bottom: 1px solid #dcd4bd;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        -webkit-transition: line-height 0.5s;
        -o-transition: line-height 0.5s;
        transition: line-height 0.5s; }
        @media screen and (min-width: 768px) {
          #nav_standard .the_main_menu > li a {
            color: #dcd4bd;
            padding: 0;
            width: auto;
            border-bottom: none;
            margin: 0 5px;
            line-height: 30px;
            font-size: 12px;
            padding-bottom: 15px; }
            #nav_standard .the_main_menu > li a:before {
              content: '{';
              font-weight: 600;
              color: #3d3c3a;
              padding-right: 3px; }
            #nav_standard .the_main_menu > li a:after {
              content: '}';
              font-weight: 600;
              color: #3d3c3a;
              padding-left: 3px; } }
        @media screen and (min-width: 992px) {
          #nav_standard .the_main_menu > li a {
            font-size: 14px; } }
      #nav_standard .the_main_menu > li li {
        position: relative; }
      #nav_standard .the_main_menu > li:hover > .sub-menu {
        display: block; }
        #nav_standard .the_main_menu > li:hover > .sub-menu > li.current_page_item > a:before {
          content: '{';
          font-weight: 600;
          color: #45aca4;
          padding-right: 3px; }
        #nav_standard .the_main_menu > li:hover > .sub-menu > li.current_page_item > a:after {
          content: '}';
          font-weight: 600;
          color: #45aca4;
          padding-left: 3px; }
        #nav_standard .the_main_menu > li:hover > .sub-menu > li:hover > .sub-menu {
          display: block; }
      #nav_standard .the_main_menu > li > .sub-menu {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        border: none;
        background-color: #dcd4bd;
        text-align: left; }
        @media screen and (min-width: 768px) {
          #nav_standard .the_main_menu > li > .sub-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 5px;
            background-color: #dcd4bd;
            min-width: 100%;
            border: 1px solid #3d3c3a;
            border-top: none; } }
        #nav_standard .the_main_menu > li > .sub-menu > li.current-menu-item a {
          color: #3d3c3a; }
        #nav_standard .the_main_menu > li > .sub-menu > li a {
          padding-left: 10px;
          display: block;
          min-width: 100px;
          color: #000000;
          font-size: 14px;
          line-height: 30px;
          margin-left: 0;
          font-size: 12px;
          line-height: 20px;
          margin: 0;
          border-bottom: 1px solid #3d3c3a; }
          @media screen and (min-width: 768px) {
            #nav_standard .the_main_menu > li > .sub-menu > li a {
              padding: 7px 10px;
              border: none; } }
          #nav_standard .the_main_menu > li > .sub-menu > li a:hover {
            background: #3d3c3a;
            color: #dcd4bd;
            border-bottom: 1px solid #dcd4bd; }
            @media screen and (min-width: 768px) {
              #nav_standard .the_main_menu > li > .sub-menu > li a:hover {
                border: none; } }
            #nav_standard .the_main_menu > li > .sub-menu > li a:hover:before {
              color: #45aca4; }
            #nav_standard .the_main_menu > li > .sub-menu > li a:hover:after {
              color: #45aca4; }
          #nav_standard .the_main_menu > li > .sub-menu > li a:before {
            color: #dcd4bd; }
          #nav_standard .the_main_menu > li > .sub-menu > li a:after {
            color: #dcd4bd; }
        #nav_standard .the_main_menu > li > .sub-menu > li > .sub-menu {
          display: none !important; }
      #nav_standard .the_main_menu > li.drop-left > .sub-menu {
        left: inherit;
        right: inherit;
        text-align: right; }
        @media screen and (min-width: 768px) {
          #nav_standard .the_main_menu > li.drop-left > .sub-menu {
            right: 0; } }
        #nav_standard .the_main_menu > li.drop-left > .sub-menu li .sub-menu {
          left: inherit !important;
          right: inherit; }
          @media screen and (min-width: 768px) {
            #nav_standard .the_main_menu > li.drop-left > .sub-menu li .sub-menu {
              right: 100%; } }
    #nav_standard .the_main_menu .sub-menu {
      display: none; }
  #nav_standard #navBars {
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    color: #dcd4bd;
    font-family: Muli, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #dcd4bd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (min-width: 768px) {
      #nav_standard #navBars {
        display: none; } }
  #nav_standard .mobile-wrapper {
    display: none;
    width: 100%;
    clear: both;
    background-color: #3d3c3a; }
    @media screen and (min-width: 768px) {
      #nav_standard .mobile-wrapper {
        display: block;
        width: auto;
        clear: none;
        background-color: transparent;
        text-align: center; } }
  #nav_standard.nav-fixed {
    position: relative; }
    @media screen and (min-width: 768px) {
      #nav_standard.nav-fixed {
        position: fixed;
        top: 0;
        left: 0; } }
  .scrolled #nav_standard.nav-fixed.with-scroll {
    height: 109px; }
  .scrolled #nav_standard h1 {
    font-size: 26px !important;
    line-height: 26px;
    padding: 14px 0 10px;
    margin-bottom: 0; }
  .scrolled #nav_standard.nav-fixed.with-scroll #logo a {
    padding: 10px 0 !important; }
  .scrolled #nav_standard.nav-fixed.with-scroll .the_main_menu > li > a {
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 4px; }

.masonry-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 100%; }
  @media (min-width: 768px) {
    .masonry-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .masonry-item {
      width: 33.3333333333%; } }
  .masonry-item .inner {
    background-color: #f6f6f6;
    float: left;
    max-width: 100%;
    position: relative;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    @media screen and (min-width: 768px) {
      .masonry-item .inner:hover {
        background-color: transparent; }
        .masonry-item .inner:hover .post_excerpt {
          border-color: #ccc; }
        .masonry-item .inner:hover .no-thumb {
          border: 2px solid #ccc !important; } }
  .masonry-item .post_excerpt {
    padding: 30px;
    float: right !important;
    width: 70%;
    word-break: break-word;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    @media screen and (min-width: 768px) {
      .masonry-item .post_excerpt {
        width: 100%;
        max-width: 100%;
        float: left !important;
        border: 2px solid #f6f6f6;
        border-top: none; } }
    @media screen and (max-width: 500px) {
      .masonry-item .post_excerpt {
        width: auto;
        float: left !important; } }
    .masonry-item .post_excerpt.no-thumb {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .masonry-item .post_excerpt.no-thumb {
          border: 2px solid #f6f6f6; } }
    .masonry-item .post_excerpt h1 {
      margin-bottom: 5px;
      font-size: 22px;
      font-weight: 500;
      line-height: 30px; }
      .masonry-item .post_excerpt h1 a {
        color: #2a693d;
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .masonry-item .post_excerpt h1 a:hover {
          color: #45aca4; }
    .masonry-item .post_excerpt p {
      color: #3d3c3a;
      font-size: 16px;
      margin-bottom: 20px; }
    .masonry-item .post_excerpt a.read_more {
      color: #ffffff;
      font-weight: 600;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
      margin-left: 0px;
      padding: 5px 10px;
      background-color: #2a693d; }
      .masonry-item .post_excerpt a.read_more:hover {
        background-color: #2a693d;
        color: #ffffff; }
      @media screen and (min-width: 768px) {
        .masonry-item .post_excerpt a.read_more {
          background-color: transparent;
          color: #2a693d;
          margin-left: -10px; } }
  .masonry-item .article-preview-image {
    display: none; }
    @media screen and (min-width: 768px) {
      .masonry-item .article-preview-image {
        display: block; } }
    @media screen and (max-width: 500px) {
      .masonry-item .article-preview-image {
        display: block; } }
  .masonry-item .photo_bg {
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .masonry-item .photo_bg {
        display: none; } }
    @media screen and (max-width: 500px) {
      .masonry-item .photo_bg {
        display: none !important; } }
  .masonry-item .photoLink {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    float: left; }
    .masonry-item .photoLink .overlay {
      opacity: 0;
      background-color: #2a693d; }
    .masonry-item .photoLink img {
      -webkit-transition: transform 1s ease;
      -o-transition: transform 1s ease;
      transition: transform 1s ease;
      max-width: 100%;
      -webkit-backface-visibility: hidden; }
  .masonry-item > .inner:hover .photoLink .overlay {
    opacity: .4; }
  .masonry-item > .inner:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  .masonry-item .date {
    font-size: 14px;
    color: #3d3c3a;
    margin-bottom: 20px;
    font-style: italic;
    font-family: Muli, sans-serif; }

#masonry_counts {
  text-align: center; }

#posts_count,
#posts_per_page {
  display: none;
  visibility: hidden; }

#load_more {
  display: inline-block;
  margin-top: 30px; }
  #load_more.hide_button {
    opacity: 0;
    visibility: hidden; }
  #load_more.show_button {
    opacity: 1;
    visibility: visible; }

#masonry_buttons {
  text-align: center; }

#load_more {
  background-color: #2a693d;
  text-transform: uppercase;
  border: none !important;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 30px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #load_more:hover {
    background-color: #1b4528; }
  #load_more:focus {
    background-color: #1b4528; }
  #load_more:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

#no_more {
  font-weight: 300;
  margin-top: -50px;
  color: #2a693d;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  line-height: 1.35;
  font-style: italic; }
  #no_more span {
    font-weight: 800; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2a693d;
  background-color: #dcd4bd;
  border: 1px solid #3d3c3a;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #dcd4bd;
  background-color: #3d3c3a;
  border-color: #3d3c3a; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #dcd4bd;
  background-color: #3d3c3a;
  border-color: #3d3c3a;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #dcd4bd;
  border-color: #3d3c3a;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination .active a {
  background-color: #2a693d;
  border-color: #2a693d;
  color: white;
  cursor: not-allowed !important; }
  .pagination .active a:hover {
    background-color: #0d2013;
    border-color: #0d2013;
    color: #ffffff; }
.pagination a {
  background-color: orange;
  border-color: black;
  color: #ffffff; }
  .pagination a:hover {
    background-color: red;
    border-color: #2a693d;
    color: #ffffff; }

.social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .social-media li {
    display: inline-block;
    margin-right: 10px; }
  .social-media a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-decoration: none;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #2a693d; }
    .social-media a:hover {
      color: #3d3c3a; }
    .social-media a i {
      position: relative;
      top: 4px; }
      .social-media a i.icon-linkedin {
        top: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  z-index: 99999999999999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url("/wp-content/themes/plotline_creative/images/swipebox/loader.gif") no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("/wp-content/themes/plotline_creative/images/swipebox/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.accordion {
  border-bottom: none; }
  .accordion .accordion-group .accordion-heading > a {
    color: #3d3c3a !important;
    background: aqua;
    background: blue;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #e6b50b !important;
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
    .accordion .accordion-group .accordion-heading > a img {
      margin-right: 10px; }
    .accordion .accordion-group .accordion-heading > a i {
      float: right;
      font-size: 20px;
      height: 20px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -ms-transform: rotate(-180deg);
      /* IE 9 */
      -webkit-transform: rotate(-180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-180deg); }
      .accordion .accordion-group .accordion-heading > a i:before {
        line-height: 1 !important; }
    .accordion .accordion-group .accordion-heading > a.collapsed {
      color: aqua !important;
      color: #3d3c3a !important;
      font-weight: 600;
      text-transform: uppercase;
      background: #e6b50b !important; }
      .accordion .accordion-group .accordion-heading > a.collapsed i {
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg); }
  .accordion .accordion-group .accordion-body .accordion-inner {
    padding: 20px 0px 50px; }
    .accordion .accordion-group .accordion-body .accordion-inner p:last-child {
      margin-bottom: 0px; }

.swipebox-gallery-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .swipebox-gallery-item {
      width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .swipebox-gallery-item {
      width: 25%; } }
  .swipebox-gallery-item .gallery-photo {
    position: relative;
    display: block;
    overflow: hidden; }
    .swipebox-gallery-item .gallery-photo .overlay {
      opacity: 0;
      color: #000; }
    .swipebox-gallery-item .gallery-photo:hover .overlay {
      opacity: 1; }
    .swipebox-gallery-item .gallery-photo img {
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      -webkit-transition: transform 1s ease;
      -o-transition: transform 1s ease;
      transition: transform 1s ease; }
    .swipebox-gallery-item .gallery-photo:hover img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .swipebox-gallery-item .gallery-photo .inner {
      display: table;
      height: 100%;
      width: 100%;
      text-align: center; }
      .swipebox-gallery-item .gallery-photo .inner .cell {
        display: table-cell;
        vertical-align: middle;
        padding: 10px; }
        .swipebox-gallery-item .gallery-photo .inner .cell p {
          color: #ffffff;
          margin-bottom: 0; }

.kitchen-sink,
.mce-content-body {
  color: #3d3c3a;
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 400; //600;
  line-height: 1.7;
  letter-spacing: 1px; }
  .kitchen-sink .alignleft,
  .mce-content-body .alignleft {
    display: inline;
    float: left; }
  .kitchen-sink .alignright,
  .mce-content-body .alignright {
    display: inline;
    float: right; }
  .kitchen-sink .alignnone,
  .mce-content-body .alignnone {
    margin-bottom: 20px; }
  .kitchen-sink .aligncenter,
  .mce-content-body .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  @media screen and (max-width: 767px) {
    .kitchen-sink .alignleft,
    .kitchen-sink .alignright,
    .kitchen-sink .aligncenter,
    .mce-content-body .alignleft,
    .mce-content-body .alignright,
    .mce-content-body .aligncenter {
      text-align: center;
      display: block;
      clear: both;
      float: none;
      margin: 0px auto !important;
      margin-bottom: 20px !important; } }
  .kitchen-sink p .alignleft,
  .mce-content-body p .alignleft {
    margin-right: 20px;
    margin-bottom: 20px; }
  .kitchen-sink p .alignright,
  .mce-content-body p .alignright {
    margin-left: 20px;
    margin-bottom: 20px; }
  .kitchen-sink ul, .kitchen-sink ol,
  .mce-content-body ul,
  .mce-content-body ol {
    padding-left: 20px;
    margin-bottom: 30px;
    margin-left: 30px; }
    .kitchen-sink ul li, .kitchen-sink ol li,
    .mce-content-body ul li,
    .mce-content-body ol li {
      margin-bottom: 9px; }
    .kitchen-sink ul ul, .kitchen-sink ul ol, .kitchen-sink ol ul, .kitchen-sink ol ol,
    .mce-content-body ul ul,
    .mce-content-body ul ol,
    .mce-content-body ol ul,
    .mce-content-body ol ol {
      margin-bottom: 0;
      margin-top: 9px;
      padding-left: 30px; }
  .kitchen-sink ol,
  .mce-content-body ol {
    list-style: decimal; }
    .kitchen-sink ol ol,
    .mce-content-body ol ol {
      list-style: lower-alpha; }
      .kitchen-sink ol ol ol,
      .mce-content-body ol ol ol {
        list-style: decimal; }
        .kitchen-sink ol ol ol ol,
        .mce-content-body ol ol ol ol {
          list-style: lower-alpha; }
  .kitchen-sink ul,
  .mce-content-body ul {
    padding-left: 0;
    list-style: disc;
    padding-left: 20px; }
    .kitchen-sink ul > li,
    .mce-content-body ul > li {
      padding-left: 0px;
      position: relative; }
    .kitchen-sink ul ul,
    .mce-content-body ul ul {
      list-style: disc;
      padding-left: 50px; }
      .kitchen-sink ul ul li,
      .mce-content-body ul ul li {
        list-style: square;
        padding-left: 0; }
  .kitchen-sink .primary-text,
  .mce-content-body .primary-text {
    color: #2a693d; }
  .kitchen-sink .secondary-text,
  .mce-content-body .secondary-text {
    color: #45aca4; }
  .kitchen-sink .gray-text,
  .mce-content-body .gray-text {
    color: #7b7b7b; }
  .kitchen-sink .black-text,
  .mce-content-body .black-text {
    color: #3d3c3a; }
  .kitchen-sink .uppercase,
  .mce-content-body .uppercase {
    text-transform: uppercase; }
  .kitchen-sink p,
  .kitchen-sink td,
  .mce-content-body p,
  .mce-content-body td {
    color: #3d3c3a;
    margin-bottom: 30px; }
    .kitchen-sink p a,
    .kitchen-sink td a,
    .mce-content-body p a,
    .mce-content-body td a {
      color: #2a693d;
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
      .kitchen-sink p a:hover,
      .kitchen-sink td a:hover,
      .mce-content-body p a:hover,
      .mce-content-body td a:hover {
        color: #45aca4; }
  .kitchen-sink a,
  .mce-content-body a {
    text-decoration: none !important; }
  .kitchen-sink .btn-primary,
  .mce-content-body .btn-primary {
    display: inline-block;
    padding: 9px 10px 7px;
    letter-spacing: 1px;
    background-color: transparent;
    color: #3d3c3a;
    text-transform: uppercase;
    border: none;
    border: 1px solid #3d3c3a;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .kitchen-sink .btn-primary:hover,
    .mce-content-body .btn-primary:hover {
      color: #dcd4bd;
      background-color: #3d3c3a;
      border-width: 1px !important; }
  .kitchen-sink .btn-secondary,
  .mce-content-body .btn-secondary {
    display: inline-block;
    min-height: 29px;
    line-height: 29px;
    background-color: transparent;
    color: #2a693d;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("/wp-content/themes/plotline_creative/images/icon-download.png");
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 40px;
    overflow: visible;
    padding-bottom: 7px; }
    .kitchen-sink .btn-secondary:hover,
    .mce-content-body .btn-secondary:hover {
      border: none;
      background-color: transparent;
      opacity: .7; }
  .kitchen-sink h1, .kitchen-sink h2, .kitchen-sink h3, .kitchen-sink h4, .kitchen-sink h5, .kitchen-sink h6,
  .mce-content-body h1,
  .mce-content-body h2,
  .mce-content-body h3,
  .mce-content-body h4,
  .mce-content-body h5,
  .mce-content-body h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Oswald", sans-serif; }
  .kitchen-sink h1,
  .mce-content-body h1 {
    font-size: 30px; }
  .kitchen-sink h2,
  .mce-content-body h2 {
    font-size: 20px; }
  .kitchen-sink h3,
  .mce-content-body h3 {
    font-size: 16px; }
  .kitchen-sink h4,
  .mce-content-body h4 {
    font-size: 16px;
    line-height: 1.4; }
  .kitchen-sink h5,
  .mce-content-body h5 {
    font-size: 16px;
    line-height: 1.4; }
  .kitchen-sink h6,
  .mce-content-body h6 {
    font-size: 16px;
    line-height: 1.5; }
  .kitchen-sink sup,
  .kitchen-sink sub,
  .mce-content-body sup,
  .mce-content-body sub {
    font-size: 65%;
    padding: 0 1px;
    color: #3d3c3a;
    position: relative; }
  .kitchen-sink sub,
  .mce-content-body sub {
    bottom: -0.35em; }
  .kitchen-sink sup,
  .mce-content-body sup {
    top: -0.55em; }
  .kitchen-sink blockquote,
  .kitchen-sink .blockquote,
  .mce-content-body blockquote,
  .mce-content-body .blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    border: none;
    padding: 50px;
    background-color: #eaeaea; }
    .kitchen-sink blockquote p,
    .kitchen-sink .blockquote p,
    .mce-content-body blockquote p,
    .mce-content-body .blockquote p {
      color: #3d3c3a;
      font-style: italic;
      font-size: 21px;
      line-height: 1.5; }
      .kitchen-sink blockquote p:last-child,
      .kitchen-sink .blockquote p:last-child,
      .mce-content-body blockquote p:last-child,
      .mce-content-body .blockquote p:last-child {
        margin-bottom: 0; }
  .kitchen-sink hr,
  .mce-content-body hr {
    border-color: #3d3c3a; }
  .kitchen-sink i, .kitchen-sink em,
  .mce-content-body i,
  .mce-content-body em {
    font-style: italic; }
  .kitchen-sink .fw-light,
  .mce-content-body .fw-light {
    font-weight: 300; }
  .kitchen-sink .fw-regular,
  .mce-content-body .fw-regular {
    font-weight: 400; }
  .kitchen-sink .fw-medium,
  .mce-content-body .fw-medium {
    font-weight: 500; }
  .kitchen-sink .fw-bold,
  .mce-content-body .fw-bold {
    font-weight: 700; }
  .kitchen-sink .ff-primary,
  .mce-content-body .ff-primary {
    font-family: Muli, sans-serif; }
  .kitchen-sink .ff-secondary,
  .mce-content-body .ff-secondary {
    font-family: "Oswald", sans-serif; }
  .kitchen-sink strong,
  .mce-content-body strong {
    font-weight: 700; }

#map-canvas {
  background: #a0dcf2;
  height: 400px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: 20px; }
  #map-canvas img {
    max-width: inherit; }
  #map-canvas .google-popup {
    font-size: 16px; }

body {
  background-color: #dcd4bd; }

span.pointer {
  width: 12px;
  height: 11px;
  display: inline-block;
  margin: 0 3px;
  position: relative;
  top: -1px;
  background-image: url("/wp-content/themes/plotline_creative/images/icon-pointer.png"); }

#testimonials {
  margin-bottom: 0; }

.slick-arrow {
  background-image: url("/wp-content/themes/plotline_creative/images/arrow-next.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 20px;
  height: 40px;
  display: block;
  font-size: 0;
  text-indent: -999999px;
  border: none;
  outline: none !important;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 15px;
  opacity: .6; }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      right: 7px; } }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow.slick-prev {
    background-image: url("/wp-content/themes/plotline_creative/images/arrow-prev.svg");
    right: inherit;
    left: 15px;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      .slick-arrow.slick-prev {
        left: 7px; } }

.slick-slide {
  outline: none !important; }
  .slick-slide h5 {
    text-align: right;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    font-style: italic; }
  .slick-slide h6 {
    margin-bottom: 0;
    text-align: right;
    font-size: 16px;
    font-style: italic; }
  .slick-slide .content {
    padding: 0 65px; }
    @media screen and (max-width: 767px) {
      .slick-slide .content {
        padding: 0 40px; } }

.space-video {
  background-size: cover;
  background-position: center center; }

.videoThumb {
  margin: 0 auto;
  position: relative;
  max-width: 800px;
  max-width: 60%; }
  .videoThumb img {
    width: 100% !important; }
  .videoThumb .videoThumbOverlay {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
    .videoThumb .videoThumbOverlay:hover {
      background-color: rgba(69, 172, 164, 0.5); }
    .videoThumb .videoThumbOverlay .icon {
      width: 80px;
      height: 80px;
      text-align: center;
      border: 7px solid #ffffff;
      color: #ffffff;
      display: inline-block;
      border-radius: 200px;
      -webkit-border-radius: 200px;
      position: absolute;
      left: 50%;
      margin-left: -40px;
      top: 50%;
      margin-top: -40px;
      font-size: 50px;
      line-height: 80px !important;
      opacity: .6;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .videoThumb .videoThumbOverlay .icon:hover {
        opacity: 1; }
      .videoThumb .videoThumbOverlay .icon:before {
        position: relative;
        left: 4px;
        top: 3px;
        color: #ffffff; }
    .videoThumb .videoThumbOverlay span {
      display: block;
      height: 100px;
      width: 100px;
      background: #2a693d;
      color: #ffffff;
      font-size: 70px;
      line-height: 100px;
      border-radius: 200px;
      -webkit-border-radius: 200px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -50px;
      margin-top: -50px; }
      .videoThumb .videoThumbOverlay span:hover {
        background-color: orange; }
      .videoThumb .videoThumbOverlay span i {
        position: relative;
        top: 8px;
        left: 5px; }
  .videoThumb .videoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000000; }
    .videoThumb .videoWrapper .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .videoThumb .videoWrapper .video-container iframe,
      .videoThumb .videoWrapper .video-container object,
      .videoThumb .videoWrapper .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none; }

.tab-content {
  padding-top: 40px; }

.nav-tabs {
  border-bottom: 1px solid #3d3c3a; }

#tabs .nav-tabs > li {
  margin-bottom: -1px;
  float: left; }
  #tabs .nav-tabs > li.active a {
    background-color: #3d3c3a;
    color: #dcd4bd; }
  #tabs .nav-tabs > li a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #3d3c3a;
    border-width: 1px;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: Muli, sans-serif;
    color: #3d3c3a;
    font-size: 10px;
    padding: 8px 10px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      #tabs .nav-tabs > li a {
        font-size: 16px;
        margin-right: 10px; } }
    #tabs .nav-tabs > li a:hover {
      background-color: #3d3c3a;
      color: #dcd4bd; }

.border-top {
  border-top: 1px solid #3d3c3a;
  padding-top: 30px; }

#footer {
  padding-top: 40px;
  padding-bottom: 15px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #footer {
      text-align: left; } }
  @media screen and (min-width: 768px) {
    #footer .sitemap {
      text-align: right; } }
  #footer .btn-secondary {
    background-image: none;
    padding-left: 0; }
    #footer .btn-secondary:hover {
      opacity: 1;
      color: #45aca4; }

h6.signup {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0; }
  #signup_bar h6.signup {
    color: #dcd4bd; }
  h6.signup .point {
    position: relative;
    top: -2px;
    padding-left: 5px;
    display: inline-block; }
  h6.signup .email {
    position: relative;
    top: -2px;
    padding-right: 5px; }

#signup_bar {
  padding: 15px 0;
  background-color: #2a693d;
  text-align: center; }

#signup_footer {
  margin-bottom: 30px; }
  .home #signup_footer {
    display: none; }
  #signup_footer label {
    color: #3d3c3a !important; }
  #signup_footer input {
    border: 1px solid #3d3c3a !important; }

#footer_form {
  display: none; }

.form-slide {
  text-align: left;
  padding-top: 20px;
  display: none; }
  .form-slide input, .form-slide button {
    background-color: #dcd4bd !important;
    color: #3d3c3a !important;
    border: none !important;
    height: 40px;}
    .form-slide input:focus {
      background-color: #eeeade !important; }
  .form-slide #mce-responses .response {
    clear: both;
    background-color: #fba828;
    padding: 10px 15px;
    margin-top: 20px; }
  .form-slide .checkbox {
    margin-top: 27px;
    z-index: 9; }
    .form-slide .checkbox label {
      float: left;
      font-size: 14px;
      line-height: 20px;
      color: #dcd4bd;
      letter-spacing: 0;
      cursor: pointer;
      padding-left: 25px;
      font-weight: 900; }
    .form-slide .checkbox input {
      float: left;
      background: transparent !important;
      height: 20px;
      cursor: pointer;
      position: absolute;
      left: 15px;
      top: 3px; }
  .form-slide .btn-primary {
    color: #dcd4bd;
    border-color: #dcd4bd !important;
    border-width: 2px !important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 5px 10px !important;
    width: auto !important; }
    .form-slide .btn-primary:hover {
      border-width: 2px !important;
      background-color: #dcd4bd !important;
      color: #2a693d !important; }

#footer .form-slide * {
  color: #3d3c3a !important; }

#post_footer {
  background-color: #3d3c3a;
  color: #dcd4bd;
  text-align: center;
  padding: 12px 0; }
  #post_footer p {
    margin-bottom: 0;
    color: #dcd4bd;
    font-size: 12px;
    text-transform: uppercase; }
    #post_footer p a {
      color: #dcd4bd;
      border: none; }
      #post_footer p a:hover {
        text-decoration: underline; }

#hero{
  position: relative;
}

  #hero img {
    width: 100%;
  }

  #hero .cta{
    position: absolute;
    top: 30px;
    width: 100%;
  }

  #hero .cta-inner{
    background: rgba(220, 212, 189, .8);
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
  }

    #hero .cta-inner h2{
      font-size: 24px;
      line-height: 30px;
      font-weight: normal;
      margin: 0 0 5px;
      padding: 0;
      text-transform: uppercase;
    }

    #hero .cta-inner h2.bold{
      font-weight: bold;
    }

    #hero .cta-inner p{
      margin: 5px 0 0;
    }

    #hero .cta-inner .btn{
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    #hero .cta-inner .btn.play:after{
      content: url('../images/icon-play.png');
      height: 15px;
      width: 15px;
      margin-left: 5px;

      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    #hero .cta-inner .btn.play:hover:after{
      content: url('../images/icon-play-hover.png');
    }

@media( min-width: 768px ){
  #hero .cta{
    top: 55px;
  }

    #hero .cta-inner{
      margin-left: 0;
      margin-right: 0;
    }
}

.fancybox-opened{
  z-index: 100
}

.three {
  text-align: center;
  padding: 0;
  background-position: center top;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  float: left;
  overflow: hidden; }
  .three:hover .inner {
    top: 0;
    visibility: visible; }
  .three:hover .title {
    bottom: -100%;
    opacity: 0; }
  .three .title {
    width: 100%;
    background-color: rgba(220, 212, 189, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .three .title {
        display: none; } }
  .three h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 14px 0 10px;
    text-transform: uppercase; }
    .three h2 img {
      padding-right: 15px;
      position: relative;
      top: -2px; }
  .three .inner {
    background-color: rgba(220, 212, 189, 0.8);
    width: 100%;
    padding: 30px;
    height: 100%;
    position: relative;
    top: 100%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .three .inner {
        top: 0; } }
    .three .inner h3 {
      color: #29757d;
      text-transform: uppercase;
      font-size: 22px;
      margin-top: 10px;
      margin-bottom: 5px; }

#thirds {
  margin-bottom: 50px;
  overflow: hidden; }

.divider {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #3d3c3a;
  overflow: visible; }
  .divider h2 {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 20px;
    background-color: #dcd4bd; }
    @media screen and (min-width: 768px) {
      .divider h2 {
        font-size: 24px;
        top: -16px; } }

.home .featured {
  text-align: center; }
.featured img {
  margin-bottom: 20px; }
.featured h5 {
  text-transform: uppercase !important;
  font-size: 20px; }
  .featured h5 a {
    color: #2a693d !important; }
    .featured h5 a:hover {
      color: #45aca4 !important; }

.page-title {
  padding: 20px 0; }
  .page-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0; }

hr.temp {
  border-color: transparent; }

.clients,
.press-logos {
  margin-top: 20px;
  float: left;
  width: 100%; }
  .clients li,
  .press-logos li {
    text-align: center;
    width: 33.33%;
    float: left;
    display: table;
    table-layout: fixed;
    margin-bottom: 20px; }
    @media screen and (min-width: 450px) {
      .clients li,
      .press-logos li {
        width: 25%; } }
    @media screen and (min-width: 768px) {
      .clients li,
      .press-logos li {
        width: 12.5%; } }
    .clients li .inner,
    .press-logos li .inner {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px; }

.press-logos li {
  width: 50%; }
  @media screen and (min-width: 450px) {
    .press-logos li {
      width: 33.33%; } }
  @media screen and (min-width: 768px) {
    .press-logos li {
      width: 16.66%; } }

table {
  background-color: #b4ae9c;
  width: 100%; }
  table tr:nth-child(even) {
    background-color: #ccc5b0; }
  table td {
    padding: 15px; }
  table td.date {
    font-weight: 600;
    font-family: "Oswald", sans-serif; }

#search_form .input-group {
  width: 100%;
  position: relative; }
  #search_form .input-group #search.form-control {
    display: block;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 0; }
  #search_form .input-group .input-group-btn {
    position: absolute;
    right: -1px;
    z-index: 1;
    width: 40px;
    height: 40px; }
    .touch #search_form .input-group .input-group-btn {
      width: 50px; }
    #search_form .input-group .input-group-btn button {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border: none;
      font-size: 20px;
      background-color: transparent;
      color: white;
      height: 40px;
      width: 40px;
      opacity: .7;
      display: inline-block; }
      #search_form .input-group .input-group-btn button:hover {
        opacity: 1; }
      #search_form .input-group .input-group-btn button i {
        position: relative;
        top: 3px;
        left: -2px;
        color: #3d3c3a; }
#search_form .form-control {
  background-color: #dcd4bd;
  color: #3d3c3a;
  border-color: rgba(61, 60, 58, 0.4); }
  #search_form .form-control:focus {
    border-color: #3d3c3a; }

::-webkit-input-placeholder {
  color: #9C9888; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9C9888; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9888; }

:-ms-input-placeholder {
  color: #9C9888; }

#search_results hr:last-child,
#tabs hr:last-child {
  border: none; }

#search_bar {
  float: left; }
  @media screen and (max-width: 767px) {
    #search_bar {
      width: 100%; } }

.kitchen-sink .coverage {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 600; }
  .kitchen-sink .coverage a {
    color: #2a693d; }
    .kitchen-sink .coverage a:hover {
      color: #45aca4; }

.read-more {
  display: inline-block;
  color: #2a693d;
  font-weight: 600;
  margin-bottom: 30px; }
  .read-more:hover {
    color: #45aca4; }

.excerpt p:last-child {
  margin-bottom: 10px; }

#feed .featured:nth-child(odd) {
  clear: left; }

.date-wrap {
  position: relative;
  display: inline-block; }

.date-absolute {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #dcd4bd;
  background-color: rgba(0, 0, 0, 0.7); }
  .date-absolute h2 {
    font-size: 16px;
    font-family: Muli, sans-serif;
    margin: 0; }

.dropdown {
  width: 320px;
  max-width: 100%;
  z-index: 999;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  position: relative;
  margin: 0 10px 20px; }
  .dropdown span {
    display: block;
    border: 1px solid #3d3c3a;
    padding: 5px 10px; }
    .dropdown span img {
      margin-left: 5px;
      position: relative;
      top: -2px; }
  .dropdown ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #dcd4bd;
    display: none; }
    .dropdown ul li {
      float: left;
      width: 100%;
      margin: 0; }
    .dropdown ul a {
      color: #3d3c3a;
      font-size: 14px;
      padding: 5px 10px;
      display: block;
      border: 1px solid #3d3c3a;
      border-top: none; }
      .dropdown ul a:hover {
        background-color: #3d3c3a;
        color: #dcd4bd; }
  .dropdown:hover ul {
    display: block; }

#selections {
  overflow: visible;
  margin-bottom: 40px;
  display: none; }
  @media screen and (min-width: 768px) {
    #selections {
      display: block; } }

#selections2 {
  display: block; }
  @media screen and (min-width: 768px) {
    #selections2 {
      display: none; } }
  #selections2 .dropdown {
    margin-bottom: 40px; }
    #selections2 .dropdown ul {
      position: inherit;
      top: inherit;
      left: inherit;
      display: block; }

#book_icons {
  text-align: center;
  margin-bottom: 60px; }
  #book_icons a {
    display: inline-block; }

.accordion-inner hr:last-child {
  display: none; }

#books h2 {
  font-size: 26px;
  text-transform: uppercase; }
#books img {
  width: 300px; }

.retail-link {
  width: 20%; }

#phone {
  color: #3d3c3a;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    #phone {
      display: none; } }
  #phone .inner {
    position: relative; }
    #phone .inner:hover .overflow {
      right: 100%; }
    #phone .inner:hover .content {
      left: 0; }
  #phone .overflow {
    text-align: center;
    width: 80px;
    padding: 10px;
    float: left;
    background-color: #fba828;
    border-radius: 5px 0 0 5px;
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 162px;//112px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    #phone .overflow img {
      margin-bottom: 5px; }
    #phone .overflow p {
      margin-bottom: 0;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 12px;
      font-family: "Oswald", sans-serif; }
  #phone .content {
    background-color: #fba828;
    float: left;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 20px;
    position: relative;
    left: 100%;
    height: 162px;//112px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #phone .content h5 {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 0;
      font-family: Muli, sans-serif; }
    #phone .content h6 {
      font-size: 14px;
      margin-bottom: 0;
      padding-bottom: 10px;
      font-weight: 900;
      font-family: Muli, sans-serif; }
      #phone .content h6 a {
        color: #3d3c3a; }

.phone {
  background-color: #fba828;
  text-align: center; }
  .phone li {
    padding: 10px 0;
    border-bottom: 1px solid #3d3c3a; }
  .phone h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    font-family: Muli, sans-serif;
    margin-bottom: 5px; }
  .phone h6 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 900;
    font-family: Muli, sans-serif; }
    .phone h6 a {
      color: #3d3c3a; }
  @media screen and (min-width: 768px) {
    .phone {
      display: none; } }

/*# sourceMappingURL=main.css.map */

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

/*
 *  Constant Contact Signup Form (9/30/16)
 */

.ctct-embed-signup #success_message {
  color: #dcd4bd;
}

.ctct-embed-signup .input-group{
  //width: 33.333%;
  //float: left;
  //padding: 0 15px;
  margin-bottom: 20px;
}

  .ctct-embed-signup .input-group input{
    display: block;
    float: none;
  }

.ctct-embed-signup .button-wrapper{
  clear: both;
  //padding-top: 20px;
  text-align: center;
}

  .ctct-embed-signup .button-wrapper button{
    display: inline-block;
    margin-top: 0;
  }

/*
 *  fix gravity form sublabels (12/20/16)
 */

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
  white-space: normal;
}


#swipebox-container,
#swipebox-overlay {
       background:	#0d0d0d;
       display: none !important;
}
