@charset "UTF-8";

/*
Theme Name: Lolli
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
*/
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/Raleway-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/Raleway-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('assets/fonts/Raleway-Black.woff2') format('woff2');
}


html {
	height: 100vh;
}

body {
	font: 18px "Raleway", Arial, Sans-serif;
	color: black;
	overflow-y: scroll;
	/*overflow: hidden;*/
}

.teal {
	color: #aaeed7;
}

.purple {
	color: #bfceeb;
}

.pink {
	color: #ebbdca;
}

.cyan {
	color: #abdbe9;
}

.orange {
	color: #ffe349;
}

.italics {
	font-family: "Raleway", Arial, Sans-serif;
}

h2 {
	font: 80px "Raleway", Arial, Sans-serif;
	text-transform: uppercase;
	text-align: center;
}

h2.sub-title {
	font: 18px "Raleway", Arial, Sans-serif;
	text-transform: uppercase;
}

h3 {
	font: 24px "Raleway", Arial, Sans-serif;
	text-transform: uppercase;
	color: white;
}

h4 {
	font: 36px "Raleway", Arial, Sans-serif;
}

p {
	padding-bottom: 20px;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 110px;
	/*background: #fff;*/
	overflow: hidden;
	z-index: 9999;
}

#header h1 {
	position: absolute;
	top: 23px;
	left: 25px;
	cursor: pointer;
	z-index: 4000;
	/*    -moz-transform: translateY(-100px);
			-webkit-transform: translateY(-100px);
			-o-transform: translateY(-100px);
			-ms-transform: translateY(-100px);
			transform: translateY(-100px);*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-indent: -9999px;
}

#header h1 a svg {
	position: absolute;
	top: 0;
	left: 0px;
}

/*.layoutloaded #header h1 {
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}*/

#header h1 .lolli {
	-webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-ms-transition: all 0ms ease;
	-o-transition: all 0ms ease;
	transition: all 0ms ease;
}

#header.white h1 .lolli {
	fill: #fff;
}

#header .navigation {
	position: absolute;
	top: 40px;
	right: 30px;
	width: 35px;
	height: 22px;
	z-index: 4000;
	-moz-transform: translateX(65px);
	-webkit-transform: translateX(65px);
	-o-transform: translateX(65px);
	-ms-transform: translateX(65px);
	transform: translateX(65px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*.layoutloaded #header .navigation {
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}*/

.homepage.layoutloaded #header .navigation {
	-moz-transform: translateX(65px);
	-webkit-transform: translateX(65px);
	-o-transform: translateX(65px);
	-ms-transform: translateX(65px);
	transform: translateX(65px);
}

.homepage.layoutloaded.moved #header .navigation {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

#header .navigation .button {
	width: 35px;
	height: 22px;
	cursor: pointer;
}

#header .navigation span {
	height: 1px;
	background-color: #ff4f58;
	position: absolute;
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#header .navigation .top {
	width: 35px;
	top: 0;
}

#header .navigation .middle {
	width: 28px;
	top: 10px;
}

#header .navigation .bottom {
	width: 15px;
	bottom: 0;
}

#header .navigation .button:hover span {
	width: 100%;
	background-color: #ff4f58;
}

#header .menu {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 3000;
	display: table;
	-webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

#header .menu .background {
	background: #ff4f58;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#header .menu ul {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 5000;
}

#header .menu ul li {
	/*padding-bottom: 60px;*/
}

/*#header .menu ul li:last-child {
			padding-bottom: 0; }*/

#header .menu ul li a {
	font: 48px "Raleway", Arial, Sans-serif;
	text-decoration: none;
	color: white;
	/*background-color: #fff;*/
	display: block;
	padding: 30px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#header .menu ul li a:hover {
	background-color: #fff;
	color: #ff4f58;
}

#header.open {
	height: 100%;
}

#header.open h1 .lolli {
	fill: #FFF;
}

#header.open .menu {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@keyframes animationFrames {
	0% {
		opacity: 0;
		background-color: #fff;
	}

	16.67% {
		opacity: 0;
	}

	33.33% {
		opacity: 1;
		background-color: #fff;
	}

	83.33% {
		opacity: 1;
		background-color: #fff;
	}

	100% {
		opacity: 1;
		background-color: transparent;
	}
}

#header .menu ul li a {
	/*opacity: 0;*/
}

