/*
Theme Name: Vertua Ltd
Theme URI: http://madeagency.com.au/
Author: Made Agency / Jose Anton Web Developer 
Author URI: http://madeagency.com.au/
Description: Description 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vertua-ltd
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Vertua Ltd is based on Made http://madeagency.com.au/ design, (C) 2012-2016 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: Nexa Book;
    src: url('fonts/nexa_book.otf');
}
@font-face {
    font-family: Nexa Bold;
    src: url('fonts/nexa_bold.otf');
}
@font-face {
    font-family: Nexa Light;
    src: url('fonts/nexa_light.otf');
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Nexa Book;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
        font-family: Nexa Bold;
}
h2 {
    font-size: 35px !important;
    line-height: 1.3em !important;
}
h3 {
    font-size: 20px !important;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
        background-color: #3f4041;
        position: fixed;
        z-index: 99;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
        font-family: Nexa Bold;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
/*	margin: 0 0 1.5em;*/
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
/*	margin: 1.5em 0 0;*/
    margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
CUSTOM STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.site-header {
    background-color: #3f4041;
}
/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}
.logo-container {
    background-color: #2c3031;
    float: left;
    width: 15%;
}
.logo-container-skew {
    -ms-transform: skew(-30deg, 0deg);
    /* IE 9 */
    -webkit-transform:skew(-30deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(-30deg, 0deg);
    background-color: #2c3031;
    width: 25%;
    z-index:20;
    position:relative;
    left: 2%;
}
#outer-left {
    -ms-transform: skew(-30deg, 0deg);
    /* IE 9 */
    -webkit-transform:skew(-30deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(-30deg, 0deg);
    background-color: #2c3031 !important;
    width: 45%;
    height: 99px;
    margin-left: -2% !important;
    position: fixed;
    top:0;
}
#inner-left {
    -ms-transform: skew(30deg, 0deg);
    /* IE 9 */
    -webkit-transform: skew(30deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(30deg, 0deg);
    display:inline-block;
}


.main-navigation .logo {
    margin-top: 10px;
/*    margin-left: 50%;*/
}
.main-navigation > div > ul {
	border-top: 0px solid #eee;
/*	padding: 0;*/
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
/*	border-bottom: 3px solid #eee;*/
	position: relative;
        padding: 20px;
/*        margin-bottom: 15px;*/
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
        color: #fff;
}

.main-navigation a:hover {
	color: #cccccc;
}
button.menu-toggle {
    border: 1px solid;
    border-color: #ccc;
    border-radius: 0px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-size: 0.70rem;
    line-height: 1;
    padding: .5em;
    float: right;
    margin-right: 20px;
    margin-top: 12px;
}
@media only screen and (max-width: 768px) {
    #outer-left {
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
        background-color: #2c3031 !important;
        width: 50%;
        padding: 1.3% 0 0 8% !important;
        margin-left: -4% !important;
        float: left;
        margin-left: -10%;
        margin-right: 5%;
    }
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px !important;
    }
    #outer-left {
        width: 60%;
        padding: 2% 0% 0 4% !important;
        float: left;
        margin-left: -4%;
        margin-right: 0%;
        height: 91px;
        visibility: hidden !important;
    }
    .full_menu_logo {
        width: 50%;
    }
    .main-navigation .logo {
        margin-top: 10px;
        margin-left: -35%;
    }
    .main-navigation li {
        position: relative;
        padding: 20px;
        float: none;
        display: block;
    }
    .main-navigation > div > ul {
        margin-top: 10%;
        margin-top: 12.5%;
        border-top: 1px solid #eee;
    }
    .main-navigation.toggled ul li {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    img.full_menu_logo {
        float: left!important;
        padding: 12px !important;
    }
}

