/* CSS for MWD website */

@charset "UTF-8";

/* -------------- */
/* GENERAL STYLES */
/* -------------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	vertical-align: middle;
}
.clearfix {
	clear: both;
	margin: 3em 0;
}
body {
	font-family: 'DroidSans';
	font-size: 14px;
	background: #fff;
}
section {
	margin: 20px auto;
}
.container {
	width: 98%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 980px;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container-full-width {
	width: 100%;
	margin: 10px 0;
}
a {
	color: #fff;
}
a:hover, a:focus {
	color: #3c9f8a
}
a, a:hover, a:focus {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 1em 0;
}
.content {
	color: #302f2f;
}
.content p a {
	color: #333;
	border-bottom: 1px #302f2f dotted;
}
.content p a:hover {
	color: #3c9f8a;
	border-bottom: none;
}
h1, h2, h3, h4 {
	text-transform: capitalize;
	color: #3c9f8a;
}
h1 {
	text-transform: uppercase;
	font-size: 24px;
	color: #3c9f8a;
	padding: 10px 0 5px 0;
	margin-top: 15px;
}
h2 {
	font-size: 20px;
	margin: 50px 0 20px 0;
}
h2.flush {
	margin-top: 0;
}
h3 {
	text-align: left;
	font-size: 16px;
}
.content > h3 {
	margin: 20px 0 10px 0;
}
p.sub-heading {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}

/* -------------------- */
/*	FADE EFFECT STYLES	*/
/* -------------------- */
a {
  text-decoration: none;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
/* ------------- */
/* HEADER STYLES */
/* ------------- */
header {
	border-bottom: solid 1px #474747;
	box-shadow: 0px 1px 2px #626262;
}
.header-top {
	background: #302f2f;
	color: #fff;
	/*border-top: 2px solid #3e3e3e;*/
}
.icon-envelope, .icon-phone, .social-icon {
	color: #fff;
}
.social-icon {
	font-size: 2em;
}
.header-top ul {
	height: 40px;
	float: right;
	line-height: 0;
	padding: 0;
	margin: 0;
	border-left: 1px solid #626262;
	font-size: 0;
}
.header-top ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-right: 1px solid #626262;
	font-size: 12px;
}
.header-top ul li a {
	padding: 10px;
	font-size: 12px;
	color: #fff;
}
.header-top ul li a:hover {
	color: #3c9f8a;
}
.header-top ul li.header-phone, 
.header-top ul li.header-mail {
	padding: 10px;
	height: 20px;
}
.header-top ul li.header-mail span {
	font-size: 18px;
	font-weight: 400;
	padding-right: 4px;
}
.header-top ul li.header-phone span {
	font-size: 14px;
	padding-right: 4px;
	line-height: 1.4em;
}
.header-top ul li.header-social a {
	display: block;
	line-height: 0.8em;
	font-size: 20px;
	color: #fff;
	padding: 10px;
}
.header-top ul li.header-social a:hover {
	background:  #3c9f8a;
}
/* LOGO & NAVIGATION MENU */
.header-logo {
	margin: 20px 50px 25px 0;
	float: left;
}
.header-logo a {
	display: inline-block;
}
.header-logo img.logo-portrait {
	display: none;
}
.slicknav_menu {
	display: none;
}
nav {
	text-align: right;
	float: left;
	margin-right: 0 !important;
	display: block;
	margin: 30px 0 0 0;
	z-index: 0;
}
nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
}
nav li {
	display: inline-block;
	float: left;
	margin: 0 1px;
}
nav li a {
	display: block;
	text-align: center;
	line-height: 2em;
	color: #000;
	background: none;
	border-radius: 5px;
	padding: 10px 12px;
}
nav li span {
	font-size: 0.8em;
}
nav li.active a, nav li:hover a {
	background: #3c9f8a;
	color: #fff;
}
nav li:hover ul a {
	background: #3c9f8a;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
nav li:hover ul a:hover {
	background: #3c9f8a;
	color: #fff;
}
/*Hide dropdown links until they are needed*/
nav li ul {
	display: none;
}
nav ul li ul li {
	margin: 1px 0;
}
/*Make dropdown links vertical*/
nav li ul li {
	display: block;
	float: none;
}
nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	margin: 1px 0;
}
nav ul li ul li:first-child {
	padding-top: 5px;
	border-radius: 5px 5px 0 0;
}
nav ul li ul li:last-child {
	padding-bottom: 5px;
	border-radius: 0 0 5px 5px;
}
/*Display the dropdown on hover*/
nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
	z-index:3;
}

