/*
Theme Name: Sway 2015
Theme URI: https://www.madebysway.com/
Author: Sway Creative Labs
Author URI: https://www.madebysway.com/
Description: Made by Sway
Version: 1
Text Domain: madebysway
*/

/**
 * Reset
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * Blueprint http://www.blueprintcss.org/
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

html {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:62.5%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}

body {
	background:#fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display:block;
}

ol,
ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,
th,
td {
	font-weight:normal;
	text-align:left;
}

a {
	text-decoration:none;
}

a:focus {
	outline:2px solid #c1c1c1;
	outline:2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline:0;
}

a img {
	border:0;
}

/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color:#52555b;
	font-family:"proxima-nova",sans-serif;
	font-size:15px;
	line-height:1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	font-weight:700;
}

b,
strong {
	font-weight:600;
}

dfn,
cite,
em,
i {
	font-style:italic;
}

sup,
sub {
	font-size:75%;
	height:0;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	bottom:1ex;
}
sub {
	top:.5ex;
}
small {
	font-size:75%;
}
big {
	font-size:125%;
}

h3 {
	font-size:45px;
	font-weight:200;
	line-height:50px;
}
h4 {
	font-size:28px;
	font-weight:200;
	line-height:32px;
}
p {
	font-size:18px;
	font-weight:300;
	line-height:29px;
}
.no-select * {
	-webkit-user-select:none;        
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.label {
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
}
a.more-link {
	color:#434243;
}

#loading {
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:1000;
	opacity:1;
	display:block;
}
#loading .loader {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
#loading .loader .prog {
	position:absolute;
	width:0%;
	height:10px;
	background-color:#eee;
	transition:width 250ms;
}
#loading.reset .loader .prog {
	width:0%;
	transition:width 1ms;
}

#loading .fill {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:1;
	background-color:rgba(255,255,255,.8);
	z-index:1;
}

.btn {
	border:3px solid #fff;
	border-radius:4px;
	background-color:transparent;
	color:#fff;
	display:inline-block;
	line-height:32px;
	-webkit-transition:background-color 250ms,border-color 250ms,border-radius 250ms,opacity 250ms;
    transition:background-color 250ms,border-color 250ms,border-radius 250ms,opacity 250ms;
    z-index:1;
    position:relative;
}
.btn .label {
	cursor:pointer;
	padding:0 30px;
	line-height:34px;
	-webkit-transition:color 250ms;
    transition:color 250ms;
}
.btn:hover, .btn.hover {
	background-color:#fff;
}
.btn:hover .label, .btn.hover .label {
	color:#a28662;
}

.btn.alt {
	border-color:#434243;
}
.btn.alt .label {
	color:#434243;
}
.btn.alt:hover, .btn.alt.hover {
	background-color:#434243;
}
.btn.alt:hover .label, .btn.alt.hover .label {
	color:#fff;
}

.btn.disabled {
	opacity:0.5;
	cursor:default;
}
.btn.disabled .label {
	cursor:default;
}
.btn.disabled:hover, 
.btn.disabled.hover {
	background-color:transparent;
	cursor:default;
}
.btn.disabled:hover .label, 
.btn.disabled.hover .label {
	color:#fff;
}
.btn.alt.disabled:hover, 
.btn.alt.disabled.hover {
	background-color:#fff;
	border-color:#434243;
	cursor:default;
}
.btn.alt.disabled:hover .label, 
.btn.alt.disabled.hover .label {
	color:#434243;
}

#icons {
	display:none;
}

.fancy-icon {
	display:inline-block;
}
.fancy-icon canvas {
	width:100%;
}

.icon {
	position:relative;
	z-index:0;
}
.icon ._0 {
	opacity:1;
	position:absolute;
	-webkit-transition:opacity 250ms;
    transition:opacity 250ms;
}
.icon ._1 {
	opacity:0;
	position:absolute;
	-webkit-transition:opacity 250ms;
    transition:opacity 250ms;
}

.close {
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	top:20px;
	right:20px;
	z-index:1000;
	color:#fff;
	cursor:pointer;
}
.close img {
	width:40px;
	height:40px;
}

.fancy-text {
	width:100%;
	max-width:1800px;
	margin:0 auto;
	text-align:center;
	font-weight:200;
}
.fancy-text.left {
	text-align:left;
}
.fancy-text.right {
	text-align:right;
}
.fancy-text.lg {
	font-size:42px;
	line-height:64px;
	padding:0px 40px;
}
.fancy-text .text {
	display:none;
}
.fancy-text canvas {
	width:100%;
}
.fancy-text.inline {
	display:inline-block;
	margin-top:0px;
	margin-left:-40px;
}

.img {
	position:relative;
}

.wrap {
	margin:0 auto;
}
.inwrap {
	position:relative;
	max-width:1220px;
	margin:0 auto;
}

.page-title {
	margin:180px auto;
	text-align:center;
}
.page-title h1 {
	font-size:65px;
	font-weight:200;
	line-height:75px;
	color:#a28662;
}

.featured-work .page-title {
	
}

.block-title {
	height:36px;
	padding-bottom:12px;
}
.block-title .more-link {
	float:right;
}
.block-content {
	margin-top:20px;
}
.block-content p {
	margin-bottom:20px;
}
.block-map {
	margin-bottom:60px;
}

#menu {
	width:100%;
	height:100%;
	display:table;
	position:fixed;
	top:-1000px;
	left:0px;
	z-index:990;
	color:#fff;
	background-color:rgba(67,66,67,.98);
}

body.loading #menu {
	margin-top:10px;
}

#menu_icon {
	width:100%;
	height:20px;
	position:absolute;
	cursor:pointer;
	bottom:-20px;
	left:0px;
	background-color:rgba(67,66,67,.98);
	line-height:0px;
	z-index:1000;
}
#menu_icon .pull {
	width:25px;
	height:10px;
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-12px;
}

#menu a {
	color:#fff;
}
#menu .header {
	position:absolute;
	top:20px;
	width:100%;
	text-align:center;
}
#menu .header .logo {
	position:absolute;
	left:20px;
}
#menu .header .label {
	position:relative;
	top:20px;
}
#menu .header .close {
	top:0px;
}
#menu .wrap {
	display:table-cell;
	vertical-align:middle;
	padding:90px 60px;
	text-align:center;
}
#menu .links {
	width:200px;
	height:100%;
	max-height:720px;
	margin:0 auto;
	display:table;
}
#menu .links table {
	height:100%;
	margin:0 auto;
}
#menu .links table td {
	vertical-align:middle;
	text-align:center;
}
#menu .links a.page-link {
	display:block;
	padding:20px;
	font-weight:200;
	font-size:45px;
	line-height:35px;
	outline:none;
	transition:color 50ms;
}
#menu a:hover,
#menu .links a.page-link.current-item {
	color:#a28662;
	transition:color 100ms;
}
.social-icons {
	font-size:14px;
}
.social-icons a {
	display:inline-block;
	margin-left:6px;
	padding:0px 6px
}
.social-icons a:first-child {
	margin-left:0px;
}
#menu .social-icons {
	position:absolute;
	bottom:20px;
	left:0px;
	width:100%;
	text-align:center;
}

#media {
	position:absolute;
	width:320px;
	height:240px;
	top:-240px;
	left:-320px;
	z-index:15;
}
#media .close {
	display:none;
	position:absolute;
}
#media.lb {
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	position:fixed !important;
	z-index:1000;
}
#media.lb .close {
	display:block;
}

#media #vid_player {
	position:absolute;
	z-index:2;
	display:none;
}

#media .fill {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1;
}

#page {
	margin:0 auto;
}

.page {
	display:none;
}
.page p a {
	color:#a28662;
}

.work-project {
	overflow-x:hidden;
	display:none;
}

/* skin defaults */

