/* Digitist Web 2015 */
html {
	margin:0px;
	padding:0px;
}

body {
	color:#a0a0a0;
	background-color:#181818;
/*
	background-image:url('/assets/img/bg_topleft.png'),
				  	 url('/assets/img/bg_topright.png');
*/
	background-repeat:no-repeat, no-repeat;
	background-position:left top, right top;
	background-size:auto, auto;
	margin:0px;
	padding:0px;
	font-family: 'Source Sans Pro', 'Open Sans', 'Helvetica', Arial, sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:1.846;
}

/* @TODO: style links */
a {
	color:#00a6e9;
}

a:visited {
	color:#00a6e9; /*#1860ad;*/
}

a:hover, 
a:active,
a:focus {
	color:#00a6e9;
	text-decoration: none;
}

div#content {}

h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
}

h1 {
	color:#fff;
	font-weight:200;
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom:8px;
	font-size:48px;	
}

h2 {
	color:#fff;
	margin-top:40px;
	margin-bottom:30px;
	font-size:36px;
}

h3 {
	color:#f0f0f0;
	font-weight:300;
	font-size:24px;
	padding-bottom:10px;
	margin-top:15px;
}

p {}

p.lead {
	font-size:22px;
	margin-bottom:40px;
	font-weight:500;
}

p.lead.lighter {
	font-size:22px;
	line-height:1.8;
}

/* PAGE STRUCTURE & PERSISTENT UI COMPONENTS */
button.navbar-toggle {
	border:none !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:transparent;
}

div#body-bg-image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left-top;
	z-index:-1;
}

header {
/*	background-image:url('/assets/img/header_bg.png');*/
	background-repeat:repeat-x;
	background-position:left top;
}

div#top_subbar {
	padding-top:5px;
	padding-bottom:0px;
}

div#top_subbar ul {
	list-style-type:none;	
	margin:0px;
	position:relative;
	right:15px;
}

div#top_subbar ul li {
	display:inline-block;
}

div#top_subbar ul li:first-child {
	padding-right:25px;
	font-size:12px;
	opacity:0.55;
}

div#top_subbar i {
	color:#00a6e9;
	font-size:15px;
}

a#topsubbar_contactsales {
	font-weight:bold;
	font-size:13px;
	text-transform: uppercase;
}

a#topsubbar_phone {
	color:#fff;
	font-weight:900;
	font-size:16px;
}

nav div.container { 
	padding-top:0px;
}

header a.navbar-brand {
	padding-top:15px;
}

nav.navbar-default {
	background-color:transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:rgba(255,255,255,0.5);
}

/* remove navbar border */
.navbar-default div.navbar-collapse
{
    border-top:none;
    box-shadow:none;
}

div.navbar-collapse.navbar-right.collapse {
	border:none !important;
}

.navbar-collapse {
	box-shadow:none !important;
}

header nav a {
	font-size:18px !important;
}

header a:visited {
	color:#00a6e9;
}
header ul.nav a.active {
	color:rgba(255,255,255,1) !important;
}

.navbar-default .navbar-nav > .active > a {
	background-color:transparent;
	font-weight:300;
	color:rgba(255,255,255, 1) !important;
	color:#00a6e9 !important;
/*	color:#00b6ff !important; */
	/*
	text-decoration: underline;
	*/
}

.navbar-default .navbar-nav > .active > a:hover {
	background-color:transparent;
}

img#logo-header {
	position:relative;
	top:-25px;
	left:-10px;
}

header ul.nav li {
	padding-top:10px;
	margin-left:5px;
}

header ul.nav li:last-child {
	margin-left:20px;
}

header ul.nav li a {
	color:#ccc !important;
	padding-top:8px;
	padding-bottom:8px;
	font-size:16px;
	font-weight: 200;
}

header ul.nav li a:focus {
	background-color:transparent !important;
	outline:none !important;	
}

header ul.nav li a:not(.link-box):after {
	content:'';
	display:block;
	margin-top:5px;
	border-bottom:1px solid #00a6e9;
	width:0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

header ul.nav li a:hover:after { width:100%;}
/*
header ul.nav li a:after:hover {
	content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;

}*/

header ul.navbar-nav li a:hover,
header ul.navbar-nav li a:active,
header ul.navbar-nav li a:focus {
	color:rgba(255,255,255,0.8) !important;
}

span#tag {
	color:rgba(222,225,225,.8);
}

section.white h2 {
	color:#555;
	margin-top:60px;
	margin-bottom:60px !important;
}

span.bold {
	font-weight:400;
}

span.black {
	font-weight:900;
}

p span.black {
	opacity:0.8;	
}

section {
	padding-top:40px;
	padding-bottom:40px;
}

section.gray {
	background-color:#f0f0f0;
}

section.gray h2 {
	color:#333;
}

section.white {
	color:rgba(51,51,61,1);
/*	color:rgb(141, 149, 155);*/
	background-color:#fff;
}

section.white h1 {
	color:#00a6e9;
	margin-top:20px;
}

section.white h2 {
	margin-top:50px;
	font-weight:300;
}

section.white h3 {
	color:#00a6e9;
	color:#333;
	color:#1d282f;
	font-weight:600;
	margin-bottom:40px;
	margin-top:0px;
}

section.blue h2 {
	font-weight:300;
	margin-top:30px;
}

section.white p {

	margin-bottom:10px;
}

section.blue {
	background-color:#00a6e9;
}

section.blue h1,
section.blue h2,
section.blue h3 {
	color:#fff;

}

section.blue p {
	color:#fff;
}


/* NATIVE UI ELEMENTS */
form label {
	font-weight:300;
	color:#00a6e9;
}

input[type=text],
input[type=email],
select,
form textarea {
	background-image:none;
	background-color:#fff;
	border:1px solid #ccc !important;
	padding-left:10px !important;
}

select {
	background:#111 !important;
	color:#fff !important;

}

select::selection {
}

select option::selection {

}

select option:checked {
	color:#fff !important;
}

