html, body {
	background-color: #fff;
	color: #636b6f;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	height: 100vh;
	margin: 0;
	font-size:14px;
}

body {
    background: transparent;
}

/* LARAVEL PRESET CSS */

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.center {
	align-items: center;
	justify-content: center;
}

.position-ref {
	position: relative;
}

.top-right {
	position: absolute;
	right: 10px;
	top: 18px;
}

.content {
	text-align: center;
}

.title {
	font-size: 84px;
}

/* END LARAVEL PRESET CSS */


/* HEADER */

header {
    padding-top: 20px;
    padding-bottom: 9px;
	background-color:#FFFFFF;
	position:relative;
}

header:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: url('../images/footer.jpg');
	background-size:100%;
    z-index: 999;
}

header .logo {
	width: 222px;
    height: 72px;
	background:url('../images/logo.png');
	display:inline-block;
}

nav {
	float:right;
	margin-top:20px;
}

nav a, nav a:link, nav a:visited {
	color:#000;
}

nav .active a {
	background-image:url(../images/nav-fill.png);
}

nav li {
	display:inline-block;
}

nav > ul > li > a {
	color: #636b6f;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	background:url(../images/nav-gray.png) no-repeat;
	position:relative;
	display:inline-block;
	width:102px;
	height:38px;
	text-align:center;
	padding-top:8px;
	margin-left:10px;
}

nav > ul > li > a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: url(../images/nav-fill.png);
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 0.5s ease;
}

nav li a.dropdown {
	position:relative;
}

nav li a.dropdown:after {
	display:block;
	content:"\e114";
	position:absolute;
	left:50%;
	margin-left:-6px;
	bottom:-20px;
    font-family:'Glyphicons Halflings';
	color:#e2e2e2;
}

nav li:hover a:before {
	width:100%;
}

nav li:hover a {
	text-decoration:none;
}


nav > ul > li > ul {
	position:absolute;
	top:35px;
	z-index:999999;
	padding-left:0px;
	padding-top:36px;
	width:250px;
	left:50%;
	margin-left:-120px;
	overflow:hidden;
}

nav > ul > li {
	position:relative;
}

nav > ul > li > ul li {
	display:block;
}

nav > ul > li > ul li a {
    display: block;
    float: none;
    background: rgb(255, 255, 255);
    padding: 5px;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    color: #000!important;
    font-size: 11.5px;
	position:relative;
}	
 
 
 nav > ul > li > ul li a:after {
	 content:"";
    width: 100%;
    height: 2px;
    background: url(../images/footer.jpg);
    background-size: 100%;
    z-index: 999;
	position:absolute;
	bottom:0px;
	left:0px;
 }
 
 nav > ul > li > ul li a:hover {
    background: #120357;
    color: #fff!important;
 }
 
 nav > ul > li:hover a:after {
	color: #14935c;
}


/* END HEADER */


/* FOOTER */

footer ul li {
	display:inline-block;
}

footer div > ul > li {
	display:inline-block;
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px #fff;
	line-height:12px;
}

footer ul li:last-child, footer ul li.dropdown {
	border-right:none;
}

footer ul li.dropdown {
	float:right;
}
 
footer ul li.dropdown > a {
	width:100%;
    margin: 5px 0px;
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 5px;
}

footer ul li.dropdown > ul > li {
	display:inline-block;
	width:47%;
	vertical-align:top;
	margin-bottom:7px;
}

footer ul {
	padding-left:0px;
}

footer ul li a {
	color:#FFF;
}

footer h5 {
	font-weight:bold;
	margin-bottom:5px;
}

footer .grid.last h5 {
	text-align:right;
	float:right;
	clear:right;
	letter-spacing:1px;
}

footer .grid.last a {
	float:right;
	clear:right;
}

footer .grid.last img {
    width: 125px;
	margin-bottom:10px;
}


/* END FOOTER */


.content {
	margin-top:0px;
}