.banner {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background-color: #000;
}

/*	------------------------------------	*/
/*	HOMEPAGE RESPONSIVE BENEFITS SECTION	*/
/*	------------------------------------	*/
.rwd-benefits {
	margin: 50px 0;
	padding-top: 60px;
	overflow: hidden;
	background: #1f1f1f;
	text-align: left;
}
.rwd-benefits img {
	float: left;
	margin: 20px 75px 0 0;
}
.rwd-benefits h3 {
	color: #fff;
	font-size: 30px;
	line-height: 1.2em;
	margin: 0 0 20px 0;	
}
.rwd-benefits p {
	color: #fff;
	line-height: 1em;
	margin: 0 0 20px 0; 
}
.rwd-benefits p a {
	border-bottom: dotted 1px #a7a7a7;
}
.rwd-benefits ul {
	list-style: url('../images/custom-li.png');
	padding-left: 20px;
	text-transform: capitalize;
}
.rwd-benefits ul li {
	color: #fff;
	line-height: 1em;
	padding: 5px;
	background: url('images/custom-li.png') no-repeat center left;
}
.rwd-benefits ul li span {
	text-transform: uppercase;
}

/* ---------------- */
/*	SERVICE BOXES	*/
/* ---------------- */
.boxes {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
.service-box {
    margin-bottom: 60px;
    border: 3px solid #d1d1d1;
    background: #fff;
    padding: 25px 10px;
    text-align: center;
	width: 125px;
	float: left;
	margin: 20px 10px;
}
.service-box:hover {
    border: 3px solid #3c9a8f;
}
.service-box h5 {
    font-weight: 700;
    color: #302f2f;
    text-align: center;
    text-transform: uppercase;
}
.service-box p {
    color: #999999;
}
.service-box:first-child {
	margin-left: 0;
}
.service-box:last-child {
	margin-right: 0;
}

/* ----------- */
/* RECENT WORK */
/* ----------- */

section.gallery {
	width: 100%;
	text-align: center;
	margin: 20px auto;
	clear: both;
}
.caption-gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.caption-gallery .thumb {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin: 10px;
	/*border: #3c9f8a 2px solid;*/
}
.caption-gallery .thumb:hover .caption {
	opacity: 1;
}
.caption-gallery .thumb:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.gallery {
	text-align: center;
	margin: 20px auto;
	max-width: 1200px;
}
.caption-gallery .caption {
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.caption-gallery img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.caption-gallery .cover {
	background-color: rgba(48,47,47,0.65); /* background-color: rgba(60,159,138,0.65); if want MWD Green */
	width: 300px;
	height: 225px;
	z-index: 5;
	position: absolute;
}
.caption-text h4 {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
}
.caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 300px;
	height: 225px;
	text-align: center;
	top: 50px;
}
.caption-text span {
	font-size: 20px;
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 50px;
}
.caption-text p {
	text-transform: capitalize;
	margin-bottom: 50px;
}
.caption-text a:hover span {
	background: #fff;
	color: #302f2f;
}
section.gallery a {
	margin-right: 10px;
}
section.gallery a:hover {
	color: #fff;
}

/* ----------------- */
/* ABOUT PAGE STYLES */
/* ----------------- */
.profile-photo, .skills-icon {
	-webkit-tansition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.profile-logo {
	-webkit-tansition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}
.profile-photo-container {
	float: left;
	margin-right: 15px;
	margin-bottom: 0.8em;
	margin-top: 3.3em;
}
.profile-photo-container:hover .profile-logo {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.profile-photo-container:hover .profile-photo {
	border-radius: 100px;
}
.skills {
	margin: 40px auto;
}
.skills-circle {
	/*width: 175px;
	display: inline-block;*/
	float: left;
	margin: 0 4em;
}
/*
.skills-circle:last-child {
	margin-right: 0;
}*/
.skills p {
	font-size: 15px;
	color: #3c9f8a;
	font-weight: 300;
}
.skills-title {
	width: 70px;
}
.skills-title {
	font-size: 17px;
	font-weight: bold;
	padding: 20px 0px 35px 0px;
}
.skills-title h3 {
	text-transform: none;
	color: #302f2f;
	text-align: center;
	padding-top: 1em;
}
.skills-icon {
	background: #fff;
	clear: both;
	margin-right: 10px;
	border-radius: 100px;
	height: 55px;
	width: 55px;
	border: 6px solid #302f2f;
	/*margin-top: -20px;*/
}
.skills-icon:hover {
	border: 6px solid #3c9f8a;
}
.skills-icon img, .skills-icon span {
	width: 30px;
	height: 30px;
	margin: 13px 0px 0px 12px;
}
ul.why-choose li {
	line-height: 1.2em;
	padding: 2px 0;
}
ul.why-choose li span {
	margin-right: 5px;
	font-size: 1.1em;
	color: #3c9f8a;
}

/* --------------- */
/* SERVICES STYLES */
/* --------------- */
/* WEBDESIGN TABS */
section.webdesign {
	margin: 20px auto;
	width: 96%;
	max-width: 960px;
}
#content {
  display: block;
  background: #fff;
  padding: 0px 15px;
  margin-left: 150px;
  -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  min-height: 250px;
  border: 1px solid #302f2f;
}
.contentblock {
  display: block;
  padding: 15px 20px;
}
.contentblock.hidden {
  display: none;
}
/* side navigation */
#webdesign-menu {
  margin: 0;
  padding: 0;
  width: 150px;
  float: left;
  background: #302f2f;
  border-right: 1px solid #c9c9c9;
}
#webdesign-menu li {
	display: block;
	text-align: center !important;
	border: 1px solid #302f2f;
	border-right: none;
	font-size: 1.1em;
}
#webdesign-menu li a { 
  display: block;
  padding: 6px 2px;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
}
#webdesign-menu li a:hover {
  background: #3c9f8a;
}