#header.opened .menu ul li a {
	animation: animationFrames linear 1s;
	animation-iteration-count: 1s;
	transform-origin: 50% 50%;
	opacity: 1;
	background-color: transparent;
}

@keyframes animationFrames2 {
	0% {
		opacity: 0;
		background-color: #fff;
	}

	28.57% {
		opacity: 0;
	}

	42.86% {
		opacity: 1;
		background-color: #fff;
	}

	85.71% {
		opacity: 1;
		background-color: #fff;
	}

	100% {
		opacity: 1;
		background-color: transparent;
	}
}

#header.opened .menu ul li:first-child+li a {
	animation: animationFrames2 linear 1.16s;
	animation-iteration-count: 1.16s;
	transform-origin: 50% 50%;
}

@keyframes animationFrames3 {
	0% {
		opacity: 0;
		background-color: #fff;
	}

	37.5% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		background-color: #fff;
	}

	87.5% {
		opacity: 1;
		background-color: #fff;
	}

	100% {
		opacity: 1;
		background-color: transparent;
	}
}

#header.opened .menu ul li:first-child+li+li a {
	animation: animationFrames3 linear 1.33s;
	animation-iteration-count: 1.33s;
	transform-origin: 50% 50%;
}

@keyframes animationFrames4 {
	0% {
		opacity: 0;
		background-color: #fff;
	}

	44.44% {
		opacity: 0;
	}

	55.56% {
		opacity: 1;
		background-color: #fff;
	}

	88.89% {
		opacity: 1;
		background-color: #fff;
	}

	100% {
		opacity: 1;
		background-color: transparent;
	}
}

#header.opened .menu ul li:first-child+li+li+li a {
	animation: animationFrames4 linear 1.5s;
	animation-iteration-count: 1.5s;
	transform-origin: 50% 50%;
}

/*#header .menu ul li:first-child + li a {
			-webkit-transition-delay: 1000ms;  Safari
			transition-delay: 1000ms;
			-webkit-transition: all 1000ms ease;
			-moz-transition: all 1000ms ease;
			-ms-transition: all 1000ms ease;
			-o-transition: all 1000ms ease;
			transition: all 1000ms ease;
	}
	#header .menu ul li:first-child + li + li a{
			-webkit-transition-delay: 1500ms;  Safari
			transition-delay: 1500ms;
			-webkit-transition: all 1500ms ease;
			-moz-transition: all 1500ms ease;
			-ms-transition: all 1500ms ease;
			-o-transition: all 1500ms ease;
			transition: all 1500ms ease;
	}
	#header .menu ul li:first-child + li + li + li a {
			-webkit-transition-delay: 2000ms;  Safari
			transition-delay: 2000ms;
			-webkit-transition: all 2000ms ease;
			-moz-transition: all 2000ms ease;
			-ms-transition: all 2000ms ease;
			-o-transition: all 2000ms ease;
			transition: all 2000ms ease;
	}*/

#header.open .menu ul li a:hover {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
	background-color: #fff;
}

#header.open .navigation span {
	background: white;
}

#header.open .navigation .top {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 13px;
	right: -3px;
}

#header.open .navigation .middle {
	opacity: 0;
}

#header.open .navigation .bottom {
	width: 30px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	bottom: 9px;
	left: 3px;
}

#header.open .navigation .button:hover span {
	background: white;
}

/*#header.open .navigation .button:hover span {
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			background: white; }
	#header.open .navigation .button:hover span.top {
			width: 100%; }
	#header.open .navigation .button:hover span.bottom {
			width: 100%; }*/

#footer {
	width: 100%;
	padding-bottom: 30px;
	height: 180px;
}

#footer p.slogan {
	color: #000;
	font-size: 60px;
	font-weight: 200;
	font-family: Raleway, Roboto, sans-serif;
}

#footer .left {
	position: absolute;
	left: 30px;
}

#footer .left .phone-no {
	font: 24px Roboto, Arial, Sans-serif;
	font-weight: 600;
}

#footer .left a.email {
	font: 18px Roboto, Arial, Sans-serif;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#footer .left a.email:hover {
	color: #ff4f58;
}

#footer .left .copyright {
	color: #8e8b8b;
	font: 14px Roboto, Arial, Sans-serif;
	font-weight: 600;
}

#footer .right {
	position: absolute;
	right: 30px;
}

#footer .right .backtotop {
	position: absolute;
	top: 0;
	right: 0;
}

