@charset "UTF-8";
/* ------ venobox.css --------*/
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,500,700';
@import 'https://use.fontawesome.com/releases/v6.0.0/css/all.css';
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #fdfdfd;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../images/veno/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
/* IOS preloader */
/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../images/veno/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../images/veno/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../images/veno/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../images/veno/close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-next, .vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent; /* Using border instead of padding to keep bg image in place */
  overflow: hidden;
}

.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(../images/veno/prev.gif) center center no-repeat;
}

.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(../images/veno/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }
  .venoframe {
    width: 100%;
    height: 260px;
  }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

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

*,
*:focus {
  outline: none;
  outline: 0;
}

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*BLUE*/
/*PINK*/
/*ORANGE*/
/*BLACK*/
/*GREY*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Arial", "Verdana", sans-serif;
  background-color: #fff;
  padding-top: 80px;
}
body .overflow_wrap {
  overflow-x: hidden;
}

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

.cl:after {
  clear: both;
}

.cl {
  zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
}

.wrap {
  width: 100%;
  max-width: 1085px;
  text-align: left;
  margin: 0 auto;
}

a:hover {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page_wrap {
  width: 100%;
  max-width: 655px;
  text-align: left;
  margin: 0 auto;
  padding: 0 30px;
}

.page_wrap_wide {
  width: 100%;
  max-width: 755px;
  text-align: left;
  margin: 0 auto;
}

/*
---------------------------------------------------------------------------
=	BREAKPOINT
---------------------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 240%;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-weight: 700;
  color: #f1812f !important;
  font-size: 30px;
}

.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 240%;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.entry_content h2 {
  font-size: 230%;
  letter-spacing: 3.5px;
  margin-bottom: 25px;
}
.entry_content h3 {
  font-size: 200%;
  margin-bottom: 24px;
}
.entry_content h4, .entry_content h5, .entry_content h6 {
  font-size: 180%;
  margin-bottom: 18px;
}
.entry_content p {
  display: block;
  font-size: 140%;
  line-height: 2em;
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 767px) {
  .entry_content p {
    text-align: justify;
  }
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: 140%;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 140%;
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content img {
  display: block;
  max-width: 100%;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.6em;
}
table caption,
table td,
table th {
  border: solid 1px #999;
  padding: 10px;
}
table caption {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
table th {
  font-weight: 700;
}
table caption {
  border-bottom: none;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #nav-toggle {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1001;
  }
  #nav-toggle #nav-burger {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-toggle #nav-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-toggle #nav-burger span:nth-child(1) {
    top: 0px;
  }
  #nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
    top: 12px;
  }
  #nav-toggle #nav-burger span:nth-child(4) {
    top: 24px;
  }
  #nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  #nav-toggle #nav-burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-toggle #nav-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#main_nav {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #main_nav .page_items li.top_level {
    display: block;
    float: left;
    /**/
    padding: 0 20px;
  }
  #main_nav .page_items li.top_level .sub_nav li .children {
    padding: 10px;
  }
  #main_nav .page_items li.top_level.mobile_only {
    display: none;
  }
  #main_nav .page_items li a {
    display: block;
  }
  #main_nav .page_items li a span {
    display: block;
  }
  #main_nav .page_items li:hover > a {
    color: red;
  }
  #main_nav .page_items li.current_page_item > a, #main_nav .page_items li.current_page_ancestor > a, #main_nav .page_items li.current_page_parent > a, #main_nav .page_items li.cpt_archive > a, #main_nav .page_items li.cpt_single > a {
    color: red;
  }
  .blog #main_nav .page_items li#nav_news > a, .archive.category #main_nav .page_items li#nav_news > a, .archive.date #main_nav .page_items li#nav_news > a, .single-post #main_nav .page_items li#nav_news > a {
    color: red;
  }
}
@media only screen and (max-width: 767px) {
  #main_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    margin-top: 60px;
    overflow-y: scroll;
    background-color: #000;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  #main_nav.active {
    left: 0;
  }
  #main_nav .page_items {
    border-bottom: solid 1px #555;
  }
  #main_nav .page_items li {
    display: block;
    border-bottom: solid 1px #555;
  }
  #main_nav .page_items li:last-child {
    border-bottom: none;
  }
  #main_nav .page_items li a {
    display: block;
    padding: 10px;
  }
  #main_nav .page_items li a span {
    display: block;
  }
  #main_nav .page_items .top_level.page_item_has_children {
    position: relative;
  }
  #main_nav .page_items .top_level.page_item_has_children > a {
    display: block;
  }
  #main_nav .page_items .top_level.page_item_has_children > a:after {
    position: absolute;
    content: "\f067";
    right: 20px;
    top: 10px;
    font-family: "FontAwesome";
    color: #fff;
  }
  #main_nav .page_items .top_level.page_item_has_children > a.active:after {
    content: "\f068";
  }
  #main_nav .page_items .top_level .sub_nav {
    display: none;
    background-color: #171717;
  }
  #main_nav .page_items .top_level .children {
    background-color: #333;
  }
  #main_nav .page_items .top_level .children li a {
    padding: 10px 20px;
  }
  #main_nav .page_items .desktop_only {
    display: none;
  }
}