select option:not(:checked) {
	background-color:#111 !important;
}

ul {}

li {
	font-size:16px;
	margin-bottom:15px;
}

fieldset[disabled] .form-control:not(textarea), 
.form-control-wrapper .form-control:not(textarea), 
.form-control:not(textarea), fieldset[disabled] .form-control:focus:not(textarea), 
.form-control-wrapper .form-control:focus:not(textarea), .form-control:focus:not(textarea), 
fieldset[disabled] .form-control.focus:not(textarea), 
.form-control-wrapper .form-control.focus:not(textarea), 
.form-control.focus:not(textarea) {
    height: 34px;
}

.form-group .form-control:focus,
.form-group-default .form-control:focus {
	background-color:#fff;
    background-image: linear-gradient(#00a6e9,#00a6e9),linear-gradient(#d2d2d2,#d2d2d2);
}

a#scroll-to-top {
	color:#00a6e9 !important;
    display: none;
	opacity:0.7;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom:18px;
	right:15px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #222;
    box-shadow:1px 1px 5px #111;
    z-index:9999;
    cursor:pointer;
    cursor:hand;
}

.onoffswitch {
    position: relative;
    width: 180px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    text-align:left;
    margin-bottom:5px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid transparent; border-radius: 24px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ANNUAL TERM";
    padding-left: 40px;
    background-color:#333; /* #006fd4;*/
    color: #FFFFFF;
	transition:background-color 0.5s ease;
	-webkit-transition:background-color 0.5s ease
	-moz-transition:background-color 0.5s ease;
	-o-transition:background-color 0.5s ease;
	-ms-transition:background-color 0.5s ease;
}

.onoffswitch-inner:hover:before {
	background-color:#555;
}

.onoffswitch-inner:after {
    content: "6-MONTH TERM";
    padding-right: 10px;
    background-color: #eeeeee;
    color: #006fd4;;
    text-align: right;
	transition:background-color 0.5s ease;
	-webkit-transition:background-color 0.5s ease
	-moz-transition:background-color 0.5s ease;
	-o-transition:background-color 0.5s ease;
	-ms-transition:background-color 0.5s ease;
}

.onoffswitch-inner:hover:after {
	background-color:#ddd !important;
}

.onoffswitch-switch {
    display: block; width: 20px; margin: 6px;
    background: #ccc;
    border: none; 
    border-radius: 50%;
    position: absolute; 
    top: 0px;
    bottom: 0px; 
    left: 0px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 4em;
    padding: 0;
    counter-reset: li-counter;
}

ol.circles-list > li{
    font-size:17px !important;
    position: relative;
    margin-bottom: 25px;
    padding-left: 0.5em;
    min-height: 2em;
}

ol.circles-list > li:before {
    position: absolute;
    top:5px;
    left: -1.33em;
    width: 1.33em;
    height: 1.33em;
    font-size:18px !important;
    line-height: 1.28;
    text-align: center;
    color: #f5f5f5;
    border-radius: 50%;
    background-color: #00a6e9;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ul.checklist li {
    display: block;
}

ul.checklist li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #00a6e9;
}

/******* END NATIVE ELEMENTS *****/

/****** PSEUDOCLASSES ******/
.sticky {
	background-color:rgba(33,33,33,0.9);
	position:fixed;
	top:0;
	z-index:999999;
	width:100%;
}

.btn-primary {
	background-color:rgba(0,166,233,1);
	background-image:radial-gradient(circle, rgba(0,166,233, 0.5) 80%, rgba(0,166,233, 1) 81%);
}

html#blog #btnMailSubscribe {
	border:none !important;
	border-radius:0px !important;
	background:#111 !important;
	color:#fff !important;
   -webkit-transition: .3s;
    transition: .3s;	
}

html#blog button.btn-subscribe {
}

html#blog section.white h2 {
	color:#555;
	margin-top:20px;
	margin-bottom:20px !important;
}


.btn-digitist {
	border-radius:0px;
	background-color:rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 1px rgba(0,166,233,0.7) !important;
	color:#fff !important;
	margin-bottom:20px;
   -webkit-transition: .3s;
    transition: .3s;
}


.btn-digitist-white {
}

.btn-digitist-white:hover, 
.btn-digitist-white:active, 
.btn-digitist-white:focus {
	color:#fff !important;
}

.btn-digitist:hover, 
.btn-digitist:active, 
.btn-digitist:focus {
	box-shadow: inset 0 0 0 30px rgba(0,166,233,0.8) !important;
	/*
	background-color:rgba(0,166,233,0.7);
	*/
	/*
	border-color:rgba(0,166,233,0.7);
	border-style:solid;
	*/
}

a.btn-link {
	border:1px solid #aaa;
	padding:5px 10px 5px 10px;
	text-decoration: none;
}

a.btn-link:hover,
a.btn-link:active,
a.btn-link:visited {
	border-color:#00a6e9;
	text-decoration: none;
}

.link-box {}
a.link-box:hover,
a.link-box:active,
a.link-box:focus {}

.blue {
	color:#00a6e9 !important;
}

.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.popover {
	max-width:500px !important;
}

span.bold {}


/* full height bs column */
.full-ht-col {
	float:none;
	display:table-cell;
}

/* NO GUTTERS CODE */
.row.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* END NO GUTTERS CODE */

.uppercase {
	text-transform: uppercase;
}

.light {
	font-weight:300 !important;
}

.lighter {
	font-weight:200 !important;
}

.alert-info {
	background-color:rgba(100,100,100,0.4);
}

.input-group-border {
	background-color: #F0F0F0;
	padding:10px;
}

.modal {
	background-color:rgba(0,166,233,0.5) !important;
}

.modal button.close {
	color:#333;
}

.modal-title {
	padding-bottom:10px;
	font-weight:500;
	color:rgba(0,166,233,1);
	border-bottom:1px solid rgba(0,166,233,1);
}

