@import "normalize.css";
/*
Responsive break points:
Widths:
	1050px
	700px
	500px
*/
html {
  position:relative;
  min-height: 100%;
  background-color: #f9f9fa;
  font-family: 'Roboto', sans-serif;
}
body {
	margin: 0 0 250px;
	height:100%;
}
h1 {
  color: #34495e;
  font-size: 36px;
  margin-top: 0px;
}
h2 {
  color: #34495e;
  font-size: 36px;
  margin-top: 0px;
}
h3 {
  color: #34495e;
  font-size: 30px;
  margin-top: 0px;
  font-weight:400;
}
h4 {
  color: #0a0e12;
  font-weight:400;
  font-size: 22px;
}
h5 {
	font-size:18px;
	font-weight:400;
	color:#0a0e12;
}
p {
  color: #0a0e12;
  font-weight: 400;
  font-size: 16px;
}
hr {
  width: 80%;
  border-top: 1px solid #f9f9fa;
  opacity: 0.5;
}
a {
  color: #0074ff;
  text-decoration: none;
}
a:hover{
	color:#6084a7;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
input:focus::-webkit-input-placeholder { opacity:.25; }
input:focus:-moz-placeholder { opacity:.25; }
input:focus::-moz-placeholder { opacity:.25; }
input:focus:-ms-input-placeholder { opacity:.25; }
textarea:focus::-webkit-input-placeholder { opacity:.25; }
textarea:focus:-moz-placeholder { opacity:.25; }
textarea:focus::-moz-placeholder { opacity:.25; }
textarea:focus:-ms-input-placeholder { opacity:.25; }
@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 48px;
  }
  h2, h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 40px;
  }
  h2, h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 32px;
  }
  h2, h3 {
    font-size: 22px;
  }
  p {
    font-size: 14px;
  }
}
/*website wide classes*/
.content-container {
	width:80%;
	max-width:1200px;
	margin:50px auto;
	padding:25px 25px 50px 25px;
	-webkit-box-shadow: 5px 5px 5px 5px #bdc3c7;
	-moz-box-shadow: 5px 5px 5px 5px #bdc3c7;
	box-shadow: 5px 5px 5px 5px #bdc3c7;
}
.content-container p {
	margin-left:40px;
}
.content-container ul {
	margin-left:45px;
}
.content-container .fa {
	margin-left:25px;
}
.ul-content > li {
	margin: 10px 0 0 40px;
}
.ul-content > li > ul {
	margin: 10px 0 0 25px;
}
.content-img {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.content-img img {
	width:100%;
	max-width:500px;
	-webkit-box-shadow: 5px 5px 5px 5px #bdc3c7;
	-moz-box-shadow: 5px 5px 5px 5px #bdc3c7;
	box-shadow: 5px 5px 5px 5px #bdc3c7;
}
.blog-img {
	width:100%;
	max-width:500px;
	display:block;
	margin:10px auto 15px auto;
	-webkit-box-shadow: 5px 5px 5px 5px #bdc3c7;
	-moz-box-shadow: 5px 5px 5px 5px #bdc3c7;
	box-shadow: 5px 5px 5px 5px #bdc3c7;
}
.infographic {
	max-width:800px;
}
.embed-code {
	background-color: #bdc3c7;
	cursor: default;
	border-style: 1px solid #bdc3c7;
	color: #7b7b7b;
	display: block;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	height: 75px;
	white-space: nowrap;
}
.header-container > img {
	position:relative;
	width:100%;
	height:400px;
}
.logo-large {
	position:absolute;
	left:0;
	top:50px;
	width:400px;
}
@media only screen and (max-width: 1050px) {
	.header-container > img {
		height:250px;
	}
	.logo-large {
		width:200px;
	}
}
@media only screen and (max-width: 700px) {
	.header-container > img {
		height:150px;
	}
	.logo-large {
		width:100px;
	}
}
input:not(.button) {
	border: 1px solid #bdc3c7;
	width:325px;
	height: 40px;
	padding-left:14px;
}
textarea {
	border: 1px solid #bdc3c7;
	width:325px;
	height: 125px;
	line-height:40px;
	padding-left:14px;
}
.button {
	width:150px;
	height:40px;
	color:#f9f9fa;
	background:#34495e;
	text-align:center;
	cursor:pointer;
	border:none;
}
.button:hover {
	background:#6084a7;
}
.js-masonry {
	margin: 0 auto;
}
.masonry-tile { 
	width: 250px;
	margin-bottom: 35px;
	text-align:center;
	height:225px;
}
.masonry-tile:hover{
	border: 4px solid #6084a7;
	margin:-4px;
}
.masonry-tile img {
	width:250px;
}
.masonry-tile div{
	width:100%;
	padding:5px 0 5px 0;
	color:#0a0e12;
}
.masonry-tile:hover div{
	background:#6084a7;
	color:#f9f9fa;
	border: 4px solid #6084a7;
	margin:-4px;
}
.ui-dialog {
	position:absolute;
	z-index:99999;
	width: 640px !important;
}
.ui-dialog-titlebar {
	cursor:pointer;
	background:#f9f9fa;
	height:30px;
}
.ui-dialog-titlebar button {
	position:relative;
	float:right;
	background:#34495e;
	color: #f9f9fa;
	height: 30px;
	width: 80px;
	border:1px solid #f9f9fa;
	}
.ui-dialog-titlebar button:hover{
	background:#f9f9fa;
	color: #34495e;
	border:1px solid #34495e;
}
.fa {
	font-size:16px;
	color:#0a0e12;
}
.traide-text {
	color:#FF8B00;
}
/*Navigation*/
header { 
	width:100%; 
	position: relative; 
	height:40px;
	background:#34495e;
	z-index:99999;
}
.logo {
	position:absolute;
	line-height:40px;
	padding: 0 0 0 42px;
	margin:0 0 0 14px;
	color:#f9f9fa;
	text-transform:uppercase;
	background-image:url("/img/main/inovance-icon.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 28px 28px;
}
.logo:hover {
	color:#95a5a6;
}
nav {
	font-size: 15px;
	color:#0a0e12;
	background:#f9f9fa;
}
nav .fa {
	color:#f9f9fa;
}
nav > ul {
	float: right;
	line-height:40px;
}
nav > ul > li {
	float: left;
	text-align: center;
	width:125px;
	border-left: 1px solid #f9f9fa;
}
nav li > a {
	display: block;
	color: #f9f9fa;
	text-transform: uppercase;
}
nav li a:hover {
	color:#95a5a6;
}
nav > ul li ul {
  	display: none;
  	position: absolute;
	background:#34495e;
	width:150px;
	text-align:left;
}
nav ul li:hover > ul {
  	display: block;
}
nav > ul li ul li {
  	font-size:14px;
	padding-left:5px;
}
.signup {
	background:#f9f9fa;
	color:#34495e;
}
.signup:hover {
	color:#6084a7;
}
#nav, label {
	  display: none;
}
/*Responsive navigation*/
@media only screen and (max-width: 915px) {
	nav ul {
		display: none;
	}
	nav label {
		display: block;
		position: absolute;
		right: 14px;
		background: #34495e;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	nav label:after{
		content:'';
		display: block;
		width: 30px;
		height: 5px;
		background: #f9f9fa;
		margin: 7px 5px;
		box-shadow: 0px 10px 0px #f9f9fa, 0px 20px 0px #f9f9fa;
	}
	[type="checkbox"]:checked ~ ul {
		display: block;
		z-index: 9999;
		position: absolute;
		right: 0px;
		top:40px;
		width:200px;
	}
	nav ul li {
		display: block;
		float: none;
		text-align: left;
		background: #34495e;
		padding:5px 0px 5px 10px;
	}
	nav > ul > li{
		border:none;
		width:190px;
	}
	nav > ul li ul {
		display: block;
		position: relative;
		z-index: 99999;
		float: none;
	}
	nav > ul li ul li {
		display: block;
		float: none;
		padding-left:20px;
	}
	.signup {
		background:#34495e;
		color:#f9f9fa;
	}
}
/*index*/
/*Content slides universal styles*/
.main-content-container {
	position:absolute;
	height:100%;
	width:100%;
}
.main-content-container p{
	font-size:22px;
}
.main-header-container {
	position:relative;
	height:100px;
	top:30px;
}
/*slide buttons*/
form a .buttonData {
	width: 180px;
	text-align:center;
	color:#f9f9fa;
	background:#34495e;
	padding: 5px;
	font-size:20px;
}
form a .buttonData:hover {
	cursor:pointer;
	background:#6084a7;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
@media only screen and (max-width: 700px) {
	.main-content-container p{
		font-size:18px;
	}
}
@media only screen and (max-width: 500px) {
	form a .buttonData {
		width: 150px;
		padding: 8px;
	}
}
/*center content vertically*/
.container {
    height: 100%;
	min-height:575px;
	min-width:320px;
    text-align: center; /* align the inline(-block) elements horizontally */
    font: 0/0 a; /* remove the gap between inline(-block) elements */
}
.container:before { /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}
.element {
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    font: 16px/1 'Roboto', sans-serif; /* <-- reset the font property */
	width:100%;
}
.vertical-header {
	margin-bottom:40px;
}
.vertical-header h2 {
	font-size:36px;
	line-height:38px;
}
.vertical-footer {
	margin-top:50px;
	max-width:1200px;
	margin: 0 auto;
}
.vertical-footer p {
	font-size:22px;
	line-height:24px;
}
.element img {
	width:400px;
}
@media only screen and (max-width: 1050px) {
	.container {
		min-height:550px;
	}
	.vertical-header {
		margin-bottom:30px;
	}
	.vertical-header h2 {
		font-size:34px;
		line-height:36px;
	}
	.vertical-footer p {
		font-size:22px;
		line-height:24px;
	}
	.element img {
		width:350px;
	}
}
@media only screen and (max-width: 700px) {
	.container {
		min-height:500px;
	}
	.vertical-header {
		margin-bottom:20px;
	}
	.vertical-header h2 {
		font-size:32px;
		line-height:34px;
	}
	.vertical-footer p {
		font-size:20px;
		line-height:22px;
	}
	.element img {
		width:300px;
	}
}
@media only screen and (max-width: 500px) {
	.container {
		min-height:450px;
	}
	.vertical-header {
		margin-bottom:10px;
	}
	.vertical-header h2 {
		font-size:26px;
		line-height:28px;
	}
	.vertical-footer p {
		font-size:18px;
		line-height:20px;
	}
}
/* Slide Landing */  
#slide-landing {
	position:relative;

	width:100%;
	min-width:320px;
	height:100%;
	min-height:600px;
	background-color: #34495e;
	background-image: url("https://inovancetech.com/img/main/bg-2.png");
	background-size: cover;
	background-position: center center;
}
#typedPos { 
	position:relative;
	top:20%;
	width:65%;
	margin:0 auto;
	text-align:center;
} 
#typed {
	font-size:52px;
	color:#f9f9fa;
}
#typed-cursor{
    font-size:52px;
	color:#f9f9fa;
	opacity: 1;
    -webkit-animation: blink 1.5s infinite;
    -moz-animation: blink 1.5s infinite;
    animation: blink 1.5s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
