@charset "UTF-8";
/* 
p {
  @include font-size(14px)
}
 */
/* 
.sidebar {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}
*/
/* 
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/* 
a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}
*/
/* 
.faded-text {
  @include opacity(0.8);
} 
*/
/* 
.container-with-floated-children {
  @extend %clearfix;
}
 */
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/* 
body {
background: pink;
@include breakpoint(large) { background: red; }
@include breakpoint(medium) { background: cyan; }
@include breakpoint(small) { background: green; }
@include breakpoint(ΓÇ£max-width: 480pxΓÇ¥) { background: yellow; }
} 
*/
/* 
.example{
background-color: red;

@include max(600){
background-color: blue;
}

@include min(601){
background-color: yellow;
}

//With both min & max
@include min(800, 900){
background-color: green;
} */
/* Reset ======================================================================================= */
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,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
  border: 0pt none;
  margin: 0pt;
  padding: 0pt;
  vertical-align: baseline; }

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

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

/* Helpers ======================================================================================= */
.lclear {
  padding: 0px !important;
  border: 0px !important;
  clear: both;
  margin-top: 50px !important;
  margin-bottom: 36px; }

.lbreak {
  padding: 0px !important;
  border: 0px !important;
  clear: both; }

.lclear2 {
  height: 1px;
  width: 100%;
  clear: both; }

.break, .lclear, .lbreak {
  height: 1px;
  display: block;
  width: 100%; }

.hidden {
  display: none; }

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

* html .clearfix {
  height: 1%; }

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

.cbox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

::-moz-selection {
  background: #00aeef;
  color: white; }

::selection {
  background: #00aeef;
  color: white; }

::-moz-selection {
  background: #00aeef;
  color: white; }

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg-contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* Video ======================================================================================= */
.vid-wrap {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }

.vid-wrap iframe,
.vid-wrap object,
.vid-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Layout ======================================================================================= */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.cursor-pointer {
  cursor: pointer; }

.blocki {
  display: block !important; }

.iblocki {
  display: inline-block !important; }

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

.block {
  display: block; }

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

