/*
Custom Stylesheet for EXOSITE Revised August 2014
*/
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import url("//fonts.googleapis.com/css?family=Dosis:300,400,600");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:200,300,400");
/* ======= General/Structural Style ======= */


body {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	background: #000;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: subpixel-antialiased;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	/*width: 1020px; */
}
.headerBoxedWrapper {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}
#wrapper {
	position: relative;
	z-index: 1;
	margin-top: 87px;
	background-size: 100% auto;
}
#wrapper .container {
	padding-left: 37px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/*@media (min-width: 1200px) {
	.container { max-width: 1200px !important;}
}*/

.container {
	max-width: 950px;
	width: auto;
}

#wrapper ul {
	list-style-type: none;
	font-size: 10pt;
	line-height: 22pt;
}

hr {
	background: #000;
	height: 2px;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(153, 153, 153, .25);
	box-shadow: 0px 3px 3px 0px rgba(153, 153, 153, .25);
	margin: 25px 0;
}
a, a:visited {
	color: #71d3e0;
    word-wrap: break-word;
	-ms-word-break: break-all;
     word-break: break-word;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}
a:hover {
	color: #D5E04D;
}
a.fancy:after {
	content: "\00bb";
	padding-left: 2px; /* Add a little space between text and arrow*/
	font-size: 12pt;
}
a.anchor {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
}
a[name] {
	padding-top: 100px;
	margin-top: -100px;
	display: inline-block; /* required for webkit browsers */
}
p{
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 20pt;
}

/* #wrapper li, #wrapper li p  //// TODO: Find out where this is really styling  */
.latestNews li, .latestNews li p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0 0 6px;
	padding: 0 20px 0 0;
}
.headerBoxedWrapper, .navbar {
	height: 102px;
}
.flex-direction-nav{
	position: relative;
	bottom: 80px;
}
h1 {
	font-family:'Dosis', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 95pt;
	letter-spacing: -0.025em;
	line-height: 90pt;
	padding: 0 0 20px 0;
	color: #fff;
	text-transform:uppercase;
}
h2 {
	font-family:'Dosis', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 52pt;
	line-height: 48pt;
	margin: 0;
	padding: 0 0 22px;
	text-transform:uppercase;
	display: inline-block;
	line-height: 46pt;
}
h3 {
	font-family:'Roboto Slab', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 30pt;
	line-height: 32pt;
		letter-spacing:-.03em;

	margin: 0;
	padding: 0 0 13px;
	display: inline-block;
}
h4 {
	font-family:'Roboto Slab', Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 30pt;
	margin: 15px 0 20px 0;
	padding: 0;
	color: #fff;
}
h5 {
	font-family: 'Dosis', Helvetica, Arial, Sans;
	font-size: 16pt;
	line-height: 18pt;
	letter-spacing:.03em;
	font-weight: 600;
	text-transform:uppercase;
}
h6 {
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.row-fluid ul.span4 {
	margin-left: 0;
	padding-left: 0;
}
.row-fluid .span12 {
	margin-left: 0;
}
/* ======= Navigation/Header ======= */
.navbar .navbar-inner {
	height: 92px;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(153, 153, 153, .3);
	box-shadow: 0px 3px 3px 0px rgba(153, 153, 153, .3);
	z-index: 10000;
}
button.btn {
	display: none;
}
.navbar .brand {
	padding-top: 25px;
	width: 180px;
}
.navbar .nav {
	float: right;
	padding-left: 15px;
	padding-bottom: 25px;
}

.navbar .nav * {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.navbar .nav > li {
	margin-left: 15px;
	border-radius: 0;
}
.navbar .nav > li > a, .navbar .nav > li.dropdown {
	padding: 30.5px 11px 30.5px;
	color: #fff;
	font-size: 12pt;
	font-weight: 500;
	font-family: 'dosis', 'roboto', helvetica, sans;
	letter-spacing: 0.025em;
	margin-top: 5px;
	margin-bottom: -34px;

}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li.dropdown:hover {
	background-color: rgba(0,0,0,1);
	color: #ffffff;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none;
	color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li:hover.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: rgba(0,0,0,1);
	border-radius: 0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
}
#nav > li:last-child> a{
	color: #41C4DC;
	font-weight: bold;
}

.navbar #nav > .menu-login > a {
	background: #6fcfe1;
	background: -moz-linear-gradient(top,  #6fcfe1 0%, #1dabc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fcfe1), color-stop(100%,#1dabc5));
	background: -webkit-linear-gradient(top,  #6fcfe1 0%,#1dabc5 100%);
	background: -o-linear-gradient(top,  #6fcfe1 0%,#1dabc5 100%);
	background: -ms-linear-gradient(top,  #6fcfe1 0%,#1dabc5 100%);
	background: linear-gradient(to bottom,  #6fcfe1 0%,#1dabc5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fcfe1', endColorstr='#1dabc5',GradientType=0 );
	border-radius: 4px;
	color: #000;
	padding: 4px 11px;
	margin-top: 50%;
}
.login {
	width: 200px;
	position: relative;
	float: right;
	font-size: 8pt;
	top: -5px;
	z-index: 1000;
}
#search-bar {
	height: 1px;
	position: relative;
	top: 110px;
	overflow: visible;
	z-index: 1000;
	text-align: right;
	padding-right: 40px;
}
input, button, select, textarea, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-family: 'Roboto', helvetica, sans-serif;
	font-weight: 400;
}
.search input.gsc-input {
	font-family: 'Roboto', sans-serif;
	font-size: 7pt;
	font-weight: normal;
}
.start-button a.btn-default {
	padding: 3px 15px;
	font-size: 9pt;
	font-weight: 400;
	z-index: 1000;
	position: relative;
	right: 170px;
}
span.search i {
	position: relative;
	z-index: 10000;
	display: inline;
	left: -155px;
	top: -24px;
	color: #b5b5b5;
}
.searchField {
	position: relative;
	float: right;
	top: 115px;
	right: 50px;
	z-index: 1000;
}
.search input.gsc-input {
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, .05);
	min-height: 23px !important;
	color: #41C4DC;
}
.login .btn {
	width: 125px;
}
.start-button, .login a {
	color: #ffffff;
}
.login ul {
	margin-left: 15px;
	margin-top: -20px;
}
.login ul li {
	display: inline;
	padding: 0 10px 0 0;
}
.login ul li a {
	color: #b5b5b5;
}
.login .button-shadow {
	background: url('assets/img/button-shadow.png') no-repeat bottom;
	background-position: 60% 92%;
	overflow: visible;
}
.ui-dialog {
	z-index: 10000;
	top: 100px;
}
img.banner {
	margin-top: -130px;
}
img.next {
	position: relative;
	z-index: 10000;
	margin-top: -47px;
}
#sod-drawer-plugin.right .full {
	position: relative;
	left: 50px;
}

/* ======= Button Style ======= */
.button-shadow {
	background: url('assets/img/button-shadow.png') no-repeat bottom left;
	background-position: right 22px;
	overflow: visible;
	padding-right: 55px;
	padding-bottom: 20px;
}
.btn-default, .btn-small, .btn-primary {
	border: 1px solid #b3b3b3;
	border-top: 1px solid #bfebf1;
	background: #5ecddc;
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top, #bfebf1 0%, #5ecddc 30%, #5ecddc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfebf1), color-stop(30%, #5ecddc), color-stop(100%, #5ecddc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfebf1 0%, #5ecddc 30%, #5ecddc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfebf1 0%, #5ecddc 30%, #5ecddc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfebf1 0%, #5ecddc 30%, #5ecddc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bfebf1 0%, #5ecddc 30%, #5ecddc 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfebf1', endColorstr='#5ecddc', GradientType=0 ); /* IE6-9 */
	padding: 12.5px 21px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 20px;
	letter-spacing: 0;
	overflow: visible;
}
.btn-default:hover, .btn-small:hover, .btn-primary:hover {
	border: 1px solid #b3b3b3;
	border-top: 1px solid #f8ffe8;
	background: #f8ffe8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 30%, #d5e04d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8ffe8), color-stop(30%, #e3f5ab), color-stop(100%, #d5e04d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8ffe8 0%, #e3f5ab 30%, #d5e04d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8ffe8 0%, #e3f5ab 30%, #d5e04d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8ffe8 0%, #e3f5ab 30%, #d5e04d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 30%, #d5e04d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#d5e04d', GradientType=0 ); /* IE6-9 */
	color: #41C4DC;
	overflow: visible;
	opacity: 1;
}
.btn-default:active, .btn-small:active, .btn-primary:active {
	border-top: 1px solid #f8ffe8;
	opacity: 1;
}
a.btn-default, a.btn-small, .btn .btn-primary {
	color: #ffffff;
}
.tp-caption a:hover {
	opacity: 1;
}

input[type=submit] {
	border-top: 1px solid #f8ffe8;
	opacity: 1;
}
/* ======= Rev Slider Style ======= */
.rev_slider a {
	color: #ffffff;
}
.rev_slider_wrapper {
	background: #ffffff;
	position: relative;
	padding-bottom: 7px;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(153, 153, 153, .3);
	box-shadow: 0px 3px 3px 0px rgba(153, 153, 153, .3);
}
.tp-leftarrow.default {
	background: url('assets/img/wht-arrow-left.png') no-repeat left;
}
.tp-rightarrow.default {
	background: url('assets/img/wht-arrow-right.png') no-repeat right;
}
/* ======= Shortcode Style ======= */
	/* ======== content slider ======== */
.flex-control-nav {
	text-align: left;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: none repeat scroll 0 0 rgb(94, 206, 220);
	cursor: default;
}
.easyflex .flex-viewport {
	min-height: 100px;
}
#wrapper ul.slides
#wrapper ul.slides li {
	padding: 0 10px;
}
/* ======== staff/partner Content ======== */
.teamBlock {
	margin-bottom: 50px;
}
.teamBlock a h6.heady, .teamBlock h6.heady {
	color: #41C4DC;
	font-size: 20pt;
	margin-top: 7px;
	font-weight: 400;
	line-height: 22pt;
}
.teamBlock img {
	float: left;
	padding-right: 100px;
}
.teamBlock h6 span {
	color: #5ecdde;
	font-weight: 400;
}
/* ======== Tabbed Content ======== */
.brand img{
	max-height: 40px;
}
.nav-tabs > li {
	background: #000;
	border: 1px solid #b3b3b3;
	padding: 4px;
	margin: 5px 0;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
}
.nav-tabs > li > a {
	color: #41C4DC;
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(left, #000 0%, #e7f7fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(100%, #e7f7fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000 0%, #e7f7fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000 0%, #e7f7fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000 0%, #e7f7fa 100%); /* IE10+ */
	background: linear-gradient(to right, #000 0%, #e7f7fa 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#e7f7fa', GradientType=1 ); /* IE6-9 */
	width: 255px;
	padding: 20px;
}
.nav-tabs > li:hover > a, .nav-tabs > li.active > a, .nav-tabs > li:hover.active > a {
	color: #41C4DC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #000 0%, #89dae9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(100%, #89dae9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000 0%, #89dae9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000 0%, #89dae9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000 0%, #89dae9 100%); /* IE10+ */
	background: linear-gradient(to right, #000 0%, #89dae9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#89dae9', GradientType=1 ); /* IE6-9 */
	width: 255px;
	padding: 20px;
}
.nav-tabs > li.active > a:after {
	content: url('assets/img/wht-arrow-right.png');
	float: right;
	position: relative;
	top: -15px;
}
.nav-tabs > li > a span {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16pt;
}
.tab-content {
	background: #000;
	padding-top: 0;
}
.row-fluid .span7 .tab-content {
	margin-left: 0;
}
.tab-content h3 {
	padding-bottom: 20px;
}
/* ======= list content ======= */
ul.normal {
	margin-left: -21px;
}
ul.normal li {
	font-weight: 400;
}
ul.default li:before {
	content: '';
}
ul.default li:after {
	content: '   |';
	font-weight: 100;
}
ul.default li {
	display: inline;
	font-size: 16pt;
	font-style: normal;
	padding: 10px 3px 0 0;
}
ul.default li a {
	color: #41C4DC;
}
ul.default li a:hover, ul.default li a.active {
	color: #5ecdde;
}
/* ======= Blog Style/ Post Shortcode Style ======= */

.blogContainer > .container > .span10, .blogContainer > .container > .span2, .blogContainer > .category-bar > .span10, .blogContainer > .category-bar > .span2{
	padding-right: 0;
}

/* To match the PSD design */
.blogContainer > .container > .span10, .category-bar > .container > .span10 {
	width: 79.4736843%;
	margin-right: 3.8947368%;
}

.blogContainer > .container > .span10 > .posts > .span6 {
	width: 47.6821192%;
	padding-right: 0%;
	margin-right: 4.6357616%;
}

.blogContainer > .container > .span10 > .posts > .span6.col-2 {
	margin-right: 0;
	margin-left: 0;
}

.blogContainer > .container > .span2, .category-bar > .container > .span2 {
	width: 16.6315789%;
	margin-left: 0;
	padding-right: 0;
}
.blog, .category, .single, .search, .archive, .author {
	background: #fff;
	color: #000;
}

.blog .navbar .brand, .category .navbar .brand, .single .navbar .brand {
	position: relative;
}

.blog #wrapper .container, .category #wrapper .container, .single #wrapper .container, .search #wrapper .container, .archive #wrapper .container {
	padding-left: 0;
}

.blog .navbar .brand::after, .category .navbar .brand::after, .single .navbar .brand::after {
	content: "";
	background: url('assets/img/logo-blog.png') 0 0;
	height: 12px;
	width: 49px;
	position: absolute;
	left: 100%;
	top: 33px;
	margin-left: -12px;
}

#wrapper .from_blog {
	background: url('assets/img/blog-top-border.jpg') repeat-x top #E6E637;
	padding: 50px 30px 0 30px;
	margin-bottom: 5px;
	border-bottom: 5px solid #ffffff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .2);
}
.from_blog .moreBlog {
	padding: 151px 0 10px 0;
}
.from_blog .moreBlog a:hover, .from_blog a:hover {
	color: #ffffff;
}
.from_blog h3, #footer h3, h4.feature {
	font-size: 18pt;
	line-height: 24pt;
	font-weight: 400;
	text-align: center;
	border-bottom: 2px solid #76777a;
	color: #41C4DC;
	padding: 0;
	width: 145px;
	margin: 0 auto;
}
.from_blog h3 {
	margin-bottom: 75px;
}
.from_blog h2 {
	font-size: 18pt;
	font-weight: 600;
	text-align: left;
	color: #41C4DC;
	padding-bottom: 10px;
	line-height: 42px;
}
.from_blog li.blog_content {
	width: 66%;
	color: #41C4DC;
}
.blogItem h2 a, .from_blog h5.subTitle a {
	font-size: 57pt;
	line-height: 48pt;
	color: #41C4DC;
	font-weight: 200;
}
.blogItem h2 a:hover, .subTitle a:hover, .from_blog h5.subTitle a:hover {
	color: #313133;
}
.subTitle a {
	font-size: 32px;
	font-weight: 400;
}
.blogItem h2 {
	font-size: 22px;
	margin: 0;
	line-height: 38px;
}
.blogItem h3 {
	color: #41C4DC;
	font-size: 20pt;
	font-weight: 200;
}
.from_blog a, .from_blog a:visited {
	color: #ffffff;
}
.from_blog a:hover {
	color: #71D3E0;
}
.entypo.heart-empty i:before {
	content: '';
}