#sign-up-landing {
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
}
#sign-up-landing h4 {
	color:#f9f9fa;
}
.exciting {
	background:#FF8B00;
	border:1px solid #FF8B00;
}
.exciting:hover {
	border:1px solid #FF8B00;
	color:#FF8B00;
	background:#f9f9fa;
}
#learn-more {
	position:absolute;
	top:90%;
	width:100%;
	text-align:center;
	cursor:pointer;
	z-index:9999;
} 
#learn-more i {
	color:#f9f9fa;
	font-size:22px;
}
#learn-more i:hover {
	color:#95a5a6;
} 
/*Typed responsive*/
@media only screen and (max-width: 1050px) {
	#slide-landing {
		min-height:550px;
	}
	#typed {
		font-size:44px;
	}
	#typed-cursor{
		font-size:44px;
	}
	#typedPos { 
		width:85%;
	} 
}
@media only screen and (max-width: 700px) {
	#slide-landing {
		min-height:500px;
	}
	#typedPos { 
		width:99%;
	}
	#typed {
		font-size:36px;
	}
	#typed-cursor{
		font-size:36px;
	}
}
@media only screen and (max-width: 500px) {
	#slide-landing {
		min-height:450px;
	}
	#typed {
		font-size:28px;
	}
	#typed-cursor{
		font-size:28px;
	}
	h4 {
		font-size:18px;
	}
}
#LearnMore {
	position:relative;
}
/*Slide-TRAIDE*/
#slide-TRAIDE {
}
#traide-fx-logo {
	margin-bottom:25px;
	width:325px;
}
#value-added {
	position:relative;
	margin:0 auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