.inner, .container {
	width:1100px;
	margin:auto;
}

.h1, .h2, .h3, h1, h2, h3 {
	display:inline-block;
	width:100%;
}

.container {
	position:relative;
}

.boxed {
	padding:20px;
	border:solid 1px #DDD;
	margin:10px 0px;
}

.grid a.more {
	float:left;
}

.grid.boxed a.more, .grid.boxed h3 {
	text-align:center;
	float:none;
	margin-top:10px;
}

.grid.boxed h3 {
	display:inline-block;
	position:relative;
	width:auto;
}
.grid.boxed h3:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background: url(../images/footer.jpg);
    background-size: 100%;
    margin-top: 8px;
}

/* ROTATING HEADER */

section.rotate {
	display:block;
	height:540px;
	width:100%;
	position:relative;
	background:url(../images/bg.jpg) center repeat-x;
  padding-top:50px;
  position:relative;
}

section.rotate:after {
	content:"";
	position:absolute;
	width:100%;
	height:144px;
	bottom:0px;
	right:0px;
	background:url(../images/rslant.png) bottom right no-repeat;
	background-size:100%;
}

section.rotate h3 {
    margin-top: 0px;
    position: relative;
    top: -20px;
    margin-bottom: -10px;
}

section.rotate.services {
	background:url(../images/services-bg.jpg) center repeat-x;
	height:400px;
}

section.rotate .left {
	width:40%;
	float:left;
}

div.static {
    display: block;
    text-align: left;
    height: 73px;
    width: 100%;
    font-style: italic;
    position: relative;
    background: url(../images/services-bg.jpg) center repeat-x;
    padding-top: 20px;
    position: relative;
	margin-bottom:40px;
}

div.static b {
	font-size:24px;
	color:#FFF;
	letter-spacing:1px;
	font-weight:normal;
}

.rotate p {
	margin-bottom:15px;
	color:#FFF;
}

.rotate .cta {
	display:block;
	clear:both;
	line-height:normal;
}

.rotate .cta span {
	float:left;
	margin-left:15px;
	color:#FFF;
}

.rotate .cta address {
	display:block;
	clear:both;
}

.rotate .cta .opener {
	color:#FFF;
}

.rotate .cta address a i {
	color:#FFF;
}

.rotate .cta > em {
	float:left;
	clear:both;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	color:#adadad;
}

.cta i {
	font-style:normal;
	position:absolute;
	left:0px;
	top:3px;
	width:100%;
	text-align:center;
}

.cta .opener i {
	top:8px;
}

div.rotating {
	position:relative;
}


/* Rotating CSS */

div.rotating { 
	margin-top:0px;	
}

ul.rotating li {
	display:none;
	position:absolute;
	z-index:5;
	right:0px;
	top:0px;
	list-style:none;
}

.rotating li div h3 {
	color:#50805d;
	font-size:14px;
	font-family:'OpenSans-Bold';
}

ul.rotating li.active { display:block; }

/* End Rotating CSS */

/* END ROTATING HEADER */


article h3 {
	text-align:left;
}

.rotate h3 {
	margin-bottom:20px;
}

article p {
	text-align:justify;
}

.testimonials h6 {
    color: #636b6f;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
	font-style:italic;
}

.cta span {
	font-size:27px;
	color:#120357;
	margin-bottom:5px;
}

.cta span b {
	color:#E7AA3E
}

.cta address a, .opener {
	background:url(../images/cta-fill.png) no-repeat;
	width:329px;
	height:52px;
	display:block;
	font-size:29px;
	color:#383838;
	padding:3px;
	position:relative;
    transition: all 0.5s ease;
	font-weight:normal;
	cursor:pointer;
	z-index:5;
}

address {
	margin-bottom:0px;
}

 .opener {
	background:url(../images/cta-gray.png) no-repeat;
	font-size:27px;
	padding:9px;
	clear:both;
 }

