/*------------------------------------------------------------------

    Theme Name: Ultimate
    Theme URI: http://pixelosaur.com
    Description: One Page Portfolio HTML5 Template
    Author: Pixelosaur
    Author URI: http://themeforest.net/user/Pixelosaur
    Version: 1.1
    Color Scheme: lightBlue

-------------------------------------------------------------------*/


/* ==============================================================
							TYPOGRAPHY
================================================================= */

::-moz-selection { /* Code for Firefox */
    color: #f8f8f8;
    background: #01b7aa;
}

::selection {
    color: #f8f8f8;
    background: #01b7aa;
}

.lightBlue {
	color: #01b7aa;
}
.txtWhite {
	color: #f8f8f8;
}
.small-text {
	font-size: 0.875rem;
}

a:hover,
a:focus,
a:active {
	color: #01b7aa;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
.button,
blockquote,
blockquote span,
.percent,
form,
li,
.errorMsg,
.successMsg {
	font-family: 'Roboto', sans-serif;
	color: #324252;
}

h3 {
	font-size: 1.5rem;
	padding-bottom: 15px;
}

.postTitle {
	font-size: 1.25rem;
}

.authorInfo {
	font-size: 1.125rem;
} 

h4,
h5,
h6,
p{
	font-size: 1rem;
}

.hgroup h1,
.hgroup h2 {
	text-align: center;
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 1);
}

.hgroup h1,
.hgroup h2,
h3,
h4,
h5,
h6,
li,
a,
p,
.button,
.percent,
div.folioNav a,
.postType,
.postLink {
	font-weight: 300;
	text-transform: uppercase;
}

.hgroup h2,
.authorInfo,
input[type="submit"],
div[id^=galleryItemModal] h4,
.chart h3,
.postType {
	font-weight: 400;
}

.folioDesc h4,
.postTitle,
.postLink {
	font-weight: 500;
}

a,
p,
li,
.folioDesc h4,
.postTitle {
	text-transform: initial;
}

div.folioNav a:hover,
div.folioNav a:focus,
div.folioNav a:active,
div.folioNav a.is-checked {
	color: #01b7aa;
	-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
}

blockquote,
#clients p {
	font-style: italic;
} 

.copyright p {
	margin-bottom: 0;
	font-size: 0.75rem;
}

form ::-webkit-input-placeholder {
   color: #666;
   font-weight: 300;
   font-size: 0.75rem;
   font-style: italic;
}


form ::-moz-placeholder {  
   color: #666;
   font-weight: 300;
   font-size: 0.75rem;
   font-style: italic;
}

form :-ms-input-placeholder {  
   color: #666;
   font-weight: 300;
   font-size: 0.75rem;
   font-style: italic;  
}

#contact form ::-webkit-input-placeholder {
   color: #f8f8f8;
}


#contact form ::-moz-placeholder {  
   color: #f8f8f8;   
}

#contact form :-ms-input-placeholder {  
   color: #f8f8f8;
}


/* ==============================================================
						BASIC LAYOUT STYLES
================================================================= */


.relPosition {
	position: relative;
}

.vertical-center {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content {
	padding: 80px 0;
}

.innerContent {
	margin-top: 60px;
}

ul {
	list-style: none;
	margin: 0;
}


.topHeader,
.topHeaderMob {
	width: 100%;
	z-index: 11;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	height: auto;
	background-color: rgba(255, 255, 255, 1);
}

#logoMob img {
	padding: 20px 0;
}

header,
#clients,
#cta,
#contact {
	min-height: 100%;
}

.hgroup h2{
	margin-bottom: 60px;
}

#about > div {
	padding-bottom: 40px;
}

.projectsWrapper {
	padding: 0 4%;
}

#cta .button,
#blog .button {
	width: 100%;
}

.quote {
	background-color: #01b7aa;
	padding: 20px 0;
}

blockquote {
	border-left: 4px solid #01b7aa;
	margin: 10px 0;
	padding: 10px 0 10px 20px;
}

input,
textarea {
	box-shadow: none!important;
}

table {
	border: none;
}

.gcsc-branding {
	display: none;
}

.gsc-above-wrapper-area {
	border: none !important;
}

table.gsc-above-wrapper-area-container {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e9e9e9;
}

.cse .gsc-control-cse, 
.gsc-control-cse, 
.gsc-above-wrapper-area, 
.gsc-adBlock, 
.gsc-thumbnail-inside, 
.gsc-url-top, 
.gsc-table-result, 
.gsc-webResult, 
.gsc-result {
	padding: 0!important;
}

.gsc-above-wrapper-area-container, 
.gsc-table-result {
	margin-bottom: 10px;
}

.gsc-results,
.gsc-webResult {
	width: 100%!important;
}


/* Mobile Navigation
-----------------------------------------------------------------*/

.topHeader,
.sticky-wrapper {
	display: none;
}

.right-off-canvas-toggle {
  margin-top: 7.2%;
  display: block;
  padding: 0 20px;
  color: #324252;
  text-align: right;
  font-size: 2rem;
}

