/**********

TWITCH - LANDING PAGE

**********/



/********** TABLE OF CONTENTS **********/
/*

	1. FONTS
	2. GENERAL STYLES
	3. HEADINGS
	4. BUTTONS
	5. FORMS
	6. ALERTS
	7. PANELS & ACCORDIONS
	8. TABS
	9. OWL CAROUSEL
	10. HEADER
	11. ICONS
	12. SECTIONS
	13. SERVICE ELEMENTS
	14. CALL TO ACTION
	15. PRICING TABLES
	16. TEAM
	17. CLIENTS
	18. FEATURES
	19. TESTIMONIALS
	20. FOOTER

*/



/********** MAJOR COLORS **********/
/*

	BLUE: #49c0f4
	DARKER BLUE: #29b5f2
	GREEN: #65be3e
	DARKER GREEN: #57a436
	PURPLE: #d971f2
	DARKER PURPLE: #d152ef

*/



/**********


	FONTS


**********/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700,400,300);



/**********


	GENERAL STYLES


**********/
body {
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #7f7f7f;
	overflow-x: hidden;
	word-wrap: break-word;
}
p {
	margin: 0 0 24px;
}
.lead {
	font-size: 24px;
}
.embed-responsive {
	margin-bottom: 72px;
	margin-top: 72px;
}
code {
	color: #738F9D;
	background: #254254;
}
pre {
	color: #738F9D;
	background: #254254;
	border: none;
}
.img-popup {
	cursor: pointer;
}
.bg-video {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* LINKS */
a {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	outline: none !important;
	color: #49c0f4;
}
a:hover {
	text-decoration: none;
	color: #29b5f2;
}
.grey-link {
	color: #738f9d;
}
.grey-link:hover {
	color: #627e8c;
}
.purple-link {
	color: #d971f2;
}
.purple-link:hover {
	color: #d152ef;
}
.green-link {
	color: #65be3e;
}
.green-link:hover {
	color: #57a436;
}
/* LISTS */
.list-with-icons {
	margin-top: 48px;
}
.list-with-icons li {
	margin-bottom: 12px;
	line-height: 48px;
	font-size: 16px;
}
/* HIGHLIGHTS */
.highlight-blue {
	color: #49c0f4 !important;
}
.highlight-purple {
	color: #d971f2 !important;
}
.highlight-green {
	color: #65be3e !important;
}
/* HR AND LINES */
hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border-top: 2px solid #e1e1e1;
}
.line {
	width: 116px;
	background: #fff;
	margin: 48px auto;
	margin-bottom: 47px;
	border-top: 1px solid #e1e1e1;
}
.line.large {
	width: 232px;
}
.line.left {
	margin: 48px 0;
}
.line.grey {
	border-color: #c2ccd6;
}
.line.blue {
	border-color: #49c0f4;
}
.line.purple {
	border-color: #d971f2;
}
.line.green {
	border-color: #65be3e;
}
/* BLOCKQUOTES */
blockquote {
	border-left: 2px solid #49c0f4;
	padding: 24px 48px;
	font-weight: 300;
	font-size: 24px;
}
.blockquote-reverse, blockquote.pull-right {
	padding: 24px 48px;
	border-right: 2px solid #49c0f4;
}
blockquote footer, blockquote small, blockquote .small {
	color: inherit;
}
@media all and (max-width: 768px) {
	.latest-product {
		width: 100%;
	}
	.embed-responsive {
		margin: 24px 0;
	}
	.skill {
		margin-top: 0;
		margin-bottom: 24px;
	}
	.badge {
		top: -84px;
		left: 72px;
	}
	.full-width-map {
		height: 250px;
	}
	.small-map {
		height: 150px;
	}
}
/* GO TOP */
.go-top {
	display: inline-block;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	position: fixed;
	bottom: 12px;
	left: 12px;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	background: #738f9d;
	visibility: hidden;
	opacity: 0;
	z-index: 12;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.go-top.go-top-is-visible, .go-top.go-top-fade-out {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.go-top.go-top-is-visible {
	visibility: visible;
	opacity: 1;
}
.go-top.go-top-fade-out {
	opacity: .75;
}
.go-top:hover {
	color: #eee;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.go-top {
		right: 24px;
		bottom: 24px;
	}
}
@media only screen and (min-width: 1024px) {
	.go-top {
		height: 36px;
		width: 36px;
		line-height: 36px;
		right: 24px;
		bottom: 24px;
	}
}



/**********


	HEADINGS


**********/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #738f9d;
	margin: 0;
	margin-bottom: 48px;
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	line-height: 72px;
	text-align: center;
}
h2 {
	font-size: 48px;
	font-family: 'Roboto', serif;
	color: #738f9d;
	line-height: 72px;
	margin: 0;
	margin-top: 48px;
	margin-bottom: 72px;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	line-height: 48px;
	margin-top: 48px;
	margin-bottom: 72px;
	text-transform: uppercase;
	color: #565656;
}
h4 {
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 12px;
	font-weight: 500;
	color: #565656;
}
h5 {
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 24px;
}
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4, .section.dark h5, .section.dark h6, .section.blue h1, .section.blue h2, .section.blue h3, .section.blue h4, .section.blue h5, .section.blue h6,
.section.green h1, .section.green h2, .section.green h3, .section.green h4, .section.green h5, .section.green h6, .section.purple h1, .section.purple h2, .section.purple h3, .section.purple h4, .section.purple h5, .section.purple h6,
.section.white.transparent h1, .section.white.transparent h2, .section.white.transparent h3, .section.white.transparent h4, .section.white.transparent h5, .section.white.transparent h6 {
	color: #fff;
}
h1 .icon {
	display: block;
	color: #c2ccd6;
	margin-top: 24px;
	font-size: 24px;
	line-height: 48px;
}
h1 .icon:before, h1 .icon:after {
	content: '';
	display: inline-block;
	width: 188px;
	height: 1px;
	margin: 9px 20px;
	background: #c2ccd6;
}
h2 .icon {
	display: block;
	color: #c2ccd6;
	margin-top: 24px;
	font-size: 24px;
	line-height: 48px;
}
h2 .icon:before, h2 .icon:after {
	content: '';
	display: inline-block;
	width: 188px;
	height: 1px;
	margin: 9px 20px;
	background: #c2ccd6;
}
@media all and (max-width: 768px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		margin-top: 0;
		margin-bottom: 48px;
		font-size: 36px;
	}
	h2 .icon {
		margin-top: 0;
	}
	h2 .icon:before, h2 .icon:after {
		width: 72px;
	}
	h3 {
		font-size: 24px;
		margin-top: 24px;
		margin-bottom: 24px;
	}
}