.clear {
  clear: both; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.right {
  float: right; }

.left {
  float: left; }

.no-margin {
  margin: 0px !important; }

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

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt75 {
  margin-top: 75px; }

.mt100 {
  margin-top: 100px; }

.mt150 {
  margin-top: 150px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb75 {
  margin-bottom: 75px; }

.mb100 {
  margin-bottom: 100px; }

.mb100 {
  margin-bottom: 150px; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr50 {
  margin-right: 50px; }

.mr75 {
  margin-right: 75px; }

.mr100 {
  margin-right: 100px; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml50 {
  margin-left: 50px; }

.ml75 {
  margin-left: 75px; }

.ml100 {
  margin-left: 100px; }

.pad0 {
  padding: 0px !important; }

.pad5 {
  padding: 5px; }

.pad10 {
  padding: 10px; }

.pad15 {
  padding: 15px; }

.pad20 {
  padding: 20px; }

.pad25 {
  padding: 25px; }

.pad30 {
  padding: 30px; }

.pad40 {
  padding: 40px; }

.pad50 {
  padding: 50px; }

.padt0 {
  padding-top: 0px !important; }

.padt5 {
  padding-top: 5px; }

.padt10 {
  padding-top: 10px; }

.padt15 {
  padding-top: 15px; }

.padt20 {
  padding-top: 20px; }

.padt25 {
  padding-top: 25px; }

.padt30 {
  padding-top: 30px; }

.padt50 {
  padding-top: 50px; }

.padb0 {
  padding-bottom: 0px !important; }

.padb5 {
  padding-bottom: 5px; }

.padb10 {
  padding-bottom: 10px; }

.padb15 {
  padding-bottom: 15px; }

.padb20 {
  padding-bottom: 20px; }

.padb25 {
  padding-bottom: 25px; }

.padb30 {
  padding-bottom: 30px; }

.padb35 {
  padding-bottom: 35px; }

.padb40 {
  padding-bottom: 40px; }

.padb45 {
  padding-bottom: 45px; }

.padb50 {
  padding-bottom: 50px; }

.padr0 {
  padding-right: 0px !important; }

.padr5 {
  padding-right: 5px; }

.padr10 {
  padding-right: 10px; }

.padr15 {
  padding-right: 15px; }

.padr20 {
  padding-right: 20px; }

.padr25 {
  padding-right: 25px; }

.padr30 {
  padding-right: 30px; }

.padr50 {
  padding-right: 50px; }

.padl0 {
  padding-left: 0px !important; }

.padl5 {
  padding-left: 5px; }

.padl10 {
  padding-left: 10px; }

.padl15 {
  padding-left: 15px; }

.padl20 {
  padding-left: 20px; }

.padl25 {
  padding-left: 25px; }

.padl30 {
  padding-left: 30px; }

.padl35 {
  padding-left: 35px; }

.padl40 {
  padding-left: 40px; }

.padl45 {
  padding-left: 45px; }

.padl50 {
  padding-left: 50px; }

.padt50rs25 {
  padding-top: 50px; }

.padb50rs25 {
  padding-bottom: 50px; }

.padr50rs25 {
  padding-right: 50px; }

.padl50rs25 {
  padding-left: 50px; }

.pad50rs0, .pad50rs25 {
  padding: 50px; }

.pad25rs0 {
  padding: 25px; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w28 {
  width: 28%; }

.w30 {
  width: 30%; }

.w32 {
  width: 32%; }

.w33 {
  width: 33.3333%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w48 {
  width: 48%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w880 {
  width: 880px;
  max-width: 100%;
  margin: auto;
  position: relative; }

.w960 {
  width: 960px;
  max-width: 100%;
  margin: auto;
  position: relative; }

.w980 {
  width: 980px;
  max-width: 100%;
  margin: auto;
  position: relative; }

.w1100p {
  width: 1100px;
  margin: auto;
  max-width: 100%; }

/* Responsive Footer  ======================================================================================= */
@media only screen and (min-width: 1025px) {
  #wrapper-all {
    margin: 0 auto -5em;
    min-height: 100%;
    position: relative; }

  #wrapper-content {
    padding-bottom: 5em;
    z-index: 5; }

  #footer {
    height: 5em; } }
@media only screen and (max-width: 1024px) {
  #wrapper-all {
    margin: 0 auto auto; }

  #wrapper-content {
    padding-bottom: inherit;
    z-index: 5; } }
/* Responsive Layouts  ======================================================================================= */
@media only screen and (min-width: 1025px) {
  .desk-hide {
    display: none !important;
    visibility: hidden !important; } }
@media only screen and (max-width: 1024px) {
  .mobile-hide {
    display: none !important;
    visibility: hidden !important; }

  .mid-hide {
    display: none; }

  .rs100 {
    width: 100% !important;
    clear: both !important;
    float: none !important; }

  .rs50 {
    width: 50%; }

  .rsclear {
    float: none;
    clear: both; }

  .rsm0 {
    margin: 0px !important; }

  .mt150 {
    margin-top: 0px; }

  .padt50rs25 {
    padding-top: 25px; }

  .padb50rs25 {
    padding-bottom: 25px; }

  .padl50rs25 {
    padding-left: 25px; }

  .padr50rs25 {
    padding-right: 25px; }

  .pad50rs25 {
    padding: 25px; }

  .pad25rs0, .pad25rs0 {
    padding: 0px; }

  .padh30rs {
    padding-right: 30px;
    padding-left: 30px; }

  .padh25rs {
    padding-right: 25px;
    padding-left: 25px; }

  .padh20rs {
    padding-right: 20px;
    padding-left: 20px; }

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

  .sm-mt20 {
    margin-top: 20px; }

  .mb0rs {
    margin-bottom: 0px !important; }

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

  .nobgr {
    background: none !important; }

  .main img {
    max-width: 100%;
    height: auto; }

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

  .mt5rs {
    margin-top: 5px; }

  .mt10rs {
    margin-top: 10px; }

  .mt15rs {
    margin-top: 15px; }

  .mt20rs {
    margin-top: 20px; }

  .mt25rs {
    margin-top: 25px; }

  .mt30rs {
    margin-top: 30px; }

  .mt40rs {
    margin-top: 40px; }

  .mt50rs {
    margin-top: 50px; }

  .mt75rs {
    margin-top: 75px; }

  .mt100rs {
    margin-top: 100px; }

  .mt150rs {
    margin-top: 150px; }

  .mb0rs {
    margin-bottom: 0px !important; }

  .mb5rs {
    margin-bottom: 5px; }

  .mb10rs {
    margin-bottom: 10px; }

  .mb15rs {
    margin-bottom: 15px; }

  .mb20rs {
    margin-bottom: 20px; }

  .mb25rs {
    margin-bottom: 25px; }

  .mb30rs {
    margin-bottom: 30px; }

  .mb40rs {
    margin-bottom: 40px; }

  .mb50rs {
    margin-bottom: 50px; }

  .mb75rs {
    margin-bottom: 75px; }

  .mb100rs {
    margin-bottom: 100px; }

  .mb100rs {
    margin-bottom: 150px; }

  .mr0rs {
    margin-right: 0px !important; }

  .mr5rs {
    margin-right: 5px; }

  .mr10rs {
    margin-right: 10px; }

  .mr15rs {
    margin-right: 15px; }

  .mr20rs {
    margin-right: 20px; }

  .mr25rs {
    margin-right: 25px; }

  .mr50rs {
    margin-right: 50px; }

  .mr75rs {
    margin-right: 75px; }

  .mr100rs {
    margin-right: 100px; }

  .ml0rs {
    margin-left: 0px !important; }

  .ml5rs {
    margin-left: 5px; }

  .ml10rs {
    margin-left: 10px; }

  .ml15rs {
    margin-left: 15px; }

  .ml20rs {
    margin-left: 20px; }

  .ml25rs {
    margin-left: 25px; }

  .ml50rs {
    margin-left: 50px; }

  .ml75rs {
    margin-left: 75px; }

  .ml100rs {
    margin-left: 100px; }

  .pad0rs {
    padding: 0px !important; }

  .pad5rs {
    padding: 5px; }

  .pad10rs {
    padding: 10px; }

  .pad15rs {
    padding: 15px; }

  .pad20rs {
    padding: 20px; }

  .pad25rs {
    padding: 25px; }

  .pad30rs {
    padding: 30px; }

  .pad40rs {
    padding: 40px; }

  .pad50rs {
    padding: 50px; }

  .padt0rs {
    padding-top: 0px !important; }

  .padt5rs {
    padding-top: 5px; }

  .padt10rs {
    padding-top: 10px; }

  .padt15rs {
    padding-top: 15px; }

  .padt20rs {
    padding-top: 20px; }

  .padt25rs {
    padding-top: 25px; }

  .padt50rs {
    padding-top: 50px; }

  .padb0rs {
    padding-bottom: 0px !important; }

  .padb5rs {
    padding-bottom: 5px; }

  .padb10rs {
    padding-bottom: 10px; }

  .padb15rs {
    padding-bottom: 15px; }

  .padb20rs {
    padding-bottom: 20px; }

  .padb25rs {
    padding-bottom: 25px; }

  .padb50rs {
    padding-bottom: 50px; }

  .padr0rs {
    padding-right: 0px !important; }

  .padr5rs {
    padding-right: 5px; }

  .padr10rs {
    padding-right: 10px; }

  .padr15rs {
    padding-right: 15px; }

  .padr20rs {
    padding-right: 20px; }

  .padr25rs {
    padding-right: 25px; }

  .padr50rs {
    padding-right: 50px; }

  .padl0rs {
    padding-left: 0px !important; }

  .padl5rs {
    padding-left: 5px; }

  .padl10rs {
    padding-left: 10px; }

  .padl15rs {
    padding-left: 15px; }

  .padl20rs {
    padding-left: 20px; }

  .padl25rs {
    padding-left: 25px; }

  .padl50rs {
    padding-left: 50px; } }
@media only screen and (max-width: 520px) {
  .rs100-mid {
    width: 100% !important;
    clear: both !important;
    float: none !important; }

  .padt0rs-mid {
    padding-top: 0px; } }
@media only screen and (max-width: 400px) {
  .rs100-small {
    width: 100% !important;
    clear: both !important;
    float: none !important; }

  .small-hide {
    display: none; }

  .mid-hide {
    display: block; } }
/*
#trans {opacity:0; filter:alpha(opacity=0);} 
#trans {opacity:.5; filter:alpha(opacity=50);} 
#trans {opacity:1 !important; filter:alpha(opacity=100) !important;} 
*/
/* Admin  ======================================================================================= */
html.admin-bar {
  margin-top: 0px !important; }

html.admin-bar #header {
  padding-top: 32px; }

body.admin-bar #mnav {
  top: 32px; }