#value-added:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
#value-added > div {
	text-align:center; 
	width: 300px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#value-added .fa {
	font-size:60px;
	color:#34495e;
}
@media only screen and (max-width: 1050px) {
	#value-added > div {
		width: 225px;
	}
}
@media only screen and (max-width: 700px) {
	#value-added > div {
		width: 150px;
	}
}
@media only screen and (max-width: 500px) {
	#traide-fx-logo {
		margin-bottom:5px;
		width:250px;
	}
	#value-added > div {
		width: 100px;
	}
}
/*Slide data*/
#slide-data {
	background:#34495e;
	background-image: url("https://inovancetech.com/img/main/bg-3.png");
	background-size: cover;
	background-position: center center;
}
#slide-data h2 {
	color:#f9f9fa;
}
#slide-data p {
	color:#f9f9fa;
}
@media only screen and (max-width: 1050px) {
}
@media only screen and (max-width: 700px) {
}
@media only screen and (max-width: 500px) {
}
/*Slide strat*/
#slide-strat {
	min-height:625px;
}
@media only screen and (max-width: 1050px) {
	#slide-strat {
		min-height:600px;
	}
}
@media only screen and (max-width: 700px) {
	#slide-strat {
		min-height:575px;
	}
	#slide-strat .buttonData {
		width:140px;
		padding:6px;
		font-size:20px;
	}
}
@media only screen and (max-width: 500px) {
	#slide-strat {
		min-height:550px;
	}
	#slide-strat .buttonData {
		width:100px;
		padding:5px;
		font-size:18px;
	}
}
/*slide-trade*/
#slide-trade {
	background:#34495e;
	background-size: cover;
	background-position: center center;
}
#slide-trade h2 {
	color:#f9f9fa;
}
#slide-trade p {
	color:#f9f9fa;
}
/*slide-last*/
#slide-last {
	background:#f9f9fa;
	height:350px;
}
/*contact.html*/
#contact-page {
	min-height:550px;
	width:80%;
	margin:0 auto;
}
#contact-page #contact-form {
	float:left;
	width:385px;
}
#contact-page #contact-us {
	float:right;
}
#contact-page .fa {
	color:#34495e;
	font-size:28px;
	margin-left:40px;
}
#contact-page .fa:hover {
	color:#6084a7;
}
#contact-page .button {
	width: 345px;
	}