.previewBox .dateR {
	color: #000;
	padding: 0;
	margin-right: -3px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}

.previewBox .dateR::after {
	content: " /";
	margin-left: 3px;
}

.category-bar {
	background: #548b8e;
	padding: 20px;
	margin-bottom: 35px;
	color: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.6);

	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.category-bar h4 {
	margin: 0 0 -5px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 12px;
}

.categoryNav ul {
	margin: 0;
}

.categoryNav li {
	float: left;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-size: 32px;
	margin-right: 5px;
}

.categoryNav li a {
	text-transform: uppercase;
	color: #fff;
	line-height: 36px;
}

.categoryNav li a:hover, .categoryNav li.active a {
	color: #D5E04D;
}

#whitepapers .categoryNav li.active a {
	color: #5ec8d9;
}

#whitepapers .categoryNav li a:hover, #whitepapers .categoryNav li.active a:hover {
	color: #D5E04E;
}

.categoryNav li::after {
	content: " / "
}

.categoryNav li:last-of-type::after {
	content: ""
}

.blogSearch {
	padding-top: 23px;
}

.blogSearch ::-webkit-input-placeholder {
	color: #fff !important;
}

.blogSearch .searchField {
	position: static;
	left: 0;
	top: 0;
	float: none;
	position: relative;
}

.blogSearch .searchField::before {
	position: absolute;
	left: 10px;
	top: 7px;
	width: 15px;
	height: 15px;
	content: "";
	background: url(assets/img/icon-search.png) 0 0 no-repeat;
}

.blogSearch .searchField input {
	background: none;
	border-radius: 20px;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	font-weight: 400;
	height: 100%;
	margin-bottom: 0;
	min-height: 0 !important;
	padding-left: 30px;
}

.blogSearch form {
	margin: 0;
}

.blog .posts .post {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.blog .posts .post:nth-of-type(2n) {
	margin-right: 0;
}

.blog .posts .post:nth-of-type(2n+3) {
	clear: left;
}

.blog .previewBox iframe {
	display: none;
}

.blog .posts .boxColumn .post {
	float: none;
	width: 100%;
	margin-right: 0;
}

.post {
	padding-bottom: 30px;
	margin-bottom: 45px;
	border-bottom: 1px dotted #4a4a4a;
}

.post h1 {
	font-size: 36px;
	color: #5eccdb;
	padding-bottom: 0;
	line-height: 42px;
}

.post figure {
	max-width: 100%;
}

.post img {
	max-width: 100%;
}

.single .post {
	padding-bottom: 0;
	border-bottom: none;
}

.post .more-link {
	display: none;
}

.doRight .btn {
	background: url(assets/img/btn-next-prev.png) center left no-repeat;
	display: block;
	height: 39px;
	width: 121px;
	padding: 0;
	margin: 0;
	border: none;
	float: left;
}

.doRight .btn.next {
	background-position: center right;
	width: 90px;
}

.doRight .btn.prev ~ .btn.nxt {
	width: 94px;
}

.post::before, .socialLinks::before, .comments::before, #respond::before, .postSlider .postCategory::before {
	display: block;
	content: "";
	height: 2px;
	width: 18px;
	background: #5eccdb;
	position: relative;
	top: -5px;
}

.post .postCategory, .postSlider .postCategory {
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: -6px;
	font-weight: 400;
	font-size: 22px;
	color: #5eccdb;
}

