/* Menu Button */
.menu-button {
	position: absolute;
	top: 24px;
	right: 15px;
	width: 50px;
	height: 43px;
	border: none;
	text-indent: 4.5rem;
	font-size: 2rem;
	color: transparent;
	background: transparent;
}
.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#999999 20%, transparent 20%, transparent 40%, #999999 40%, #999999 60%, transparent 60%, transparent 80%, #999999 80%);
	content: '';
}
.menu-button:hover {
	opacity: 0.6;
}
/* Close Button */
.close-button {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 40px;
	border: none;
	z-index: 6;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #999;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	top:15px;
	right:15px;
	z-index: 1001;
	width: 200px;
	height: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transform: translate3d(220px,0,0);
	transform: translate3d(220px,0,0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.menu {
	position: absolute;
	top:90px;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border-top: 1px solid #333;
	z-index: 4;
}

/* Morph Shape */
.morph-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	fill: #2a2a2a;
	z-index: 3;
}
/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.show-menu .menu-wrap .nav > li > a {
	border-bottom-color: #333;
}
.main, #services, #products {
	width: 100%;
	margin: 0;
}
.og-grid {
	list-style: none;
	padding:30px 0;
	margin: 0 auto;
	text-align: center;
}
.og-grid li {
	display: inline-block;
	margin:30px 15px 0 15px;
	vertical-align: top;
	height: 320px;
}
.og-grid li > a img {
		width: 320px;
		height: 320px;
}
.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-grid li.og-expanded {
	height: auto;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #2a2a2a;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background-color: #2a2a2a;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.og-expander-inner {
	padding:20px 10px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 5;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 4px;
	background: #888;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #eee;
}

.og-fullimg,
.og-details {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.og-details {
	width: 60%;
	color: #999;
	padding:20px 5% 0 0;
	min-height: 100%;
}
.og-fullimg {
	width: 40%;
	text-align: center;
}
.og-fullimg img {
	display: inline-block;
	height: auto;
	width: 80%;
	margin: 0 auto;
	padding:40px 0 0 0;
}
.og-details h2 {
	position: relative;
	padding:0 0 5px 0;
	margin:20px 10% 25px 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #fff;
	letter-spacing:1px;
	display: inline-block;
	text-transform: uppercase;
}
.og-details h2::after {
  position: absolute;
  content: '';
  width: 40%;
  height: 3px;
  margin-top: 10px;
  display: block;
  background-color: #fff;
}
.og-details h6, .og-details p {
	padding-right: 15%;
}	
.og-details p {
	margin: 20px 0;
	display: block;
}
.og-details p > b {
	font-weight: 500;
	color: #ccc;
}
.og-details a {
  font-family: inherit;
  letter-spacing: 0.5px;
  display: inline-block;
  white-space: pre-wrap;
  padding: 15px 0;
  margin-top: 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
}
.og-details a > i {
	color: #999;
}
.og-details a:hover {
  color: #eee;
}
.og-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	background: url("/img/serv-loader.gif") center center no-repeat;
}
@media only screen and (max-width: 1440px) {
	.og-grid li {height: 250px;}
	.og-grid li > a img {
		width: 250px;
		height: 250px;
	}
}
@media only screen and (max-width: 1024px) {

	.og-expander h3 { font-size:28px; }
	.og-expander p { font-size: 14px; }
	.og-expander a { font-size: 12px; }

}
@media only screen and (max-width: 767px) {
	.og-grid {margin: 0 auto 0 -10px;}
	.og-close { top: 30px; right: 5%;}
	.og-fullimg {height: auto;width: 95%; margin-left:5%;text-align: left;}
	.og-details {clear: left;width: 95%; margin-left:5%; padding: 0; min-height:900px;}
}
/* Services & Products Nav */
#serv-prod-nav {
	margin-top:70px;
	margin-left:5px;
}
#serv-prod-nav > li {
	padding: 0;
	margin-left: -5px;
}
/* IMAGES */
#team-credentials {
	background: url(/img/TeamHome1.jpg) top center no-repeat;
	background-size: cover;
}
#team-pride {
	background: url(/img/TeamHome2.jpg) top center no-repeat;
	background-size: cover;
}
#case-studies {
	background: url(/img/CaseStudyHeader3.jpg) top center no-repeat;
	background-size: cover;
}
#news-header {
	background: url(/img/NewsBg.jpg) top center no-repeat;
	background-size: cover;
}
#personality {
	background: url(/img/ContactTone.jpg) top center no-repeat;
	background-size: cover;
}
.pic-bg .padder, .footer .padder {
	padding:7% 0;
}
.pic-bg {
	color: #fff;
}
/*COUNTER */
#team-credentials .row > div {
	padding: 2% 0;
}
.counter {
	font-size:40px;
	font-size:4rem;
	font-weight: 700;
	padding:0;margin: 0;
	display: block;
}
.description {
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding:0 10%;
	margin: -10px 0 30px 0;
	display: block;
}
/* FOOTER */
.footer {
  width: 100%;
  background: #232228;
  margin: 0;
}
@media only screen and (max-width: 767px) {

.footer { 
		margin-bottom: -93px;
	}
}
.footer #ask-our-experts {
	background: url(/img/FooterImg1Red.jpg) center center no-repeat;
	background-size: cover;
}
.footer p {
  font-size:14px;
  font-size:1.4rem;
  padding: 0 5%;
  display: block;
}
.btn-link {
  letter-spacing: 0.5px;
  display: inline-block;
  white-space: pre-wrap;
  padding: 15px 30px;
}
.btn-link i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.8;
  display: inline-block;
  padding: 0 10px 0 0;
}
.btn-link.arrow i {
  position: relative;
  top: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all .8s ease-out;
     -moz-transition: all .8s ease-out;
      -ms-transition: all .8s ease-out;
       -o-transition: all .8s ease-out;
          transition: all .8s ease-out;
}
.btn-link.arrow:hover i {
	-webkit-transform: translate(5px);
 	   -moz-transform: translate(5px);
        -ms-transform: translate(5px);
         -o-transform: translate(5px);
            transform: translate(5px);
}
.footer h1 {
  color: #fff;
}
.footer p > a {
  color: #666;
}
.footer a:hover, .footer a:active, .footer a:focus {
  color: #fff;
  text-decoration: none;
}
/* CASE STUDIES */

ul.case_studies {
	width: 100%;
	margin-bottom: -4px;
}
ul.case_studies > li {
	width: 100%;
}
ul.case_studies > li > a {
	width: 100%;
	color:#999;
	padding:50px 0;	
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	display: block;
	vertical-align: middle;
}
ul.case_studies > li > a:hover {
	color:#666666;
	background-color: #fff;
  -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
       -o-transition: all .5s ease-out;
          transition: all .5s ease-out;
}
ul.case_studies > li > a  i {
	font-size: 45px;
	font-size: 4.5rem;
	color:#c9c9c9;
	line-height: 50px;
	text-indent: -15px;
	text-align: right;
}
ul.case_studies > li > a:hover i {
	color:#666666;
}