.modal-content {
/*
	background-color:#111;
	background-image:url('/assets/img/bg_topleft.png'),
				  	 url('/assets/img/bg_topright.png');
	background-repeat:no-repeat, no-repeat;
	background-position:left top, right top;
	background-size:auto, auto;
*/
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

span.question,
span.answer {
	display:block;
}

span.question {
	margin-top:30px;
	color:#999;
	cursor:pointer;
	cursor:hand;
	display:block;
	font-weight: 500;
	cursor:pointer;
	cursor:hand;
	border-bottom:1px dotted #333;
}

span.answer {
	margin-top:20px;
	margin-bottom:40px;
	font-size:0.9em;
	display:none;;
	color:#eee;
	font-weight: 200;
	font-size:15px;
}


.circle-correction {
	padding-left:40px !important;
	padding-right:40px !important;
}
/******* END PSEUDOCLASSES ******/

/* SUBPAGES */

/* Home */
html#home div#body-bg-image {
	z-index:-1;
	background-image:url('/assets/img/bg_topleft.png'),
				  	 url('/assets/img/bg_topright.png')
				  	 /*,
					 url('/assets/img/bg.jpg');*/
	background-repeat:no-repeat, no-repeat, no-repeat;
	background-position:left top, right top, right top;
	background-size:auto, auto, auto;
}

html#home div#body-bg-image {
	height:600px;
}

html#home h1 {
	border-bottom:none;
	margin-top:30px;
}

html#home h2 {
	color:rgba(255,255,255,1);
	font-size:42px;
	font-weight:300;
	margin-top:60px;
	margin-bottom:20px;
	border-bottom:1px solid #00a6e9;
	padding-bottom:8px;	
}

html#home #home-benefits-wrapper h2 {
	margin-bottom:20px;
}

html#home #home-benefits-wrapper p.lead {
	font-weight:200;
	margin-bottom:50px;
}

html#home h1 span#text-digitize {
	font-weight:500;
}

html#home h1 span#text-dna {
	font-weight:200;
	color:#00a6e9;
}

html#home div#slide-services .svc-icons a {
	color:#fff;
}

html#home div#slide-services .svc-icons a:hover {}


/* Services */
html#services ul.list-boxes {
	position:relative;
}

html#services ul.list-boxes li {
	position:relative;
    background: #333;
    color: #d9d9d9;
    display: inline-block;
    width: 165px;
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 140px;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 2px;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    transition: background-color 0.75s ease;
    cursor:pointer;
	cursor:hand;
}

html#services ul.list-boxes li:hover {
    background: #21afed;
    background:rgba(33,175,237,1);
    color: #fff;
}

html#services ul.list-boxes div.bgimage {
    transition: background 0.75s ease;
}

html#services ul.list-boxes li:hover div.bgimage {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image: url('/assets/img/test.jpg');
	opacity:0.25;
}

html#services h3 {}

html#services div#body-bg-image {
	height:400px;
/*	background-image:url('/assets/img/bg2.jpg');*/
}

html#services table#msp-addons td {
	font-size:14px;
}

html#services section#service-listing {}

html#services section#service-listing {
	padding-bottom:70px;
}

html#services section#service-listing p {
	font-size:16px;
}

html#services ul.industries-served {
	list-style-type:none;
	padding-left:0px;
	margin-bottom:60px;
}

html#services ul.industries-served li {
	color:#fff;
	border-bottom:1px solid #00a6e9;
	text-indent: 0px;
}

html#services div.service {
	position:relative;
}

html#services div.service > div {
	padding:20px;
}

html#services div.service > div > h3 {
	margin-top:0px;
	margin-bottom:15px;
	padding:20px;
	padding-top:40px;
}

html#services div.service > div {}
html#services div.service > div p {}

html#services div.service h3 {
	margin-top:30px;
}

html#services div.parallax-container {
	width:100%;
}

html#services section.module:last-child {
	margin-bottom:0;
}

html#services section.module.parallax {
	min-height:400px;
	background-color:#fff;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
}

.form-control:focus {
}

.form-control:focus, .form-control.focus {
    background-image: linear-gradient(#00a6e9,#00a6e9),linear-gradient(#d2d2d2,#d2d2d2);
}

html#services section.module.parallax-1 {
	background-image:url('/assets/img/services-hero.jpg');
}

a#svc-cta {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7) !important;
	font-size:1em;
}

a#svc-cta:hover, 
a#svc-cta:active, 
a#svc-cta:focus {
	box-shadow: inset 0 0 0 30px rgba(0,0,0,0.8) !important;
	/*
	background-color:rgba(0,166,233,0.7);
	*/
	/*
	border-color:rgba(0,166,233,0.7);
	border-style:solid;
	*/
}

html#services canvas {
  position:relative;
  display: block;
  vertical-align: bottom;

  z-index:10;
}

/* ---- particles.js container ---- */

html#services #particles-js {
  position: absolute;
  width: 100%;
  height:100%;
  background-color: #fff;
/*
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
*/
}

html#services #service-listing {
	position:relative;
	padding-top:0px;
}

html#services #service-listing h2 {
	margin-bottom:40px;
}

html#services section#industry-listing {}

html#services div.service-examples {
	padding-top:20px;
}

html#services div.service-examples i {
	font-weight:bold;
	font-size:14px;
}

html#services div.service-examples ul {
	margin-top:10px;
}

html#services div.service-examples ul li {
	font-size:14px;
}

html#services section#slider-section {
	padding-bottom:0;
}

html#services .carousel {
    height: 500px;
    background-color:#000;
}

html#services .item,
html#services .active,
html#services .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

html#services .fill {
    width: 100%;
    height: 100%;
    background-position: top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.4;
}

html#services div.carousel .item {
	    line-height:500px;
}

html#services .carousel-caption span {
	display:inline-block;
	vertical-align: middle;
	line-height:normal;
	font-size:46px;
	background-color:rgba(0,0,0,0.5);
	font-weight:300;
}