@media screen and (max-width: 782px) {
  html.admin-bar #header {
    padding-top: 46px !important; }

  body.admin-bar #mnav {
    top: 42px; } }
/* Form Styles ======================================================================================= */
#rating-error {
  display: block !important;
  visibility: visible !important;
  color: red; }

input#rating {
  position: relative;
  opacity: 0;
  border: 0px;
  padding: 0px;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* .styled { 
  padding: 25px 0px 25px 25px; 
  border: 1px solid #eee;
} */
.styled li {
  display: block;
  margin-bottom: 12px; }

.styled li label {
  font-weight: bold;
  margin-bottom: 4px;
  display: block; }

.styled input:not([disabled]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
form#loginform input, .styled textarea, .styled select {
  width: 100%;
  margin-bottom: 12px;
  padding: 8px 12px;
  height: 40px;
  font-size: 14px;
  max-width: 100%;
  outline: none;
  outline-style: none;
  line-height: 150%;
  color: #444;
  font-family: 'Lato';
  border: 0px;
  border: 1px solid #ccc;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #f6f6f6 99%);
  background: -moz-linear-gradient(bottom, #ffffff 0%, #f6f6f6 99%);
  background: -o-linear-gradient(bottom, #ffffff 0%, #f6f6f6 99%);
  background: linear-gradient(to top, #ffffff 0%, #f6f6f6 99%); }

.styled select {
  line-height: 200%;
  padding: 2px 4px; }

form#loginform input[type="submit"],
form#loginform input[type="checkbox"],
form#loginform input[type="radio"] {
  width: auto; }

.styled textarea {
  height: 100px; }

.styled input:hover, .styled textarea:hover {
  background: #effaff;
  border-color: #00aeef;
  color: #333; }

.styled input:active, .start input:focus, .styled textarea:focus {
  background: #fff;
  border-color: #92c945 !important;
  color: #000; }

.tml-rememberme-wrap, .tml-submit-wrap {
  display: block !important;
  text-align: left !important; }

.styled label.error {
  display: none !important;
  visibility: hidden !important; }

.styled input.error, .styled select.error {
  border-color: red !important;
  background: rgba(255, 0, 0, 0.2);
  color: #fff; }

.styled select.error {
  background: none;
  color: #000; }

/* Contact  ======================================================================================= */
.content-main div.wpcf7 {
  margin-bottom: 36px !important;
  padding: 25px;
  padding-bottom: 15px;
  border: 1px solid #eee; }

ol.gtform {
  margin-bottom: 0px !important;
  padding: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

ol.gtform li {
  margin-bottom: 18px !important;
  list-style: none !important;
  padding-left: 0px !important;
  position: relative; }

ol.gtform li.mb0 {
  margin-bottom: 0px !important; }

ol.gtform input {
  margin-bottom: 0px; }

ol.gtform input.wpcf7-text, .gtform .wpcf7-select, .gtform .wpcf7-textarea, .wpcf7-quiz {
  font-size: 14px;
  border: 1px solid #e2e2e2;
  display: block;
  width: 100%;
  color: #997f5b;
  background: #fff;
  font-family: 'Lato', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; }

ol.gtform input.wpcf7-text, .wpcf7-quiz {
  padding: 8px 10px; }

ol.gtform .wpcf7-select {
  padding: 8px 10px;
  line-height: 30px; }

ol.gtform .wpcf7-textarea {
  padding: 8px 10px;
  height: 80px; }

ol.gtform .msg {
  clear: both; }

.gtform input.wpcf7-quiz:hover, .gtform input.wpcf7-quiz:focus, .gtform input.wpcf7-quiz:active,
.gtform input.wpcf7-text:hover, .gtform .wpcf7-select:hover, .gtform .wpcf7-textarea:hover,
.gtform input.wpcf7-text:active, .gtform .wpcf7-select:active, .gtform .wpcf7-textarea:active {
  background: #effaff;
  border-color: #00aeef;
  color: #333; }

.gtform input.wpcf7-text:focus, .gtform .wpcf7-select:focus, .gtform .wpcf7-textarea:focus {
  background: #fff;
  border-color: #92c945 !important;
  color: #000; }

li.submit {
  position: relative; }

li.submit button {
  cursor: pointer;
  color: #fff;
  border: 0px;
  padding: 14px; }

span.wpcf7-form-control-wrap {
  display: block !important; }

.quiz {
  position: relative; }

.quiz .wpcf7-quiz-label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 12px; }

.wpcf7-quiz {
  padding-left: 60px; }

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 11px; }

.wpcf7 .wpcf7-response-output {
  padding: 8px !important;
  font-size: 10px !important;
  margin: 0px 0px !important;
  padding-left: 30px !important;
  clear: both; }

.wpcf7 .wpcf7-validation-errors {
  border-color: #f00 !important;
  color: #7d7d7d !important;
  background: url(../img/plugins/alert.png) 7px center no-repeat; }

.wpcf7 .wpcf7-mail-sent-ok {
  color: #888 !important;
  background: url(../img/plugins/success.png) 7px center no-repeat;
  border-color: #f00 !important; }

/* Login  ======================================================================================= */
div.login input[type="text"], .login input[type="password"] {
  border: 1px solid #ccc;
  width: auto; }

div.login input {
  padding: 7px 12px !important;
  width: auto !important; }

div.login input[type="checkbox"] {
  margin: 0px;
  display: inline-block; }

.login input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: 'lato'; }

.gg23423 {
  cursor: pointer;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  border: 0px;
  padding: 15px; }

.tml-action-links li {
  list-style: none !important; }

.tml-action-links li a {
  color: #000; }

.tml-action-links li a:hover {
  text-decoration: underline; }

.forgetmenot label {
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  top: -2px; }

#theme-my-login .message {
  color: #333 !important; }

#theme-my-login a {
  color: #000;
  font-size: 11px;
  text-transform: uppercase; }

#theme-my-login a:hover {
  color: #333; }

#theme-my-login li {
  list-style: none;
  background: none !important;
  padding-left: 0px !important; }

/* Normalize ======================================================================================= */
body {
  background: #fff;
  font-size: 75%; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
  line-height: 125%; }

h1 {
  font-size: 24px;
  margin: 0 0 .5em; }

h2 {
  font-size: 18px;
  margin: 0 0 .5em; }

h3 {
  font-size: 18px;
  margin: 0 0 .5em; }

h4 {
  font-size: 18px;
  margin: 0 0 .5em; }

h5 {
  font-size: 18px;
  margin: 0 0 .5em; }

h6 {
  font-size: 18px;
  margin: 0 0 .5em; }

strong {
  font-weight: bold; }

img {
  border: 0px; }

p, .main ol li, .main ul li {
  font-size: 1.25em;
  line-height: 1.75em; }

.main ol li p, .main ul li p, .main ol li li, .main ul li li {
  font-size: 1em; }

p {
  margin-bottom: 2em; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #000; }

blockquote p {
  margin-bottom: 10px; }

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

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

body img {
  max-width: 100%;
  height: auto; }

.main p a {
  text-decoration: underline; }

.small-text {
  font-size: .9em; }

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

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

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

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

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

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

.text-uppercase {
  text-transform: uppercase !important; }

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

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

.italic {
  font-style: italic; }

.thin {
  font-weight: 100; }

/* Lists ======================================================================================= */
.main ul, .main ol {
  margin-bottom: 2em; }

.content-main ul li {
  list-style: square;
  list-style-position: inside;
  font-size: 1.25em;
  line-height: 1.75em; }

ol li {
  list-style: decimal;
  list-style-position: inside; }

.clean li {
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block; }

.big li {
  margin-bottom: 2em; }

@media only screen and (max-width: 1024px) {
  #footer nav ul {
    text-align: center; }

  h1 {
    font-size: 24px; }

  h2 {
    font-size: 18px; }

  h3 {
    font-size: 16px; }

  h4 {
    font-size: 14px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 14px; }

  .tcrs {
    text-align: center; } }
/* Responsive ======================================================================================= */
@media only screen and (min-width: 1025px) {
  html body div.sr-nav {
    position: absolute !important;
    top: 50px;
    right: 0px; } }
@media only screen and (max-width: 820px) {
  #header div.logo em, #header div.logo i {
    display: none;
    visibility: hidden; }

  .map {
    height: 450px;
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .rs100sm {
    width: 100%;
    clear: both; }

  .rebuttal {
    margin-left: 30px; }

  ul .quote {
    -moz-background-size: 20px auto;
      -o-background-size: 20px auto;
         background-size: 20px auto;
    padding-left: 30px;
    font-size: 15px !important; } }
@media only screen and (max-width: 450px) {
  .text-rating {
    display: block;
    padding: 28px 0 0;
    margin-bottom: 0px;
    clear: both;
    display: none; }

  .map {
    height: 350px;
    width: 100%; } }
/* Mobile Nav  ======================================================================================= */
#mnav {
  position: absolute;
  visibility: visible;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  height: auto;
  padding-bottom: 50px;
  margin-top: 90px;
  overflow-y: auto; }

#mnav ul#mnav-main {
  padding-bottom: 25px; }

#mnav ul#mnav-main li.phone a {
  padding: 12px 0px 12px 25px !important; }

#mnav li ul {
  display: none; }

#mnav li i {
  font-style: normal; }

#mnav li a {
  color: #4d555a;
  padding: 12px 0px 12px 25px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0px; }

#mnav li strong {
  font-weight: normal; }

#mnav li a:hover {
  color: #333; }

#mnav li a.active {
  color: #000; }

#mnav li ul li a {
  font-size: 13px;
  color: #4d555a;
  padding: 7px 40px; }