.cta address a:before, .opener:before {
	content:"";
	position:absolute;
	width:0%;
	height:100%;
	background:url(../images/cta-fill-block.png);
	left:0px;
	top:0px;
	z-index:-1;
    transition: all 0.5s ease;
}

.cta address a:hover, .cta address a:focus {
	text-decoration:none;
	color:#FFF;
}

.cta address a:hover:before, .opener:hover:before {
	width:100%;
}

.opener:before {
	background-image:url(../images/cta-fill.png);
	z-index:1;
} 

h1 {
	color:#0e0535;
	font-weight:bold;
	width:auto;
	font-size:32px;
}

h1:after {
	content:"";
	height:2px;
	width:100%;
	display:block;
	background:url(../images/footer.jpg);
	background-size:100%;
	margin-top:8px;
}

.clear {
	clear:both;
}

h3 {
	font-size:17px;
	color:#2C2C2C;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
	font-size: 31px;
	font-weight: bold;
	color: #4c4c4c;
}


/* Pages Overview */
	
section.team-slider, section.testimonials, section.email {
	margin:20px 0px;
	padding:150px 0px;
	position:relative;
}



section.email {
	background:#2f2f2f;
}

section.team-slider {
	text-align:center;
	padding:30px 0px;
	height: 400px;
	margin:80px 0px;
    box-shadow: inset 0 0 8px #c3c3c3;
}

section.team-slider .inner {
	position:relative;
}

section.team-slider > div:nth-child(3) {
	width:33%;
}

section.team-slider > div p {
	color:#2e2e2e;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: justify;
}

section.team-slider h2 {
	margin-top:0px;
}

section.team-slider .item {
	display:inline-block;
	overflow:hidden;
	position:relative;
	margin-right:8px;
	vertical-align:middle;
}

section.team-slider .item img {
	border-radius:100%;
	width:195px;
	height:auto;
}

section.team-slider .item em {
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-15px;
	width:100%;
	text-align:center;
	color:#FFF;
}

section.team-slider span.seperator {
	display:inline-block;
	margin-right:8px;
	background:url(../images/team-spr.jpg);
	width:39px;
	height:2px;
	vertical-align:middle;
}

section.team-slider a.arrow {
	position:absolute;
	top:50%;
	margin-top:35px;
	background:#000;
	color:#FFF;
	width:45px;
	height:35px;
	text-align:center;
	line-height:25px;
	cursor:pointer;
	transition:all 0.3s;
}

section.team-slider a.arrow:hover {
	opacity:0.5;
}

section.team-slider a.arrow.left {
	left:0px;
background: url(../images/arr-left.png);
}

section.team-slider a.arrow.right {
	right:0px;
background: url(../images/arr-right.png);
}

.slider-flow {
	margin: 20px auto auto auto;
	display: block;
	width: 965px;
	overflow:hidden;
}

.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align:left;
	width: 9000px;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 195px;
	height: 195px;
	display: inline-block;
	margin-right:8px;
	text-align: center;

}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
	position:relative;
}

.ch-info {
	position: absolute;
	background: rgba(0,0,0,0.6);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
	top:0px;
	left:0px;
	display:table;
}

.ch-info h3 {
	color: #fff;
	display:table-cell;
	vertical-align:middle;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0 0px;
	padding: 0px 0 0 0;
	height: 140px;
	font-family:'Lato', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	text-align:center;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	transform: scale(1);
	opacity: 1;
}



section.email * {
	color:#FFF;
}

img.mail {
	height:30px;
}
img.web-icon {
	height:50px;
}

section.testimonials:after, section.email:after {
	content: "";
	position: absolute;
	top:-2px;
	left:0px;
	width: 100%;
	height: 144px;
	background: url(../images/lslant.png) top right no-repeat;
	background-size: 100%;
}

section.testimonials:before, section.email:before {
	content: "";
	position: absolute;
	bottom:-2px;
	right:0px;
	width: 100%;
	height: 144px;
	background: url(../images/rslant.png) bottom right no-repeat;
	background-size: 100%;
}