.postSlider .postCategory {
	text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.post .postCategory:hover {
	color: #D5E04D;
}

.post .postAuthor, .post .meta, .post .dateR {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 0;
	margin-right: 3px;
}

.post .meta {
	margin-bottom: 20px;
	margin-right: 0;
}

.post .meta span::after {
	content: " /";
	margin-left: 3px;
}

.post .meta span:last-of-type::after {
	content: ""
}

.post .blog-tags a::after {
	content: ", "
}

.post .blog-tags a:last-of-type::after {
	content: ""
}

.post .subTitle {
	display: block;
	font-weight: 200;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.single .post .subTitle {
	padding: 0;
	margin: 10px 0 0;
}

.post .subTitle a {
	color: #000;
	font-weight: 200;
	font-size: 30px;
}

.post .subTitle a:hover {
	text-decoration: underline;
}

.post p, .sidebar p, .category p, .single p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
}

.single .post p, ul.commentList .oneComment p {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.post .readMore {
	text-transform: uppercase;
	font-size: 10pt;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.socialLinks li {
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	color: #71d3e0;
	font-size: 22px;
}

.sidebar .widget h3, .comments h3, #respond h3 {
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	color: #71d3e0;
	padding: 0;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 24px;
}

.widget_recent_entries ul li {
	margin-bottom: 18px;
	position: relative;
	line-height: 0.9em;
}

.widget_recent_entries ul li::after {
	content: '';
	display: block;
	width: 10px;
	background: #000;
	height: 2px;
	position: absolute;
	bottom: -10px;
}

.widget_recent_entries ul li:last-of-type::after {
	display: none;
}

.widget_recent_entries ul li a {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
}

.widget_recent_entries ul li a:hover {
	color: #71d3e0;
}

.socialLinks {
	margin-bottom: 30px;
}

ul.commentList {
	padding-bottom: 0;
}

ul.commentList .date, ul.commentList .author {
	margin-right: 2px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

ul.commentList .comment {
	border-left: 1px solid #71d3e0;
	padding-left: 20px;
	margin-bottom: 10px;
}

ul.commentList .oneComment {
	margin: 0 0 10px;
}

ul.commentList .oneComment p {
	margin: 0 0 5px;
}

ul.commentList .comment-reply-link {
	margin-left: 0;
}

ul.commentList .depth-1.comment {
	border-left: none;
	border-bottom: 1px dotted #4a4a4a;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}

/* -------- Slider Styling ---------*/
.postSlider {
	position: relative;
	overflow: auto;
	background: #000;
}

.postSlider ul {
	overflow: hidden;
}

.postSlider li {
	list-style: none;
}

.postSlider ul li {
	float: left;
}

.postSlider .slide {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	height: 425px;
	padding: 0;
}

.slide .container {
	position: relative;
	z-index: 10;
}

.postSlider .postCategory {
	margin-bottom: 10px;
}

.postSlider .span8 {
	margin-left: 0;
}

.postSlider h2 {
	display: block;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1.1;
	text-transform: none;
	letter-spacing: -.03em;
}

.postSlider h2 a {
	color: #fff;
}

.postSlider h2 a:hover {
	color: #D5E04D;
}

.postSlider h5 .dateR {
	color: #5eccdb;
}

.postSlider .permalink {
	clear: left;
	display: block;
	float: left;
}

#wrapper .postSlider button {
	padding-right: 75px;
	height: 50px;
}

.postSlider .arrows {
	position: relative;
	z-index: 10;
	height: 0px;
}

.postSlider .unslider-arrow {
	position: absolute;
	top: -335px;
	color: #fff;
	left: -50px;
	width: 52px;
	height: 80px;
	background: url('assets/img/slider-arrows.png') 0 0 no-repeat;
	text-indent: -999em;
}

.postSlider .unslider-arrow.next {
	left: auto;
	right: -50px;
	background-position: -52px 0;
}

.summarySet .unslider-arrow.prev {
	left: -80px;
}

.summarySet .unslider-arrow.next {
	right: -80px;
}

.postSlider .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	z-index: 15;
}

.postSlider .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;

	text-indent: -999em;

	border: 2px solid #fff;
	border-radius: 6px;

	cursor: pointer;
	opacity: .4;

	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.postSlider .dots li.active {
	background: #71d3e0;
	border-color: #71d3e0;
	opacity: 1;
}

.summarySet {
	background: url('assets/img/1750x935_Section1.jpg');
	background-size: cover;
}

.summarySet .slide {
	background: rgba(0,0,0,0.4);
	height: auto;
}

.summarySet ul {
	padding-bottom: 30px;
	position: relative;
	left: 0;
	-webkit-transition: left 200ms ease-in-out;
	-moz-transition: left 200ms ease-in-out;
	-ms-transition: left 200ms ease-in-out;
	transition: left 200ms ease-in-out;
}

.summarySet .span4 {
	width: 31.3684211%;
	margin-left: 0;
	margin-right: 2.9473684%;
}

.summarySet .slide:nth-of-type(3n+3) {
	margin-right: 0;
}

.summarySet .postCategory {
	margin-bottom: 0;
	font-size: 18px;
	display: inline-block;
}

.summarySet .postCategory a {
	color: #fff;
}

.summarySet .postCategory a:hover {
	color: #D5E04D;
}

.summarySet h5 .dateR {
	font-size: 10px;
	padding-left: 5px;
}

.summarySet .postCategory, .summarySet h5 .dateR {
	color: #fff;
}

.summarySet h2 a, .summarySet h2 {
	font-size: 28px;
	line-height: 32px;
}

.summarySet h2 {
	color: #fff
}

.summarySet .postThumb {
	height: 225px;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	position: relative;
	background-position: center;
}

.summarySet .postThumb:hover::after {
	border: 2px solid #D5E04D;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.summarySet .postThumb img {
	height: 100%;
	max-width: none;
	min-width: 100%;
	width: auto;
	-webkit-transition: all 175ms ease-in-out;
	-moz-transition: all 175ms ease-in-out;
	transition: all 175ms ease-in-out;
}

#wrapper .summarySet .container {
	padding-left: 0;
}

.summarySet .wrap {
	padding: 20px 20px 90px;
	position: relative;
	height: auto !important;
}

.summarySet .permalink {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.summarySet .postCategory::before {
	background-color: #fff;
}

.summarySet > .container > .row-fluid {
	overflow: hidden;
	position: relative;
}

/* ======== Portfolio Style ======== */
.workItem {
	width: 260px;
	margin-right: 20px;
}
.workItem .workPhoto {
	background: #ffffff;
	border: none;
	padding-bottom: 8px;
}
.workItem .cOverlay {
	background-color: rgba(230,230,55,.95);
	width: 220px;
	height: 110px;
	margin: 10px auto 0;
}
.workItem h3.subTitle {
	padding: 5px 0 15px 10px;
	margin: 0;
}
.dateR {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 10pt;
	padding-left: 10px;
}
.workItem h3.subTitle a {
	font-size: 20px;
	line-height: 16px;
	font-weight: 600;
	color: #41C4DC;
}
.galleryContainer {
	padding-top: 20px;
}
/* ======= Slider Button Style ======= */
.flexFull.flexslider .flex-direction-nav a.flex-prev:before {
	content: '';
}
.flexFull.flexslider .flex-direction-nav a.flex-prev {
	background: url("assets/img/arrow-left.png") no-repeat;
	left: 9px;
}
.flexFull.flexslider .flex-direction-nav a.flex-next:before {
	content: '';
}
.flexFull.flexslider .flex-direction-nav a.flex-next {
	background: url("assets/img/arrow-right.png") no-repeat;
}
.tp-bullets.simplebullets.round-old .bullet, .flex-control-paging li a {
	background: #41C4DC;
	border-radius: 11px;
	cursor: pointer;
	display: block;
	height: 15px;
	text-indent: -9999px;
	width: 11px;
	box-shadow: none;
}
.flex-control-nav li {
	margin: 0 7px 0 0;
}
.tp-bullets.simplebullets.round-old .bullet {
	background: #ffffff;
	margin-left: 7px;
}
.tp-bullets.simplebullets.round-old .bullet:hover {
	background: #5ecdde;
}
.tp-bullets.simplebullets.round-old .selected {
	background: #5ecdde;
}
.flexFull.flexslider .descFull p {
	font-size: 10pt;
}
.flexslider img {
	display: none;
}
/* ======= MISC body Style ======= */
img.number {
	padding-top: 30px;
}
.previewBox {
	margin-bottom: 0;
}
.features-slider {
	margin-left: -85px;
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	opacity: .7;
}
img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.flexFull.flexslider.easyflex .flex-direction-nav a.flex-prev {
	left: -20px;
}
.flexFull.flexslider.easyflex .slides > li {
	text-align: left;
}
.step-two {
	position: relative;
	left: -120px;
	top: 40px;
}
/* ======= contact Style ======= */

.contact-us-form .hs-form.stacked input[type=text],
.contact-us-form .hs-form.stacked input[type=email],
.contact-us-form .hs-form.stacked input[type=tel],
.contact-us-form .hs-form.stacked textarea {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	padding: 25px;
	font-size: 22px;
	color: #282f44;
	border: none !important;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact-us-form .hs-form.stacked label {
	display: none;
}

.contact-us-form input[type=submit] {
	padding: 24px 96px;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: auto;
	display: inline-block;
	text-transform: uppercase;
	color: #363636;
	text-shadow: 1px 1px 1px #ffffff;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	background: -webkit-gradient(linear, left top, left bottom, from(#62cde1), to(#21afc8));
	/* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #62cde1, #21afc8);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	/* FF3.6 */
	/* IE10 */
	background: -o-linear-gradient(top, #62cde1, #21afc8);
	/* Opera 11.10+ */
	background: linear-gradient(top, #62cde1, #21afc8);
	background-color: #62cde1;
	border-break: #21afc8;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#62cde1', EndColorStr='#21afc8');
}
.contact-us-form input[type=submit]:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#21afc8), to(#21afc8));
	/* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #21afc8, #21afc8);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	/* FF3.6 */
	/* IE10 */
	background: -o-linear-gradient(top, #21afc8, #21afc8);
	/* Opera 11.10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#21afc8), to(#21afc8));
	background: linear-gradient(top, #21afc8, #21afc8);
	background-color: #21afc8;
	border-break: #21afc8;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#21afc8', EndColorStr='#21afc8');
}
.contact-us-form .hs-form.stacked .hs-error-msgs {
	margin: -10px 0 10px 0;
    text-align: left;
}

.contact-us-form .hs-form.stacked .hs-error-msgs li {
	list-style-type: none;
}

.contact-us-form .hs-form.stacked .hs-error-msgs label {
	display: block;
}

.contact-us-form ::-webkit-input-placeholder {
	font-size: 22px;
	color: #282f44;
	line-height: 1
}

.contact-us-form :-moz-placeholder { /* Firefox 18- */
	font-size: 22px;
	color: #282f44;
	line-height: 1  
}

.contact-us-form ::-moz-placeholder {  /* Firefox 19+ */
	font-size: 22px;
	color: #282f44;
	line-height: 1  
}

.contact-us-form :-ms-input-placeholder {  
	font-size: 22px;
	color: #282f44;
	line-height: 1  
}

.contact-us-form .wpcf7-response-output {
    background: #5ec8d9;
    border: none;
}

.gMapCustom {
	position: relative;
	top: -127px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 2px;
	border: 1px solid #41C4DC;
	background: #fafafa;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	min-height: 28px;
	width: 500px;
}
.textwidget select, .textwidget textarea, .textwidget input[type="text"], .textwidget input[type="password"], .textwidget input[type="email"], .textwidget input[type="url"], .textwidget input[type="tel"], .textwidget .uneditable-input {
	border-radius: 2px;
	border: none;
	-webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, .3);
	min-height: 28px !important;
	width: 250px;
}

.stylishForm {
	padding-bottom: 0;
}
/* ======= Search Results ======= */
.gs-webResult.gs-result .gs-snippet {
	font-family: 'Roboto', sans-serif;
	color: #41C4DC;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: 400;
}
.gs-webResult.gs-result .gs-visibleUrl {
	font-family: 'Roboto', sans-serif;
	color: #41C4DC;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: 400;
	margin-bottom: 40px;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: 400;
}
.gsc-control-cse .gsc-table-result {
	background: url(assets/img/search-bg.jpg) no-repeat bottom left;
	background-position: -20px 100%;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #ffffff;
}
.gsc-webResult.gsc-result:hover, .gsc-results .gsc-imageResult:hover {
	border: none;
}
/* ======= Footer Style ======= */
.home-icon {
	position: relative;
	float: left;
	left: 10px;
	top: 23px;
	margin: 0;
	padding: 0;
}
a.home-icon {
	background: url(assets/img/home-icon.png) no-repeat;
	background-position: 0 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 26px;
}
a:hover.home-icon {
	background: url(assets/img/home-icon.png) no-repeat;
	background-position: -26px 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 26px;
}
ul.icons {
	width: 100%;
	text-align: center;
	padding-left: 5px;
}
ul.icons li {
	display: inline-block;
	padding: 0 8px;
}
ul.icons li a.facebook {
	background: url(assets/img/facebook-icon.png) no-repeat;
	background-position: 0 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 17px;
}
ul.icons li a:hover.facebook {
	background: url(assets/img/facebook-icon.png) no-repeat;
	background-position: -17px 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 17px;
}
ul.icons li a.twitter {
	background: url(assets/img/twitter-icon.png) no-repeat;
	background-position: 0 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 17px;
}
ul.icons li a:hover.twitter {
	background: url(assets/img/twitter-icon.png) no-repeat;
	background-position: -17px 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 17px;
}
ul.icons li a.linkedIn {
	background: url(assets/img/linked-in-icon.png) no-repeat;
	background-position: 0 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 17px;
}
ul.icons li a:hover.linkedIn {
	background: url(assets/img/linked-in-icon.png) no-repeat;
	background-position: -17px 0;
	line-height: 25px;
	color: transparent;
	display: inline-block;
	width: 17px;
}
#footer #twitter-4 h2 {
	background: url(assets/img/twitter-icon-lg.png) no-repeat;
	background-position: 0 0;
	line-height: 35px;
	color: transparent;
	display: inline-block;
	width: 42px;
	padding-bottom: 0;
}
#twitter-4 h2:hover {
	background: url(assets/img/twitter-icon-lg.png) no-repeat;
	background-position: -42px 0;
	line-height: 55px;
	color: transparent;
	display: inline-block;
	width: 42px;
}
.widget h3:before {
	content: "";
}
.widget_text {
	-moz-hyphens: none;
	word-break: normal;
}
#footer h2 {
	font-size: 60pt;
	font-weight: 200;
	padding-bottom: 18px;
}
#footer .textwidget {
	font-size: 16pt;
	line-height: 20pt;
	text-align: left;
	padding-top: 10px;
}

