/*** FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Open+Sans:400,600,300,700);

/*** MISC ***/
body, p, li, a,
button, .button,
.top-bar-section ul li > a {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, blockquote {
	font-family: 'Roboto Slab', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
button, .button {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	outline: none;
	border-radius: 5px;
	border: 2px solid #00BBEE;
	background-color: #00BBEE; }
button:hover, .button:hover,
button:focus, .button:focus {
	border: 2px solid #27cff3;
	background-color: #27cff3; }
button.white, .button.white {
	color: #00BBEE;
	background-color: #FFF; }
.row {
	max-width: 1280px; }
.label.error {
	width: 100%;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #F00; }


/*** HEADER ***/
header {
	width: 100%;
	padding: 25px 0px;
	position: fixed;
	top: 0px;
	z-index: 9999;
	background-color: #FFF;
    box-shadow: 0px 1px 15px 2px rgba(35,35,35,0.3); }

/* nav */
.top-bar,
.top-bar-section li:not(.has-form),
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover {
    color: #525e71;
	background-color: transparent; }
.top-bar-section li:not(.has-form) a:not(.button) {
	font-size: 15px;
	font-weight: 600;
	padding: 0px 10px;
    text-transform: uppercase;
    text-decoration: none; }
.top-bar-section ul li > a.button {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	height: auto;
	padding: 7px 15px;
	position: static;
	margin-top: 5px;
	border: 2px solid #00BBEE;
	background-color: #00BBEE; }
.top-bar-section ul li:hover > a.button,
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
	background-color: #27cff3; }
.top-bar-section ul li a .icon-call {
	color: #074369; }

/*** CONTENT ***/
mark {
    font-size: 22px;
    color: #1B2838;
    display: block;
    margin-bottom: 20px;
    line-height: 1.4em;
    background-color: transparent; }
h1 {
	font-size: 46px;
	font-weight: 300;
	line-height: normal;
	margin: 0px 0px 15px 0px; }
h2 {
	font-size: 28px;
	font-weight: 300;
	line-height: normal;
	margin: 0px 0px 15px 0px; }
h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	margin: 0px 0px 15px 0px; }
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	padding: 0px 20px;
	margin: 25px 0px;
	border-radius: 20px;
	border-left: 8px solid #074369; }
blockquote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding-top: 5px; }

/* head */
.head {
	text-align: center;
	padding: 20px 0px;
	margin-top: 100px;
	border-bottom: 1px solid rgba(111,123,139,0.17);
	background-color: rgba(27,40,56,0.04); }
.head.home {
	height: 675px;
	margin: 0px;
	padding: 175px 0px 0px;
	border: 0px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }
.head h1 {
    padding-bottom: 20px; }
.head mark {
	font-size: 18px;
	padding: 0px 100px 50px; }
.head .button {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0px 10px; }

/*** CONTENT ***/
.content {
	color: #525e71;
	padding: 50px 0px; }
.content p {
	font-size: 15px; }

/* case details */
.content.case-detail .demo {
	text-align: center;
	padding: 25px 0px;
	margin: 25px 0px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE; }
.content.case-detail .demo .button {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 25px; }
.content.case-detail .bottomline {
	color: #FFF;
	padding: 25px;
	background-color: #074369; }
.content.case-detail .bottomline h3 {
	color: #FFF; }
.content.case-detail .bottomline p {
	margin: 0px; }
.content.case-detail img {
	width: 100%; }


/* stats */
.stats {
	color: #FFF;
	height: 550px;
	padding: 75px 0px 0px;
	background-image: url('../images/stats-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }
.stats h2 {
	color: #FFF;
	font-size: 40px; }
.stats mark {
	color: #FFF; }
.stats .shortstats {
	margin-top: 60px; }
.stats .shortstats .box {
	font-size: 13px;
	border-top: 1px solid #FFF;
	padding: 5px;
	background-color: rgba(255,255,255,0.15); }
.stats .shortstats .box strong {
	font-size: 44px;
	font-weight: 300;
	float: left;
    line-height: normal;
    margin-top: -8px; }
.stats .shortstats .box span {
	font-size: 16px;
	text-align: right;
	display: block;
	padding-left: 150px; }

/* features */
.features {
	overflow: hidden;
	padding: 50px 0px; }
.features h2 {
	font-size: 40px; }
.features .serviceslist {
	margin: 60px 0px; }
.features .serviceslist li {
	padding: 0px;
	position: relative; }
.features .serviceslist a:before {
	content: url('../images/ico-plus.png');
	position: absolute;
	top: -25px;
	left: -25px; }
.features .serviceslist li:nth-child(3n) a:after {
	content: url('../images/ico-plus.png');
	position: absolute;
	top: -25px;
	right: -25px; }
.features .serviceslist a {
	color: #81878b;
	text-decoration: none;
	padding: 55px 65px;
	display: block; }
.features .serviceslist a:hover {
	background-color: #f4f4f4; }
.features .serviceslist h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: normal; }
.features .serviceslist p {
	font-size: 14px; }
.features [class^="icon-"] {
	color: #00BBEE;
	font-size: 46px; }


/* speak with us */
.speak {
	height: 525px;
	padding: 50px 0px;
	background-color: #D8E1EA;
	background-image: url('../images/speak-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }
.speak h2 {
    color: #1B2838;
    font-size: 32px;
    font-weight: 300;
    text-align: center; }
.speak a .icon-call {
	color: #074369; }
.speak a {
	color: #1B2838; }

/* case studies */
.casestudies a {
	display: block;
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }
.casestudies a strong {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 25px;
	text-shadow: 3px 2px 1px #333; }


/*** FOOTER ***/
footer {
	color: #BABFC6;
	padding: 25px 0px;
	background-color: #121D2C; }
footer .title {
    color: #525e71;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px; }
footer .title + ul {
	margin: 0px;
	list-style-type: none; }
footer ul li a {
    color: #BABFC6;
	font-size: 14px;
    font-weight: 500;
    text-decoration: none; }
footer ul li a:hover {
	color: #FFF; }
footer ul.contact li {
	font-size: 14px;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(125,134,149,0.5); }
footer ul.contact li:last-child {
	border: 0px; }
footer .compliance p {
	font-size: 13px;
	margin: 40px 0px 0px; }
.end {
    color: #BABFC6;
    font-size: 12px;
	padding: 15px 0px;
    background-color: #1B2838; }
.end .terms {
	text-align: right; }
.end .terms a {
    color: #BABFC6;
    margin-left: 10px; }
.end .terms a:hover {
	color: #FFF; }


/*** MOBILE ***/
@media only screen and (max-width: 767px) {

	.top-bar .toggle-topbar.menu-icon a {
	  top: -30px; }
	.top-bar .toggle-topbar.menu-icon a span::after {
    right: 15px;
		width: 20px;
    margin-top: 0px;
    box-shadow: 0 0 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000; }
	nav.top-bar {
		height: 0px;
		text-align: center;
		overflow: initial; }
	nav.top-bar .name {
		height: 0px; }
	nav.top-bar .top-bar-section {
		height: 0px;
		overflow: hidden; }
	nav.top-bar.expanded .top-bar-section {
		height: auto;
		overflow: visible;
		padding-top: 10px; }
	.head h1 {
    font-size: 20px;
    padding-bottom: 15px; }
	.head mark {
	  font-size: 14px;
	  padding: 0px; }
	.head .button {
		font-size: 12px;
		padding: 5px 7px;
		margin: 0px;
		border: 1px solid #00BBEE; }
	.head.home {
		height: auto;
		padding: 125px 0px 25px; }
	.stats {
		height: auto;
		padding: 25px 0px; }
	.stats h2 {
		font-size: 30px; }
	mark {
		font-size: 14px; }
	.stats .shortstats {
		margin-top: 10px; }
	.stats .shortstats .box {
		margin-bottom: 10px; }
	.stats .shortstats .box strong {
		font-size: 36px;
		margin-top: 0px; }
	.stats .shortstats .box span {
		padding-left: 165px; }
	.features {
	  padding: 25px 0px; }
	.features h2 {
		font-size: 30px; }
	.features .serviceslist {
	  margin: 25px 0px; }
	.features .serviceslist a {
		padding: 15px; }
	h1 {
    font-size: 30px;
    margin: 0px; }
	.speak {
    height: 250px;
    padding: 25px 0px; }
	.speak h2 {
	  font-size: 18px; }
	footer .compliance p {
		margin: 0px; }
	.end,
	.end .terms {
		text-align: center; }
	.end .terms a {
		font-size: 11px;
		margin: 0px 5px; }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.top-bar-section li:not(.has-form) a:not(.button) {
	  font-size: 14px;
	  padding: 0px 5px; }
	.top-bar-section ul.right {
		text-align: center; }
	.top-bar-section ul.right li {
		float: none;
		display: block; }
	.top-bar-section ul.right li a {
		line-height: normal !important; }
	.top-bar-section ul li > a.button {
    font-size: 12px;
    padding: 5px 10px; }
	.head.home {
    height: 500px;
    padding: 125px 50px 0px; }
	.head h1 {
    font-size: 38px;
    margin: 0px 0px 10px 0px; }
	.head mark {
    font-size: 16px;
    padding: 0px 75px 25px; }
	.stats {
    height: 350px;
    padding: 25px 0px 0px; }
	.stats h2 {
		font-size: 34px; }
	mark {
		font-size: 16px; }
	.stats .shortstats .box strong {
    font-size: 24px;
    margin-top: -5px; }
	.stats .shortstats .box span {
    font-size: 12px;
    padding-left: 75px; }
	.stats .shortstats {
		margin-top: 5px; }
	.features .serviceslist a {
		padding: 25px; }
	.speak {
	  height: 400px;
	  padding: 25px 0px; }

}
