/*
Theme Name: Ortex 2024
Theme URI: http://www.odagency.coma
Description: Ortex Theme
Author: Ollie Stott
Author URI: https://www.theodagency.com
Version: 1.0.0
*/

/* USER SPLIT */
/*
#individualInvestor {
 	background-image:url('/wp-content/uploads/2019/06/ortex-equities-platform.png');
	background-size: contain; 
	background-position: 600px 0;
	background-repeat: no-repeat;
	min-height:100vh; 
}*/
.video_div
{
	padding-top: 10%;
	
}

	#carouselCaptions .carousel-item {
		height: 50px;
		transition: opacity ease-out 1.5s;
	}
	#carouselCaptions .carousel-caption {
		position: relative;
		left: 0;
		right: 0;	
	}	

.overG {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 168, 164, 0.6);
}

#heroTxt {
	z-index: 1;
}

/* LIGHT VERSION */

h1, #hero h2 {
	font-weight: 800;
	margin-left: -5px;
}

h1 span {
	color: #75e8e0;
	font-weight: 100;
}

.lead {
    font-size: 1.5rem;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
}

#hero {
	height: 75vh;
	position: relative;
}

/* ROTATING BANNER TEXT */

.rotating-text h1, .rotating-text h2 {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
}
.rotating-text h2 { 
	margin-left: 10px	
}
.rotating-text h2 .word {
  position: absolute;
  display: flex;
  opacity: 0;
}
.rotating-text h2 .word .letter {
  transform-origin: center center 25px;
}
.rotating-text h2 .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.rotating-text h2 .word .letter.in {
  transition: 0.38s ease;
}
.rotating-text h2 .word .letter.behind {
  transform: rotateX(-90deg);
}

/* MODAL */

.modal#exampleModalLong iframe {
    width: 100%;
    border: none;
	height: 684px;
	background-color: #e6e6e6;
    box-shadow: 0px 0px 3px 16px #e6e6e6;
}

.muted, .muted a {
	font-size: 14px!important;
}

.video-modal-lg iframe {
    height: 80vh;
    border: none;
}
.tag-article table tr {
    border-bottom: 1px solid gray;
}
/* FONTS */

@font-face {
      font-family: 'ortex';
      src: url('cssjs/font/ortex.eot?74801575');
      src: url('cssjs/font/ortex.eot?74801575#iefix') format('embedded-opentype'),
           url('cssjs/font/ortex.woff?74801575') format('woff'),
           url('cssjs/font/ortex.ttf?74801575') format('truetype'),
           url('cssjs/font/ortex.svg?74801575#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
.icon {
      font-family: "ortex";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

/* TRANSITIONS */

header *, .btn-primary, #nf-field-4, li#menu-item-176 a, .btn-primary:hover, #nf-field-4:hover, li#menu-item-176 a:hover, nav, .carousel-indicators i, li.trial a  {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}

span.more {
    margin-left: 10px;
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    margin-top: 8px;
}

#carouselTweet {
	height: 120px;
}

.tweet {
	color: #1d9bf0;
}

#latestTweet {
	color: #5bbdff;
}

/* GENERAL */
.relationships {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    font-size: 0.8em;
    font-weight: 200;
}

.relationship-logo img {
	max-height: 40px;
}

.relationships-container, .award {
    position: absolute;
    bottom: 40px;
    width: 80%;
}

.partners-logo  {
    display: inline-block;
}

.partners-logo img {
    max-height: 45px;
}

.award {
    width: 25%;
    right: 40px;
}
.tag-article p a {
    color: inherit;
    text-decoration: underline!important;
}

@media screen and (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
    }
    .two .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }	
}
@media screen and (min-height: 700px)
	{
		relationships-container {
    margin-top: 5vh;
    padding-top: 0!important;
}
}

@media screen and (min-height: 900px)
{
	.relationships-container {
        margin-top: 9vh;
    padding-top: 0!important;
}
}
@media (min-height: 1000px)
{
	.relationships-container {
    margin-top: 12vh;
}
}

@media screen and (min-height: 1080px)
{
	.relationships-container {
    margin-top: 0vh;
    padding-top: 0!important;
    font-size: 1.2em;
}
}



