footer{
	bottom: 0px;
}
.section {
	height: 100%
}
.container {
	width: 100%;
	margin: 0 auto;
	max-width: 100%
}
#intro-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	background: #7697cc;
	background: -webkit-linear-gradient(top, #7697cc 0, #0a1d3f 100%);
	background: linear-gradient(to bottom, #7697cc 0, #0a1d3f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7697cc', endColorstr='#0a1d3f', GradientType=0);
	min-height: 100px
}
.bg-animation-container {
	width: 100%;
	height: 400px;
	background: url(../images/bg-elements/bg-london.png) center bottom no-repeat;
	background-size: auto 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0
}
.bg-animation .holder {
	width: 10px;
	height: 10px;
	margin: 0 auto;
	position: relative
}
.bg-animation .wheel {
	width: 355px;
	height: 355px;
	background: url(../images/bg-elements/wheel.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -992px;
	top: -76px;
	-webkit-animation: spin 40s linear infinite;
	animation: spin 40s linear infinite
}
.bg-animation .wheel-light {
	width: 36px;
	height: 36px;
	background: url(../images/bg-elements/beam-blue.png) center no-repeat;
	position: absolute
}
.bg-animation .wheel-light1 {
	left: 159px;
	top: -12px
}
.bg-animation .wheel-light2 {
	right: 13px;
	top: 74px
}
.bg-animation .wheel-light3 {
	right: 14px;
	top: 245px
}
.bg-animation .wheel-light4 {
	left: 157px;
	bottom: -14px
}
.bg-animation .wheel-light5 {
	left: 10px;
	top: 243px
}
.bg-animation .wheel-light6 {
	left: 11px;
	top: 72px
}
.bg-animation .light {
	width: 28px;
	height: 28px;
	background: url(../images/bg-elements/beam-yellow.png) center no-repeat;
	position: absolute
}
.bg-animation .light.light1 {
	left: -282px;
	top: 285px
}
.bg-animation .light.light2 {
	right: -723px;
	top: 334px
}
.bg-animation .light.light3 {
	right: -823px;
	top: 288px
}
.bg-animation .light.red-light {
	background: url(../images/bg-elements/beam-red.png) center no-repeat;
	right: -313px;
	top: -15px;
	-webkit-animation: beam 1s linear infinite;
	animation: beam 1s linear infinite
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes beam {
	10%, 80% {
		opacity: .1;
		filter: alpha(opacity=10)
	}
	90% {
		opacity: 1;
		filter: alpha(opacity=100)
	}
}
@keyframes beam {
	10%, 80% {
		opacity: .1;
		filter: alpha(opacity=10)
	}
	90% {
		opacity: 1;
		filter: alpha(opacity=100)
	}
}
.mobile-frame .slider {
	width: 100%;
	height: 100%;
	background: url(../images/app-images/app-back-screen.jpg) left no-repeat #000;
	background-size: 100% auto;
	overflow: hidden;
	padding: 32% 10.5% 27%;
	box-sizing: border-box;
	position: relative
}
.mobile-frame {
	width: 204px;
	height: 415px;
	padding: 49px 13px;
	top: 0;
	left: 0;
	position: absolute
}
.success-stories {
	border: 2px solid #b2bed0;
	margin: 119px 0;
	padding: 114px 40px 118px;
	position: relative
}
.success-stories h1 {
	color: #4c525a;
	font-weight: 500;
	font-size: 29px
}
.success-stories p {
	color: #8492a6;
	font-size: 24px;
	text-align: left;
	line-height: 30px;
	width: 43%;
	margin-top: 25px
}
.success-stories a {
	color: #fc732b;
	padding-top: 25px;
	display: block;
	font-size: 18px;
	font-weight: 500
}
.success-stories a:hover {
	border-bottom: 2px solid #fc732b
}
.success-story-image {
	top: -95px;
	position: absolute;
	right: -88px;
	background: #fff
}
.success-story-image img {
	width: 538px;
	max-width: 100%
}
@media screen and (max-width: 1679px) {
	.section1-content {
		top: 100px
	}
	.section1-content .intro-text {
		font-size: 14px
	}
	.bg-animation-container {
		height: 270px;
		background-size: auto 270px
	}
	.bg-animation .wheel {
		width: 250px;
		height: 250px;
		left: -673px;
		top: -57px
	}
	.bg-animation .wheel-light1 {
		left: 106px;
		top: -14px
	}
	.bg-animation .wheel-light2 {
		right: -8px;
		top: 74px
	}
	.bg-animation .wheel-light3 {
		right: 24px;
		top: 191px
	}
	.bg-animation .wheel-light4 {
		left: 106px;
		bottom: -11px
	}
	.bg-animation .wheel-light5 {
		left: 22px;
		top: 191px
	}
	.bg-animation .wheel-light6 {
		left: -10px;
		top: 75px
	}
	.bg-animation .light.light1 {
		left: -194px;
		top: 190px
	}
	.bg-animation .light.light2 {
		right: -492px;
		top: 222px
	}
	.bg-animation .light.light3 {
		right: -559px;
		top: 190px
	}
	.bg-animation .light.red-light {
		right: -214px;
		top: -15px
	}
	.prototype-frame {
		width: 204px;
		height: 415px;
		margin-left: -102px
	}
	#about-section {
		background-size: 230px;
		background-position: center bottom
	}
	#about-section .about-text {
		width: 500px;
		font-size: 24px;
		margin-left: 100px;
		padding-top: 80px
	}
	#about-section .subscription-box {
		margin-right: 75px
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.section1-content {
		top: 170px
	}
	.section1-content .intro-text {
		font-size: 16px
	}
	.mobile-frame {
		height: 570px;
		margin-left: -140px;
		padding: 65px 16px;
		width: 280px
	}
	#about-section .about-text {
		float: none;
		padding-top: 0;
		margin: 0 50px;
		width: auto
	}
	#about-section .subscription-box {
		margin: 0 auto;
		float: none
	}
	#features-section .feature-box.feature1 {
		left: auto;
		top: -200px;
		right: 0;
		width: 240px;
		height: 310px
	}
	#features-section .feature-box.feature1 .image {
		position: static;
		height: auto;
		text-align: center;
		overflow: hidden
	}
	#features-section .feature-box.feature1 .image img {
		margin-top: -35px
	}
	#features-section .feature-box.feature1 .feature-content {
		text-align: left;
		margin: 0;
		padding-top: 0
	}
	#features-section .feature-box.feature1 .feature-content p {
		margin-left: 0
	}
	#features-section .feature-box.feature2 {
		top: -195px;
		left: 0
	}
	#features-section .feature-box.feature3 {
		bottom: auto;
		top: -220px;
		left: 245px;
		right: auto;
		width: 190px;
		height: 250px
	}
	#features-section .feature-box.feature3 .date-box {
		float: none;
		width: auto;
		height: auto;
		border-radius: 10px 10px 0 0;
		margin: 0;
		padding: 20px
	}
	#features-section .feature-box.feature4 {
		bottom: -155px
	}
	#features-section .feature-box.feature5 {
		bottom: -195px;
		right: 40px
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.section1-content {
		top: 125px
	}
	.mobile-frame {
		height: 420px;
		padding: 51px 13px;
		width: 205px
	}
	#about-section .subscription-box {
		margin-right: 30px
	}
	#about-section .about-text {
		margin-left: 40px;
		padding-top: 80px
	}
	#features-section .feature-box.feature4 {
		height: 220px;
		width: 270px;
		left: 280px
	}
	#features-section .feature-box.feature3 {
		left: -140px
	}
	#features-section .feature-box.feature5 {
		right: -140px
	}
}
@media screen and (max-width: 767px) {
	.bg-animation .light,
	.section-placeholder {
		display: none
	}
	.section {
		min-height: 100%
	}
	#about-section {
		background-image: none
	}
	.section1-content {
		position: static;
		margin: 170px 0 30px;
		width: auto;
		padding: 0 50px
	}
	.bg-animation-container {
		height: 240px;
		background-size: auto 100%;
		background-position: -300px bottom
	}
	.bg-animation .holder {
		width: 100%
	}
	.bg-animation .wheel {
		left: 4px;
		top: -65px
	}
}
@media screen and (max-width: 479px) {
	header .coming-soon,
	header .logo {
		float: none;
		text-align: center
	}
	header .logo img {
		display: inline-block
	}
	header .coming-soon {
		margin-top: 20px
	}
	.section1-content {
		margin-top: 240px
	}
	#features-section .feature-box.feature1 .image img {
		margin-top: 0
	}
	#about-section .subscription-box {
		width: auto;
		margin: 0 20px
	}
	#features-section .feature-box.feature3 .date-box,
	#features-section .feature-box.feature3 .feature-content {
		width: 100%;
		float: none
	}
	#features-section .feature-box.feature3 .date-box .date span {
		display: inline-block;
		font-size: inherit
	}
	#features-section .feature-box.feature5 .image {
		width: 100%!important;
		float: none
	}
	#features-section .feature-box.feature5 .image img {
		width: 100%
	}
	#features-section .feature-box.feature5 .feature-content {
		width: 100%;
		float: none
	}
	footer {
		padding: 30px 0;
		text-align: center;
		height: auto
	}
	footer .left,
	footer .right {
		float: none;
		margin: 0 0 15px
	}
	footer .social-links {
		margin: 0
	}
}
@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	*,
	:after,
	:before {
		background: 0 0!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href)")"
	}
	abbr[title]:after {
		content: " (" attr(title)")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}
.dmca-text {
	margin-left: 10px;
}
body,
html {
	font-family: FaktProSoft, sans-serif;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.1
}
.text hr {
	width: 18px;
	border: 3px solid #fff;
	float: left;
	border-radius: 4px
}
.homescreen-content {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}
.text,
.text_outer {
	position: absolute
}
.text {
	font-weight: 300
}
.text_outer {
	width: 300px;
	font-size: 31px;
	left: 50%;
	top: 54%;
	margin: -30px 0 0 -150px;
	color: #fff
}
.start_project p {
	cursor: pointer;
	padding-top: 8em;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #000
}
.text span {
	cursor: pointer
}
.text span.hover1 {
	color: #fff;
	font-weight: 300;
	font-size: 31px
}
.text span.hover2 {
	font-size: 34px;
	font-weight: 500;
	color: #fff
}
.text p {
	padding-top: 84px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #000
}
.circle-container {
	width: 550px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -220px auto 0 -275px;
	-webkit-animation: scale-circle 1s linear 1;
	animation: scale-circle 1s linear 1
}
.circle,
.circle div {
	width: 100%;
	height: 100%;
	position: absolute
}
.circle {
	-webkit-transition: all .5s;
	transition: all 1s
}
.circle div {
	border-radius: 50%;
	background: 0 0;
	border: 1px solid #000;
	-webkit-animation: translate-circles 3s infinite;
	animation: translate-circles 3s infinite;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in
}
.circle1 div {
	left: -5%;
	line-height: 1.3em;
	top: -3%;
	-webkit-animation: circle-rotate 10s linear infinite;
	animation: circle-rotate 10s linear infinite
}
.circle2 div {
	left: -4%;
	top: -6%;
	-webkit-animation: circle-rotate 7s linear infinite;
	animation: circle-rotate 7s linear infinite
}
.circle3 div {
	left: 1%;
	top: 5%;
	-webkit-animation: circle-rotate 7.3s linear infinite;
	animation: circle-rotate 7.3s linear infinite
}
.circle4 div {
	left: -5%;
	top: 4%;
	-webkit-animation: circle-rotate 6s linear infinite;
	animation: circle-rotate 6s linear infinite
}
.circle5 div {
	left: -5%;
	top: -3%;
	-webkit-animation: circle-rotate 7.5s linear infinite;
	animation: circle-rotate 7.5s linear infinite
}
.circle6 div {
	left: 3%;
	top: -2%;
	-webkit-animation: circle-rotate 6.7s linear infinite;
	animation: circle-rotate 6.7s linear infinite
}
.circle7 div {
	left: 0;
	top: 0;
	-webkit-animation: circle-rotate 8.5s linear infinite;
	animation: circle-rotate 8.5s linear infinite
}
.circle8 div {
	left: -1%;
	top: 3%;
	-webkit-animation: circle-rotate 5.2s linear infinite;
	animation: circle-rotate 5.2s linear infinite
}
.circle9 div {
	left: -7%;
	top: 5%;
	-webkit-animation: circle-rotate 6.3s linear infinite;
	animation: circle-rotate 6.3s linear infinite
}
.circle10 div {
	left: 3%;
	top: 0;
	-webkit-animation: circle-rotate 5.6s linear infinite;
	animation: circle-rotate 5.6s linear infinite
}
.circle11 div {
	left: 3%;
	top: -2%;
	-webkit-animation: circle-rotate 7s linear infinite;
	animation: circle-rotate 7s linear infinite
}
.circle12 div {
	left: -1%;
	top: -2%;
	-webkit-animation: circle-rotate 9.9s linear infinite;
	animation: circle-rotate 9.9s linear infinite
}
.circle13 div {
	left: -2%;
	top: 1%;
	-webkit-animation: circle-rotate 10.2s linear infinite;
	animation: circle-rotate 10.2s linear infinite
}
.circle14 div {
	left: 3.5%;
	top: 6%;
	-webkit-animation: circle-rotate 4.9s linear infinite;
	animation: circle-rotate 4.9s linear infinite
}
.circle15 div {
	left: -3%;
	top: -1%;
	-webkit-animation: circle-rotate 7.3s linear infinite;
	animation: circle-rotate 7.3s linear infinite
}
.circle-container.expand .circle2 {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.circle-container.expand .circle3 {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.circle-container.expand .circle4 {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}
.circle-container.expand .circle5 {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5)
}
.circle-container.expand .circle6 {
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8)
}
.circle-container.expand .circle7 {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}
.circle-container.expand .circle8 {
	-webkit-transform: scale(2.2);
	-ms-transform: scale(2.2);
	transform: scale(2.2)
}
.circle-container.expand .circle9 {
	-webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5)
}
.circle-container.expand .circle10 {
	-webkit-transform: scale(2.6);
	-ms-transform: scale(2.6);
	transform: scale(2.6)
}
.circle-container.expand .circle11 {
	-webkit-transform: scale(2.7);
	-ms-transform: scale(2.7);
	transform: scale(2.7)
}
.circle-container.expand .circle12 {
	-webkit-transform: scale(2.9);
	-ms-transform: scale(2.9);
	transform: scale(2.9)
}
.circle-container.expand .circle13 {
	-webkit-transform: scale(3.1);
	-ms-transform: scale(3.1);
	transform: scale(3.1)
}
.circle-container.expand .circle14 {
	-webkit-transform: scale(3.25);
	-ms-transform: scale(3.25);
	transform: scale(3.25)
}
.circle-container.expand .circle15 {
	-webkit-transform: scale(3.4);
	-ms-transform: scale(3.4);
	transform: scale(3.4)
}
.circle-container.compress .circle div {
	left: 0!important;
	top: 0!important
}
.circle.extended-time {
	transition: all 1.5s ease-out
}
@keyframes scale-circle {
	0% {
		transform: scale(4);
		opacity: 1
	}
	100% {
		transform: scale(1);
		opacity: 1
	}
}
@-webkit-keyframes circle-rotate {
	0% {
		-webkit-transform: rotate(0) translate(-20px) rotate(0) scale(1);
		transform: rotate(0) translate(-20px) rotate(0) scale(1)
	}
	100% {
		-webkit-transform: rotate(360deg) translate(-20px) rotate(-360deg) scale(1);
		transform: rotate(360deg) translate(-20px) rotate(-360deg) scale(1)
	}
}
@keyframes circle-rotate {
	0% {
		-webkit-transform: rotate(0) translate(-20px) rotate(0) scale(1);
		transform: rotate(0) translate(-20px) rotate(0) scale(1)
	}
	100% {
		-webkit-transform: rotate(360deg) translate(-20px) rotate(-360deg) scale(1);
		transform: rotate(360deg) translate(-20px) rotate(-360deg) scale(1)
	}
}
.services {
	margin-bottom: 50px
}
.section-header {
	text-align: center;
	margin-bottom: 2em
}
.services-graphic-outer {
	height: 900px;
	position: relative
}
.triangle-outer {
	width: 500px;
	height: 430px;
	position: absolute;
	left: 50%;
	top: 44%;
	margin: -215px 0 0 -250px
}
.base-triangle {
	border-bottom: solid 430px #f1f1f2;
	border-right: solid transparent 250px;
	border-left: solid transparent 250px;
	height: 1px;
	width: 1px;
	position: absolute
}
.traingle-sticks-holder {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 288px;
	margin: -2px 0 0 -2px;
	background: #000
}
.triangle-stick {
	width: 5px;
	height: 300px;
	background: #48c1c5;
	position: absolute;
	bottom: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}