.testimonials .inner {
	text-align:left;
}

.inner.team div img {
	width:100%;
}


/* END CUSTOMERS */



/* SERVICES */


.services h2, h2.fill {
	position:relative;
	width:auto;
}

.services h2:after, h2.fill:after {
	content: "";
	height: 2px;
	width: 100%;
	display: block;
	background: url(../images/footer.jpg);
	background-size: 100%;
	margin-top: 8px;
}

.services p {
	text-align:center;
	margin-bottom:50px;
}

.services .grid h3 {
	text-align:center;
}

.services .grid {
	border:solid 1px #DDD;
	padding:20px;
}

.services .grid:before {
	content:"";
	display:block;
	margin:auto;
	width:75px;
	height:58px;
}

.services .grid ul li {
	list-style:none;
	position:relative;
	text-align:left;
	padding-left:40px;
	margin-bottom:15px;
}

.services .grid ul {
	padding-left:45px;
}

.services .grid > a, a.more {
	display:inline-block;
    background: url(../images/more-gray.png) no-repeat;
	height:38px;
	width:100%;
	max-width:288px;
	text-align:center;
	position:relative;
	color:#909090;
	font-size:17px;
	padding-top:5px;
	background-size:cover;
}

.services .grid > a:hover, a.more:hover {
	text-decoration:none;
	color:#2C2C2C;
}

.services .grid > a:hover:before, a.more:hover:before {
	width:100%;
}

.services .grid > a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 38px;
    background: url(../images/more-fill.png);
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 0.5s ease;
	background-size:cover;
}

.services .grid ul li:before {
    content: "\e013";
	font-family: 'Glyphicons Halflings';
	position:absolute;
	left:0px;
	top:0px;
	color:#1Ba445;
}

.services .grid.first:before {	background:url(../images/service1.png); }
.services .grid.second:before {	background:url(../images/service2.png); }
.services .grid.third:before {	background:url(../images/service3.png); }

.services.IT .grid.first:before {	background:url(../images/supp-fill.png); }
.services.IT .grid.third:before {	background:url(../images/recovery-fill.png); }

.websites .services .grid.first:before {	background:url(../images/acp-fill.png); }
.websites .services .grid.second:before {	background:url(../images/service3.png); }
.websites .services .grid.third:before {	background:url(../images/bespoke-fill.png); }

/* END SERVICES */


/* TESTIMONIALS */

section.testimonials {
	clear:both;
	background:transparent;
	min-height: 400px;
	padding-top:100px;
}

section.testimonials .inner {
	position:relative;
}

section.testimonials .item img {
	position:absolute;
	right:-10px;
	top:-140px;
	max-height:115px;
	z-index:10;
}

section.testimonials .item {
	display:none;
	position:absolute;
	z-index:10;
}
section.testimonials .item.active {
	display:block;
}

section.testimonials  {
	min-height:548px;
}

section.testimonials a.arrow {
	position:absolute;
	top:280px;
	width:45px;
	height:35px;
	transition:all 0.3s;
	cursor:pointer;
	z-index:99999;
}

section.testimonials a.arrow:hover {
	opacity:0.5;
}

section.testimonials a.arrow.right { right:0px; background: url(../images/arr-right.png); }
section.testimonials a.arrow.left { right:55px; background: url(../images/arr-left.png); }

/* END TESTIMONIALS */

section.contact p {
	text-align:center;
}

section.contact  {
	padding-bottom:70px;
}

section.contact .cta * {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}

section.contact .cta b, section.contact .cta address a, section.contact .cta a i  {
	vertical-align:top;
	margin:0px;
}

section.contact .cta .opener {
	font-size:25px;
}

section.contact .cta a i  {
	top:3px;
}

section.contact .cta .opener i {
	top:6px;
}

footer:before {
	content:"";
	display:block;
	width:100%;
	height:4px;
	background:url(../images/footer.jpg) no-repeat;
	background-size:cover;
}