.project-bg {
	background-color:#fff;
	color:#fff;
}
.project-hl {
	color:blue;
}
.project-txt {
	color:black;
}

/* skin transitions */

.project-bg {
	transition:background-color 500ms;
}
.work-project .project-hl-bor, .work-project .project-txt-bor {
	transition:border-color 500ms;
}
.project-hl, .work-project p a, .project-txt {
	transition:color 500ms;
}

/* page modules */

span.lg, label.lg, .label.lg {
	font-size:28px;
	line-height:36px;
}

.splash, .cta-block, .html-block {
	text-align:center;
	width:100%;
	margin:0 auto;
}

.splash {
	padding:180px 0px 130px 0px;
}
.splash .splash-img {
	padding-bottom:20px;
}
.splash.copy {
	padding-top:120px;
}
.splash.fill {
	min-height:640px;
	padding:0px;
	display:table;
}
.splash.fill .block-content {
	display:table-cell;
	vertical-align:middle;
}
.splash .copy-block {
	padding:40px 0 0 0;
}
.splash .btn {
	margin-top:40px;
}
.splash .splash_img {
	margin-bottom:20px;
}
.splash .hint {
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:90px;
	background-image:url(/img/scroll_hint.png);
	background-size:contain;
	background-repeat:no-repeat;
	display:none;
	opacity:0;
}