/**********


	BUTTONS


**********/
.button {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	background: none;
	border: 1px solid #dadada;
	color: #c9c9c9;
	border-radius: 6px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	padding: 8px 24px;
	display: inline-block;
	outline: none !important;
}
.button:hover {
	border: 1px solid #49c0f4;
	color: #49c0f4;
}
.button-list .button {
	margin-top: 6px;
	margin-right: 12px;
}
.button-list .button:last-of-type {
	margin-right: 0;
}
.button.blue-button {
	border-color: #dadada;
	color: #c9c9c9;
}
.button.blue-button:hover {
	border-color: #49c0f4;
	color: #49c0f4;
}
.button.green-button {
	border-color: #dadada;
	color: #c9c9c9;
}
.button.green-button:hover {
	border-color: #57a436;;
	color: #57a436;;
}
.button.purple-button {
	border-color: #dadada;
	color: #c9c9c9;
}
.button.purple-button:hover {
	border-color: #d971f2;
	color: #d971f2;
}
.button.dark-button {
	border-color: #dadada;
	color: #c9c9c9;
}
.button.dark-button:hover {
	border-color: #738f9d;
	color: #738f9d;
}
.button.white-button {
	border-color: #dadada;
	color: #c9c9c9;
}
.button.white-button:hover {
	border-color: #fff;
	color: #fff;
}
.button.grey-button {
	border-color: #dadada;
	color: #c9c9c9;
}
.button.grey-button:hover {
	border-color: #a1afc0;
	color: #a1afc0;
}
.button.active.blue-button {
	border-color: #49c0f4;
	color: #49c0f4;
}
.button.active.green-button {
	border-color: #57a436;;
	color: #57a436;;
}
.button.active.purple-button {
	border-color: #d971f2;
	color: #d971f2;
}
.button.active.dark-button {
	border-color: #738f9d;
	color: #738f9d;
}
.button.active.white-button {
	border-color: #fff;
	color: #fff;
}
.button.active.grey-button {
	border-color: #a1afc0;
	color: #a1afc0;
}
.solid-button {
	padding: 12px 24px;
	border: none;
	border-radius: 6px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.solid-button:hover {
	border: none;
}
.solid-button.dark-button {
	background: #254254;
	color: #738f9d;
}
.solid-button.dark-button:hover {
	background: #738f9d;
	border-color: #738f9d;
	color: #fff;
}
.border-solid-button.dark-button:hover {
	background: #254254;
	border-color: #254254;
	color: #fff;
}
.solid-button.white-button {
	background: #fff;
	color: #49c0f4;
}
.solid-button.white-button:hover {
	background: #f2f2f2;
	color: #378db3;
}
.section.purple .solid-button.white-button {
	color: #d971f2;
}
.section.purple .solid-button.white-button:hover {
	color: #9c61aa;
}
.section.green .solid-button.white-button {
	color: #65be3e;
}
.section.green .solid-button.white-button:hover {
	color: #57a436;
}
.border-solid-button.white-button:hover {
	background: #f2f2f2;
	color: #378db3;
}
.solid-button.grey-button {
	background: #bfc9d4;
	color: #fff;
}
.solid-button.grey-button:hover {
	background: #a1afc0;
	color: #eee;
}
.border-solid-button.grey-button:hover {
	background: #a1afc0;
	color: #eee;
}
.solid-button.blue-button {
	background: #49c0f4;
	color: #fff;
}
.solid-button.blue-button:hover {
	background: #378db3;
	border-color: #378db3;
	color: #fff;
}
.border-solid-button.blue-button:hover {
	background: #49c0f4;
	border-color: #49c0f4;
	color: #fff;
}
.solid-button.green-button {
	background: #65be3e;
	color: #fff;
}
.solid-button.green-button:hover {
	background: #57a436;
	border-color: #57a436;
	color: #fff;
}
.border-solid-button.green-button:hover {
	background: #65be3e;
	border-color: #65be3e;
	color: #fff;
}
.solid-button.purple-button {
	background: #d971f2;
	color: #fff;
}
.solid-button.purple-button:hover {
	background: #9c61aa;
	border-color: #9c61aa;
	color: #fff;
}
.border-solid-button.purple-button:hover {
	background: #d971f2;
	border-color: #d971f2;
	color: #fff;
}
.solid-button.active.dark-button {
	background: #738f9d;
	color: #fff;
}
.solid-button.active.white-button {
	background: #f2f2f2;
	color: #378db3;
}
.solid-button.active.grey-button {
	background: #a1afc0;
	color: #eee;
}
.solid-button.active.blue-button {
	background: #378db3;
	color: #fff;
}
.solid-button.active.green-button {
	background: #57a436;
	color: #fff;
}
.solid-button.active.purple-button {
	background: #9c61aa;
	color: #fff;
}
.button i {
	margin-right: 6px;
}
.button i.right {
	margin-right: 0;
	margin-left: 6px;
}
.link-button {
	padding: 8px 24px;
	border: none;
	border-radius: 6px;
	margin: 0 10px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.link-button:hover {
	border: none;
}
.rounded-button {
	border-radius: 48px;
	padding: 17px 24px;
}
.large-button {
	font-size: 24px;
	padding: 24px 36px;
}
.small-button {
	font-size: 12px;
	line-height: 12px;
	padding: 12px;
}
@media all and (max-width: 768px) {
	.button-list .button {
		margin-top: 12px;
	}
}



/**********


	FORMS


**********/
input[type=text],
input[type=email],
input[type=url] {
	background: none;
	border: 1px solid #bfc9d4;
	border-radius: 6px;
	padding: 6px 12px;
	outline: none !important;
	width: 100%;
	font-size: 18px;
	background: #fff;
}
input::-webkit-input-placeholder {
	color: #bfc9d4;
}
input:-moz-placeholder {
	color: #bfc9d4;
}
input::-moz-placeholder {
	color: #bfc9d4;
}
input:-ms-input-placeholder {
	color: #bfc9d4;
}
textarea {
	background: none;
	border: 1px solid #bfc9d4;
	border-radius: 6px;
	padding: 6px 12px;
	outline: none !important;
	width: 100%;
	font-size: 18px;
	background: #fff;
}
textarea::-webkit-input-placeholder {
	color: #bfc9d4;
}
textarea:-moz-placeholder {
	color: #bfc9d4;
}
textarea::-moz-placeholder {
	color: #bfc9d4;
}
textarea:-ms-input-placeholder {
	color: #bfc9d4;
}
@media all and (max-width: 768px) {
	#newsletter-email {
		margin-bottom: 12px;
	}
}



/**********


	ALERTS


**********/
.alert {
	background: none;
	border: none;
	margin-bottom: 24px;
	text-align: center;
	padding: 12px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
}
.alert-info {
	border: 2px solid #49c0f4;
	color: #49c0f4;
}
.alert-success {
	border: 2px solid #65be3e;
	color: #65be3e;
}
.alert-danger {
	border: 2px solid #e74c3c;
	color: #e74c3c;
}
.alert-warning {
	border: 2px solid #f1c40f;
	color: #f1c40f;
}
.form-alert {
	display: none;
}



/**********


	PANELS & ACCORDIONS


**********/
.panel {
	border: 2px solid #e1e1e1;
	box-shadow: none;
	background: #fff;
}
.panel-default {
	border-color: #e1e1e1;
}
.panel-group .panel {
	border-radius: 6px;
}
.panel-heading {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.panel-default>.panel-heading {
	background: #fff;
	color: #738F9D;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 2px solid #e1e1e1;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 2px solid #e1e1e1;
}



/**********


	TABS


**********/
.nav-tabs {
	border-bottom: 2px solid #e1e1e1;
}
.nav-tabs>li {
	margin-bottom: -2px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #738F9D;
	border: 2px solid #e1e1e1;
	border-bottom-color: rgba(0, 0, 0, 0);
}
.nav-tabs>li>a:hover {
	border-color: #fafafa;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: #fafafa;
}
.tab-content {
	margin-top: 24px;
}



/**********


	OWL CAROUSEL


**********/
.owl-carousel {
	position: initial;
}
.owl-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.owl-theme .owl-controls {
	margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
	width: 18px;
	height: 18px;
	background: #fff;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #49c0f4;
}
.blue .owl-theme .owl-controls .owl-page span {
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	background: none;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.blue .owl-theme .owl-controls .owl-page.active span, .blue .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff;
}
.white .owl-theme .owl-controls .owl-page span, .light .owl-theme .owl-controls .owl-page span {
	width: 18px;
	height: 18px;
	border: 3px solid #49c0f4;
	background: none;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.white .owl-theme .owl-controls .owl-page.active span, .light .owl-theme .owl-controls .owl-page.active span, .white .owl-theme .owl-controls.clickable .owl-page:hover span, .light .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #49c0f4;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	background: none;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	border: 5px solid #fff;
	border-radius: 100%;
	padding: 12px;
	display: inline-block;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	color: #49c0f4;
	border: 5px solid #49c0f4;
}
.white .owl-theme .owl-controls .owl-buttons div, .light .owl-theme .owl-controls .owl-buttons div {
	color: #c9c9c9;
	border-color: #c9c9c9;
}
.white .owl-theme .owl-controls .owl-buttons div:hover, .light .owl-theme .owl-controls .owl-buttons div:hover {
	color: #49c0f4;
	border-color: #49c0f4;
}
.owl-theme .owl-controls .owl-buttons div i {
	font-size: 24px;
	width: 24px;
	display: inline-block;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 124px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 124px;
}
.image-slider img {
	border-radius: 6px;
}
@media all and (max-width: 768px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: 12px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 12px;
	}
	.owl-theme .owl-controls .owl-buttons div {
		font-size: 10px;
		line-height: 12px;
		border-width: 2px;
		padding: 6px;
	}
	.owl-theme .owl-controls .owl-buttons div:hover {
		border-width: 2px;
	}
	.image-slider {
		margin-bottom: 24px;
	}
}



/**********


	HEADER


**********/
.logo {
	float: left;
	line-height: 84px;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.primary-nav.animate-children .logo {
	line-height: 60px;
	-o-transform: scale(.75);
	-ms-transform: scale(.75);
	-moz-transform: scale(.75);
	-webkit-transform: scale(.75);
	transform: scale(.75);
}
.primary-nav {
	position: relative;
	background-color: #eee;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
	z-index: 11;
}
.primary-nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.primary-nav nav {
	float: right;
}
.primary-nav ul {
	margin: 0;
	width: auto;
	max-width: 100%;
}
.primary-nav li {
	display: inline-block;
}
.primary-nav li a {
	color: #A9A9A9;
	background: none;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 24px;
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	transition: padding 0.2s;
}
.primary-nav li a:hover {
	color: #49C0F4;
	background: none;
}
.primary-nav li.active a, .primary-nav li.active a:hover {
	color: #49C0F4;
	background: none;
}
.primary-nav.animate-children {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.primary-nav.animate-children li a {
	padding: 12px;
}
.has-top-margin {
	
}
@media only screen and (min-width: 1170px) {
	.has-top-margin {
		-webkit-animation: animate-margin-top 0.3s;
		-moz-animation: animate-margin-top 0.3s;
		animation: animate-margin-top 0.3s;
		margin-top: 70px;
	}
}
@-webkit-keyframes animate-margin-top {
	0% {
		margin-top: 100px;
	}

	100% {
		margin-top: 70px;
	}
}
@-moz-keyframes animate-margin-top {
	0% {
		margin-top: 100px;
	}

	100% {
		margin-top: 70px;
	}
}
@keyframes animate-margin-top {
	0% {
		margin-top: 100px;
	}

	100% {
		margin-top: 70px;
	}
}
@media all and (max-width: 768px) {
	.primary-navigation {
		display: none;
	}
}#rwd-nav ul {
	position: fixed;
	width: 90%;
	max-width: 400px;
	right: 12px;
	bottom: 12px;
	border-radius: 0.25em;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background: #eee;
	visibility: hidden;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	list-style: none;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
	transition: transform 0.3s, visibility 0s 0.3s;
}
#rwd-nav ul li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#rwd-nav ul.is-visible {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	transition: transform 0.3s, visibility 0s 0s;
}
#rwd-nav li a {
	display: block;
	padding: 6px 0;
	color: #A9A9A9;
}
#rwd-nav li a:hover {
	color: #49C0F4;
}
#rwd-nav li:last-child a {
	border-bottom: none;
}
.rwd-nav-trigger {
	position: fixed;
	bottom: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
	background: #738F9D;
	border-radius: 0.25em;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 12;
	cursor: pointer;
	opacity: .75;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}
