@charset "UTF-8";
.row:after {
  display: block;
  clear: both;
  content: ''; }

.row + .row {
  margin-top: 3%; }

[class^="col-"] {
  float: left;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: rgba(0,0,0,0.3);*/
  min-height: 30px; }
  [class^="col-"]:last-child {
    margin-right: 0%; }

/*
.col-1  { width:5.583333333333333%; }
.col-2  { width:14.16666666666667%; }
.col-3  { width:22.75%; }
.col-4  { width:31.33333333333333%; }
.col-5  { width:39.91666666666667%; }
.col-6  { width:48.5%; }
.col-7  { width:57.08333333333333%; }
.col-8  { width:65.66666666666666%; }
.col-9  { width:74.25%; }
.col-10 { width:82.83333333333333%; }
.col-11 { width:91.41666666666666%; }
.col-12 { width:100%; }
*/
.col-1 {
  width: 5.58333%; }

.col-2 {
  width: 14.16667%; }

.col-3 {
  width: 22.75%; }

.col-4 {
  width: 31.33333%; }

.col-5 {
  width: 39.91667%; }

.col-6 {
  width: 48.5%; }

.col-7 {
  width: 57.08333%; }

.col-8 {
  width: 65.66667%; }

.col-9 {
  width: 74.25%; }

.col-10 {
  width: 82.83333%; }

.col-11 {
  width: 91.41667%; }

.col-12 {
  width: 100%; }

@keyframes preloader {
  0% {
    left: -30%; }
  100% {
    left: 100%; } }

#wpadminbar {
  background: #4A4A4A !important;
  height: 50px !important;
  margin: 0 !important; }

#wp-toolbar {
  margin: auto !important;
  width: 100% !important;
  max-width: 1167px !important; }

#wp-admin-bar-wp-logo, #wp-admin-bar-search {
  display: none !important; }

#wp-admin-bar-site-name > .ab-item, #wp-admin-bar-my-account > .ab-item {
  height: 50px !important;
  line-height: 50px !important; }

#wp-admin-bar-customize > .ab-item, #wp-admin-bar-updates > .ab-item, #wp-admin-bar-comments > .ab-item, #wp-admin-bar-new-content > .ab-item, #wp-admin-bar-edit > .ab-item {
  height: 50px !important;
  line-height: 50px !important; }
  #wp-admin-bar-customize > .ab-item:before, #wp-admin-bar-customize > .ab-item .ab-icon:before, #wp-admin-bar-updates > .ab-item:before, #wp-admin-bar-updates > .ab-item .ab-icon:before, #wp-admin-bar-comments > .ab-item:before, #wp-admin-bar-comments > .ab-item .ab-icon:before, #wp-admin-bar-new-content > .ab-item:before, #wp-admin-bar-new-content > .ab-item .ab-icon:before, #wp-admin-bar-edit > .ab-item:before, #wp-admin-bar-edit > .ab-item .ab-icon:before {
    top: 10px !important; }

#wp-admin-bar-site-name > .ab-item {
  font-size: 20px; }

#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "" !important;
  width: 37px;
  height: 37px;
  display: inline-block;
  background: no-repeat center url(../img/icon.png) !important; }

/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 50px auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.sp-slides-container {
  position: relative; }

.sp-mask {
  position: relative;
  overflow: hidden; }

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.sp-slide {
  position: absolute; }

.sp-image-container {
  overflow: hidden; }

.sp-image {
  position: relative;
  display: block;
  border: none; }

.sp-no-js {
  overflow: hidden;
  max-width: 100%; }

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr; }

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto; }

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px; }

.sp-bottom-thumbnails {
  margin-top: 4px; }

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0; }

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px; }

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px; }

.sp-thumbnails {
  position: relative; }

.sp-thumbnail {
  border: none; }

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sp-rtl .sp-thumbnail-container {
  float: right; }

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px; }

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0; }

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0; }

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px; }

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0; }

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0; }

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px; }

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px; }

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px; }

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; }

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7); }

.sp-rounded {
  border-radius: 10px; }

.sp-padding {
  padding: 10px; }

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: move;
  /*cursor: url(images/openhand.cur), move;*/ }

.sp-grabbing {
  cursor: move;
  /*cursor: url(images/closedhand.cur), move;*/ }

.sp-selectable {
  cursor: default; }

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px; }

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000; }

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sp-full-screen-button:before {
  content: '\2195'; }

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1; }

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px; }

.sp-rtl .sp-buttons {
  direction: rtl; }

.sp-full-screen .sp-buttons {
  display: none; }

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.sp-selected-button {
  background-color: #000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px; } }

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px; } }

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px; } }

/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute; }

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1; }

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px; }

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px; }

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer; }

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto; }

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto; }

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto; }

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto; }

.sp-vertical .sp-previous-arrow {
  top: 20px; }

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none; }

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute; }

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1; }

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px; }

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px; }

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer; }

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px; }

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px; }

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px; }

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px; }

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none; }

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none; }

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none; }

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px; }

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important; }

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none; }

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0; }

.slider-pro img.sp-layer {
  border: none; }

body {
  font-family: Raleway, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  /*-moz-osx-font-smoothing: grayscale;*/ }

