/* Fonts
	font-family: 'Montserrat', sans-serif;
	font-family: 'Open Sans', sans-serif;
*/

body {
	background: #ffffff;
	color: #525252;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1,
h2 {
	color: #4a4a4a;
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

h2 {
}

h3 {
	color: #2e2d2d;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

h4 {
	color: #4f4f4f;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	color: #40a1cc;
	outline: none;
}

a:hover { 
	color: #808080;
}

a img { border: 0; }

p {
	line-height: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}

.wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.page-banner {
	display: none;
}

.hr {
	border-bottom: 1px solid #b2b2b2;
	clear: both;
	margin: 0 0 40px 0;
	padding: 30px 0 0 0;
}

.hr hr {
	display: none;
}

table p {
	margin: 0;
}

.mobile-only {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header & Search ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
	position: relative;
	z-index: 83;
}

.header .wrapper {
	position: relative;
	height: 95px;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.header .logo {
	float: left;
	margin: 27px 0 0 0;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
	float: right;
}

.primary-navigation-wrap > ul {
	list-style: none;
	margin: 43px 0 0 0;
	padding: 0;
}

.primary-navigation-wrap > ul > li {
	float: left;
	margin-left: 40px;
	height: 26px;
	position: relative;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.primary-navigation-wrap > ul > li.first {
	z-index: 41;
}

.primary-navigation-wrap > ul > li:first-child {
	z-index: 41;
}

.primary-navigation-wrap > ul > li > a {
	color: #363636;
	display: block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation-wrap > ul > li:hover > a,
.primary-navigation-wrap > ul > li.selected > a {
	border-bottom: 4px solid #77a8c6;
}

.primary-navigation-wrap > ul > li.sub:hover > a {
	border: 0;
}

/* drop */
.primary-navigation-wrap > ul > li > .arrow {
	background: url(/images/template/drop-arrow.png) 0 0 no-repeat;
	display: none;
	height: 15px;
	left: 50%;
	margin: 16px 0 0 -9px;
	position: absolute;
	width: 18px;
	z-index: 2;
}

.primary-navigation-wrap > ul > li > ul {
	background: #ffffff;
	border: 1px solid #bebebe;
	display: none;
	left: -50px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 172px;
}

.primary-navigation-wrap > ul > li:hover > .arrow,
.primary-navigation-wrap > ul > li:hover > ul {
	display: block;
}

.primary-navigation-wrap > ul > li > ul > li {
	border-bottom: 1px solid #bebebe;
}

.primary-navigation-wrap > ul > li > ul > li.last {
	border-bottom: 0;
}

.primary-navigation-wrap > ul > li > ul > li:last-child {
	border-bottom: 0;
}

.primary-navigation-wrap > ul > li > ul > li > a {
	color: #363636;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 8px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation-wrap > ul > li > ul > li > a:hover,
.primary-navigation-wrap > ul > li > ul > li.selected > a {
	color: #77a8c6;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Inside Page ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-heading {
	background: #525252;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.banner-image {
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 223px;
}

.page-type-14 .banner-image {
	display: none;
}

.banner-image img {
	width: 100%;
}

.inside-page {
	background: url(/images/template/header-drop-shadow.png) 0 0 repeat-x;
	padding: 30px 0;
	position: relative;
}

.inside-page .left-side {
	float: left;
	padding: 0 0 0 10px;
	width: 232px;
}

.inside-page .right-side {
	float: right;
	min-height: 400px;
	padding: 0 20px 20px 20px;
	width: 670px;
}

.inside-page .right-side.full-width {
	float: none;
	padding: 0 0 0 0;
	width: auto;
}

.inside-page .right-side.full-width h1 {
}

#breadcrumbs {
	display: none;
	float: right;
	font-size: 11px;
}

.main-content {
	padding-bottom: 100px;
}

.heading-wrap {
	background: #f4f7f8 url(/images/template/header-drop-shadow.png) 0 0 repeat-x;
	margin: -30px 0 50px 0;
	padding: 45px 0;
	text-align: center;
}

.heading-wrap .wrapper {
	max-width: 735px;
}

.heading-wrap h1 {

}

.heading-wrap p {

}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Left Navigation ------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* first level */
.left-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

.left-nav > ul > li {
	padding-bottom: 2px;
}

.left-nav > ul > li > a {
	background: #b6b6b6;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
}

.left-nav > ul > li > a:hover,
.left-nav > ul > li.selected > a {
	background: #498fac;
}

/* second level */
.left-nav > ul > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav > ul > li.selected > ul {
	display: block;
}

.left-nav > ul > li.selected > ul > li > a {
	background: #ffffff;
	border-bottom: 1px solid #dbdbdb;
	color: #777777;
	display: block;
	font-weight: normal;
	font-size: 14px;
	padding: 8px 10px;
	text-decoration: none;
}

.left-nav > ul > li.selected > ul > li.last a {
	border-bottom: 0;
}

.left-nav > ul > li.selected > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li > a:hover {
	background: #ecf4f7;
}

/* third level */
.left-nav > ul > li.selected > ul > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav > ul > li.selected > ul > li.selected > ul {
	display: block;
}

.left-nav > ul > li.selected > ul > li > ul > li > a {
	background: #ffffff;
	border-bottom: 1px solid #dbdbdb;
	color: #777777;
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 8px 20px;
	text-decoration: none;
}

.left-nav > ul > li.selected > ul > li > ul > li.last a {
	border-bottom: 0;
}

.left-nav > ul > li.selected > ul > li > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li > ul > li a:hover {
	background: #ecf4f7;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.main-content.has-side-boxes {
	width: 420px;
}

.side-boxes {
	float: right;
	width: 250px;
}

.side-boxes .side-box {
	background: none;
	font-size: 12px;
	margin: -30px 0 25px 30px;
	padding: 15px;
}

.side-boxes .side-box img {
	max-width: 100%;
}

.side-boxes .side-box h3 {
	display: none;
}

.side-boxes .side-box .slideshow {

}

.side-boxes .side-box .slideshow .slide {

}

.side-boxes .side-box .slideshow .slide h2 {
	display: none;
}

.side-boxes .side-box .slideshow .slide img {
	width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
	background: #232b31;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer .wrapper {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}

.footer .left {
	float: left;
}

.footer .left p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.footer .left p strong {
	font-size: 16px;
}

.footer .left p.copyright {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer .right {
	float: right;
}

.footer .right .button {
	background: #ffffff;
	color: #3b3b3b;
	margin-left: 10px;
	padding: 0;
	text-align: center;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	width: 180px;
}

.footer .right .button:hover {
	background: #77a8c6;
	color: #ffffff;
}

.footer .powered-by {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: #77a8c6;
	border: 0;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
}

.button:hover,
.small-action-button:hover {
	background: #435a6d;
	color: #ffffff;
	opacity: 1;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Pager ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.upper-pager {
	text-align: right;
	float: right;
	margin: 0 0 0 0;
	height: 35px;
}

.lower-pager {
	float: right;
}

.page-buttons {
	float: right;
	height: 20px;
	padding: 0;
}

.page-count {
	color: #b7b7b7;
	float: left;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

.pager, .pager-prev, .pager-next {
	background: #5ba0b5;
	border: 0;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	margin: 0 0 0 3px;
	padding: 0 8px;
	text-decoration: none;
}

.pager:hover, .pager-prev:hover, .pager-next:hover,
.pager.on {
	background: #7a7a7a;
	border: 0;
	color: #ffffff;
	text-decoration: none;
}

.pager-next, .pager-prev {
	background: #5ba0b5;
	font-size: 10px;
	text-transform: uppercase;
}

.search-page-form-wrap .text-search-wrap .submit {
	background: #5ba0b5;
	border: 0;
	color: #ffffff;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Back to Top button ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#back-to-top {
	background: url(/images/icons/back-to-top.png) 0 0 no-repeat;
	bottom: 18px;
	display: none;
	height: 52px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	right: 18px;
	width: 51px;
	z-index: 9999;
}

#back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Homepage -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.homepage {
	background: #ffffff;
}

.homepage .box-1,
.homepage .box-1 .marquee-stage,
.homepage .box-1 .marquee-stage .slide {
	background: url(/images/homepage/featured-spinner.gif) 50% 50% no-repeat;
	height: 300px;
	overflow: hidden;
	position: relative;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	width: 100%;
}

.homepage .box-1 .marquee-stage {
	background: #e4edf2;
	position: absolute;
}

.homepage .box-1 .marquee-stage .slide {
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	text-decoration: none;
}

.homepage .box-1 .marquee-stage .slide .wrapper {
	padding-top: 80px;
	text-align: center;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.homepage .box-1 .marquee-stage .slide .wrapper h2 {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 56px;
	line-height: 75px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}


.homepage .box-2 {
	overflow: hidden;
	text-align: center;
}

.homepage .box-2 .wrapper {
	color: #4a4a4a;
	font-size: 20px;
	padding: 30px 0 80px 0;
	position: relative;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.homepage .box-2 h1 {
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.homepage .box-2 p {
	line-height: 34px;
	margin: 0 auto 30px auto;
	max-width: 880px;
}

.homepage .box-3 {
	background: #e3eaef;
	text-align: left;
}

.homepage .box-3 h2 {
	font-size: 52px;
	line-height: 52px;
	text-align: left;
	text-transform: none;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.homepage .box-3 h2,
.homepage .box-3 p {
	max-width: 56%;
}

.homepage .box-3 .wrapper {
	position: relative;
	background: url(/images/homepage/flex-time.png) 98% 58px no-repeat;
	background-size: 37% auto;
	min-height: 362px;
	padding: 92px 10px 36px 10px;
}

.homepage .box-4 {
	background: #eff7fc;
	text-align: center;
}

.homepage .box-4 .wrapper {
	padding: 42px 0 90px 0;
}

.homepage .box-4 h2 {
	background: url(/images/icons/capabilities.png) 50% 0 no-repeat;
	color: #5a5a5a;
	margin: 0 0 30px 0;
	padding: 43px 0 0 0;
}

.homepage-capabilities {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 905px;
}

.homepage-capabilities li {
	float: left;
	width: 20%;
	text-align: center;
}

.homepage-capabilities li a {
	color: #2e2d2d;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.homepage-capabilities li a .image {
	display: block;
	padding-bottom: 10px;
}

.homepage-capabilities li a .image img {
	max-width: 100%;
}

.homepage-capabilities li a:hover {
	opacity: .8;
}

.homepage .box-5 {
	background: #334552;
	position: relative;
}

.homepage .box-5 .wrapper {
	padding: 50px 0;
}

.homepage .box-5 h2 {
	background: url(/images/icons/our-blog.png) 50% 0 no-repeat;
	color: #ffffff;
	margin: 0 0 40px 0;
	padding: 65px 0 0 0;
}

.homepage .box-5 .content-box-list {
	border-top: 1px solid #546776;
	text-align: center;
}

.homepage .box-5 .content-box-list li {
	border-bottom: 1px solid #546776;
	position: relative;
}

.homepage .box-5 .content-box-list li a {
	background: none;
	padding: 30px 0;
}

.homepage .box-5 .content-box-list li a .date {
	background: none;
	color: #9fb4c3;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	float: none;
	height: auto;
	padding: 0;
	text-transform: uppercase;
	width: auto;
}

.homepage .box-5 .content-box-list li a .date strong {
	color: #9fb4c3;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 0 0 0 4px;
}

.homepage .box-5 .content-box-list li a .title {
	color: #ffffff;
	font-size: 24px;
	padding: 20px 0;
}

.homepage .box-5 .content-box-list li a .abstract {
	background: #c7d1d9;
	border-radius: 5px;
	bottom: 7px;
	color: #313030;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 300;
	left: 3px;
	line-height: 30px;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 25px 35px;
	position: absolute;
	right: 3px;
	top: 7px;
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	z-index: 1;
}

.homepage .box-5 .content-box-list li a .see-details {
	color: #9fb4c3;
	font-size: 14px;
	text-transform: uppercase;
}

.homepage .box-5 .content-box-list li a:hover .abstract {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Portfolio ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.portfolio-page {
	padding-bottom: 100px;
	text-align: center;
}

.portfolio-page h1 {
}

.portfolio-page > p {
	font-size: 18px;
	padding: 0 80px;
}

.portfolio-page .menu-wrap {
}

.portfolio-page.engaged .menu-wrap {
	box-shadow: 0 10px 10px rgba(0,0,0,0.15);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 82;
}

.portfolio-page.engaged .menu-wrap.fixed {
	position: fixed;
	top: 0;
}

.portfolio-page .menu-wrap .wrapper {
	max-width: 960px;
}

.portfolio-page .menu-wrap .menu-inside {
	margin: 0;
}

.portfolio-page .menu-wrap .menu-inside .portfolio-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-page .menu-wrap .menu-inside .portfolio-menu li {
	float: left;
	width: 25%;
	padding-bottom: 20px;
}

.portfolio-page .menu-wrap .menu-inside .portfolio-menu li a {
	color: #2e2d2d;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.portfolio-page .menu-wrap .menu-inside .portfolio-menu li a .icon {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 71px;
}

body.page-samples-by-client .portfolio-page .menu-wrap .menu-inside .portfolio-menu li a .icon {
	height: 81px;
}

body.page-samples-by-client .portfolio-page .menu-wrap .menu-inside .portfolio-menu li a .text {
	display: none;
}

.portfolio-page .menu-wrap .menu-inside .portfolio-menu li a:hover {
	opacity: .8;
}

.portfolio-page .menu-wrap #portfolio-menu-toggle {
	background: #77a8c6;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #ffffff;
	display: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	height: 36px;
	left: 50%;
	line-height: 36px;
	margin-left: -45px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 90px;
	z-index: 82;
}

.portfolio-page .menu-wrap #portfolio-menu-toggle:hover {
	background: #435a6d;
}

.portfolio {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio > li {
	border-top: 1px solid #8d8d8d;
	padding: 50px 0 20px 0;
	position: relative;
}

.portfolio > li > .spinner {
	background: #ffffff url(/images/icons/loader.gif) 50% 50% no-repeat;
	bottom: 0;
	left: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

.portfolio > li > .wrap {
	min-height: 633px;
}

.portfolio > li .info {
	clear: both;
}

.portfolio > li .info h2 {
	font-size: 18px;
	text-transform: none;
}

.portfolio > li .info .button {
	float: right;
	font-size: 24px;
	height: 72px;
	line-height: 72px;
	padding: 0;
	text-align: center;
	width: 22%;
}

.portfolio > li .main-image {
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	/*
	min-height: 500px;
	max-height: 500px;
	*/
	overflow: hidden;
}

.portfolio > li .main-image .stage .slide {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.portfolio > li .main-image .stage .slide.placeholder {
	position: static;
}

.portfolio > li .main-image .stage .slide .image {
}

.portfolio > li .main-image .stage .slide .image img {
	max-width: 100%;
}

.portfolio > li .main-image .prev-arrow,
.portfolio > li .main-image .next-arrow {
	background: url(/images/portfolio/arrow-left.png) 0 0 no-repeat;
	height: 41px;
	margin-top: -20px;
	opacity: .6;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 41px;
	z-index: 80;
}

.portfolio > li .main-image .next-arrow {
	background: url(/images/portfolio/arrow-right.png) 0 0 no-repeat;
	left: auto;
	right: 30px;
}

.portfolio > li .main-image .prev-arrow:hover,
.portfolio > li .main-image .next-arrow:hover {
	opacity: 1;
}

.portfolio > li .main-image .prev-arrow span,
.portfolio > li .main-image .next-arrow span {
	display: none;
}

.portfolio > li .gallery-nav-wrapper {
}

.portfolio > li .gallery-nav-wrapper,
.portfolio > li .gallery-nav-wrapper > ul,
.portfolio > li .gallery-nav-wrapper > ul > li > a {
	height: 80px !important;
}

.portfolio > li .gallery-nav-wrapper {
	height: 80px;
	margin: 10px auto 20px auto;
	overflow: auto;
	padding: 0 1%;
	position: relative;
	width: 98%;
	max-width: 800px;
}

.portfolio > li .gallery-nav-wrapper ul {
	opacity: 0;
	filter: alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

.portfolio > li .gallery-nav-wrapper ul li {
	float: left;
	padding: 0;
	position: absolute;
}

.portfolio > li .gallery-nav-wrapper ul li a {
	display: block;
	float: left;
	overflow: hidden;
	width: 120px;
}

.portfolio > li .gallery-nav-wrapper ul li a img {
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
}

.portfolio > li .gallery-nav-wrapper ul li.activeSlide a img,
.portfolio > li .gallery-nav-wrapper ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Services ------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
body.page-services .heading-wrap .wrapper {
	max-width: 960px;
}

.service-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-items li {
	float: left;
	width: 20%;
	text-align: center;
}

.service-items li a {
	color: #2e2d2d;
	display: block;
	font-size: 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.service-items li a .rollover {
	background: #ff9c00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	bottom: 0;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 50px 20px 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	text-transform: uppercase;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
}

.service-items li a:hover .rollover {
	opacity: .95;
	filter: alpha(opacity=95);
}

.service-items li a .icon {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 119px;
}

.service-items li a .icon.website-design { background-image: url(/images/services/website-design.png); }
.service-items li a .icon.mobile-design { background-image: url(/images/services/mobile-design.png); }
.service-items li a .icon.video { background-image: url(/images/services/video.png); }
.service-items li a .icon.advertising { background-image: url(/images/services/advertising.png); }
.service-items li a .icon.graphic-design { background-image: url(/images/services/graphic-design.png); }

.service-items li a .text {

}

body.page-services h1 {
	font-size: 44px;
	padding: 0;
	text-align: left;
	text-transform: none;
}

body.page-services h2 {
	background: url(/images/icons/capabilities.png) 50% 0 no-repeat;
	clear: both;
	margin-top: 30px;
	padding-top: 43px;
}

body.page-services h3 {
	font-size: 28px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Products Page --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-products .main-content p {
	margin-left: auto;
	margin-right: auto;
	max-width: 730px;
}

body.page-products h1 {
	background: url(/images/icons/our-products.png) 50% 0 no-repeat;
	padding-top: 53px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Case Studies Page ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-case-studies h1 {
	background: url(/images/icons/case-studies.png) 50% 0 no-repeat;
	padding-top: 53px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog Page ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.blog-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.blog-nav li {
	background-image: url(/images/blog/bg01.jpg);
	display: inline-block;
	margin: 0 0.75% 2% 0.75%;
	width: 23%;
}

.blog-nav li.selling-unicorns { background-image: url(/images/blog/bg01.jpg); }
.blog-nav li.design { background-image: url(/images/blog/bg02.jpg); }
.blog-nav li.marketing-media { background-image: url(/images/blog/bg03.jpg); }
.blog-nav li.mobile { background-image: url(/images/blog/bg04.jpg); }
.blog-nav li.technology { background-image: url(/images/blog/bg05.jpg); }
.blog-nav li.social-media { background-image: url(/images/blog/bg06.jpg); }
.blog-nav li.things-we-like { background-image: url(/images/blog/bg07.jpg); }
.blog-nav li.contributors { background-image: url(/images/blog/bg08.jpg); }

.blog-nav li a {
	background-position: 50% 40%;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	height: 256px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.blog-nav li.selling-unicorns a { background-image: url(/images/blog/selling-unicorns.png); background-position: 60% 35%; }
.blog-nav li.design a { background-image: url(/images/blog/design.png); }
.blog-nav li.marketing-media a { background-image: url(/images/blog/marketing-media.png); background-position: 57% 32%; }
.blog-nav li.mobile a { background-image: url(/images/blog/mobile.png); }
.blog-nav li.technology a { background-image: url(/images/blog/technology.png); background-position: 50% 34%; }
.blog-nav li.social-media a { background-image: url(/images/blog/social-media.png); }
.blog-nav li.things-we-like a { background-image: url(/images/blog/things-we-like.png); }
.blog-nav li.contributors a { background-image: url(/images/blog/contributors.png); }


.blog-nav li a .title {
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-top: 198px;
	text-transform: uppercase;
}

.blog-nav li a .seperator {
	display: none;
}

.blog-nav li a .description {
	background: url(/images/template/white-90.png);
	bottom: 10px;
	color: #4a4a4a;
	cursor: pointer;
	display: block;
	font-size: 13px;
	left: 10px;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 30px 10px 0 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
}

.blog-nav li a:hover .description {
	opacity: 1.00;
	filter: alpha(opacity=100);
}

body.page-the-blog .heading-wrap { 
	display: none;
}

body.page-blog h1 {
	background: url(/images/icons/our-blog-dark.png) 50% 0 no-repeat;
	padding-top: 53px;
}
.blog-left-column {
	width: 74%;
}

.blog-left-column h2 {
	text-align: left;
	text-transform: none;
}

.blog-right-column {
	width: 20%;
}

.posted-in, p.now-viewing {
	background: none;
	border: 0;
	border-bottom: 8px solid #e5e5e5;
	line-height: 30px;
	padding: 0 0 18px 0;
}

.blog-left-column .button {
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 45px;
}

.recent-articles { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Video Samples Page ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-video-samples h1 {
	background: url(/images/icons/video.png) 50% 0 no-repeat;
	padding-top: 53px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Form ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form .field-wrap input,
form .field-wrap select,
form .field-wrap textarea {
	background: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #cecece;
    min-width: 1px;
    padding: 5px;
}

#dd-print-button { display: none; }

label em {
    color: inherit;
}

body.page-contact h1 {
	background: url(/images/icons/contact.png) 50% 0 no-repeat;
	padding-top: 40px;
}

body.page-contact .heading-wrap .wrapper {
	max-width: 960px;
}

.contact-page-wrap {

}

.contact-page-wrap .col {

}

.contact-page-wrap .col h2 {
	text-align: left;
}

.contact-page-wrap .col.first {
	float: left;
	width: 375px;
}

.contact-page-wrap .col.first .cms-table td {
	padding-bottom: 10px;
}

.contact-page-wrap .col.last {
	float: right;
	width: 46%;
}

.contact-page-wrap .col.last form {

}

.contact-page-wrap .col.last form .field-wrap {
	margin-bottom: 15px;
}

.contact-page-wrap .col.last form .field-wrap label {
	font-weight: bold;
}

.contact-page-wrap .col.last form .field-wrap input.first-name {
	float: left;
	width: 37%;
}

.contact-page-wrap .col.last form .field-wrap input.last-name {
	float: right;
	width: 55%;
}

.contact-page-wrap .col.last form .field-wrap input.full {
	width: 97.3%;
}

.contact-page-wrap .col.last form .field-wrap textarea.full {
	width: 97.3%;
	resize: none;
}
.contact-page-wrap .col.last form .field-wrap input.phone1 {
	width: 18%;
}

.contact-page-wrap .col.last form .field-wrap input.phone2 {
	width: 23%;
}

.contact-page-wrap .col.last form .field-wrap .checkbox-wrap {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	padding: 0;
}

.contact-page-wrap .col.last form .field-wrap .checkbox-wrap label {
	font-size: 12px;
	font-weight: normal;
	padding-left: 24px;
}

.contact-page-wrap .col.last form .field-wrap .checkbox-wrap label.checked {
	background-image: url(/images/template/check-on.png);
}

.contact-page-wrap .col.last form .field-wrap .checkbox-wrap label.unchecked {
	background-image: url(/images/template/check-off.png);
}

.contact-page-wrap .col.last form .field-wrap .checkbox-wrap label .text {

}

.contact-page-wrap .col.last form .field-wrap .submit-wrap {

}

.contact-page-wrap .col.last form .field-wrap .submit-wrap .button {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Project Pages --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items .list-item.resource-item h2.title,
.list-items .list-item.resource-item h3.date {
	text-align: left;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Landing Pages --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-type-14 h1 {
	display: none;
}

#landing-page-layout {
	margin-top: 30px;
}

#landing-page-layout.layout-4 .banner {
    margin: 0;
	margin-left: -11px;
	margin-right: -20px;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 1;
}

#landing-page-layout.layout-4 .box1 {
	min-height: 100px;
    position: absolute;
}

#landing-page-layout.layout-4 .box3 {
    position: absolute;
    top: 100px;
}

#landing-page-layout.layout-4 .box2 {
    padding: 0;
}

.bmr {
	margin-right: 20px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Toggle More ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.toggle-more-link a {
	background: url(/images/icons/toggle-plus.png) 0% 45% no-repeat;
	font-weight: 700;
	padding-left: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.toggle-more-link a:hover {
	text-decoration: underline;
}

.toggle-more-link.selected a {
	background-image: url(/images/icons/toggle-minus.png);
}

.toggle-more-content {
	display: none;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 10px 0;
}