/*
Theme Name: Black Trade Stone
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@import url("css/font-awesome.min.css"); 

@font-face {
    font-family: 'futura_md_btbold';
    src: url('../fonts/futurab-webfont.eot');
    src: url('../fonts/futurab-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurab-webfont.woff2') format('woff2'),
         url('../fonts/futurab-webfont.woff') format('woff'),
         url('../fonts/futurab-webfont.ttf') format('truetype'),
         url('../fonts/futurab-webfont.svg#futura_md_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futura_oblique';
    src: url('../fonts/futura_oblique-webfont.eot');
    src: url('../fonts/futura_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_oblique-webfont.woff2') format('woff2'),
         url('../fonts/futura_oblique-webfont.woff') format('woff'),
         url('../fonts/futura_oblique-webfont.ttf') format('truetype'),
         url('../fonts/futura_oblique-webfont.svg#futura_oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

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;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-family: 'futura_md_btbold';
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
	background: #fff;
	/* background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); */
	border: 1px solid #dadada;
	border-radius: 0;
	color: #cb3368;
	padding: 12px 15px;
	width: 100%;
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    background: url('images/down-arrow.png') no-repeat right 10px center;  
}
select option{color: #cb3368;padding: 12px 15px;}
button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	height: 70px;
	resize: none;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */
.pt-0{padding-top: 0 !important;}
.mb-100{margin-bottom: 100px !important;}

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #7e7d7c;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	font-family: 'futura_oblique';
}

p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 22px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}

ol {
	list-style: decimal;
	list-style-position: inside;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #e2b245;
}

:-moz-placeholder {
	color: #e2b245;
}

::-moz-placeholder {
	color: #e2b245;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #e2b245;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	border: 0;
	border-radius: 0px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	padding:12px 22px;
	background: #e2b245;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all .25s ease-in;
	   -moz-transition: all .25s ease-in;
	    -ms-transition: all .25s ease-in;
	     -o-transition: all .25s ease-in;
	        transition: all .25s ease-in;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #8a5e10;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="file"],
textarea, select {
	background-color: #fff;
	/* background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); */
	border: 1px solid #cfd5d8;
	border-radius: 0;
	color: #1e1e1e;
	padding: 12px 15px;
	width: 100%;
	font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="file"];focus,
textarea:focus {
	background-color: #fff;
	border-color: #ef7702;
	color: #757575;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	-moz-appearance: none;
	-webkit-appearance: none;
}

.search-submit:before {
	content: '\f002';
	font-size: 17px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
	font-family: FontAwesome;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #e2b245;
	text-decoration: none;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

a:hover,
a:focus,
a:active {
	color: #7e7d7c;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 0 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: inline-block;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0;
	float: right;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
	position:relative;
	top:0;
	right:0;
	background:transparent;
	z-index:1;
}


.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 0px solid #1a1a1a;
	border-bottom: 0px solid #1a1a1a;
	clear: both;
	margin: 0;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.6153846154;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'museo_slab500';
}

.post-navigation .post-title {
	display: inline;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 0px solid #1a1a1a;
}

.pagination {
	border-top: 0px solid #1a1a1a;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}

.site-content {
	word-wrap: break-word;
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 0;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
	clear: both;
	background:none;
	z-index: 3;
}

.site-header-main {
	background: none;
	width: 100%; position: absolute; left: 0; top:0;
	z-index: 2;
	padding-top: 30px;
	transition: all 0.2s ease-in;
}

.site-branding {
	margin: 0 auto;
	width:auto;
	float:left;
}

.site-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: #c0b287;
	color: #fff;
	font-size: 0;
	margin: 20px 0 0;
	width:38px;
	height: 47px;
	float:right;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #c0b287;
	/*border-color: #007acc;*/
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #c0b287;
	/*border-color: #ff5f05;*/
	color: #fff;
	z-index: 10;position: relative;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}


/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-size: 35px;
	line-height: 45px;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #ff0000;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	background-color: #111111;
}

.site-info {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.6153846154;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 130px;
	padding-bottom: 60px;
}

.site-info a {
	color: #595954;
}