/*RED*/
.gform_wrapper {
  font-size: 12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper {
    margin: 0;
  }
}
.page-template-page-sign_up .gform_wrapper {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper {
    padding: 0;
  }
}
.gform_wrapper form .validation_error {
  color: #c81515;
  padding: 4% 0;
  line-height: 1.4em;
}
.gform_wrapper form h2 {
  display: block;
  font-size: 140%;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #C69D2B;
  color: #999;
  margin-bottom: 20px;
}
.gform_wrapper form ul {
  display: block;
}
.gform_wrapper form ul li {
  display: block;
  margin-bottom: 10px;
}
.gform_wrapper form ul li#field_4_5, .gform_wrapper form ul li#field_5_5 {
  margin-bottom: 40px;
}
.gform_wrapper form ul li label {
  display: block;
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.page-template-page-sign_up .gform_wrapper form ul li label {
  display: none;
}
.gform_wrapper form ul li label .gfield_required {
  padding: 0 0 0 3px;
  color: #c81515;
}
.page-template-page-ifb .gform_wrapper form ul li label {
  font-size: 12px;
}
.gform_wrapper form ul li#field_4_7 label, .gform_wrapper form ul li#field_5_13 label {
  display: block !important;
  font-size: 12px;
}
.gform_wrapper form ul li.gfield_error .ginput_container {
  border: solid 1px #c81515;
}
.gform_wrapper form ul li.gfield_error .validation_message {
  border: none;
  color: #c81515;
  padding-top: 1%;
}
.gform_wrapper form ul li .ginput_container_text input,
.gform_wrapper form ul li .ginput_container_text textarea,
.gform_wrapper form ul li .ginput_container_textarea input,
.gform_wrapper form ul li .ginput_container_textarea textarea,
.gform_wrapper form ul li .ginput_container_email input,
.gform_wrapper form ul li .ginput_container_email textarea,
.gform_wrapper form ul li .ginput_container input,
.gform_wrapper form ul li .ginput_container textarea {
  width: 100%;
  padding: 14px;
  color: #777;
  border: solid 1px #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.gform_wrapper form ul li .ginput_container_text textarea,
.gform_wrapper form ul li .ginput_container_textarea textarea,
.gform_wrapper form ul li .ginput_container_email textarea,
.gform_wrapper form ul li .ginput_container textarea {
  resize: none;
  line-height: 1.4em;
  -webkit-appearance: none;
}
.gform_wrapper form ul li .ginput_container_checkbox,
.gform_wrapper form ul li .gfield_checkbox {
  display: block;
  float: left;
  width: 100%;
}
.gform_wrapper form ul li .ginput_container_checkbox li,
.gform_wrapper form ul li .gfield_checkbox li {
  float: left;
  clear: both;
  width: 100%;
}
.gform_wrapper form ul li .ginput_container_checkbox li input,
.gform_wrapper form ul li .gfield_checkbox li input {
  float: left;
  margin-right: 8px;
}
.gform_wrapper form ul li .ginput_container_checkbox li label,
.gform_wrapper form ul li .gfield_checkbox li label {
  float: left;
  padding-top: 2px;
}
.gform_wrapper form ul li .gfield_description {
  font-style: italic;
  padding-top: 6px;
  margin-bottom: 10px;
  color: #999;
}
.gform_wrapper form ul li select {
  width: 100%;
  padding: 2%;
  color: #777;
  border: solid 1px #ddd;
  background: url(../images/btn_select.svg) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.gform_wrapper form ul li select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.gform_wrapper form ul li.gfield_type_address .ginput_container_address span {
  display: block;
  margin-bottom: 2%;
}
.gform_wrapper form ul p {
  display: block;
  margin-bottom: 20px;
}
.gform_wrapper form ul p a {
  display: inline-block;
  color: #C69D2B; /*GOLD*/
}
.gform_wrapper form .gsurvey-rating-wrapper {
  float: left;
  width: 100%;
}
.gform_wrapper form .gsurvey-rating-wrapper label {
  text-indent: -9999px;
}
.gform_wrapper form .gsurvey-rating:not(:checked) > label,
.gform_wrapper form .gsurvey-rating:not(:checked) > label:hover,
.gform_wrapper form .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform_wrapper form .gsurvey-rating:not(:checked) > label,
.gform_wrapper form .gsurvey-rating:not(:checked) > label:hover,
.gform_wrapper form .gsurvey-rating:not(:checked) > label:hover ~ label,
.gform_wrapper form .gsurvey-rating > input:checked ~ label {
  width: 56px;
  line-height: 50px;
  background-size: 50px 50px;
  color: rgba(221, 221, 221, 0) !important;
}
.gform_wrapper form .gfield_type_radio > label, .gform_wrapper form .gfield_type_checkbox > label {
  margin-bottom: 15px;
  display: none;
}
.gform_wrapper form .gfield_type_radio .ginput_container ul li input, .gform_wrapper form .gfield_type_checkbox .ginput_container ul li input {
  float: left;
  width: auto;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
}
.gform_wrapper form .gfield_type_radio .ginput_container ul li input:checked, .gform_wrapper form .gfield_type_checkbox .ginput_container ul li input:checked {
  background-image: url("../images/forms/tick.svg");
}
.gform_wrapper form .gfield_type_radio .ginput_container ul li label, .gform_wrapper form .gfield_type_checkbox .ginput_container ul li label {
  margin: 0;
  padding: 0 !important;
  display: inline-block;
  width: calc(100% - 60px);
}
.gform_wrapper form .gfield_type_radio .ginput_container ul li label a, .gform_wrapper form .gfield_type_checkbox .ginput_container ul li label a {
  color: #222;
  text-decoration: underline;
}
.gform_wrapper form .gform_footer input {
  display: block;
  width: 100%;
  padding: 2%;
  cursor: pointer;
  background-color: #000; /*GOLD*/
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.gform_wrapper form .gform_footer input:hover {
  background-color: #f1812f;
}

.gform_confirmation_message {
  font-size: 140%;
  line-height: 1.6em;
  margin-bottom: 1.3em;
}
.page-template-page-ifb .gform_confirmation_message {
  text-align: center;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 80px;
  z-index: 1000;
  padding: 0 20px;
}
#header #logo,
#header .call {
  display: block;
  float: left;
  color: #fff;
  line-height: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 160%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  #header #logo,
  #header .call {
    font-size: 12px;
  }
}
#header .call {
  float: right;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  #header .call span {
    display: none;
  }
}
#header .call a {
  color: #fff;
  font-weight: 700;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .call a:hover {
  color: #f1812f;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 0 20px 40px 20px;
}
#footer .wrap {
  border-top: solid 1px #f1812f;
  padding-top: 40px;
}
#footer p {
  float: right;
  text-transform: uppercase;
}