html#services .carousel-caption a.btn-digitist {
	display:inline-block;
	vertical-align: middle;
	line-height:normal;
	font-size:46px;
	background-color:rgba(0,0,0,0.5);
	font-weight:300;
}

html#services ol.carousel-indicators {}


html#services section#service-listing h3 {
	z-index:9999;
	position:relative;
	text-transform: uppercase;
}

html#services section#service-listing a.view-examples {
	z-index:9999;
	position:relative;
}

html#services a.view-examples {
	text-decoration: underline;
	font-size:14px;
}

html#services div.examples {
	display:none;
}

html#services div.examples ul {
	margin-top:20px;
}

html#services div.examples ul li {
	font-size:14px;
}

html#services h3 i {
	display:block !important;
	margin-bottom:20px;
	color:#00a6e9;
}

html#services div.msp {
	background-color:rgba(255,255,255,1);
	border-bottom:5px solid #333;
	padding-bottom:20px;
	margin-top:50px;
	height:auto;
}

html#services div.msp h3 {
	transition: background-color 0.5s ease;
	padding-top:15px;
	padding-bottom:17px;
	color:#ccc;
	background-color:#222;
	font-weight:500;
	font-size:18px;
	text-transform: uppercase;
	background-image:url('/assets/img/bg_topleft.png'),
				  	 url('/assets/img/bg_topright.png');
	background-repeat:no-repeat, no-repeat;
	background-position:left top, right top;
	background-size:auto, auto;
}

html#services div.msp:hover h3 {
	color:#fff;
	background-color:#111;
}

html#services div.msp ul {
	margin-top:30px;
}

html#services div.msp ul li {
	color:#000;
	padding-bottom:0px;
	font-size:14px;
	line-height:1;
}

html#services div.msp span.price {
	display:block;
	color:#00a6e9;
	font-size:42px;
	font-weight: 300;
}

html#services span.msp-usd {
	font-size:33px;
}

html#services div.msp span.price-interval {
	display:block;
	color:#999;
	font-size:12px;
	padding-bottom:15px;
	border-bottom:1px solid #d9d9d9;
}

html#services span.plan-desc {
	display:block;
	color:#333;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
}

html#services span.msp-enterprise {
	display:block;
	margin:30px 10px 0px 10px;
	color:#333;
	font-size:14px;
	font-style:italic;
}

html#services a.expand-plan-features {
	display:none;
	margin:auto;
	font-weight:bold;
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
}

/* Company */
html#company section#news span {
	font-size:14px;
	display:block;
	padding:15px;
	color:#555;
	border-right:1px solid #e0e0e0;
}

html#company section#news span.newslabel {
	background-color:#444;
	color:#ccc;
}

html#company div.news-item {
	max-width:99%;
	border:1px solid red;
}
html#company div.news-item a {

}

html#company section#news a {
	font-size:12px;
}

html#company section#news span:hover,
html#company section#news span:active,
html#company section#news span:focus {}
html#company section#news span.newslabel:hover,
html#company section#news span.newslabel:active,
html#company section#news span.newslabel:focus {}

html#company section#news {
	padding:0px;
}

html#company p.lead {
	width:85%;
}

html#company div.advisor img {
	padding:20px 0px 0px 0px;
	display:block;
}

html#company h3.company-head {
	margin-bottom:40px !important;
	margin-top:70px !important;
}

/* End Company Page */


/* Blog  */
html#blog .blog-post-pubdate {
	display:block;
	margin-bottom:30px;
}

html#blog .blog-post p {
	margin-top:30px;
}

/* Contact */
html#contact div.contact-sidebar {
	font-size:0.8em;
}

html#contact div.contact-sidebar span {
	color:#ccc;
}

html#contact div.contact-sidebar h4 {
	font-size:16px;
	color:#00a6e9;
}

html#contact div.contact-sidebar p {
	color:#ccc;
}

html#contact span {
	color:#fff
}

html#contact button[type=submit] {
	display:block;
	width:100%;
	font-size:18px;
}

textarea#messageBody {
	height:150px;
}

html#contact section {
	background-color:transparent !important;
}

html#contact section#header-bg {
	background-color:#00a6e9 !important;
	color:#fff;
	margin-top:10px !important;
	padding-top:0px !important;
	padding-bottom:40px !important;
}

html#contact #frmContact .form-control {
	background-color:#111;
	border:1px solid transparent !important;
	border-radius:2px !important;
	font-size:18px;
}

html#contact #frmContact input.form-control {
	height:40px;

}

html#contact #frmContact select.form-control {
	height:40px !important;
}

html#contact #frmContact textarea {
	padding-top:5px !important;
}

html#contact section#contact-form-wrapper {
	background-color:#222 !important;
/*
	background:rgba(0,0,0,0.25);
	color:#fff !important;
	outline: none;
	padding:20px !important;
	font-size:16px;
*/
}
html#contact section#contact-form-wrapper p {

}


html#contact section#contact-form-wrapper:after {
/*
    content: "";
    position: absolute;
    top: 0;
    left: 0;*/
/*    top:0;
    left:0;
    border:2px solid red;
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(156deg, rgba(255,116,4,0.81) 0%, rgba(198,60,50,0.81) 100%) repeat scroll 0 0;
    background: -webkit-linear-gradient(156deg, rgba(255,116,4,0.81) 0%, rgba(198,60,50,0.81) 100%) repeat scroll 0 0;
    background: -ms-linear-gradient(156deg, rgba(255,116,4,0.81) 0%, rgba(198,60,50,0.81) 100%) repeat scroll 0 0;
    background: linear-gradient(156deg, rgba(255,116,4,0.81) 0%, rgba(198,60,50,0.81) 100%) repeat scroll 0 0;
*/
}
html#contact #frmContact {
	margin-top:10px;
}

html#contact #frmContact select {
	-webkit-appearance: none;       
     -moz-appearance: none;    
     appearance: none;    
}

html#contact #frmContact select:before {
/*	content:'&#9660;';
	color:red !important;
	font-size:12px;
	position:absolute;
	right:0px;
	top:10px;
	*/
}