.right-off-canvas-toggle:hover,
.right-off-canvas-toggle:active,
.right-off-canvas-toggle:focus {
	color: #343434;
}

.right-off-canvas-menu {
	background-color: #fff;
}

ul.off-canvas-list li a {
	color: #324252;
	border-bottom: 1px solid #ddd;
	transition: all 300ms ease;
}

ul.off-canvas-list li a:hover {
	background-color: #324252;
	color: #f8f8f8;
	border-bottom: 1px solid #1c232c;
}


/* Background Images & Overlays
-----------------------------------------------------------------*/

header,
#skills {
	background: url(../images/hero-image1.jpg) no-repeat top center;
	background-size: cover;
	height: 480px;
}

#skills {
	background: url(../images/skills-bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}

#clients {
	background: url(../images/testimonials-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}


#cta,
.portfolioHeader {
	background: url(../images/polygon-bg.jpg) no-repeat bottom right;
	background-size: cover;
	height: 420px;
}
#contact {
	background: url(../images/contact-bg01.jpg) no-repeat center left;
	background-size: cover;
}

.portfolioHeader {
	background: url(../images/portfolio-hero.jpg) no-repeat center center;
	background-size: cover;
}


#skills:before,
#clients:before,
#contact:before,
.fullScreen:before {
	content: '';
	position: absolute;
	background: url(../images/overlay.gif) repeat 0 0;
	opacity: 0.6;
	height: 100%;
	width: 100%;
}

#projects,
#blog,
#relProjects {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Portfolio Section Styles
-----------------------------------------------------------------*/

div.folioNav {
	margin: 40px 0 20px 0;
}

div.folioNav a {
	padding: 10px 0;
	display: inline-block;
}

div.folioNav a:nth-child(n+2):before {
	content: "";
	display: inline-block;
	position: relative;
	border-left: 1px solid #bebebe;
	top: 2px;
	right: -5px;
	width: 15px;
	height: 15px;
}

.gallery-item img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.folioDesc {
	margin: 20px 0;
}

.folioDesc span {
	opacity: 0.7;
}

.gallery-item > a {
	display: block;
	height: 100%;
}

.gallery-item .imageHover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.gallery-item .imageHover span {
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, 50%);
    	-ms-transform: translate(-50%, 50%);
        	transform: translate(-50%, 50%);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.gallery-item:hover .imageHover {
	background-color: rgba(50, 66, 82, 0.8);
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.gallery-item:hover .imageHover span {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
        	transform: translate(-50%, -50%);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Portfolio Reveal Modal Specific Styles
-----------------------------------------------------------------*/

.reveal-modal-bg {
	background: rgba(255, 255, 255, 0.95);
}

.reveal-modal, dialog {
	box-shadow: none;
	background: transparent;
	border: none;
}

div[id^=galleryItemModal] img,
div[id^=galleryItemModal] .flexslider {
	margin-bottom: 20px;
}

div[id^=galleryItemModal] .button {
	margin-top: 20px;
}

.reveal-modal .close-reveal-modal, 
dialog .close-reveal-modal {
	display: none;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: none;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flex-direction-nav a:hover span,
.flex-direction-nav a:active span,
.flex-direction-nav a:focus span
 {
	color: #324252; 
}

/* Blog Section Styles
-----------------------------------------------------------------*/

.postWrapper {
	background: #fff;
	padding: 60px 50px 48px;
	border-right: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-left: 2px solid #fff;
	transition: all ease 0.4s;
}

.postWrapper:hover {
	border-left: 2px solid #01b7aa;
	background-color: #f5f5f5;
}

#blog div[class^="icon-"] {
	background-color: #01b7aa;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 1.25rem;
	position: absolute;
	top: -1px;
	left: -2px;
}

.postType {
	padding-bottom: 20px;
	display: block;
}

.postTitle {
	padding-bottom: 5px;
}

.postTitle a {
	font-weight: 400;
}

#blog span > span {
	opacity: 0.6;
}


/* Contact Section Styles
-----------------------------------------------------------------*/

#contact form input[type="text"],
#contact textarea {
	background: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #f8f8f8;
	margin-bottom: 40px;
}

#contact form input[type="text"]:focus,
#contact textarea:focus {
	background-color: rgba(255, 255, 255, 0.7);
}

textarea {
	height: 200px;
}

button#formSubmit {
	margin-top: 10px;
	margin-right: 0;
}

.contactIcons,
.socialIcons {
	padding: 20px 0;
}

.contactIcons li[class*="icon-"]:before,
.socialIcons li a[class*="icon-"]:before {
	font-size: 1.125rem;
	line-height: 2rem;
	vertical-align: middle;
	padding-right: 8px;
}

.contactIcons li p {
	font-weight: 400;
}

.socialIcons li a[class*="icon-"]:before {
	font-size: 1.25rem;
}
.socialIcons li a[class*="icon-"]:hover {
	color: #f8f8f8;
}

.errorMsg,
.successMsg {
  	padding: 1em;
  	margin-bottom: 0.75rem;
  	color: #f8f8f8;
  	background-color: #c60f13;
  	font-size: 0.75rem;
  	font-weight: 300;
}

.successMsg {
  	background-color: #51a351;
}

