/*!
Theme Name: hines
Theme URI: http://hines.com/
Author: Bracketmedia
Author URI: https://bracketmedia.com/
Description: Hines
Version: 1.0.0

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
    margin: 0;
    padding: 0;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
    margin: 0;
}

html,
body {
    height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	outline: none;

}
a:focus {outline: none;}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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

@font-face {
    font-family: 'Euclid Flex';
    src: url('fonts/EuclidFlex-Thin.eot');
    src: url('fonts/EuclidFlex-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidFlex-Thin.woff2') format('woff2'),
        url('fonts/EuclidFlex-Thin.woff') format('woff'),
        url('fonts/EuclidFlex-Thin.ttf') format('truetype'),
        url('fonts/EuclidFlex-Thin.svg#EuclidFlex-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('fonts/EuclidFlex-Bold.eot');
    src: url('fonts/EuclidFlex-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidFlex-Bold.woff2') format('woff2'),
        url('fonts/EuclidFlex-Bold.woff') format('woff'),
        url('fonts/EuclidFlex-Bold.ttf') format('truetype'),
        url('fonts/EuclidFlex-Bold.svg#EuclidFlex-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('fonts/EuclidFlex-Medium.eot');
    src: url('fonts/EuclidFlex-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidFlex-Medium.woff2') format('woff2'),
        url('fonts/EuclidFlex-Medium.woff') format('woff'),
        url('fonts/EuclidFlex-Medium.ttf') format('truetype'),
        url('fonts/EuclidFlex-Medium.svg#EuclidFlex-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('fonts/EuclidFlex-Ultralight.eot');
    src: url('fonts/EuclidFlex-Ultralight.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidFlex-Ultralight.woff2') format('woff2'),
        url('fonts/EuclidFlex-Ultralight.woff') format('woff'),
        url('fonts/EuclidFlex-Ultralight.ttf') format('truetype'),
        url('fonts/EuclidFlex-Ultralight.svg#EuclidFlex-Ultralight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('fonts/EuclidFlex-Light.eot');
    src: url('fonts/EuclidFlex-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidFlex-Light.woff2') format('woff2'),
        url('fonts/EuclidFlex-Light.woff') format('woff'),
        url('fonts/EuclidFlex-Light.ttf') format('truetype'),
        url('fonts/EuclidFlex-Light.svg#EuclidFlex-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('fonts/EuclidFlex-Semibold.eot');
    src: url('fonts/EuclidFlex-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidFlex-Semibold.woff2') format('woff2'),
        url('fonts/EuclidFlex-Semibold.woff') format('woff'),
        url('fonts/EuclidFlex-Semibold.ttf') format('truetype'),
        url('fonts/EuclidFlex-Semibold.svg#EuclidFlex-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('fonts/EuclidFlex-Regular.eot');
    src: url('fonts/EuclidFlex-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidFlex-Regular.woff2') format('woff2'),
        url('fonts/EuclidFlex-Regular.woff') format('woff'),
        url('fonts/EuclidFlex-Regular.ttf') format('truetype'),
        url('fonts/EuclidFlex-Regular.svg#EuclidFlex-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
    font-family: 'Euclid Flex';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
	/* Fallback for when there is no custom background color defined. */
}

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, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 3px;
    background: transparent;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

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

select {
	border: 1px solid #ccc;
}

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

/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.site-branding a:hover {
	text-decoration: none;
}
.site-branding a:visited,
.site-branding a:focus {
	outline: 0 none;
}
.site-branding {
	float: left;
    margin-left: 15px;
}
.site-branding .custom-icon {
	margin-right: 10px;
}
.site-branding .custom-logo {

}
/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.main-navigation {
    float: right;
    margin-right: 15px;
	margin-top: 13px;
}

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

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

.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'Montserrat';
    color: #333F48;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-navigation a:focus,
.main-navigation a:visited {
	outline: 0 none;
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
	color: #97D700;
}

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

.button-content-header {
    position: absolute;
    right: 30px;
    top: 10px;
}

#nav-icon2 {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    border: 0 none;
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#nav-icon2:focus {
    outline: 0 none;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 40%;
  background: #333F48;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 40%;
  border-radius: 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 0;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 18px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 6px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(40% - 3px);
  top: 6px;
}

#nav-icon2.open span:nth-child(3) {
  left: -40%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 16px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(40% - 3px);
  top: 16px;
}

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

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