#footer .right .backtotop img {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#footer .right .backtotop:hover img {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#footer .right .copyright {
	font: 12px "Raleway", Arial, Sans-serif;
	color: #8e8b8b;
	padding-top: 45px;
}

.projects #footer,
.homepage #footer {
	display: none;
}

.homepage #content .home-title {
	display: table;
	width: 100%;
	/*text-align: center;*/
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 100;
	/*    -webkit-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			transition: all 500ms ease;*/
	opacity: 1;
	visibility: visible;
}

.homepage #content .home-title .title-center {
	display: table-cell;
	width: 100%;
	/* background: url('../images/bg.jpg') no-repeat center center; */
	background-size: cover;
	vertical-align: middle;
}

.homepage #content .home-title .title-center h2:first-child {
	padding-bottom: 20px;
	line-height: 60px;
}

.homepage #content .home-title .title-center .sub-title {
	padding-bottom: 45px;
}

.homepage #content .home-title .title-center .text-container {
	width: 50%;
	margin: 0 auto;
}

.homepage #content .home-title .title-center .text-container h4 {
	padding-bottom: 20px;
}

.homepage #content .home-title .scroll-down {
	width: 100px;
	height: 27px;
	position: absolute;
	bottom: 110px;
	left: 50%;
	margin-left: -50px;
	cursor: pointer;
	text-align: center;
}

.homepage #content .home-title .scroll-down img {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.homepage #content .home-title .scroll-down:hover img {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.homepage #content .home-title .scroll-down:hover a.italics {
	height: 20px;
	margin-top: 10px;
}

.homepage #content .home-title.active {
	opacity: 0;
	visibility: hidden;
}

#content .theservices {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	position: absolute;
	top: 0;
	left: 0;
}

#content .theservices .whitebackground {
	height: 100%;
	width: 100%;
	background: white;
	position: absolute;
	top: -50px;
	z-index: 3000;
}

#content .theservices .service.transitdisable {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#content .theservices .service {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	-webkit-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 500ms ease-in-out;
	-moz-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 500ms ease-in-out;
	-ms-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 500ms ease-in-out;
	-o-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 500ms ease-in-out;
	transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 500ms ease-in-out;
}

#content .theservices .service.pop {
	margin-top: -50px;
}

#content .theservices .service.active,
#content .theservices .service.unactive {
	-webkit-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#content .theservices .service .text {
	text-align: left;
	padding: 0 40px;
}

#content .theservices .service h3 {
	font-size: 88px;
	line-height: 30px;
	font-family: Raleway, Roboto, sans-serif;
	margin-bottom: 25px;
}

#content .theservices .service h3,
#content .theservices .service .desc {
	text-transform: uppercase;
	font-weight: 900;
}

/* #content .theservices .service.web h3,
#content .theservices .service.web .desc {
	color: #ffadc4;
}

#content .theservices .service.web sup,
#content .theservices .service.web p {
	color: #58b394;
}

#content .theservices .service.graphic h3,
#content .theservices .service.graphic .desc {
	color: #cdffee;
}

#content .theservices .service.graphic sup,
#content .theservices .service.graphic p {
	color: #4d6eae;
}

#content .theservices .service.branding h3,
#content .theservices .service.branding .desc {
	color: #b4ecf2;
}

#content .theservices .service.branding p,
#content .theservices .service.branding sup {
	color: #c14668;
}

#content .theservices .service.strategy h3,
#content .theservices .service.strategy .desc {
	color: #e5eeff;
}

#content .theservices .service.strategy p,
#content .theservices .service.strategy sup {
	color: #28839e;
} */

#content .theservices .service h3 sup {
	font-size: 24px;
	font-family: Raleway, Roboto, sans-serif;
}

#content .theservices .service .text>div {
	max-width: calc(20vw - 83px);
	margin: 0 auto;
}

#content .theservices .service .desc {
  max-width: 145px;
}

#content .theservices .service p {
	font-family: Raleway, Roboto, sans-serif;
	font-weight: 400;
	width: 100%;
	/*max-width: 310px;*/
	/*max-width: calc(100vw * 0.2333333 - 80px);*/
}

#content .theservices .service .contained {
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	float: left;
	position: relative;
}

#content .theservices .service .contained .details {
	height: 100%;
	width: 100%;
	/*    position: absolute;
			top: 210px;*/
	display: table;
	text-align: center;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	overflow: hidden;
}

#content .theservices .service .contained .details .text {
	height: 100%;
	width: 100%;
	color: black;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	opacity: 1;
}