.featured-work {

}
.featured-work .services-nav {
  position:relative;
  text-align:center;
  top:-150px;
}
.featured-work .services-nav a {
	color:#414141;
	margin-left:45px;
	outline:none;
}
.featured-work .services-nav a:first-child {
	margin-left:0px;
}
.featured-work .services-nav a.current-item {
	color:#a3a3a3;
}
.featured-work .work-feature {
	width:100%;
	height:540px;
	background-color:#000;
	text-align:center;
	position:relative;
	display:table;
}
.featured-work .work-feature:last-child {
	margin-bottom:0px;
}
.featured-work .work-feature .block-content {
	display:table-cell;
	vertical-align:middle;
	padding:0px 16px;
}
.featured-work .work-feature .feature-client {
	color:#fff;
	position:relative;
	z-index:2;
}
.featured-work .work-feature .feature-title {
	font-size:90px;
	line-height:100px;
	font-weight:200;
	margin:40px auto;
	display:block;
	color:#fff;
	position:relative;
	z-index:2;
}
.featured-work .work-feature .btn {
	z-index:2;
}
.featured-work .work-feature .fill {
	width:100%;
	height:100%;
	background-color:#a28662;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-transition:opacity 100ms;
    transition:opacity 100ms;
}
.featured-work .work-feature .img {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:0;
	background-size:cover;
	background-position:50% 50%;
	opacity:0.85;
}
.featured-work .work-feature.hover {

}
.featured-work .work-feature.hover .fill,
.featured-work .work-feature.on .fill {
	opacity:0.8;
}
.featured-work .work-feature.hover .img,
.featured-work .work-feature.on .img {
	-webkit-filter:blur(2px);
	-moz-filter:blur(2px);
	-o-filter:blur(2px);
	-ms-filter:blur(2px);
	filter:blur(2px);
}

.html-block {
	max-width:1800px;
	padding:120px 0px;
}
.html-block.bor-top {
    width:98%;
    margin:0 1%;
}

.html-block table {
	width:100%;
}
.html-block table.center td {
	text-align:center;
	vertical-align:middle;
}
.html-block table.four td {
	width:25%;
	vertical-align:middle;
}
.html-block .logo {
	width:250px;
	margin:0 auto;
}

.cta-block {
	padding:140px 0;
}
.cta-block .block-content {
	
}
.cta-block .fancy-text {
	margin-bottom:30px;
}
.cta-block .cta-img {
	margin-bottom:30px;
}

/* work pages */

.work-navigation {
	position:relative;
	top:134px;
	z-index:10;
}
.work-navigation a {
	color:#434243;
	width:300px;
	height:50px;
	outline:none;
}
.work-navigation a label {
	top:14px;
	cursor:pointer;
}