.page-splash {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 100vh;
}
.page-splash #logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  float: left;
  color: #fff;
  line-height: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 160%;
  letter-spacing: 2px;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  transform: translate(-50%, -50%);
}

/*
---------------------------------------------------------------------------
=	FRONT PAGE
---------------------------------------------------------------------------
*/
#main {
  padding: 40px 0;
}
.page-toro-lettings #main {
  padding-top: 0;
}

section {
  padding: 0 20px;
}

@media only screen and (min-width:701px) {
  .banner {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    height: 0;
    margin-bottom: 40px;
  }
  .banner h1 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    color: #fff;
    z-index: 10;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff !important;
    width: 100%;
    text-align: center;
    font-size: 60px;
  }
}
@media only screen and (max-width:700px) {
  .banner {
    padding: 80px 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  .banner h1 {
    color: #fff !important;
  }
}

.home_text {
  margin-top: 40px;
}
.home_text .wrap {
  padding-top: 40px;
  border-top: solid 1px #eee;
}
.home_text .wrap h4 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 240%;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.filter {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.filter li {
  display: inline-block;
  margin: 0 6px;
  font-size: 120%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6em;
}
.filter li:first-child {
  margin-left: 0;
  font-weight: 700;
}
.filter li:last-child {
  margin-right: 0;
}
.filter li a {
  display: block;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.filter li a:hover {
  color: #999;
}
.filter li.current_filter a {
  text-decoration: underline;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  background-color: #eee;
  /*
  .grid_item
  {
  	display: block;
  	float: left;
  	width: 23.5%;
  	margin-right: 2%;
  	margin-bottom: 2%;
  	background-color: #eee;

  	-webkit-border-radius:  0 0 10px 0;
  	-moz-border-radius:  0 0 10px 0;
  	border-radius: 0 0 10px 0;

  	@include breakpoint('min-width:1001px')
  	{
  		&:nth-child(4n)
  		{
  			margin-right: 0;
  		}
  	}


  	@include breakpoint('max-width:1000px')
  	{
  		width: 31.33%;

  		&:nth-child(3n)
  		{
  			margin-right: 0;
  		}		
  	}

  	@include breakpoint('max-width:770px')
  	{
  		width: 48%;

  		&:nth-child(2n)
  		{
  			margin-right: 0;
  		}	
  		&:nth-child(3n)
  		{
  			margin-right: 2%;
  		}	
  	}

  	@include breakpoint('max-width:600px')
  	{
  		width: 100%;

  		margin-right: 0 !important;
  		margin-bottom: 20px;	
  	}

  	span
  	{
  		display: block;
  		color: #000;
  	}

  	.prop_img
  	{
  		position: relative;
  		width: 100%;
  		padding-bottom: 64%;
  		height: 0;
  	}

  	.inner
  	{
  		padding: 20px;	

  		h2
  		{
  			display: block;
  			font-size: 180%;
  			line-height: 1.4em;
  			margin-bottom: 10px;
  			color: #000;
  			font-family: 'Montserrat', sans-serif;
  			font-weight: 500;

  			-o-transition:.2s;
  			-ms-transition:.2s;
  			-moz-transition:.2s;
  			-webkit-transition:.2s;
  			transition:.2s;
  		}

  		span
  		{
  			margin-bottom: 10px;

  			&.prop_type
  			{
  				color: #999;
  				text-transform: uppercase;
  				font-size: 9px;
  			}

  			&.prop_location
  			{
  				margin-bottom: 20px;
  			}

  			&.price
  			{
  				background-color: $orange;
  				color: #fff;
  				text-align: center;
  				line-height: 30px;
  				font-size: 120%;
  				font-family: 'Montserrat', sans-serif;
  				font-weight: 500;
  				letter-spacing: 1px;
  				text-transform: uppercase;

  				-webkit-border-radius:  0 0 10px 0;
  				-moz-border-radius:  0 0 10px 0;
  				border-radius: 0 0 10px 0;

  			}
  		}
  	}

  	&:hover
  	{
  		h2
  		{
  			color: $orange;
  		}
  	}
  }
  */
}
@media only screen and (max-width:500px) {
  .grid {
    background-color: #fff;
  }
}
.grid .grid_item {
  display: block;
  flex: 33.33%;
  max-width: 33.33%;
  padding: 20px;
}
@media only screen and (max-width:800px) {
  .grid .grid_item {
    flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width:500px) {
  .grid .grid_item {
    flex: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
}
.grid .grid_item .prop_img {
  display: block;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 10px;
}
.grid .grid_item h2 {
  display: block;
  font-size: 180%;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.grid .grid_item span {
  display: block;
  color: #000;
}
.grid .grid_item .inner {
  margin-bottom: 10px;
}
.grid .grid_item .inner .prop_type {
  color: #999;
  text-transform: uppercase;
  font-size: 9px;
}
.grid .grid_item .inner .prop_location {
  margin-bottom: 20px;
}
.grid .grid_item .inner .price {
  background-color: #f1812f;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 120%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.grid .grid_item:hover .price {
  background: #000;
  color: #fff;
}

#field_1_6 {
  display: none;
}

.single {
  /*
  ---------------------------------------------------------------------------
  =	MAP
  ---------------------------------------------------------------------------
  */
  /*
  ---------------------------------------------------------------------------
  =	GALLERY
  ---------------------------------------------------------------------------
  */
}
.single section {
  padding: 80px 20px;
}
.single section.gallery_block {
  padding: 0 20px 40px 20px !important;
}
.single .main {
  text-align: center;
  margin-bottom: 30px;
}
.single .main img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.single .btn {
  display: block;
  text-align: center;
  width: 100% !important;
  padding: 14px 20px;
  font-size: 120%;
  cursor: pointer;
  background-color: #f1812f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single .btn:hover {
  background-color: #000;
}
.single .tables {
  margin-top: 40px;
}
.single .no_orange {
  background-color: #fff;
}
.single .list_block {
  padding-bottom: 60px !important;
}
.single .list_block .list li {
  display: block;
  float: left;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding-right: 5%;
}
.single .map_intro h3 {
  margin-bottom: 0;
}
.single .map {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .single .map {
    padding-bottom: 100%;
  }
}
.single .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.single .gal {
  margin-bottom: 20px;
}
.single .gal a {
  display: block;
  float: left;
  position: relative;
  width: 9.1%;
  padding-bottom: 9.1%;
  margin: 0 1% 1% 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .single .gal a {
    width: 19%;
    padding-bottom: 19%;
  }
}
@media only screen and (min-width: 768px) {
  .single .gal a:nth-child(10n) {
    margin-right: 0;
  }
}
.single .gal a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single .gal a:hover:after {
  opacity: 1;
  filter: alpha(opacity=1);
}
.single .back a {
  display: block;
  float: left;
  line-height: 40px;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 120%;
  text-transform: uppercase;
}
.single .back a:hover {
  background-color: #f1812f;
}