@media only screen and (max-width: 600px) {
    #outer-left {
        width: 60%;
        padding: 2% 0% 0 4% !important;
        float: left;
        margin-left: -8% !important;
        margin-right: 0%;
        height: 81px;
    }
    .full_menu_logo {
        width: 60%;
    }
    .et_divi_builder #et_builder_outer_content .et_pb_fullwidth_menu .mobile_menu_bar:before {
    }
}
@media only screen and (max-width: 480px) {
    .et_divi_builder #et_builder_outer_content .et_pb_fullwidth_slider_0 .et_pb_slide_description {
/*        display: table !important;*/
/*        position: static !important;*/
        top: 10% !important;
        left: -4% !important;
        right: 0 !important;
        overflow: auto !important;
/*        padding: 0% 0% !important;*/
    }
}
@media only screen and (max-width: 350px) {
    .et_divi_builder #et_builder_outer_content .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        top: 7% !important;
        left: -3% !important;
    }
    h2 {
        font-size: 25px !important;
    }
}
.et_divi_builder #et_builder_outer_content .mobile_menu_bar:before {
    float: right;
    content: "\61";
    font-size: 50px !important;
    left: 0;
    position: relative;
    top: 0;
    cursor: pointer;
}
footer {
    background-color: #1b1b1b;
}
.site-info {
    margin-top: 14px;
}
.menu-menu-footer-container ul {
line-height: 3.5;
text-align: center;
margin-left: -40px;
}
.menu-menu-footer-container {
}
#menu-menu-footer li {
    display: inline-block;
    text-decoration: none;
    padding-right: 6.7% !important;  
}
#menu-menu-footer li:first-child {
    float: left;
/*    padding-right: 0 !important;*/
}
#menu-menu-footer li:last-child {
    float: right;
    padding-right: 0 !important;
}
#menu-menu-footer li a {
    text-decoration: none;
    color: #fff;
}
.copyright-section {
    position: absolute;
    color: #fff;
    left: 5%;
}
.address-footer {
    position: absolute;
    color: #fff;
    right: 5%;
}
@media only screen and (max-width: 1279px) {
  
    .copyright-section {
        position: static;
        color: #fff;
        text-align: center;
    }
    .address-footer {
        position: static;
        color: #fff;
        text-align: center;
    }
    
    
}
.et_pb_text_4 h3 {
    color: #f49711;
}
.et_divi_builder #et_builder_outer_content .et_pb_module img {
    margin-left: 50%;
    margin-top: -14px;
    position: relative;
    z-index: 999;
}

/*img.full_menu_logo {
    float: left!important;
    padding: 20px !important;
}*/
img.full_menu_logo {
    float: left!important;
    /* padding: 20px !important; */
    padding-top: 2px!important;
    /* padding-bottom: 3px!important; */
}
#menu-menu-top-main {
float: right !important;
}
.especial-heading h2 {
    font-size: 35px;
    position: absolute;
    z-index: 1111;
}
@media only screen and (max-width: 767px) {
    .especial-heading h2 {
        position: static;
    }
    .special-paragraph {
        margin-top: 0% !important;
    }
}
#menu-menu-footer {
    text-align: center !important;

}
#menu-menu-footer li {
    padding-right: 2%;
}
hr.style1 {
    border-top: 5px solid #fff !important;
    width: 50%;
    margin:0 auto !important;
    margin-top: 10px !important;
}
hr.style2 {
    border-top: 5px solid #4f99de !important;
    width: 70%;
    margin:0 auto !important;
    margin-top: 5% !important;
}
hr.style3 {
    border-top: 5px solid #4f99de !important;
    width: 15%;
    margin: 0 auto !important;
}

#mc_embed_signup {
    background:#fff; 
    clear:left; 
    font-family: Nexa Book;
    width:100%;
}
#mc_embed_signup form {
    text-align: center !important;
    padding: 10px 0 10px 0;
}
#mc-embedded-subscribe {
    background: url(https://vertua.madeagency.com.au/wp-content/uploads/2017/01/06.jpg) no-repeat !important;
    margin-top: 10px !important;
    background-position: center !important;
    background-repeat: no-repeat;
}
.wrap-form {
    background-color: #fff !important;
    max-width: 40%;
    margin: 0 auto !important;
}
.wrap-form input {
    border: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_testimonial_author {
    text-align: right;
}
.secondary-menu:hover {
    opacity: 0.7;
}
div.secondary-menu P {
    padding-bottom: 0 !important;
}
.et_pb_slide_description h2 {
    font-family: Nexa Book !important;
    font-weight: 400 !important;
}

/*---------FADE IN-----------*/

#top-section .et_pb_animation_fade_in.et-animated{ 
	/*opacity: 1; 
	-webkit-animation: fadeIn 1s 3 cubic-bezier(0.77,0,.175,2) !important; 
	-moz-animation: fadeIn 1s 3 cubic-bezier(0.77,0,.175,2) !important;; 
	-o-animation: fadeIn 1s 3 cubic-bezier(0.77,0,.175,2) !important;
	animation: fadeIn 1s 3 cubic-bezier(0.77,0,.175,2) !important;*/
}