@media only screen and (max-width : 1050px) {
	#contact-page {
		min-height:725px;
		width:100%;
	}
	#contact-page #contact-form {
		float:none;
	}
	#contact-page #contact-us {
		float:none;
		margin-top:50px;
	}
}
@media only screen and (max-width: 700px) {
	#contact-page #contact-form {
		width:280px;
	}
	#contact-page input {
		width:225px;
	}
#contact-page textarea {
	width:225px;
	}
	#contact-page .button {
		width: 245px;
	}
}
/*TRAIDE Algorithms Webpage*/
.inline {
	width:100%;
}
.inlinelist {
	float:left;
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%; 
}
#d4, #d5, #d6 {
	width: 320px;
	height: 240px; 
	background: #ecf0f1;
	text-align:center;
}
#d4 h2, #d5 h2, #d6 h2 {
	font-size:26px;
	color:#34495e;
	line-height:80px;
}
.contenthover {
	text-align:center;
}
.contenthover p {
	font-size:18px;
	color:#f9f9fa;
	margin:0;
}
.contenthover h3 {
	color:#f9f9fa;
	margin-top:30px;
}
@media only screen and (max-width: 1050px) {

}
@media only screen and (max-width: 700px) {

}
/*exportInformation.html Page*/
#export-traide .content-container {
	margin: 50px 0 0 175px;
	width:65%;
}
#export-sidebar {
	height:350px;
}
/*Indicator page*/
.indicatorSearch fieldset {
	margin-bottom:25px;
	border:none;
}
#filter {
	background: url(https://cdn3.iconfinder.com/data/icons/wpzoom-developer-icon-set/500/67-128.png) no-repeat scroll 10px 10px;
	background-size:22px 22px;
	margin-right:25px;
	padding-left:40px;
}
.indicator-header {
	font-weight:600;
}
.indicatorlist li {
	list-style:none;
	border-bottom:1px solid black;
	margin-bottom:25px;
}
.MathJax_Display {
	font-size:12px;
	color:#28394d;
}
/*Data Webpage*/
.traide-data #accordion {  
    width: 90%;
    margin: 50px auto;
}
.traide-data #accordion .ui-accordion-content {
    width: 100%;
    background-color: #F9FAFA;
}  
.traide-data #accordion .ui-accordion-content > * {
    margin: 0;
    padding: 20px;
} 
.traide-data #accordion .ui-accordion-header{
   	position:relative;
	margin: 0px;
	height:50px;
	line-height:50px;
	background-color: #34495e;  
	color:#F9FAFA;
	border-bottom:1px solid #F9FAFA;
	padding-left:15px;
	}