@media screen and (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
}
	#individualInvestor {
		background-position: 600px 100px;
	}
	.fullH, section {
		padding: 3% 0 0;
	}
}

@media screen and (min-width:1300px) {
.page-id-523 .navbar-brand i {
    color: #fff;
}
.page-id-523 .smaller .navbar-brand i {
    color: #fff;
}
	.h-md-100 {
		height: 100%!important;
	}
}

@media screen and (max-width:1300px) {
button:focus {
	outline: none!important;
}	
	section.screening {
		min-height:auto!important;
	}
	.bgImg {
		margin-top: 300px;
	}
	.spinner {
		    margin-left: 0;
    top: -280px;
    left: -180px;
	}
}

.fullH, section {
	/* min-height: 100vh; */
	padding: 6% 0 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	color: #2a2a2a;
}

i {
	padding:5px;
}

a {
    color: #39ada8;
	text-decoration: none!important;
}

a:hover {
	color: #f44336;
}

h1, h2 {
	font-family: 'Raleway', sans-serif;
	letter-spacing: -1px;
}

h1 {
	font-size: 5em;
}

.heading h1 {
    color: #fff;
    font-weight: 100;
    font-size: 3em;
}

h2 {
	font-size: 2.25em;
	margin-bottom: 20px;
	font-weight: 800;
}
#hero h2 {
	font-size: 5em;
	font-weight: 800;
	margin-left: 10px;
}

h2.display-3, h2.display-3:before, h2.display-3:after {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

h2.display-3 {
    color: #38ada8!important;
    font-weight: 800;
}

h3 {
    font-size: 0.85em;
    text-transform: uppercase;
	font-weight: 800;
	font-family: 'Source Sans', sans-serif;
	margin-top: 30px;
}

h4 {
    font-weight: 600;
    font-size: 1.2em;
	padding-bottom: 10px;
}

h5 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.25em;
	color: #39ada8;
}

h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 5px 0;
	color: #4d4d4d;
	font-family: 'Raleway', sans-serif;
}


.col-md-2dot4 h6 {
    font-size: 0.6em;
}

.blockquote {
	font-size: 1em;
	line-height: 1.75em;
}

.blockquote p:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 1.75em;
    font-weight: 800;
    color: #ff9966;
    margin-top: -10px;
	padding-right: 10px;
}

.blockquote p:after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 1.75em;
    font-weight: 800;
    color: #ff9966;
    margin-top: 10px;
	padding-left: 10px;
	position: absolute;
}

.blockquote-footer {
	font-size: 1em;
	color: #000;
	margin-top:20px;
}

.p-l {
	font-size: 1.2em;
}

header a, footer a {
	padding-bottom:0;
	border-bottom:0;
}

.btn, .nf-next-previous input, #nf-field-4 {
	border-radius: 50px;
	text-decoration: none!important;
}

header .btn {
	font-size: 0.9em;
}

.btn {
	padding: 10px 20px;
}
.btn-primary, .btn-secondary, .btn-primary a, .btn-secondary a, #nf-field-4, li.trial a {
	color:#fff;
	border:none;
}

.bg-primary {
	background: #38ada8!important;
}

.bg-secondary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
background-color: #eee!important; /* Old browsers */
/* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%)!important; FF3.6-15 */
/* background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 )!important; /* IE6-9 */
}

.bg-tertiary {
	background: #182932!Important;
}

.text-dark {
	color: #182932!Important;
}

.btn-primary, #nf-field-4, li#menu-item-176 a, .progress-bar, li.trial a {
	background: #f44336; /* Old browsers */
	text-decoration: none;
}

.btn-primary:hover, #nf-field-4:hover, li#menu-item-176 a:hover {
	background: #21666e;
}

#nf-field-4 {
    padding: 10px 25px;
    border: none!important;
    margin: 0 auto;
}

.btn-outline-primary {
	color: #01a59b;
    border-color: #01a59b;
}

.text-primary {
	color: #38aaa6!important;
}
.text-secondary {
	color: #39ada8!important
}

.btn-secondary {
	background:#00a79d;
}

.nf-next-previous input {
	color: #fff;
	padding: 5px 15px;
	background: #4d4d4d;
	border: none;
}

small {
	font-size: 30%;
}

.card {
	border: none;
}

.card h1 {
	font-weight: 400;
	font-size: 3em;
}