.site-content {
	padding-top: 80px;
}
.site,
.site-content,
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    height: 100%;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-content {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #FFFFFF;
    z-index: 999;
    padding: 20px 0;
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider{
	position:relative;
    padding-bottom: 0;
    overflow: hidden;
}

.main-slider .row {
	max-width: 100%;
    margin: auto;
}

.main-slider .content.alternate{
	max-width: 610px;
	width: 100%;
	float: right;
	display: block;
}

.main-slider .relative {
	position: relative;
}

.main-slider .slide{
	position:relative;
	padding:0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
    height: 100%;
}

.main-slider .container,
.main-slider .row {
    position: relative;
    overflow: hidden;
}

.main-slider .text-banner {
    position: absolute;
    z-index: 2;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}

.main-slider .text-banner.lobby {
	top: 66.5%;
}

.main-slider .text-banner.office-space {
	top: 61.5%;
}

.main-slider .text-banner.amenities {
	top: 46.7%;
}

.main-slider .text-banner.amenities h2,
.main-slider .text-banner.office-space h2 {
	margin-left: -7px;
}

.main-slider .text-banner.community {
	top: 40.8%;
}

.main-slider h2,
.main-slider h1{
	position:relative;
	color:#ffffff;
	font-size:90px;
    text-align: center;
	font-weight:600;
	line-height:100px;
	height: 100%;
	text-transform: uppercase;
	margin-top: 0;
    margin-bottom: .5rem;
}

.main-slider .text-banner.team h2,
.main-slider .text-banner.team h1 {
	text-transform: none;
	font-size:55px;
	line-height:55px;
}
.main-slider .text-left h2,
.main-slider .text-left h1 {
	text-align: left;
}
.main-slider .text-right h2,
.main-slider .text-right h1 {
	text-align: right;
	margin-right: 2px;
}
.main-slider h2 p,
.main-slider h1 p {
	margin: 0;
}
div.slide-up {
  height:200px;
  overflow:hidden;
}
/*.main-slider h2 {
  animation: 5s slide-up;
}*/

@keyframes slide-up {
  from {
    margin-top: 300%;
    height: 300%;
  }

  to {
    margin-top: 0%;
    height: 100%;
  }
}
.main-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 20px;
    max-width: 100px;
    margin-left: -50px;
    width: 100%;
    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	background: #ffffff;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	color:#ffffff;
	font-size:38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	color:#ffffff;
	font-size:38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ee2d50;
}
.main-slider-carousel .item {
	position: relative;
}

.main-slider-carousel .item img {
	max-height: 538px;
}

.main-slider-carousel .item .address-carousel {
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.main-slider-carousel .owl-stage{display:flex}
.main-slider-carousel .item:hover .address-carousel {
    opacity: 1;
    visibility: visible;
}
.main-slider-carousel .item .address-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.main-slider-carousel .item .address-content strong {
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 500;
	margin:0;
	font-size: 20px;
}
.main-slider-carousel .item .address-content p {
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 500;
	margin:0;
	font-size: 14px;
}

.main-slider-carousel .owl-nav span {
    color: #fff;
    font-size: 80px;
    line-height: 1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-slider-carousel .owl-nav span:hover {
	color: #97D700;
}
.main-slider-carousel .owl-nav .owl-prev {
    float: left;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -40px;
    left: 10px;
}
.main-slider-carousel .owl-nav .owl-next {
    float: right;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -40px;
    right: 10px;
}
.main-slider-carousel .owl-nav .owl-prev:focus,
.main-slider-carousel .owl-nav .owl-prev:visited,
.main-slider-carousel .owl-nav .owl-next:focus,
.main-slider-carousel .owl-nav .owl-next:visited {
	outline: 0 none;
}
.main-slider-carousel .owl-nav button:hover,
.main-slider-carousel .owl-nav .owl-prev:hover,
.main-slider-carousel .owl-nav .owl-next:hover,
.main-slider-carousel .owl-nav button:hover span,
.main-slider-carousel .owl-nav span:hover {
	background: transparent;
}
#video{
    position: relative;
    background: #fff;
    overflow: hidden;
}

.ytplayer-container{
    position: absolute;
    top: 0;
    z-index: -1;
}
.videobg {
  position: absolute;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: #fff; /* bg color, if video is not high enough */
    top: 0;
    max-height: 810px;
    bottom: 0;
    right: 0;
    left: 0;
}

.videobg.active {
	position: fixed;
    background: #000;
    z-index: 9999;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    max-height: 100%;
}

/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;

}

.videobg-make-height {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
}

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

/*--------------------------------------------------------------
# Content Page
--------------------------------------------------------------*/
section {
    padding-bottom: 60px;
}

.inner-page-content {
	padding-top: 60px;
}

.content-sidebar,
.content-large {
    padding-bottom: 0;
}

.content-sidebar {
    padding-top: 60px;
}