/*.et_divi_builder #et_builder_outer_content .et_pb_contact_form {
    margin-left: 0 !important;
}*/

.et_divi_builder #et_builder_outer_content .et_pb_contact_form_label {
     display: block !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_contact p input {
    background-color: #eee;
    border: 1px solid #000 !important;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    color: #999;
    padding: 16px;
}
.et_divi_builder #et_builder_outer_content .et_contact_bottom_container {
    float: right;
    text-align: right;
    margin-top: 2.5% !important;
    overflow: hidden;
}
.et_divi_builder #et_builder_outer_content .et_pb_contact .et_pb_contact_field_half {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 2%;
}
form.et_pb_contact_form p {
    margin-bottom: 5% !important;
}



/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  /* opacity: 0; */
  margin: 2em auto;
  -webkit-transition: opacity 0.2s !important;
  -moz-transition: opacity 0.2s !important;
  transition: opacity 0.2s !important;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto !important;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 auto !important;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0)) !important;
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0)) !important;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0)) !important;
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0)) !important;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #000 !important;
  -webkit-transition: -webkit-transform 0.4s !important;
  -moz-transition: -moz-transform 0.4s !important;

  transition: transform 0.4s !important;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f !important;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: left center !important;
  -moz-transform-origin: left center !important;
  -ms-transform-origin: left center !important;
  -o-transform-origin: left center !important;
  transform-origin: left center !important;
  -webkit-transition: -webkit-transform 0.3s !important;
  -moz-transition: -moz-transform 0.3s !important;
  transition: transform 0.3s !important;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0) !important;
  -moz-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  -o-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s !important;
  -moz-transition: background-color 0.3s, border-color 0.3s !important;
  transition: background-color 0.3s, border-color 0.3s !important;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #4f99de;
  border-color: #4f99de;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #4f99de;
  border-color: #4f99de;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #4f99de;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  top: 95%;
  right: 10% !important;
  bottom: auto;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #666666  !important;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent !important;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s !important;
  -moz-transition: border-color 0.3s !important;
  transition: border-color 0.3s !important;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  left: 60%;
  top: 60%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -moz-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%)!important;
  -o-transform: translateX(-50%) translateY(-50%)!important;
  transform: translateX(-50%) translateY(-50%)!important;
  background: url(img/cd-arrow.svg) no-repeat 0 0!important;
  background-size: cover;
}
.cd-timeline-navigation a.prev {
  left: 10% !important;
  -webkit-transform: translateY(-50%) rotate(180deg)!important;
  -moz-transform: translateY(-50%) rotate(180deg)!important;
  -ms-transform: translateY(-50%) rotate(180deg)!important;
  -o-transform: translateY(-50%) rotate(180deg)!important;
  transform: translateY(-50%) rotate(180deg)!important;
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s !important;
  -moz-transition: height 0.4s !important;
  transition: height 0.4s !important;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%)!important;
  -moz-transform: translateX(-100%)!important;
  -ms-transform: translateX(-100%)!important;
  -o-transform: translateX(-100%)!important;
  transform: translateX(-100%)!important;
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s!important;
  -moz-animation-duration: 0.4s!important;
  animation-duration: 0.4s !important;
  -webkit-animation-timing-function: ease-in-out !important;
  -moz-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0)!important;
  -moz-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  -o-transform: translateX(0)!important;
  transform: translateX(0)!important;
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right !important;
  -moz-animation-name: cd-enter-right !important;
  animation-name: cd-enter-right !important;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left !important;
  -moz-animation-name: cd-enter-left !important;
  animation-name: cd-enter-left !important;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse !important;
  -moz-animation-direction: reverse !important;
  animation-direction: reverse !important;
}
.cd-horizontal-timeline .events-content li > * {
/*  max-width: 800px;*/
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)!important;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%)!important;
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%)!important;
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%)!important;
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)!important;
    -moz-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%)!important;
    -moz-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%)!important;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%)!important;
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%)!important;
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%)!important;
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%)!important;
    -moz-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    -o-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%)!important;
    -moz-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }
}