[data-abide] .error small.error, 
[data-abide] .error span.error, 
[data-abide] span.error, 
[data-abide] small.error {
	font-style: initial;
	border-top: 2px solid #c60f13;
	color: #c60f13;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 36px;
	left: initial;
	width: 100%;
}

[data-abide] .error.textarea small.error, 
[data-abide] .error.textarea span.error, 
[data-abide] span.error, 
[data-abide] small.error {
	top: 199px;
}

/* Footer Section Styles
-----------------------------------------------------------------*/

footer {
	background-color: #2a3541;
}

.copyright {
	background-color: #242d37;
	border-top: 1px solid #1c232c;
	padding: 20px 0;
}

.copyright img {
	vertical-align: baseline;
	padding-right: 5px;
}

footer h4 {
	border-left: 6px solid #01b7aa;
	padding-left: 10px;
	margin-bottom: 20px;
}


/* Subscription Form Specific Styles
-----------------------------------------------------------------*/

input[type="submit"] {
  	background-color: #01b7aa;
  	border: none;
  	cursor: pointer;
  	line-height: 100%;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
  	outline: none;
  	background-color: #33b5e2;
  	-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
}

input[type="email"],
input[type="submit"] {
  	height: 38px;
  	margin-bottom: 20px;
}

input[type="email"]:focus {
  	box-shadow: none;
}

label {
	color: #01b7aa;
}

label, label.error {
	font-style: italic;
}


/* Owl Carousel Specific Styles
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
	text-align: center;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #324252;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	height: 42px;
	left: 35%;
	line-height: 48px;
	margin-top: 10px;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 42px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: 35%;
}

.owl-theme .owl-dots {
	position: absolute;
	top: 8px;
	right: 20px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #f8f8f8;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f8f8f8;
}

.owl-carousel .item img {
	margin-bottom: 5px;
}

/* ==============================================================
							BUTTONS
================================================================= */

.button {
	color: #f8f8f8;
	outline: none;
	font-size: 1.125rem;
}

.lightBlueBtn {
	background-color: #01b7aa;
	border: 2px solid #01b7aa;
}

.lightBlueBtn:hover,
.lightBlueBtn:active,
.lightBlueBtn:focus {
	background-color: #33b5e2;
	border: 2px solid #33b5e2;
}

.ghostBtn {
	background-color: transparent;
	border: 2px solid #f8f8f8;
}

.ghostBtn:hover,
.ghostBtn:active,
.ghostBtn:focus {
	background-color: #f8f8f8;
	color: #324252;
}

.ghostBtnDark {
	background: transparent;
	border: 2px solid #324252;
	color: #324252;
}

.ghostBtnDark:active,
.ghostBtnDark:hover,
.ghostBtnDark:focus {
	background-color: #324252;
	color: #f8f8f8;
}


/* ==============================================================
							ICON COLUMNS
================================================================= */


.iconCols {
	padding-left: 1rem;
}

.outlined-iconCols {
	margin-top: 40px;
}

.small-iconCols span {
	width: 32px;
	height: 32px;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 32px;
	background-color: #01b7aa;
	margin-right: 8px;
}

.iconCols > span[class^="icon-"],
.outlined-iconCols >  span[class^="icon-"]{
	width: 64px;
	height: 64px;
	display: block;
	font-size: 2rem;
	line-height: 64px;
	background-color: #01b7aa;
	margin: 5px 15px 0 0;
}

.outlined-iconCols >  span[class^="icon-"] {
	position: absolute;
	width: 54px;
	height: 54px;
	font-size: 1.5rem;
	line-height: 54px;
	margin: 0 auto;
	top: 50%;
	left: 27px;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
      	-ms-transform: translate(-50%, -50%);
        	transform: translate(-50%, -50%);
}

.txtCols,
.outlined-txtCols {
	width: 74%;
	height: auto;
}

.outlined-txtCols {
	padding: 20px 20px 0 40px;
	border: 1px solid #ddd;
	width: 96%;
	margin-left: 10px;
}

.iconCols:hover span[class^="icon-"],
.outlined-iconCols:hover span[class^="icon-"],
.small-iconCols:hover span[class^="icon-"]{
	background-color: #324252;
	-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}


/* ==============================================================
							LIST ICONS
================================================================= */

.iconList {
  margin-left: 1.75em;
  margin-bottom: 20px;
  padding-left: 0;
}

.iconList li {
  position: relative;
  padding: 3px 0;
}

.iconList > li [class*=" icon-"],
.iconList > li [class^="icon-"] {
  left: -1.75em;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 16px;
  font-size: 1.075rem;
}


/* ==============================================================
						SKILL COUNTERS STYLES
================================================================= */

.progressCharts {
	padding: 0 0 20px 0;

}

.chart {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 160px;
	margin: 22px;
	text-align: center;
}

.chart:before,
.chart:after {
	content: "";
	position: absolute;
	display: block;
	top: 12px;
	left: 12px;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	border: 1px solid #f8f8f8;
}