.large-icon i, .large-icon svg {
    font-size: 2.8em;
	margin-bottom:10px;
}

/* HEADER */

nav {
	padding: 16px 1rem;
	background: none;
	z-index: 1;
}

nav.smaller {
	padding: 0px 1rem;
}

.small-desc {

}

.navbar-brand {
    font-size: 2.5em;
    padding: 0;
	margin: 0;
    line-height: 1em;
    overflow: hidden;
}

.navbar-brand i, .smaller .navbar-brand i {
    margin: 0;
    color: #fff;
	width: auto;
	margin-right: 25px;
}

.smaller .navbar-brand i {
	font-size: .75em;	
}

.social li, .nav-link {
    display: inline-block;
}

.nav-link {
    font-size: 0.9em;
}

nav li {
    margin-right: 20px;
    line-height: 1em;
    height: 1em;
}

nav li a {
	padding-bottom: 20px;
}

nav li a, nav.smaller li.btn-primary a, nav.smaller li a {
	color: #fff;
}

li#menu-item-176, li#menu-item-253, li#menu-item-14053, li.trial {
    height: auto!important;
    margin-top: -5px;
    line-height: 1.5em!important;
}

li#menu-item-176 a, .smaller li#menu-item-14053 a, .smaller li#menu-item-253 a, li#menu-item-253 a,  li#menu-item-14053 a, li.trial a  {	
	padding: 8px 15px!important;
	border-radius: 50px;
	color: #fff!important;
}

li#menu-item-253 a, .smaller li#menu-item-253 a,  li#menu-item-14053 a,  .smaller li#menu-item-14053 a {
    border: 2px solid #fff!important;
}

ul.sub-menu li {
    padding: 10px;
    margin: 0 0 10px 0;
    display: block;
    position: relative;
}

ul.sub-menu li:after {
    content: '';
}

p {
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5em;
}

@media screen and (max-width:1300px) {
nav li {
/* 	padding: 5px; */
    display: block;
/*     text-align: center;
    line-height: 1em;
    height: 2.25em; */
}	
}
nav li.trial {
    margin-right: 0;
}

/* BURGER MENU */

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon span {
    background: #fff;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2) {
  top: 10px;
}

.animated-icon span:nth-child(3) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* HOME PAGE */

.heroScreen {
	min-height: 100vh;
	color: #fff;
	top: 86px;
	padding: 120px 15px 5%;
}

#slideSlice {
	bottom:0!important;
	left:0!important;
	top:auto!important;
}
.low-slice:before {
	border-width: 0 0 155px 100vw!important;
    border-color: transparent transparent rgb(256,256,256) transparent!important;
    content: ' ';
    display: block;
    position: absolute;
    padding-bottom: 30px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.featList ul {
	list-style: none;
}

.featList ul li {
	margin-bottom: 3px;
	font-size: 0.9em;
	width: 100%;
}

.featList ul li:before {
	position: absolute;
	content: '\f058';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 800;
	margin-left: -30px;
	font-size: 1.1em;
}

.featList.Pro ul li {
	font-size: 1em;
}

.quotes h5 {
	text-transform: none;
}

/* NEW 09.09.2020 */

.ctas ul {
	padding-left: 0;
}

.ctas ul li {
	list-style: none;
	display: inline-block;
}

.relationship-logo {
    display: inline-block;
    width: 9em;
    margin: 0.5em;
	filter: grayscale(100%);
	text-align: center;
}

.vimeo-wrapper {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* 5 COLUMN */

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 10px 0;
	border-radius: 10px;
	margin: 0.5%;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
}

.two .col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
}


@media screen and (max-width: 825px ), (max-height: 690px) {
	.award img {
    max-width: 50%;
}
	.relationship-logo {
		width: 4.5em;
	}
	h2 {
		font-size: 1.5em;
	}
#hero h2 {
	font-size: 5em;
	font-weight: 800;
	margin-left: 10px;
}	
	h3 {
		font-size: 0.75em;
	}
	.navbar-brand, .smaller .navbar-brand {
    	font-size: 2em;
	}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    padding: 10px 0;
	border-radius: 0;
	margin: 0;
}	
	.fullH, section {
		min-height: auto;
	}
	#individualInvestor
	{
		min-height: 630px!important;
		height: auto!important;
	}
	#overG {
		height: 100%;
	}
	.award {
	    width: 100%;
	    padding: 0 20px;
		right: 0;
	}