html#contact textarea {
	resize:none;
}

::-webkit-input-placeholder {
   color: #ccc !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc !important;
}

:-ms-input-placeholder {  
   color: #ccc !important;
}





/*
h2.underline:after {
	background-color: #00a6e9;
    display: block;
    content: "";
    height: 1px;
    margin: 12px auto 0;
    width: 15%;
}
*/


/* Page Structure */
div#notice {
	padding:0px;
	background-color:#282828;
	color:#afafaf;
	background-image:url('/assets/img/topbar_bgleft.png'),
				  	 url('/assets/img/topbar_bgright.png');
	background-repeat:no-repeat, no-repeat;
	background-position:left top, right top;
	height:55px;
	max-height:55px;
	overflow:hidden;
	max-width:100%;
}

div#notice-text {
	position:relative;
	top:10px;
	padding-left:80px;
	overflow:hidden;
	text-overflow:ellipsis;
	width:85%;
	white-space:nowrap;
	font-size:19px;
}

a#notice-close {
	position:absolute;
	right:50px;
	top:10px;
	color:#ccc;
	cursor:pointer;
	cursor:hand;
}

a#notice-close:hover,
a#notice-close:active {
	color:#fff;
}


html#home div#home-hero {
	padding-top:20px;
	padding-bottom:20px;
	background-size: cover;
	background-repeat: no-repeat;
}

html#home div#home-overview-desc span.black {
	font-weight:600;
}


html#home div#home-hero .video-wrapper {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:600px;
	z-index:-1;
	overflow-y:hidden;
}

html#home div#home-hero h1 {
	opacity:0.9;
	font-size:72px;
	color:#fff;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:15px;
}

html#home div#home-hero p {
	font-weight:200;
	font-size:22px;
	color:#fff;
	padding-bottom:15px;
	margin-left:5px;
}

html#home video#digitize-video {
	object-fit:cover;
	opacity:0.15;
	position:absolute;
	max-width:100% !important;
	min-height:100%;
	min-width:100%;
	width:auto;
	height:auto;	
}

html#home div#home-hero button#btnRequestProposal {
	font-size:21px;
	margin-top:30px;
	margin-right:15px;
	margin-bottom:10px;
	font-style:italic;
}

html#home div#home-overview-nav {
	margin-top:50px;
	background-color:rgba(05,05,05,0.75) !important;
}

html#home div#home-overview-nav div.container {
	padding:0px;
}

html#home div#home-overview-nav a {
	font-size:21px;
	list-style-type:none;
	line-height:38px;
	margin:0;
	padding:0;
	color:#ccc;
}

html#home div#home-overview-nav > div {

}

html#home div#home-overview-nav div.active {
	border:none;
	background-color:#000;
}

html#home div#home-overview-nav div.active:after {
	content:'';
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #000;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

html#home #btnRequestProposal i {
	color:#00a6e9;
}

.overview_item {
	padding:10px;
}

html#home div#home-overview-nav div > a {
	padding-left:25px;
}

html#home div#home-overview-nav div.active a {
	color:rgba(255,255,255,1);
}


html#home div#business-overview-tabs > div {
	padding:9px;
	cursor:pointer;
	cursor:hand;
}

html#home div#business-overview-tabs > div a {
	color:#797979;
	color:rgba(255,255,255,0.6);
}

html#home div#home-overview-nav > div > div > div.active:hover {
	background-color:#000;
}

html#home div#business-overview-tabs > div:not(.active):hover {
	background-color:#00a6e9;
}

html#home div#business-overview-tabs > div:not(.active):hover a {
	color:#fff;
}

html#home div#home-overview-desc .slide {
	display:none;
}

html#home div#home-overview-desc .slide.active {
	display:block;
    -webkit-animation: fadeinout 0.5s linear forwards;
    animation: fadeinout 0.5s linear forwards;	
	animation-iteration-count: 1
}

.black-link {
	text-decoration:underline !important;
	color:#111 !important;
	font-weight:lighter !important;
}

@-webkit-keyframes fadeinout {
  0% {opacity: 0 }
  100% {opacity:1}
}

@keyframes fadeinout {
  0% {opacity: 0 }
  100% {opacity:1}
}

div#slide-services {
	display:block;
}

html#home div#slide-services h1 {
	margin-bottom:0px !important;	
}

html#home span#full-detail {
	display:block;	
	font-weight:lighter;
	color:#fff;
}

div#home-overview-desc {
	background-color:#00a6e9;
	background: #00a6e9; /* fallback for old browsers */
/*
	background: -webkit-linear-gradient(to right, #00a6e9, #1760af); /* Chrome 10-25, Safari 5.1-6 */
/*	background: linear-gradient(to right, #00a6e9, #1760af); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ 
	*/

/*
	background-image:url('/assets/img/home-interstitial-bg.png');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: top right;
*/	
	padding-bottom:60px;
}

div#slide-services i.fa {
	opacity:0.8;
}

html#home div#home-overview-desc h1 {
	font-weight:300;
	color:#fff;
	font-size:46px;
	margin-bottom:20px;
	margin-top:40px;
}

html#home div#home-overview-desc img#software-methodology-process-diagram {
	margin-top:10px;
	margin-bottom:10px;
}

html#home div#home-overview-desc h2 {

}

html#home div#home-overview-desc h3 {
	font-weight:600;
}

html#home div#home-overview-desc ul {
	list-style-type:none;
}

html#home .client-benefit-item {
	color:#ccc;
	font-size:18px !important;
	background-color:#111;
	border:1px solid transparent;
	border-radius:8px;
	padding:10px;
	font-weight:200;	
	margin-bottom:10px;
}

html#home .client-benefit-item i {
	height:auto !important;
}

html#home div#home-overview-desc ul li {
	color:#fff;
/*
	border-bottom:1px solid #ccc;
	line-height: 2.5em;
*/
	color:#ccc;
	font-size:18px;
	background-color:#111;
	border:1px solid transparent;
	border-radius:10px;
	padding:5px;

	padding-left:10px;
	font-weight:200;
}