.text-content h2,
.text-content h1 {
    color: #333F48;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 0;
}

.text-content h3 {
	font-family: 'Montserrat';
    color: #000;
    font-size: 19px;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 20px;
}

.text-content p {
    font-family: 'Montserrat';
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

.text-content ul {
    margin: 0;
    margin-left: 20px;
    float: left;
    margin-right: 45px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.text-content ul li strong {font-family: 'Montserrat';}

.text-content.list-inner ul {
	width: 40%;
}

.text-content.list-inner ul:nth-child(2) {
    margin-right: 0;
}

.text-content.list-inner ul li strong {
	text-transform: uppercase;
}

.text-content.list-inner ul li.title {
    list-style: none;
    margin-left: -20px;
}

.home .text-content ul {
	width: 40%;
}

.text-content .feeds.large ul,
.feeds ul {
	width: 100%;
	max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
}

.feeds ul {
	max-height: 345px;
}

.text-content .feeds.large ul::-webkit-scrollbar-track,
.feeds ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.text-content .feeds.large ul::-webkit-scrollbar,
.feeds ul::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.text-content .feeds.large ul::-webkit-scrollbar-thumb,
.feeds ul::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.text-content ul:last-child {
    margin-right: 0;
}

.text-content ul li {
    margin-top: 7px;
    font-size: 14px;
   /* position: relative; */
}

/*.text-content ul li::before { content: '.'; position: absolute; top: -4px; left: -15px; } */

.box-icon-action {
	width: 100%;
	padding: 20%;
    text-align: center;
}

.box-icon-action img {
	max-width: 200px;
}

.animated .box-icon-action {
  animation: 2.5s slide-up-icon;
}

@keyframes slide-up-icon {
  from {
    margin-bottom: -100%;
  }

  to {
    margin-bottom: 0%;
  }
}

.content-actions {
    position: relative;
}

.content-actions .button-action {
    /*background: transparent url('images/button-bg.png') no-repeat scroll left top;*/
    display: block;
    padding: 8px 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adfa55+0,8af70c+30,cdfc96+100 */
  background: #adfa55; /* Old browsers */
  background: -moz-linear-gradient(left, #adfa55 0%, #8af70c 30%, #cdfc96 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #adfa55 0%,#8af70c 30%,#cdfc96 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #adfa55 0%,#8af70c 30%,#cdfc96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adfa55', endColorstr='#cdfc96',GradientType=1 ); /* IE6-9 */
}

.content-actions .button-action:hover {
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f7f7f+0,5b5b5b+30,dddddd+100 */
background: #7f7f7f; /* Old browsers */
background: -moz-linear-gradient(left, #7f7f7f 0%, #5b5b5b 30%, #dddddd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #7f7f7f 0%,#5b5b5b 30%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #7f7f7f 0%,#5b5b5b 30%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
}

.content-actions.show-device .animated .button-action {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: linearwipe 1.5s steps(40, end);
}

.content-actions .animated .button-action.hidde-device {
  white-space: nowrap;
  overflow: hidden;
  animation: linearwipe 1.5s steps(40, end);
}

@keyframes linearwipe{
  from { width: 0; }
}

.content-actions.show-device .button-action span {
    padding-left: 30px;
}

.content-actions .button-action span{
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0;

}
.content-actions .button-action:hover span {text-decoration: none;}
/*
.content-actions .button-action span:hover {
    color: #333F48;
    text-decoration: none;
}

.content-actions .button-action span:focus,
.content-actions .button-action span:visited {
	outline: 0 none;
}*/

.feeds h2,
.feeds h1 {
    font-family: 'Montserrat';
    color: #97D700;
    font-size: 11px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.feeds ul {
    margin: 0;
}

.feeds ul li {
    font-family: 'Montserrat';
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
}

.feeds ul li:last-child {
	margin-bottom: 0;
}

.feeds ul li span {
    font-family: 'Montserrat';
    color: #333F48;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.feeds.large ul li span {
	text-transform: uppercase;
}

.feeds.large ul li p {
	margin: 0;
}

.feeds ul li h3 {
    font-family: 'Montserrat';
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

.tabbable {
    position: relative;
    width: 100%;
}

.tabbable .superior-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 15%;
    border: 0 none;
    float: left;
}

.tabbable .superior-tabs li {
	float: left;
	width: 33.33%;
}

.tabbable .superior-tabs li a {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
	color: #333F48;
	text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.tabbable .superior-tabs li a.active,
.tabbable .superior-tabs li a:hover {
	color: #97D700;
	text-decoration: none;
}

.tabbable .superior-tabs li a:focus,
.tabbable .superior-tabs li a:visited {
	outline: 0 none;
}

.tabbable .superior-content {
    padding-left: 15%;
    position: relative;
    width: 100%;
    float: left;
}

.tabbable .superior-content .tab-pane .image-floor {
    position: absolute;
    left: 0;
    top: 50px;
}

.tabbable .superior-content .tab-pane .image-floor .tabs-floor {
    position: absolute;
    display: block;
    width: 95px;
}

.tabbable .superior-content .tab-pane .image-floor .tabs-floor:visited,
.tabbable .superior-content .tab-pane .image-floor .tabs-floor:focus {
	outline: 0 none;
}

.tabbable .superior-content .tab-pane .image-floor .high_rise_link {
    height: 95px;
    right: 25px;
    top: 10px;
}

.tabbable .superior-content .tab-pane .image-floor .mid_rise_link {
    height: 60px;
    right: 25px;
    top: 105px;
}

.tabbable .superior-content .tab-pane .image-floor .low_rise_link {
    height: 95px;
    right: 25px;
    top: 165px;
}

.tabbable .superior-content .tab-pane .inferior-tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -29px;
    border: 0 none;
}

.tabbable .superior-content .tab-pane .inferior-tabs li {
	margin-right: 10px;
}

.tabbable .superior-content .tab-pane .inferior-tabs li .floor-number {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
	color: #333F48;
	text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.tabbable .superior-content .tab-pane .inferior-tabs li .floor-number:focus,
.tabbable .superior-content .tab-pane .inferior-tabs li .floor-number:visited {
	outline: 0 none;
}

.tabbable .superior-content .tab-pane .inferior-tabs li .download {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	color: #333F48;
	text-decoration: underline;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    display: none;
    position: absolute;
    top: 8px;
    right: -95px;
}

.tabbable .superior-content .tab-pane .inferior-tabs li .download.appear {
	display: block;
}

.tabbable .superior-content .tab-pane .inferior-tabs li .active,
.tabbable .superior-content .tab-pane .inferior-tabs li .floor-number:hover {
	color: #97D700;
	text-decoration: none;
}

.tabbable .superior-content .tab-pane .inferior li .download:hover {
	text-decoration: none;
}

.tabbable .inferior-content {
    margin-top: 25px;
}

.tabbable .inferior-content .image-floor-inner {
    background: rgb(203,196,188,0.5);
    text-align: center;
    padding: 60px;
    position: relative;
}

.tabbable .inferior-content .image-floor-inner .control-zoom {
	position: absolute;
    right: 0;
    z-index: 99;
    max-width: 40px;
    transform: translateY(-50%);
    top: 50%;
}

.tabbable .inferior-content .image-floor-inner .control-zoom button {
	background: #97D700;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 1px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.tabbable .inferior-content .image-floor-inner .control-zoom button:hover {
	color: #333F48;
}

.tabbable .inferior-content .image-floor-inner .control-zoom button:focus,
.tabbable .inferior-content .image-floor-inner .control-zoom button:visited {
	outline: 0 none;
}

.tabbable .inferior-content .description {
    margin-top: 50px;
}

.tabbable .inferior-content .description h2 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
}

.tabbable .inferior-content .description p {
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 14px;
	color: #000;
	line-height: 21px;
}

.tabbable .inferior-content .list-description {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 35px;
}

.tabbable .inferior-content .list-description .list-description-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    max-width: 33.33%;
}

.tabbable .inferior-content .list-description .list-description-item .title-description {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
}

.tabbable .inferior-content .list-description .list-description-item .description-table {

}

.tabbable .inferior-content .list-description .list-description-item .description-table .description-table-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 7px;
}


.tabbable .inferior-content .list-description .list-description-item .description-table .description-table-item span {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-family: 'Montserrat';
}

.tabbable .inferior-content .list-description .list-description-item .description-table .description-table-item span:nth-child(2) {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    text-transform: none;
}

.box-error {
   padding: 18% 0; 
}

.box-error h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 25px;
}

.box-error .error-text {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.18;
    display: block;
    margin-bottom: 30px;
}

.box-error .button {
	color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    background: #333F48;
    border-radius: 0;
    border: 0 none;
    margin: auto;
    float: none;
    display: block;
    padding: 8px 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: bold;	
    max-width: 200px;
}

.box-error .button:hover {
	color: #97D700;
	text-decoration: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    padding-bottom: 30px;
}
.site-footer hr {
    margin-top: 2px;
}
.copyright {
		float: right;
		width: auto;
    font-family: 'Montserrat';
    font-size: 10px;
    color: #333F48;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.site-footer .row {
	float: left;
	position: relative;
	border-top: 1px solid #ccc;
  padding-top: 25px !important;
  display: block;
}

.social-network {
    float: left;
    width: auto;
}

.social-network span {
    font-family: 'Montserrat';
    font-size: 10px;
    color: #333F48;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.social-network ul {
    float: left;
    width: auto;

}
.site-footer .container {width:100%;padding:0;}
.site-footer .social-network ul {
  margin-top:10px;
  margin-left:46px;
}
.site-footer p.copyright {margin-right:46px;}

.social-network ul li {
    display: inline-block;
    margin-right:10px;
}
.social-network ul li img {
	max-width: 95px;
}
.site-footer .social-network ul li:nth-child(1) img {
	max-width: 65px;
}
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #97D700;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#back-to-top:hover {
    background: #000;
}
#back-to-top.show {
    opacity: 1;
}
.modal-dialog {
    max-width: 720px;
}