#twitter-4 {
	padding-top: 10px;
	width: 500px;
	float: left;
	margin-left: 45px;
}
#twitter-4 h2 span.twitterwidget-title {
	text-indent: -9999px;
	text-align: left;
	line-height: 68px;
	text-decoration: none;
	border: none;
	margin: 0;
	padding-bottom: 16px;
	display: inline-block;
}
#twitter-4 a {
	color: #71d3e0;
}
#twitter-4 li {
	clear: both;
	font-size: 10pt;
	line-height: 14pt;
	color: #41C4DC;
	padding-bottom: 8px;
}
#twitter-4 li span.from-meta, #twitter-4 li span.from-meta a, #twitter-4 li span.time-meta a {
	line-height: 22pt;
	color: #71d3e0;
}
.follow-button {
	float: right;
	padding-top: 20px;
}
span.time {
	line-height: 40px;
	color: #71d3e0;
}
.follow-link {
	font-size: 10pt;
}
.follow-link a:after {
	content: "\00bb";
	font-size: 12pt;
	padding-left: 2px; /* Add a little space between text and arrow*/
}
a#scroll-to-top {
	background: url("assets/img/arrow-up.png") no-repeat;
	width: 38px;
	z-index: 12000;
}
/* ======== SUPPORT TAB ======== */
#sod-drawer-plugin.right #sod-drawer-handle, #sod-drawer-plugin.left #sod-drawer-handle {
	top: 35%;
	background: url('assets/img/contact-tab.png') no-repeat;
	width: 100px;
	height: 30px;
	border: none;
}
#sod-drawer-handle{
	display: none;
	visibility: hidden;
}
.tag > p {
	color: #ffffff;
	font-size: 10pt;
	text-shadow: none;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px 0 0 20px;
}

/******** FOOTER **************/

#footer {
	background: #000;
	padding: 30px 0 0;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
}

#footer .brand {
	display: block;
	margin-top: 10px;
}

#footer .span7 {
	padding-right: 0;
}

#footer .brand img {
	width: 150px;
}

#footer .socialList {
	margin-top: 40px;
}

.socialList li {
	display: inline-block;
	margin-right: 5px;
}

.socialList li .entypo, .socialList li .tooltip {
	display: none !important;
}

.socialList li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	height: 21px;
	width: 21px;
	display: block;
	background: url('assets/img/footer-socials.png') no-repeat 0 0;
	background-size: 109px 21px;
}

.socialList li.so1 a {
	background-position: -30px 0;
}

.socialList li.so2 a {
	background-position: -59px 0;
}

.socialList li.so5 a {
	background-position: -88px 0;
}

.socialLinks .socialList li a {
	background-image: url('assets/img/social-blue.png');
}

.socialLinks .socialList li.so3 a {
	background-position: 0 0;
}

.sidebarContainer .widget-inner {
	margin-bottom: 35px;
}

.sidebar .socialList li a {
	background-image: url('assets/img/social-blue.png');
	height: 21px;
	width: 21px;
}

#menu-small-footer-nav {
	overflow: hidden;
	font-size: 12px;
}

#menu-small-footer-nav > li {
	float: left;
	list-style: none;
	margin-right: 3px;
}

#menu-small-footer-nav a {
	color: #fff;
}

#menu-small-footer-nav a:hover {
	color: #71d3e0;
}

#menu-footer-nav {
	padding: 21px 0 0;
}

#menu-footer-nav > li {
	float: left;
	width: 25%;
	list-style: none;
}

#menu-footer-nav > li::before {
	display: block;
	content: "";
	height: 2px;
	width: 15px;
	position: relative;
	top: -5px;
	background: #fff;
}

#menu-footer-nav > li > a, #menu-footer-nav .dropdown-toggle, #menu-footer-nav > li {
	font-family:'Dosis', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff
}

#menu-footer-nav > li a:hover {
	color: #71d3e0;
}


/******** 2014 Homepage **********/
.section > h1, .two-column>h1 {
	margin: 0 0 30px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 55px;
	font-weight: normal;
	line-height: 1em;
}
 #wrapper .section >p,#wrapper .two-column>p {
	font-family: 'Roboto Slab', serif !important;
	font-size: 22px;
	font-weight: 300;
	line-height: normal;
	color: #fff;
}
#wrapper .small-print{
	padding: 20px 0 0 0;
}
#wrapper .small-print>a, input[type=submit]{
	font-family: 'roboto', helvetica, arial, sans;
	font-size: 18px;
	font-weight:300;
	vertical-align: middle;
	line-height: 1em;
	display: inline-block;
	color: #fff;
	margin-left: 15px;
}
#wrapper .small-print>a div{ display: inline-block; vertical-align:middle;}
#wrapper button, .hs-button, .small-print>button, input[type=submit]{
background: rgb(120,209,226);
background: -moz-linear-gradient(top, rgba(120,209,226,1) 0%, rgba(65,196,220,1) 34%, rgba(65,196,220,1) 62%, rgba(43,173,196,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,209,226,1)), color-stop(34%,rgba(65,196,220,1)), color-stop(62%,rgba(65,196,220,1)), color-stop(100%,rgba(43,173,196,1)));
background: -webkit-linear-gradient(top, rgba(120,209,226,1) 0%,rgba(65,196,220,1) 34%,rgba(65,196,220,1) 62%,rgba(43,173,196,1) 100%);
background: -o-linear-gradient(top, rgba(120,209,226,1) 0%,rgba(65,196,220,1) 34%,rgba(65,196,220,1) 62%,rgba(43,173,196,1) 100%);
background: -ms-linear-gradient(top, rgba(120,209,226,1) 0%,rgba(65,196,220,1) 34%,rgba(65,196,220,1) 62%,rgba(43,173,196,1) 100%);
background: linear-gradient(to bottom, rgba(120,209,226,1) 0%,rgba(65,196,220,1) 34%,rgba(65,196,220,1) 62%,rgba(43,173,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d1e2', endColorstr='#2badc4',GradientType=0 );-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	height: 60px;
	min-width: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	vertical-align: middle;
	padding-left: 17px;
	padding-right: 55px;
	position: relative;
	color: #404040;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, .6);
	-webkit-box-shadow: 0px 4px 16px 0px rgba(21,60,77,.5);
-moz-box-shadow: 0px 4px 16px 0px rgba(21,60,77,.5);
box-shadow: 0px 4px 16px 0px rgba(21,60,77,.5);
}

#wrapper button:hover,  .small-print>button:hover, input[type=submit]:hover {
-webkit-box-shadow: 0px 0px 10px 0px rgba(21,60,77,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(21,60,77,1);
box-shadow: 0px 0px 10px 0px rgba(21,60,77,1);
}
input[type=submit]{
	margin-left: 0;
	padding: 2px 55px;
}
#wrapper #whats-your-roiot button{
	padding-right: 85px;
	width: 260px;
}
 #wrapper .section >div>button:after, #wrapper button:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	margin: auto;
	width: 25px;
	height: 17px;
	background: url(assets/img/next-arrow.png) 0 0 no-repeat;
	background-size: contain;
}
 #wrapper .section >div>button.down:after, #wrapper button.down:after {
	background: url(assets/img/button-down-arrow.png) 0 0 no-repeat;
	width: 28px;
	height: 25px;
	background-size: 100% 100%;
}

#wrapper .span6 button{
	width: 75%;
}

#wrapper .small-print button{
	width: 60px;
	padding-right: 17px;
}

 #wrapper .center {
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

 #wrapper .margin-btm {
	margin-bottom: 20px;
}

.home #wrapper #whats-your-roiot .section {

	text-align: center;
}
.home #wrapper #whats-your-roiot h1 {
	font-size: 90px;
	padding-top: 30px;
	font-family: 'dosis', helvetica, sans;
	font-weight: 100;

}
.home #wrapper #whats-your-roiot h1 span {
	font-size: 27px;
	vertical-align: text-top;
position: relative;
top: -28px;
}
.home #wrapper #whats-your-roiot p {
	width: 95%;
	margin:  0 auto;
	font-size: 20px;
	font-weight: 100;
}
.home #wrapper #whats-your-roiot .iot-slide {
	margin: 30px auto 10px;
	height: 110px;
	width: 67%;
	white-space: nowrap;
	overflow: hidden;

	}
.home #wrapper #whats-your-roiot figure {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 106px;
	margin: 0 70px 0 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.home #wrapper #whats-your-roiot figure:after {
	content: '';
	background: url(assets/img/52x21_TopGraphics_Arrow.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 110%;
	height: 100%;
	width: 52px;
}
.home #wrapper #whats-your-roiot button {
	margin: auto 1%;
	text-align: left;
}
.home #wrapper #whats-your-roiot button:after {
	background: url(assets/img/home-button-arrow.png) 0 0 no-repeat;
	background-size: contain;
}
.home #wrapper #zero-barrier .row-fluid{
	padding: 0;
}
.home #wrapper #zero-barrier .span6 {	height: 540px;
}
.home #wrapper #zero-barrier .span6:first-child {
	background-image: url(assets/img/585x664_Section2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.home #wrapper #zero-barrier .span6 img {
	margin:auto;
}
.home #wrapper #zero-barrier .span6:last-child {
	box-sizing: border-box;

}