@media only screen and (max-width: 768px) {
    .et_divi_builder #et_builder_outer_content .et_pb_image_1:after,
    .et_divi_builder #et_builder_outer_content .et_pb_text_7:before,
    .et_divi_builder #et_builder_outer_content .et_pb_text_9:after,
    .et_divi_builder #et_builder_outer_content .et_pb_image_3:after,
    .et_divi_builder #et_builder_outer_content .et_pb_text_11:before,
.et_divi_builder #et_builder_outer_content .et_pb_text_3:before
    {
        display: none;
    }
}
@media only screen and (max-width: 1000px) {
    .et_divi_builder #et_builder_outer_content .et_pb_text_0:after {
        display: none;
    }
    .et_divi_builder #et_builder_outer_content .et_pb_text_2:before {
        display: none;
    }

.et_divi_builder #et_builder_outer_content .et_pb_text_3:before{
 display: none;
}
}
@media only screen and (max-width: 767px) {

   
    
    .et_divi_builder #et_builder_outer_content .et_pb_section_2.et_pb_section {
        padding-bottom: 0;
    }
    .et_pb_slide_description {
        padding: 0 !important;
        position: absolute !important;
        top: 15% !important;
        transform: translateY(-50%);
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;;
        right: 0 !important;;
    }
}
@media only screen and (max-width: 500px) {
        h2 {
            font-size: 40px !important;
            line-height: 1.3em !important;
        }
        .wrap-form {
            background-color: #fff !important;
            max-width: 100%;
            margin: 0 auto !important;
        }
}

@media only screen and (max-width: 350px) {
        h2 {
            font-size: 30px !important;
        }
}

.et_pb_slide_description {
    padding:0 !important;
    position: absolute !important;
    top: 25%;
    transform: translateY(-50%);
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;;
    right: 0 !important;;
}

.prueba {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 1s ease-out !important;
    -moz-transition: all 1s ease-out !important;
    -o-transition: all 1s ease-out !important;
    transition: all 1s ease-out !important;
}

/*@media only screen and (max-width: 1920px) {
    .et_pb_slide_description {
        padding: 25% 8% !important;
    }
}
@media only screen and (max-width: 1440px) {
    .et_pb_slide_description {
        padding: 20% 8% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .et_pb_slide_description {
        padding: 13% 8% !important;
       
    }
}
@media only screen and (max-width: 768px) {
    .et_pb_slide_description {
        padding: 47% 0% !important;
       
    }
}*/
#investors-bg .et_pb_parallax_css {
    background-position: 0% 200% !important;
}
.et_pb_slide_content h1 {
    font-size: 50px !important;
    line-height: 65px !important;
    font-weight: normal!important;
}

/*calendar*/
#tribe-events-bar  {
    display: none;
}
span.tribe-events-list-separator-month {
    display: none;
}
h2.tribe-events-page-title {
    display: none;
}
.tribe-event-schedule-details, .tribe-events-venue-details {
    font-size: 22px;
}
div.tribe-events-list-event-description {
    margin-bottom: 50px !important;
}
#gmap .et_pb_with_background .et_pb_row {
    width: 100% !important;
}
.et_divi_builder #et_builder_outer_content #gmap .et_pb_with_background .et_pb_row {
    width: 100% !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    width: 100% !important;
}
/*funds-management page fix slider disappeared */
.et_divi_builder #et_builder_outer_content .et_pb_slider .et_pb_slide{
   position: static !important;
}


.bullets-on ul li{
     list-style-type: disc !important;
padding-left: 20px !important;
}

.bullets-on ul {
padding-left: 20px !important;
}






/* chris stuff */


.et_divi_builder #et_builder_outer_content .et_parallax_bg {


	background-position: center !important;
}
/*
	.et_pb_section {

		padding:30px !important;
	}
	#top-section.et_pb_section {

		padding:0 !important;
	}


@media (max-width:1025px) {

	.et_pb_section {

		padding:30px !important;
	}
	#top-section.et_pb_section {

		padding:0 !important;
	}

}

*/