.modal-content {
    background: #333F48;
    box-shadow: none;
    border: 0 none;
    border-radius: 0;
}

.contact .close {
    color: #fff;
    font-size: 50px;
    opacity: 1;
    border: 0 none;
    text-shadow: none;
    font-family: 'Euclid Flex';
    font-weight: 200;
}

#contact-form {
    overflow: hidden;
    max-width: 260px;
    margin: auto;
    margin-top: 50px;
}

#contact-form label {
    display: block;
    margin: 0;
}

#contact-form p {
    margin-bottom: 15px;
}

#contact-form .input-content {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

#contact-form .input-content.choices-box {
    background: #fff;
    padding: 5px 10px;
    max-width: 353px;
    margin: auto;
    display: block;
    overflow: hidden;
    float: none;
    margin-bottom: 15px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px;
    background: transparent;
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-family: 'Montserrat';
}

#contact-form input[type="submit"] {
    color: #333F48;
    font-family: 'Montserrat';
    font-size: 12px;
    background: #97D700;
    border-radius: 0;
    border: 0 none;
    margin: auto;
    float: none;
    display: block;
    padding: 8px 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
}

#contact-form input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid {
    border-color: red;
}

#contact-form .contact-information {
    color: #FFFFFF;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 60px;
    padding-bottom: 60px;
}