#mnav li ul {
  padding-bottom: 25px; }

#mnav .phone2 {
  display: none; }

#mnav li a:hover, #mnav li.current-page-ancestor > a, #mnav li.current_page_parent > a, #mnav li.current-menu-item > a,
#mnav li:hover > a, #mnav li.current_page_parent > a, #mnav li.current-menu-item > a {
  color: #000; }

#mnav-overlay {
  position: fixed;
  visibility: visible;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0.97; }

/* Mobile Toggle ======================================================================================= */
#oc span {
  background: #333; }

#oc {
  width: 30px;
  padding: 0px;
  float: right;
  top: 30px;
  display: none;
  height: 28px;
  position: relative;
  cursor: pointer; }

#oc span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  -moz-border-radius: 9px;
       border-radius: 9px;
  left: 0px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#oc span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center; }

#oc span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center; }

#oc span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center; }

.oc-open #oc span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -3px;
  left: 4px; }

.oc-open #oc span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.oc-open #oc span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 18px;
  left: 4px; }

/* Normalize ======================================================================================= */
body {
  font-family: "Raleway"; }

.section {
  position: relative;
  clear: both; }

.section .inner {
  position: relative;
  width: 980px;
  margin: auto;
  max-width: 100%;
  padding: 0px 25px; }