.traide-data #accordion .ui-accordion-header:hover {
	cursor:pointer;
	background-color: #222F3D;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#FXCMData {
	width:200px;
	margin:0 auto;
}
#FXCMData th {
	color:#34495e;
	font-size:24px;
}
#FXCMData tr {
	height:40px;
	background:#F9FAFA;
}
#FXCMData td {
	width:150px;
	text-align:center;
}
table.treetable span.indenter a {
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
  width: 19px;
}
table.treetable tr.collapsed span.indenter a {
  background-image: url('https://www.inovancetech.com/img/data/blueArrow.png');
}
table.treetable tr.expanded span.indenter a {
  background-image: url('https://www.inovancetech.com/img/data/blueArrowDown.png');
}
/*FAQ page*/
#faq-traide {
	margin: 50px 0 0 175px;
	width:65%;
}
.sidebar-nav {
	position:fixed;
	left:0;
	top:90px;
	height:300px;
	width:175px;
	background:#34495e;
    -webkit-box-shadow: 0px -3px 2px #bdc3c7;
    -moz-box-shadow:    0px -3px 2px #bdc3c7;
    box-shadow:         0px -3px 2px #bdc3c7;
}
#faq-nav {
	height:425px;
}
.sidebar-title {
	font-size:18px;
}
.sidebar-nav ul {
	list-style-type: none;
}
.sidebar-nav > ul {
	padding-top:8px;
}
.sidebar-nav ul > li {
	margin-left:10px;
	margin-bottom:5px;
}
.sidebar-nav ul li ul li {
	margin-left:15px;
}
.sidebar-nav a {
	color:#f9f9fa;
}
.sidebar-nav a:hover {
	color:#6084a7;
}
#faq-traide table tr td {
		padding:8px;
	}
#faq-traide table th {
		background:#f9f9fa;
		font-weight:600;
		text-align:left;
		padding:5px 8px;
	}
#faq-traide table tr:nth-child(even) {
	background:#E6EBEF;
}
#faq-traide table tr:nth-child(odd) {
	background:#EDF1F3;
}
#faq-traide table tr:hover {
	background:#CAD0D7;
}
@media only screen and (max-width : 700px) {
	#export-traide .content-container {	
		margin: 0 auto;
		width:80%;
	}
	.sidebar-nav {
		display:none;
	}
}
/*Documentation page*/
.documentation {
	position:relative;
	width:100%;
}
.documentation #accordion {  
    width: 200px;
    margin: 15px;
}
.documentation #accordion .ui-accordion-header{
   	position:relative;
	margin: 0px;
	height:40px;
	line-height:40px;
	padding:5px;
	background-color: #34495e;  
	color:#F9FAFA;
	border-bottom:1px solid #F9FAFA;
	border-top:1px solid #F9FAFA;
	}
.documentation #accordion .ui-accordion-header:hover {
	cursor:pointer;
	background-color: #1E4974;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.documentation #accordion h4 {  
    font-size:18px;
}