#webdesign-menu li a h3 { 
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #fff;
  font-family: 'Lato-Light';
  text-align: center;
}
#webdesign-menu li a.open {
  width: 101%;
  background: #fff;
  color: #302f2f;
}
#webdesign-menu li a.open h3 {
	color: #302f2f;
}
#webdesign-menu li span {
	font-size: 1.5em;
}

/* REPLENISHMENT STYLES */

.all-services .one-service .one-service-cover,
.all-services .one-service .one-service-cover .one-service-cover-inside,
.services .service .service-image, a {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.all-services {
    margin-bottom: 40px;
	clear: both;
	margin: 20px auto;
	text-align: center;
}
.all-services .one-service {
    margin-bottom: 40px;
    text-align: center;
    padding: 0px 20px;
	float: left;
	width: 28%;
}
.all-services .one-service:hover .one-service-cover .one-service-cover-inside,
.all-services .one-service:hover .one-service-cover {
    border: 2px solid #302f2f;
}
.all-services .one-service .one-service-cover {
    text-align: center;
    background: #3c9f8a;
    border: 2px solid #3c9f8a;
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 300px;
    margin: 0px auto 20px;
}
.all-services .one-service .one-service-cover .one-service-cover-inside {
    background: #3c9f8a;
    border: 2px solid #3c9f8a;
    width: 96px;
    height: 61px;
    padding-top: 35px;
    border-radius: 300px;
}
.all-services .one-service h4 {
    margin-bottom: 20px;
    text-align: center;
}
.all-services p {
    text-align: center;
    margin: 0px;
    padding: 0px;
	color: #fff;
	margin-top: -1em;
}
ul.update-considerations li {
	line-height: 1.4em;
	padding: 5px 0;
}
ul.update-considerations li span {
	margin-right: 5px;
	font-size: 1.4em;
}
/* ONGOING STYLES */
.ongoing-services {
  /*padding: 42px 0 21px 0;
  margin: 10px auto;*/
}
.ongoing-services ul {
	list-style: none;
}
.ongoing-services li {
  padding-bottom: 21px;
  margin-bottom: 42px;
  margin-top: 21px;
}
.ongoing-services li h3 {
  text-align: center;
  padding-top: 1.8em;
  margin-bottom: 1em;
}

.ongoing-services li {
  margin: 0;
  top: -21px;
  float: left;
  padding: 1em;
  width: 22%;
  height: 225px;
}
.ongoing-services li .icon a {
  width: 63px;
  height: 63px;
  display: block;
  margin: 0 auto;
  background: white;
  cursor: default;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #3c9f8a;
  -moz-box-shadow: 0 0 0 3px #3c9f8a;
  box-shadow: 0 0 0 3px #3c9f8a;
}
.ongoing-services li a:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.ongoing-services li a span {
  position: relative;
  top: 17px;
  left: 17px;
  color: #302f2f;
  font-size: 2em;
}

/* CONSULTANCY TABS */
span.anchor {
	position: fixed;
	display: none;
}
.tabs {
	width: 100%;
	max-width: 900px;
	position: relative;
	height: 340px;
	margin: 40px auto;
	clear: both;
}
.tabs .panel h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.tabs > p {
	clear: both;
	padding-top: 5px;
}
.panel div {
	opacity: 0;
	background: #000;
	float: left;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 19px;
	left: 0;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border-top-left-radius: 0;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-webkit: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.tab-link {
	margin-top: -20px;
	width: 15%;
	margin-right: .5%;
	float: left;
	padding: 10px;
	background: #fff;
	color: #000;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-webkit: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	text-transform: capitalize;
}
.panel .tab-link:hover {
	background: #3c9f8a;
	color: #fff;
}
.panel > .consult-panel p a:link, .panel > .consult-panel p a:visited {
	color: #fff;
}
.panel > .consult-panel p a:hover, .panel > .consult-panel p a:active {
	color: #3c9f8a;
}

/* ACTIVE/OPEN TAB */
.anchor:target + .panel div {
	opacity: 1;
	background: #302f2f;
	color: #fff;
}
.anchor:target + .panel .tab-link {
	background: #302f2f;
	color: #fff;
}

/* --------------- */
/* PROJECT GALLERY */
/* --------------- */
.gallery-box {
	width: 33%;
	height: 500px;
	float: left;
	color: #302f2f;
	text-align: center;
	margin: 20px auto 40px;
	text-transform: capitalize;
}
.gallery-title span {
	padding-right: 0.5em;
	font-size: 1.8em;
}
.gallery-title {
	border: 1px solid #302f2f;
	width: 220px;
	margin: 0 auto;
	padding: 1em;
}
.gallery-title h2 {
	margin-top: 10px !important;
}
.gallery-title a p {
	display: inline;
}
.gallery-title p a {
	border-bottom: none;
}
.gallery-title a {
	color: #302f2f;
}
.gallery-title a:hover span {
	color: #3c9f8a;
}
.imgHover {
	width: 250px;
	height: 250px;
	margin: 30px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/** Triangle Scale **/
.imgHover.triangleScale:before, .imgHover.triangleScale:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0.5;
	border: solid transparent;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}
.imgHover.triangleScale:before {
	border-left-color: #FFF;
	border-top: none;
	top: -100%;
	left: -100%;
}
.imgHover.triangleScale:after {
	border-right-color: #000;
	border-bottom: none;
	right: -100%;
	bottom: -100%;
}
.imgHover.triangleScale:hover:before {
	left: 0;
	top: 0;
}
.imgHover.triangleScale:hover:after {
	right: 0;
	bottom: 0;
}
/** Style 1 **/
.imgHover.triangleScale.style1:before, .imgHover.triangleScale.style1:after {
	border-width: 250px; /* Image Width */
}
/** Style 1 End **/
/** Triangle Scale End **/
/** Corner Link **/
.imgHover .cornerLink {
	position: absolute;
	margin: -15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	color: white;
	background-color: #3c9f8a;
	display: block;
	z-index: 1;
	overflow: hidden;
	border-radius: 50%;
	top: 0;
	right: 0;
	opacity: 0.9;
	transform: rotate(180deg) translate(-100%,100%);
	-webkit-transform: rotate(180deg) translate(-100%,100%);
	-moz-transform: rotate(180deg) translate(-100%,100%);
	-o-transform: rotate(180deg) translate(-100%,100%);
	-ms-transform: rotate(180deg) translate(-100%,100%);
	transition: 0.5s ease-in, opacity 0.3s ease;
	-webkit-transition: 0.5s ease-in, opacity 0.3s ease;
	-moz-transition: 0.5s ease-in, opacity 0.3s ease;
	-ms-transition: 0.5s ease-in, opacity 0.3s ease;
	-o-transition: 0.5s ease-in, opacity 0.3s ease;
}
.imgHover:hover .cornerLink {
	top: 50%;
	right: 50%;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.imgHover .cornerLink:hover {
	opacity: 1;
}
.projectslider {
	margin-bottom: 2em;
}

/* -------------------------------- */
/*	PROJECT STYLES (except slider)	*/
/* -------------------------------- */

#project-title {
	margin: 20px 0 20px 20px;
}
#project-title p, #project-title h1 {
	display: inline;
	vertical-align: baseline;
}
#project-title p {
	text-transform: capitalize;
}
#project-info {
	margin-bottom: 30px;
}
#project-info > h2 {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	color: #000;
	font-size: 1.1em;
	margin: 5px 0;
}
.project-info-block p {
	display: inline-block;
	margin: 0.25em 0;
	vertical-align: base;
}
.project-info-title {
	text-transform: capitalize;
	padding-right: 1em;
	font-size: 0.9em;
}
.project-info-value {
	font-size: 1.1em;
}
/* ------------------------ */
/*	PRICING TABLE STYLES	*/
/* ------------------------ */
.pricing-tables {
	margin: 20px auto;
	float: left;
}
.price-table {
	border: solid 2px #3c9f8a;
	width: 250px;
	text-align: center;
	border-radius: 10px;
	margin: 0 50px;
}
.price-table:last-child {
	margin-right: 0;
}
.price-table-head {
	background: #3c9f8a;
	padding: 20px 0 30px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}