html#home div#home-overview-desc ul li:before {}

html#home div#home-overview-desc .slide > div {
	color:#18569b;
	font-weight:400;
	padding-top:20px;
}

html#home div#home-overview-desc p {
	color:#fff;
	font-weight:300;
	margin-bottom:30px;
}

html#home div#home-overview-desc #slide-services i {
	border:1px solid rgba(255,255,255,0.7); /*rgba(24,86,155,0.4);*/
	border-radius:50%;
	padding:35px;
	font-size:42px;
	margin-bottom:20px;
}

html#home div#home-overview-desc #slide-benefits i {
	color:#777;
	margin-left:10px;
	margin-right:5px;
	margin:auto !important;
}

html#home div#home-overview-desc .slide span.heading {
	font-weight:600;
/*	color:#fff; */
	display:block;
	margin-bottom:20px;
}

/* End Homepage */

html#company span.fiduciary {
	display:block;
	margin-top:15px;
}

html#company span.fiduciary-title {
	display:block;
	font-size:16px;
	color:rgb(34,34,34);
}

html#company p.fiduciary-text {
	font-size:15px !important;
	opacity:0.7;
	width:90%;
}

html#company span.fiduciary span.name {
	font-weight:500;
	font-size:18px;
}

html#company span.fiduciary {
}

html#company section#fiduciary-listing  {

}

html#company section#fiduciary-listing p {
	font-size:16px;
	margin-top:20px;
}

html#company section#fiduciary-listing {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

html#company section#fiduciary-listing h3 {
	margin-top:40px;
	margin-bottom:10px;
}

html#company section#fiduciary-listing h3.underline:after {
	background-color: #00a6e9;
    display: block;
    content: "";
    height: 1px;
    margin-top:10px;
}

html#company ul.news-ticker {
	width:100%;
	display:none;
}

html#company ul.news-ticker li {}

/* liScroll styles */

html#company .tickercontainer { /* the outer div with the black border */
	background-color:transparent;
	width:100%;
	height:45px !important;
	margin: 0; 
	padding: 20;
	overflow: hidden; 
}
html#company .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top:0px;
	width: 99%;
	overflow: hidden;
}
html#company ul.newsticker { /* that's your list */
	position: relative;
	left: 250px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
html#company ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0px 15px 0px 25px;
	border-left:1px dotted #555;
}

html#company ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	font-weight:bold;
	font-size:11px;
	margin: 0 50px 0 0;
	color:#888;
} 
html#company ul.newsticker span {
	margin: 0 10px 0 0;
	font-weight:200;
} 

html#company div#news-ticker-wrapper {
	padding:15px 0px 20px 0px;
	background-color:rgba(160,160,160,0);
	border-top:1px solid #333;
	border-bottom:1px solid #e0e0e0;
}

html#company span.nt-date {
	font-size:10px;
	color:#888;
}

html#company section#company-overview h2 {
	margin-top:40px;
	margin-bottom:45px !important;
}

html#company div.advisor img { }
html#company div.advisor img:hover {}

html#company a#svc-cta {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7) !important;
	font-size:1em;
	margin-top:50px;
}

html#company a#svc-cta:hover, 
html#company a#svc-cta:active, 
html#company a#svc-cta:focus {
	box-shadow: inset 0 0 0 30px rgba(0,0,0,0.8) !important;
	/*
	background-color:rgba(0,166,233,0.7);
	*/
	/*
	border-color:rgba(0,166,233,0.7);
	border-style:solid;
	*/
}

html#company div.advisor img {
	width:80%;
	max-width:200px;
	margin:auto;
	display:block;
	background-color:rgba(210,214,215,0.5);
	transition: background-color 0.8s;
}

html#company div.advisor img:hover {
	background-color:rgba(210,214,215,1);
}

html#company img#molecule-art {
	margin-top:40px;
}

html#company p.bio-text {
	display:none;
}

html#company p#bio-text {
	color:#333;
	font-size:15px;
	font-weight:300;
	margin-top:-20px;
}

html#company div.advisor {
	line-height:1em;
}

html#company div.advisor a.readbio {
	display:block;
	font-size:14px;
	margin-top:10px;
	margin-bottom:30px;
}

html#company #advisor-name {
	color:rgba(51,51,51,1);
	font-weight: 500;
	position:relative;
	top:10px;
}

html#company #advisor-title {
	color:#333;
}

html#company #advisor-content {}

html#company #advisor-photo {
	margin-right:15px;
	max-width:200px;
	margin-top:15px;
	background-color:rgba(210,214,215,0.5);
}

html#company a.advisor-bio-open img {
	cursor:pointer;
	cursor:hand;
}

html#company a.advisor-bio-open:hover img,
html#company a.advisor-bio-open:active img,
html#company a.advisor-bio-open:focus img {
}

.adb-name,
.adb-title {
	display:block;
	margin-bottom:10px;
}

.adb-name {
	margin-bottom: 10px;
	margin-top:20px;
	font-weight: 500;
	font-size:18px;
}

.adb-title {
	font-size:16px;
}

html#company span.adb-employer {
	display:none;
}


@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

input[type=email] {
	background-color:#fff;
}


ul#home-newsfeed {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

ul#home-newsfeed li {
	border-bottom:1px solid #f0f0f0;
	margin-bottom:20px;
}

ul#home-newsfeed li p {
	font-size:13px;
}

ul#home-newsfeed li h3 {
	color:#aaa;
	font-weight:700;
	font-size:16px;
	text-transform: uppercase;
	margin-bottom:5px;
}

ul#home-newsfeed li date {
	background-color:#00a6e9;
	border-radius:8px;
	color:#fff;
	text-transform: uppercase;
	padding:3px 5px 3px 5px;
	font-size:12px;
	font-weight:600;
}

div#home-benefits-wrapper {
}

html#home div#home-benefits-wrapper i {
	color:#00a6e9;
}