.rwd-nav-trigger:hover {
	opacity: 1;
}
.rwd-nav-trigger span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.rwd-nav-trigger span::before, .rwd-nav-trigger span::after {
	content: '';
	position: absolute;
	left: 0;
	background: inherit;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, background 0s;
	-moz-transition: -moz-transform 0.3s, background 0s;
	transition: transform 0.3s, background 0s;
}
.rwd-nav-trigger span::before {
	top: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.rwd-nav-trigger span::after {
	bottom: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.rwd-nav-trigger.menu-is-open {
	box-shadow: none;
	border-radius: 0 0 0.25em 0;
}
.rwd-nav-trigger.menu-is-open span {
	background: rgba(255, 255, 255, 0);
}
.rwd-nav-trigger.menu-is-open span::before, .rwd-nav-trigger.menu-is-open span::after {
	background: #fff;
}
.rwd-nav-trigger.menu-is-open span::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.rwd-nav-trigger.menu-is-open span::after {
	bottom: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
@media all and (min-width: 769px) {
	.rwd-nav-trigger {
		display: none;
	}
}



/**********


	ICONS


**********/
.icon-blue {
	color: #49c0f4;
	border-color: #49c0f4;
}
.icon-purple {
	color: #d971f2;
	border-color: #d971f2;
}
.icon-green {
	color: #65be3e;
	border-color: #65be3e;
}
.icon-white {
	color: #f2f2f2;
}
.service-icon {
	font-size: 72px;
}
.small-icon {
	float: left;
	line-height: 48px;
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-right: 12px;
}
.big-icon {
	font-size: 48px;
}
.large-icon {
	font-size: 96px;
}
.inline-icon {
	margin-right: 12px;
}
.inline-icon.right {
	margin-left: 12px;
	margin-right: 0;
}
.list-icon {
	margin-right: 12px;
}



/**********


	SECTIONS


**********/
.section {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.section-inner {
	padding: 48px 12px;
	position: relative;
}
.transparent .section-inner {
	padding: 120px 12px;
}
.no-padding-bottom .section-inner {
	padding-bottom: 0;
}
.full-width .section-inner {
	padding-left: 0;
	padding-right: 0;
}
.white .section-inner {
	background: #fff;
}
.white.transparent .section-inner {
	background: rgba(255, 255, 255, 0);
}
.light .section-inner {
	background: #f2f2f2;
}
.light.transparent .section-inner {
	background: rgba(242, 242, 242, 0.5);
}
.dark .section-inner {
	background: #254254;
	color: #fff;
}
.dark.transparent .section-inner {
	background: rgba(51, 65, 72, .75);
}
.blue .section-inner {
	background: #49c0f4;
	color: #fff;
}
.blue.transparent .section-inner {
	background: rgba(73,192,244,.75);
}
.green .section-inner {
	background: #65be3e;
	color: #fff;
}
.green.transparent .section-inner {
	background: rgba(101,190,62,.75);
}
.purple .section-inner {
	background: #d971f2;
	color: #fff;
}
.purple.transparent .section-inner {
	background: rgba(217,113,242,.75);
}
@media all and (max-width: 768px) {
	.transparent .section-inner {
		padding: 48px 12px;
	}
	.section-inner {
		padding: 24px 12px;
	}
	.no-padding-bottom .section-inner {
		padding-bottom: 0;
	}
}



/**********


	SERVICE ELEMENTS


**********/
/* SERVICE ICON LEFT*/
.service-left .service-icon {
	width: 72px;
	float: left;
}
.service-left .service-desc {
	margin-left: 102px;
}
/* SERVICE ICON CENTER */
.service-center {
	text-align: center;
}
.service-center .service-icon {
	margin-bottom: 24px;
}
/* SERVICE CARDS */
.service-card {
	border: 1px solid #dadada;
	border-radius: 12px;
	text-align: center;
	padding: 24px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.service-card h5 {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.service-card .service-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 72px;
	border-radius: 100%;
	background: #49c0f4;
	color: #fff;
	margin-bottom: 24px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.service-card.blue .service-icon {
	background: #49c0f4;
}
.service-card.green .service-icon {
	background: #65be3e;
}
.service-card.purple .service-icon {
	background: #d971f2;
}
.service-card:hover {
	background: #254254;
	color: #738f9d;
}
.service-card:hover h5 {
	color: #49c0f4;
}
.service-card.blue:hover h5 {
	color: #49c0f4;
}
.service-card.green:hover h5 {
	color: #65be3e;
}
.service-card.purple:hover h5 {
	color: #d971f2;
}
.service-card:hover .service-icon {
	background: #37566a;
	color: #49c0f4;
}
.service-card.blue:hover .service-icon {
	color: #49c0f4;
}
.service-card.green:hover .service-icon {
	color: #65be3e;
}
.service-card.purple:hover .service-icon {
	color: #d971f2;
}
@media all and (max-width: 768px) {
	.service-left .service-icon {
		float: none;
		margin-bottom: 12px;
	}
	.service-left .service-desc {
		margin-left: 0;
	}
	.service-card {
		margin-bottom: 24px;
	}
}



/**********


	CALL TO ACTION


**********/
.cta .section-inner {
	padding: 96px 12px;
}
.cta-heading {
	margin-top: 0;
	margin-bottom: 48px;
	text-transform: none;
}
.cta p {
	margin-bottom: 48px;
}



/**********


	PRICING TABLES


**********/
.pricing-tables {
	margin-top: 96px;
	margin-bottom: 96px;
}
.pricing-table {
	border: 1px solid #dadada;
	border-radius: 12px;
	background: #fff;
	padding: 0;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
}
.pricing-table.featured {
	webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 9;
}
.pricing-table-header {
	padding: 24px;
	border-radius: 12px 12px 0 0;
	background: #f1f1f1;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.featured .pricing-table-header {
	background: #49c0f4;
}
.blue.featured .pricing-table-header {
	background: #49c0f4;
}
.green.featured .pricing-table-header {
	background: #65be3e;
}
.purple.featured .pricing-table-header {
	background: #d971f2;
}
.pricing-table-header h3 {
	margin-top: 12px;
}
.blue .pricing-table-header h3 {
	color: #49c0f4;
}
.purple .pricing-table-header h3 {
	color: #d971f2;
}
.green .pricing-table-header h3 {
	color: #65be3e;
}
.featured .pricing-table-header h3 {
	color: #fff;
}
.pricing-table-price {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: #49c0f4;
	position: absolute;
	bottom: -60px;
	left: 50%;
	color: #fff;
	font-size: 36px;
	border-radius: 100%;
	webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.blue .pricing-table-price {
	background: #49c0f4;
}
.green .pricing-table-price {
	background: #65be3e;
}
.purple .pricing-table-price {
	background: #d971f2;
}
.pricing-table-price-border {
	display: inline-block;
	width: 144px;
	height: 144px;
	background: rgba(255,255,255,.5);
	position: absolute;
	bottom: -72px;
	left: 50%;
	border-radius: 100%;
	webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pricing-table-info {
	padding: 24px;
	padding-top: 72px;
	border-radius: 0 0 12px 12px;
}
.pricing-table-info i {
	margin-right: 6px;
	font-size: 24px;
}
@media all and (max-width: 768px) {
	.pricing-tables {
		margin-top: 0;
		margin-bottom: 0;
	}
	.pricing-table {
		margin-bottom: 48px;
	}
	.pricing-table-header h3 {
		margin-bottom: 48px;
	}
	.pricing-table.featured {
		webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}



/**********


	TEAM


**********/
.team-member {
	text-align: center;
	width: 260px;
	margin: 0 12.5px;
	margin-bottom: 24px;
}
.team-boxes .team-member {
	background: rgba(37,66,84,.75);
	color: #fff;
	border-radius: 6px 6px 0 0;
}
.team-boxes .team-name {
	padding: 24px;
	position: relative;
}
.team-boxes .team-social {
	background: rgba(37,66,84,.35);
	font-size: 24px;
	line-height: 48px;
}
.team-boxes .team-social a {
	padding: 8px 8px;
	color: #fff;
}
.team-boxes .team-social a:hover {
	color: #fff;
	background: #49c0f4;
}
.team-boxes .role {
	margin-bottom: 0;
}
.team-boxes img {
	border-radius: 100%;
	margin-bottom: 24px;
	border: 2px solid #738f9d;
}
.team-boxes .team-desc {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background: #254254;
	color: #738f9d;
	padding: 12px 24px;
	text-align: left;
	opacity: 0;
	border-radius: 6px 6px 0 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.team-boxes .team-name:hover .team-desc {
	opacity: 1;
}
.team-boxes .team-desc .name {
	margin-bottom: 0;
}
.team-boxes .team-desc .role {
	margin-bottom: 12px;
	font-size: 16px;
}
@media all and (max-width: 768px) {
	.team-member {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}



/**********


	CLIENTS


**********/
.client-slider img {
	opacity: .5;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.client-slider img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}



/**********


	FEATURES


**********/
.feature-heading {
	margin-bottom: 36px;
}
.center-feature {
	width: 600px;
	max-width: 100%;
}
.feature-img {
	padding: 0 48px;
}
.center-feature .feature-img {
	padding: 0;
	margin: 48px 0;
}
.img-banner {
	position: relative;
}
.img-banner div {
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 150px 150px 0;
	border-color: transparent #49c0f4 transparent transparent;
}
.img-banner span {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #fff;
	font-size: 24px;
}
@media all and (max-width: 768px) {
	.feature-img {
		padding: 24px 0;
	}
}



/**********


	TESTIMONIALS


**********/
.testimonial-slider {
	margin-top: 24px;
}
.testimonial, .jumbotron .testimonial {
	font-style: italic;
	margin-bottom: 24px;
	font-size: 24px;
}
.author {
	font-size: 18px;
}
.author span {
	color: #254254;
	margin-left: 24px;
}
.author-img {
	border-radius: 100%;
	margin-right: 24px;
	border: 2px solid #738f9d;
}
.testimonial-detail-slider .author-img {
	margin-right: 0;
	margin-bottom: 24px;
	border: 2px solid #49c0f4;
}
.testimonial-detail-slider {
	font-size: 18px;
}
.testimonial-detail-slider h5 {
	margin: 0;
}
@media all and (max-width: 768px) {	
	.author {
		margin-bottom: 24px;
	}
	.author-img {
		display: block;
	}
}



/**********


	FOOTER


**********/
.social-icons {
	margin-top: 48px;
	margin-bottom: 48px;
}
.social-icon {
	font-size: 36px;
	margin-bottom: 12px;
	margin-right: 6px;
	margin-left: 6px;
}
.copyright {
	margin-top: 24px;
	margin-bottom: 0;
}