.work-navigation a .label {
	position:absolute;
	opacity:1;
	margin-left:0px;
	-webkit-transition:opacity 150ms, margin 150ms;
    transition:opacity 150ms, margin 150ms;
}
.work-navigation a .title {
	display:inline-block;
	position:absolute;
	margin-left:-10px;
	opacity:0;
	-webkit-transition:opacity 150ms, margin 150ms;
    transition:opacity 150ms, margin 150ms;
	white-space:nowrap;
}
.work-navigation a:hover .title {
	opacity:1;
	margin-left:0px;
}
.work-navigation a:hover .label {
	opacity:0;
	margin-left:10px;
}

.work-project .project-head .work-navigation {
	top:0px;
}
.work-project .project-head .work-navigation a {
	color:#fff;
}
.work-navigation .arr {
	display:inline-block;
	width:30px;
	height:30px;
	position:absolute;
	top:10px;
	border:3px solid;
	border-radius:15px;
}
.work-navigation a.left .arr {
	margin-right:10px;
}
.work-navigation a.left label {
	left:50px;
}
.work-navigation a.right .arr {
	margin-left:10px;
	right:0px;
}
.work-navigation a.right label {
	right:50px;
}
.work-navigation a.right:hover .label {
	margin-left:0px;
	margin-right:10px;
}
.work-navigation a.right .title {
	margin-left:0px;
	margin-right:-10px;
}
.work-navigation a.right:hover .title {
	margin-right:0px;
}
.work-navigation .arr i {
	font-weight:600;
	font-size:26px;
	position:absolute;
	top:-2px;
}
.work-navigation .left .arr i {
	left:6px;
}
.work-navigation .right .arr i {
	left:9px;
}
.work-navigation .left {
	float:left;
	display:inline-block;
}
.work-navigation .right {
	float:right;
	display:inline-block;
}

.work-project .project-head {
	height:770px;
	padding:30px;
	margin-bottom:-300px;
	position:relative;
	background-position:50% 50%;
	background-size:cover;
}

.work-project .project-head .fill {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.9;
}

.work-project .project-head .client-name {
	width:100%;
	position:absolute;
	text-align:center;
	margin-top:14px;
}

.work-project .project-head .project-intro {
	width:100%;
	height:320px;
	/*display:table; why table?*/
	margin:0 auto 320px auto;
	/*padding-top:80px;ggg*/
	display:block;
	padding-top:120px;
	text-align:center;
}
.work-project .project-head .project-intro h2 {
	font-size:65px;
	font-weight:200;
	line-height:75px;
	margin-bottom:32px;
}
.work-project .project-head .project-intro p {
	font-size:28px;
	line-height:42px;
	font-weight:200;
}