.site-info a:hover,
.site-info a:focus {
	color: #e2b245;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 61.188em) {
	.site {
		margin: 0 auto;
	}

	.site-main {
		margin-bottom: 0;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 0;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 58px 0 0;
		padding: 0;
		float: right;
	}

	.site-header-menu {
		margin: 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		display: none;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 61.188em) {

	.site-header-menu {
		float:right;
	}


	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0;
	}

	.content-area {
		float: left;
		margin-right: 0;
		width: 100%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 0;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 0;
		margin-bottom: 0;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 0;
		background-color: #282828;
		border-top: 1px dotted #787878;
		float: left;
		width: 100%;
		clear: both;
		padding: 0 20px;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 10px;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

/*index page*/
h2{font-size: 44px; line-height: 46px; letter-spacing: 3px; color: #e2b245; text-transform: uppercase;}
h3{font-size: 30px; line-height: 32px;}
h4{font-size: 24px; line-height: 22px;}
h5{font-size: 22px; line-height: 22px;}
h6{font-size: 20px; line-height: 22px; color: #e2b245; text-transform: uppercase;}
p:last-of-type{margin-bottom: 0;}
@media only screen and (max-width: 639px){
	h1, h2, h3, h4, h5, h6{ margin-bottom: 8px; }
	h2{font-size: 28px;}
	h3{font-size: 20px;}
	h4{font-size: 18px;}
	h6{font-size: 16px;}
}

.text_center_align{text-align: center;}
.text_left_align{text-align: left;}
.text_right_align{text-align: right;}

/* bg-color */
.white-bg{ background-color: #fff; }
.light-grey-bg{ background-color: #ebebeb; }
.dark-grey-bg{ background-color: #1c1d1c; }
.darken-grey-bg{ background-color: #111111; }
.black-bg{ background-color: #000000; }
.yellow-bg{ background-color: #ca8d1c; }

/* color */
.black-text{ color: #000; }

/* container */
.max-container{ max-width: 1920px; width: 100%; margin: 0 auto; position:relative;}
.container{max-width:1300px; width: 100%; margin: 0 auto; padding: 0 15px; position:relative;}
@media only screen and (max-width: 1023px){
	.container{max-width:100%;}
}

/* btn */
.btn{ padding:19px 32px; background: transparent; color:#fff; font-size: 15px; line-height: 18px; font-weight: 700; letter-spacing: 4px;text-transform:uppercase; display:inline-block; -webkit-transition:background-color 1s ease; -moz-transition:background-color 1s ease; -ms-transition:background-color 1s ease; -o-transition:background-color 1s ease; transition:background-color 1s ease; position: relative; z-index: 1;}
.btn span{ margin-left: 28px; position: relative; width: 9px; height: 9px; display: inline-block;}
.btn span:before, .btn span:after{content: ""; position: absolute; top: calc(50% - 2px); left: 0; width: 100%; height: 1px; background-color: #e9e9e8;}
.btn span:after{ -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: center; transform-origin: center; }

.btn.solid-btn{ color: #000;}
.btn.solid-btn span:before, .btn.solid-btn span:after{ background-color: #000; }
.btn:before{ content: ''; position: absolute; top: 0; left: 0; width: 55px; height: 55px; border-radius: 100px; background-color: rgba(88, 74, 40, 1.0); z-index: -1; -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);}
.btn:after{ content: ''; position: absolute; top: 0; right: 8px; width: 100%; height: 55px; border-radius: 100px; background-color: rgba(88, 74, 40, 1.0); z-index: -1; -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); opacity: 0;}
.btn.solid-btn:before, .btn.solid-btn:after{ background-color: #e2b245;}
.btn:hover{ color: #fff; }
.btn:hover:before{ width: 100%; opacity: 0;}
.btn:hover:after{ opacity: 1; width: 55px; }
.btn.solid-btn:hover{ color: #000;}
.normal-btn{ background-color: #8a5e10; color: #fff; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; border: 2px solid #8a5e10; padding: 11px 20px;}
.normal-btn:before, .normal-btn:after{ display: none; }
.normal-btn:hover{ background-color: transparent; }

@media only screen and (max-width: 479px){
	.btn{ padding: 7px 20px; font-size: 14px; letter-spacing: 2px;}
	.btn span{ margin-left: 8px; }
	.btn:before, .btn:hover:after{ width: 30px; height: 30px; }
}


/* Header */
html, body{ /*overflow-x: hidden;*/ }
body.overflow{ overflow: hidden; }
.site-branding{  -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; margin-top: -5px;}
.site-branding img{ height: 92px; }

@media only screen and (min-width: 768px){
	.site-header-main.sticky{ background-color:rgba(0, 0, 0, 0.8); position:fixed; left: 0; top: 0; width:100%; z-index: 4; /* padding-top: 10px;  */padding-bottom: 20px;}
	/* .site-header-main.sticky .site-branding{width: 300px; margin-top: 5px;} */
	/* .site-header-main.sticky .main-menu .logo-inner{ margin-top: 18px; } */
	.site-header-main{position: fixed; }
}

@media only screen and (max-width: 639px){
	.site-branding{ width: 60%; margin-top: 0;}
	.site-branding img{ height: auto; }
}

/* menu */
.menubutton{width: 65px; height: 65px; background: #e2b245; position: relative; float: right; text-align: center; border-radius:50% ;display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center;margin-right: 10px; z-index: 999; cursor: pointer;}


@-webkit-keyframes menuboder {
	0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
	80% { -webkit-transform: scale(1.6); transform: scale(1.6); }
	100% { opacity: 0; -webkit-transform: scale(1.6); transform: scale(1.6); }
}
@keyframes menuboder {
	0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
	80% { -webkit-transform: scale(1.6); transform: scale(1.6); }
	100% { opacity: 0; -webkit-transform: scale(1.6); transform: scale(1.6); }
}
.menubutton:after{width:64px;height:64px;box-sizing:border-box;content:'';display:block;position:absolute;top:0;left:0;pointer-events:none;border:4px solid #e2b245;border-radius:50%;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-name:menuboder;animation-name:menuboder;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite; }

.menubutton span{ width: 28px; height: 2px; background: #fff; margin: 3px 0; position: absolute; left: 17px;  -webkit-transition: 0.3s; transition: 0.3s;}
.menubutton.is-opened-navi span{ margin: 2px 0; }
.menubutton.is-opened-navi span:first-child{-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);left: 18px; top: 29px;}
.menubutton.is-opened-navi span:nth-child(2){left: -10px; opacity: 0; }
.menubutton.is-opened-navi span:last-child{-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);left: 18px; top: 30px;}

.menubutton span:first-child{top: 21px;}
.menubutton span:nth-child(2){top: 28px; left: 23px;}
.menubutton span:last-child{bottom: 21px;}

@media only screen and (max-width: 639px){
	.menubutton, .menubutton:after{ width: 45px; height: 45px; }
	.menubutton span{ width: 20px;left: 13px;}
	.menubutton span:first-child{ top: 18px; }
	.menubutton span:nth-child(2) { top: 24px; left: 17px;}
	.menubutton span:last-child { bottom: 25px;}
	.menubutton.is-opened-navi span:first-child, .menubutton.is-opened-navi span:last-child{ left: 14px; top: 18px;}
}
.menubutton.is-opened-navi { position: fixed; right: 36px; }
@media only screen and (max-width: 979px){
	.menubutton.is-opened-navi { right: 14px; top: 30px;}
}

.for_ie{ display: none; }
/* for IE10 */
@media all and (-ms-high-contrast:none){
	.for_ie{ display: block; }
	#menubtn{ display: none; }
	.main-menu.is-opened{ background-color: #111; }
}
/* for IE9 */
@media all and (min-width:0\0) and (min-resolution:.001dpcm){
  .for_ie{ display: block; }
  #menubtn{ display: none; }
  .main-menu.is-opened{ background-color: #111; }
}

.slidedown{ width: 100vw; height: 100vh; pointer-events: none; position: fixed; top: 0; left: 0;}
.slidedown .overlaycolor:nth-of-type(1) { fill: #000000; }
.slidedown .overlaycolor:nth-of-type(2) { fill: #1d1d1f; }
.slidedown .overlaycolor:nth-of-type(3) { fill: #111111; }

.main-menu{width: 100vw; height: 100vh; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: start; position: fixed; top: -800em; left: 0; z-index: 100; }
.main-menu.is-opened{ top: 0; }
.main-menu-inner{ display: inline-block; /*width: 93vw;*/ width: 100%; /* height: 95vh; */ height: 78vh;}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.main-menu-inner{ height: 60vh; }
}
.main-menu ul{ list-style-type: none; margin-top: 15px;}
.main-menu.is-opened li{opacity:1;transform:translateY(0) rotate(0);pointer-events:auto;transition-timing-function:ease;transition-duration: 0.3s;}
.main-menu li{opacity:0;transform:translateY(-100%);pointer-events:none;transition:transform 0.3s,opacity 0.3s;transition-timing-function:ease-in; display: inline-block; margin: 25px 36px 0 0; padding-right: 36px; font-family: 'futura_md_btbold'; display: inline-block; vertical-align: top; position: relative;}
.main-menu li a{ font-size: 54px; line-height: 1; color: #ffffff; text-decoration: none; position: relative; /*white-space: break-spaces;*/ text-transform: uppercase;}
.main-menu li a:hover{color: #e2b245;}
.main-menu li a:after{content: '/'; position: absolute; right: -48px; top: 5px; color: #fff;}
.main-menu li:last-child a:after{display: none;}
.main-menu li a:hover:after{ color: #fff; }

.main-menu.is-opened .menu-addressbox, .main-menu.is-opened .logo-inner{ opacity: 1;}
.main-menu .logo-inner{opacity: 0;-webkit-transition: 1s; transition: 1s; margin-top: 25px; float: left;}
.main-menu .logo-inner img{ height: 92px; }
.menu-addressbox{width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row-reverse; opacity: 0;-webkit-transition: 1s; transition: 1s; padding: 75px 0 0;}
.menu-addressbox .group{ padding-right: 38px;  }
.menu-addressbox .group .title{ font-size: 12px; margin: 0; font-family: 'Open Sans', sans-serif; font-weight: 700;}
.menu-addressbox .group p, .menu-addressbox .group span{ font-size: 12px; color: #bbbaba; margin: 0;}
.menu-addressbox .group span{display: block; width: 100%; float: left;}
.menu-addressbox .group .share-item{cursor: pointer; float: left; width: 25px; height: 25px; margin: 15px 15px 0 0;}
.menu-addressbox .group a{ color: #bbbaba; }
.menu-addressbox .group a:hover{ color: #e2b245; }

@media only screen and (max-width: 979px){
	.main-menu li{ margin: 10px 20px 0 0; padding-right: 20px; }
	.main-menu li a { font-size: 16px;}
	.main-menu li a:after{ right: -24px; top: 0px; }
	.menu-addressbox{ padding: 20px 0 0; flex-flow: wrap-reverse;}
	.menu-addressbox .group { width: 100%; padding-right: 0; } 	
	.menubutton.is-opened-navi{ top: 23px; }
}
@media only screen and (max-width: 639px){
	.main-menu.is-opened .logo-inner{ width: 60%; }
	.main-menu .logo-inner img { height: auto;}
}


/* Banner */
.banner{ position: relative; padding: 225px 0 153px;}
.banner:after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* background-color: rgba(16, 15, 15, 0.85); */background-color: rgba(0, 0, 0, 0.7); z-index: 1;}
.banner video{  position: absolute; top: 0; height: 100%;width: 100%;object-fit: cover; }
.banner_caption{ position: relative; z-index: 2; max-width: 930px; text-transform: uppercase; margin: 0 auto;}
.banner_caption h1{ font-size: 80px; line-height: 97px; letter-spacing: 17px; font-family: 'futura_md_btbold'; color: #fff;}
.banner_caption p{ color: #e2b245; font-size: 40px; line-height: 42px; letter-spacing: 6px; font-family: 'futura_oblique'; margin-bottom: 91px;}

@media only screen and (max-width: 1199px){
	.banner_caption{ padding: 0 30px;}
}
@media only screen and (max-width: 1025px){
	.banner_caption h1{ font-size: 40px; line-height: 47px; letter-spacing: 7px;}
	.banner_caption p{ font-size: 25px; line-height: 26px; letter-spacing: 4px; margin-bottom: 25px;}
}
@media only screen and (max-width: 979px){
	.banner_caption h1{ font-size: 30px; line-height: 32px;}
	.banner_caption p{ font-size: 20px; line-height: 22px;}
}
@media only screen and (max-width: 767px){
	.banner{ padding: 180px 0 100px; }
	.banner_caption h1{ font-size: 20px; line-height: 22px; margin-bottom: 5px;}
	.banner_caption p{ font-size: 16px; line-height: 20px;}
}


/*scroll me area*/
.scroll-me {  transform: translate3d(0px, 0px, 0px); position: absolute; z-index: 2; width: 70px; height: 328px; left: 0; top: 80%; -webkit-transform: translateY(-90%);  -moz-transform: translateY(-90%);  -ms-transform: translateY(-90%); -o-transform: translateY(-90%); transform: translateY(-90%);  background: #ce8f1d; }
.border-box {background: #000; position: absolute; width: 1px; height: 166px; left: 50%; top: 72px; overflow: hidden; }
.border-box .line { width: 100%; height: 200%; background-position: 0 -10.4rem; background-size: 100% 200%; animation: scrolldown 2.2s cubic-bezier(0.5, 0, 0.3, 1) forwards infinite; background: linear-gradient(to bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%); }

.scroll-me .box-top, .scroll-me .box-bottom{ top: 14px; position: absolute; height: 60px; transform: rotate(-90deg); font-size: 14px; color: #fff;  color: #fff;display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center; justify-content: center; width: 100%;}
.scroll-me .box-bottom{bottom: 14px; top: inherit;}
@-webkit-keyframes scrolldown {
	0% { background-position: 0 -10.4rem; }
	75% { background-position: 0 0; }
	100% { background-position: 0 10.4rem; }
}
@keyframes scrolldown {
	0% { background-position: 0 -10.4rem; }
	75% { background-position: 0 0; }
	100% { background-position: 0 10.4rem; }
}
@media only screen and (max-width: 767px){
	.scroll-me{ height: 200px; width: 48px; display: none;}
	.scroll-me .box-top{ height: 20px; top: 10px; }
	.scroll-me .box-bottom{ height: 20px; }
	.border-box{ top: 42px; height: 97px; }
}
/* section */
.section{ position: relative; background-position: 12% 0; background-repeat: repeat; background-image: url('images/bg-border.png');}
.section.black-bg{ padding-top: 125px; padding-bottom: 125px; }
.padding-top{ padding-top: 100px; }
.padding-bottom{ padding-bottom: 100px; }
.section.black-bg.no-padding-top, .no-padding-top{ padding: 0; }
@media only screen and (max-width: 979px){
	.section.black-bg{ padding-top: 50px; padding-bottom: 50px;}
	.padding-top{ padding-top: 50px; }
	.padding-bottom{ padding-bottom: 50px; }
}


/* service-section */
.service_block_section{ position: relative; padding-bottom: 90px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.service_image{ position: absolute; z-index: 1; left: 0; top: -39px; width: calc(100% - 50%); height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.service_image img{ width: 100%; }
.service-section-outer{ max-width: 600px; padding-top: 87px; float: right;}
.service_points{ list-style-type: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: wrap; margin-top: 50px;}
.service_points li{ width: -moz-calc((100% - 96px) / 3); width: -webkit-calc((100% - 96px) / 3); width: calc((100% - 96px) / 3); margin-right: 48px; margin-bottom: 30px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-content: center; justify-content: space-evenly; text-align: center; min-height: 168px;}
.service_points li:nth-child(3n + 3){ margin-right: 0; }
.service_points li img{ margin-bottom: 30px; }
.service_points li a{ width: 100%; height: 100%; border-radius: 30px; border: 1px solid #363636; background-color: #262726; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-flow: column; padding: 20px; font-size: 13px; line-height: 16px; text-transform: uppercase; color: #fff; transition: all 0.2s ease-in;}
.service_points li a:hover{	background: #ce8f1d; border-color: #ce8f1d;	color: #fff; -moz-box-shadow: 0 0 25px -3px #ce8f1d; -webkit-box-shadow: 0 0 25px -3px #ce8f1d; box-shadow: 0 0 25px -3px #ce8f1d; }
@-webkit-keyframes icon_pointing {
	0%   {-webkit-transform: translateX(0); opacity: 1;}
	49.9%  {-webkit-transform: translateX(-18px); opacity: 0}
	50%  {-webkit-transform: translateX(18px); opacity: 0}
	100% {-webkit-transform: translateX(0); opacity: 1}
}
@keyframes icon_pointing {
	0%   {transform: translateX(0); opacity: 1;}
	49.9%  {transform: translateX(-18px); opacity: 0}
	50%  {transform: translateX(18px); opacity: 0}
	100% {transform: translateX(0); opacity: 1}
}
.service_points li a:hover img{ -webkit-animation: icon_pointing .3s ease 0s; animation: icon_pointing .3s ease 0s; }

@media only screen and (max-width: 1299px){
	.service-section-outer{ max-width: 48%; }
}
@media only screen and (max-width: 1023px){
	.service_block_section{ flex-flow: wrap; padding-bottom: 0;}
	.service_image{ position: relative; top: 0; height: 300px; width: 100%; }
	.service-section-outer{ float: none; max-width: 100%; }
}
@media only screen and (max-width: 767px){
	.service_points li{ width: -moz-calc((100% - 30px) / 2); width: -webkit-calc((100% - 30px) / 2); width: calc((100% - 30px) / 2); margin-right: 30px;}
	.service_points li:nth-child(3n + 3){ margin-right: 30px; }
	.service_points li:nth-child(2n + 2){ margin-right: 0; }
}

/* who_we_are */
.who_we_are{ padding-top: 74px; padding-bottom: 92px;}
.who_we_are_inner{ padding: 0 94px; }
#who-we-carousel{ padding-top: 52px; padding-bottom: 83px;}
#who-we-carousel .item{padding-left: 50px; text-align: left; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
#who-we-carousel .owl-item:nth-child(even){ margin-top: 70px; }
#who-we-carousel .who_image{ position: relative; margin-left: 36px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
.who_image_inner{   overflow: hidden;}
#who-we-carousel.owl-carousel .owl-item .who_image img{ transition: all 0.2s ease-in; }
#who-we-carousel.owl-carousel .owl-item .who_image:hover img{ transform: scale(1.1); }
#who-we-carousel .who_image:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);  -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in; z-index: 1;}
#who-we-carousel .item:hover .who_image:before{ background-color: rgba(0, 0, 0, 0.2); }
#who-we-carousel .who_image h3{ position: absolute; z-index: 1; left: -40px; max-width: 250px; color: #fff; margin-bottom: 0;  -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
#who-we-carousel .who_image h3 strong{ font-family: 'futura_md_btbold'; }
#who-we-carousel .owl-item:nth-child(even) .who_image h3{ top:  60px;  -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
#who-we-carousel .owl-item:nth-child(odd) .who_image h3{ bottom:  40px; }
#who-we-carousel .owl-item:nth-child(even) .item:hover .who_image h3{ top:  0; }
#who-we-carousel .owl-item:nth-child(odd) .item:hover .who_image h3{ bottom: 5px; }
#who-we-carousel .number-icon{ margin-bottom: 10px; font-size: 30px; line-height: 32px; color: #5c5c5c; font-family: 'futura_oblique';}

@media only screen and (max-width: 767px){
	.who_we_are_inner{ padding: 0; }
}

.counter-block{ list-style-type: none; padding-top: 66px; padding-bottom: 80px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between;}
.counter-block li{ width: -moz-calc((100% - 90px) / 4); width: -webkit-calc((100% - 90px) / 4); width: calc((100% - 90px) / 4); margin-right: 30px; }
.counter-block li:nth-child(4n + 4){ margin-right: 0; }
.counter-block h2{ font-family: 'futura_md_btbold'; letter-spacing: 0; margin-bottom: 5px;}
.counter-block p{ font-size: 20px; color: #cda13e; text-transform: uppercase; }
@media only screen and (max-width: 979px){
	.counter-block{ flex-flow: wrap;}
	.counter-block li{ width: -moz-calc((100% - 30px) / 2); width: -webkit-calc((100% - 30px) / 2); width: calc((100% - 30px) / 2); margin-right: 30px; margin-bottom: 30px;}
	.counter-block li:nth-child(2n + 2){ margin-right: 0; }
}
@media only screen and (max-width: 639px){
	.counter-block{ flex-flow: wrap;}
	.counter-block li{ width: 100%; margin-right: 0; margin-bottom: 20px;}
	.counter-block p{ font-size: 15px;}
}

/*latest-news*/
#latest-news .item{ opacity:0.4; transition:.4s ease all; margin-top: 25vh; transform:scale(.8); }
@media(max-width:1000px){
  #latest-news .item{margin:0; transform:scale(.9)}
}
#latest-news .active .item{ opacity:1; transform:scale(1);} 
#latest-news .owl-item {  -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0);}

#latest-news .inner{ position:absolute; top: 50%; transform: translateY(-50%); left: -58px; text-align: right; max-width: 526px; width: 100%; opacity: 0;} 
#latest-news .inner h3{ font-size: 3vw; line-height: 1; white-space: nowrap; position: relative; overflow: hidden; font-family: 'futura_oblique'; color: #000; }
#latest-news .inner h3 span{ background-color: rgba(226, 178, 69, 0.9);  margin-bottom: 6px;  padding: 5px; display: inline-block; }
#latest-news .inner p{ max-width: 100vw; text-align: right; font-size: 1.2vw; color: #fff; font-family: 'futura_oblique'; }
#latest-news .inner a{ margin: 20px 0 0 0;  cursor: pointer; color: #fff; padding: 10px 20px; background-color: #111111;  font-size: 12px; text-transform: uppercase; display: inline-block;}

#latest-news .owl-controls{position:absolute; margin-top:300px;}
#latest-news{ height: 100vh; }
#latest-news .item .latest__img-wrap{ height: 50vh; background-size: cover; background-position: 0;}
#latest-news .active .item{  margin-top: 0; }
#latest-news .active .item .latest__img-wrap{ width: 65%; height: 100vh; margin: 0 auto;}
#latest-news .active .item .inner{opacity: 1;}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#latest-news .active .inner h3 span{  -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: slideInRight; animation-name: slideInRight;}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

#latest-news .active .item .latest__img-wrap{ -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


#latest-news .active .inner p, #latest-news .active .inner a{ -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
#latest-news.owl-carousel .owl-nav button.owl-next, #latest-news.owl-carousel .owl-nav button.owl-prev{ position: absolute; top: 50%; transform: translateY(-50%); width: 198px; height: 50vh; font-size: 0;}
#latest-news.owl-carousel .owl-nav button.owl-next{ right: 0; }

@media only screen and (max-width: 979px){
	#latest-news .active .item .latest__img-wrap{ width: 88%; }
	#latest-news .inner{ transform: -webkit-translate(-50%, -50%); transform: -moz-translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; text-align: center; max-width: 330px; }
	#latest-news .inner p{ text-align: center; }
	#latest-news .item .latest__img-wrap{ height: 100vh; }
}
@media only screen and (max-width: 767px){
	#latest-news, #latest-news .active .item .latest__img-wrap, #latest-news .item .latest__img-wrap{ height: 60vh; }
}

/* corporate-logo */
.corporate-logo_section{ padding: 45px 0 8px;}
.corporate-logo{ list-style-type: none; margin: 0 auto; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: wrap;}
.corporate-logo li{ width: -webkit-calc(100% / 5); width: -moz-calc(100% / 5); width: calc(100% / 5); display: inline-block; vertical-align: top; border-right: 1px solid #484848; margin-bottom: 37px; min-height: 53px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; padding: 0 10px;}
.corporate-logo li:nth-child(5n + 5){ border-right: 0; }

@media only screen and (max-width: 767px){
	.corporate-logo li{ width: -webkit-calc(100% / 3); width: -moz-calc(100% / 3); width: calc(100% / 3); min-height: 20px; margin-bottom: 20px;}
	.corporate-logo li:nth-child(3n + 3){ border-right: 0; }
}

/* footer */
footer .container{ max-width: 1200px; }
.footer_email{ font-size: 63px; line-height: 1; position: relative; padding-top: 35px;}
.footer_email:before{ content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 2px; background-color: #e2b245; }
.footer_email a{ color: #fff; }
.footer_phone{ font-size: 32px; line-height: 34px; font-family: 'futura_oblique';}
.footer_phone a{ color: #595954; }
.footer_block{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: nowrap; margin-top: 100px;}
.footer_blocks{ padding-right: 180px; width: 50%;}
.footer_blocks h6{ font-size: 16px; line-height: 18px; position: relative; padding-left: 13px; color: #e2b245; text-transform: uppercase;}
.footer_blocks h6:before{ content: '/'; position: absolute; left: 0; top: 0;}
.footer_blocks p{ font-size: 30px; line-height: 44px; letter-spacing: 10px; color: #595954;}

@media only screen and (max-width: 979px){
	.footer_email{ font-size: 40px; }
	.footer_blocks{ padding-right: 80px; }
}
@media only screen and (max-width: 767px){
	.footer_block{ flex-flow: wrap; margin-top: 35px;}
	.footer_blocks{ padding-right: 30px; width: 100%; margin-bottom: 20px;}
	.footer_blocks p{ letter-spacing: 1px; }
	.footer_email{ font-size: 2em; }
	.footer_phone{ font-size: 25px; line-height: 26px;}
}
@media only screen and (max-width: 639px){
	.footer_blocks{ padding-right: 74px; }
}
.newsletter_section{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: nowrap; margin-top: 35px;}
.newsletter_section input[type="text"]{ background-color: #000; color: #595954; font-size: 14px; border: 0; height: 54px; width: 70%;}
.newsletter_section input[type="submit"]{ background-color: #8a5e10; color: #fff; font-size: 14px; letter-spacing: 3px; font-family: 'futura_oblique';}
.newsletter_section input[type="submit"]:hover{ background-color: #976a19; }
.newsletter_section input[type="text"]::-webkit-input-placeholder{ color: #595954; }
.newsletter_section input[type="text"]:-moz-placeholder{ color: #595954; } 
.newsletter_section input[type="text"]::-moz-placeholder{ color: #595954; }
.newsletter_section input[type="text"]:-ms-input-placeholder{ color: #595954; }

@media only screen and (max-width: 639px){
	.newsletter_section input[type="submit"]{ font-size: 12px; }
}
@media only screen and (max-width: 479px){
	.newsletter_section{ flex-flow: wrap; }
	.newsletter_section input[type="text"], .newsletter_section input[type="submit"]{ width: 100%; }
}
.footer_bottom{ list-style-type: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin-top: 79px; margin-bottom: 10px;}
.footer_bottom li{ padding-right: 22px; margin-right: 21px; position: relative; font-size: 13px; line-height: 13px;}
.footer_bottom li:after{ content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background-color: #595954; }
.footer_bottom li:last-child{ padding-right: 0; margin-right: 0; }
.footer_bottom li:last-child:after{ display: none; }
.footer_bottom li a, .copyright{ color: #595954; }
.copyright{ font-size: 13px; line-height: 16px; }

@media only screen and (max-width: 767px){
	.footer_bottom{ margin-top: 35px; justify-content: center;}
	.footer_bottom li, .copyright{ text-align: center; }
}

/* back_to_top */
.back_to_top{ z-index: 2; position: absolute; bottom: 10.8rem; right: 105px; }
.back_to_top a{ text-decoration: none; border: 0; display: block; height: 60px; width: 60px; line-height: 56px; text-align: center; background: black; color: white; text-align: center; text-transform: uppercase; border-radius: 50%; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.back_to_top a i{ font-size: 21px; line-height: inherit; }
.back_to_top a:hover, .back_to_top a:focus{ background-color: #8a5e10; }
.back_to_top:before{ content: ""; display: block; width: 1px; height: 100px; background-color: #595954; position: absolute; top: -115px; left: 50%;}
.back_to_top:after{content: "back to top"; display: inline-block; width: 150px; font-size: 14px; line-height: 30px; text-transform: uppercase;letter-spacing: 0.2rem; color: #595954; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; position: absolute; left: calc(30px + 15px); top: -165px;}

@media only screen and (max-width: 979px){
	.back_to_top{ right: 20px; }
}


/*inner*/
.h4-headline {
    color: #aaa;
    font-family: 'futura_md_btbold';
}
.btn-block{
	border: 1px solid #D9B854;
	border-image: url(images/gold01.png) 10%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.inner-banner .banner_caption h1{
	font-size: 50px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px){
	.inner-banner .banner_caption h1{ font-size: 40px;}
}
@media only screen and (max-width: 639px){
	.inner-banner .banner_caption h1{ font-size: 25px;}
}
.inner-banner{
	padding: 150px 0 80px;
}
.inner-wrap{
	padding: 85px 0;
	background: #fff;
}
.inner-section{
	padding: 85px 0; 
	background: #fff;
	position: relative;
}

.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
}

.container-row,
.container-column {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.container-row {
    justify-content: space-between;
}

.container-column {
    flex-direction: column;
}

.content {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
}

.content-row {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.content-column {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.p-text{
	text-align: justify;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
}
@media only screen and (max-width: 639px){
	.p-text{ text-align: left; }
}

.button__text {
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #D9B854;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.button-block{
	border: 1px solid #D9B854;
	border-image: url(../images/gold01.png) 10%;
	padding: 5px 15px;	
	font-size: 14px;
	line-height: 18px;
}

.button-block .button__text{
	font-size: 14px;
	line-height: 18px;
}

.container-row .effet-item{position: relative; 
	overflow: hidden; 
	background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;}
.effet-item .image-cover{
	-webkit-backface-visibility: hidden;
     backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    position: relative;
}
.effet-item:hover .image-cover{
	-webkit-transform: translate3d(0,-120px,0);
    transform: translate3d(0,-120px,0);
}


/* about us */
.about-page-what__list_item {
    width: calc(100% / 2 - 10px);
    height: calc(100% / 2 - 10px);
    padding: 25px 25px 30px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
}
@media only screen and (max-width: 979px){
	.about-page-what__container.container-row{ flex-flow: column; }
	.about-page-what__container .content-column, .about-page-what__list{ width: 100%; }
	.about-page-what__list_item{ margin-bottom: 20px;}
}
@media only screen and (max-width: 639px){
	.about-page-what__list_item { width: 100%;}
}
.about-page-what__list_image {
    height: 70px;
    width: 70px;
    margin-top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #000;
    fill: #D9B854;
}

.about-page-what__list_pic {
    height: 4.5rem;
    width: 4.5rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.about-page-what__list_h4 {
    margin-top: 35px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.about-page-what__list_p {
    margin-top: 15px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
}

/*Careers Page*/
.career-blocks{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
}
.career-block{
	width: 50%;
	padding-right: 15px;
}
.career-block + .career-block{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	padding-right: 0;
}
.career-block h2{
	letter-spacing: 8px;
}
.career-block + .career-block:before{
	content: '';
	position: absolute;
	width: 24%;
	height: 100%;
	left: auto;
	right: auto;
	top: 0;
	border: 10px solid #e2b245;
}
.career-block + .career-block img{
	height: 276px;
	position: relative;
}
@media only screen and (max-width: 979px){
	.career-blocks{
		flex-flow: wrap;
	}
	.career-block{
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.career-block + .career-block{
		margin-top: 30px;
	}
	.career-block + .career-block:before{
		display: none;
	}
}
.open-position{
	margin-top: 40px;
}
.open-position-row{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 26px;
	border-bottom: 1px solid #181818;
}
.open-position-row:last-of-type{
	border-bottom: 0;
}
.open-position-name{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	width: 19%;
}
.open-icon{
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: #8a5e10;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-right: 18px;
}
.open-position-name h6, .open-position-name p, .open-position-location p{
	color: #fff;
}
.open-position-name h6{		
	margin-bottom: 0;
	font-size: 16px;
	font-family: 'futura_md_btbold';
}
.open-position-location p{
	text-transform: uppercase;
}
.open-position-location .fa{
	color: #e2b245;
	font-size: 18px;
	margin-right: 16px;
}
.open-position-location span{
	text-transform: uppercase;
}
@media only screen and (max-width: 767px){
	.open-position-row{
		flex-flow: column;
		text-align: center;
	}
	.open-position-name{
		width: 100%;
	    align-items: center;
	    justify-content: center;
	    margin-bottom: 20px;
	    flex-flow: column;
	}
	.open-icon{
		margin-bottom: 5px;
	}
	.open-position-location{
		margin-bottom: 20px;
	}
}
.career-quote-block{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
	justify-content: center;
}
.career-quote{
	max-width: 433px;
	margin-right: 60px;
}
.career-quote h3, .career-quote p{
	color: #343a3b;
}
.career-quote p{
	font-weight: 600;
}
.quote-icon{
	margin-bottom: 26px;
}
@media only screen and (max-width: 979px){
	.career-quote-block{
		flex-flow: wrap;
	}
	.career-quote{
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 0;
	}
}
/*      Affiliates Page      */
.affiliate-block{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.affiliate-column{
	width: 35%;
}
.affiliate-image{ 
	width: 60%;
	padding: 65px;
	position: relative;
}
.affiliate-image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 163px;
	height: 163px;
	background-color: #cb8d1c;
}
.affiliate-image:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 163px;
	height: 163px;
	background: url('images/affiliate-pattern.png') repeat left top;
}
.affiliate-image img{
	position: relative;
	z-index: 1;
}
.affiliate-image-text{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	padding: 35px 79px;
	background: #000;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	max-width: 480px;
}
.affiliate-image-text h3{
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
}
.tick-bullets{ 
	list-style-type: none; 
}
.tick-bullets li{ 
	background: url('images/tick-bullet1.png') left top 6px no-repeat; 
	padding-left: 32px; 
	padding-bottom: 13px;
	color: #000000;
	font-weight: 700;
}
.tick-bullets li:last-child{ 
	margin-bottom: 0; 
}
#latest-news.affiliate-slider{
	height: 65vh;
	margin-top: 87px;
}
#latest-news.affiliate-slider .active .item .latest__img-wrap{
	height: 65vh;
}
#latest-news.affiliate-slider .item{
	margin-top: 11vh;
}
#latest-news.affiliate-slider .inner h3{
	font-size: 2.5vw;
}
.yellow-bg.corporate-logo_section .corporate-logo li{
	border-right-color: #d1a045; 
}
.yellow-bg.corporate-logo_section .corporate-logo li a{
	margin: 0 auto;
}
@media only screen and (max-width: 979px){
	.affiliate-block{
		flex-flow: wrap;
	}
	.affiliate-block h2 br{
		display: none;
	}
	.affiliate-column, .affiliate-image{
		width: 100%;
	} 
	#latest-news.affiliate-slider .item .latest__img-wrap {
	    height: 50vh;
	}
}
@media only screen and (max-width: 767px){
	#latest-news.affiliate-slider, #latest-news.affiliate-slider .active .item .latest__img-wrap, #latest-news.affiliate-slider .item .latest__img-wrap {
	    height: 35vh;
	}
	#latest-news.affiliate-slider .item{
		margin-top: 0;
	}
}
@media only screen and (max-width: 639px){
	.affiliate-image{
		padding: 18px;
	}
	.affiliate-image:before, .affiliate-image:after{
		width: 90px;
		height: 90px;
	}
	.affiliate-image-text{
		padding: 18px 20px;
	}
	.affiliate-image-text h3{
		font-size: 15px;
    	line-height: 22px;
	}
}

/*      Investors Page      */
.investor-banner{
	background-position: center top;
}
@media only screen and (max-width: 1023px){
	.investor-banner {
	    background-position: right 20% top;
	}
}
.investor-block{
	list-style-type: none;
	margin-bottom: 0;
	padding-top: 50px;
}
.investor-block li{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.investor-blocks{
	position: relative;
	max-width: 407px;
}
@media only screen and (max-width: 979px){
	.investor-block li{
		flex-flow: column;
		text-align: center;
	}
	.investor-blocks{
		max-width: 100%;
		text-align: center;
	}
	.investor-image:before, .investor-image:after{
		display: none;
	}
}
.investor-icon{
	margin-bottom: 30px;
}
.investor-image{
	margin: 50px;
	position: relative;
}
.investor-image-outer{
	max-width: 402px;
	max-height: 402px;	
	padding: 18px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #e2b245;
	position: relative;	
	z-index: 1;
}
.investor-image:before{
	content: '';
	position: absolute;
	left: 50%;
	top: -40px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 2px;
	height: calc(100% + 80px);
	background-color: #363636;
	z-index: 0;
}
.investor-image:after{
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: calc(100% + 80px);
	height: 2px;
	background-color: #363636;
	z-index: 0;
}
.investor-image-inner{
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
}
.investor-image-inner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
@media only screen and (max-width: 979px){
	.investor-image:before, .investor-image:after{
		display: none;
	}
}
.investor-profile{
	list-style-type: none;
	margin-top: 70px;
	margin-bottom: 0;
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	flex-flow: wrap;
	position: relative;
}

.investor-profile li{
	width: calc((100% - 2px) / 2);
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	padding-bottom: 70px;
	position: relative;
}
.investor-profile li:nth-child(odd):after{
	content: '';
	position: absolute;
	top: 0;
	right: 24px;
	/*-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);*/
	width: 1px;
	height: 100%;
	background-color: #bcbcbc;
}
.investor-profile-pic{
	max-width: 142px;
	height: 142px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 5px solid #dbac43;
	margin-right: 43px;
}
.investor-profile-pic img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.investor-profile-details{
	width: calc(100% - 142px - 43px);
	padding-right: 43px;
}
.world-icon{
	margin-right: 10px;
}
.investor-profile-details h6{
	letter-spacing: 2px;
}
.investor-profile-details h6, .investor-profile-details a{
	color: #323f4b;
}
.investor-profile-details a:hover{
	color: #dbac43;
}
@media only screen and (max-width: 979px){
	.investor-profile li{
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #bcbcbc;
	}
	.investor-profile li:nth-child(odd):after{
		display: none;
	}
}
@media only screen and (max-width: 639px){
	.investor-profile li{
		flex-flow: column;
		text-align: center;
	}
	.investor-profile-pic{
		margin: 0 auto 20px;
	}
	.investor-profile-details{
		width: 100%;
	}
}

/*Client Page*/
.client-page-home {
    height: 100vh;
    display: flex;
    background: #272727 url(images/hedge-fund-bg.png) 50% 50% / cover no-repeat;
}

.client-page-home__container {
    padding: 9rem 2rem 2rem;
    justify-content: center;
    align-items: center;
}

.client-page-home__h2 {
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.25));
    text-align: center;
    color: #D9B854;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    text-transform: none;
}
@media only screen and (max-width: 767px){
	.client-page-home__h2 { font-size: 30px; }
}
@media only screen and (max-width: 639px){
	.client-page-home__h2 { font-size: 22px; }
}
.client-page-home__h3 {
    margin: 10px 0 0;
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.25));
    text-align: center;
    color: #D9B854;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.client-page-home__form {
    width: 600px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 639px){
	.client-page-home__form { width: 100%;}
}
.client-page-home__form_item {
    position: relative;
    margin-top: 25px;
}

.client-page-home__form_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
    fill: #000;
}

.client-page-home__form_pic {
    height: 3.5rem;
    width: 3.5rem;
}

.client-page-home__form .client-page-home__form_input {
    height: 50px;
    width: 100%;
    padding: 0 15px 0 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.75);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: transparent;
}

.client-page-home__form .client-page-home__form_input:focus {
    border-color: #D9B854;
    background-color: transparent;
    color: #fff;
}

.client-page-home__form .client-page-home__form_input::-webkit-input-placeholder {
    color: rgba(255,255,255,1);
    opacity: 1;
}

.client-page-home__form .client-page-home__form_input::-moz-placeholder {
    color: rgba(255,255,255,1);
    opacity: 1;
}

.client-page-home__form .client-page-home__form_input:-ms-input-placeholder {
    color: rgba(255,255,255,1);
    opacity: 1;
}

.client-page-home__form .client-page-home__form_button {
    height: 50px;
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid #D9B854;
    position: relative;
}

.client-page-home__form .client-page-home__form_button:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #D9B854 url(images/gold01.png) 50% 50% / cover no-repeat;
    opacity: 0;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.client-page-home__form_button:hover:before{
	opacity: 1;
}

.client-page-home__form_button:hover{
	background: #D9B854 url(images/gold01.png) 50% 50% / cover no-repeat;
}

.client-page-home__form_button:hover .button__text{
	background: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #fff;
}

.client-page-home__form_button .button__text {
    font-size: 16px;
}

.client-page-home__links {
    width: 600px;
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 639px){
	.client-page-home__links { width: 100%; flex-flow: column;}
}
.client-page-home__links_link {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
     font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.client-page-home__links_link:hover {
    color: #D9B854;
}


/*Contact Page*/
.contact-block{ background: url('images/bg-recent-agents.png') repeat 0 0; }
.contact-us{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}
.form-block{position: relative; z-index: 0; max-width: 592px; -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; background-color: #fff;padding: 60px 160px 70px 45px;}
.form-block:after{content: ''; position: absolute; bottom: 90px; left: -110px; z-index: -1; background: url('images/contact-icon.png') no-repeat 0 0; width: 305px; height: 103px;}
.form-block h2{color: #000;letter-spacing: 9px;line-height: 58px;margin-bottom: 30px;}
.contact-form li{list-style-type: none;margin-bottom: 10px;}
.contact-form li textarea, input[type="text"], input[type="email"]{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #d7d7d7;}
.contact-form li input[type="text"]::-webkit-input-placeholder, .contact-form li input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #4f4f4f; }
.contact-form li input[type="text"]::-moz-placeholder, .contact-form li input[type="email"]::-moz-placeholder, textarea::-moz-placeholder{ color: #4f4f4f; }
.contact-form li input[type="text"]::-ms-input-placeholder, .contact-form li input[type="email"]::-ms-input-placeholder, textarea::-ms-input-placeholder{ color: #4f4f4f; }
.contact-form li input[type="submit"]{ width: 100%; margin-top: 10px; display: inline-block; background-color: #8a5e10; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding-top: 18px; padding-bottom: 18px;}
.contact-form li input[type="submit"]:hover{background-color: #e2b245;}

.address-block{padding: 66px 24px 68px 32px; margin-left: -117px; position: relative; z-index: 0; background-color: #252525; max-width: 420px; -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px;}
.address-block:before{ content: ''; position: absolute; top: 54px; right: -86px; z-index: -1; background: url('images/contact-icon2.png') no-repeat 0 0; width: 86px; height: 102px;}
.address-block:after{ content: ''; position: absolute; bottom: 54px; right: -86px; z-index: -1; background: url('images/contact-icon3.png') no-repeat 0 0; width: 86px; height: 102px;}
.address-block h2{letter-spacing: 9px;color: #ffffff;line-height: 58px;margin-bottom: 30px;}
.address-block p{ color: #fff; margin-bottom: 30px;}
.address-block p.address-mail-block{ line-height: 30px;}
.address-block p .fa{ font-size: 20px; margin-right: 10px; width: 24px;}
.address-block p a{color: #fff;}
.social-icons a{ font-size: 40px; margin: 0 20px 0 0;display: inline-block; line-height: 44px; color: #fff;}
.address-block a:hover{color: #e2b245;}
.address-block .contact-icon.icon-last{bottom: 390px;}

@media only screen and (max-width: 1099px){
	.form-block{max-width: 52%;}
	.address-block{max-width: 38%; margin-left: -100px;}
	.address-block h2, .form-block h2{ letter-spacing: 3px; }
}
@media only screen and (max-width: 979px){
	.form-block{max-width: 53%; padding: 40px 100px 40px 20px;}
	.address-block{max-width: 44%;margin-left: -60px;padding: 50px 20px;}
	.address-block h2, .form-block h2{font-size: 34px;line-height: 40px;}\
	.address-block p{font-size: 14px;}
	.social-icon a{ font-size: 34px;padding-top: 30px;}
	.address-block:before, .address-block:after { width: 16%; background-size: 100%; right: -53px;}
}
@media only screen and (max-width: 767px){
	.contact-us{ flex-direction: column; }
	.form-block{ max-width: 70%; padding: 40px 20px;}
	.address-block{ max-width: 70%; margin:20px 0 0 0;}
	.address-block h2, .form-block h2{margin-bottom: 20px;}
	.social-icons a{ font-size: 24px;padding-top: 10px;}
}
@media only screen and (max-width: 639px){
	.form-block{padding: 30px 20px; max-width: 100%;}
	.address-block{margin: 20px 0 0 0; padding: 30px 20px; max-width: 100%;}
	.address-block h2, .form-block h2{font-size: 28px;}
	.address-block:before, .address-block:after, .form-block:after{ display: none; }
}



/*FAQ Page*/
.faq-page-questions {
    padding: 0 0 50px;
}

.faq-page-questions__list {
    width: 100%;
    padding-left: 2.6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.faq-page-questions__list_item {
    position: relative;
    margin-top: 40px;
    padding: 30px 30px 30px 130px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    border: 5px solid #D9B854;
    border-image: #D9B854 url(images/gold02.png) 10%;
    background: #fff;
    color: #000;
}
@media only screen and (max-width: 767px){
	.faq-page-questions__list_item{ padding-left: 30px; }
}
.faq-page-questions__list_number {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: -25px;
    height: 100px;
    width: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
}
@media only screen and (max-width: 767px){
	.faq-page-questions__list_number { top: -20px; bottom: 0; width: 45px; height: 45px;}
}
.faq-page-questions__list_item:nth-of-type(2n) .faq-page-questions__list_number {
    background: #D9B854 url(images/gold01.png) 50% 50% / cover no-repeat;
}

.faq-page-questions__list_quantity {
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    color: #000;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
@media only screen and (max-width: 767px){
	.faq-page-questions__list_quantity{ font-size: 26px; }
}
.faq-page-questions__list_info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq-page-questions__list_h4 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0px;
}

.faq-page-questions__list_p {
    margin-top: 15px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}


/*Hedge Fund Page*/
.hedge-block {
    position: relative;
    height: 100vh;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
@media only screen and (max-width: 1199px){
	.hedge-block { height: auto; }
}
.hedge-block .home__container {
    padding: 9rem 2rem 2rem;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    height: auto
}
@media only screen and (max-width: 1199px){
	.hedge-block .home__container { padding: 225px 0 153px;}
}
.hedge-block .home__content {
	display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hedge-block .home__h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    font-family: 'futura_md_btbold';
}
@media only screen and (max-width: 1025px){
	.hedge-block .home__h2 { font-size: 40px;}
}
@media only screen and (max-width: 979px){
	.hedge-block .home__h2 { font-size: 30px; line-height: 32px;}
}
@media only screen and (max-width: 767px){
	.hedge-block .home__h2 { font-size: 20px; line-height: 22px;}
}
.hedge-block .home__h3 {
    font-size: 40px;
    background: #D9B854 url(../images/gold02.png) 50% 50% / cover no-repeat;
    background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.25));
	color: #D9B854;
	font-family: 'futura_md_btbold';
	margin-top: 5px;
}
@media only screen and (max-width: 1025px){
	.hedge-block .home__h3 { font-size: 35px;}
}
@media only screen and (max-width: 979px){
	.hedge-block .home__h3 { font-size: 25px; line-height: 28px;}
}
@media only screen and (max-width: 767px){
	.hedge-block .home__h3 { font-size: 18px; line-height: 22px;}
}
.hedge-block .home__p {
    width: 87%;
    text-align-last: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.hedge-block .home__bg {
    background: #272727 url(images/hedge-fund-bg.png) 50% 50% / cover no-repeat;
    position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.hedge-block .home__bg_video {
    filter: brightness(55%)contrast(100%)grayscale(100);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hedge-page-advantages__h3 {
    margin-top: -1.25rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1025px){
	.hedge-page-advantages__h3 { font-size: 35px;}
}
@media only screen and (max-width: 979px){
	.hedge-page-advantages__h3 { font-size: 30px; line-height: 32px;}
}
@media only screen and (max-width: 767px){
	.hedge-page-advantages__h3 { font-size: 20px; line-height: 22px;}
}
.hedge-page-advantages__list {
    width: 100%;
    margin-top: 0px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hedge-page-advantages__list_item {
	width: -moz-calc(100% / 3 - 10px);
	width: -webkit-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    margin-top: 15px;
    padding: 50px 25px 30px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
}
@media only screen and (max-width: 979px){
	.hedge-page-advantages__list_item {	width: -moz-calc(100% / 2 - 10px);	width: -webkit-calc(100% / 2 - 10px);  width: calc(100% / 2 - 10px); }
}
@media only screen and (max-width: 639px){
	.hedge-page-advantages__list_item {	width: 100%; }
}
.hedge-page-advantages__list_image {
    height: 100px;
    width: 100px;
    margin: 0 0 20px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #000;
    fill: #D9B854;
}

.hedge-page-advantages__list_pic {
    height: 7rem;
    width: 7rem;
    transform: rotate(-45deg);
}

.hedge-page-advantages__list_h4 {
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.hedge-page-advantages__list_p {
    margin-top: 1rem;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.hedge-page-disclaimer {
    padding-top: 0;
}

.hedge-page-disclaimer__container {
    align-items: center;
}
@media only screen and (max-width: 767px){
	.hedge-page-disclaimer__container{ flex-flow: column; }
}
.hedge-page-disclaimer__image {
    height: 100px;
    width: 100px;
    margin: 3rem 5rem 3rem 2.5rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    -moz-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #000;
    fill: #D9B854;
}

.hedge-page-disclaimer__pic {
    height: 8rem;
    width: 8rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hedge-page-disclaimer__h2 {
    font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	text-transform: none;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 600;
    text-align: justify;
}
.anchor {
    position: absolute;
    top: -5rem;
}

/*Officers Page*/
.officer-block{
	list-style-type: none;
	margin-bottom: 0;	
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	flex-flow: wrap;
}
.officer-block > li{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	width: -webkit-calc((100% - 45px) / 2);
	width: -moz-calc((100% - 45px) / 2);
	width: calc((100% - 45px) / 2);
	margin-right: 45px;
	margin-top: 120px;
}
.officer-block > li:nth-child(2n + 2){
	margin-right: 0;
}

.officer-block-img{
	width: 240px;
	height: 240px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
}
.officer-block-img:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 103%;
    background-color: #efc245;
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    top: -2px;
    left: 0;
    z-index: 0;
}
.officer-block-img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.officer-block-details{
	padding-left: 24px;
	width: calc(100% - 269px);
}
.officer-block-title{
	position: relative;
	left: -100px;
	top: -10px;
	z-index: 1;
	margin-bottom: 24px;
}
.officer-block-title h4{
	position: relative;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-family: 'futura_md_btbold';
    background-color: #d49828;
    margin-bottom: 5px;
	padding: 8px 8px 8px 100px;
}
.officer-block-title h4:before {
    position: absolute;
    content: ' ';
    right: -12px;
    top: 0;
    width: 61%;
    height: 100%;
    -ms-transform: skew(-26deg, 0deg);
    -webkit-transform: skew(-26deg, 0deg);
    transform: skew(-26deg, 0deg);
    transform-origin: bottom left;
    background: #d49828;
    z-index: -1;
}
.officer-block-title p{
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-family: 'futura_md_btbold';
    background-color: #d49828;
    padding: 4px 80px 4px 100px;
    width: 85%;
}
.officer-block-title p:before {
    position: absolute;
    content: ' ';
    right: -10px;
    top: 0;
    width: 61%;
    height: 100%;
    -ms-transform: skew(-26deg, 0deg);
    -webkit-transform: skew(-26deg, 0deg);
    transform: skew(-26deg, 0deg);
    transform-origin: bottom left;
    background: #d49828;
    z-index: -1;
}
.social-icon{
	list-style-type: none;
	margin-bottom: 0;
	padding-top: 30px;
}
.social-icon li {    
    margin-right: 38px;
    display: inline-block;
    position: relative;
}
.social-icon li:after {
    position: absolute;
    content: ' ';
    background-color: #ececec;
    width: 2px;
    height: 22px;
    right: -20px;
    bottom: 0;
    text-align: center;
}
.social-icon li:last-of-type:after{
	display: none;
}
.social-icon li a {
    font-size: 24px;
    color: #006699;
}
.phone-email a{
	color: #000;
	margin-left: 10px;
}
@media only screen and (max-width: 1099px){
	.officer-block-img{
		width: 170px;
    	height: 170px;    	
	}
	.officer-block-img img{
		height: 170px;
	}
	.officer-block-details{
		width: calc(100% - 170px);
	}
}
@media only screen and (max-width: 979px){
	.officer-block > li{
		width: 100%;
		margin-right: 0;
		flex-flow: wrap;
	}
	.officer-block-details{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.officer-block-title{
		left: 0;
		top: 0;
	}
	.officer-block-img{
		margin: 0 auto 20px;
	}
	.officer-block-title p, .officer-block-title h4{
		padding: 8px;
		text-align: center;
		width: 90%;
		margin: 0 auto 8px;
	}
	.officer-block-title h4:before, .officer-block-title p:before{
		display: none;
	}
}
/*News Page*/
.news-block-group{
	list-style: none;
	margin-bottom: 0;
}
.news-block-group li{
	border-top: 1px dashed #cfd5d8;
	display: none;
}
.news-block-group li:first-of-type{
	border-top: 0;
}
.news-block-group li:last-of-type.padding-bottom{
	padding-bottom: 0;
}
.news-block-group li:nth-child(even){
	background-color: #ebebeb;
}
.news-block{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-block-group li:nth-child(even) .news-block{
	flex-flow: row-reverse;
}
.news-block-image{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 498px;
}
.news-block-content{
	width: calc(100% - 600px);
	padding-left: 100px;
}
.news-block-group li:nth-child(even) .news-block-content{
	padding-left: 0;
}
.news-block-group li:nth-child(even) .news-block-image{
	padding-right: 20px;
}
.news-block-image:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    border: 10px solid #e2b245;
}
.news-image{
	position: relative;
}
.news-date{
	width: 230px;
	padding: 10px 15px;
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 6px;
	font-family: 'futura_oblique';
	-moz-box-shadow: 0 0 24px rgba(35, 31, 32, 0.76);
	-webkit-box-shadow: 0 0 24px rgba(35, 31, 32, 0.76);
	box-shadow: 0 0 24px rgba(35, 31, 32, 0.76);
	background-color: #e2b245;
	position: absolute;
	top: -22px;
    right: -22px;
    text-align: center;
}
.news-block-content h6{
	color: #323f4b;
	line-height: 31px;
	font-family: 'futura_md_btbold';
	letter-spacing: 4px;
}
.news-block-content p{
	color: #4f4f4f;
}
@media only screen and (max-width: 1099px){
	.news-block-content{
		padding-left: 30px;
	}
}
@media only screen and (max-width: 979px){
	.news-block, .news-block-group li:nth-child(even) .news-block{
		flex-flow: wrap;
	}
	.news-block-content{
		padding-left: 0;
		width: 100%;
	}
	.news-block-group li:nth-child(even) .news-block-image{
		padding-right: 0px;
	}
	.news-block-image{
		max-width: 70%;
		width: 100%;
		margin: 0 auto 20px;
	}
	.news-date {
	    width: 162px;
	    padding: 10px 11px;
	    font-size: 18px;
	    line-height: 22px;
	}
	.news-block-image:before{
		width: 80%;
	}
}
@media only screen and (max-width: 479px){
	.news-block-image{
		max-width: 100%;
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	.news-date {
		width: auto;
		padding: 10px 11px;
		font-size: 14px;
		line-height: 16px;
	}
	.news-block-image:before{
		border-width: 5px;
	}
}
/*Ideation Page*/
.ideation-video-block{
   position: relative;
   height: 100vh;
   padding: 0;
   -webkit-display: flex;
   -moz-display: flex;
   display: flex;
   overflow: hidden;
}
.ideation-video-bg{
	background: #F4E9B3 url(images/ideation-bg.png) 50% 50% / cover no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.ideation-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(100%)contrast(100%)grayscale(0);
}

.home__container {
    height: 40%;
    justify-content: center;
}
.ideation-site .site-header-main{
	background-color: rgba(0, 0, 0, 0.8);
	padding-bottom: 20px;
}
.ideation-page-home {
    position: fixed;
    top: 9rem;
    right: 0;
    bottom: 65%;
    left: 0;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 979px){
	.ideation-page-home { top: 300px;}
}
.ideation-page-home__list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
@media only screen and (max-width: 979px){
	.ideation-page-home__list { flex-flow: wrap;}
	.ideation-page-home__list li{ width: calc(100% / 2 - 20px); margin-bottom: 40px; }
	.ideation-page-home__list li:nth-child(even){ margin-right: 0; }
}
@media only screen and (max-width: 639px){
	.ideation-page-home__list li{ width: 100%; margin-bottom: 40px; }
	}
.ideation-page-home__list_link {
    position: relative;
    padding: 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    color: #000;
}
@media only screen and (max-width: 1199px){
	.ideation-page-home__list_link{ padding-left: 10px; }
}
.ideation-page-home__list_link:hover{
	color: #000;
}
.ideation-page-home__list_link:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 3.4rem;
    height: 100%;
    -webkit-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    border: .25rem solid #000;
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
}
@media only screen and (max-width: 1199px){
	.ideation-page-home__list_link:before { left: 30px;}
}
.ideation-page-home__list_image {
    height: 50px;
    width: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #000;
    fill: #D9B854;
}

.ideation-page-home__list_icon {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ideation-page-home__list_link:hover .ideation-page-home__list_icon {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ideation-page-home__list_pic {
    height: 3.5rem;
    width: 3.5rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ideation-page-home__list_item:nth-of-type(4) .ideation-page-home__list_pic {
    height: 3rem;
    width: 3rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ideation-page-home__list_text {
    margin-left: 30px;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.home__bg_video {
    filter: brightness(100%)contrast(100%)grayscale(0);
}

.ideation-page-trading__list_item {
    height: calc(100% / 3 - 10px);
    width: calc(100% / 2 - 10px);
    padding: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
}

@media only screen and (max-width: 979px){
	.ideation-page-trading .container-row{ flex-flow: column; }
	.ideation-page-trading .content-column, .ideation-page-trading__list{ width: 100%; }
	.ideation-page-trading__list_item { margin-bottom: 20px;}
}
@media only screen and (max-width: 639px){
	.ideation-page-trading__list_item { width: 100%; margin: 0 0 20px 0;}
}
.ideation-page-trading__list_h4 {
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
    font-size: 90px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    font-family: 'futura_md_btbold';
}
@media only screen and (max-width: 1025px){
	.ideation-page-trading__list_h4 {font-size: 50px;}
}
.ideation-page-trading__list_h5 {
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    line-height: 1;
}
@media only screen and (max-width: 1025px){
	.ideation-page-trading__list_h5 { font-size: 25px;}
}
.ideation-page-trading__list_p {
    margin-top: 0;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
}

.ideation-page-envision {
    background: #272727 url(images/numbers-bg.png) 50% 50% / cover no-repeat;
}

.ideation-page-envision__list_item {
    height: calc(100% / 3 - 20px);
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
}
@media only screen and (max-width: 1025px){
	.ideation-page-envision .container-row{ flex-flow: column; }
	.ideation-page-envision .content-column, .ideation-page-envision__list_item{ width: 100%; }
	.ideation-page-envision__list_item{ margin-bottom: 20px;}
	.ideation-page-envision .ideation-page-envision__list{ order: 1; }
}
.ideation-page-envision__list_item:nth-of-type(2n) {
    background: #D9B854 url(images/gold01.png) 50% 50% / cover no-repeat;
}

.ideation-page-envision__list_h4 {
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    font-family: 'futura_md_btbold';
    font-size: 30px;
    color: #000;
    margin-bottom: 12px;
}
@media only screen and (max-width: 639px){
	.ideation-page-envision__list_h4 { font-size: 20px;}
}
.ideation-page-envision__list_p {
    margin-top: 0px;
    font: 400 1.6rem / 1.4 'Montserrat', sans-serif;
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    color: #000;
    font-size: 14px;
}

.ideation-page-design__list_item {
    height: calc(100% / 3 - 10px);
    width: calc(100% / 2 - 10px);
    padding: 25px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
}
@media only screen and (max-width: 979px){
	.ideation-page-design .container-row{ flex-flow: column; }
	.ideation-page-design .content-column, .ideation-page-design__list{ width: 100%; }
	.ideation-page-design__list_item { margin-top: 20px;}	
}
@media only screen and (max-width: 639px){
	.ideation-page-design__list_item { width: 100%; margin: 20px 0 0;}
}
.ideation-page-design__list_h4 {
    -webkit-filter: drop-shadow(.05em .05em .1em rgba(0,0,0,.15));
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;   
    line-height: 1.1; 
    font-family: 'futura_md_btbold';
    color: #000;
    margin-bottom: 0px;
}
@media only screen and (max-width: 639px){
	.ideation-page-design__list_h4 { font-size: 22px;}
}
.ideation-page-developments {
    background: #272727 url(images/hedge-fund-bg.png) 50% 50% / cover no-repeat;
}

.ideation-page-developments__container {
    justify-content: flex-end;
}
@media only screen and (max-width: 1025px){
	.ideation-page-developments__container{ flex-flow: wrap; }
	.ideation-page-developments__container .content-column{ width: 100%; }
}
.ideation-page-developments__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    height: 600px;
    width: 600px;
    margin: auto;
}
@media only screen and (max-width: 1025px){
	.ideation-page-developments__image{ position: relative; left: 0; width: 200px; height: auto; }
}
.ideation-page-developments .color-white{color: #fff;}

.ideation-page-developments__image .image-contain {
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font: 400 5rem / 10 'Good Times', sans-serif;
    text-align: center;
    color: #D9B854;
}


.ideation-page-envision .p-text{
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 639px){
	.ideation-page-envision .p-text{ font-size: 16px; }
}
.ideation-page-envision .h2-headline{
	color: #fff;
	margin-bottom: 5px;
}

.h2-headline{color: #000;
	font-size: 24px;
	line-height: 1.2;
	text-transform: none;
	font-family: 'futura_md_btbold';
	margin-bottom: 10px;
}

.h3-headline {
    margin: 0 0 40px;
    background: #D9B854 url(images/gold02.png) 50% 50% / cover no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #D9B854;  
    font-family: 'futura_md_btbold';
    font-size: 50px;
    line-height: 1.1;
}

@media only screen and (max-width: 979px){
	.h3-headline { font-size: 40px;}
}
@media only screen and (max-width: 639px){
	.h3-headline { font-size: 25px;}
}


/* Outline Out */
.hvr-outline-out{ -webkit-transform:perspective(1px) translateZ(0); transform:perspective(1px) translateZ(0); -webkit-box-shadow:0 0 1px rgba(0,0,0,0); -moz-box-shadow:0 0 1px rgba(0,0,0,0); box-shadow:0 0 1px rgba(0,0,0,0); position:relative;}
.hvr-outline-out:before{content: ''; position: absolute; border: #D9B854 solid 4px; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: top, right, bottom, left, opacity; transition-property: top, right, bottom, left, opacity; opacity:0;}
.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before{top: -10px; right: -10px; bottom: -10px; left: -10px; opacity: 1;}

/* Underline From Center */
.hvr-underline-from-center{-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0,0,0,0); position: relative;}
.hvr-underline-from-center:before{content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: -8px; background: #000; height: 2px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.item-block:hover .hvr-underline-from-center:before,.item-block:focus .hvr-underline-from-center:before,.item-block:active .hvr-underline-from-center:before{ left: 0; right: 0;}

/* Bounce To Top */
.hvr-bounce-to-top{-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
.hvr-bounce-to-top:before{content: " "; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #d09221; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active, .ideation-page-design__list_item.hvr-bounce-to-top:hover h4{ color: #fff;}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before{ -webkit-transform: scaleY(1); transform: scaleY(1);-webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66); transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Icon Grow */
.hedge-page-advantages__list_image {
  -webkit-transform: perspective(1px) translateZ(0) rotate(45deg);
  transform: perspective(1px) translateZ(0) rotate(45deg);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hedge-page-advantages__list_image .hedge-page-advantages__list_pic {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hedge-page-advantages__list_item:hover .hedge-page-advantages__list_image{
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* ideation */
.ideation-menu{ background-image: none; }
.ideation-menu-block{ margin-bottom: 0; list-style-type: none; position: relative; width: 100%; display: flex; top: -45px; padding-bottom: 45px; z-index: 1;}
.ideation-menu-block li{ display: inline-block; vertical-align: bottom; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #111111; width: -webkit-calc((100% - 120px - 20px)/5); width: -moz-calc((100% - 120px - 20px)/5); width: calc((100% - 120px - 20px)/5); position: relative; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; margin-right: 30px;}
.ideation-menu-block li:last-child{ margin-right: 0; }
.ideation-menu-block li a{ padding: 18px 24px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}
.ideation-menu-block h6{ margin-bottom: 0; font-size: 16px; letter-spacing: 2px;}
.ideation-icon{ position: absolute; left: 12px; bottom: -28px; width: 48px; height: 48px;line-height: 42px; text-align: center; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; background-color: #dca739; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease;}
.ideation-menu-block li:hover{ background-color: #dca739; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)}
.ideation-menu-block li:hover h6{ color: #fff; }
.ideation-menu-block li:hover .ideation-icon{ background: #111; }

@media only screen and (max-width: 979px){
	.ideation-menu-block li a{ flex-flow: column; padding-bottom: 28px;}
	.ideation-menu-block h6{ font-size: 2vw; margin-bottom: 10px; }
	.ideation-icon{ left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
}
@media only screen and (max-width: 767px){
	.ideation-video-bg{ top: -60px; }
	.ideation-video-block{ height: 60vh; }
}
@media only screen and (max-width: 639px){
	.ideation-video-block{ height: 100vh; }
	.ideation-video-bg{ top: -20px; }
	.ideation-menu-block{ flex-flow: wrap; top: 0; padding-bottom: 0; margin-top: -28px;}
	.ideation-menu-block li{ width: 100%; margin-right: 0; margin-bottom: 35px;}
	.ideation-menu-block li a{ flex-flow: row; padding-top: 9px; padding-bottom: 9px;}
	.ideation-menu-block h6{ font-size: 16px; margin-bottom: 0; }
}


/* ideation-design */
.ideation-outer{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; padding: 0;}
.ideation-column{ width: 50%; padding-right: 57px;}
.ideation-column + .ideation-column{ padding-right: 0; }
.ideation-column h2, .ideation-column h6{ margin-bottom: 10px; }

#ideation-design{ position: relative; }
#ideation-design .item h2{ position: absolute;left: -10%;
bottom: -20%; font-size: 30px; line-height: 32px; color: #fff; opacity: 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
#ideation-design .item{ position: relative; }
#ideation-design .item:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
#ideation-design .owl-item:hover .item h2{ opacity: 1;  bottom: 20px; left: 20px;}
#ideation-design .owl-item:hover .item:before{ background-color: rgba(0, 0, 0, 0.65); }
#ideation-design .owl-nav{ left: -52%; position: absolute; right: 56%; bottom: 251px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
#ideation-design .owl-nav .owl-prev, #ideation-design .owl-nav .owl-next { display: inline-block; margin: 20px; -webkit-transition: all 0.3s ease 0s;  -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; opacity: 1;}

@media only screen and (max-width: 991px){
	#ideation-design .owl-nav { width: 100%; position: relative; left: 0; bottom: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
}


/* ideation-envision */
.section-inner{ padding: 0 104px; }
.accordion{ list-style:none; padding: 0; margin: 60px 0;}
.accordion .inner{ padding: 0 16px 16px; overflow: hidden; display: none; background-color: #000; color: #fff; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}
.accordion .inner p{ color: #fff; }
.accordion li{margin: 15px 0 0;}
.accordion li a.toggle{ width: 100%; display: block; color: #111; padding: 15px 17px; transition:background .3s ease;font-size:30px; position:relative;outline:0; background-color: #fff; font-size: 18px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); font-weight: 600;}
.accordion li a.toggle:after{ content: '\f078'; font-family: FontAwesome; position: absolute; right: 20px; font-size: 13px;}
.accordion li.active-tab a.toggle:after{ content: '\f054';}
.accordion li a.toggle:hover{ background-color: #000; color: #fff; }
.accordion li.active-tab a.toggle{ background-color: #000000; color: #fff; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}

@media only screen and (max-width: 979px){
	.section-inner{ padding: 0 20px; }
}
@media only screen and (max-width: 639px){
	.accordion li a.toggle{font-size: 16px;line-height: 22px;}
}

.section-ideation { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 50px;}
.ideation-right h6{ letter-spacing: 3px;}
.ideation-right p, .ideation-bulid-section p{ color: #4f4f4f; }
.ideation-left, .ideation-right{ width: 49%; }
.ideation-left{ position: relative; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; padding-top: 80px;}
.ideation-left:before{ content: ''; position: absolute; top: 20px; left: -17px; width: 163px; height: 163px; background-color: #000; border-radius: 36px 0 0 0; }
.ideation-left:after{ content: ''; position: absolute; bottom: 14px; left: -10px; width: 163px; height: 163px; background: url('images/affiliate-pattern.png'); }
.envision-shadow{ -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); position: relative; z-index: 1;}
.ideation-envision-icon{ position: absolute; z-index: 2; bottom: -48px; right: 100px; width: 222px; height: 222px; background-color: #e2b245; border-radius: 0 0 36px 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); transition: all 0.2s ease-in;}
.ideation-envision-icon:hover{ background-color: #111; }

@media only screen and (max-width: 979px){
	.section-ideation{ flex-flow: column; }
	.ideation-left, .ideation-right{ width: 100%; }
	.ideation-left{ order: 2; }
	.ideation-right{ order: 1; margin-bottom: 10px; }
	.ideation-envision-icon{ width: 160px; height: 160px; right: 10px;}
}
@media only screen and (max-width: 639px){
	.ideation-envision-icon{ width: 80px; height: 80px;}
	.ideation-envision-icon img{ width: 50px; }
	.ideation-left:before { top: 54px; left: -13px; width: 130px; height: 130px; }
}

.ideation-design{ position: relative; }
.ideation-design:before{ content: ''; width: 220px; height: 100%; transform: skew(-30deg); position: absolute; left: 6%; top: 0; background-color: rgba(235, 235, 235, 0.1); }
.ideation-design h2, .ideation-design h6{ color: #fff;}
.ideation-design h6{ margin-bottom: 20px; }

.ideation-bulid-section{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; }
.ideation-bulid-block{ width: 50%; background-size: cover; background-repeat: no-repeat; position: relative;}
.ideation-bulid-block h6{ letter-spacing: 3px;} 
.ideation-bulid-block + .ideation-bulid-block:before{ content: ''; position: absolute; top: 0; left: -140px; width: 262px; height: 50%; background-color: #edcb62; transform: skew(25deg)}
.ideation-bulid-block + .ideation-bulid-block:after{ content: ''; position: absolute; bottom: 0; left: -140px; width: 262px; height: 50%; background-color: #edcb62; transform: skew(-25deg)}
.ideation-bulid-block .ideation_content_inner{ float: left; position: relative; z-index: 1;}

.ideation-activated-block:before{ content: ''; width: 220px; height: 100%; transform: skew(30deg); position: absolute; left: 6%; top: 0; background-color: rgba(235, 235, 235, 0.1); }

@media only screen and (max-width: 979px){
	.ideation-bulid-section{ flex-flow: column; }
	.ideation-bulid-block, .ideation-bulid-block.ideation-activation_content{ width: 100%;}
	.ideation-bulid-block{ min-height: 400px; }
}

.ideation-points-column .ideation-column{ padding-right: 0; }
.ideation-points{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: flex-start; }
.ideation-points img{ max-width: 348px; width: 100%; }
.ideation-points-side{ padding-left: 20px; }
span.investment-points { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-flow: column; float: left; text-align: center; margin-bottom: 20px; }
span.investment-points strong{ font-weight: 800; font-size: 37px; line-height: 1.2; }
span.investment-points p{ font-size: 14px; font-weight: 700; text-transform: uppercase; }
.ideation-points-side span.investment-points:nth-child(1){ width: 142px; height: 142px; background-color: #000; color: #fff; border-radius: 0 35px 0 0;    margin-right: 20px; }
.ideation-points-side span.investment-points:nth-child(2){ width: 105px; height: 105px; background-color: #e2b245; color: #fff; border-radius: 35px 0 0 0; margin-right: 0;}
.ideation-points-side span.investment-points:nth-child(3){ width: 177px; height: 182px; background-color: #000; color: #fff; border-radius: 0 0 35px 0; }
span.investment-points:nth-child(2){ width: 151px; height: 151px; background-color: #000; color: #fff; border-radius: 0 35px 0 0; margin-right: 20px;}
span.investment-points:nth-child(3){ width: 178px; height: 181px; background-color: #e2b245; color: #fff; border-radius: 35px 0 0 0; margin-right: 20px;}
span.investment-points:nth-child(4){ width: 177px; height: 177px; background-color: #e2b245; color: #fff; border-radius: 0 35px 0 0; }
.ideation-points-column .ideation-column + .ideation-column{ padding-left: 80px; }


@media only screen and (max-width: 1079px){
	.ideation-outer.ideation-points-column{ flex-flow: column; }
	.ideation-points-column .ideation-column{ width: 100%; }
	.ideation-points-column .ideation-column + .ideation-column{ padding-left: 0; margin-bottom: 20px; }
	.ideation-points{ justify-content: center; }
	.ideation-points-side span.investment-points:nth-child(1), .ideation-points-side span.investment-points:nth-child(3), .ideation-points-side span.investment-points:nth-child(2), span.investment-points:nth-child(1), span.investment-points:nth-child(2), span.investment-points:nth-child(3), span.investment-points:nth-child(4){ width: 100%; height: 103px; margin: 0 18px 18px 0; border-radius: 10px;}
	span.investment-points:nth-child(1), span.investment-points:nth-child(2), span.investment-points:nth-child(3), span.investment-points:nth-child(4){
		margin: 0 auto 18px;
	}
	
	.ideation-points-side span.investment-points{ width: 200px; height: 200px; border-radius: 5px; }
}
@media only screen and (max-width: 979px){
	.ideation-points{ margin-bottom: 20px; }
	.ideation-points-side{ padding-left: 0; }
	.ideation-points{ flex-flow: column;  justify-content: center; align-items: center; width: 100%; margin-bottom: 0;}	
    .ideation-points-side{ width: 100%; margin-top: 14px; }
	.ideation-points-side span.investment-points:nth-child(1), .ideation-points-side span.investment-points:nth-child(3), .ideation-points-side span.investment-points:nth-child(2), span.investment-points:nth-child(1), span.investment-points:nth-child(2), span.investment-points:nth-child(3), span.investment-points:nth-child(4){ width: calc(100% / 2 - 5px); height: auto; min-height: 100px; margin: 0 auto 5px 5px;}
	.ideation-points-side span.investment-points:nth-child(3), span.investment-points:nth-child(4){ width: calc(100% - 5px); }
}
@media only screen and (max-width: 639px){
	span.investment-points strong{ font-weight: 700; font-size: 25px; }
}


/* building-section */
.building-section{ background-size: cover; background-attachment: fixed; background-position: center; background-repeat: no-repeat;}
.building-section p{ color: #fff; }


/* ideation-activated */
.ideation-activation_block{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.ideation-activation_content, .ideation-activation_image{ width: 50%; }
.ideation-activation_content{ padding: 95px 100px 95px 43px; }
.ideation-activation_image{ background-repeat: no-repeat; background-size: cover;}
.ideation_content_inner{ max-width: 540px; float: right; clear: both;}

@media only screen and (max-width: 767px){
	.ideation-activation_block{ flex-flow: column;}
	.ideation-activation_content, .ideation-activation_image{ width: 100%; }
	.ideation-activation_image{ min-width: 350px; }
	.ideation-activation_content{ padding: 20px; text-align: center;}
	.ideation_content_inner{ max-width: 100%; }
}

/* trading-contest */
.image-group{ position: relative; text-align: center; margin: 0 auto;}
.image-group img.img2, .image-group img.img3{ position: absolute;  border: 30px solid #fff;}
.image-group img.img2{ left: 46%; top: 20px;}
.image-group img.img3{ right: 26%; bottom: -10%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.trading-contest{ list-style-type: none; margin-top: 35px; margin-bottom: 80px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: wrap;}
.trading-contest li{ width: -moz-calc((100% - 100px) / 3); width: -webkit-calc((100% - 100px) / 3); width: calc((100% - 100px) / 3); min-height: 168px; margin-right: 50px; margin-bottom: 35px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: wrap; justify-content: center; flex-flow: column; padding: 20px; font-size: 13px; line-height: 16px; text-transform: uppercase; align-items: center; background-color: #111111; color: #fff; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; -webkit-transition: all .25s ease-in; -moz-transition: all .25s ease-in; -ms-transition: all .25s ease-in; -o-transition: all .25s ease-in; transition: all .25s ease-in;}
.trading-contest li:nth-child(3n + 3){ margin-right: 0; }

.trading-contest li:hover { background: #ce8f1d; border-color: #ce8f1d; color: #fff; -moz-box-shadow: 0 0 25px -3px #ce8f1d; -webkit-box-shadow: 0 0 25px -3px #ce8f1d; box-shadow: 0 0 25px -3px #ce8f1d;}
.trading-contest li:hover h3{ -webkit-animation: icon_pointing .3s ease 0s; animation: icon_pointing .3s ease 0s;}

@media only screen and (max-width: 1199px){
	.image-group img.img2{ left: 36%; }
	.image-group img.img3 { right: 14%; }
}
@media only screen and (max-width: 1023px){
	.ideation-outer{ flex-flow: column; padding: 50px 0;}
	.ideation-column{ order: 2; width: 100%;}
	.ideation-column + .ideation-column{ order: 1; }
	.image-group img.img2{ left: 46%; }
	.image-group img.img3 { right: 26%; }
}
@media only screen and (max-width: 979px){
	.ideation-outer{ padding: 50px 0;}
}
@media only screen and (max-width: 639px){
	.trading-contest{ margin: 20px 0; }
	.trading-contest li{ width: -moz-calc((100% - 20px) / 2); width: -webkit-calc((100% - 20px) / 2); width: calc((100% - 20px) / 2); margin-right: 20px; margin-bottom: 20px; min-height: 100px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
	.trading-contest li:nth-child(3n + 3){ margin-right: 20px; }
	.trading-contest li:nth-child(2n + 2){ margin-right: 0; }
	.image-group{ display: none; }
}

/* envision-page */
.envision-banner{ height: 460px; overflow: hidden; width: 100%;}
.kenburnsy { position: relative;}
.kenburnsy.fullscreen { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}
.kenburnsy img { display: none;}
.kenburnsy .slide { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-position: center center; -webkit-background-size: cover;
          background-size: cover; background-repeat: no-repeat; -webkit-transform: translateZ(0);  transform: translateZ(0); -webkit-transform-origin: center;  -ms-transform-origin: center; transform-origin: center;}
.envision-banner{ padding: 0; background-color: #000; background-size: cover; background-repeat: no-repeat;}
.envision-banner .banner_caption{ padding: 230px 0 60px 0;}
@media only screen and (max-width: 1199px){
	.envision-banner .banner_caption { padding-top: 180px;}
}

@media only screen and (min-width: 980px){
	.banner_caption h1 { font-size: 50px; line-height: 57px; }
}
.carousel-banner .item, .carousel-banner .slide { min-height: 470px; background-size: cover;}
.carousel-banner .owl-item.active .item { -webkit-animation: zoom 35s infinite; animation: zoom 35s infinite;}

.envision-block{ display: inline-block; vertical-align: top; max-width: 730px; width: 100%;}
.envision-block.right-block{ max-width: 496px; margin-left: 3%; width: 100%;}

@media only screen and (max-width: 1199px){
	.envision-block{ max-width: 60%; }
	.envision-block.right-block{ max-width: 35%; margin-left: 4%;}
	.envision-banner{ height: 360px; }
	.banner_caption{ padding-top: 180px; }
}
@media only screen and (max-width: 979px){
	.envision-block, .envision-block.right-block{ max-width: 100%;}
	.envision-block.right-block{ margin-left: 0; }
	.envision-banner{ height: 300px; }
	.banner_caption { padding-top: 40px;}
}

.envision-detials{ border: 1px solid #cfd5d8; border-top: 11px solid #dba537; border-radius: 6px; background-color: #fff; margin-bottom: 22px;}
.envision-detials:last-of-type{ margin-bottom: 0; }
.envision-detials-title{ box-shadow: -6px 2px 13px rgba(0, 0, 0, 0.2); padding-top: 14px; padding-bottom: 16px;}
.envision-icon{ background: #262626; background: -moz-linear-gradient(left,  #262626 0%, #5a5a5a 100%); background: -webkit-linear-gradient(left,  #262626 0%,#5a5a5a 100%); background: linear-gradient(to right,  #262626 0%,#5a5a5a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#5a5a5a',GradientType=1 ); padding: 17px 20px; border-radius: 0 100px 100px 0; display: inline-block; margin-left: -10px; position: relative;}
.envision-icon:after{ content: ''; position: absolute; bottom: -10px; left: 0; border-style: solid; border-width: 0 10px 10px 0; border-color: transparent #2c2a26 transparent transparent;}
.envision-detials-title h6{ margin-bottom: 0; display: inline-block; margin-left: 28px; font-size: 20px; line-height: 22px; font-family: 'futura_md_btbold'; color: #323f4b; letter-spacing: 3px;}

@media only screen and (max-width: 639px){
	.envision-icon{ padding: 9px 10px; vertical-align: middle;}
	.envision-icon img{ height: 25px; vertical-align: top;}
	.envision-detials-title h6{ margin-left: 14px; width: 80%; font-size: 18px; line-height: 20px; vertical-align: middle;}
}

.envision-detials-content{ padding: 38px 22px 20px; }
.envision-question{ list-style-type: none; margin-bottom: 0; margin-top: 30px;}
.envision-question li{ background-color: #f4f4f4; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin-top: 2px; position: relative; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
.envision-question li:before{ content: '\f054'; font-family: FontAwesome; left: 19px; top: 16px; font-size: 11px; color: #4f4f4f; position: absolute; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
.envision-question li h6{ margin-bottom: 0; font-size: 15px; line-height: 18px; font-family: 'futura_md_btbold'; color: #323f4b; text-transform: capitalize;}
.envision-question li h6 a{ color: #323f4b;  padding: 18px 23px 18px 39px; display: block; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
.envision-question li:hover{ background-color: #dba537; }
.envision-question li:hover a, .envision-question li:hover:before{ color: #fff; }

.lastest-block .envision-detials{ border-top-color: #323f4b; }
.lastest-new{ padding: 15px; background-color: #f4f4f4; border: 1px solid #cfd5d8; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; margin-bottom: 8px;}
.lastest-pic{ width: 44px; height: 44px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; float: left; margin-right: 12px;}
.lastest-pic .fa{ border-radius: 100px; width: 100%; height: 100%; background-color: #555555; color: #fff; text-align: center; line-height: 44px;}
.lastest-new p{ margin-bottom: 3px; }
.lastest-new p a{ color: #7e7d7c; }

.advertisment-block{ margin-top: 24px; }
.advertisment-block img{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

@media only screen and (max-width: 979px){
.envision-block{margin-bottom: 20px;}
.envision-question li{margin-top: 5px;}
.envision-question{margin-top: 20px;}
.envision-detials-content{padding-top: 20px;}
.envision-block .advertisment-block{text-align: center}
}

/* trading-contest */
.trading-contest-block{ padding-bottom: 30px; margin-bottom: 57px; border-bottom: 1px dashed #cfd5d8; display: none;}
.trading-contest-block:last-of-type{ margin-bottom: 0; border-bottom: 0; }
.trading-contest-image{ width: 247px; height: 247px; border: 5px solid #555555; display: inline-block; vertical-align: top;}
.trading-contest-text{ width: calc(100% - 252px); padding-left: 54px; display: inline-block; vertical-align: top;}
.trading-contest-image img{ position: relative; left: 30px; top: -30px; -moz-transition: all ease-in 0.2s; -webkit-transition: all ease-in 0.2s; transition: all ease-in 0.2s;}
.trading-contest-image:hover img{ left: 0; top: 0; }

.trading-contest-text h6{font-family: 'futura_md_btbold';}

.trading-prize{ display: flex; justify-content: space-between; align-items: center; margin-top: 40px;  text-transform: uppercase; font-family: 'futura_md_btbold'; letter-spacing: 2px; color: #909090;}
.prize-block{ margin-bottom: 0; padding: 6px 7px; border: 1px solid #323f4b; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #323f4b; font-size: 14px;}
.prize-block img{ margin-right: 8px; }

@media only screen and (max-width: 1049px){
	.trading-prize{ flex-flow: wrap;}
}

@media only screen and (max-width: 639px){
	.trading-contest-block{ flex-flow: nowrap; }
	.trading-contest-image, .trading-contest-text{ display: flex; }
	.trading-contest-text{ width: 100%;  padding-left: 0; flex-flow: column; text-align: center;}
	.trading-contest-image{ margin: 0 auto; margin-bottom: 30px;}
	.trading-prize{ justify-content: center; }
}


#loadMore { display: block; text-align: center; margin: 20px auto; transition: .3s; text-transform: uppercase; color: #323f4b; font-family: 'futura_md_btbold'; letter-spacing: 3px;}
#loadMore:hover { color: #e2b245;}
.noContent { color: #e2b245; pointer-events: none;}


/* trading-contest-details */
.trading-contest-banner .banner_caption h1 { font-size: 30px; line-height: 34px; letter-spacing: 2px; margin-bottom: 0;}
.trading-comment-block{ display: flex; justify-content: space-between; padding: 10px; margin-top: 20px; background-color: #8a5e10; border: 1px solid #e2b245; align-items: center;}
.trading-comment-block a{ color: #fff; font-family: 'futura_md_btbold'; text-transform: uppercase;}
.sharing-block{ color: #fff; font-size: 14px; text-transform: uppercase;} 
.trading-comment-block .sharing-block a{font-size: 20px; margin-left: 10px;}
.trading-comment-block .sharing-block a[title="facebook"]:hover{ opacity: 0.8; }
.trading-comment-block .sharing-block a[title="twitter"]:hover{ opacity: 0.8;}

.rating-comment{ margin-top: 50px; }
.rating-block{ width: 70%; }
.rating-star{ font-size: 22px; line-height: 18px;}
.rating-form-user{ display: flex; justify-content: space-between;}
@media only screen and (max-width: 639px){
	.rating-form-user{ flex-flow: wrap;}
	.rating-block{ width: 100%; margin-bottom: 15px; }
}
.rating-star-block{ display: inline-block; vertical-align: middle; }
.rating-star p{ display: inline-block; font-size: 20px; font-family: 'futura_md_btbold'; }

.rating-block table{ border: 0; border-collapse: collapse;}
.rating-block table td { border: 0; padding: 0; padding-bottom: 5px; vertical-align: middle; line-height: 1; font-size: 13px; }
.rating-block table td:nth-child(1){ width: 12%; padding-right: 10px; }
.rating-block table td:nth-child(3){ width: 20%; padding-left: 10px; }
.rf_results_outer{ width: 100%; background-color:#dddddd; height:20px }

.comment-box{ margin-top: 50px; padding: 15px; background-color: #f4f4f4; border: 1px solid #cfd5d8; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.comment-box ul{ list-style-type: none; margin-bottom: 0; margin-top: 20px;}
.comment-box li{ margin-bottom: 15px; }
.comment-box li:last-child{margin-bottom: 0;}
.comment-box li label{ font-weight: 700; text-transform: uppercase; font-size: 14px;}

/* registration-form */
#registration-form{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0; left: 0; z-index: 10;}
.registration-form-block{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; padding: 20px; max-width: 500px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.registration-form-block ul{ list-style-type: none; margin-bottom: 0; display: flex; flex-flow: wrap; justify-content: space-between;}
.registration-form-block ul li{ margin-bottom: 5px; width: 49%;}
.registration-form-block ul li.full-width{ width: 100%; }
.registration-form-block ul li label{ margin-bottom: 5px; color: #000; font-weight: 700; text-transform: uppercase; font-size: 13px; line-height: 16px;}
.registration-form-block ul li input[type="checkbox"]{ display: inline-block; vertical-align: middle; }
#close-btn{ position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 100px; background-color: #e2b245; color: #fff; text-align: center;}
@media only screen and (max-width: 979px){
	.registration-form-block{ top: 25%; transform: translate(-50%, -20%);}
	.registration-form-block ul{ height: 60vh; overflow: hidden; overflow-y: scroll;}
}

/* envision-forum */
.envision-fixed-header .site-header-main{ background-color: #131313; padding-bottom: 20px; position: fixed;}
.envision-forum-block{ margin-top: 80px; width: calc(100% - 395px); display: inline-block; vertical-align: top; }
.envision-forum-block.right-block{ width: 336px; margin-left: 54px;}

@media only screen and (max-width: 979px){
	.envision-forum-block, .envision-forum-block.right-block{ width: 100%; margin-left: 0; }
	.envision-forum-block.right-block{ margin-top: 0;}
}

.forum-block{ width: 100%; padding: 18px; border-radius: 8px; border: 1px solid #d9d9d9; -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2); margin-bottom: 20px;}
.forum-block-title{ display: flex; justify-content: space-between; }


.forum-block h3{ font-family: 'futura_md_btbold'; color: #222222; font-size: 23px; line-height: 27px;}
.forum-block .h5{ font-family: 'futura_md_btbold'; color: #cb8910; font-size: 21px; line-height: 24px;}

.forum-block > img{ margin:20px 0 30px; border: 1px solid #d9d9d9; width: 100%; }

.forum-author-pic{ width: 50%; }
.forum-author-pic p{ margin-bottom: 5px; color: #8d8a8a; font-size: 14px;}
.forum-author-pic img{ border-radius: 100%; border: 6px solid #e3e3e3; margin-top: 0; margin-right: 8px;}
.separator{ margin: 0 5px; }

@media only screen and (max-width: 767px){
	.forum-block-title{ flex-flow: wrap; }
	.forum-author-pic{ width: 100%; }
	.forum-block-title > p{ display: none; }
}

.like-share-block{ text-align: right; padding: 10px 0 5px; }
.like-share-block p{ font-size: 15px; }
.like-share-block a{ margin-left: 28px; }
.like-share-block a .fa{ color: #9e9e9e; font-size: 19px;}

.forum-google-ad{ margin: 55px auto; text-align: center;}
@media only screen and (max-width: 979px){
	.forum-google-ad{ margin: 20px auto; }
}
.tick-bullet{ list-style-type: none; }
.tick-bullet li{ background: url('images/tick-bullet.png') left top no-repeat; padding-left: 26px; padding-bottom: 13px;}
.tick-bullet li:last-child{ margin-bottom: 0; }

.number-bullet li{ padding-bottom: 13px; counter-increment: li; list-style-type: none;}
.number-bullet li::before {content: counter(li); color: #cb8910; display: inline-block; width: 1em; margin-left: 0; font-size: 20px;}

.google-ad-block{ border: 12px solid #e0e0e0; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; margin-bottom: 40px;}

@media only screen and (max-width: 979px){
	.google-ad-block{ width: 46%; display: inline-block; vertical-align: top;  margin-left: 1.5%; margin-right: 1.5%; margin-bottom: 20px;}
}
@media only screen and (max-width: 639px){
	.google-ad-block{ width: 100%; margin-left: 0; margin-right: 0;}
}



/* ------------------hedge-fund----------------------- */
.list-group-box{ display: flex;  padding:100px 0; width: 100%;}
.list-group-box .details-wrap{ width: 50%; padding-right: 70px;}
.list-group-box .details-wrap span { font-size: 20px; color: #000; text-transform: uppercase; font-family: 'futura_oblique'; letter-spacing: 4px; padding-bottom: 15px; display: block; }
.list-group-box .details-wrap h2{font-size: 44px; color: #000;  letter-spacing: 9px;}
.list-group-box .img-box{ width: 50%;}
.list-group-box .img-box .inner-box{width: 300px; height: 400px; border:10px solid #e2b245; position: relative; margin:auto;}
.list-group-box .img-box .inner-box .flow-box{ position: absolute; width: 500px;  left: 50%; top: 50%;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); z-index: 9;  }
    .list-group-box .img-box .inner-box .flow-box img{transition: transform .6s;}
.list-group-box .img-box .inner-box:hover .flow-box h2{ color: #000; }
.list-group-box .img-box .inner-box:hover .flow-box img{  -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }

.list-group-box .img-box .inner-box .flow-box .isis-text{ box-shadow: 0px 0px 24px rgba(35, 31, 32, 0.76); max-width: 300px; width: 100%; padding: 29px 44px; background: #111111; position: absolute; top: -30px; right: -49px;    transition:all .5s; }
.list-group-box .img-box .inner-box:hover .flow-box .isis-text{ padding-top: 35px; padding-bottom: 35px; max-width: 320px; background: #e2b245; right: -50px; top: -40px;}

.list-group-box .img-box .inner-box .flow-box h2 { margin-bottom: 0; font-size: 30px; word-spacing: 100px; letter-spacing: 6px;}
.list-group-box.left-rotate .details-wrap{order:2; padding-left: 70px; padding-right: 0;}
.info-box{ width: 100%; border: 1px solid #e2b245; padding:50px 30px 15px 30px; margin:0px 0;float: left;}
.info-box h2{ display: block; text-align: center; margin-bottom: 40px; letter-spacing: 9px; color: #000;}
.info-box li{ width: 48.8%; float: left; padding: 10px 10px 10px 20px; background: #ebebeb; margin-bottom: 10px; list-style: none;  color: #4f4f4f;
    font-size: 20px; }
.info-box li:nth-child(even){float: right;}
.info-box li span{font-weight: bold;}



 @media (max-width: 1260px){
 	.list-group-box .img-box .inner-box .flow-box .isis-text{right:45px;}
 }
 @media (max-width: 768px){
 	.list-group-box{ flex-flow: wrap; padding: 50px 0;}
 	.list-group-box .details-wrap, .list-group-box .img-box{ width: 100%; margin: 0 auto 0px; padding-left:0;padding-right: 0;}
 	.list-group-box.left-rotate .details-wrap{padding-left: 0; order: 0;}
 	.list-group-box .img-box{order: 1;}
 	.info-box h2{ margin-bottom: 20px; }
 	.list-group-box .img-box .inner-box{margin-top: 50px;}
 	.info-box h2{font-size: 25px;}
 }
 @media (max-width: 600px){
 	.list-group-box .img-box .inner-box .flow-box{width: 100%; position: relative;}
 	.list-group-box .img-box .inner-box{height: auto; width: 100%;}
 	.info-box li{width: 100%; font-size: 15px;}
 	.info-box{padding:30px 10px 15px 10px;}
 	.list-group-box .details-wrap h2{font-size: 25px;}
 	.list-group-box .img-box .inner-box .flow-box .isis-text{right: 0; padding:15px 20px;}
 	.list-group-box .img-box .inner-box .flow-box h2{font-size: 20px;}
	.list-group-box .img-box .inner-box .flow-box img{width: 100%;}
	.list-group-box .img-box .inner-box .flow-box{ -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; left: 0; right: 0;}
	.list-group-box .details-wrap span{padding-bottom: 0;}
}

/*privacy-policy*/
.privacy-block{ padding: 0 128px; }		
.privacy-section{ padding: 32px 25px; background-color: #ebebeb; margin-top: 25px;}
.privacy-section h2{ color: #000; letter-spacing: 4px; }
.privacy-section p{ color: #4f4f4f; }
@media only screen and (max-width: 1023px){
	.privacy-block{ padding: 0 30px; }	
}
@media only screen and (max-width: 767px){
	.privacy-block{ padding: 0; }	
	.privacy-section{ padding: 15px;}
}