.price-table-price {
	background: #302f2f;
	color: #fff;
	width: 100px;
	margin: -15px auto 10px auto;
	padding: 10px;
	border-radius: 5px;
	font-size: 1.5em;
}
.price-table span.pennies {
	vertical-align: super;
	font-size: 0.5em;
}
.price-table span.circa {
	font-size: 0.6em;
}
.price-table-features {
	text-transform: capitalize;
}
.price-table-features ul {
	
}
.price-table-features ul li {
	padding: 15px 0;
	border-top: 1px solid #a7a7a7;
}
.price-table-features ul li:first-child {
	border-top: none;
}
.price-table-button {
	width: 125px;
	padding: 20px 0;
	margin: 10px auto;
	background: #302f2f;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
}
.price-table-button:hover {
	background: #3c9f8a;
	color: #fff !important;
}
/*
	ACCORDIONS NOW ALL VARIANTS OF CODROPS CSS ACCORDION
	
	HONGKIAT & SITEPOINT ACCORDIONS SHELVED DUE TO JUMPING ISSUE - WILL TRY TO RESOLVE AND INTRODUCE AT A LATER DATE
*/
/* ------------------------ */
/* GENERAL ACCORDION STYLES */
/* ------------------------ */
.ac-container {
	width: 100%;
	margin: 30px auto;
}
.accordion {
	width: 98%;
	max-width: 960px;
	margin: 20px auto;
}
.ac-container label {
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #fff;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 33px;
	font-size: 18px;
	text-transform: uppercase;
	background: #302f2f/*linear-gradient(top, #fff 1%, #eaeaea 100%)*/;
	box-shadow:
		0 0 0 1px rgba(155,155,155,0.3),
		/*1px 0 0 0 rgba(255,255,255,0.9) inset, left of panels*/
		0 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover {
	background: #3c9f8a;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background: #3c9f8a;
    color: #000;
    /*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(images/arrow_down.png) no-repeat center center;  
}
.ac-container input:checked + label:hover:after{
    background-image: url(images/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: #fff;
	margin-top: -1px;
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 10;
	transition: height 0.3s ease-in-out,
				box-shadow 0.6s linear;
}
.ac-container input:checked ~ article {
	transition: 
        height 0.5s ease-in-out, 
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container article p {
	color: #302f2f;
	line-height: 23px;
	font-size: 14px;
	padding: 5px;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.ac-container article a:link, .ac-container article a:visited {
	color: #333;
	border-bottom: 1px #302f2f dotted;
}
.ac-container article a:hover, .ac-container article a:active {
	color: #3c9a8f;
	border-bottom: none;
}
/* need to specify heights for panels - height: auto; will NOT animate/slide in or out */
.ac-container input:checked ~ article.ac-one-liner {
	height: 70px;
}
.ac-container input:checked ~ article.ac-small {
    height: 140px;
}
.ac-container input:checked ~ article.ac-medium {
    height: 180px;
}
.ac-container input:checked ~ article.ac-large {
    height: 250px;
}

/* ------------------------------- */
/* FAQs ACCORDION VARIATION STYLES */
/* ------------------------------- */
.ac-container .faq {
	background-color: #3c9f8a;
	padding: 10px;
}
.ac-container .faq input:checked + label {
	background-color: #fff;
	color: #3c9f8a;
	font-weight: bold;
	font-size: 1.4em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.ac-container input:checked ~ article.ac-cost, .ac-container input:checked ~ article.ac-long {
    height: 420px;
}
.ac-container input:checked ~ article.ac-other-costs, .ac-container input:checked ~ article.ac-ownhost {
    height: 180px;
}
.ac-container input:checked ~ article.ac-month, .ac-container input:checked ~ article.ac-maintain {
    height: 210px;
}
.ac-container input:checked ~ article.ac-money {
    height: 220px;
}
.ac-container input:checked ~ article.ac-payment {
	height: 250px;
}
.ac-container input:checked ~ article.ac-last {
	height: 280px;
}
/* ---------------------------------- */
/* DESIGN PROCESS ACCORDION VARIATION */
/* ---------------------------------- */
.design-process {
	background-color: #3e3e3e;
	padding: 10px;
	border-radius: 5px;
}
.ac-container .design-process label {
	border-radius: 10px;
}
.ac-container .design-process article {
	border-radius: 10px;
}
/* need to specify heights for panels - height: auto; will NOT animate/slide in or out */
.ac-container .design-process input:checked ~ article.ac-process-discuss, .ac-container .design-process input:checked ~ article.ac-process-quote {
	height: 30em;
} 
.ac-container .design-process input:checked ~ article.ac-process-design {
	height: 66em;
}
.ac-container .design-process input:checked ~ article.ac-process-develop {
	height: 20em;
}
.ac-container .design-process input:checked ~ article.ac-process-launch {
    height: 28em;
}
.ac-container .design-process input:checked ~ article.ac-process-support {
    height: 14em;
}

/* Process Page styles */
#process-banner {
	background-color: #302f2f;
	/*background: url('images/process.fw.png') no-repeat center;*/
	width: 100%;
	display: inline-block;
	text-align: center;
}
.process-item {
	width: 28%;
	float: left;
	margin: 0 auto;
}
.process-item img {
	text-align: center;
}
.process-item > h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 20px auto;
	text-align: center;
}
.process-item p {
	color: #fff;
	text-align: center;
}
#process-banner .arrow {
	float: left;
	width: 7%;
	padding-top: 125px;
}