.relationships-container, .award {
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
}

/* GENERAL PAGES */

.heading {
    position: relative;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(155deg,#000428 50%,#004e92);
    background-image: -o-linear-gradient(155deg,#000428 50%,#004e92 100%);
    background-image: linear-gradient(155deg,#000428 50%,#004e92);
    background-size: cover;
    background-position: center;
}

img.headicon {
    height: 120px;
    position: absolute;
    margin-top: -30px;
}

.headicon + h1 {
    margin-left: 100px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.mask svg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}


/* FORMS */

.nf-field-element textarea {
    height: 100px!important;
}

.field-wrap input[type=button]  {
	margin: 0 auto;
	display: block;
}

.nf-form-fields-required {
    display: none;
}

.nf-field input, .nf-field textarea {
	border: none!important;
    border-bottom: thin solid #4d4d4d!important;
	background: none;
}

.nf-field label {
	position: absolute;
    text-transform: uppercase;
    font-size: 0.65em;
    margin-top: -20px!important;
	font-weight: 500;
	color: #aaa;
}

.nf-field-container {
	margin: 10px 0 10px!important;
}

.field-wrap textarea {
    width: 100%;
}

.nf-error-msg {
    font-size: 0.8em;
    text-align: center;
}

.nf-after-field .nf-error-msg {
    font-size: 0.65em;
	line-height: 1em;
	text-align: left;
}

.nf-after-field .nf-error-msg {
    font-size: 0.65em;
	line-height: 1em;
	text-align: left;
}

.nf-field-container {
	margin-top:20px!Important;	
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	padding: 10px;
	background: #eee;
	border-bottom: none!important;
	color: #2a2a2a;
	border-radius: 15px;
}

/* CLIENTS */

.client img {
    max-height: 60px;
}

/* MODULES */

	section.sectiontitle + section {
		padding-top: 0;
	}

.sectiontitle {
	padding-bottom: 100px;
}

.sectiontitle span {
    transform: translate(-50%);
    font-size: 10em;
    text-shadow: 0 0 25px;
}

#contact h6 i {
    font-size: 1.25em;
    margin-right: 0.5em;
    color: #38aaa6;
	padding: 0;
}

#contact i {
    font-size: 2.5em;
    padding: 20px 0;
}

.gradLight {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* PRICING */

.pricing-table {
	padding: 30px;
	border-radius: 10px;
}

.pricing-table-body li {
    list-style: none;
    font-size: 15px;
    padding: 6px;
    font-weight: 500;
    border-radius: 30px;
    color: #2a2a2a;
    position: relative;
    z-index: 1;
    line-height: 1.5em;
	padding-left: 40px
}

.pricing-table-body li:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f058';
	color: #38aaa6;
	margin-left: -20px;
	position: absolute;
	
}

ul.pricing-table-body {
    list-style: none;
    padding-left: 0;
}

.pricing-table-price {
    font-size: 2.5em;
    font-style: normal!important;
    font-weight: 800;
    font-family: 'Raleway',sans-serif;
}

/* MULTI ICON CAROUSEL */

.carousel-indicators {
	position: relative;
	margin: 0;
}

.carousel-indicators i {
    font-size: 2.5em;
    background: #ddd;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 5px 0 0;	
}

#whatshappening .carousel-indicators i {
	padding: 5px;
	font-size: 2.75em;
}

.carIndic {
	cursor: pointer;
	padding-top: 10px!Important;
}

.carIndic {
	background: #f1f1f1;
}

.carIndic.active {
    background: #ccc;
}

.carIndic.active h6 {
	color: #000;
}