footer {
	background:#c5c5c5 url(../images/bg.jpg);
	margin-top:40px;
	color:#efefef;
}

footer .inner {
	padding:15px 0px;
}

footer h4 {
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}

footer p {
	font-weight:normal;
}

#map-canvas {
    width: 100%;
    height: 400px;
	margin-bottom:-40px;
	border-top:solid 2px #848484;
}

/* Grid */

.grid {
	float:left;
	overflow:hidden;
}

.grid.last {
	float:right;
	margin-left:0px!important;
	margin-right:0px!important;
}

.grid.six {
	width:15%;
	margin-right:2%;
}

.grid.six_x2 {
	width:32%;
	margin-right:2%;
}

.grid.six_x3 {
	width:49%;
	margin-right:2%;
}

.grid.five {
	width:18%;
	margin-right:2.5%;	
}

.grid.five_x2 {
	width:38.5%;
	margin-right:2.5%;	
}

.grid.five_x3 {
	width:59%;
	margin-right:2.5%;	
}

.grid.five_x4 {
	width:79.5%;
	margin-right:2.5%;	
}

.grid.four {
	width:22%;
	margin-right:4%;	
}

.grid.four_x3 {
	width:74%;
	margin-right:4%;
}

.grid.three {
	width:31%;
	margin-right:3.5%;	
}

.grid.three_x2 {
	width:65.5%;
	margin-right:3.5%;	
}

.grid.two {
	width:48%;
	margin-right:4%;
}

.grid.one {
	width:100%!important;
	float:left!important;	
}

/* End Grid */


.choose:before {
	content:"";
	position:absolute;
	left:0px;
	top:10px;
	width:85px;
	height:85px;
	border-radius:100%;
}

.grid.choose {
	position:relative;
	padding-left:95px;
}