.work-project .video {
	position:relative;
	width:1220px;
	height:686px;
	line-height:0px;
}
.work-project .video .embed {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
.work-project .video .hit {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	z-index:6;
	cursor:pointer;
}
.work-project .video .poster {
	position:relative;
	width:100%;
	height:100%;
	z-index:2;
	opacity:1;
	-webkit-transition:opacity 500ms;
    transition:opacity 500ms;
}
.work-project .video.playing .poster {
	opacity:0;
	-webkit-transition:opacity 250ms;
    transition:opacity 250ms;
}
.work-project .video.playing .embed {
	z-index:9;
}
.work-project .video .poster .video-button {
	width:120px;
	height:120px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	margin-top:-60px;
	margin-left:-60px;
	border-radius:60px;
	text-align:center;
	cursor:pointer;
}
.work-project .video .poster.hover .video-button {
	background-color:black;
}
.work-project .video .poster .video-button i {
	position:absolute;
	top:50%;
	left:50%;
	font-size:40px;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-14px;
}
.work-project .video .shadow {
	position:absolute;
    width:110%;
    height:118%;
    top:-5%;
    left:-5%;
}

.copy-block {
	max-width:860px;
	margin:0px auto;
	padding:80px 0;
	text-align:center;
}
.copy-block h3 {
	padding-bottom:40px;
}
.copy-block h4 {
	padding-bottom:16px;
}

.complex-image {
	margin:0 auto;
	line-height:0px;
}
.complex-image .layer {
	position:absolute;
}
.simple-image {
	position:relative;
	text-align:center;
	line-height:0px;
	background-color:#f3f3f3;
}
.simple-image .layer {
	max-width:2000px;
	width:100%;
}
.simple-image.fill {
	width:100%;
	overflow:hidden;
}
.simple-image.fill .layer {
	min-width:2000px;
	max-width:none;
}

.work-project .info-section {
	background-color:#f3f3f3;
}
.work-project .info-section .inwrap {
	max-width:1800px;
}

.work-project .info-section .info-block {
	position:relative;
	padding:180px 0;
	border-top:1px solid #b4b4b4;
}
.work-project .info-section .info-block:first-child {
	border-top:0px;
}
.work-project .info-section .info-block .copy-block {
	width:600px;
	text-align:left;
	position:relative;
	left:50%;
	margin:0;
	padding:0;
}

.work-project .info-section .info-block._left .copy-block {
	margin-left:-600px;
}
.work-project .info-section .info-block._right .copy-block {
	
}
.work-project .info-section .info-block .complex-image {
	position:absolute;
	z-index:10;
	top:50%;
	left:50%;
}
.work-project .video.grouped {
	position:absolute;
	top:50%;
	left:50%;
	width:535px;
	height:300px;
	margin-top:-150px;
	z-index:12;
}
.work-project .info-section .info-block._left .video {
	margin-left:60px;
}
.work-project .info-section .info-block._right .video {
	margin-left:-600px;
}

.features-table {
	padding:120px 0;
	text-align:center;
}
.page .features-table {
	color:#434243;
}
.features-table table {
	margin-top:60px;
}
.features-table table td {
	text-align:center;
	padding:20px;
}
.features-table table td h4 {
	line-height:36px;
	margin:18px 0px;
}
.features-table .icon {
	width:155px;
	height:170px;
}
.features-table .btn {
	margin-top:80px;
}

.work-project .project-foot {
	min-height:315px;
}
.work-project .project-icon {
	width:240px;
	height:200px;
	position:absolute;
	left:50%;
	top:60px;
	margin-left:-120px;
	cursor:pointer;
	z-index:15;
}
.work-project .project-icon img {
	width:100%;
	height:100%;
}
.work-project .project-icon ._0,
.work-project .project-icon._a ._a {
	display:block;
}
.work-project .project-icon ._a,
.work-project .project-icon._a ._0 {
	display:none;
}

.contact-form {
	padding:0px 0px 90px 0px;
}
.contact-form .expand {
	margin-bottom:20px;
	min-height:40px;
	overflow:hidden;
}
.contact-form .expand.ed {
	
}
.contact-form .expand .icon {
	display:inline-block;
	position:relative;
	top:5px;
	width:30px;
	height:30px;
}
.contact-form .expand .icon img {
	position:absolute;
	width:100%;
	height:100%;
}
.contact-form .expand .icon ._0 {
	opacity:1;
}
.contact-form .expand .icon ._1 {
	opacity:0;
}
.contact-form .expand.ed .icon ._0 {
	opacity:0;
}
.contact-form .expand.ed .icon ._1 {
	opacity:1;
}
.contact-form .expand .block-title {
	cursor:pointer;
	height:auto;
	padding-bottom:0;
}
.contact-form .expand .block-title label {
	font-size:28px;
	font-weight:300;
	color:#434243;
	cursor:pointer;
	margin-left:20px;
	position:absolute;
}
.contact-form .expand .block-content {
	margin-bottom:20px;
}
.contact-form .fields,
.contact-form .thanks {
	display:none;
	padding-left:50px;
}
.contact-form .expand .fields,
.contact-form .expand .thanks {
	display:block;
}
.form-wrap input,
.form-wrap textarea {
	width:100%;
	padding:6px 0px;
	font-size:28px;
	border:0px;
	margin-top:16px;
}
.form-wrap input.disabled,
.form-wrap textarea.disabled {
	opacity:0.5;
	cursor:default;
}
.form-wrap input {
	border-bottom:1px solid #a28662;
}
.form-wrap .btn {
	margin-top:16px;
}

.contact-form .expand._1 #contact_links {
	display:none;
}
.contact-form .expand._2 #contact_org {
	display:none;
}
.contact-form .expand._3 #contact_links,
.contact-form .expand._3 #contact_org {
	display:none;
}