a {
  text-decoration: none;
  outline: none;
  color: #4A4A4A; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0; }

iframe {
  width: 100%;
  height: 40vw;
  max-height: 520px; }

h2 {
  margin: 5px 0;
  font: 700 22px/24px Raleway, sans-serif;
  color: #752022; }

h3 {
  margin: 15px 0 0 0;
  font: 700 16px/24px Raleway, sans-serif;
  color: #4A4A4A; }

p {
  margin: 0;
  font: 500 16px/24px Raleway, sans-serif;
  color: #4A4A4A; }

img {
  /*margin: 15px 0;*/
  display: block;
  max-width: 100%;
  height: auto; }

hr {
  margin: 15px 0 40px 0;
  border: 1px solid #E1E0E0; }

.ninja-forms-cont label {
  display: none !important; }

input[type=text], input[type=password], input[type=number], textarea, select {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #E1E0E0;
  border-radius: 2px;
  resize: none;
  outline-color: #ABABAB;
  font: 600 14px/1 Raleway, sans-serif;
  color: #898989;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type=text].error, input[type=password].error, input[type=number].error, textarea.error, select.error {
    border-color: red;
    color: red; }
    input[type=text].error::-webkit-input-placeholder, input[type=password].error::-webkit-input-placeholder, input[type=number].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder, select.error::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: red; }
    input[type=text].error::-moz-placeholder, input[type=password].error::-moz-placeholder, input[type=number].error::-moz-placeholder, textarea.error::-moz-placeholder, select.error::-moz-placeholder {
      /* Firefox 19+ */
      color: red; }
    input[type=text].error:-ms-input-placeholder, input[type=password].error:-ms-input-placeholder, input[type=number].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder, select.error:-ms-input-placeholder {
      /* IE 10+ */
      color: red; }
    input[type=text].error:-moz-placeholder, input[type=password].error:-moz-placeholder, input[type=number].error:-moz-placeholder, textarea.error:-moz-placeholder, select.error:-moz-placeholder {
      /* Firefox 18- */
      color: red; }

input[type=submit] {
  outline: none; }

textarea {
  padding: 20px; }

input[type=submit] {
  width: 175px !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #898989; }

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

:-ms-input-placeholder {
  /* IE 10+ */
  color: #898989; }

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

.ninja-forms-cont {
  margin: 50px 0; }

.ninja-forms-required-items, .input-counter {
  display: none; }

.ninja-forms-all-fields-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .ninja-forms-all-fields-wrap .text-wrap, .ninja-forms-all-fields-wrap .list-dropdown-wrap {
    width: 48%; }
  .ninja-forms-all-fields-wrap .textarea-wrap {
    width: 100%; }
  .ninja-forms-all-fields-wrap .submit-wrap {
    width: 100%;
    text-align: right; }

.submit-ok .fa {
  color: #D59641;
  font-size: 32px; }

.searchform-box {
  position: absolute;
  /*display: none;*/
  opacity: 0;
  top: 105px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 104px);
  z-index: -99;
  -webkit-transition: all 0.2s ease-out 0s;
  -khtml-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  @media only screen and (max-width: 810px) {
    .searchform-box {
      top: 25vw; } }
  .searchform-box.visible {
    /*display: block;*/
    opacity: 1;
    z-index: 97; }
  .searchform-box .fog {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 98; }
  .searchform-box .searchform {
    position: relative;
    height: 224px;
    line-height: 224px;
    text-align: center;
    background-color: white;
    z-index: 99; }
    .searchform-box .searchform input[type=text] {
      width: 50%;
      margin: 0;
      padding: 0 0 10px 0;
      border: none;
      border-bottom: 1px solid #E1E0E0;
      outline: none; }
    .searchform-box .searchform button[type=submit] {
      margin-left: -30px;
      border: none;
      background: none;
      outline: none;
      cursor: pointer; }

.controls {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  text-align: center; }
  .controls .control {
    margin: 0 20px; }
    .controls .control.control__prev svg {
      transform: rotate(-180deg); }
  .controls .arrow-small-file .cls-1 {
    fill: #752022; }
  .controls .arrow-small-file:hover .cls-1 {
    fill: #D59641; }

.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    right: 15px;
    top: 12px;
    box-sizing: border-box;
    border: 2px solid #D59641;
    border-top: none;
    border-right: none;
    border-radius: 2px;
    transform: rotate(-45deg);
    z-index: -1; }

.page-filter {
  position: relative;
  display: block;
  margin: 0 0 120px 0; }
  .page-filter select {
    width: 100%; }
  .page-filter .title {
    font: 700 16px/36px Raleway, sans-serif;
    vertical-align: middle;
    color: #4A4A4A;
    text-transform: uppercase; }

.alignleft {
  margin: 20px 20px 20px 0;
  float: left; }

.alignright {
  margin: 20px 0 20px 20px; }

.aligncenter {
  display: block;
  margin: auto; }

.page-title {
  margin: 0;
  font: 800 58px/55px Raleway, sans-serif;
  color: #4A4A4A; }
  @media only screen and (max-width: 810px) {
    .page-title {
      font: 500 48px/1 Raleway, sans-serif;
      margin-bottom: 10%; } }

.arrow-big-file {
  width: 71px;
  height: 15px; }
  .arrow-big-file .cls-1 {
    fill: #d59641; }

.arrow-small-file {
  width: 21px;
  height: 15px; }
  .arrow-small-file .cls-1 {
    fill: #4A4A4A; }

.arrow-carroussel-file {
  width: 30px;
  height: 15px; }
  .arrow-carroussel-file .cls-1 {
    fill: #ffffff; }

.wrapper {
  max-width: 1220px;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  margin: auto;
  /*background: grey;*/ }
  @media only screen and (max-width: 810px) {
    .wrapper {
      padding: 0; } }

.normal {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1167px;
  box-sizing: border-box; }
  .normal.normal-with-margim {
    margin-bottom: 100px; }
    @media only screen and (max-width: 810px) {
      .normal.normal-with-margim {
        margin-bottom: 20vw; } }
  .normal.normal-with-margins {
    margin: 50px auto 100px auto; }

.play-button-file {
  width: 60px;
  height: 70px;
  -webkit-transition: all 0.2s ease-out 0s;
  -khtml-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .play-button-file .a {
    fill: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -khtml-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }

.block-link, .block-fog-black {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.block-fog-black {
  background-color: rgba(0, 0, 0, 0.6); }

.btn-login {
  margin: 0 10px 0 0;
  padding: 12px 30px;
  color: #ffffff;
  background-color: #D59641;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 20px;
  font-weight: bold; }
  .btn-login .fa {
    margin-right: 5px; }

.btn-std, .button-primary {
  position: relative;
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid #752022;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #752022;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -khtml-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .btn-std .fa, .button-primary .fa {
    color: #4A4A4A;
    margin-right: 5px; }
  .btn-std:hover, .button-primary:hover {
    color: #ffffff;
    background-color: #752022; }
    .btn-std:hover .fa, .button-primary:hover .fa {
      color: #ffffff; }

.btn-search {
  margin-right: 20px;
  /*color: $color-standard;*/
  color: #ffffff; }
  @media only screen and (max-width: 810px) {
    .btn-search {
      color: #4A4A4A; } }

.title-line {
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #E1E0E0; }
  @media only screen and (max-width: 810px) {
    .title-line {
      width: 90%;
      margin-left: 5%; } }
  .title-line .title-line__default {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4A4A4A; }
    .title-line .title-line__default:after {
      content: "";
      position: absolute;
      display: block;
      margin: 9px 0 0 0;
      width: 130px;
      height: 3px;
      background-color: #752022; }
    .title-line .title-line__default .title-icon {
      display: inline-block;
      margin-left: 20px; }
    .title-line .title-line__default.title-line__tv .title-icon {
      vertical-align: middle; }
      .title-line .title-line__default.title-line__tv .title-icon .play-button-file {
        width: 19px;
        height: 24px; }
        .title-line .title-line__default.title-line__tv .title-icon .play-button-file .a {
          fill: #D59641; }
    .title-line .title-line__default.title-line__tv:after {
      background-color: #D59641; }
    .title-line .title-line__default.title-line__partners:after {
      background-color: #4A4A4A; }
    .title-line .title-line__default.title-line__instagram .title-icon {
      color: #752022; }

.menu-bg {
  position: relative;
  width: 100%;
  height: 105px;
  background-color: #752022; }
  @media only screen and (max-width: 1060px) {
    .menu-bg {
      background-color: #ffffff;
      width: 100vw;
      height: 20vw;
      border-bottom: 1px solid #E1E0E0; } }

.mobile-menu-btn {
  display: none; }
  @media only screen and (max-width: 1060px) {
    .mobile-menu-btn {
      position: absolute;
      display: block;
      font-size: 10vw;
      top: 14%;
      left: 5%;
      color: #752022; } }

.mobile-menu-close-btn {
  display: none; }
  @media only screen and (max-width: 1060px) {
    .mobile-menu-close-btn {
      position: absolute;
      display: none;
      top: 0;
      left: 5%;
      font-size: 10vw;
      color: #ffffff;
      z-index: 99; }
      .mobile-menu-close-btn.active {
        display: block; } }

.header-logo {
  margin-top: 20px;
  position: absolute;
  width: 191px;
  height: 63px;
  background: no-repeat center url(../img/logo-alt.png); }
  @media only screen and (max-width: 1060px) {
    .header-logo {
      position: relative;
      display: block;
      width: 160px;
      background-image: url(../img/logo.png);
      background-size: contain;
      float: none;
      margin: 15px auto 0 auto; } }

.header-util {
  position: absolute;
  margin-top: 40px;
  top: 0;
  right: 30px; }
  @media only screen and (max-width: 1060px) {
    .header-util {
      margin-top: 5vw;
      right: 10%; }
      .header-util .btn-login {
        display: none; }
      .header-util .btn-search {
        position: absolute;
        display: block;
        font-size: 6vw; } }

.sub-menu {
  display: none; }

.menu-wrapper {
  max-width: 1220px;
  padding: 0 30px;
  box-sizing: border-box;
  /*overflow: hidden;*/ }
  @media only screen and (max-width: 1060px) {
    .menu-wrapper {
      width: 100%;
      height: 100%; } }

.header-menu-container {
  position: relative;
  margin: 0 165px 0 0;
  float: right;
  /*top: 20px;*/
  width: 65%;
  max-width: 680px;
  height: 104px;
  /*background-color: $color-standard;*/ }
  @media only screen and (max-width: 1060px) {
    .header-menu-container {
      position: fixed;
      display: none;
      margin: 0;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      z-index: 98;
      background-color: #752022; }
      .header-menu-container.active {
        display: block; } }
  .header-menu-container .header-menu {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: flex;
    /*background: grey;*/ }
    @media only screen and (max-width: 810px) {
      .header-menu-container .header-menu {
        position: absolute;
        padding: 0;
        padding-top: 20%;
        display: block; } }
    .header-menu-container .header-menu li {
      position: relative;
      display: table;
      box-sizing: border-box;
      margin: auto;
      height: 103%;
      border-bottom: 3px solid transparent; }
      @media only screen and (max-width: 810px) {
        .header-menu-container .header-menu li {
          width: 100%;
          height: 0;
          padding: 5%; }
          .header-menu-container .header-menu li:last-child a {
            display: inline-block;
            background-color: #D59641;
            color: #ffffff;
            padding: 3%;
            border-radius: 12px; } }
      .header-menu-container .header-menu li:hover, .header-menu-container .header-menu li.current_page_item, .header-menu-container .header-menu li.current-page-ancestor, .header-menu-container .header-menu li.current-menu-item {
        border-bottom: 3px solid #D59641; }
        @media only screen and (max-width: 810px) {
          .header-menu-container .header-menu li:hover, .header-menu-container .header-menu li.current_page_item, .header-menu-container .header-menu li.current-page-ancestor, .header-menu-container .header-menu li.current-menu-item {
            border: none; }
            .header-menu-container .header-menu li:hover .sub-menu, .header-menu-container .header-menu li.current_page_item .sub-menu, .header-menu-container .header-menu li.current-page-ancestor .sub-menu, .header-menu-container .header-menu li.current-menu-item .sub-menu {
              display: block;
              width: 100%; }
              .header-menu-container .header-menu li:hover .sub-menu .menu-item, .header-menu-container .header-menu li.current_page_item .sub-menu .menu-item, .header-menu-container .header-menu li.current-page-ancestor .sub-menu .menu-item, .header-menu-container .header-menu li.current-menu-item .sub-menu .menu-item {
                border-bottom: 1px solid #E1E0E0; }
                .header-menu-container .header-menu li:hover .sub-menu .menu-item a, .header-menu-container .header-menu li.current_page_item .sub-menu .menu-item a, .header-menu-container .header-menu li.current-page-ancestor .sub-menu .menu-item a, .header-menu-container .header-menu li.current-menu-item .sub-menu .menu-item a {
                  color: #E1E0E0;
                  font-size: 5vw; }
                .header-menu-container .header-menu li:hover .sub-menu .menu-item.current-menu-item a, .header-menu-container .header-menu li.current_page_item .sub-menu .menu-item.current-menu-item a, .header-menu-container .header-menu li.current-page-ancestor .sub-menu .menu-item.current-menu-item a, .header-menu-container .header-menu li.current-menu-item .sub-menu .menu-item.current-menu-item a {
                  color: #D59641; } }
        .header-menu-container .header-menu li:hover a, .header-menu-container .header-menu li.current_page_item a, .header-menu-container .header-menu li.current-page-ancestor a, .header-menu-container .header-menu li.current-menu-item a {
          color: #D59641; }
          @media only screen and (max-width: 810px) {
            .header-menu-container .header-menu li:hover a, .header-menu-container .header-menu li.current_page_item a, .header-menu-container .header-menu li.current-page-ancestor a, .header-menu-container .header-menu li.current-menu-item a {
              display: block; } }
      .header-menu-container .header-menu li a {
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media only screen and (max-width: 810px) {
          .header-menu-container .header-menu li a {
            font-size: 7vw; } }

.header-alert {
  display: none;
  margin: 20px 0 -20px 0;
  padding: 23px 0 0 20px;
  width: 100%;
  height: 65px;
  border: 1px solid #E1E0E0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.1);
  -khtml-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.1);
  background-color: #F5F5F5;
  background-image: -webkit-gradient(linear, left top, right top, from(#F5F5F5), to(#FFFFFF));
  background-image: -webkit-linear-gradient(left, #F5F5F5, #FFFFFF);
  background-image: -moz-linear-gradient(left, #F5F5F5, #FFFFFF);
  background-image: -ms-linear-gradient(left, #F5F5F5, #FFFFFF);
  background-image: -o-linear-gradient(left, #F5F5F5, #FFFFFF);
  background-image: linear-gradient(left, #F5F5F5, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F5F5F5', endColorStr='#FFFFFF', gradientType='1'); }
  .header-alert .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500; }
    .header-alert .text strong {
      margin-right: 8px;
      text-transform: uppercase;
      color: #752022; }
  .header-alert .header-alert__close {
    position: absolute;
    display: block;
    top: 26px;
    right: 30px;
    width: 10px;
    height: 10px;
    background: no-repeat center url(../img/close.png); }

@media only screen and (max-width: 810px) {
  .content-left {
    width: 100%;
    padding: 0 3%; }
    .content-left .page-nav {
      display: none; }
    .content-left .arrow-big {
      display: none; }
  .content-right {
    width: 100%;
    padding: 0 3%; }
  .not-in-mobile {
    display: none; } }

.super-banner {
  width: 100%;
  height: 46.293103448vw;
  max-height: 537px; }
  @media only screen and (max-width: 810px) {
    .super-banner.normal-with-margins {
      margin: 0 0 100px 0; } }
  @media only screen and (max-width: 810px) {
    .super-banner {
      height: 95vw; } }
  .super-banner .super-banner__item {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }
    @media only screen and (max-width: 810px) {
      .super-banner .super-banner__item {
        height: 65vw; } }
    .super-banner .super-banner__item .photo-bg {
      position: absolute;
      background: no-repeat center;
      background-size: 120% 120%;
      opacity: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.2s ease-out 0s;
      -khtml-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
      .super-banner .super-banner__item .photo-bg .photo {
        display: none; }
      @media only screen and (max-width: 810px) {
        .super-banner .super-banner__item .photo-bg {
          position: relative;
          background-size: cover; } }
    .super-banner .super-banner__item .infos {
      position: absolute;
      display: none;
      padding: 25px 35px;
      box-sizing: border-box;
      width: 50%;
      height: 205px;
      bottom: -50px;
      left: -50px;
      background-color: #752022; }
      @media only screen and (max-width: 810px) {
        .super-banner .super-banner__item .infos {
          position: relative;
          padding: 15px;
          width: 100%;
          height: 50vw;
          left: 0;
          bottom: 0; } }
      .super-banner .super-banner__item .infos .date {
        display: none;
        font: 300 46px/55px Helvetica, sans-serif;
        color: #D59641; }
        @media only screen and (max-width: 810px) {
          .super-banner .super-banner__item .infos .date {
            font-size: 6vw;
            line-height: 6vw; } }
      .super-banner .super-banner__item .infos .title a {
        display: block;
        font: 600 28px/33px Raleway, sans-serif;
        color: #ffffff; }
    .super-banner .super-banner__item.active {
      z-index: 10; }
      .super-banner .super-banner__item.active .photo-bg {
        opacity: 1;
        background-size: 100% 100%; }
        @media only screen and (max-width: 810px) {
          .super-banner .super-banner__item.active .photo-bg {
            background-size: cover; } }
      .super-banner .super-banner__item.active .infos {
        display: block; }
  .super-banner .controls {
    position: absolute;
    display: none;
    bottom: -35px;
    left: 50%;
    right: initial;
    margin-left: -150px;
    z-index: 11; }
    @media only screen and (max-width: 810px) {
      .super-banner .controls {
        left: 4%;
        margin: 0;
        bottom: initial;
        top: 107vw; } }
    .super-banner .controls .controls__next:hover .cls-1, .super-banner .controls .controls__prev:hover .cls-1 {
      fill: #D59641; }
    .super-banner .controls .controls__prev {
      margin-right: 15px; }
      .super-banner .controls .controls__prev svg {
        transform: rotate(-180deg); }
  .super-banner .pagination {
    position: absolute;
    width: 10px;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    z-index: 11; }
    @media only screen and (max-width: 810px) {
      .super-banner .pagination {
        left: initial;
        bottom: initial;
        top: 45vw;
        right: 3%; } }
    .super-banner .pagination .pagination__page {
      position: relative;
      display: block;
      margin: 6px 0;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: 2px solid white;
      border-radius: 10px;
      cursor: pointer; }
      .super-banner .pagination .pagination__page.selected {
        background: white; }

.featured {
  position: relative;
  overflow: hidden; }
  .featured .cover {
    width: 100%;
    height: 26.16121vw;
    max-height: 303.47px;
    background: no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    border: 1px solid #E1E0E0;
    -webkit-transition: all 0.2s ease-out 0s;
    -khtml-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    @media only screen and (max-width: 810px) {
      .featured .cover {
        height: 53.94265vw;
        max-height: 53.94265vw; } }
    .featured .cover .photo {
      display: none;
      /*            width: 100%;
                        height: auto;
                        visibility: hidden;*/ }
  .featured .title {
    -webkit-transition: all 0.2s ease-out 0s;
    -khtml-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    @media only screen and (max-width: 810px) {
      .featured .title {
        padding: 0 3%; } }
  @media only screen and (max-width: 810px) {
    .featured .subtitle {
      margin: 3vw 0 12vw 0;
      padding: 0 3%; } }
  .featured:hover .cover {
    background-size: 105% 105%; }
  .featured:hover .title {
    color: #450709; }
  .featured.margin {
    margin-bottom: 40px; }

@media only screen and (max-width: 810px) {
  .featured-big .featured-big__item {
    width: 100%; } }

.featured-big .featured-big__item .cover .date {
  position: absolute;
  padding: 12px 15px 0 15px;
  font-family: Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100px;
  height: 84px;
  color: white;
  background-color: #D59641; }

.featured-big .featured-big__item .text {
  font-size: 16px;
  line-height: 22px; }

.featured-big .title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #752022; }

.featured-big.intranet .cover {
  width: 100%;
  height: 30.97796vw;
  max-height: 359.34437px; }

.featured-big.intranet .title {
  color: #D59641; }

.featured-big.intranet .text {
  color: #4A4A4A; }

.featured-medium .title {
  display: block;
  margin-top: 15px;
  height: 111px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #752022; }

.calendar .calendar-wrapper {
  position: relative;
  display: block;
  margin: 50px 0 0 0;
  width: 100%;
  height: 190px;
  overflow: hidden; }
  .calendar .calendar-wrapper .calendar-page {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: none; }
    .calendar .calendar-wrapper .calendar-page.active {
      left: 0 !important;
      opacity: 1;
      z-index: 2;
      transition: all 300ms ease-out; }
    .calendar .calendar-wrapper .calendar-page .calendar-item {
      position: relative;
      margin: auto;
      width: 33.33333%;
      height: 100%; }
      @media only screen and (max-width: 810px) {
        .calendar .calendar-wrapper .calendar-page .calendar-item {
          width: 80%; } }
      .calendar .calendar-wrapper .calendar-page .calendar-item .item {
        display: block;
        margin: 0 auto 15px auto;
        text-align: center; }
        .calendar .calendar-wrapper .calendar-page .calendar-item .item:last-child {
          margin-bottom: 0; }
      .calendar .calendar-wrapper .calendar-page .calendar-item .fa {
        color: #752022; }
      .calendar .calendar-wrapper .calendar-page .calendar-item .date {
        font: normal 20px/24px Helvetica, sans-serif;
        color: #95989A; }
      .calendar .calendar-wrapper .calendar-page .calendar-item .description {
        padding: 10px 0 15px 0;
        width: 85%;
        height: 25%; }
        @media only screen and (max-width: 810px) {
          .calendar .calendar-wrapper .calendar-page .calendar-item .description {
            position: relative;
            font-size: 6vw; } }
      .calendar .calendar-wrapper .calendar-page .calendar-item:nth-child(2):before, .calendar .calendar-wrapper .calendar-page .calendar-item:nth-child(2):after {
        content: "";
        position: absolute;
        top: 10%;
        display: block;
        width: 2px;
        height: 80%;
        background-color: #E1E0E0; }
      .calendar .calendar-wrapper .calendar-page .calendar-item:nth-child(2):before {
        left: 0; }
      .calendar .calendar-wrapper .calendar-page .calendar-item:nth-child(2):after {
        right: 0; }

.calendar .controls {
  position: absolute;
  top: 0;
  right: 0; }
  .calendar .controls .control.control__prev {
    margin-right: 50px; }
    .calendar .controls .control.control__prev svg {
      transform: rotate(-180deg); }
  .calendar .controls .control svg .cls-1 {
    fill: #4A4A4A; }
  .calendar .controls .control:hover svg .cls-1 {
    fill: #752022; }

.amppe-tv.margin {
  margin-bottom: 40px; }

.amppe-tv .player-big, .amppe-tv .player-small {
  width: 100%; }
  .amppe-tv .player-big .player-button, .amppe-tv .player-small .player-button {
    position: absolute;
    top: 50%;
    left: 50%; }
  .amppe-tv .player-big .title, .amppe-tv .player-small .title {
    position: absolute;
    left: 3%;
    bottom: 5%;
    font-weight: bold;
    color: #ffffff; }
  .amppe-tv .player-big:hover .play-button-file .a, .amppe-tv .player-small:hover .play-button-file .a {
    fill: #D59641; }
  .amppe-tv .player-big:hover .title, .amppe-tv .player-small:hover .title {
    color: #D59641; }
  .amppe-tv .player-big .cover, .amppe-tv .player-small .cover {
    background-size: cover; }
  @media only screen and (max-width: 810px) {
    .amppe-tv .player-big, .amppe-tv .player-small {
      height: 40vw !important; } }

.amppe-tv .player-big .player-button {
  margin: -38px 0 0 -30.5px; }
  @media only screen and (max-width: 810px) {
    .amppe-tv .player-big .player-button {
      margin: -6vw 0 0 -5vw; } }
  .amppe-tv .player-big .player-button .play-button-file {
    width: 61px;
    height: 76px; }
    @media only screen and (max-width: 810px) {
      .amppe-tv .player-big .player-button .play-button-file {
        width: 10vw;
        height: 12vw; } }

.amppe-tv .player-big .title {
  width: 60%;
  font-size: 22px;
  line-height: 26px; }

.amppe-tv .player-big .cover {
  width: 100%;
  height: 32.69397vw;
  max-height: 379.25px; }

.amppe-tv .player-small .player-button {
  margin: -16px 0 0 -12.5px; }
  @media only screen and (max-width: 810px) {
    .amppe-tv .player-small .player-button {
      margin: -6vw 0 0 -5vw; } }
  .amppe-tv .player-small .player-button .play-button-file {
    width: 25px;
    height: 32px; }
    @media only screen and (max-width: 810px) {
      .amppe-tv .player-small .player-button .play-button-file {
        width: 10vw;
        height: 12vw; } }

.amppe-tv .player-small .title {
  width: 90%;
  font-size: 16px;
  line-height: 20px; }

.amppe-tv .player-small.last {
  margin-top: 5.3%;
  /*position: absolute;*/
  /*bottom: 0;*/ }
  @media only screen and (max-width: 810px) {
    .amppe-tv .player-small.last {
      margin-top: 1%; } }

.amppe-tv .player-small .cover {
  width: 100%;
  height: 15.51724vw;
  max-height: 180px; }

@media only screen and (max-width: 810px) {
  .amppe-tv .col-8, .amppe-tv .col-4 {
    width: 100%;
    margin: 1% 0 0 0; } }

.seemore {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
  text-align: center; }

.project-list .project-list__item {
  position: relative;
  width: 100%;
  height: 116px;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 2px solid #E1E0E0; }
  .project-list .project-list__item .image {
    position: relative;
    margin: 0 20px 0 0;
    width: 211px;
    height: 100%;
    float: left; }
    .project-list .project-list__item .image .cover {
      width: 100%;
      height: 100%;
      background: no-repeat center;
      background-size: 100% 100%;
      -webkit-transition: all 0.2s ease-out 0s;
      -khtml-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
      .project-list .project-list__item .image .cover img {
        display: none; }
    .project-list .project-list__item .image .player-button {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -16px 0 0 -12.5px; }
      .project-list .project-list__item .image .player-button .play-button-file {
        width: 25px;
        height: 32px; }
  .project-list .project-list__item .title {
    font: 600 18px/26px Raleway, sans-serif;
    color: #752022;
    -webkit-transition: all 0.2s ease-out 0s;
    -khtml-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .project-list .project-list__item:hover .cover {
    background-size: 120% 120%; }
  .project-list .project-list__item:hover .play-button-file .a {
    fill: #D59641; }
  .project-list .project-list__item:hover .title {
    color: #D59641; }

.partners__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 430px;
  overflow: hidden; }
  @media only screen and (max-width: 810px) {
    .partners__wrapper {
      height: 50vw; } }
  .partners__wrapper .partners__page {
    position: absolute;
    display: block;
    margin: 0;
    width: 100%;
    height: 363px;
    top: 0;
    left: 0;
    opacity: 0;
    /*transform: scale(0.9, 0.9);*/
    z-index: -1;
    transition: none; }
    @media only screen and (max-width: 810px) {
      .partners__wrapper .partners__page {
        width: 180px;
        height: 180px;
        left: 100vw; } }
    .partners__wrapper .partners__page.active {
      left: 0 !important;
      /*transform: scale(1,1);*/
      opacity: 1;
      z-index: 1;
      -webkit-transition: all 0.2s ease-out 0s;
      -khtml-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
      @media only screen and (max-width: 810px) {
        .partners__wrapper .partners__page.active {
          left: calc(50% - 90px) !important; } }
    .partners__wrapper .partners__page .col-2:nth-child(6n+0) {
      margin-right: 0; }
    .partners__wrapper .partners__page .partners__item {
      margin-bottom: 30px;
      height: 0;
      padding-bottom: 14.16667%;
      border: 1px solid #E1E0E0;
      background: no-repeat center;
      background-size: 80%; }
      .partners__wrapper .partners__page .partners__item strong {
        display: block;
        padding: 35% 3% 0 3%;
        font-weight: bold;
        text-align: center; }
      @media only screen and (max-width: 810px) {
        .partners__wrapper .partners__page .partners__item {
          width: 100%;
          height: 100%;
          padding: 0; } }
  .partners__wrapper .controls {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    text-align: center; }
    @media only screen and (max-width: 810px) {
      .partners__wrapper .controls {
        display: none; } }
    .partners__wrapper .controls .control {
      margin: 0 30px; }
      .partners__wrapper .controls .control svg .cls-1 {
        fill: #4A4A4A; }
      .partners__wrapper .controls .control.control__prev svg {
        transform: rotate(-180deg); }
    .partners__wrapper .controls .page-number {
      font: bold 14px/1 Helvetica, sans-serif;
      color: #4A4A4A; }
    .partners__wrapper .controls .arrow-small-file:hover .cls-1 {
      fill: #D59641; }

.instagram-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .instagram-wrapper .instagram__item {
    position: relative;
    float: left;
    display: block;
    width: 25%; }
    @media only screen and (max-width: 810px) {
      .instagram-wrapper .instagram__item {
        width: 100%; } }
    .instagram-wrapper .instagram__item .cover__image {
      display: block;
      width: 100%;
      height: auto; }
    .instagram-wrapper .instagram__item .functions {
      position: absolute;
      top: 47%;
      left: 0;
      width: 100%;
      text-align: center; }
      .instagram-wrapper .instagram__item .functions .function {
        font-family: Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        margin: 0 10px;
        color: white; }
        @media only screen and (max-width: 810px) {
          .instagram-wrapper .instagram__item .functions .function {
            font-size: 6vw; } }
        .instagram-wrapper .instagram__item .functions .function .fa {
          margin-right: 5px; }
        .instagram-wrapper .instagram__item .functions .function .fa-comment-o {
          transform: rotateY(180deg); }

.page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child {
  margin-top: 0; }

.page-content p {
  padding: 15px 0 0 0; }

.page-content ul {
  padding: 10px 15px; }
  .page-content ul li {
    margin-bottom: 7px;
    list-style-type: initial;
    font-size: 14px; }

.page-content:before {
  content: "";
  position: absolute;
  display: block;
  margin-left: -50px;
  width: 2px;
  height: 100%;
  background-color: #E1E0E0; }

.anunciar-wrapper input[type=file] {
  display: none; }

.anunciar-wrapper input[type=text], .anunciar-wrapper select, .anunciar-wrapper textarea {
  width: 100%; }

.anunciar-wrapper label {
  display: block;
  font: 800 14px/44px Raleway, sans-serif; }

.anunciar-wrapper textarea {
  height: 380px; }

.anunciar-wrapper .btn-std {
  float: right;
  display: block;
  width: 170px;
  text-align: center; }

.anunciar-images {
  margin: 60px 0; }
  .anunciar-images .item {
    position: relative;
    height: 7.9vw;
    max-height: 108px;
    border: 1px solid #E1E0E0;
    border-radius: 2px;
    overflow: hidden; }
    .anunciar-images .item a {
      cursor: pointer; }
    .anunciar-images .item img {
      position: absolute;
      width: 100%;
      height: auto;
      z-index: -1; }
    .anunciar-images .item .preloader {
      display: none;
      position: absolute;
      top: calc(50% - 2px);
      left: 15%;
      width: 70%;
      height: 4px;
      border-radius: 2px;
      overflow: hidden;
      background-color: #E1E0E0; }
      .anunciar-images .item .preloader.active {
        display: block; }
      .anunciar-images .item .preloader .bar {
        position: absolute;
        display: block;
        width: 30%;
        height: 100%;
        border-radius: 2px;
        background-color: #D59641;
        animation-name: preloader;
        animation-duration: 1s;
        animation-iteration-count: infinite; }
    .anunciar-images .item .add_image, .anunciar-images .item .remove_image {
      position: absolute;
      display: none;
      width: 100%;
      height: 100%; }
      .anunciar-images .item .add_image.active, .anunciar-images .item .remove_image.active {
        display: table; }
      .anunciar-images .item .add_image .fa, .anunciar-images .item .remove_image .fa {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 28px;
        color: #E1E0E0; }
    .anunciar-images .item .remove_image {
      display: none;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0; }
      .anunciar-images .item .remove_image.active {
        display: table; }
      .anunciar-images .item .remove_image .fa {
        color: #ffffff; }
      .anunciar-images .item .remove_image:hover {
        opacity: 1; }

.arrow-big {
  display: block;
  margin: 20px 0 50px 0; }

.page-nav {
  position: relative;
  width: 85%; }
  .page-nav .page-nav__block {
    width: 100%;
    border-top: 2px solid #E1E0E0; }
    .page-nav .page-nav__block .menu-item {
      position: relative;
      width: 100%;
      border-bottom: 2px solid #E1E0E0; }
      .page-nav .page-nav__block .menu-item a {
        font: 600 16px/60px Raleway, sans-serif;
        color: #4A4A4A;
        -webkit-transition: all 0.2s ease-out 0s;
        -khtml-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
        .page-nav .page-nav__block .menu-item a:after {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          left: 80%;
          width: 11px;
          height: 8px;
          background: no-repeat center url(../img/arrow-small.svg);
          opacity: 0;
          -webkit-transition: all 0.2s ease-out 0s;
          -khtml-transition: all 0.2s ease-out 0s;
          -moz-transition: all 0.2s ease-out 0s;
          -ms-transition: all 0.2s ease-out 0s;
          -o-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s; }
      .page-nav .page-nav__block .menu-item:hover a, .page-nav .page-nav__block .menu-item.current-menu-item a {
        margin-left: 30px;
        color: #752022; }
        .page-nav .page-nav__block .menu-item:hover a:after, .page-nav .page-nav__block .menu-item.current-menu-item a:after {
          left: 85%;
          opacity: 1; }
    .page-nav .page-nav__block.child {
      border-top: none; }
      .page-nav .page-nav__block.child .menu-item a {
        font: 600 14px/40px Raleway, sans-serif;
        margin-left: 40px; }
      .page-nav .page-nav__block.child .menu-item:hover a, .page-nav .page-nav__block.child .menu-item.current-menu-item a {
        margin-left: 60px; }

.render-post-wrapper .item {
  position: relative;
  margin: 0 0 50px 0;
  width: 100%;
  height: 160px;
  border-bottom: 2px solid #E1E0E0; }
  .render-post-wrapper .item.small {
    height: 80px;
    margin: 0 0 30px 0; }
  .render-post-wrapper .item:last-child {
    margin: 0; }

.render-post-wrapper .controls {
  width: auto;
  right: 0; }

.item-render__header .title {
  margin: 20px 0;
  font: 200 50px/1 Raleway, sans-serif;
  color: #D59641; }

.item-render__header .preco {
  font: 800 40px/1 Helvetica, sans-serif;
  color: #4A4A4A; }

.item-render__header .date {
  font: 400 14px/24px Helvetica, sans-serif;
  color: #D59641; }
  .item-render__header .date .extra {
    color: #4A4A4A; }

.item-render__header .category {
  font: 600 14px/24px Raleway, sans-serif;
  color: #ABABAB;
  text-transform: uppercase; }
  .item-render__header .category:before {
    content: "";
    position: relative;
    margin: 0 15px;
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #D59641; }

.contact {
  position: relative;
  margin: 40px 0 0 0;
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
  border: 2px solid #E1E0E0;
  border-left: none;
  border-right: none; }
  .contact .title {
    display: block;
    margin: 2px 0;
    font: 600 16px/1 Raleway, sans-serif;
    color: #4A4A4A; }
  .contact .proprietario {
    font: 600 16px/1 Raleway, sans-serif;
    color: #D59641;
    float: left; }
  .contact .contato {
    font: 600 16px/1 Raleway, sans-serif;
    color: #D59641;
    float: right; }
  .contact .telefone {
    font-family: Helvetica, sans-serif; }
  .contact .fa {
    position: absolute;
    color: #4A4A4A;
    margin: 6px 0 0 -20px;
    font-size: 24px; }

.item-render-event__header {
  padding-bottom: 30px; }
  .item-render-event__header .block-date {
    border-right: 1px solid #E1E0E0; }
  .item-render-event__header .date {
    text-align: center;
    color: #D59641;
    display: block; }
    .item-render-event__header .date .fa {
      margin: 0 0 5px 0;
      display: block; }
  .item-render-event__header .title {
    margin: 0;
    padding: 0;
    font: 200 40px/45px Raleway, sans-serif;
    color: #4A4A4A; }

.render-event-wrapper {
  margin: 0 0 60px 0; }
  .render-event-wrapper .item {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #E1E0E0; }
    .render-event-wrapper .item .item_left {
      border-right: 1px solid #E1E0E0;
      text-align: center;
      color: #D59641; }
      .render-event-wrapper .item .item_left .fa {
        display: block;
        margin-bottom: 4px; }
    .render-event-wrapper .item .item_right {
      display: table; }
      .render-event-wrapper .item .item_right .title {
        display: table-cell;
        vertical-align: middle;
        font: 200 24px/28px Raleway, sans-serif;
        color: #4A4A4A; }

.single-post {
  position: relative;
  width: 100%;
  margin: 0 0 100px 0; }
  .single-post h1 {
    font: 300 50px/55px Raleway, sans-serif;
    color: #752022; }
    @media only screen and (max-width: 810px) {
      .single-post h1 {
        font-size: 8vw;
        line-height: 8vw; } }
  .single-post h2, .single-post h3, .single-post h4 {
    font: 600 24px/32px Raleway, sans-serif;
    color: #4A4A4A; }
    @media only screen and (max-width: 810px) {
      .single-post h2, .single-post h3, .single-post h4 {
        font-size: 6vw;
        line-height: 6vw; } }
  .single-post p {
    line-height: 28px;
    margin-bottom: 10px; }

.contact-wrapper .title {
  display: block;
  margin: 30px 0 15px 0;
  font: 800 16px/24px Raleway, sans-serif;
  color: #752022; }

.contact-wrapper p {
  font-weight: 600; }

.contact-wrapper a {
  color: #752022; }

.login-form {
  margin-bottom: 150px; }
  .login-form .login-username, .login-form .login-password, .login-form .login-submit {
    width: 370px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 810px) {
      .login-form .login-username, .login-form .login-password, .login-form .login-submit {
        width: 100%; } }
    .login-form .login-username .input, .login-form .login-password .input, .login-form .login-submit .input {
      width: 100%; }
    .login-form .login-username .btn-std, .login-form .login-password .btn-std, .login-form .login-submit .btn-std {
      float: right; }

.classificados-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .classificados-wrapper .item {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    margin: 0 0 60px 0;
    padding: 0 2%; }
    @media only screen and (max-width: 810px) {
      .classificados-wrapper .item {
        width: 100%;
        padding: 0; } }
    .classificados-wrapper .item .title {
      margin: 10px 0 0 0;
      font: 600 18px/26px Raleway, sans-serif;
      color: #D59641; }
    .classificados-wrapper .item .preco, .classificados-wrapper .item .telefone {
      display: block;
      margin: 0;
      padding: 0;
      font: 400 18px/1.2 Helvetica, sans-serif;
      color: #4A4A4A; }
    .classificados-wrapper .item .telefone {
      font-size: 14px; }

.widget-anunciar {
  width: 70%;
  margin: 60px 0; }
  .widget-anunciar .title {
    font: 900 30px/55px Raleway, sans-serif;
    color: #4A4A4A; }
    @media only screen and (max-width: 810px) {
      .widget-anunciar .title {
        line-height: 30px; } }
  .widget-anunciar .btn-std {
    display: block;
    margin: 20px 0;
    width: 80%;
    height: 20px;
    line-height: 20px;
    text-align: center; }

.parceiros-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .parceiros-wrapper .item {
    position: relative;
    width: 20%;
    margin-bottom: 30px;
    height: 12vw;
    max-height: 155px;
    border: 1px solid #E1E0E0;
    background: no-repeat center;
    background-size: 80%; }
    .parceiros-wrapper .item .block-link, .parceiros-wrapper .item .block-fog-black {
      box-sizing: border-box;
      padding: 35% 3% 0 3%;
      font-weight: bold;
      text-align: center;
      font-size: smaller; }

.thumb-parceiros {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E1E0E0;
  height: 0;
  padding-bottom: 100%;
  background: no-repeat center;
  background-size: 80%; }

.title-parceiros {
  margin: 0 0 10px 0;
  font: 400 18px/1 Raleway, sans-serif !important;
  color: #D59641 !important; }

.single-parceiros p {
  font-size: 14px; }

.contas-wrapper {
  position: relative;
  width: 100%; }
  .contas-wrapper .thumb {
    width: 24px;
    height: 32px;
    background: no-repeat center url(../img/ico-pdf.png); }
  .contas-wrapper .div {
    position: relative;
    margin: 0 1%;
    display: block;
    width: 1px;
    height: 32px;
    background-color: #E1E0E0; }
  .contas-wrapper .title-line {
    margin: 40px 0 20px 0; }
    .contas-wrapper .title-line:first-child {
      margin-top: 0; }
  .contas-wrapper .item {
    position: relative;
    display: flex;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #E1E0E0; }
    .contas-wrapper .item .item-render__header {
      width: 70%; }
    .contas-wrapper .item .date {
      line-height: 1; }
    .contas-wrapper .item .title {
      margin: 0;
      font: 400 16px/1 Raleway, sans-serif;
      color: #4A4A4A; }
    .contas-wrapper .item .block {
      display: block;
      margin: 0 1%; }
    .contas-wrapper .item .icons {
      font: 600 12px/1 Raleway, sans-serif;
      text-transform: uppercase;
      text-align: center; }
      .contas-wrapper .item .icons .fa {
        display: block;
        margin-bottom: 4px; }
      .contas-wrapper .item .icons .icons-wrapper {
        display: flex; }
      .contas-wrapper .item .icons .div {
        top: 10px;
        height: 20px; }
      .contas-wrapper .item .icons .view, .contas-wrapper .item .icons .download, .contas-wrapper .item .icons .div {
        display: block;
        margin: 0 5px; }

.footer {
  position: relative;
  width: 100%; }
  .footer .footer__wrapper {
    background-color: #F7F7F7; }
  .footer .footer__place {
    position: relative;
    display: flex; }
    @media only screen and (max-width: 810px) {
      .footer .footer__place {
        flex-wrap: wrap; } }
    .footer .footer__place .item {
      position: relative;
      box-sizing: border-box;
      padding: 40px 50px;
      width: 33.33333%; }
      @media only screen and (max-width: 810px) {
        .footer .footer__place .item {
          padding: 7vw 5vw;
          width: 100%;
          border-bottom: 1px solid #E1E0E0; }
          .footer .footer__place .item:last-child {
            border: none; } }
      .footer .footer__place .item:nth-child(2):before, .footer .footer__place .item:nth-child(2):after {
        content: "";
        position: absolute;
        top: 20%;
        display: block;
        width: 1px;
        height: 60%;
        background-color: #E1E0E0; }
      .footer .footer__place .item:nth-child(2):before {
        left: 0; }
      .footer .footer__place .item:nth-child(2):after {
        right: 0; }
      .footer .footer__place .item .map-marker {
        display: inline-block;
        margin-left: 12px;
        width: 16px;
        height: 24px;
        background: no-repeat center url(../img/map-marker.png); }
    .footer .footer__place .title {
      font-size: 24px;
      font-weight: 400;
      margin: 0; }
      .footer .footer__place .title .fa {
        margin-left: 15px;
        font-size: 22px; }
    .footer .footer__place p {
      margin: 15px 0 30px 0;
      font-size: 14px;
      font-weight: 600; }
      .footer .footer__place p em {
        font-family: Helvetica, sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #666; }
  .footer .footer__share {
    position: relative;
    line-height: 70px;
    height: 70px; }
    @media only screen and (max-width: 810px) {
      .footer .footer__share {
        text-align: center;
        height: 35vw;
        margin: 5vw 0; } }
    .footer .footer__share .copyright {
      float: left;
      font-size: 14px;
      font-weight: 500; }
      @media only screen and (max-width: 810px) {
        .footer .footer__share .copyright {
          position: absolute;
          float: none;
          bottom: 0;
          left: 0;
          width: 100%;
          text-align: center; } }
    .footer .footer__share .share {
      float: right; }
      @media only screen and (max-width: 810px) {
        .footer .footer__share .share {
          float: none; } }
      .footer .footer__share .share .share__item {
        margin-left: 15px; }
        .footer .footer__share .share .share__item .fa {
          font-size: 22px;
          color: black; }

.presidents-item .photo img {
  margin: 0; }

.presidents-item .info {
  padding-top: 10px; }

.logged-in h2 {
  color: #D59641; }

.logged-in .btn-std, .logged-in .button-primary {
  color: #D49847;
  border-color: #D49847; }
  .logged-in .btn-std:hover, .logged-in .button-primary:hover {
    color: white;
    background-color: #D49847; }

.logged-in .contact-wrapper .title, .logged-in .contact-wrapper a {
  color: #D59641; }

@media only screen and (max-width: 810px) {
  #wpadminbar {
    display: none; } }

@media only screen and (max-width: 810px) {
  .logged-in .menu-intranet-wrapper {
    position: relative;
    margin-top: -46px;
    width: 100%;
    height: 20vw;
    background-color: #D59641; }
    .logged-in .menu-intranet-wrapper .header-logo {
      margin: 0 auto;
      padding-top: 3vw;
      background-image: url(../img/logo-alt2.png); }
    .logged-in .menu-intranet-wrapper .mobile-menu-btn {
      font-size: 8vw;
      top: 27%; }
      .logged-in .menu-intranet-wrapper .mobile-menu-btn .fa {
        color: #ffffff; }
    .logged-in .menu-intranet-wrapper .mobile-menu-close-btn {
      left: 3.8vw; } }

.intranet-menu-container {
  position: relative;
  display: block;
  top: 18px;
  width: 100%;
  height: 96px;
  box-sizing: border-box;
  padding-top: 18px;
  background-color: #D59641;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 810px) {
    .intranet-menu-container {
      position: fixed;
      display: none;
      margin: 0;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 98;
      background-color: #D59641; }
      .intranet-menu-container.active {
        display: block; } }
  .intranet-menu-container .intranet-menu {
    position: relative;
    margin: auto;
    display: flex;
    padding: 0;
    height: 58px; }
    @media only screen and (max-width: 810px) {
      .intranet-menu-container .intranet-menu {
        display: block;
        padding-top: 5vw;
        overflow: auto;
        height: 100%; } }
    .intranet-menu-container .intranet-menu .menu-item {
      position: relative;
      margin: 0;
      display: block;
      width: 90px;
      line-height: 10px;
      text-align: center;
      overflow: hidden;
      /*            &:nth-child(9){
                a{
                    @media only screen and (max-width : 810px){
                        line-height: 45px;
                    }
                    &:before{
                        @media only screen and (max-width : 810px){
                            float: left;
                            margin: 0 10px 0 -10px;
                        }
                        background: no-repeat center url(../img/icon.png);
                        background-size: 37px 37px;
                        @media only screen and (max-width : 810px){
                            background-size: 33px 33px;
                        }
                    }
                    &:hover{
                        &:before{
                            background-size: 23px 23px;
                        }
                    }
                }
            }*/ }
      @media only screen and (max-width: 810px) {
        .intranet-menu-container .intranet-menu .menu-item {
          width: 100%;
          text-align: left;
          box-sizing: border-box;
          padding: 0 3%; } }
      .intranet-menu-container .intranet-menu .menu-item a {
        display: block;
        font: 700 12px/14px Raleway, sans-serif;
        color: #ffffff;
        letter-spacing: -0.07em;
        text-transform: uppercase; }
        @media only screen and (max-width: 810px) {
          .intranet-menu-container .intranet-menu .menu-item a {
            display: inline-block;
            font-size: 6.5vw;
            letter-spacing: .02em; } }
        .intranet-menu-container .intranet-menu .menu-item a:before {
          content: "";
          position: relative;
          margin: 5px auto;
          display: block;
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 30px;
          font-family: 'FontAwesome';
          -webkit-font-smoothing: subpixel-antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition: all 0.2s ease-out 0s;
          -khtml-transition: all 0.2s ease-out 0s;
          -moz-transition: all 0.2s ease-out 0s;
          -ms-transition: all 0.2s ease-out 0s;
          -o-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s; }
          @media only screen and (max-width: 810px) {
            .intranet-menu-container .intranet-menu .menu-item a:before {
              display: inline-block;
              font-size: 24px;
              width: 40px; } }
      .intranet-menu-container .intranet-menu .menu-item:hover a:before, .intranet-menu-container .intranet-menu .menu-item.current-menu-item a:before, .intranet-menu-container .intranet-menu .menu-item.current_page_item a:before {
        font-size: 20px;
        line-height: 20px;
        width: 23px;
        height: 23px; }
        @media only screen and (max-width: 810px) {
          .intranet-menu-container .intranet-menu .menu-item:hover a:before, .intranet-menu-container .intranet-menu .menu-item.current-menu-item a:before, .intranet-menu-container .intranet-menu .menu-item.current_page_item a:before {
            width: 40px; } }
      @media only screen and (max-width: 810px) {
        .intranet-menu-container .intranet-menu .menu-item:hover, .intranet-menu-container .intranet-menu .menu-item.current-menu-item, .intranet-menu-container .intranet-menu .menu-item.current_page_item {
          border: none; }
          .intranet-menu-container .intranet-menu .menu-item:hover .sub-menu, .intranet-menu-container .intranet-menu .menu-item.current-menu-item .sub-menu, .intranet-menu-container .intranet-menu .menu-item.current_page_item .sub-menu {
            display: block;
            width: 100%; }
            .intranet-menu-container .intranet-menu .menu-item:hover .sub-menu .menu-item, .intranet-menu-container .intranet-menu .menu-item.current-menu-item .sub-menu .menu-item, .intranet-menu-container .intranet-menu .menu-item.current_page_item .sub-menu .menu-item {
              border-bottom: 1px solid #E1E0E0; }
              .intranet-menu-container .intranet-menu .menu-item:hover .sub-menu .menu-item a, .intranet-menu-container .intranet-menu .menu-item.current-menu-item .sub-menu .menu-item a, .intranet-menu-container .intranet-menu .menu-item.current_page_item .sub-menu .menu-item a {
                padding: 3% 0;
                color: #E1E0E0;
                font-size: 5vw; }
                .intranet-menu-container .intranet-menu .menu-item:hover .sub-menu .menu-item a:before, .intranet-menu-container .intranet-menu .menu-item.current-menu-item .sub-menu .menu-item a:before, .intranet-menu-container .intranet-menu .menu-item.current_page_item .sub-menu .menu-item a:before {
                  display: none; }
              .intranet-menu-container .intranet-menu .menu-item:hover .sub-menu .menu-item.current-menu-item a, .intranet-menu-container .intranet-menu .menu-item.current-menu-item .sub-menu .menu-item.current-menu-item a, .intranet-menu-container .intranet-menu .menu-item.current_page_item .sub-menu .menu-item.current-menu-item a {
                color: #D59641; }
            .intranet-menu-container .intranet-menu .menu-item:hover .sub-menu .sub-menu .menu-item:last-child, .intranet-menu-container .intranet-menu .menu-item.current-menu-item .sub-menu .sub-menu .menu-item:last-child, .intranet-menu-container .intranet-menu .menu-item.current_page_item .sub-menu .sub-menu .menu-item:last-child {
              border: none; } }
      @media only screen and (max-width: 810px) {
        .intranet-menu-container .intranet-menu .menu-item:hover a, .intranet-menu-container .intranet-menu .menu-item.current-menu-item a, .intranet-menu-container .intranet-menu .menu-item.current_page_item a {
          display: block; } }
      .intranet-menu-container .intranet-menu .menu-item .intranet-menu-divider {
        position: absolute;
        display: block;
        margin: 0;
        padding: 0;
        width: 1px;
        height: 30px;
        top: 15px;
        right: 0;
        background-color: rgba(255, 255, 255, 0.3); }
        @media only screen and (max-width: 810px) {
          .intranet-menu-container .intranet-menu .menu-item .intranet-menu-divider {
            display: none; } }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(1) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(2) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(3) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(4) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(5) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(6) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(7) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(8) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(9) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(10) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(11) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:nth-child(12) a:before {
        content: ""; }
      .intranet-menu-container .intranet-menu .menu-item:last-child .intranet-menu-divider {
        display: none; }

aside > div {
  margin-bottom: 60px; }

aside h2:not(.dp_pec_event_title) {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #E1E0E0;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4A4A4A !important; }
  aside h2:not(.dp_pec_event_title):after {
    content: "";
    position: absolute;
    display: block;
    width: 130px;
    height: 3px;
    margin-top: 10px;
    background-color: #D59641; }

.dp_pec_compact_wrapper.dp_pec_wrapper {
  box-shadow: none;
  border: 1px solid #ddd; }

.dp_pec_wrapper.dp_pec_compact_wrapper .dp_pec_content .dp_pec_event_photo {
  max-width: 120px; }

.dp_count_events::after {
  border-top-color: #D59641 !important; }

.pec-default-arrow {
  color: #D59641; }

.selectric .label {
  color: #4A4A4A !important; }

.pool-title {
  font-size: 26px;
  text-align: left;
  font-weight: 600;
  color: #4A4A4A; }

.wp-polls-ul {
  padding: 0;
  margin: 20px 0 30px 0; }
  .wp-polls-ul li {
    margin: 10px 0; }
    .wp-polls-ul li label {
      font-size: 16px;
      font-weight: 500;
      color: #4A4A4A; }

.btn-pool {
  padding: 10px 50px; }

.pollbar_wrapper {
  width: 100%;
  position: relative;
  display: block;
  background-color: #E1E0E0;
  border-radius: 10px; }

.pollbar {
  border-radius: 10px; }

.pec_event_page_date, .pec_event_page_action {
  display: none; }

.pec_event_page_book_wrapper {
  float: right; }
  .pec_event_page_book_wrapper .pec_event_page_book {
    padding: 0 20px;
    border: 1px solid #D59641 !important;
    box-shadow: none;
    background: none;
    border-radius: 20px; }
    .pec_event_page_book_wrapper .pec_event_page_book strong, .pec_event_page_book_wrapper .pec_event_page_book .fa {
      color: #D59641; }
    .pec_event_page_book_wrapper .pec_event_page_book:hover {
      background: #D59641; }
      .pec_event_page_book_wrapper .pec_event_page_book:hover strong, .pec_event_page_book_wrapper .pec_event_page_book:hover .fa {
        color: white; }

.dp_pec_new_event_wrapper .dp_pec_submit_event, .dp_pec_new_event_wrapper .dp_pec_remove_event, .dp_pec_new_event_wrapper .dp_pec_cancel_booking, .pec_event_page_send_booking, .pec_action_btn {
  float: right;
  padding: 0 20px;
  border: 1px solid #D59641 !important;
  box-shadow: none !important;
  background: none !important;
  border-radius: 20px !important;
  color: #D59641 !important; }
  .dp_pec_new_event_wrapper .dp_pec_submit_event:hover, .dp_pec_new_event_wrapper .dp_pec_submit_event:active, .dp_pec_new_event_wrapper .dp_pec_remove_event:hover, .dp_pec_new_event_wrapper .dp_pec_remove_event:active, .dp_pec_new_event_wrapper .dp_pec_cancel_booking:hover, .dp_pec_new_event_wrapper .dp_pec_cancel_booking:active, .pec_event_page_send_booking:hover, .pec_event_page_send_booking:active, .pec_action_btn:hover, .pec_action_btn:active {
    background: #D59641 !important;
    color: white !important; }

.pec_modal_wrap_content:before {
  content: "";
  font: 400 16px/24px Raleway, sans-serif;
  color: #4A4A4A; }