@media (max-width:1100px) {

	.et_pb_section p,
	.et_pb_section h1,
	.et_pb_section h2,
	.et_pb_section h3,
	.et_pb_button_module_wrapper {

		padding-left:15px !important;
		padding-right:15px !important;
	}




	#et_builder_outer_content > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_5 > div{
		max-width:none !important;
	}

	


}

#et_builder_outer_content > div > div.et_pb_section.et-waypoint.et_pb_animation_fade_in.et_pb_section_1.et_pb_with_background.et_section_regular.et-animated {


/*	padding-top:15px;
	padding-bottom: 15px;*/
}

/*Homepage quote*/
#quote1-home p,
#quote2-home p,
#quote3-home p{
padding-bottom:0!important;
}

#key-document img{
height:150px;
width:100%;
}

#quote-opportunities .et_pb_slide_description{
padding-top:20% !important;
}


/*Homepage page*/
#quote3-home{
padding-top:90px !important;
}

#quote1-home,
#quote2-home{
padding-top:65px !important;
}

/*-----------------------------------------------------------------------1681*/
@media (max-width:1681px){
#quote-fund .et_pb_slide_description{
top: 160px !important;
}

#quote-opportunities .et_pb_slide_description{
padding-top:16% !important;
}


}
/*-----------------------------------------------------------------------1601*/
@media (max-width:1601px){
#quote-opportunities .et_pb_slide_description{
padding-top:15% !important;
}
}


/*-----------------------------------------------------------------------1367*/
@media (max-width:1367px)
{
#quote-property .et_pb_slide_description,
#quote-professional .et_pb_slide_description{
top: 200px !important;
}

#quote-print .et_pb_slide_description{
top:130px !important;
}


#quote-fund .et_pb_slide_description{
top: 90px !important;
}
}

/*minor fixed-----------------------------------------------------------------------1025*/
@media (max-width:1025px){

/*Homepage page*/
#quote3-home{
padding-top:90px !important;
}

#quote1-home,
#quote2-home{
padding-top:65px !important;
}


/*Investos page*/
#section1{
padding-bottom:0!important;
}

#section2{
padding-bottom:0!important;
padding-top:0!important;
}

#section3{
padding-top:0!important;
}

.et_contact_bottom_container{
float: left !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section_5{
padding-top: 40px !important;
    padding-bottom: 30px !important;

}
.et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.secondary-menu.et_pb_text_3{
width:180px !important;
margin-left: auto !important;
margin-right: auto !important;
	
}

.et_pb_row.et_pb_row_0.et_pb_row_4col{
    max-width: 65% !important;
}

.text-investors.et_pb_row.et_pb_row_0.et_pb_row_4col{
 max-width: 100% !important;
}



#et_pb_contact_form_0{
padding-left: 20px !important;
}

.et_pb_slide_content h1{
font-size:30px !important;
line-height:45px !important;
}




h2{
font-size: 30px !important;
}


.text-investors{
margin-top:3% !important;
}

}
/*-----------------------------------------------------------------------768*/
@media (max-width:768px){

#quote-opportunities .et_pb_slide_description{
padding-top:38% !important;
}

#print-content .et_pb_column_3,
#property-content .et_pb_column_3,
#professional-content .et_pb_column_3{
border-right:0 !important;
min-height:0 !important;
}

#print-content .et_pb_column_3 p,
#property-content .et_pb_column_3 p,
#professional-content .et_pb_column_3 p{
padding-bottom:0 !important;
}

#quote-property .et_pb_slide_description,
#quote-professional .et_pb_slide_description{
top: 300px !important;
}

#quote-print .et_pb_slide_description{
top:200px !important;
}

#quote-fund .et_pb_slide_description{
top:150px !important;
}




#quote1-home,
#quote2-home{
padding-top:10px !important;
}

#quote3-home{
padding-top:20px !important;
}

#quote1-home .et_pb_testimonial_author,
#quote2-home .et_pb_testimonial_author,
#quote3-home .et_pb_testimonial_author
{
padding-right:20px;
}