.google-map {
	
}
#map-canvas {
	width:100%;
	height:400px;
}

#footer {
	height:150px;
	position:relative;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;
	font-size:18px;
	background-color:#242424;
	color:#888;
	display:none;
	opacity:0;
}
#footer a {
	color:#888;
	outline:none;
}
#footer a:hover {
	color:#fff;
}

#footer table {
	width:100%;
}

#footer table td {
	vertical-align:middle;
	padding:10px;
}
#footer table td:nth-child(1){
	text-align:right;
}
#footer table td:nth-child(odd){
	width:40%;
}
#footer table td:nth-child(2){
	text-align:center;
}
#footer table td:nth-child(3){
	text-align:left;
}
#footer .logo {
	position:relative;
	top:6px;
}
#footer .phone {
	display:inline-block;
}
#footer .social-icons {
	display:inline-block;
	margin-left:30px;
}

#footer .runner {
	height:54px;
	width:100%;
	position:absolute;
	bottom:0px;
}
#footer .runner .label {
	color:#464646;
	line-height:54px;
	font-size:11px;
}

.bor-btm {
	border-bottom:1px solid #a28662;
}
.bor-top {
	border-top:1px solid #a28662;
}


@media (min-width:1850px) {
	.html-block.bor-top {
		width:100%;
		margin:0 auto;
	}
}
@media (max-width:1279px) {
	p {
		font-size:16px;
		line-height:24px;
	}
	h3 {
		font-size:40px;
		line-height:45px;
	}
	.inwrap {
		max-width:960px;
	}
	.featured-work .work-feature {
		height:480px;
	}
	.featured-work .work-feature .feature-title {
		font-size:80px;
		line-height:90px;
	}
	
	.html-block {
		max-width:960px;
	}
	.html-block.bor-top {
		width:auto;
		margin:0 auto;
	}

	.html-block .logo {
		width:220px;
	}
	
	.work-project .project-head .project-intro h2 {
		font-size:60px;
		line-height:70px;
		margin-bottom:26px;
	}
	.work-project .project-head .project-intro p {
		font-size:24px;
		line-height:36px;
	}
	.work-project .video {
		width:960px;
		height:540px;
	}
	.work-project .info-section .inwrap {
		max-width:960px;
	}
	.work-project .info-section .info-block .copy-block {
		width:480px;
	}
	.work-project .info-section .info-block._left .copy-block {
		margin-left:-480px;
	}
	.work-project .video.grouped {
		width:440px;
		height:248px;
    	margin-top:-124px;
	}
	.work-project .info-section .info-block._left .video {
		margin-left:40px;
	}
	.work-project .info-section .info-block._right .video {
		margin-left:-480px;
	}
	
	.contact-form .expand .icon {
		width:25px;
		height:25px;
	}
	.contact-form .expand .block-title label {
		font-size:22px;
	}
	.form-wrap input, .form-wrap textarea {
		font-size:20px;
	}
	
	#footer {
		font-size:16px;
	}
}