.chart:after {
	top: 16px;
	left: 16px;
	width: 128px;
	height: 128px;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.percent {
	display: inline-block;
	line-height: 160px;
	z-index: 2;
	font-size: 1.5rem;
	color: #01b7aa;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
}

.chart h3 {
	margin-top: 20px;
}


/* ==============================================================
						TWITTER FEED WIDGET
================================================================= */

ul#twitter-widget {
  	margin-bottom: 10px;
}

.twitter-feed li:first-child {
  	padding-top: 0;
  	border-top: 0;
}

.twitter-feed li {
  	padding: 10px 0 10px 0;
  	border-top: 1px solid #192027;
  	font-style: italic;
}

.twitter-feed li i {
  	margin-right: 5px;
  	color: #f8f8f8;
  	font-size: 1.25rem;
}

.twitter-feed li span {
	color: rgba(255, 255, 255, 0.9);
  	font-size: 0.875rem;
}

.twitter-feed li span a {
	color: #01b7aa;
	text-decoration: underline;
}

.twitter-feed small {
  	display: block;
  	margin-top: 3px;
}

.twitter-feed small a {
  	color: rgba(255, 255, 255, 0.7);
}


/* Back To Top Button
-----------------------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(50, 66, 82, 0.9) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.8;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}

.no-touch .cd-top:hover {
  background-color: #01b7aa;
  opacity: 1;
}


/* ==============================================================
							MEDIA QUERIES
================================================================= */

/* Medium Screens
-----------------------------------------------------------------*/
@media only screen and (min-width: 40.063em) {

	header {
		height: 680px;
	}

	.hgroup h1,
	.hgroup h2 {
		font-size: 1.85rem;
	}

	.ghostBtn {
		margin-right: 40px;
		margin-left: 5%;
	}	

	#logo {
		padding-top: 25px;
	}

	.right-off-canvas-toggle {
 		 margin-top: 1.9%;

	}

	.txtCols {
		width: 80%;
	}

	#testimonialSlider {
		margin-bottom: 40px;
	}

	#mc_form input[type="email"] {
		width: 45%;
	}

	/* Owl Carousel Special Styles */

	.owl-theme .owl-controls {
		text-align: center;
	}

	.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		color: #f8f8f8;
		background-color: transparent;
		font-size: 18px;
		height: 42px;
		left: 15px;
		line-height: 48px;
		margin-top: -18px;
		position: absolute;
		top: 50%;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		width: 42px;
	}

	.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	  	color: #01b7aa;
	}

	.owl-theme .owl-controls .owl-nav .owl-next {
		left: auto;
		right: 15px;
	}

}

/* Large Screens
-----------------------------------------------------------------*/
@media only screen and (min-width: 64.063em) {
  
  	.stuck { /* Sticky Navigation - IMPORTANT */
    	position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
	}

  	header {
		height: 600px;
		background-attachment: fixed;
	}

	.hgroup h1:before,
	.hgroup h1:after {
		display: block;
	  	position: absolute;
	  	content: "";
	  	background: none repeat scroll 0 0 #f8f8f8;
	  	top: 20px;
	  	left: 180px;
	  	width: 180px;
	  	height: 2px;
	}

	.hgroup h1:after {
	  	right: 180px;
	  	left: auto;
	}

	.portfolioHeader .hgroup h1:before,
	.portfolioHeader .hgroup h1:after {
		display: none;
	} 

	.right-off-canvas-toggle,
	.topHeaderMob {
		display: none;
	}
	  
	.topHeader,
	.sticky-wrapper {
		display: block;
		height: 85px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.sticky-wrapper .topHeader.stuck {
		position: fixed;
	}

  	#logo {
    	padding-left: 0;
  	}

  	#clientLogos ul li {
		padding-bottom: 0;
	}

	#clientLogos ul li img{
		max-width: initial;
	}


	/* Desktop Navigation */
  
	nav ul {
	  margin-bottom: 0;
	  margin-left: 1rem;
	}
	  
	.primaryMenu li {
	   display: inline-block;
	}

	.primaryMenu li a {
	   display: block;
	   padding: 30px 18px;
	   font-size: 1rem;
	   -webkit-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
	}

  	.primaryMenu li a:hover,
  	.primaryMenu li a:active,
  	.primaryMenu li a:focus,
  	.primaryMenu li a.selected {
    	background-color: #01b7aa;
    	color: #f8f8f8!important;
    	-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
  	}

 	.flex-direction-nav a {
	  	text-decoration: none;
	  	text-align: center;
	  	display: block;
	  	width: 40px;
	  	height: 40px;
	  	margin: -20px 0 0;
	  	position: absolute;
	  	line-height: 45px;
	  	top: 50%;
	  	z-index: 10;
	  	overflow: hidden;
	  	cursor: pointer;
	  	background-color: rgba(255, 255, 255, 0.9);
	}

	.flex-direction-nav .flex-prev {
	  	left: 0;
	}

	.flex-direction-nav .flex-next {
	  	right: 0;
	}

	.reveal-modal .close-reveal-modal, 
	dialog .close-reveal-modal {
		display: block;
		color: #324252;
		font-size: 1.25rem;
		top: 1.5rem;
		right: -0.5rem;
	}

  	#mc_form input[type="email"] {
		width: 75%;
	}

	.projectsWrapper {
		padding: 0;
	}

	[data-abide] .error small.error, 
	[data-abide] .error span.error, 
	[data-abide] span.error, 
	[data-abide] small.error {
		width: 88%;
	}

	[data-abide] .error.textarea small.error, 
	[data-abide] .error.textarea span.error, 
	[data-abide] span.error, 
	[data-abide] small.error {
		width: 94%;
	}

}