.desktopDrop:after {
    background: -webkit-linear-gradient(left, #39ada8 0%,#21666e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.carIndic.active i {
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* IMAGES FOR SINGLE POSTS */

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

.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

.aligncenter {
	float: none;
	margin: 15px auto;
	display: block;
}

/* SPINNER */

.hiddentxt[aria-expanded="false"]:before {
	transform: rotate(0deg);
	color: #f44335;
}

.hiddentxt {
    display: inline-block;
	text-decoration:none!important;
}

.hiddentxt[aria-expanded="true"]:before {
	transform: rotate(135deg);
}

.hiddentxt[aria-expanded="false"] > span:after {
	content: 'View More Features';
}
.hiddentxt[aria-expanded="true"] > span:after {
	content: 'Hide More Features';
}

.hiddentxt[aria-expanded="false"]:before {
	content: '\f067';
    font-family: "Font Awesome 5 Pro";
	font-size: 24px;
}

.hiddentxt[aria-expanded="true"]:before {
	content: '\f067';
    font-family: "Font Awesome 5 Pro";
	font-size: 24px;
}

.hiddentxt:hover {
	color: #ccc;
}

.spinner, .layer_1, .layer_2, .layer_3 {
    width: 450px;
    height: 450px;
    background-size: contain;
    position: absolute;
}

.layer_1, .layer_2, .layer_3 {
	width: 100%;
	height: 100%;
}

.desktopDrop {
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);	
    border-radius: 10px;
}

#platform .desktopDrop {
position:relative;
}

.desktopDrop:after {
    content: '\e802';
    display: block;
    bottom: calc(0% + 3px);
    font-family: "Ortex";
    left: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    position: absolute;
    font-size: 2em;
}

/* 
#spinCarouselScreen .carousel-inner, #iconCarousel .carousel-inner, #iconCarousel2 .carousel-inner, #spy .screenInner, .alpha .screenInner, #individualInvestor .screenInner, #iconCarousel3 .carousel-inner, #iconCarousel4 .carousel-inner {
	background: #fafbfc;
    padding: 5px;
    border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(212,208,212,1);
	-moz-box-shadow: inset 0px 0px 5px 2px rgba(212,208,212,1);
	box-shadow: inset 0px 0px 5px 2px rgba(212,208,212,1);
} */

#spinCarouselScreen .carousel-inner, #iconCarousel .carousel-inner, #iconCarousel2 .carousel-inner, #spy .screenInner, .alpha .screenInner, #individualInvestor .screenInner, #iconCarousel3 .carousel-inner, #iconCarousel4 .carousel-inner {
    background: #121419;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(212,208,212,1);
    -moz-box-shadow: inset 0px 0px 5px 2px rgba(212,208,212,1);
    box-shadow: inset 0px 0px 5px 2px rgb(39 37 37);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    background: rgba(0,0,0,0.75);
    margin: 5%;
}

.alpha {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 59%, rgba(212,212,212,1) 60%, rgba(244,244,244,1) 100%);
	position: relative;
	overflow: hidden;
}

.spinner {	
    background-image: url(/wp-content/uploads/2019/05/base_layer.png);
    left: 50%;
    margin-left: -225px;
    z-index: -1;
    position: absolute;
    top: 0%;
    left: -140px;	
}

.spinIndicators {
	width: 100%;
	height: 100%;
	position: absolute;
}

.spinIndicators .carousel-indicators {
    top: 50%;
    margin-top: -25px;
}

.spinIndic {
	display: none;
}

.spinIndic.active {
	display: block
}

.spinIndic i {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 2px;
}
.layer_1 {
    background-image: url(/wp-content/uploads/2019/05/layer_1.png);	
	-webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
}
.layer_2 {
    background-image: url(/wp-content/uploads/2019/05/layer_2.png);	
-webkit-animation: spin 22s linear infinite;
    -moz-animation: spin 22s linear infinite;
    animation: spin 22s linear infinite;
}
.layer_3 {
    background-image: url(/wp-content/uploads/2019/05/layer_3.png);	
	-webkit-animation: spin 16s linear infinite;
    -moz-animation: spin 16s linear infinite;
    animation: spin 16s linear infinite;
}

/* SCREEN BELOW OVERFLOW */

.txtoverscreen .screenInner {
	max-height: 70vh;
	border: 25px solid #0c0c0c;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: none;
}

.txtoverscreen .screenInner:after {
	content:'';
	height: 150px;
	width: 100%;
	left: 0;
	background: rgb(0,2,11);
	background: linear-gradient(0deg, rgba(0,2,11,1) 0%, rgba(0,2,11,0) 100%);
	position: absolute;
	bottom: 0;
}

/* STICKY SECTION */