@media (max-width:959px) {
	p {
		font-size:14px;
		line-height:20px;
	}
	h3 {
		font-size:36px;
		line-height:42px;
	}
	.label {
		font-size:12px;
	}
	.inwrap {
		max-width:720px;
	}
	.featured-work .work-feature {
		height:420px;
	}
	.featured-work .work-feature .feature-title {
		font-size:70px;
		line-height:80px;
	}
	.features-table .icon {
		width:130px;
		height:143px;
	}
	.html-block {
		max-width:720px;
	}
	.html-block .logo {
		width:180px;
	}
	
	.work-project .project-head .project-intro h2 {
		font-size:55px;
		line-height:65px;
	}
	.work-project .project-head .project-intro p {
		font-size:20px;
		line-height:30px;
	}
	.work-project .video {
		width:720px;
		height:405px;
	}
	
	.work-project .info-section .inwrap {
		max-width:720px;
	}
	.work-project .info-section .info-block .copy-block {
		width:360px;
	}
	.work-project .info-section .info-block._left .copy-block {
		margin-left:-360px;
	}
	.work-project .video.grouped {
		width:340px;
		height:192px;
    	margin-top:-96px;
	}
	.work-project .info-section .info-block._left .video {
		margin-left:20px;
	}
	.work-project .info-section .info-block._right .video {
		margin-left:-360px;
	}
	.simple-image.fill {
		height:auto !important;
	}
	.simple-image.fill .layer {
		min-width:960px;
	}
	
	.contact-form .expand .icon {
		width:20px;
		height:20px;
	}
	.contact-form .expand .block-title label {
		font-size:18px;
	}
	.form-wrap input, .form-wrap textarea {
		font-size:18px;
	}
	#footer {
		font-size:14px;
	}
	#footer .social-icons {
		margin-left:12px;
	}
	#footer .social-icons a {
		margin-left:2px;
	}
}

@media (max-width:719px) {
	#menu_icon {
		height:30px;
		bottom:-30px;
	}
	#menu_icon .pull {
		width:36px;
		height:15px;
		top:7px;
		margin-left:-18px;
	}
	#menu .wrap {
		display:table-cell;
		vertical-align:middle;
		padding:70px 60px 40px 60px;
		text-align:center;
	}
	#menu .header .logo {
		width:86px;
		height:50px;
		top:0px;
		left:50%;
		margin-left:-43px;
	}
	#menu .header .logo img {
		width:100%;
		height:100%;
	}
	#menu .header .label {
		display:none;
	}
	#menu .social-icons {
		bottom:10px;
	}
	
	.inwrap {
		max-width:640px;
	}
	.splash {
		padding:90px 0;
	}
	.features-table {
		padding:90px 0;
	}
	.features-table table td {
		display:inline-block;
    	vertical-align:top;
		margin-bottom:20px;
		width:50%;
	}

	.page-title {
		margin:40px 0 20px 0;
	}
	.page-title h1 {
		padding:0px 10px;
	}
	.featured-work .services-nav {
		top:0px;
		margin-bottom:40px;
	}
	.featured-work .work-feature {
		height:380px;
	}
	.featured-work .work-feature .block-content {
		padding:0 8px;
	}
	.featured-work .work-feature .feature-title {
		font-size:58px;
		line-height:58px;
	}
	
	.html-block {
		max-width:640px;
		padding:90px 0px;
	}
	.html-block table.clients td {
		width:50%;
		display:inline-block;
		float:left;
	}
	.html-block .logo {
		width:100% !important;
	}
	.cta-block {
		padding:90px 0;
	}

	.work-project .project-head {
		height:auto;
		padding:40px 0px;
		margin-bottom:-40px;
	}
	.work-project .project-head .work-navigation {
		display:none;
	}
	
	.work-project .project-head .project-intro {
		height:auto;
		padding:60px 0 0 0;
		margin:0 auto 40px auto;
	}
	.work-project .project-head .client-name {
		width:100%;
		position:relative;
		top:20px;
		left:0px;
		margin:0 auto;
		padding:0px 20px;
	}
	
	.work-project .project-head .project-intro h2 {
		font-size:55px;
		line-height:65px;
		margin-bottom:20px;
	}
	.work-project .project-head .project-intro p {
		font-size:20px;
		line-height:30px;
	}
	.work-project .video {
		width:640px;
		height:360px;
	}
	
	
	.work-project .info-section .inwrap {
		max-width:640px;
		margin:0 auto;
	}
	.work-project .info-section .info-block {
		padding:90px 0;
	}
	.work-project .info-section .info-block .complex-image {
		width:640px;
		top:auto;
		left:50%;
		margin-left:-320px;
	}
	.complex-image .layer {
		width:100%;
	}
	.simple-image.fill .layer {
		min-width:720px;
	}
	.work-project .info-section .info-block .copy-block {
		width:100%;
		left:auto;
		padding:0 10px;
	}
	.work-project .info-section .info-block._left .copy-block {
		margin-left:0px;
	}
	.work-project .video-block .inwrap {
		padding:0px;
		position:relative;
		height:100%;
		width:100%;
	}
	.work-project .video.grouped {
		position:relative;
		top:auto;
		left:auto;
		width:640px;
		height:360px;
    	margin-top:-180px;
		margin-bottom:60px !important;
	}
	.work-project .info-section .info-block._left .video,
	.work-project .info-section .info-block._right .video {
		left:50%;
		margin-top:-40px;
		margin-left:-320px;
	}
	.work-navigation a {
		width:160px;
	}
	
	
	.contact-form {
		padding:0px 0px 40px 0px;
		text-align:center;
	}
	.contact-form .expand .block-title {
		text-align:left;
	}
	.contact-form .fields,
	.contact-form .thanks {
		padding:0px;
	}

	#map-canvas {
		height:280px;
	}
	
	#footer {
		height:200px;
	}
	#footer table td {
		display:block;
		width:100% !important;
		padding:6px 2px;
		font-size:14px;
		text-align:center !important;
	}
	#footer table td:nth-child(2) {
		position:absolute;
		bottom:40px;
	}
}