html#home div#home-benefits-wrapper h2,
html#home div#home-benefits-wrapper h3,
html#home div#home-benefits-wrapper i {
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}

div#home-benefits {}

html#blog section#blog-posts p {
	font-size:18px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}

.white-bg {
	background-color:#fff;
	color:#777;	
}

.white-bg h2 {
	color:#333;	
} 

.white-bg h3 {
	color:#777;	
} 

div#home-benefits p {
	font-size:15px;
	margin-bottom:40px;
}

div#home-benefits ul li p {
	margin-bottom:10px;
}

table.digitist-service-plan {
	background-color:#fff;
	border-color:#00a6e9 !important;
}

table.digitist-service-plan td,
table.digitist-service-plan th {
	border-color:#00a6e9 !important;
	color:#333;
	font-weight:300;
	font-size:16px;
	padding:5px;
	line-height:1em;
}

table.digitist-service-plan th {
	color:#ccc;
}

table.digitist-service-plan tr td:first-child {}

span.amount {
    font-weight: 600;
    font-size: 40px;
}

span#ent_plan_amount.amount {
	font-size:24px !important;
	position:relative;
	top:10px;
}

.dollar {
    letter-spacing: -1px;
    font-size: 26px;
    position: relative;
    top: -10px;
}

table.digitist-service-plan thead th {
    border: none;
    background-color: #111;
    text-align: center;
    font-size: 16px;
    font-weight:600;
}

.italic {
	font-style: italic;
}

.small {
	font-size:14px;
}

.logo-fixed {
	position:relative;
	top:0px !important;
	width:170px !important;
}

.navbar-fixed-cls {
	position:relative;
	top:8px;
}

footer {
	position:relative;
	color:#fff;
	padding:25px 0px 10px 0px;
	background-color: rgb(10, 10, 10);
/*
	background-image:url('/assets/img/footer_bgleft.png'),
				  	 url('/assets/img/footer_bgright.png');
	background-repeat:no-repeat, no-repeat;
	background-position:left top, right top;*/
}

footer div#footer-nav {
	padding-bottom:40px;
}

footer .sitemap-title {
	text-transform: uppercase;
	font-weight:600;
	font-size:16px;

}

footer ul.sitemap {
	padding-left:0;
	list-style-type: none;
	line-height:25px;
}

footer ul.sitemap li {
	margin-bottom:5px;
}

footer ul.sitemap li a {
	font-size:14px;
	font-weight:200;
	padding-left:0;
}

img#logo-footer {
	margin-top:10px;
	margin-bottom:30px;
}

div#footer-legal {
	background-color:#000;
	padding:15px 0px 15px 0px;
	color:#838181;
	font-weight:200 !important;
	font-size:12px;
	letter-spacing:1px;
}

div#footer-legal a {
	color:#fff;
}

footer span#copyright {}

div#footer-contact-strip {
	color:#ccc;
	width:100%;
	font-size:14px;
	margin-bottom:0px;
	padding:10px;
}

footer a {
	color:#00a6e9;
}

footer span {
}

footer nav ul {
	list-style-type:none;
}

footer nav ul li {
	color:#777;
	font-size:14px;
	margin-bottom:5px;
}

footer nav ul li a {}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	img#logo-header {
		width:200px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

@media only screen and (max-width: 992px) {
    div#content {
    	margin-top:30px !important
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	img#logo-header {
		top:-28px;
		left:-10px;
		width:200px;
	}

    div#content {
    	margin-top:10px !important
    }
}