.home #wrapper #speed-to-revenue {
}
.home #wrapper #speed-to-revenue .section {
	background-image: url(assets/img/1170x664_Section3.jpg);
	background-size: cover;
	background-repeat: no-repeat;

}
.home #wrapper #speed-to-revenue h2{
	margin-top: 30px;
}
.home #wrapper #speed-to-revenue .span6:first-child {
	box-sizing: border-box;
	padding: 20px;
}

.home #wrapper #speed-to-revenue .span6 img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 83%;
}
.home #wrapper #speed-to-revenue .small-print {
	margin-top: 15px;
}
.home #wrapper #infinite-scalability {
}
.home #wrapper #infinite-scalability .section {
	background-image: url(assets/img/1170x664_Section4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
	text-align: center;
}
.home #wrapper #infinite-scalability img {
	position: absolute;
	height: 86px;
}
.home #wrapper #infinite-scalability img:nth-of-type(1) {
	top: 68px;
	left: 66px;
}
.home #wrapper #infinite-scalability img:nth-of-type(2) {
	transform: rotate(120deg);
	-ms-transform: rotate(120deg); /* IE 9 */
	-webkit-transform: rotate(120deg); /* Opera, Chrome, and Safari */
	top: 76px;
	right: 59px;
}
.home #wrapper #infinite-scalability img:nth-of-type(3) {
	transform: rotate(-55deg);
	-ms-transform: rotate(-55deg); /* IE 9 */
	-webkit-transform: rotate(-55deg); /* Opera, Chrome, and Safari */
	bottom: 62px;
	left: 65px;
}
.home #wrapper #infinite-scalability img:nth-of-type(4) {
	transform: rotate(185deg);
	-ms-transform: rotate(185deg); /* IE 9 */
	-webkit-transform: rotate(185deg); /* Opera, Chrome, and Safari */
	bottom: 67px;
	right: 59px;
}
.home #wrapper #infinite-scalability h2 {
	padding-top: 155px;
}
.home #wrapper #infinite-scalability p {
	margin-left: auto;
	margin-right: auto;
	width: 73.6%;
}
.home #wrapper #infinite-scalability .small-print {
	margin-top: 45px;
	text-align: left;
	display: inline-block;
}
.home #wrapper #catalyzing-insights {
}
.home #wrapper #catalyzing-insights .section .row-fluid{
	padding: 0;
}
.home #wrapper #catalyzing-insights .span6 {	height: 540px;
	padding: 2.5%;
}
.home #wrapper #catalyzing-insights .span6:first-child {
	background-image: url(assets/img/585x664_Section5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.home #wrapper #catalyzing-insights .span6 img {
	margin: 100px auto 0;
}
.home #wrapper #catalyzing-insights .span6:last-child {
	box-sizing: border-box;
}
.home #wrapper #catalyzing-insights .small-print {
	position: absolute;
	bottom: 65px;
}
.home #wrapper #partners-clients {
}
.flexFull.flexslider.easyflex .slides > li img {

padding-right: 10px;
}
.home #wrapper #partners-clients .section {
	background: #193333; /* Old browsers */
	background: -moz-linear-gradient(top, #193333 0%, #13292c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #193333), color-stop(100%, #13292c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #193333 0%, #13292c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #193333 0%, #13292c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #193333 0%, #13292c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #193333 0%, #13292c 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193333', endColorstr='#13292c', GradientType=0 ); /* IE6-9 */
	height: 250px;
	text-align: center;
	padding-bottom: 35px;
}
.home .section h5 {
	padding: 45px 0 15px;
	margin: 0;
	font-size: 24pt;
	font-weight: normal;
}
.home #wrapper #get-started h2 {
	padding: 22px 0 10px;
}
.home #wrapper #get-started p {
	padding: 0 0 12px;
}
.home #wrapper #get-started .section {
	box-sizing: border-box;
	padding: 30px 0 65px;
	height: 333px;
	text-align: center;
}
.home #wrapper #get-started div {
padding: 0%;
	text-align: center;
}
.home #wrapper #get-started button {
	width: 75%;
	text-align: left;
	margin: 0 17px;
}
.home #wrapper #connect {
}
#wrapper #connect .section {
	background-image: url(assets/img/1170x664_Section4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 310px;
	text-align: center;
}
.home #wrapper #connect h2 {
	padding-top: 79px;
}
.home #wrapper #connect div {
	padding: 0;
}
.home #wrapper #connect img {
	height: 64px;
	margin: 0 9px;
}




.home #wrapper #contact {
	height: 540px;
	overflow: hidden;
}
.home #wrapper #contact .section {
	box-sizing: border-box;
}
.home #wrapper #contact div {
	padding: 0;

}
.home #wrapper #contact div>* {
	vertical-align: middle;
}
.home #wrapper #contact h3 {
	margin-top: 20px;
	font-family: 'Roboto Slab', serif;
}

.home #wrapper #contact .span6{
	padding: 2.5%;
}

.home #wrapper #contact .span6:first-child {
	background-image: url(assets/img/map.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 540px;
	background-position-x: center;
}

.home #wrapper #contact .span6:last-child {
	padding: 2.5%;
}
.home #wrapper #contactAddress {
	position: relative;
	top: -470px;
	margin-left: 60px;
	width: 300px;
}
.home #wrapper #contact div:nth-of-type(1) span {
	margin-left: 19px;
}
.home #wrapper #contact div:nth-of-type(2) span {
	margin-left: 7px;
}
.home #wrapper #contact address:nth-of-type(1) {
	margin-top: 30px;
}
.home #wrapper #contact address {
	font-family: 'Roboto Slab', serif;
	margin-top: 15px;
	font-style: normal;
}
.home #wrapper #contact .span6 .contactIcon {
	height: 36px;
	margin-right: 10px;
	background-size: auto 30px;
	padding: 12px 0 0 40px;
}
.contactIcon {
	background: #000 url('assets/img/23x36_Footer_Arrow.png') no-repeat left center;
}
.phoneIcon{
	background: #000 url('assets/img/23x36_Footer_Phone.png') no-repeat left center;
}
.home #wrapper #contact a {
	color: #fff;
}

@media (max-width: 1170px) {
.home #wrapper .section ,  .home #wrapper .two-column {
	background-size: cover !important;
	background-position: center;
}
}

@media (max-width: 1024px) {
.home #search-bar {
	max-width: none;
}
.home #search-bar>.container {
	position: static;
}



.home #wrapper .two-column  {
	width: 100%;
}
.home #wrapper #speed-to-revenue .two-column:last-child {
	display: none;
}
.home #wrapper .section ,  .home #wrapper .two-column  {
	height: auto !important;
}
.home #wrapper .small-print {
	position: static !important;
}
.home #wrapper #whats-your-roiot .section {
	padding: 65px;
	box-sizing: border-box;
}
.home #wrapper #whats-your-roiot h1 {
	padding-top: 0;
	font-size: 60pt;
}
.home #wrapper #whats-your-roiot p {
	margin: 22px 0;
	width: auto;
}
.home #wrapper #whats-your-roiot #iot-slide {
	margin: 44px 0;
	width: auto;
}
.home #wrapper #whats-your-roiot div:nth-of-type(2) {
	margin: 0;
}
.home #wrapper #whats-your-roiot button {
	margin: 0 0 10px;
	max-width: 320px;
	width: 100%;
	display: block;
	font-size: 12pt;
padding-right: 30px;
}

.home #wrapper #infinite-scalability .section {
	text-align: left;
	padding: 65px;
	box-sizing: border-box;
}
.home #wrapper #infinite-scalability h1 {
	padding-top: 0;
}
.home #wrapper #infinite-scalability p {
	width: auto;
}
.home #wrapper #infinite-scalability img {
	display: none;
}
.home #wrapper #infinite-scalability .small-print {
	margin-top: 0;
}
.home #wrapper #catalyzing-insights .section {
	background-image: url(../MKTGWEB/background/585x664_Section5.jpg);
}
.home #wrapper #catalyzing-insights .span6:first-child {
	background-image: none;
	text-align: center;
}
.home #wrapper #catalyzing-insights .span6 img {
	position: static;
	margin-top: 65px;
}
.home #wrapper #partners-clients .section {
	text-align: left;
	padding: 65px;
	box-sizing: border-box;
}

.home #wrapper #get-started .section {
	text-align: left;
}
.home #wrapper #get-started div {
	position: static;
	text-align: left;
}
.home #wrapper #get-started button {
	max-width: 320px;
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.home #wrapper #connect .section {
	text-align: left;
	padding: 65px;
	box-sizing: border-box;
}
.home #wrapper #connect h1 {
	padding-top: 0;
}
.home #wrapper #contact .span6:first-child {
	display: none;
}
}
/* partners logo slide */
.home .flexCarousel {
	margin-right: 34px;
	margin-left: 34px;
}
.home img.grayscale {
	-webkit-filter: brightness(999999999999999999999999999999999999999999999999999999999999);
	filter: brightness(999999999999999999999999999999999999999999999999999999999999);
}
/* header */
.navbar .navbar-inner {
	-webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .3);
	background: #000;
	border: none;
	height: 102px;
}
.navbar .btn {
	margin-top: 31px;
}
.login ul {
	display: none;
}
.login .button-shadow a {
	background: transparent;
	border: none;
	color: #7efcfd;
}
#search-bar {
	z-index: 99999;
	margin: auto;
	max-width: 688px;
}
#search-bar>.container {
	position: absolute;
	top: -50px;
	right: 0px;
}
.start-button {
	display: none;
}
/* footer */
.home a[name="social"] {
	margin: 0;
	padding-top: 95px;
}
/* contact */
.home #sod-drawer-plugin {
	display: none;
}
/*******PROMO*******/

#promoBar{
	margin-top: 100px;
	background-color: #fff;
	color: #000;
	height: 60px;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
#promo{
	margin: 0 auto;
	width: 950px;
	text-align: center;
}
#promo a{
	color: #000;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
#promoBar h5, #promoBar p, #promoBar span{
	display: inline-block;
	padding: 15px;
	margin: 0;
	line-height: 30px;
}