#contact-form .wpcf7-not-valid-tip,
#contact-form .ajax-loader {
    display: none;
}

#contact-form input[type="text"]::placeholder,
#contact-form input[type="email"]::placeholder,
#contact-form textarea::placeholder {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
.wpcf7-mail-sent-ok {
    display: none !important;
}
#thank_you {
    display: none;
    padding-top: 187px;
    padding-bottom: 188px;
}
#thank_you p {
    font-family: 'Euclid Flex';
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
#thank_you p span {
    color: #97D700;
}
.wpcf7-form.sent #contact-form {
    display: none;
}
.wpcf7-form.sent #thank_you {
    display: block;
}
.videobg .buttons-video-content {
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin: -25px 0 0 -57px;
    z-index: 10;	
}
.videobg .buttons-video-content .button-videos {
    float: left;
    margin-right: 10px;
    width: 90px;
    height: 70px;
    overflow: hidden;
}
.videobg button.play {
    float:left;
    width:70px;
    height:70px;
    border:0;
    opacity:0;
    cursor:pointer;
    padding:0;
    display: none;
    z-index: 100;
    background: transparent;
}

.videobg button.pause {
    float:left;
    width:70px;
    height:70px;
    border:0;
    opacity:0;
    cursor:pointer;
    padding:0;
    display: none;
    z-index: 100;
    background: transparent;
}

.videobg button img {
	width: 100%;
}

.videobg button.unmute {
    z-index: 100;
    display: none;
    text-indent:-5000px;
    float:left;
    width:30px;
    height:30px;
    background:url(images/high-volume.svg) center center no-repeat;
    background-size:contain;
    border:0;opacity:0;
    cursor:pointer;
    padding:0;
    margin-top: 20px;
    display: none;
}

.videobg button.mute {
    z-index: 100;
    display: none;
    float:left;
    width:30px;
    height:30px;
    background:url(images/volume-off.svg) center center no-repeat;
    background-size:contain;
    border:0;opacity:0;
    cursor:pointer;
    padding:0;	
    margin-top: 0;
    display: none;
}

.videobg button.mute span {
	color: #98d800;
    position: absolute;
    width: 115px;
    top: 35px;
    font-size: 13px;
    right: -40px;
    max-width: 100px;
    line-height: 1.4;
}