.text-investors {
padding: 0!important;
}
#menu-menu-footer{
padding:10px 0px 5px 0px !important;
}

.et_contact_bottom_container{
float:left !important;
}


.et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.secondary-menu.et_pb_text_3{
width: 180px !important;
margin-left: auto !important;
margin-right: auto !important;
}

.et_pb_testimonial_description_inner p{
padding-bottom: 0 !important;
}

#menu-menu-footer li {
    display: block !important;
float:none !important;    
padding-right:0 !important;
}

.et_pb_slide_content h1{
font-size:30px !important;
line-height:45px !important;
}

h2{
font-size: 30px !important;
}

#et_pb_contact_form_0{
padding-left:20px !important;
}

.et_pb_row.et_pb_row_12{
display:none;
}

.et_pb_row.et_pb_row_8{

}

.et_pb_row.et_pb_row_10{

}

#contact-content{
padding-top:0 !important;
}



/*remove divider on mobile-About page*/
.et_divi_builder #et_builder_outer_content .et_pb_image_1:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_8:before{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_10:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_image_4:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_14:before{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_image_5:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_17:before{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_image_6:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_17:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_19:before{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_23:before{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_image_8:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_12:after{
display:none;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_21:after{
display:none;
}

.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.special-paragraph.text-investors.et_pb_text_5{
margin-top:15% !important;
}





#gmap{
padding: 0 !important;
}

.et_pb_section.et_pb_section_2.et_section_regular.et_section_transparent{
padding: 0 !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_row_4col > .et_pb_column.et_pb_column_1_4{
margin-right:0 !important;

}
}

@media (max-width:737px){
#quote-opportunities .et_pb_slide_description{
padding-top:8%!important;

}

#quote1-home{
padding-top:15px !important;
}

#quote2-home{
padding-top:5px !important;

}

#quote2-home p{ 
font-size:25px !important;
}

#quote3-home{
padding-top:40px !important;

}

#quote3-home p{
font-size:25px !important;
}


#menu_full_custom img{
width:155px;
}
.et_divi_builder #et_builder_outer_content .et_pb_testimonial_0.et_pb_testimonial *{
font-size:25px !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_testimonial_author{
text-align:center;
}
}

@media (max-width:415px){
#quote-opportunities .et_pb_slide_description{
padding-top:0 !important;
top:0 !important;
}

#quote1-home{
padding-top:40px !important;
}

#quote2-home{
padding-top:0 !important;
}

#quote3-home{
padding-top:10px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_slide_0 .et_pb_slide_description{
top: 65px !important;
}

.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular,
.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular,
.et_pb_section.et_pb_section_4.et_pb_with_background.et_section_regular
{
padding-top:0 !important;
padding-bottom:0 !important;
}

.et_pb_contact_submit.et_pb_button{
margin:0 !important;
}

#et_pb_contact_form_0 {
    padding-left: 10px !important;
}

.et_pb_testimonial_description_inner p{
font-size: 25px !important;
}

.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.special-paragraph.text-investors.et_pb_text_5{
margin-top:0 !important;
}



.et_pb_column.et_pb_column_1_2.et_pb_column_3{
border-right:0 !important;
max-width:initial !important;
}

.et_pb_column.et_pb_column_1_3.et_pb_column_3{
border-right:0 !important;
}

.et_contact_bottom_container {
float:initial !important;
text-align:center !important;
}



}
a.link-repeater:hover .title-repeater {
	opacity:0.7!important;
}
img.icon-pdf {
	float: left;
    margin-right: 20px!important;
}
div.title-repeater {
	line-height:30px;
	float: left;
}
div.plus-repeater {
	float: right;
}

hr.custom-hr {    
	display: block;
    height: 1px;
    border: 0!important;
    border-top: 1px solid #ccc!important;
    margin: 1em 0!important;
	padding: 0!important;
	clear: both;
}

.timeline-hr{
	border-bottom: 3px solid #4f99de !important;
}

.wpex.horizontal-timeline .timeline-hr{
	top: 35px !important;
}

.wpex.horizontal-timeline .horizontal-content .ex_s_lick-prev,
.wpex.horizontal-timeline .horizontal-content .ex_s_lick-next{
	display:none !important;
}