#promoBar h5{
	margin: 	4px;
}
#promoBar span{
	margin: 0 30px 0 15px;
}
#closePromo{
	width: 40px;
	height: 40px;
	background: #fff url('assets/img/promoX.png') 	no-repeat center center;
	background-size: contain;
	float: right;
	position: absolute;
	top: 10px;
	right: 50px;
}
#closePromo:hover{
	cursor: pointer;
}
/********************************DIV TYPES***************************/

#wrapper .section , .topperSection, .home #zero-barrier {
	position: relative;
	margin: auto;
	max-width: 950px;
}

.topperSection {
	padding-bottom: 60px;
	text-shadow: 0 0 16px rgba(0,0,0,.5);
}

.section div{
	padding: 2.5%;
}


#wrapper .background {
	background: url('assets/img/1750x935_Section1.jpg');
	background-size: 100% auto;
	background-position:top;
	background-repeat:no-repeat;
}

#wrapper #harmony{
		background: url('assets/img/1750x935_harmony.jpg') no-repeat;
}

.topperSection h1{
	color: 	#fff;
	text-align:center;
	margin: 0 auto;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.76);
	font-family: 'dosis';
	font-weight: 100;
	font-size: 95pt;
}

.topperSection .section h2 {
	color: #fff;
	font-size: 44px;
	padding-bottom: 0;
}

.topperSection-small {
	padding-bottom: 15px;
}

.topperSection{
	text-align: center;
}
.topperSection h3{
	font-size: 24pt;
	line-height: 28pt;
	padding: 0 5% 10px;
	font-weight: 100;
	color: 	#fff;
	text-align:center;
	display: block;
}

.whiteSection   {
	background-color: #fff;
}

.whiteSection + .whiteSection::before {
	content: "";
	height: 0px;
	width: 90%;
	border-top: 1px #888 dotted;
	margin: 0 auto;
	display: block;
}

.blackSection{
	background-color: #000;
	font-weight: lighter;
}

.whiteSection p a, .blackSection p a {
	font-size: 18px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

.whiteSection .sectionLink button, .blackSection .sectionLink button {
	margin-bottom: 20px;
}

.whiteSection p a::after, .blackSection p a::after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(assets/img/link-arrow.png) 0 0 no-repeat;
	margin-left: 5px;
	position: relative;
	top: 1px;
	background-size: 100%;
}

.whiteSection p a:hover::after, .blackSection p a:hover::after {
	background-image: url(assets/img/link-arrow-hover.png);
}

.whiteSection-small p a {
	font-size: 14px;
}

.whiteSection-small p a::after {
	width: 14px;
	height: 14px;
}

.greenSection {
	color: #fff;
	background-color: #548b8c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjE0MDQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMzQ0YTRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyNWE1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg, rgba(33,64,66,1) 0%, rgba(52,74,75,1) 51%, rgba(66,90,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(33,64,66,1)), color-stop(51%,rgba(52,74,75,1)), color-stop(100%,rgba(66,90,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(33,64,66,1) 0%,rgba(52,74,75,1) 51%,rgba(66,90,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(33,64,66,1) 0%,rgba(52,74,75,1) 51%,rgba(66,90,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(33,64,66,1) 0%,rgba(52,74,75,1) 51%,rgba(66,90,92,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(33,64,66,1) 0%,rgba(52,74,75,1) 51%,rgba(66,90,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214042', endColorstr='#425a5c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.blackSection, .blackSection p {
	color: #fff;
	font-weight: 100;
}

.platformImage {
	position: absolute;
	z-index: 100;
}

.sectionLink button {
	margin-top: 10px;
	width: 265px;
}

.section h6 {
	font-size: 14px;
	line-height: 18px;
}

.section h6 strong {
	text-transform: uppercase;
}

.span4 .sectionLink button {
	width: 100%;
}

.span12 .sectionLink button {
	width: 270px;
	margin-right: 30px;
}

.sectionLink::after {
	display: none !important;
}

.whiteSection .span6, .blackSection .span6 {
	padding-bottom: 0;
}

.whiteSection h3, .blackSection h3 {
	font-size: 30px;
	display: block;
	padding-bottom: 0;
	line-height: 36px;
	margin-bottom: 10px;
}

.blackSection .span12 > h3:first-child {
	color: #41C4DC;
}

.blackSection .span12 {
}

.whiteSection h4, .blackSection h4 {
	font-size: 26px;
	font-weight: 200;
	line-height: 34px;
	letter-spacing: -.03em;
}

.whiteSection .span12 h3, .blackSection .span12 h3 {
	font-size: 36px;
	margin-bottom: 30px;
}

.whiteSection p, .blackSection p {
	line-height: 18pt;
}

 .whiteSection, .whiteSection p ,  .whiteSection li ,  .whiteSection h4,  .whiteSection h5 {
	color: #000;
}

.whiteSection .row-fluid, .blackSection .row-fluid {
	padding: 4.5% 2.5%;
}

 .greenSection {
	color: #fff;

}

.kits {
	margin: 30px 0;
	position: relative;
}

.kits::before {
	content: "";
	top: -3px;
	height: 2px;
	width: 15px;
	background: #000;
	position: absolute;
}

.kits li {
	list-style: none;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

.kits li:first-of-type {
	font-size: 22px;
	line-height: 30px;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
}

.section h2{
	color: 	#41C4DC;
	font-size: 40px;
	line-height: 38pt;
	letter-spacing: 0.025em;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding-bottom: 0;
	display: block;
}
.section .icon{
	width: 70px;
	height: auto;
}
#wrapper .caseStudy .topperSection h1{
	font-size: 50pt;
	padding: 100px 0 50px;
}
.compareRow{
	border-bottom: 2px solid #000;
	width: 80%;
	padding: 0.5%;
}
.compareRow  p {
	width: 85%;
	margin: 0 auto;
}
.compareRow img{
	width: 60px;
}

#servers-around img{
	max-height: 450px;
	margin-left: 150px;
}
#iOTCompare .logos{
	width: 80%;
}
.section div .bulletLine{
	border-bottom: solid 2px #fff;
	width: 16px;
	height: 10px;
	margin: 10px 0;
	padding: 0;
}
.whiteSection div.bulletLine{
	border-bottom: solid 2px #000;
}
#pricing-chart .bulletLine{
	margin: 8px 0;
}
#demo-today{
	height: 350px;
	width: 950px;
	margin: 0 auto;
}
#demo-today h3{
	margin: 2.5% 2.5% 0;
}
#demo-today .row-fluid{
	padding: 10px 20px;
}

#process .topperSection-small h4 {
	font-weight: 100;
	line-height: 1.4;
}

#process .whiteSection,
#process .blackSection,
#process .greenSection {
	padding: 5% 2.5%;
}

#process-signup .whiteSection {
	padding: 2.5%;
}

#process .greenSection {
	margin-bottom: 30px;
}

#process .section-blue {
	color: #41C4DC;
	font-weight: 500;
	margin-bottom: 0;
}

#process .section h2 {
	line-height: 1.1;
	margin-bottom: 20px;
}

#process .greenSection h2 {
	margin-bottom: 10px;
}

#process .greenSection h5 {
	color: #41C4DC;
	font-weight: 400;
	display: inline-block;
	margin: 20px 0 8px;
	position: relative;
}

#process .greenSection h5:before {
	content: '\b7\a0';
	font-size: 36px;
	line-height: 1;
	position: absolute;
	left: -13px;
	top: -8px;
}

#process .greenSection p.large {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.processSlider {
	margin-bottom: 20px;
}

#process-signup{
	height: 350px;
	max-width: 950px;
	margin: 0 auto;
}
#process-signup h4{
	margin: 2.5% 2.5% 0;
}
#process-signup .row-fluid{
	padding: 30px 20px 10px;
	width: auto;
}

#process-signup a:after {
	display: none;
}

.innerWrapper{
	padding: 5%;
}
#harmony-oneTimeSale{
	background-image: url('assets/img/hundredThousand.png');
	background-position: bottom right;
}
#zero-barrier .topperSection h3{
	padding: 0 2.5% 10px;
}
#in-field img{
	height: 600px;
	width: auto;
}

#in-field .span6:first-child{
	text-align: center;
}
#start-b2b h4{
	border-top: 2px solid #000;
	padding-top: 10px;
	margin-bottom: 0;
}
#iOTCompare h5{
	text-transform: none;
}
/***Princing Page Styles****/

#pricing-chart .section {
	padding: 35px 1%
}
#pricing-chart p, #pricing-chart h1, #pricing-chart h2, #pricing-chart h3, #pricing-chart h4, #pricing-chart h5, #pricing-chart .bulletLine{
	color: #000;
}
#pricing-chart .price6 p, #pricing-chart .price6 h1, #pricing-chart .price6 h2, #pricing-chart .price6 h3, #pricing-chart .price6 h4, #pricing-chart .price6 h5, #pricing-chart .price6 h6, #pricing-chart .price6 .bulletLine{
	color: #fff;
}
#pricing-chart .price6 .bulletLine {
	border-color: #fff;
}

#pricing-chart p{
	padding: 0;
	font-size: 12pt;
	font-weight: 100;
	line-height: 16pt;
}

#pricing-chart h5{
	padding: 0;
}

#pricing-chart h6{
	padding: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
#pricing-chart .span2	{
	margin-left: 0;
	padding: 0%;
	width: 150px;
}
.price1{
	background-color: #eef3f3;
		height: 310px;
}
.price2{
	background-color: #cbdcdc;
		height: 310px;
}
.price3{
	background-color: #a9c5c5;
		height: 310px;
}
.price4{
	background-color: #7fa8a9;
		height: 310px;
}
.price5{
	background-color: #548b8c;
	height: 310px;
}
.price6{
	background-color: #000;
	height: 310px;
}
 .price1:first-child h5,  .price2:first-child h5,  .price3:first-child h5,  .price4:first-child h5,  .price5:first-child h5,  .price6:first-child h5{
	font-size: 20px;
	font-weight: 300;
}
 .price1:last-child,  .price2:last-child,  .price3:last-child,  .price4:last-child,  .price5:last-child,  .price6:last-child{
	height: 415px;
}

.price1:last-child li p,  .price2:last-child li p,  .price3:last-child li p,  .price4:last-child li p,  .price5:last-child li p,  .price6:last-child li p{
	line-height: 11pt;
}
.priceMiddle1{
	background-color: #f7f9f9;
	height: 120px;
}
.priceMiddle2{
	background-color: #e5eeee;
	height: 120px;
}
.priceMiddle3{
	background-color: #d4e2e2;
	height: 120px;
}
.priceMiddle4{
	background-color: #bfd4d4;
	height: 120px;
}
.priceMiddle5{
	background-color: #aac5c6;
	height: 120px;
}
.priceMiddle6{
	background-color: #808080;
	height: 120px;
	color: #fff;
}
#pricing-chart  li p{
	padding: 0;
	font-size: 11pt;
}
/************ Case Study Styles  ***********/