.grid.choose.first:before { background:#0e0535 url(../images/choose1.png) center no-repeat;}
.grid.choose.second:before { background:#0e0535 url(../images/choose2.png) center no-repeat;}
.grid.choose.third:before { background:#0e0535 url(../images/choose3.png) center no-repeat;}
.grid.choose.fourth:before { background:#0e0535 url(../images/choose4.png) center no-repeat;}





/* NEWS */
.article {
	margin:15px;
	border-bottom:solid 1px #ddd;
	padding-bottom:15px;
}

.article:last-child {
	border:none;
}

.article h2 {
	font-size:18px;
	font-weight:bold;
}
.article p {
	font-size:15px;
	font-weight:300;
}

.news article {
	width:100%;
	height:220px;
	display:block;
	background-size:100%;
	position:relative;
}

.news article > div {
	width:100%;
	padding:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:rgba(9,39,109,0.8);
	text-align:left;
}

.news article *  {
	color:#FFF;
}
.news article h3 {
	font-size:18px;
	display:block;
	margin:0px;
	margin-bottom:5px;
}
.news article h4 {
	font-size:14px;
	display:block;
	margin:0px;
}
.news article em {
	font-size:12px;
	float:left;
}
.news article i {
	font-size:12px;
	float:right;
}
.news article.floating {
	width:49%;
	height:120px;
	margin-top:15px;
}

.news article.floating:nth-child(odd){ float:left; }
.news article.floating:nth-child(even) { float:right; }

/* END NEWS */


/* CALENDAR */
.qtip-close.qtip-icon {
	border:none!important;
}

.qtip-content {
	color:#3a87ad!important;
	font-weight:bold;
}
.qtip-content .description {
	display:block;
	margin-top:10px;
}

.fc-title {
	font-size:85%;
}
/* END CALENDAR */


section.rotate h3 img {
	max-width:164px;
}

h1 br {
	display:none;
}

@media (max-width: 1140px) {
	.inner {
		width:100%;
	}
	
	.inner, footer .inner, section.testimonials .item {
		padding-left:15px;
		padding-right:15px;
	}
	section.testimonials .item {
		padding-left:0px;
	}
	
	section.testimonials a.arrow.left {
		right: 70px;
	}
	
	section.testimonials a.arrow {
		top:auto;
		bottom:80px;
	}
	
	section.testimonials a.arrow.right {
		right:15px;
	}
	
	section.testimonials .item img {
		right:10px;
	}

	header .logo {
		height:55px;
		width:175px;
		background-size:contain;
		background-repeat:no-repeat;
		margin-top:5px;
	}
	
	header nav ul {
		padding-left:0px;
	}
	
	section.rotate li {
		width:55%;
	}
	
	section.rotate img {
		width:75%;
	}
	
	section.rotate .left {
		width:47%;
	}
	
	footer ul li a {
		font-size:11px;
	}

	section.team-slider a.arrow {
		bottom:-50px;
		top:auto;
	}
	
	section.team-slider a.arrow.left {
		left:50%;
		margin-left:-50px;
	}
	
	section.team-slider a.arrow.right {
		right:50%;
		margin-right:-50px;
	}
	section.team-slider {
		height:auto;
		padding-bottom:60px;
	}
	.services .grid ul {
		padding-left: 0px;
	}
	.services .grid ul li {
		padding-left: 5px;
		text-align:center;
	}
	.services .grid > a {
		width:102px;
		font-size:14px;
		padding-top:7px;
	}
	.services .grid > a {
	    background: url(../images/nav-gray.png) no-repeat;
	}
	.services .grid > a:before {
		background: url(../images/nav-fill.png);
	}
}

@media (max-width: 1065px) {
	nav > ul > li > a, nav > ul > li > a:before {
		width: 90px;
		height: 33px;
		padding-top: 6px;
		background-size:cover;
	}
	nav > ul > li > a:before {
		width:0px;
	}
	nav > ul > li > ul {
		top: 27px;
	}
	
}




@media (max-width: 1000px) {
	.ch-grid {
		width:500%;
	}
	.ch-grid li {
		width: 4%;
		height: 178px;
	}
	.slider-flow {
		width:100%;
	}
	section.team-slider .item img {
		width:100%;
	}
	.ch-item {
		height:auto;
	}
	
	section.contact .cta address, section.contact .cta .opener {
		display:block;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
}

@media (max-width: 960px) {
	.ch-grid li {
		width: 3.95%;
	}
}
@media (max-width: 920px) {
	.ch-grid li {
		width: 3.90%;
	}
}
@media (max-width: 880px) {
	.ch-grid li {
		width: 3.85%;
	}
}
@media (max-width: 840px) {
	.ch-grid li {
		width: 3.80%;
	}
}
@media (max-width: 800px) {
	.ch-grid li {
		width: 3.75%;
	}
}
@media (max-width: 760px) {
	.ch-grid li {
		width: 3.70%;
	}
}
@media (max-width: 720px) {
	.ch-grid li {
		width: 3.55%;
	}
}
@media (max-width:680px) {
	.ch-grid li {
		width: 3.45%;
	}
}

@media (max-width: 990px) {
	footer .grid.three {
		width:100%;
	}
	footer ul li.dropdown {
		width:100%;
	}
	footer ul li a, footer ul li.dropdown {
		padding-left:5px;
	}
	footer .grid.last h5, footer .grid.last a {
		float:none;
		display:inline-block;
	}
	footer .grid.last a {
		display:block;
	}
	footer .grid.three.last {
		text-align:left;
	}
	footer .grid.last span {
		display:inline-block;
		vertical-align:top;

	} 
	footer .grid.last span:last-child {
		margin-left:10px;
		border-left:solid 1px #ddd;
		padding-left:10px;
		height:105px;
	}
	footer ul li.dropdown > ul > li {
		width:20%;
	}
	footer ul li.dropdown  {
		margin-bottom:15px;
	}

}


@media (max-width: 945px) {
	header .logo, header nav  {
		float:none;
		display:block;
		margin:auto;
		text-align:center;
	}
	
	header .logo {
		margin-bottom:20px;
	}

}

@media (max-width: 900px) {
	.choose:before {
		position:static;
		display:block;
	}
	.grid.choose {
		padding-left:0px;
	}
	
	.choose:before {
		width: 60px;
		height: 60px;
		background-size: 60%!important;
	}
	
	h1 br {
		display:block;
	}

	
}

@media (max-width: 800px) {
	section.rotate .left {
		width:100%;
	}
	
	div.rotating {
		position:static;
	}
	ul.rotating li {
		top:auto;
		bottom:0px;
	}
	.grid.three {
		width:100%;
		margin-bottom:20px;
	}
	.services .grid ul li:before {
		display:none;
	}
	.services .grid {
		border:none;
		border-bottom:solid 1px #ddd;
	}
	.services p {
		margin-bottom:5px;
	}
	.services .grid.last {
		border-bottom:none;
	}
	.services .grid ul li {
		padding-left:0px;
	}

}

.mobile-menu, .mobile-menu-contact, header nav .shadow {
	display:none;
}

@media (max-width: 770px) {
	header nav li {
		display:block;
	}
	header:before {
		content:"";
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:95px;
		background:#FFF;
		z-index:-1;
	}
	header nav li.active a {
		background:#f3f3f3;
	}
	header nav {
		position: fixed;
		padding-top: 4px;
		clear: both;
		right: -350px;
		width: 300px;
		height:100%;
		z-index: -2;
		top: 0px;
		background:#FFF;
		padding-top:95px;
		overflow-y:scroll;
		overflow-x:auto;
	}
	header nav .shadow {
		content:"";
		position:fixed;
		top:95px;
		right:-350px;
		height:100%;
		width:300px;
		box-shadow: -20px 1px 27px -9px rgba(29, 29, 29, 0.6);
		display:block;
		z-index:-1;
	}
	header {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		z-index: 999999;
	}
	.position-ref.full-height {
		margin-top:95px;
	}
	header .inner {
		padding:0px;
	}
	header .logo {
		padding-left:15px;
		padding-right:15px;
		box-sizing: content-box;
		background-position: center;
		float:left;
	}
	header nav > ul > li > a, header nav .active a {
		display:block;
		background:#FFF;
		width:100%;
		text-align:right;
		background-image:none;
		margin-left:0px;
		padding-right:20px;
	    margin-bottom: 8px;
		font-size: 14px;
	}
	nav > ul > li > ul {
		position:static;
		margin-left:0px;
		width:100%;
		padding-top:0px;
	}
	nav > ul > li > ul li a {
		width:100%;
		display:inline-block;
		clear:both;
		padding-right:20px;
		text-align:right;
	}
	nav li a.dropdown:after {
		position:static;
		float:left;
		margin-left:10px;
	}
	header nav > ul > li > a:before {
		display:none!important;
	}
	header nav > ul  {
		margin-bottom:0px;
		text-align:right;
	}
	header {
		padding-bottom:0px;
	}
	.mobile-menu {
		display: block;
		padding: 10px;
		float: right;
		background: #f3f3f3;
		cursor: pointer;
		font-size: 17px;
		margin-right:15px;
	}
	.mobile-menu-contact {
		display: block;
		position: relative;
		margin-top:25px;
	}
	.mobile-menu-contact b {
		display:inline-block;
		font-weight:normal;
	}
	.mobile-menu-contact a {
		cursor:pointer;
		float:right;
		clear:both;
		margin-right:20px;
		line-height:29px;
		display: inline-flex;
		letter-spacing: 1px;
		display: inline-flex;
		font-size: 13px;
		color: #525252!important;
		text-align: right;
	}
	.mobile-menu-contact a:after {
		font-family: 'Glyphicons Halflings';
		font-size: 14px;
		background: #0a0152;
		border-radius: 100%;
		text-align: center;
		width: 29px;
		height: 29px;
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
		color: #fff;
	}
	.mobile-menu-contact a.phone:after {
		content:"\e182";
	}
	.mobile-menu-contact a.email:after {
		content:"\2709";
	}
	.mobile-menu-contact a.map:after {
		content:"\e062";
	}
	.toggle-icon {
		position: relative;
		display: block;
		margin: auto;
		transition: .3s all ease;
		width: 30px;
		height: 5px;
		background-color: #6b6b6b;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		float:right;
		margin-left:10px;
		margin-top:10px;
	}
	.toggle-icon:after {
		content: "";
		position: absolute;
		left: 0;
		top:10px;
		width: 30px;
		height: 5px;
		background-color: #6b6b6b;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: .3s all ease;
		transition: top .3s .3s, -webkit-transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
	}
	.toggle-icon:before {
		content: "";
		position: absolute;
		left: 0;
		top:-10px;
		width: 30px;
		height: 5px;
		background-color: #6b6b6b;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: .3s all ease;
		transition: top .3s .3s, -webkit-transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
	}
	.open .toggle-icon:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.open .toggle-icon:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open .toggle-icon:before, .open .toggle-icon:after {
		top: 0;
		transition: top .3s 0s, -webkit-transform .3s .3s;
		transition: top .3s 0s, transform .3s .3s;
		transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
	}
	.open .toggle-icon {
		transition: background .3s 0s ease;
		background: transparent;
	}
	
	.ch-grid, .ch-grid li {
		width:100%;
	}
	.ch-grid {
		position:relative;
		height:200px;
	}
	section.team-slider .item, section.team-slider .item img {
		max-width: 185px
	}
	section.team-slider span.seperator {
		display:none;
	}
	.ch-grid li {
		display:none;
		position:absolute;
		top:0px;
		left:0px;
		height:200px;
	}
	.ch-grid li:first-child {
		display:inline-block;
	}
	.slider-flow {
		overflow:visible;
	}
	.ch-info {
		height:185px!important;
	}
	section.testimonials a.arrow.left {
		right: auto;
		left:15px;
	}
	
	section.testimonials a.arrow {
		top:auto;
		bottom:20px;
	}
	
	section.testimonials a.arrow.right {
		left:70px;
	}
	
	
}


@media (max-width: 700px) {
	section.rotate {
		height:660px;
		background-position:top;
	}
	section.rotate li {
		width:100%;
	}
	section.rotate img {
		width:50%;
		max-width: 250px;
	}
	
	.grid.two {
		width:100%!important;
	}
	
	.choose:before {
		margin:auto;
	}
	
	article h3 {
		text-align:center;
	}
	section.testimonials {
		min-height:0px;
	}
	section.testimonials:before, section.testimonials:after {
		display:none;
	} 
	.rotate .cta span, .rotate .cta > em {
		float:none;
		display:block;
		margin-left:0px;
	}
	.cta address a, .rotate .cta .opener {
		margin:auto;
	}
	section.rotate {
		margin-bottom:30px;
	}
	ul.rotating li {
		bottom:-25px;
	}
	footer ul li.dropdown > ul > li {
		width:30%;
	}
}


@media (max-width: 600px) {
	section.testimonials .item img {
		top:auto;
		bottom:-135px;
	}
	section.testimonials {
		padding-top:15px;
	}
	section.testimonials .item img {
		width:30%;
		height:auto;
		max-height:none;
		max-width:140px;
	}
	
}

@media (max-width: 550px) {
	section.testimonials .item img {
		top:auto;
		bottom:-85px;
	}
	footer ul li.dropdown > ul > li {
		width:48%;
	}
}
@media (max-width: 500px) {
	footer .grid.last span {
		display:block;
		float:none;
		border:none!important;
		padding:0px!important;
		margin:10px auto;
		text-align:center;
	}
	footer .grid.last {
		text-align:center;
	}
	
}