/* ========== Switcher Styles ========= */
#switcher {
  position: fixed;
  top: 25%;
  left: -200px;
  padding: 15px;
  background-color: #fff;
  width: 200px;
  height: auto;
  border: 1px solid #ddd;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#switcher.open {
  left: 0;
}

#switcherIcon {
  position: absolute;
  top: -1px;
  left: 198px;
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  cursor: pointer;

}
.switcherInner div:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
}
.versions {
  padding-top: 10px;
}
.versions a {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 6px;
  border: 1px solid #e2e2e2;
  float: left;
}

.turquoiseBg { background-color: #1bbc9b;}
.lightGreenBg { background-color: #9dd045;}
.lightBlueBg { background-color: #01b7aa;}
.redBg { background-color: #d83632;}







/*Logo carousel*/
/*Logo carousel*/
#clients2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#clients2 .clients-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#clients2 .clients-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#clients2 .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients2 .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 0.65;
}
#clients2 .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}





/* ========== Contact Styles ========= */
.wufoo{font-family:"Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;letter-spacing:.01em}.wufoo li{width:64%}.info{display:inline-block;clear:both;margin:0 0 5px 0;padding:0 1% 1.1em 1%;border-bottom:1px dotted #ccc}.info[class]{display:block}.hideHeader .info,#payment.hideHeader li.first{display:none}.info h2{font-weight:normal;font-size:160%;margin:0 0 5px 0;clear:left}.info div{font-size:95%;line-height:135%;color:#555}form ul{margin:0;padding:0;list-style-type:none}* html form ul{width:99%;zoom:1}form li{margin:0;padding:6px 1% 9px 1%;clear:both;background-color:transparent;position:relative;-webkit-transition:background-color 350ms ease-out;-moz-transition:background-color 350ms ease-out;-o-transition:background-color 350ms ease-out;transition:background-color 350ms ease-out}form ul:after,form li:after,form li div:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html form li{height:1%;margin-bottom:-3px}* + html form li{height:1%;margin-bottom:-3px}* html form li div{display:inline-block}* + html form ul,* + html form li div{display:inline-block}form li div{margin:0;padding:0;color:#444}form li span{margin:0 .3em 0 0;padding:0;float:left;color:#444}form li div span{margin:0;display:block;width:100%;float:left}li.twoColumns div span{width:48%;margin:0 5px 0 0}li.threeColumns div span{width:30%;margin:0 5px 0 0}li.notStacked div span{width:auto;margin:0 7px 0 0}form li.complex{padding-bottom:0}form li.complex div span{width:auto;margin:0 .3em 0 0;padding-bottom:12px}form li.complex div span.full{margin:0}form li.complex div span.left,form li.complex div span.right{margin:0;width:48%}form li.complex div span.full input,form li.complex div span.full select,form li.complex div span.left input,form li.complex div span.right input,form li.complex div span.left select,form li.complex div span.right select{width:100%}.left{float:left}.right{float:right}.clear{clear:both !important}label span,.section span,p span,.likert span{display:inline !important;float:none !important}form li div label,form li span label{margin:0;padding-top:3px;clear:both;font-size:85%;line-height:160%;color:#444;display:block}fieldset{display:block;border:none;margin:0;padding:0}label.desc,legend.desc{font-size:95%;font-weight:bold;color:#222;line-height:150%;margin:0;padding:0 0 3px 0;border:none;display:block;white-space:normal;width:100%}label.choice{display:block;cursor:pointer;font-size:100%;line-height:150%;margin:-17px 0 0 23px;padding:0 0 5px 0;color:#222;width:88%}.safari label.choice{margin-top:-16px}form.rightLabel .desc{padding-top:2px}span.symbol{font-size:120%;line-height:135%}form li .datepicker{float:left;margin:.19em 5px 0 0;padding:0;width:16px;height:16px;cursor:pointer !important}form span.req{display:inline;float:none;color:red !important;font-weight:bold;margin:0;padding:0}form li div label var{font-weight:bold;font-style:normal}form li div label .currently{display:none}input.text,input.search,input.file,textarea.textarea,select.select{font-family:"Lucida Grande", Tahoma, Arial, sans-serif;font-size:100%;color:#333;margin:0;padding:2px 0}input.text,input.search,textarea.textarea{border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-right:1px solid #c3c3c3;border-bottom:1px solid #ddd;background:#fff url(../images/fieldbg.gif) repeat-x top}input.nospin::-webkit-inner-spin-button,input.nospin::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}select.select{padding:1px 0 0 0}input.search{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding-left:6px}input.checkbox,input.radio{display:block;margin:4px 0 0 0;padding:0;width:13px;height:13px}input.other{margin:0 0 8px 25px}.safari select.select{font-size:120% !important;margin:0 0 1px 0}* html select.select{margin:1px 0}* + html select.select{margin:1px 0}.center,form li span.center input.text,form li span.center label,form li.name span label,form li.date input.text,form li.date span label,form li.phone input.text,form li.phone span label,form li.time input.text,form li.time span label{text-align:center}form li.time select.select{margin-left:5px}form li.price .right{text-align:right}.third{width:32% !important}.half{width:48% !important}.full{width:100% !important}input.small,select.small{width:25%}input.medium,select.medium{width:50%}input.large,select.large{width:100%}.msie[class] select.ieSelectFix{width:auto}.msie[class] select.ieSelectFix.small{min-width:25%}.msie[class] select.ieSelectFix.medium{min-width:50%}.msie[class] select.ieSelectFix.large{width:100%}textarea.textarea{width:293px;min-width:100%;max-width:100%}textarea.small{height:5.5em}textarea.medium{height:10em}textarea.large{height:20em}li.file a{color:#222;text-decoration:none}li.file span{display:inline;float:none}li.file img{display:block;float:left;margin:0 0 0 -10px;padding:5px 5px 7px 5px}li.file .file-size,li.file .file-type{color:#666;font-size:85%;text-transform:uppercase}li.file .file-name{display:block;padding:14px 0 0 0;color:blue;text-decoration:underline}li.file .file-delete{color:red !important;font-size:85%;text-decoration:underline}li.file a:hover .file-name{color:green !important}li.file a:hover .file-name{color:green !important}form li.likert{margin:0;padding:6px 1% 5px 1%;width:auto !important;clear:both !important;float:none !important}.likert table{margin:0 0 .9em 0;background:#fff;width:100%;border:1px solid #dedede;border-bottom:none}.likert caption{text-align:left;color:#222;font-size:95%;line-height:135%;padding:5px 0 .5em 0}.likert input{padding:0;margin:2px 0}.likert tbody td label{font-size:85%;display:block;color:#565656}.likert thead td,.likert thead th{background-color:#e6e6e6}.likert td{border-left:1px solid #ccc;text-align:center;padding:4px 6px}.likert thead td{font-size:85%;padding:10px 6px}.likert th,.likert td{border-bottom:1px solid #dedede}.likert tbody th{padding:8px 8px;text-align:left}.likert tbody th label{color:#222;font-size:95%;font-weight:bold}.likert tbody tr.alt td,.likert tbody tr.alt th{background-color:#f5f5f5}.likert tbody tr:hover td,.likert tbody tr:hover th{background-color:#FFFFCF}.col1 td{width:30%}.col2 td{width:25%}.col3 td{width:18%}.col4 td{width:14.5%}.col5 td{width:12%}.col6 td,.col7 td{width:10%}.col8 td,.col9 td,.col10 td{width:6.5%}.col11{width:6%}.hideNumbers tbody td label{display:none}form li.buttons{width:auto !important;position:relative;clear:both;padding:10px 1% 10px 1%}form li.buttons input{font-size:100%;margin-right:5px}input.btTxt{padding:0 7px;width:auto;overflow:visible}.safari input.btTxt{font-size:120%}.buttons .marker{position:absolute;top:0;right:0;padding:15px 10px 0 0;color:#000;width:auto}button.link{display:inline-block;border:none;background:none;color:blue;text-decoration:underline;cursor:pointer;padding:0;font-size:100%}button.link:hover{color:green}.leftLabel li,.rightLabel li{width:74% !important;padding-top:9px}.leftLabel .desc,.rightLabel .desc{float:left;width:31%;margin:0 15px 0 0}.rightLabel .desc{text-align:right}.leftLabel li div,.rightLabel li div{float:left;width:65%}* html .leftLabel li fieldset div,* html .rightLabel li fieldset div{float:right}* + html .leftLabel li fieldset div,* + html .rightLabel li fieldset div{float:right}.leftLabel .buttons,.rightLabel .buttons{padding-left:23%}.leftLabel .buttons div,.rightLabel .buttons div{float:none;margin:0 0 0 20px}.leftLabel p.instruct,.rightLabel p.instruct{width:28%;margin-left:5px}.leftLabel .altInstruct .instruct,.rightLabel .altInstruct .instruct{margin-left:31% !important;padding-left:15px;width:65%}.noI form li,.altInstruct form li{width:auto !important}.noI .leftLabel .buttons,.noI .rightLabel .buttons{padding-left:31%}.noI .leftLabel .buttons div,.noI .rightLabel .buttons div{margin:0 0 0 17px}form li.leftHalf,form li.rightHalf{width:47% !important}form li.leftThird,form li.middleThird,form li.rightThird{width:30% !important}form li.leftFourth,form li.middleFourth,form li.rightFourth{width:23% !important;_width:22% !important}form li.leftFifth,form li.middleFifth,form li.rightFifth{width:18% !important;_width:17% !important}form li.middleThird{clear:none !important;float:left;margin-left:2% !important}form li.leftFourth,form li.middleFourth,form li.leftFifth,form li.middleFifth{clear:none !important;float:left}form li.rightHalf,form li.rightThird,form li.rightFourth,form li.rightFifth{clear:none !important;float:right}li.leftHalf .small,li.rightHalf .small,li.leftHalf .medium,li.rightHalf .medium,li.leftThird .small,li.middleThird .small,li.rightThird .small,li.leftThird .medium,li.middleThird .medium,li.rightThird .medium,li.leftFourth .medium,li.middleFourth .medium,li.rightFourth .medium,li.leftFourth .small,li.middleFourth .small,li.rightFourth .small,li.leftFifth .medium,li.middleFifth .medium,li.rightFifth .medium,li.leftFifth .small,li.middleFifth .small,li.rightFifth .small{width:100% !important}form li.leftHalf,form li.leftThird,form li.leftFourth,form li.leftFifth{clear:left !important;float:left}* html form li.middleFourth{margin-left:1% !important}* html form li.middleFifth{margin-left:1% !important}form li.focused{background-color:#fff7c0}form .instruct{position:absolute;top:0;left:0;z-index:1000;width:45%;margin:0 0 0 8px;padding:8px 10px 10px 10px;border:1px solid #e6e6e6;background:#f5f5f5;visibility:hidden;opacity:0;font-size:105%;-webkit-transition:opacity 350ms ease-out;-moz-transition:opacity 350ms ease-out;-o-transition:opacity 350ms ease-out;transition:opacity 350ms ease-out}form .instruct small{line-height:120%;font-size:80%;color:#444}form li.focused .instruct,form li:hover .instruct{left:100%;visibility:visible;opacity:1}.altInstruct .instruct,li.leftHalf .instruct,li.rightHalf .instruct,li.leftThird .instruct,li.middleThird .instruct,li.rightThird .instruct,li.leftFourth .instruct,li.middleFourth .instruct,li.rightFourth .instruct,li.leftFifth .instruct,li.middleFifth .instruct,li.rightFifth .instruct,.iphone .instruct{visibility:visible;position:static;margin:0;padding:6px 0 0 0;width:100%;clear:left;background:none !important;border:none !important;font-style:italic;opacity:1}.altInstruct p.complex,li.leftHalf p.complex,li.rightHalf p.complex,li.leftThird p.complex,li.middleThird p.complex,li.rightThird p.complex,.iphone p.complex{padding:0 0 9px 0}.hideSeconds .seconds,.hideAMPM .ampm,.hideAddr2 .addr2,.hideSecondary #previousPageButton,.hideCents .radix,.hideCents .cents,.hideState .state{display:none}form li.section{clear:both;margin:0;padding:7px 0 0 0;width:auto !important;position:static}form li.section h3{font-weight:normal;font-size:110%;line-height:135%;margin:0 0 3px 0;width:auto;padding:12px 1% 0 1%;border-top:1px dotted #ccc}form li.first{padding:0}form li.first h3{padding:8px 1% 0 1%;border-top:none !important}form li.section div{display:block;width:auto;float:none;font-size:85%;line-height:160%;margin:0 0 1em 0;padding:0 1% 0 1%}form li.section.scrollText{border:1px solid #dedede;height:150px;overflow:auto;margin-bottom:10px;padding:10px;-webkit-box-shadow:rgba(0,0,0,0.15) 0 0 3px;-moz-box-shadow:rgba(0,0,0,0.15) 0 0 3px;-o-box-shadow:rgba(0,0,0,0.15) 0 0 3px;box-shadow:rgba(0,0,0,0.15) 0 0 3px}form li.section.scrollText h3{border:none;padding-top:8px}form li.captcha{width:auto !important;clear:both;border-top:1px dotted #ccc;margin-top:5px;padding:1.1em 1% 9px 1%;width:auto !important;position:static}form li.captcha label.desc{width:auto !important;margin-bottom:4px;float:none}* + html #recaptcha_area,* + html #recaptcha_table{min-width:450px !important}* html #recaptcha_area,* html #recaptcha_table{width:450px !important}#recaptcha_widget_div table{background:#fff}form li.captcha .noscript iframe{border:none;overflow:hidden;margin:0;padding:0}form li.captcha .noscript label.desc{display:block !important}form li.captcha .noscript textarea{margin-left:12px}iframe[src="about:blank"]{display:none}form li.paging-context{clear:both;border-bottom:1px dotted #ccc;margin:0 0 7px 0;padding:5px 1% 10px 1%;width:auto !important;position:static}.paging-context table{width:100%}.pgStyle1 td{text-align:left;vertical-align:middle}.pgStyle1 td.c{width:22px}.pgStyle1 td.t{padding:0 1%}.pgStyle1 var{display:block;float:left;background:none;border:1px solid #CCC;color:#000;width:20px;height:20px;line-height:19px;text-align:center;font-size:85%;font-style:normal;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-o-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;box-shadow:rgba(0,0,0,0.15) 0 1px 2px}.pgStyle1 .done var{background:#ccc}.pgStyle1 .selected var{background:#FFF7C0;color:#000;border:1px solid #e6dead;font-weight:bold}.pgStyle1 b{font-size:85%;font-weight:normal;color:#000}.pgStyle1 .selected b{font-weight:bold}.circle6 td,.circle7 td{vertical-align:top;text-align:center}.nopagelabel td.t{display:none}.nopagelabel .pgStyle1 var,.circle6 var,.circle7 var{width:24px;height:24px;line-height:24px;font-size:90%;margin:0 auto 7px auto;float:none;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.nopagelabel .pgStyle1 var{margin-bottom:0}.circle6 b,.circle7 b{padding:0}.circle2 td{width:50%}.circle3 td{width:33%}.circle4 td{width:25%}.circle5 td{width:20%}.circle6 td{width:16.6%}.circle7 td{width:14.2%}.pgStyle2 td{vertical-align:middle;height:25px;padding:2px;border:1px solid #CCC;position:relative;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;-webkit-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;-moz-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;-o-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;box-shadow:rgba(0,0,0,0.1) 1px 1px 1px}.pgStyle2 var{display:block;height:26px;float:left;background:#FFF7C0;color:#000;font-style:normal;text-align:right;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-shadow:rgba(0,0,0,0.15) 1px 0 0;-moz-box-shadow:rgba(0,0,0,0.15) 1px 0 0;-o-box-shadow:rgba(0,0,0,0.15) 1px 0 0;box-shadow:rgba(0,0,0,0.15) 1px 0 0}.pgStyle2 var b{display:block;float:right;font-size:100%;padding:3px 10px 3px 3px;line-height:19px}.pgStyle2 em{font-size:85%;font-style:normal;display:inline-block;margin:0 0 0 9px;padding:4px 0;line-height:18px}.pgStyle2 var em{padding:4px 5px 3px 0}.page1 .pgStyle2 var{padding-left:7px;text-align:left;background:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.page1 .pgStyle2 b{float:none;padding-right:0}.hideMarkers .marker,.nopagelabel .pgStyle1 b,.nopagelabel .pgStyle2 em{display:none !important}#errorLi{width:99%;margin:15px auto 15px auto;background:#fff !important;border:1px solid red;text-align:center;padding:1em 0 1em 0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}#errorMsgLbl{margin:0 0 5px 0;padding:0;font-size:125%;color:#DF0000 !important}#errorMsg{margin:0 0 2px 0;color:#000 !important;font-size:100%}#errorMsg b{padding:2px 8px;background-color:#FFDFDF !important;color:red !important;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}form li.error{display:block !important;background-color:#FFDFDF !important;margin-bottom:3px !important}form li label.error,form li input.error{color:#DF0000 !important;font-weight:bold !important}form li input.error{background:#fff !important;border:2px solid #DF0000 !important}form li.error label,form li.error span.symbol{color:#000 !important}form li.error .desc{color:#DF0000 !important}form p.error{display:none;margin:0 !important;padding:7px 0 0 0 !important;line-height:10px !important;font-weight:bold;font-size:11px;color:#DF0000 !important;clear:both}form li.error p.error{display:block}form li.complex p.error{padding:0 0 9px 0 !important}.rtl h1,.rtl form *{direction:rtl;text-align:right}.rtl li span{float:right}.rtl .right{float:left}.rtl #logo a{background-position:right top}.rtl label.choice{margin:-17px 23px 0 0}.rtl .leftLabel .desc,.rtl .rightLabel .desc{float:right;margin:0 0 0 15px}.rtl .leftLabel li div,.rtl .rightLabel li div{float:right}.rtl .leftLabel .desc{text-align:left}.rtl li.focused .instruct,.rtl li:hover .instruct{left:auto;right:100%}.rtl .leftLabel p.instruct,.rtl .rightLabel p.instruct{margin-right:5px}.rtl .leftLabel .altInstruct .instruct,.rtl .rightLabel .altInstruct .instruct{margin-right:31% !important;padding-right:15px}.rtl .leftLabel .buttons,.rtl .rightLabel .buttons{padding-right:23%}.rtl .leftLabel .buttons div,.rtl .rightLabel .buttons div{float:none;margin:0 20px 0 0}.noI .rtl .leftLabel .buttons,.noI .rtl .rightLabel .buttons{padding-right:31%}.noI .rtl .leftLabel .buttons div,.noI .rtl .rightLabel .buttons div{margin:0 17px 0 0}.rtl .likert td label{text-align:center}.rtl .likert caption,.rtl .likert tbody th{text-align:right}.rtl .likert td{text-align:center;border-left:none;border-right:1px solid #ccc}.rtl .pgStyle1 var{text-align:center}.rtl .pgStyle1 td{text-align:right}.rtl .pgStyle2 var{float:right}.rtl .pgStyle2 var b{float:left;padding:3px 3px 3px 10px}.rtl .pgStyle2 em{margin:0 9px 0 0}.rtl .pgStyle2 var em{padding:4px 0 3px 5px}.rtl .page1 .pgStyle2 var{padding-right:7px}.rtl .page1 .pgStyle2 b{padding-left:0}.rtl .buttons .marker{right:auto;left:0;padding:15px 0 0 10px}.rtl #errorLi *{text-align:center}