.caseStudy #summary .row-fluid{
	padding: 0;
}
.caseStudy #summary .section .greenSection {
	height: 500px;
}
.caseStudy #summary .section .greenSection h1, .caseStudy #summary .section .greenSection h2, .caseStudy #summary .section .greenSection h5{
	color: #fff;
	text-align: center;
}
.caseStudy #summary .section .greenSection h1{
	padding-top: 60px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 140pt;
}
.caseStudy #summary .section .greenSection h2{
	display: block;
}
.caseStudy #summary .section .greenSection h5{
	width: 80%;
	font-size: 30px;
	line-height: 34px;
	margin: 0 auto 20px;
}

.compareArrows{
	background-image: url('assets/img/compare-arrows.png');
	background-repeat:no-repeat;
	background-size: 50% 50%;
	background-position: center bottom;
}

.downArrow{
	height: 80px;
	position: relative;
	left: 30px;
}

#in-field h3{
	margin-bottom: 20px;
}
#demo-today .section{
	background-color: #fff;
}
#platform-pricing #demo-today {
	padding: 2.5% 0;
}

 #demo-today h3{
		padding: 0; margin: 25px 0 35px; color: #000;
}

#process-signup button,
#demo-today button{
	margin: 0 0 30px;
	width: 100%;
	font-size: 14px;
}


#visualization .section .row-fluid .span6:last-child {
	bottom: 0;
	right: 0;
}
#visualization #in-field .section .row-fluid .span6:last-child {
	position: inherit;
}
#scalability #going-dark h3, #pricing #from-prototype h3{
	font-size: 42pt;
	line-height: 42pt;
	letter-spacing: -0.025em;
	margin-bottom: 10px;
	color: #fff;
}
#opportunity .row-fluid, #opportunity .span8{
 padding-left: 0;
 padding-top: 10px;
}
#opportunity img{
	bottom: 0;
}
#opportunity{
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.76);
}
.rightArrow{
	margin-left: 0;
	padding: 100px 0 0;
}
#mostIoT h3, #from-prototype h3{
	color: #fff;
}
.section div.chart{
	padding-bottom: 0;
	/*margin-bottom: 45px;*/
}
.section div.footnote p{
	font-size: 11px;
	font-family: 'Roboto', helvetica, sans;
	font-weight: normal;
	font-style: italic;
	}
.section div.footnote{
	padding-top: 0;
	padding-left: 50px;
}
.chart .row-fluid:first-child h6{
	margin-top: 15px;
	font-weight: bold;
}
.whiteSection div:nth-child(3){
	margin-bottom: 0;
	padding-bottom: 0;
}
#opportunity .section {
	background: #fff url('assets/img/960x720_harmony.png') no-repeat center center ;
	background-size:cover;
}
#oneTimeSale .section {
	background: #fff url('assets/img/hundredThousand.png') no-repeat bottom right;

}
#quote .section {
	background: #000 url('assets/img/quotes.png') no-repeat center center;
	background-size:100% auto;
}
#harmony-results .row-fluid, #harmony-results .span3, #harmony-results .span9{
	margin-bottom: 0;
	padding-bottom: 0;
}
#harmony-results .row-fluid:last-child{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#six .row-fluid{
	padding-bottom: 3px;
}
#six .row-fluid:first-child .span3:first-child{
	text-align: right;
}
#six .section h2{
	color: #000;
}
#six .section h3{
	font-size: 26pt;
	line-height: 31px;
	font-family: 'dosis', helvetica, sans;
}
.borderTop{
	border-top: 2px solid #000;
}
.borderTop, .borderTop div{
	padding-top: 3px;
}
#harmony-results h3{
	font-family: "dosis", helvetica, sans;
	font-weight: bold;
	text-transform: uppercase;
}
#oneTimeSale h5{
	font-size: 18pt;
	line-height: 18pt;
}
.chart .dotted, .chart .undotted{
	padding: 0 2.5% 15px;
}
.chart .dotted{
	border-bottom: dotted 1px #000;

}
.chart .dotted:first-child{
	padding: 0 2.5%;
}
.chart .dotted:first-child div{
	padding: 0 2.5% 0 0;
}
.chart .dotted .span6, .chart .undotted .span6{
	padding: 3px 2.5% 0 0;
}

.chart .dotted .span1, .chart .dotted .span5, .chart .undotted .span1, .chart .undotted .span5{
	padding: 3px 1% 10px 0;
}
.chart .dotted .span1{
	padding-top: 6px;
}

.chart .dotted .span5{
	padding-top: 2px;
}
.chart .dotted .small, .chart  .span1{
	font-family: 'Roboto', Helvetica, Arial, sans;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.chart:first-child .dotted:first-child{
	border: none;
}
.chart h6{
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}

.chart .or{
	letter-spacing: -0.015em;
	font-size: 16pt;
	line-height: 2pt;
	position: relative;
top: -12px;
left: -20px;
}
#contactFormOverlay{
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.2s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease-in-out;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0.7);
background-image: none;
background-origin: padding-box;
background-size: auto;
box-sizing: border-box;
color: rgb(255, 255, 255);
display: block;
font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 300;
height: 100%;
left: 0px;
line-height: 21.3333339691162px;
opacity: 1;
overflow-x: hidden;
overflow-y: hidden;
position: fixed;
top: 0px;
transition-delay: 0s;
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: ease-in-out;
visibility: hidden;
width: 100%;
z-index: 99998;
overflow: scroll;
}
#contactFormHolder{
	background-color: #fff;
	border: 1px solid #41C4DC;
	margin: 25px auto 25px;
	width: 550px;
	padding: 40px;
	overflow: auto;
	color: #000;
	position: relative;
}
#contactFormHolder .hubForms {
	display: none;
}
#contactFormHolder .hubForms.opened {
	display: block;
}
#contactFormHolder fieldset {
	max-width: 100%;
}
#contactFormHolder p{
	margin: 0;
	font-size: 12pt;
}
#contactFormHolder h4{
	color: #000;
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Roboto slab',Helvetica,Arial,sans-serif;
	letter-spacing: -0.03em;
	font-weight: 100;
}
#contactFormHolder label {
	font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #797979;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 1em;
}
#contactFormHolder select,
#contactFormHolder textarea,
#contactFormHolder input[type='text'],
#contactFormHolder input[type='password'],
#contactFormHolder input[type='email'],
#contactFormHolder input[type='url'],
#contactFormHolder input[type='tel'] {
    font-size: 15px;
    font-weight: 400;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 9px 18px;
    color: #555;
    border: 1px solid #eee;
    border-bottom: 2px solid #dedede;
    border-radius: 4px;
    background: #f9f9f9;
    box-shadow: none;
    margin-bottom: 30px;
    min-height: 0 !important;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
#contactFormHolder textarea:focus,
#contactFormHolder input[type='text']:focus,
#contactFormHolder input[type='password']:focus,
#contactFormHolder input[type='email']:focus,
#contactFormHolder input[type='url']:focus,
#contactFormHolder input[type='tel']:focus {
	background: #fff;
	border-bottom: 2px solid #1da1db;
}

#contactFormHolder #closeX{
	background-image: url('assets/img/X.png');
	width: 30px;
	height: 30px;
	background-size:contain;
	position: absolute;
	cursor: pointer;
	top: 40px;
	right: 40px;
}
#contactFormHolder .actions {
	margin-top: 20px;
	display: block;
	text-align: center
}
.upper{
	text-transform: uppercase;	!important;
}

#erlangIcon{
	margin-top: 35px;
}
.normal{
	text-transform:none;	!important;
}

.blue{
	color: 	#41C4DC;!important;
}
#summary .span4{
padding: 8px 8px 0 16px;
}
#summary .span8{

position: relative;
left: 2px;
}

#harmony-results .span3 img{
	max-width: 100px
}
#zero-barrier h2, #catalyzing-insights h2{
	padding-top: 14px;
}
#easy-systems img{
	max-height: 600px;
}
#platform-pricing .topperSection h3{
	padding: 0 5% 30px;
}

#standards-based h2{
	text-transform: none;
}
#six hr{
	width: 96%;
	margin: 0 auto;
}
#oneTimeSale h2{
	color: #000;
}
#oneTimeSale h2 span{
	color: #41C4DC;
}

#opportunity button{
	margin-top: 50px;
}

.section .sideButton{
	padding: 20px 0 0;
}

/************ GRAPHICS ************/

.graphic {
	text-align: center;
	margin: 20px 0 30px;
}

.graphic .circle {
	display: inline-block;
	width: 185px;
	border: 2px #56b8c6 solid;
	position: relative;
	border-radius: 50%;
	height: 185px;
	padding: 0;
	margin: 0 3.6%;
}

.graphic .circle.lrg {
	width: 250px;
	height: 250px;
}

.graphic .circle.med {
	top: -36px;
}

.graphic .circle h4 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
}

.graphic .connected {
	background: url(assets/img/platform-connected.png) 0 0;
	background-size: 600% 100%;

	-webkit-transition: background-position 175ms ease-in-out;
	-moz-transition: background-position 175ms ease-in-out;
	transition: background-position 175ms ease-in-out;
}

.graphic .cloud {
	background: url(assets/img/platform-cloud.png) center center no-repeat;
	background-size: 100% 100%;
}