.videobg button.fullscreen {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    display: none;
    text-indent:-5000px;
    float:left;
    width:40px;
    height:40px;
    background:url(images/fullscreen-alt.svg) center center no-repeat;
    background-size:contain;
    border:0;opacity:0;
    cursor:pointer;
    transition:all 0.5s ease;
    padding:0;	
    color: #98d800;
}

.videobg button.hideFullscreen {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    display: none;
    text-indent:-5000px;
    float:left;
    width:40px;
    height:40px;
    background:url(images/fullscreen-exit-alt.svg) center center no-repeat;
    background-size:contain;
    border:0;opacity:0;
    cursor:pointer;
    transition:all 0.5s ease;
    padding:0;	
    color: #98d800;
}

.videobg button.play:focus,
.videobg button.play:visited,
.videobg button.mute:focus,
.videobg button.mute:visited,
.videobg button.unmute:focus,
.videobg button.unmute:visited,
.videobg button.pause:focus,
.videobg button.pause:visited,
.videobg button.fullscreen:focus,
.videobg button.fullscreen:visited {
	outline: 0 none;
}

body.fullscreen-open {
    overflow: hidden;
}
.videobg .buttons-video-content.active button.pause.active,
.videobg .buttons-video-content.active button.play.active,
.videobg .buttons-video-content.active button.unmute.active,
.videobg .buttons-video-content.active button.mute.active {
	opacity: 1;
	display: block;
}

.videobg .box-content-buttons {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;	
}

/* Lucio */
.site-branding {margin-left:0;}
.main-navigation {margin-right: 0;}
.site-header .col-md-12 {padding: 0 46px;}