.intro {
  background-image: url("../img/bg-intro.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 80px 0px; }
  @media only screen and (max-width: 775px) {
    .intro {
      padding: 50px 0px; } }
  .intro h1 {
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 0; }
    @media only screen and (max-width: 775px) {
      .intro h1 {
        font-size: 32px;
        margin-bottom: 12px; } }
  .intro h2 {
    color: #90cdc2;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 80px; }
    @media only screen and (max-width: 775px) {
      .intro h2 {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 40px; } }
  .intro .spacers {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .intro .spacers .spacer {
      margin: 0px 5px;
      color: #90cdc2; }
    @media only screen and (max-width: 775px) {
      .intro .spacers {
        font-size: 15px; } }
  .intro .text1 {
    font-size: 18px;
    width: 550px;
    display: block;
    margin: 0px auto 50px;
    text-align: center;
    max-width: 100%; }
    @media only screen and (max-width: 775px) {
      .intro .text1 {
        font-size: 15px; } }
  .intro .text2 {
    margin-bottom: 12px;
    color: #90cdc2; }
    .intro .text2 strong {
      display: block;
      color: #fff; }

.action {
  background: #90cdc2;
  overflow: hidden;
  padding: 50px 0px; }
  .action h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px; }
    @media only screen and (max-width: 775px) {
      .action h1 {
        font-size: 32px;
        margin-bottom: 12px; } }
  .action .spacers {
    color: #604b3b;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px; }
    @media only screen and (max-width: 775px) {
      .action .spacers {
        font-size: 15px; } }
    .action .spacers .spacer {
      margin: 0px 5px;
      color: #9be7d9; }
  .action h2.ital {
    font-family: "Playfair Display";
    font-style: italic;
    color: #fff;
    margin-bottom: 50px; }
  .action .text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }
  .action .text ul {
    margin-bottom: 50px; }
  .action .text li {
    list-style: disc;
    margin-left: 22px;
    color: #fff;
    font-size: 15px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 12px; }
    .action .text li span {
      color: #604b3b; }
  .action .form h2 {
    color: #604b3b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px; }
  .action .form .notice {
    color: #fff;
    text-shadow: 0px 0px 4px #999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .action .form label.error {
    display: none !important; }
  .action .form input.error {
    border: 1px solid #c00 !important;
    background: #eff; }
  .action .form .field {
    display: block;
    clear: both;
    margin-bottom: 16px; }
    .action .form .field label {
      display: block;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 4px;
      text-shadow: 0px 0px 12px #999; }
    .action .form .field input {
      width: 100%;
      font-family: "Raleway";
      font-weight: bold;
      color: #604b3b;
      font-size: 15px;
      padding: 10px;
      -moz-border-radius: 3px;
           border-radius: 3px;
      border: 1px solid #fff;
      -moz-box-shadow: 0px 0px 12px #999;
           box-shadow: 0px 0px 12px #999;
      -webkit-transition: background .3s ease-out, border .3s ease-out;
      -o-transition: background .3s ease-out, border .3s ease-out;
      -moz-transition: background .3s ease-out, border .3s ease-out;
      transition: background .3s ease-out, border .3s ease-out; }
  .action .form button {
    background: #604b3b;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    cursor: pointer;
    -moz-border-radius: 20px;
         border-radius: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway";
    display: block;
    margin: auto; }

.info {
  background-image: url("../img/bg-info.png");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 50px 0px; }
  @media only screen and (max-width: 775px) {
    .info {
      background-attachment: scroll;
      background-position: bottom center;
      padding-bottom: 10px; } }
  .info .inner {
    padding: 0px; }
  .info h2 {
    color: #90cdc2;
    font-size: 36px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 50px;
    padding: 0px 25px; }
    @media only screen and (max-width: 775px) {
      .info h2 {
        font-size: 28px;
        line-height: 120%; } }
  .info .slideshow {
    text-align: center;
    margin-bottom: 50px; }
    .info .slideshow ul {
      display: block;
      margin: auto;
      text-align: center;
      width: 627px;
      max-width: 100%; }
    .info .slideshow li {
      text-align: center; }
  .info .logo {
    margin-bottom: 25px;
    padding: 0px 25px; }
  .info p {
    text-align: center;
    padding: 0px 25px;
    width: 760px;
    display: block;
    margin: auto;
    max-width: 100%;
    font-size: 18px;
    color: #604b3b; }
    @media only screen and (max-width: 775px) {
      .info p {
        font-size: 16px; } }

.video h2 {
  color: #90cdc2;
  font-size: 26px;
  text-align: center;
  line-height: 100%;
  margin-bottom: 50px; }
.video p {
  margin: 0px;
  display: block;
  padding-top: 25px;
  text-align: center; }

.closer {
  background: #948b81;
  padding: 80px 0px;
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 775px) {
    .closer {
      padding: 50px 0px; } }
  .closer h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media only screen and (max-width: 775px) {
      .closer h2 {
        font-size: 28px; } }
  .closer p {
    font-size: 16px;
    display: block;
    margin: auto;
    width: 620px;
    max-width: 100%;
    font-family: Helvetica, Arial, sans-serif; }
    @media only screen and (max-width: 775px) {
      .closer p {
        font-size: 15px; } }

.footer {
  background: #5f5f5f;
  text-align: center;
  padding: 30px 0px; }
  @media only screen and (max-width: 550px) {
    .footer .logo {
      display: block;
      margin-bottom: 12px; } }
  .footer a {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif; }
    .footer a span {
      border-bottom: 1px solid #90cdc2;
      -webkit-transition: border .3s ease-out;
      -o-transition: border .3s ease-out;
      -moz-transition: border .3s ease-out;
      transition: border .3s ease-out; }
    .footer a:hover span {
      border-color: #fff; }
  .footer .spacer {
    height: 70px;
    width: 1px;
    margin: 0 20px;
    background: #fff;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 550px) {
      .footer .spacer {
        display: none; } }

.absfooter {
  text-align: center;
  padding: 25px 0px;
  color: #604b3b;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase; }
  .absfooter p {
    margin: 0px; }
  .absfooter span {
    color: red;
    display: inline-block;
    margin: 0 5px; }
  .absfooter a {
    border-bottom: 1px solid #90cdc2;
    color: #604b3b;
    -webkit-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    -moz-transition: border .3s ease-out;
    transition: border .3s ease-out; }
    .absfooter a:hover {
      border-color: #604b3b; }
  @media only screen and (max-width: 775px) {
    .absfooter .links {
      display: block;
      padding: 12px 0px; }
    .absfooter .first {
      display: none; } }

.button {
  display: inline-block;
  font-size: 15px;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: #604b3b;
  -moz-border-radius: 20px;
       border-radius: 20px; }

.break1 {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(left, rgba(144, 205, 194, 0.1) 0, #90cdc2 50%, rgba(144, 205, 194, 0.1) 100%);
  background: -moz-linear-gradient(left, rgba(144, 205, 194, 0.1) 0, #90cdc2 50%, rgba(144, 205, 194, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(144, 205, 194, 0.1) 0, #90cdc2 50%, rgba(144, 205, 194, 0.1) 100%);
  background: linear-gradient(90deg, rgba(144, 205, 194, 0.1) 0, #90cdc2 50%, rgba(144, 205, 194, 0.1) 100%); }

.break2 {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(left, rgba(96, 75, 59, 0.1) 0, #604b3b 50%, rgba(96, 75, 59, 0.1) 100%);
  background: -moz-linear-gradient(left, rgba(96, 75, 59, 0.1) 0, #604b3b 50%, rgba(96, 75, 59, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(96, 75, 59, 0.1) 0, #604b3b 50%, rgba(96, 75, 59, 0.1) 100%);
  background: linear-gradient(90deg, rgba(96, 75, 59, 0.1) 0, #604b3b 50%, rgba(96, 75, 59, 0.1) 100%); }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
     -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: -moz-calc(100% - 88px);
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  -moz-transition: background .2s;
  transition: background .2s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
       transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg); }

.fancybox-button--left {
  -moz-border-radius-bottomleft: 5px;
       border-bottom-left-radius: 5px; }

.fancybox-button--right {
  -moz-border-radius-bottomright: 5px;
       border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -moz-border-radius: 100%;
       border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  -moz-animation: fancybox-rotate .8s infinite linear;
    -o-animation: fancybox-rotate .8s infinite linear;
       animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg); } }
@-o-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
         transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  -moz-border-radius: 1px;
       border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -moz-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
       box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 2px;
       border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
