html.nav-down header {
	background-color: rgba(7,55,118,1);
	border-bottom: rgba(3, 27, 54, 1) 1px solid;
}

header #logo {
	width: 220px;
    height: 70px;
	position: static;
	margin-left: 15px;
}
header #logo a {
	position: fixed;
	top: 0;
	width: 220px;
    height: 70px;
	background-image: url(/media/1060/vm-logo-220x70.png);
}

footer #footer-logo {
	width: 220px;
	margin: auto;
}

footer #footer-logo div {
	width: 220px;
    height: 70px;
	background-image: url(/media/1060/vm-logo-220x70.png);
	background-repeat: no-repeat;
}


// intro section 
.intro {
	color:white;
}

.intro-text {
    font-size: 17px;
    line-height: 32px;
}
.intro-heading {
    font-size: 42px;
    line-height: 56px;
}

.row .table .table-cell h1.heading {
	color: #f1f1f1;
	font-size: 3.6em;
	font-weight: 800;
}

.row .table .table-cell div.c3-text .intro {
	color: #f1f1f1;
	font-size: 2em;
	font-weight: 600;
	line-height: 1.3em;
}

h4.markets-header {
	color: #e91e63;
}

// spec section
body .pad-top-bot {
	padding-top:150px;
	padding-bottom: 150px;
}

// how we help companies sections
thead {
	background-color:#f7f7f7; 
	background-color:rgba(247,247,247,1);
	color:#2b2b2b; 
	color:rgba(43,43,43,1);
}
table th, table td {
	padding:15px;	
	border-width:0;
	border-style:none;  
}
.tables table .even td, .tables .body .item.even {
	background-color:#ffffff; 
	background-color:rgba(255,255,255,1);
}
table th {
	font-weight:500; 
	font-size:15px;
}
table tr p:first-of-type {
	margin-top:0;
}
table tr p:last-of-type {
	margin-bottom:0;
}	
tr {
	padding-bottom:20px;
	vertical-align:top;
}
td{
	font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 400;
	line-height:22.5px
}
td img {
	width: initial !important;
}
td strong {
	font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.original-img {
	width: initial !important;
}

.width-85 {
	width: 85%;
}

.about-features {
	padding: 10px;
}
.about-features	a {
	color: #3f51b5;
}

h2 {
	font-family: 'Roboto',sans-serif!important;
	font-weight: 300!important;
	font-size: 36px;
}

p {
	font-size: 15px;
    color: #8c8c8c;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px 0;
}
p .timer {
	font-size:57px !important;
	color: white !important;
}

.timer-title {
    margin-bottom: 32px;
    margin-top: -16px;
}

// padding remover
.apc {
	padding-top:0;
}
.remove-top-padding {
	padding-top: 0;
}
.remove-right-padding {
	padding-right: 0px;
}
.remove-left-padding {
	padding-left:0px;
}
.remove-bottom-padding {
	padding-bottom:0px
}
.remove-x {
	padding-bottom:0px;
}


//margin remover
.remove-top-margin {
	margin-top: 0px !important;
}
.remove-bottom-margin {
	margin-bottom: 0px !important;
}

#contactDetails h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}


@media (min-width:1200px) {	
	h1 {
		font-size:45px;
	}	
	h2 {
		font-size:35px;
	}
	h3 {
		font-size:30px;
	}
	.specs h4 {
		font-size:18px;
	}
	h5, p.heading {
		font-size:20px;
	}
	h6, .sub-heading {
		font-size:18px;
	}	
}

.markets-padding {
	box-shadow: inset 0 48px rgba(7,55,118,1);
}

@media (min-width:1200px) {
	.markets-padding {
		box-shadow: inset 0 64px rgba(7,55,118,1);
	}
}

@media (min-width:992px) {
	body #pos_1365 {
		padding-top:150px;
		padding-bottom:80px;
	}
		
	.apc .heading.main {
		font-size:32px;
	}
		
}	