/*--------------------------------------------------------------
######################## Responsive ############################
--------------------------------------------------------------*/
@media screen and (min-width: 1440px) {
	.container{
        max-width: 1440px;
        padding: 0;
	}
   /*
    .to-right {
        margin-right: -100px;
    }
    .to-left {
        margin-left: -100px;
    }
    */
    .to-left.cont-effect {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
    }
    .feeds {
        max-width: 240px;
    }
    .feeds.large {
        max-width: 100%;
    }
	.content-actions .button-action {
	    padding-left: 100px;
	}
}
@media screen and (min-width: 1270px) {
	.content-sidebar .row.smalls,
    .content-large .row.smalls,
    .site-footer .row{
    		width: 100%;
        max-width: 100%;
        margin: auto;
	}
    .social-network {
        text-align: right;
    }
	.content-actions .button-action {
	    width: 100%;
	    padding-left: 30px;
	}
}
@media screen and (min-width: 992px) {
    .show-device {
        display: none !important;
    }
    .hidde-device {
        display: block !important;
    }
    .content-actions .button-action {
	    padding-left: 0;
	    margin-right: 0;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
    }
    .cont-effect {
        padding-left: 0;
        margin-right: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
	.box-icon-content {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: flex-end;
	    -ms-flex-align: end;
	    align-items: flex-end;
	}
.videobg:hover button.play.active,
.videobg:hover button.pause.active,
.videobg:hover button.mute.active,
.videobg:hover button.unmute.active {
	opacity: 1;
	display: block;
}


.videobg:hover button.mute.active,
.videobg:hover button.unmute.active,
.videobg:hover button.pause {opacity:1;}
}
@media screen and (min-width: 768px) {
    .img-fluid {
        width: 100%;
    }
    .modal-dialog {
        width: 720px;
    }
    .container {
    		width: 100%;
        /*max-width: 100%;*/
    }
     .videobg .buttons-video-content {
	    bottom:30%;
	    margin: -35px 0 0 -65px;
	    width:130px;
	    height:70px;
	}
}
@media screen and (min-width: 576px) {
    /*.container {
        max-width: 100%;
    }*/
}
@media screen and (max-width: 1220px) {
	.main-slider h2,
	.main-slider h1,
	.main-slider .text-banner.team h2,
	.main-slider .text-banner.team h1 {
		font-size: 8vw;
	}
	.main-slider .text-banner.team h2,
	.main-slider .text-banner.team h1 {
		padding: 0 25px;
		line-height: 8vw;
	}
}
@media screen and (max-width: 1140px) {
    .show-device {
        display: block !important;
    }
    .hidde-device {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
	.text-content h1,
	.text-content h2,
	.text-content h3  {
	    font-size: 3vw;
	    line-height: 4vw;
	}
	.text-content ul.nav-tabs li { width: 100%; }
	.text-content ul.inferior-tabs li {width: auto;}

	.tabbable .superior-content .tab-pane .inferior-tabs li .download.appear {
	    right: 15px;
	}
	.tabbable .superior-content {
		padding-left: 20%;
	}
}
@media screen and (max-width: 992px) {
    .sidebar {
        padding-bottom: 30px;
    }
    .feeds ul li {
    	margin-bottom: 20px;
    }
    .feeds ul li h3 {
    	margin-bottom: 0;
    }
    .content-sidebar {
    	padding-top: 30px;
    }
    section {
    	padding-bottom: 30px;
    }
    .feeds h2,
    .feeds h1 {
	    margin-top: 25px;
	    margin-bottom: 0;
	    font-weight: bold;
    }
    .feeds ul li:last-child {
    	margin-bottom: 0;
    }
  /*  .content-actions .button-action {
    	background: #c6fa82 url(images/button-bg.png) no-repeat scroll left top;
    }*/
	.animated .box-icon-action {
	    animation: 0;
	}
	.tabbable .inferior-content .list-description {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    max-width: 100%;
	    width: 100%;
	}
	.tabbable .inferior-content .list-description .list-description-item {
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	    -webkit-align-self: auto;
	    -ms-flex-item-align: auto;
	    align-self: auto;
	    margin-bottom: 25px;
	}
	.tabbable .inferior-content .list-description .list-description-item { max-width: 100%; width: 100%; }
	.text-content .feeds.large ul,
	.feeds ul {
		max-height: 100%;
	    overflow-y: hidden;
	}
	.main-slider .text-banner.amenities h2, 
	.main-slider .text-banner.office-space h2 {
	    margin-left: 0;
	}
	.videobg button.fullscreen.active,
	.videobg button.hideFullscreen.active {
		opacity: 1;
		display: block;
	}
}

@media screen and (max-width: 768px) {
    .img-fluid {
        width: 100%;
    }
	.header-content {
	    background-color: #FFFFFF;
	    box-shadow: 1px 4px 9px -6px rgb(0,0,0,0.3)
	}
	.main-navigation {
	    float: left;
	    margin-right: 0;
	    margin-top: 0;
	    width: 100%;
	}
	.main-navigation li {
	    width: 100%;
	    margin-top: 15px;
	}
	.tabbable .superior-content .tab-pane .image-floor {
		display: none;
	}
	.tabbable .superior-tabs,
	.tabbable .superior-content {
		padding-left: 0;
	}
	.tabbable .superior-tabs li {
	    width: 100%;
	}
	.tabbable .inferior-content {
	    margin-top: 20px;
	}
	.text-content ul li {
	    float: left; width: 100%;
	}
	.videobg button.play,
	.videobg button.pause {
		bottom: 50%;
		margin-bottom: -25px;
	}
	.videobg button.mute,
	.videobg button.unmute,
	.videobg button.fullscreen,
	.videobg button.hideFullscreen {
		width: 25px;
		height: 25px;
	}
	.videobg button.fullscreen,
	.videobg button.hideFullscreen {
	    width: 50px;
	    height: 50px;
	    background-size: 25px 25px;
	    right: 10px;
    	bottom: 10px;
	}
	.header-content {
		position: absolute;
    	width: 100%;
	}
	.videobg .buttons-video-content {
	    margin: -35px 0 0 -55px;
	    width: 110px;
	}
	.videobg button.unmute,
	.videobg button.mute {
	    right: 40px;
	    top: 15px;
	}
	.videobg button.mute span {
	    font-size: 10px;
	    max-width: 70px;
		right: -10px;
	    top: 23px;
	}
	.videobg button.mute {
		margin-top: 0;
	}
	.videobg button.unmute {
		margin-top: 15px;
	} 
	.videobg button.pause,
	.videobg button.play,
	.videobg .buttons-video-content .button-videos {
		width: 50px;
		height: 50px;
	}
	.videobg .buttons-video-content .button-videos {
		width: 70px;
		margin-right: 0;
	}
	.videobg button.unmute,
	.videobg button.mute {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 580px) {
    section {
        padding-bottom: 30px;
    }
    .content-sidebar {
        padding-top: 30px;
    }
    .text-content ul,
    .text-content.list-inner ul {
        width: 100%;
    }
    .text-content .content-actions ul:last-child {
        margin-top: 0;
    }
    .copyright p,
    .social-network {
        text-align: center;
    }
    .site-footer hr {
        margin-top: 10px;
    }
    .site-footer {
        padding-bottom: 5px;
    }
	.social-network {
	    position: relative;
	    left: 0;
	    top: 0;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.social-network ul {
	    float: none;
	    margin-left: 0 !important;
	}
    .copyright {
    	text-align: center !important;
    	padding-bottom: 10px;
    	margin-right: 0 !important;
    }
    .tabbable .superior-content .tab-pane .inferior-tabs {
    	width: 85%;
    }
    .home .text-content ul {width: calc(100% - 30px);}
    .copyright { width: 100%;}
    .text-content h1, .text-content h2, .text-content h3 { font-size: 20px; text-align: left; line-height: normal;}

    #contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea { font-size: 16px; }

    .text-justify h3 {font-size: 16px;}
}

#wpadminbar {
    display: none !important;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}

/* Lucas */


.modal-open .modal { padding-right: 0 !important;}
.main-slider .container { padding: 0; }
.main-slider .image-banner { float: left; width: 100%; }

.video__mobile {display: none;}
.site-footer .row { margin: 0; width: 100%; padding: 0 15px; box-sizing: border-box;}
.carrousel__image { float: left; width: 100%; padding-top: 166%; background-size: cover; background-position: top center; background-repeat: no-repeat; border-left: 10px solid #ffff; border-right: 10px solid #ffff;}
.carrousel__image--horizontal { float: left; width: 100%; padding-top: 83%; background-size: cover; background-position: top center; background-repeat: no-repeat; border-left: 10px solid #ffff; border-right: 10px solid #ffff;}

@media all and (max-width: 1440px) {
.main-slider-carousel .item img {max-height: 400px;}
.container { max-width: 100% !important;}
.content-sidebar .row.smalls, .content-large .row.smalls, .site-footer .row { padding: 0 !important;}
}
@media all and (max-width: 1270px) {
  .site-header .col-md-12 {padding: 0 30px}
  .site-footer .social-network ul {margin-left:30px;}
  .site-footer p.copyright { margin-right: 30px;}
  .site-header .main-navigation {right:22px;}
}

@media all and (max-width: 1024px) {
	.video__desktop {display: none;}
	.video__mobile {display: block; float: left; width: 100%; position: relative; padding-top: 56.25%;}
	.video__mobile iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
	.full__width__mobile { width: 100% !important; max-width: 100% !important; flex: none; padding-top: 20px;}
	.to-right { margin-top: 30px; }
	.tabbable .superior-tabs { padding-left: 0;}
	.tabbable .superior-content .tab-pane .inferior-tabs { left: auto!important; right: 0; width: calc(100% - 90px); }
}

@media all and (max-width: 1000px) {
.main-slider-carousel .item img {max-height: none;}
}

@media all and (max-width: 800px) {
.carrousel__image--horizontal { border-right: none; }
}

@media all and (max-width: 580px) {
    .carrousel__image {
    	height: 100%;
    	padding-top: 0;
    	border: 0 none;
    }
    .carrousel__image--horizontal {
    	border: 0 none;
    }
    .main-slider-carousel .item .address-content p {
    	padding: 0 35px;
    }
    .owl-carousel.owl-drag .owl-item {
    	opacity: 0;
    }
    .owl-carousel.owl-drag .owl-item.active {
    	opacity: 1;
    }
}

@media all and (max-width: 400px) {
.tabbable .superior-content .tab-pane .inferior-tabs li { margin-right: 5px; }
}



/*The Square*/
.banner-square {
	transform: translateY(-57%)!important;
    top: 57%!important;
}
.phonetag, .emailtag {
	margin-bottom:10px;
}
.phonetag span, .emailtag span {
	padding-left:10px;
}
.phonetag a, .emailtag a {
	color:#000000;
}
.phonetag a:hover, .emailtag a:hover {
	text-decoration:none;
}
.paragraph p{
	font-size:21.5px!important;
	line-height:32px;
	text-align: left;
    word-spacing: 2px;
}
.thesquaretitle h2{
	max-width: 60%;
}
.mini-block {
	display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
}
.mini-block .button-action {
    left: 0%;
}
.separator {
	height: 50px;
}
@media all and (max-width: 1025px) {
	.thesquaretitle h2{
		max-width: 100%;
	}
	.box-icon-content {
		display:none;
	}
	.highlight_text h3{
		font-size: 19px;
		font-weight: normal;
		line-height: 27px;
	}
	.separator {
		height: 30px;
	}	
}

@media all and (max-width: 768px) {
	.colum-container{
		padding-top:30px;
	}
	.colum-container ul {
		width:40%;
		margin-right: 0;
	}
	.paragraph p{
		font-size:18.5px!important;
		line-height:24px;
	}
	.banner-square {
		transform: translateY(-60%)!important;
   		top: 60%!important;
	}
	.mini-block {
		margin-bottom:30px;
	}
}

@media all and (max-width: 576px) {
	.colum-container ul {
		width:100%;
	}
	.order-xs-first {
    	-ms-flex-order: -1;
    	order: -1;
	}
	.banner-square {
		transform: translateY(-65%)!important;
   		top: 65%!important;
	}
}