.documentation #accordion .ui-accordion-content > * {
    margin: 0;
}
.tabsnav nav {
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */    
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #34495E;
  color: #F9FAFA;
  width: 200px;
}
.tabsnav nav a {
  padding: 5px 5px 5px 20px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  color: #F9FAFA;
}
.tabsnav nav a:last-child {
  border-bottom:1px solid #F9FAFA;
}
.tabsnav nav a:hover,
.tabsnav nav a.selected {
	cursor:pointer;
	background-color: #1E4974;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.tabs {
	float:right;
}
.content1 {
  position:absolute;
  top:0;
  left: 250px;
  height: 800px;
  opacity:0;
  width:70%;
  transition: opacity 0.1s linear 0s;
}
.content1.visible {
  opacity: 1;
}
.documentation .small {
	max-width:200px;
}
.documentation .medium {
	max-width:350px;
}
.documentation .large {
	max-width:800px;
}
/*Webinar*/
.webinar {
	text-align:left;
}
.webinar div a {
	font-size:22px;
}
.webinar .register {
	display:inline;
	width:45%;
}
.webinar .left {
	float:left;
}
.webinar .right {
	float:right;
}
.clear {
	clear:both;
}
@media only screen and (max-width : 1055px) {
	.webinar .register {
		display:block;
		width:100%;
	}
	.webinar .left {
		float:none;
	}
	.webinar .right {
		float:none;
	}
}
/*Blogs*/
.blog-article {
	max-width:615px;
	-moz-box-shadow: 10px 0px 1px #34495e;
	-webkit-box-shadow: 10px 0px 1px #34495e;
	box-shadow: 10px 0px 1px #34495e;
}
.blog-article p {
	margin-left:0px;
}
.blog-article ul {
	margin-left:25px;
}
.linked-share {
	position:relative;
	top:4px;
}
.blog-comment-count {
	float:right;
}
.intro {
	font-size: 18px;
	color: #34495e;
}
.comments {
	max-width:600px;
	position:relative;
	margin:0 auto;
}
.signup-popup { 
	position: fixed;bottom: 0;right: 0;
	width: 275px;height: 150px;
	display: none;
	z-index:5;
	text-align:center;
	background: #f9f9fa;
	color:#34495e;
	border-top: 35px solid #34495e;
	-webkit-box-shadow: 5px 5px 5px 5px #bdc3c7;
	-moz-box-shadow: 5px 5px 5px 5px #bdc3c7;
	box-shadow: 5px 5px 5px 5px #bdc3c7;
}
.closebox {
	position:absolute;
	top:-34px;
	right:6px;
	font-size:24px;
	color:#f9f9fa;
	cursor:pointer;
}
pre {
	display: block;
	color: #0a0e12;
	font-family: 'Droid Sans Mono',Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
	padding: 5px;
	background: #ecf0f1;
	border-left: 2px dotted #bdc3c7;
	font-size: 12px;
	white-space:normal;
}
.article-header-img {
	width:100%;
}
.blog-article table {
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
.blog-article table img {
	width:100%;
	-webkit-box-shadow: 1px 1px 1px 1px #bdc3c7;
	-moz-box-shadow: 1px 1px 1px 1px #bdc3c7;
	box-shadow: 1px 1px 1px 1px #bdc3c7;
}
.blog-article table th{
	font-size:18px;
	color:#34495e;
	border-bottom:1px solid #6678b1;
	padding:10px 8px;
}
.blog-article table td{
	color:#34495e;
	padding:9px 8px 0;
}
.blog-article table tbody tr:hover td{
	color:#6084a7;
}
.blog-article-link img {
	border-bottom:2px solid #6084a7;
}
#links-rss {
	position:absolute;
	width:100%;
	bottom:-25px;
}
#rss {
	position:absolute;
	bottom:0;
	left:0;
}
#quant-link {
  position: absolute;
  bottom:0;
  right:0;
}
.fa-rss {
	color:#34495e;
	font-size:30px;
}

/*aboutUs.html*/
#team-quote {
	position: relative;
	max-width:1080px;
	margin:0 auto;
	padding:25px;
	text-align: center;
}
.team-bio {
	height:470px;
}
.team-bio .fa {
	font-size:22px;
	color:#34495e;
	margin-left:10px;
	margin-right:10px;
}
.team-bio:hover .fa {
	color:#f9f9fa;
}
.team-bio .fa:hover {
	color:#34495e;
}
/*pricing.html*/
.pricing-page {
	text-align:center;
	height:100%;
	width:100%;
}
.pricing-page h2 {
	color:#f9f9fa;
	font-weight:400;
	top:60px;
	position:relative;
}
.pricing-top p {
	top:40px;
	position:relative;
	color:#f9f9fa;
	font-size:18px;
}
.pricing-top {
	position:relative;
	width:100%;
	height:275px;
	background:#34495e;
}
#pricing-container {
	position:relative;
	top:-100px;

	text-align:center;
	margin:0 auto;
	display:inline-block;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 10px 15px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.5);
}