.graphic .cloud .cog1 {
	width: 11.8%;
	height: 11%;
	background: url(assets/img/platform-cloud-cw.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 43.8%;
	top: 27.8%;

	-webkit-animation: rotateRight 5s linear infinite;
	-moz-animation: rotateRight 5s linear infinite;
	animation: rotateRight 5s linear infinite;
}

.graphic .cloud .cog2 {
	width: 7%;
	height: 6.8%;
	background: url(assets/img/platform-cloud-ccw.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 34.4%;
	top: 43.6%;

	-webkit-animation: rotateLeft 5s linear infinite;
	-moz-animation: rotateLeft 5s linear infinite;
	animation: rotateLeft 5s linear infinite;
}

.graphic .data {
	background: url(assets/img/platform-data.png) 0 0;
	background-size: 500% 100%;

	-webkit-transition: background-position 175ms ease-in-out;
	-moz-transition: background-position 175ms ease-in-out;
	transition: background-position 175ms ease-in-out;
}

.graphic .circle::after {
	display: block;
	border: 2px #56b8c6 dashed;
	border-radius: 50%;
	content: "";
	position: absolute;
	/*background: url(assets/img/circle-med-dashed.png) 0 0 no-repeat;*/
	width: 250px;
	height: 250px;
	top: -18%;
	left: -19%;

	-webkit-animation: rotateRight 24s linear infinite;
	-moz-animation: rotateRight 24s linear infinite;
	animation: rotateRight 24s linear infinite;
}

.graphic .circle.lrg::after {
	/*background-image: url(assets/img/circle-lrg-dashed.png);*/
	width: 328px;
	height: 328px;
	top: -17%;
	left: -17%;

	-webkit-animation: rotateLeft 24s linear infinite;
	-moz-animation: rotateLeft 24s linear infinite;
	animation: rotateLeft 24s linear infinite;
}

.graphic .branch {
	background: url(assets/img/ecosystem-branches.png) 0 0 no-repeat;
	background-size: 500% 100%;
	height: 40%;
	width: 40%;
	border: 2px solid #56b8c6;
	border-radius: 50%;
	position: absolute;
	z-index: 30;
}

.graphic .branch h4 {
	bottom: auto;
	top: 92%;
}

.graphic .circle.lrg .branch {
	width: 28%;
	height: 28%;
}

.graphic .branch::after {
	width: 2px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: -58%;
	left: 48%;
	background-color: #56b8c6;
}

.graphic .b1-2::after {
	-webkit-transform: rotate(35deg);
	-mox-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	top: -45%;
	left: 90%;
}

.graphic .b2-2::after {
	-webkit-transform: rotate(-35deg);
	-mox-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	top: -45%;
	left: 9%;
}

.graphic .branch.b1-2, .graphic .branch.b2-2 {
	top: 110%;
	left: -25%;
}

.graphic .branch.b2-2 {
	left: auto;
	right: -25%;
}

.graphic .branch.b1-1 {
	left: 33%;
	top: 119%;
}

.graphic .connected .b1-2 {
	background-position: 0% 0;
}

.graphic .connected .b2-2 {
	background-position: 24.5% 0;
}

.graphic .cloud .b1-1 {
	background-position: 48.5% 0;
}

.graphic .data .b1-2 {
	background-position: 74% 0;
}

.graphic .data .b2-2 {
	background-position: 99.5% 0;
}

.ecosystem-graphic .cloud {
	margin-bottom: 12%;
}

.ecosystem-graphic .circle.med {
	top: -136px;
}

@-moz-document url-prefix() {
	.graphic .circle::after {
		background: url(assets/img/circle-med-dashed.png) 0 0 no-repeat;
		background-size: 100% 100%;
		border: none;
	}

	.graphic .circle.lrg::after {
		background-image: url(assets/img/circle-lrg-dashed.png);
		border: none;
		background-size: 100% 100%;
	}

	.devkit-detail {
		width: 90%;
	}
}

@-webkit-keyframes slideFive {
    0%   {background-position: 0 0;}
    20% {background-position: 26% 0;}
    40% {background-position: 50.5% 0;}
    60% {background-position: 75.5% 0;}
    80% {background-position: 99% 0;}
    100% {background-position: 125% 0;}
}

@keyframes slideFive {
    0%   {background-position: 0 0;}
    16% {background-position: 26% 0;}
    32% {background-position: 50.5% 0;}
    48% {background-position: 75.5% 0;}
    64% {background-position: 99% 0;}
    80% {background-position: 125% 0;}
    100% {background-position: 125% 0;}
}

@-webkit-keyframes slide6 {
    0%   {background-position: 0 0;}
    16% {background-position: 20% 0;}
    33% {background-position: 40% 0;}
    49% {background-position: 60% 0;}
    66% {background-position: 80% 0;}
    83% {background-position: 100% 0;}
    100% {background-position: 120% 0;}
}

@keyframes slide6 {
    0%   {background-position: 0 0;}
    16% {background-position: 20% 0;}
    33% {background-position: 40% 0;}
    49% {background-position: 60% 0;}
    66% {background-position: 80% 0;}
    83% {background-position: 100% 0;}
    100% {background-position: 120% 0;}
}

@-webkit-keyframes rotateRight {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

@keyframes rotateRight {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

@-webkit-keyframes rotateLeft {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}
}

@keyframes rotateLeft {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

/****** Whitepapers ******/
.post-type-archive-whitepapers, .tax-whitepaper {
	background: #000;
}

#whitepapers .category-bar {
	background: #000;
	box-shadow: none;
	padding: 0;
}

#whitepapers .category-bar .categoryNav {
	padding: 0;
}

.section .whitepapers {
	padding-top: 0;
	padding-bottom: 0;
}

.whitepapers .row {
	margin: 0;
	padding: 18px 0 40px;
	border-bottom: #888 dotted 1px;
}

.whitepapers .row:first-of-type {
	padding-top: 0;
}

.whitepapers .row:last-of-type {
	border: none;
}

.whitepapers .whitepaper:nth-of-type(3n+1) {
	padding-left: 0;
}

.whitepapers .whitepaper:nth-of-type(3n+2) {
	padding-left: 10px;
	padding-right: 10px;
}

.whitepapers .whitepaper:nth-of-type(3n+3) {
	padding-right: 0;

}

.section .whitepapers .whitepaper {
	position: relative;
	padding-bottom: 65px;
}

.whitepaper .postCategory {
	color: #5fc9d8;
	font-weight: 400;
	padding-top: 80px;
	background: url(assets/img/whitepaper-categories.png) 0 0 no-repeat;
	display: none;
}

.all .whitepaper .postCategory {
	display: block;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	background-image: url(assets/img/whitepaper-categories@2x.png);
            -moz-background-size: 58px 358px;
             -ie-background-size: 58px 358px;
              -o-background-size: 58px 358px;
         -webkit-background-size: 58px 358px;
				 background-size: 58px 358px;

}

.whitepaper .postCategory.technology {
	background-position: 0 -286px;
}

.whitepaper .postCategory.strategy {
	background-position: 0 -139px;
}

.whitepaper .postCategory.innovation {
	background-position: 0 0;
}

.whitepaper h2 {
	font-family: "Roboto Slab", helvetica, arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 20px;
	letter-spacing: -0.03em;
}

.whitepaper p {
	font-size: 18px;
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	line-height: 22px;
	font-weight: 200;
	margin-bottom: 30px;
}

.whitepaper .download-white-paper {
	position: absolute;
	bottom: 0;
}

/******* DEVKITS ******/
.devkits.active {
	color: #000;
}

#support .section:nth-of-type(n+4) {
	min-height: 560px;
}

.section .span6 {
	position: relative;
	padding-top: 0;
}

.section .span6 .devkits::after {
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 2px;
	background: url(assets/img/small-link-arrow.png) center center no-repeat;
	position: relative;
	top: 2px;
	background-size: 16px 16px;
}

.section .span6 .devkits:hover::after {
	background-image: url(assets/img/link-arrow-hover.png);
}

.section .span6 .devkits.active::after {
	display: none;
}

.section .span6 .devkits.active::before {
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 2px;
	background: url(assets/img/small-link-close.png) center center no-repeat;
	position: relative;
	top: 3px;
}

.devkit-detail {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
}

.section .span6:first-of-type .devkit-detail {
	left: 2.5%;
}

.devkit-detail.show {
	opacity: 1;
	display: block;
}

#platform > .section:nth-of-type(-n+4) .row-fluid {
	padding: 8% 2.5%;
}

#platform > .section {
	position: relative;
}

#platform > .section:nth-of-type(2)::before, #platform > .section:nth-of-type(3)::before, #platform > .section:nth-of-type(4)::before {
	display: block;
	height: 123px;
	width: 84px;
	position: absolute;
	left: -30px;
	top: -30px;
	background: url(assets/img/section-1.png) no-repeat 0 0;
	background-size: 84px 123px;
	content: "";
}

#platform > .section:nth-of-type(3)::before {
	background-image: url(assets/img/section-2.png);
}

#platform > .section:nth-of-type(4)::before {
	background-image: url(assets/img/section-3.png);
}

.topperSection .ecosystem-graphic {
	margin-bottom: 35px;
	padding-bottom: 0;
	text-align: center;
}

.graphic .main-graphic {
	max-width: 100%;
}

#ecosystem .greenSection .span12 h2 {
	margin-bottom: 15px;
}

#ecosystem .greenSection .span12 h2, #ecosystem .greenSection .span12 > p {
	text-align: center;
	display: block;
}

#ecosystem select {
	width: auto;
}

#ecosystem h5 {
	position: relative;
	margin-bottom: 3px;
}

#ecosystem h5::before {
	height: 2px;
	width: 15px;
	background: #000;
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
}

#ecosystem h5 + p {
	margin-bottom: 30px;
}

#ecosystem .section .wpcf7 {
	width: 50%;
	margin: 0 auto;
}

#ecosystem .section .wpcf7 input[type="text"], #ecosystem .section .wpcf7 input[type="email"] {
	width: 100%;
}

.partners .partner {
	width: 25%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	float: left;
	position: relative;
	overflow: hidden;
}

.partners .partner .small-logo {
	max-width: 100%;
	position: relative;
	z-index: 10;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.partners .partner .details {
	width: 150%;
	left: -25%;
	opacity: 0;
	z-index: 5;
	position: absolute;
	top: 0;
	padding-top: 160px;
	background: rgba(0,0,0,.9);
	padding: 110px 30px 30px;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.partners .partner:hover {
	overflow: visible;
	z-index: 50;
}

.partners .partner:hover .details {
	opacity: 1;
}

.partners .partner p {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

.partners .partner .learnMore, .partnerSlide .learnMore {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.partners .partner .learnMore::after, .partnerSlide .learnMore::after {
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 6px;
	background: url(assets/img/small-link-arrow.png) center center no-repeat;
	position: relative;
	top: 3px;
}

.partners .partner .learnMore:hover::after, .partnerSlide .learnMore:hover::after {
	background-image: url(assets/img/link-arrow-hover.png);
}

.section .partnerSlides, .section .partnerSlide {
	padding: 0;
}

.section .span12 {
	padding: 0;
}

.partnerSlide, .partnerSlide > * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.partnerSlides { position: relative; overflow: auto; }
    .partnerSlides li { list-style: none; }
        .partnerSlides ul li { float: left; }

.partnerSlide h4 {
	color: #71d3e0;
}

.partnerSlides + .arrows {
	position: relative;
	z-index: 10;
	height: 0px;
	padding: 0;
}

.partnerSlides + .arrows .unslider-arrow {
	position: absolute;
	top: -200px;
	color: #fff;
	left: -30px;
	width: 52px;
	height: 80px;
	background: url('assets/img/slider-arrows.png') 0 0 no-repeat;
	text-indent: -999em;
}

.partnerSlides + .arrows .unslider-arrow.next {
	left: auto;
	right: -30px;
	background-position: -52px 0;
}