/* ---------------------------- */
/* GLOSSARY ACCORDION VARIATION */
/* ---------------------------- */


/* ------------------ */
/* TESTIMONIAL STLYES */
/* ------------------ */

/* Testimoninals Page ie not rotator */
.client-quotes {
	margin: 20px auto;
	max-width: 800px;
	width: 100%;
	min-height: 400px;
}
.testimonial {
	min-height: 200px;
	border-top: 1px solid #ccc;
	padding: 2em 0;
	top: 0;
	width: 100%;
	margin: 2em 0;
}
.testimonial:first-child {
	margin-top: 4em;
}
.testimonial:last-child {
	border-bottom: 1px solid #ccc;
}
.testimonial:before,
.testimonial:after {
	content: " ";
	display: table;
}
.testimonial:after {
	clear: both;
}
.quote {
	margin: 0;
	padding: 0;
}
.quote p {
	font-family: 'Lato-Light';
	font-size: 1.6em;
	color: #302f2f;
	font-weight: 200px;
	margin: 0.5em 0 1em;
	width: 70%;
}
.quote .author {
	font-size: 1.2em;
	color: #3c9f8a;
	text-transform: capitalize;
}
.testimonial img {
	float: right;
	margin-left: 3em;
}
/* Testimonial Rotator */
.cbp-qtrotator {
	position: relative;
	margin: 30px auto;
	max-width: 800px;
	width: 100%;
	min-height: 200px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #3c9f8a;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-family: 'Lato-Light';
	font-size: 1.6em;
	color: #302f2f;
	font-weight: 300;
	margin: 0.5em 0 1em;
	width: 70%;
}
.cbp-qtrotator blockquote .author {
	font-size: 1.2em;
	color: 3c9f8a;
	text-transform: capitalize;
}