/*==========  Non-Mobile First Method  ==========*

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

html#services div.service {
	float:none;
	display:table-cell;
	border-right:1px solid rgba(0,166,233,0.2);
	border-bottom:1px solid rgba(0,166,233,0.2);
}

html#services div.service:first-child {
	border-left:1px solid rgba(0,166,233,0.2);
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

	img#logo-header {
		left:-10px;
		width:200px;
	}

	html#company img#molecule-art {
		display:block;
		margin:auto;
		margin-top:40px;
	}

	html#services div.service {
		float:left;
		display:block;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	html#services ul.list-boxes {
		padding-left:20px;
	}

	.full-ht-col {
		float:left !important;
		display:block !important;
	}

	div#home-hero button#btnRequestProposal {
		margin-top:0px;
		position:relative;
		top:0px;
		display:block;
		margin:auto;
	}

	div#home-overview-nav a {
		font-size:14px;
		text-align:center;
		margin:0;
		padding:0;
		color:#000;
	}

	div#home-overview-nav i {
		font-size:16px;

	}

	div#home-overview-nav div > a {
		padding-left:10px;
	}

	div#home-overview-desc div#slide-services i {
		display:block;
		border:none;
		width:80px !important;
		height:80px !important;
		margin:auto !important;
		padding:15px !important;
	}

	.circle-correction {
		padding-left:10px !important;
	}

	span.heading {
		margin-bottom:40px;
		display:block;
	}

	footer {
		background-position:left bottom, right bottom !important;
	}

	footer nav ul {
		margin:auto;
		margin-top:10px;
		padding-left:20px;
		padding-right:10px;
	}

	h1 {
		font-size:30px;
	}

	footer nav ul li {
		text-align:center;
		color:#777;
		font-size:12px;
		margin-bottom:5px;
		margin-right:10px;
		padding-right:10px;
		display:inline-block;
	}
	
	div#footer-contact-strip {
		font-size:12px;
	}
	
    img#logo-footer {
		margin-top:10px;
	}
	
	img#logo-footer {
		display:block;
		position:relative;
		margin:auto;
		margin-top:20px;
		margin-bottom:30px;
	}

	footer span {
		font-size:12px;
	}

	footer div.row > div {
		text-align: center;
	}

	footer {
		background-color:rgba(10,10,10,1);
	}
}

/* Tablet Mode */
/*
	img#logo-header {
		width:200px;
		left:-5px;
		top:-50px;
	}
	
	span#tag {
		display:none;
	}
*/

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	html#home div#home-hero h1 {
		margin-top:5px;
	}

	html#home div#home-overview-desc h1 {
		font-size:33px;
	}

	html#home .client-benefit-item {
		font-size:14px !important;
		text-align: center;
		margin-bottom:15px;
	}

	html#home div#home-overview-desc div.client-benefit-item i {
		padding-bottom:5px !important;
	}

    div#content {
    	margin-top:5px !important
    }

	html#home #home-benefits-wrapper h2 {
		color:rgba(255,255,255,1);
		font-size:33px;
	}

	html#home #home-benefits-wrapper p.lead {
		font-size:16px !important;
	}


	html#home div#home-overview-nav {
		margin-top:10px;
	}

	a#scroll-to-top {
		padding-top:3px;
		right:5px !important;
		bottom:5px !important;
	}

	html#company p.lead {
		width:95%;
	}

	ul.navbar-nav a.btn-digitist {}

	div#home-overview-desc img#software-methodology-process-diagram {
		display:none;
	}

	html#services .carousel-caption span,
	html#services .carousel-caption a.btn-digitist {
		font-size:18px;
	}

	html#services section#service-listing p {
		display:none;
	}

	html#services section#service-listing a.view-examples {
		display:none;
	}

	body {
		font-size:16px;
	}

	html#home .video-wrapper {
		background:url('/assets/img/bg.jpg') no-repeat;
		background-size: cover;
		height:700px !important;
	}

	nav.navbar-default {
		padding-bottom:20px;
	}

	html#services ul.list-boxes li {
	    width: 125px;
	    padding-bottom:20px;
	}

	footer {
		background-position:left bottom, right bottom !important;
	}

	footer nav ul {
		margin:auto;
		margin-top:10px;
		padding-left:20px;
		padding-right:10px;
	}

	h1 {
		font-size:30px;
	}

	footer nav ul li {
		text-align:center;
		color:#777;
		font-size:12px;
		margin-bottom:5px;
		margin-right:10px;
		padding-right:10px;
		display:inline-block;
	}
	
	div#footer-contact-strip {
		font-size:12px;
	}

	html#home span.heading {
		font-weight:300 !important;
		font-size:13px !important;
	}

	div#home-overview-desc .slide i {
		display:block;
		border:none;
		padding:15px;
		padding-left:13px !important;
		padding-top:13px !important;
		margin:auto;
		height:50px;
		width:50px;
	}

	.circle-correction {
		padding-left:10px !important;
		padding-right:10px !important;
	}

	div#notice-text {
		top:15px;
		font-size:13px;
		padding-left:20px;
	}

	div#top_subbar {
		margin-bottom:15px;
	}

	div#top_subbar ul {
		list-style-type:none;
		margin:0px;
		right:0px;
	}

	div#top_subbar ul li {
		display:inline-block;
	}

	div#top_subbar ul li:first-child {
		padding-right:0px;
		font-size:11px;
	}

	div#top_subbar i {
		font-size:12px;
		position:relative;
		top:-10px;
	}

	a#topsubbar_contactsales {
		font-size:11px;
		position:relative;
		top:-10px;
	}

	a#topsubbar_phone {
		font-size:15px;
		position:relative;
		top:-10px;
	}

	button.navbar-toggle {
		position:relative;
		top:-10px;
	}

	img#logo-header {
		position:relative;
		left:5px;
		width:180px;
	}

	img#logo-footer {
		margin-top:10px;
	}
	
	html#home div#business-overview-tabs > div {
		padding:2px;
	}
	
	ul.navbar-nav {
		margin-top:30px;
		padding-right:20px;
	}

	ul.navbar-nav li  {
		border-bottom:1px solid #111;
		width:100%;
	}

	ul.navbar-nav li:last-child {
		border-bottom:none;
	}

	ul.navbar-nav li a {
		position:relative;
	}

	div.navbar-collapse {
		width:90%;
	}

	.link-box {
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
	}

	html#home div#home-hero h1 {
		font-size:48px;
	}

	html#home div#home-hero p {
		font-size:16px;
		margin-bottom:50px;
	}

	span#copyright {
		display:block;
	}

	html#home div#home-hero button#btnRequestProposal {
		margin-top:0px;
		position:relative;
		top:-25px;
		display:block;
		margin:auto;
	}

	html#home div#home-overview-nav > div > div > div {		
		padding:0px;
		text-align: center;
		line-height:22px;	
		padding-bottom:30px;
	}

	html#home div#home-overview-nav > div > div > div i {		
		display:block;
	}

	html#home div#home-overview-nav a {
		font-size:12px;
		text-align:center;
		margin:0;
		padding:0;
		color:#000;
	}

	html#home div#home-overview-nav i {
		font-size:16px;
	}

	html#home div#home-overview-nav div > a {
		padding-left:10px;
	}

	html#home div#home-overview-desc .slide > div {
		color:#18569b;
		font-weight:400;
	}

	html#home div#home-overview-desc {}

	html#home div#home-overview-desc .slide i {
		border-radius:50%;
		padding:11px;
		padding-top:15px !important;
		padding-left:15px !important;
		font-size:18px;
		margin-bottom:10px;
	}

	html#home div#home-overview-desc #slide-services i {
	}

	span.heading {
		display:block;
		font-size:14px;
		margin-bottom:30px;
	}

	html#home div#home-overview-desc .slide span.heading {
		font-weight:600;
		display:block;
		margin-top:15px;
		margin-bottom:25px;
	}

	img#logo-footer {
		display:block;
		position:relative;
		margin:auto;
		margin-top:20px;
		margin-bottom:30px;
	}

	footer span {
		font-size:12px;
	}

	footer div.row > div {
		text-align: center;
	}

	footer {
		background-color:rgba(10,10,10,1);
	}

	/* Services Page */
	html#services div.msp ul {
		display:none;
	}

	html#services a.expand-plan-features {
		display:block;
		position:relative;
		top:20px;
	}

	p.lead {
		font-size:18px !important;
	}
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    body { 
    }
}