.sticky-top {
    top: 100px;
}

	.spyBody {
		margin: 0;
	}

.bgImg {
    opacity: 0.1!important;
    position: absolute;
    right: 0%;
    padding: 10% 0;
}
.alphaScroll {
    position: relative;
/*    height: 100vh;
    overflow: auto; */
    padding: 0;
	padding:15% 0 15% 100px;
	z-index:1;
}
	.alphaShots {
		width: 50%;
		position: absolute;
		right:0px;
		margin: 10% 0 0;
	}
	.alphaShots nav {
		padding: 5% 0;
	}
	.alphaShots nav .nav-item {
		padding: 10% 0;
		margin:10% 0;
	}
#scrollspy-example, .spy {	
	height: calc(80vh - 83px);
}
#individualInvestor .screenInner, .sticks .screenInner, .alpha .screenInner {
    padding-bottom: 60px!important;
}
	.alphaScroll .spy:last-child {
		height: 50vh;
	}
	.spyto {	
	height: 100%;
}
	#spy .nav-link {
    	padding: 8px 0;
    border-bottom: 1px solid transparent;
	}	
	#spy .nav-link.active {
    background: none;
    border-bottom: 3px solid #38aaa6;
}

	.analysis {
		color: #fff;
		top: 86px;
		padding: 10% 15px;
	}

.analysis .screenInner {
	background: #1b1b1b;
    padding: 15px;
    border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(60,60,60,1)!important;
	-moz-box-shadow: inset 0px 0px 5px 2px rgba(60,60,60,1)!important;
	box-shadow: inset 0px 0px 5px 2px rgba(60,60,60,1)!important;
}
.lowz {
    z-index: -1;
}

.sticks {
	top: 200px;
}

/* FOOTER */

footer {
	background: #00020b;
	color: #fff;
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer ul li {
    padding: 0.4em 0;
    font-size: 0.85em;
}

footer a {
	color: #fff;
}

.ortex-icon i {
	width: auto;
	font-size: 2em;
}

ul.social {
	padding: 20px 0;	
}

ul.social a {
    color: #939597;
    font-size: 2em;
    margin: 0 10px;
}

ul.social a:hover {
    color: #fff;
}

footer .menu li {
    display: inline-block;
    margin: 0 10px;
}

.odsite {
    padding: 15px 0;
}

.odsite a {
    text-decoration: none!important;
}

.odsite i, .icon-odsite {
	color: #4d4d4d;
    font-size:1.5em;
    width: auto!important;
    margin: 10px 0;
}

.copyright {
	font-size: 0.8em;
    border-top: thin solid #4d4d4d;
    padding-top: 15px;
    margin-top: 15px;
}

.lazy 
{
	width:100%!important;
	height:100%!important;
}

.screenInner ul {
    display: block;
}
.awards {
    text-align: center;
	padding-top:1.5vh;
}
.awards img {
    height: 13vh;
}
.award .text {
    font-size: 2vh;
    padding-top: 1vh;
}
@media (max-width: 1200px){
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
    margin: auto;
}
	.navbar-expand-lg .navbar-toggler {
    display: flex;
		flex-direction:row;
}
	.vimeo-wrapper {
		top: 30%;
	}
}



@media screen and (min-width:993px) {
#traderlogo {
	margin-top: -120px;
}
}
@media screen and (max-width:992px) {
nav li {
	padding: 5px;
    display: block;
    text-align: center;
    font-size: 1.25em;
    line-height: 1em;
    height: 2.25em;
}
	.sectiontitle span {
		font-size: 5em;
	}
	.vimeo-wrapper {
	    height: 55vh;
	    top: 0;
	    transform: translateY(0);
	}
	h1, #hero h2 {
		font-size: 3em;
	}
	#hero {
		height: 80vh;
	}
	#heroTxt {
		margin-bottom: -100px;
	}
}

@media (max-width: 414.99px) {
	div[aria-label="cookieconsent"] { 
		 font-size: 12px;  
	}
	div[aria-label="cookieconsent"] 
	> span {
		margin: 10px; 		
	}
}	

@-moz-keyframes spin {100%{-moz-transform:rotate(360deg)}}

@-webkit-keyframes spin {100%{-webkit-transform:rotate(360deg)}}

@keyframes spin {100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}