.cbp-qtrotator blockquote .author:before {
	content: ' ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

p.note {
	font-size: 0.8em;
	padding: 10px 0;
}

/* ------------ */
/*	MAP STYLES	*/
/* ------------ */
.main-map iframe
{
	width: 100%;
	height: 400px;
	margin-top: -8px;
	border-bottom: solid 1px #474747;
	box-shadow: 0px 1px 2px #626262;
}

/* ------------ */
/*	FORM STYLES	*/
/* ------------ */
.contact {
	width: 95%;
	max-width: 800px;
	margin: 50px auto;
}
.contact h2 {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px !important;
}
.contact p {
	font-size: 12px;
	line-height: 1.6em;
	color: #302f2f;
	margin-bottom: 25px;
	padding: 0;
}
.contact h1 {
	margin-top: 0;
}
.contact h1, .contact p {
	vertical-align: baseline;
}
.contact .contact-form-line:first-child {
	margin-top: 0;
}
.contact .contact-form-line {
	border: 1px solid #c2c2c2;
	margin-top: 20px;
	padding: 10px 5px;
	width: 90%;
	font-size: 14px;
	color: #aaaaaa;
	border-radius: 3px;
	font-style: italic;
	outline: none;
}
.contact .contact-form-area {
	border: 1px solid #c2c2c2;
	margin-bottom: 20px;
	padding: 10px 5px;
	width: 90%;
	font-size: 14px;
	color: #aaaaaa;
	height: 190px;
	outline: none;
	resize: none;
	border-radius: 3px;
	font-style: italic;
}
#contact-form-details {
	float: left;
	width: 50%;
}
#contact-form-message {
	width: 50%;
	float: right;
}
#contact-form p.required-field {
	font-size: 0.7em;
	color: #ddd;
}
#contact-form .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #f00;
   margin: 0 0.2em;
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contact-form .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
#form-socials {
	text-align: right;
	margin: 0 0 0 75%;
}
ul.socials {
	width: 100%;
}
ul.socials a span {
	color: #302f2f;
	font-size: 2em;
	float: left;
	margin: 5px 10px 10px 0;
}
ul.socials a span.icon-googleplus2:hover {
	color: #d6492f;
}
ul.socials a span.icon-facebook2:hover {
	color: #0a4ae1;
}
ul.socials a span.icon-linkedin:hover, ul.socials a span.icon-twitter2:hover {
	color: #007ab9;
}
/*
ul.socials a span.icon-twitter2:hover {
	color: #93d3e3;
}
*/
/* ------------- */
/* BUTTON STYLES */
/* ------------- */
.button {
	margin-top: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.button:link, .button:visited {
	background-color: #302f2f;
}
.button:hover, .button:active {
	background-color: #3c9f8a;
	color: #fff;
}
.button-link {
	padding: 10px 20px;
	margin: 20px 0;
}
.contact .button {
	padding: 10px 30px;
	background: #302f2f;
	color: #fff;
	clear: both;
	-webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.contact .button:hover {
	background: #3c9f8a;
	-webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.cta {
	margin: 50px 0;
	padding: 15px 50px;
	text-transform: capitalize;
	clear: both;
}

/* ---------------- */
/*	FOOTER STYLES	*/
/* ---------------- */
footer {
	background: #302f2f;
	padding-top: 60px;
	margin-top: 50px;
	border-top: 4px solid #474747;
	color: #fff;
}
footer h4 {
	color: #3c9f8a;
}
.footer-logo ul a {
	color: #a7a7a7;
}
.footer-logo {
	float: left;
	margin: 0 10px 20px 0;
	color: #a7a7a7;
}
.footer-logo img {
	margin-bottom: 20px;
}
.footer-logo a {
	padding-right: 25px;
}
.footer-logo ul span {
	padding-right: 5px;
}
.footer-logo ul li {
	margin: 10px 0;
}
.footer-sitemap {
	padding: 0 10px;
	float: left;
}
.footer-sitemap a {
	color: #fff;
}
.sitemap a span {
	padding-right: 5px;
}
footer ul.sitemap {
	text-transform: capitalize;
}
ul.sitemap li {
	padding: 2px;
}
.footer-logo ul a:hover, .footer-sitemap a:hover {
	color: #3c9f8a;
}
.twitter-feed {
	float: left;
	width: 270px;
	margin-right: 1.7em;
	margin-left: 1.5em;
}
.facebook-widget {

}
.footer-bottom-line {
	background: #3e3e3e;
	padding: 12px 0;
	margin-top: 20px;
}
.footer-bottom-line .footer-copyright {
	color: #a7a7a7;
	font-weight: 300;
	float: left;
}
ul.footer-socials {
	text-align: right;
	color: #fff;
}
ul.footer-socials li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-left: 15px; 
	
}
ul.footer-socials li a {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
}
ul.footer-socials li a:hover {
	color: #3c9f8a;
}
.footer-copyright {
	text-transform: uppercase;
}