#content .theservices .service .contained .details .text a {
	position: absolute;
	left: 0;
	display: block;
	text-align: center;
	bottom: 120px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-family: Raleway, Roboto, sans-serif;
	opacity: 0;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

#content .theservices .service.active .contained .details .text a {
	letter-spacing: 2px;
}

#content .theservices .service .contained .details .text ul {
	padding: 0 0 30px 0;
}

#content .theservices .service .contained .details .text ul li {
	padding: 0 0 5px 0;
}

#content .theservices .service .contained .details .text ul li a {
	font: 14px "Raleway", Arial, Sans-serif;
	text-transform: uppercase;
}

#content .theservices .service .contain-tri {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	margin-left: -100px;
	bottom: 50px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

#content .theservices .open {
	width: 70%;
}

#content .theservices .minimize {
	width: 10%;
}

/* #content .theservices .web {
	background: #aaeed7;
} */

#content .theservices .web span.left,
#content .theservices .web span.right {
	width: 1px;
	height: 100%;
	background: white;
	display: block;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

#content .theservices .web .left {
	left: 0;
}

#content .theservices .web .right {
	right: 0;
}

#content .theservices .web .triangle-up {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#content .theservices .web .triangle-up img {
	width: 100%;
}

#content .theservices .whitebackground {
	display: none;
}

#content .theservices .web .whitebackground {
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

#content .theservices .web:hover .left,
#content .theservices .web:hover .right,
#content .theservices .web.open .left,
#content .theservices .web.open .right {
	bottom: 0;
}

#content .theservices .web.open .left,
#content .theservices .web.open .right {
	bottom: 0;
}

/* #content .theservices .graphic {
	background: #bfceeb;
} */

#content .theservices .graphic span.top,
#content .theservices .graphic span.bottom,
#content .theservices .graphic span.left {
	height: 1px;
	width: 100%;
	background: white;
	display: block;
	position: absolute;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

#content .theservices .graphic span.left {
	width: 1px;
	height: 100%;
	left: 0;
}

#content .theservices .graphic span.top {
	top: 0;
}

#content .theservices .graphic span.bottom {
	bottom: 0;
}

#content .theservices .graphic .triangle-side {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
}

#content .theservices .graphic .triangle-side img {
	width: 100%;
}

#content .theservices .graphic .whitebackground {
	-webkit-transition: all 1600ms ease;
	-moz-transition: all 1600ms ease;
	-ms-transition: all 1600ms ease;
	-o-transition: all 1600ms ease;
	transition: all 1600ms ease;
}

/* #content .theservices .branding {
	background: #ffadc4;
} */

#content .theservices .branding span.top,
#content .theservices .branding span.middle,
#content .theservices .branding span.bottom,
#content .theservices .branding span.left {
	height: 1px;
	width: 150px;
	background: white;
	display: block;
	position: absolute;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

#content .theservices .branding span.left {
	width: 1px;
	height: 100%;
	left: 0;
}

#content .theservices .branding span.top {
	top: 0;
}

#content .theservices .branding span.middle {
	top: 50%;
}

#content .theservices .branding span.bottom {
	bottom: 0;
}

#content .theservices .branding .tri-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100px;
}

#content .theservices .branding .tri-top img {
	width: 100%;
}

#content .theservices .branding .tri-bot {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 100px;
}

#content .theservices .branding .tri-bot img {
	width: 100%;
}

#content .theservices .branding .whitebackground {
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

/* #content .theservices .strategy {
	background: #8cd6eb;
} */

#content .theservices .strategy span.top,
#content .theservices .strategy span.bottom {
	height: 1px;
	width: 100%;
	background: white;
	display: block;
	position: absolute;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

#content .theservices .strategy span.top {
	top: 0;
}

#content .theservices .strategy span.bottom {
	bottom: 0;
}

#content .theservices .strategy .tri-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}

#content .theservices .strategy .tri-top img {
	width: 100%;
}

#content .theservices .strategy .tri-bot {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
}

#content .theservices .strategy .tri-bot img {
	width: 100%;
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

#content .theservices .strategy .whitebackground {
	-webkit-transition: all 1300ms ease;
	-moz-transition: all 1300ms ease;
	-ms-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
}

#content .theservices {
	height: 100% !important;
}

#content .theservices .service.active {
	width: 30%;
}

#content .theservices .service.unactive {
	width: 23.3333333%;
}

/*# sourceMappingURL=styles.css.map */