.subscription {
	display:inline-block;
	height:400px;
	width:250px;
	background:#34495e;
	text-align:center;
	position:relative;

	border-right:1px solid #2c3e50;
	margin-right:-4px;
}
.subscription p {
	margin-left:0;
}
.subscription .plan-body {
	position:relative;
	width:100%;
	height:170px;
}
.subscription .plan-large {
	height:100px;
	background:#ecf0f1;
}
.subscription .plan-large p {
	font-size:32px;
	color:#f9f9fa;
	margin:0;
	color:#34495e;
	line-height:100px;
	font-weight:500;
}
.subscription .plan-med p {
	font-size:28px;
	color:#f9f9fa;
	margin:10px 0;
}
.subscription .plan-med span {
	font-size:18px;
}
.subscription .plan-body p {
	font-size: 15px;
	color:#f9f9fa;
}
.subscription .plan-body div {
	background:#16a085;
	width:100px;
	height:40px;
	margin:0 auto; 
}
.plan-cta {
	color:#f9f9fa;
	line-height:40px;
	display:block;
}
.plan-cta:hover {
	background:#f9f9fa;
	color:#34495e;
}
.white-label-pricing {
	width:753px;
	height:100px;
	margin:0 auto;
	background:#34495E;
	position:relative;
	top:-80px;
	left:3px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 10px 15px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.5);
}
.white-label-pricing p {
	margin: 0;
	line-height:45px;
	color:#f9f9fa;
	font-size:18px;
}
.white-label-pricing div {
	background:#16a085;
	width:100px;
	height:40px;
	margin:0 auto;
}
#signup-form {
	margin:0 auto;
	display:block; 
	text-align:center;
}
@media only screen and (max-width: 500px) {
	
}
/*VPS Pricing*/
.vps {
	margin-right:0;
}
.ui-tooltip {
	width:150px;
	background: #0a0e12;
    color: #f9f9fa;
    border: 1px solid black;
    padding: 5px;
    opacity: 0.9;
}
.tooltip {
	border-bottom: 1px dotted white;
	cursor:help;
}
.regular-checkbox {
	display:none;
}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}
.vps-button {
	position:relative;
	width:341px !important;
	margin-left:-3px;
}
.vps-button:disabled {
	opacity:0.5;
}
.vps-button[disabled]:hover {
	background:#34495E;
}
.vps-ToS {
	position:relative;
	bottom:5px;
}
/*Footer*/
.footer { 
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height:250px;
	background: #34495e;
	color:#f9f9fa;
	}
.footerContainer {
	width:75%;
	margin:0 auto;
	height: 250px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.footerContainer h4 {
  color: #f9f9fa;
}
.footerContainer a {
  color: #f9f9fa;
}
.footerContainer a:hover{
	color:#95a5a6;
}
.footerContainer > div {
	text-align:center; 
	width: 250px;
    height: 185px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}
.footerContainer:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.copyright {
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
	font-size:14px;
	color:#f9f9fa;
}
@media only screen and (max-width : 1050px) {
	.footerContainer {
		width:95%;
	}
	.footerContainer > div {
		width: 25%;
	}
}
/*Promo*/
#headerPromo {
	background: #e67e22;
	opacity:0.9;
	top: 0px;
	z-index:9999;
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
	text-align:center;
}
#headerPromo p{
	font-size:18px;
	color: #f9f9fa;
}
.promoText a {
	background: #3498db;
	color: #F7FBFF;
	padding: 4px 14px 4px 14px;
	margin-left: 8px;
	font-size:18px;
	white-space: nowrap;
}
.promoText a:hover {
		background:#2980b9;
}
.promoInner {
	text-align: center;
}
@media only screen and (max-width : 650px) {
	#headerPromo p{
		font-size:14px;
	}
	.promoText a {
		font-size:14px;
		padding: 2px 7px 2px 7px;
	}
	#headerPromo #closePromo {

		top:2px;
	}
}