.triangle-stick:before {
	content: " ";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #48c1c5;
	position: absolute;
	top: -4px;
	left: -4px
}
.main-circle,
.main-circle .circle {
	width: 250px;
	height: 250px;
	position: absolute
}
.triangle-stick.yellow,
.triangle-stick.yellow:before {
	background: #fc6
}
.triangle-stick.green,
.triangle-stick.green:before {
	background: #48c1c5
}
.triangle-stick.red,
.triangle-stick.red:before {
	background: #e26749
}
.triangle-stick.stick1 {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.triangle-stick.stick2 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}
.triangle-stick.stick3 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}
.triangle-stick.stick4 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.triangle-stick.stick5 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}
.triangle-stick.stick6 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}
.main-circle {
	left: 125px;
	top: 161px;
	box-sizing: border-box;
	z-index: 5;
	opacity: 1;
	filter: alpha(opacity=100)
}
.main-circle .circle {
	border: 0 solid #fff;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: -125px 0 0 -125px;
	box-shadow: 0 0 0 transparent;
	-webkit-transition: all .3s .5s;
	transition: all .3s .5s
}
.main-circle .circle span:first-child {
	display: block;
	border-radius: 50%;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	border: 15px solid #6298ce;
	border-right: solid 15px transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	-webkit-animation: rotate-clockwise 4s linear infinite;
	animation: rotate-clockwise 4s linear infinite;
	-webkit-transition: all .3s .5s;
	transition: all .3s .5s
}
.main-circle .circle span:last-child {
	display: block;
	border-radius: 50%;
	box-sizing: border-box;
	width: 230px;
	height: 230px;
	border: 4px solid transparent;
	border-right: solid 4px #9fc0e1;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -115px 0 0 -115px;
	-webkit-animation: rotate-anticlockwise 4s linear infinite;
	animation: rotate-anticlockwise 4s linear infinite;
	-webkit-transition: all .3s .5s;
	transition: all .3s .5s
}
.main-circle .circle h2 {
	text-align: center;
	text-transform: lowercase;
	margin: 100px 0 0
}
.main-circle:hover .circle {
	width: 380px;
	height: 380px;
	margin: -190px 0 0 -190px;
	box-shadow: 0 0 20px transparent;
	border: 5px solid #455689;
	-webkit-transition: all .3s;
	transition: all .3s
}
.main-circle:hover .circle span {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s;
	transition: all .3s
}
.main-circle .service-content {
	text-align: center;
	position: absolute;
	width: 260px;
	top: 30px;
	left: 50%;
	margin-left: -130px
}
.main-circle .service-content h2 {
	position: absolute;
	width: 100%;
	font-size: 2.07em;
	top: 70px;
	text-transform: uppercase;
	-webkit-transition: all .5s .3s;
	transition: all .5s .3s;
	font-weight: 500;
	color: #455689
}
.service-circle,
.service-circle .circle {
	width: 126px;
	height: 126px;
	position: absolute
}
.main-circle .service-content p {
	margin: 0 0 1em;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s 0s ease-out;
	transition: all .5s 0s ease-out
}
.main-circle .service-content ul {
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
	font-size: 1.28em;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s 0s ease-out;
	transition: all .5s 0s ease-out;
	line-height: 1.5
}
.main-circle .service-content ul a {
	font-weight: 400
}
.main-circle .service-content ul a:hover {
	color: #000
}
.main-circle:hover .service-content h2 {
	top: -20px;
	font-size: 2.42em;
	color: #455689;
	-webkit-transition: all .5s 0s;
	transition: all .5s 0s;
	font-weight: 500
}
.main-circle:hover .service-content p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .5s .3s ease-in;
	transition: all .5s .3s ease-in
}
.main-circle:hover .service-content ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .5s .5s ease-in;
	transition: all .5s .5s ease-in
}
.service-circle {
	-webkit-transition: all .5s .5s;
	transition: all .5s .5s;
	z-index: 1;
	cursor: default
}
.service-circle .circle,
.service-circle .circle div {
	border-radius: 50%;
	-webkit-transition: all .3s ease-out
}
.service-circle .circle {
	background: #fff;
	box-sizing: border-box;
	border: 2px solid #e26749;
	left: 50%;
	top: 50%;
	margin: -63px 0 0 -63px;
	transition: all .3s ease-out
}
.service-circle .circle div,
.service-circle .circle div span {
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	width: 118px;
	height: 118px;
	left: 50%;
	top: 50%;
	margin: -59px 0 0 -59px
}
.service-circle .circle div {
	border: 10px solid #e26749;
	transition: all .3s ease-out
}
.service-circle .circle div span {
	display: block;
	border-radius: 50%;
	background: url(../images/service-circle-triangle-small-red.png) 55% center no-repeat;
	-webkit-animation: rotate-clockwise 3s linear infinite;
	animation: rotate-clockwise 3s linear infinite;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.service-circle.green .circle {
	border: 2px solid #48c1c5
}
.service-circle.green .circle div {
	border: 10px solid #48c1c5
}
.service-circle.green .circle div span {
	background: url(../images/service-circle-triangle-small-green.png) 55% center no-repeat
}
.service-circle.red .circle {
	border: 2px solid #e26749
}
.service-circle.red .circle div {
	border: 10px solid #e26749
}
.service-circle.red .circle div span {
	background: url(../images/service-circle-triangle-small-red.png) 55% center no-repeat
}
.service-circle.yellow .circle {
	border: 2px solid #fc6
}
.service-circle.yellow .circle div {
	border: 10px solid #fc6
}
.service-circle.yellow .circle div span {
	background: url(../images/service-circle-triangle-small-yellow.png) 55% center no-repeat
}
.service-circle.service1 {
	left: 190px;
	top: -90px
}
.service-circle.service2 {
	left: 445px;
	top: 70px
}
.service-circle.service3 {
	left: 445px;
	top: 370px
}
.service-circle.service4 {
	left: 190px;
	top: 515px
}
.service-circle.service5 {
	left: -65px;
	top: 370px
}
.service-circle.service6 {
	left: -65px;
	top: 70px
}
.service-circle .service-content,
.service-circle h3 {
	width: 180px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	text-align: center
}
.service-circle .service-content {
	height: 65px;
	top: 30px;
	z-index: 5
}
.service-circle h3 {
	top: 90px;
	text-transform: uppercase;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s;
	transition: all .2s;
	font-size: 1.3em;
	font-weight: 400
}
.service-circle.service1 h3 {
	top: -90px
}
.service-circle .service-content p {
	font-size: 16px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3;
	transition: all .3
}
.service-circle:hover .circle {
	width: 280px;
	height: 280px;
	margin: -140px 0 0 -140px
}
.service-circle:hover .circle div {
	width: 262px;
	height: 262px;
	margin: -131px 0 0 -131px;
	border-width: 17px
}
.service-circle:hover .circle div span {
	opacity: 0;
	filter: alpha(opacity=0)
}
.service-circle:hover .service-content h3 {
	top: -65px
}
.service-circle:hover .service-content p {
	opacity: 1;
	filter: alpha(opacity=100)
}
.service-circle.pull-in {
	left: 190px;
	top: 225px;
	-webkit-transition: all .7s .2s;
	transition: all .7s .2s
}
@-webkit-keyframes rotate-clockwise {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotate-clockwise {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes rotate-anticlockwise {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}
@keyframes rotate-anticlockwise {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}






.youtube-carousel{
	/* border: 4px solid #e25454; */
  }
  
  .video-container { 
	 position: relative; /* keeps the aspect ratio */ 
	 padding-bottom: 56.25%; /* fine tunes the video positioning */ 
	 padding-top: 60px; overflow: hidden;
	 margin-bottom: -1px;
	 margin-right: -1px;   
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
	position: absolute;  
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
  }
	
  .carousel-control .glyphicon-chevron-left{
	top:35%;
	font-size: 20px;
	left:5%;
	margin: 0;
  }
  
  .carousel-control .glyphicon-chevron-right{
	top:35%;
	font-size: 20px;
	left:33%;
	margin: 0;
  }
  
  .carousel-control.left, .carousel-control.right {
	background-image: none;
	color: #ffffff;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	opacity: 1;
	height:120px;
  }
  
  .controls{
	 display: none;
  }
  
  .carousel-control:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	outline: 0;
	opacity: 0.6;
  }
  
  .left-button {
	height:70px;
	width:35px;
	border-radius: 0 90px 90px 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-moz-border-radius: 0 90px 90px 0;
	-webkit-border-radius: 0 90px 90px 0;
	background-color: #e25454;
	display: inline-block;
	position: relative;
	float:left;
	/*subpixel bug*/
	margin-left: -1px; 
  }
  
  .right-button {
	height:70px;
	width:35px;
	border-radius: 90px 0 0 90px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-moz-border-radius: 90px 0 0 90px;
	-webkit-border-radius: 90px 0 0 90px;
	background-color: #e25454;
	display: inline-block;
	position: relative;
	float:right;
	/*subpixel bug*/
	margin-right: -1px;
  }
  
  
  .carousel-caption {
   display: none;
   background: none repeat scroll 0 0 #e25454;
	bottom: 0;
	font-size: 12px;
	text-align: center;
	opacity: 1;
	padding:7px 30px 7px;
	text-transform: uppercase;
	z-index:11;
	pointer-events:none;
  }
  
  @media screen and (min-width: 768px) {
  .right-button {
	height:120px;
	width:60px;
	border-radius: 90px 0 0 90px;
	-moz-border-radius: 90px 0 0 90px;
	-webkit-border-radius: 90px 0 0 90px;
	display: inline-block;
	position: relative;
	float:right;
  }
  
  .left-button {
	height:120px;
	width:60px;
	border-radius: 0 90px 90px 0;
	-moz-border-radius: 0 90px 90px 0;
	-webkit-border-radius: 0 90px 90px 0;
	display: inline-block;
	position: relative;
	float:left;
  }
  
  .carousel-control .glyphicon-chevron-left{
	top:35%;
	font-size: 35px;
	left:5%;
  }
  
  .carousel-control .glyphicon-chevron-right{
	top:35%;
	font-size: 35px;
	left:35%;
  }
  
  .carousel-caption {
	font-size: 18px;
	padding:15px 20px 15px;
	}
  }
  @media screen and (min-width: 992px) {
   .carousel-caption {
	  font-size: 18px;
	  padding:15px 20px 15px;
	}
  }