@media (max-width:639px) {

	#menu .links a.page-link {
		font-size:24px;
		padding:2px 0;
	}
	.inwrap {
		max-width:480px;
	}
	.featured-work .work-feature {
		height:380px;
	}
	.featured-work .work-feature .feature-title,
	.work-project .project-head .project-intro h2 {
		font-size:50px;
		line-height:60px;
		margin-bottom:14px;
	}
	.work-project .project-head .project-intro p {
		font-size:16px;
		line-height:28px;
	}
	.work-project .video {
		width:480px;
		height:270px;
	}
	
	.work-project .video .poster .video-button {
		width:80px;
		height:80px;
		margin-top:-40px;
		margin-left:-40px;
	}
	
	.work-project .video.grouped {
		width:480px;
		height:270px;
    	margin-top:-135px;
		margin-bottom:60px !important;
	}
	.work-project .info-section .info-block._left .video,
	.work-project .info-section .info-block._right .video {
		margin-left:-240px;
	}
		
	.work-navigation a {
		width:50px;
	}
	.work-navigation a:hover .label,
	.work-navigation a .label {
		display:none !important;
	}
	.simple-image.fill .layer {
		min-width:640px;
	}
}

@media (max-width:480px) {
	.inwrap {
		max-width:320px;
		padding:0 10px;
	}
	.featured-work .services-nav a {
		display:block;
		margin:12px 0px;
	}
	.featured-work .work-feature {
		height:320px;
	}
	.featured-work .work-feature .feature-title {
		margin:20px auto;
	}
	.featured-work .work-feature .feature-title,
	.work-project .project-head .project-intro h2 {
		font-size:45px;
		line-height:50px;
	}
	
	.features-table table td {
		display:block;
		width:100%;
	}
	.work-project .video {
		width:320px;
		height:180px;
	}
	.work-project .video.grouped {
		width:320px;
		height:180px;
		margin-top:-90px;
	}
	.work-project .info-section .info-block._left .video,
	.work-project .info-section .info-block._right .video {
		margin-left:-160px;
	}
	.work-project .project-icon {
		width:210px;
		height:175px;
		margin-left:-105px;
	}
	.simple-image.fill .layer {
		min-width:480px;
	}
}

@media (max-height:900px) {
	#menu .links a.page-link {
		font-size:32px;
		line-height:32px;
		padding:4px 0;
	}
}

@media (max-height:620px) {
	.splash .hint {
		display:none !important;
	}
}
