/*Animations*/

.m-scene .scene_element {
	/*animation-duration: 0.25s;*/
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility:visible !important;
}
.m-scene .scene_element--fadein {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.m-scene .scene_element--fadeinup {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.m-scene .scene_element--fadeinupbig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
.m-scene .scene_element--fadeindown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.m-scene .scene_element--fadeindownbig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
.m-scene .scene_element--fadeinright {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.m-scene .scene_element--fadeinrightbig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
.m-scene .scene_element--fadeinleft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.m-scene .scene_element--zoomindown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
.m-scene .scene_element--zoomin {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.m-scene .scene_element--rollin {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
	
}
.m-scene .scene_element--bounceindown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	
}
.m-scene .scene_element--slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	
}

/** Reverse "exit" animations */
.m-scene.is-exiting .scene_element {
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}
.one-half, .second, .third, .fourth, .fifth {
	visibility:hidden;
}
.show {
	visibility: visible;
}

/* HOMEPAGE */

.light {
	color:#000000;
}
.dark {
	color:#ffffff;
}
.dark a {
	color:#ffffff;
}
.dark a:hover {
	color:#D6D6D6;
}
h1 {
	font-size:47px;
	font-weight:300;
}
h2 {
	font-size:36px;
	font-weight:bold;
}
.blackBox {
	height:1px;
	width:89px;
	background-color:#bbbbbb;
	margin-top:34px;
	margin-bottom:36px;
}
.whiteBox {
	height:1px;
	width:89px;
	background-color:#ffffff;
	margin-top:34px;
	margin-bottom:36px;
}
div.banner {
	position: relative;
	text-align:center;
}
.banner .row {
	position: relative;
}
.banner h1 {
	font-weight:800;
	font-size:76px;
}

#home .banner h1 {
	padding: 0;
	position: relative;
	z-index: 300;
	font-size: 96px;
	line-height: 107px;
	margin-bottom:0;
}
.scroll-nav {
	position:absolute;
	bottom:30px;
}
.scroll-nav img {
	opacity: 0.6;
}
.scroll-nav img:hover {
	opacity: 1;
}
.banner .scroll-nav {
	position: absolute;
	left: 0px;
	right: 0px;
}
#home div.banner {
	background:url(../images/moxie-branding.jpg) no-repeat top center;
	background-size:cover;
	height:1000px;
}
.banner .container, .banner .row {
	height: 100%;
}
.banner .row .ver-div {
	position: absolute;
	top: 50% !important;
	left: 0;
	right: 0;
	transform: translateY(-63%);
	-webkit-transform: translateY(-63%);
	height: auto;
}

#home .container {
	padding:0 3%;
}

#home .infoBox {
	padding-top:140px;
}
.home-logos {
	width: 112px;
	height: 150px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.home-logos img {
	position: absolute;
	top:0;
	left:0;
}
.infoBox p {
	font-size:14px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	line-height: 24px;
}
.infoBox a {
	font-style: italic;
	margin: 38px 0;
	display: block;
	transition: .3s linear;
}
.infoBox .scroll-nav a {
	display:inline-block;
	margin: 0px;
}
.approach .infoBox a {
	color: #ed1c24;
}
.approach .infoBox a:hover {
	color: #0377BA;
}
.work .infoBox a {
	color: #426767;
}
.work .infoBox a:hover {
	color: #ed1c24;
}
.down-arrow {
	position:absolute;
	bottom:0px;
}
/* ADDITIONS */

#home h4 {
	font-weight:800;
}

#home-columns .col-one-third {
	padding:120px 50px 180px 50px;
	box-sizing: border-box;
}
#home-columns .col-one-third p {
	padding-left: 15px;
}
#homepage header {
	background-color:transparent;
}
#homepage header .logo {
	visibility: hidden;
}
#homepage header .navicon {
	color: #ed1c24;
	z-index:950;
}
#homepage .navicon.open .fa-times {
	z-index: 1000;
}

/* END HOMEPAGE */


/*Cleafix*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*Globals*/
body {
	background-color: black;
	color: white;
	/*font-family:"proxima-nova", sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	padding:0;
	margin:0;
}
body.interior {
	margin-bottom:55px;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline:0;
}
.container {
	max-width: 1474px;
	padding: 0 62px;
	margin: 0 auto;
	position: relative;
	
}
.col-one-third {
	width: 33.33%;
    width: calc(100% / 3);
}
.col-two-third {
	width: 66.66%;
    width: calc(100% / 3 * 2);
}
.full-bg {
	background-size: cover;
}
.text-center {
	text-align: center;
}
.img-responsive {
	width: 100%;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.red {
	color:#ed1c24;
}
.visible {
	visibility:visible !important;
}
/*Header*/

header {
	height: 65px;
	position: fixed;
	width: 100%;
	top: 0;
	background: transparent;
	z-index: 900;
}
header .container {
	max-width:none;
}
header a {
	color: white;
	margin-top: 20px;
}
header a:hover, .navicon.open {
	color: #000;
}
.logo {
	display: inline-block;
	visibility:hidden;
}
.navicon {
	position: absolute;
	font-size: 24px;
	top: 0;
	left:0;
	margin-top: 0;
	color: #ed1c24;
	z-index:950;
}
.fa-bars {
	margin-right: -6px;
}
.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
    background-image: url('../images/m-burger-white.png');
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: 21px center;
	display: inline-block;
	width: 94px;
	height: 90px;
	content: "";
	background-color: #ec1b23;
	transition: .3s ease-out;
}
.navicon:hover .fa-bars::before {
	background-size: 70px auto;
	background-position: 16px center;
}
.fa-times::before {
    background-image: url('../images/m-burger.png');
	background-size: 70px auto;
	background-repeat: no-repeat;
	background-position: 16px center;
	display: inline-block;
	width: 94px;
	height: 90px;
	content: "";
	background-color: #fff;
}
.navicon .fa-times, .navicon.open .fa-bars {
	display: none;
}
.navicon.open .fa-times {
	display: block;
	z-index: 1000;
}
.interior-nav {
	position: fixed;
	/*right: -450px;*/
	padding: 200px 62px 0 140px;
	/*width: 276px;*/
	background-color: #ec1b23;
	top: 0;
	
	width: 33.33%;
    width: calc(100% / 3);
	left: -33.33%;
    left: calc(-100% / 3);
	box-sizing:border-box;
}
.interior-nav .navexit {
	position: absolute;
	top: 0px;
	right:21px;
}
.interior-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
	visibility:hidden;
}
.interior-nav a {
	color: #fff;
	font-size:13px;
	display: block;
	visibility:hidden;
}
.interior-nav ul a {
	font-weight:bold;
	color: white;
	font-size: 16px;
	line-height: 60px;
	transition: .3s linear;
}
.interior-nav ul a span {
    color: #000;
	transition: .3s linear;
}
.interior-nav ul a:hover, .interior-nav ul a:focus, .interior-nav .active a {
	color: #000;
}
.interior-nav ul a:hover span, .interior-nav ul a:focus span, .interior-nav .active a span {
	color: #fff;
}
#nav-footer {
	position: absolute;
	bottom: 30px;
	font-size:8px;
	visibility:hidden;
}
.col4 {
	width: 25%;
	float: left;
}
.hover-overlay {
	background-color: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	position: fixed;
	transition: .3s linear;
}
.hover-overlay.active {
	z-index: 300;
	background-color: rgba(0,0,0,.6);
}
.main {
	overflow: hidden;
}
/* FOOTER */

footer {
	background-color:#000;
	position: fixed;
	bottom: 0;
	width: 100%;
	color:#4e4e4e;
	height:55px;
}
footer > div {
	padding-left: 15px;
	padding-right: 15px;
}
#homepage footer,
#team footer,
#work footer {
	background-color:#fff;
	
}
#homepage footer > div,
#team footer > div,
#work footer > div {
	opacity: .7;
	
}

footer p {
	font-size: 14px;
	font-weight: 600;
	line-height:1.8;
}
footer img {
	margin-top:13px;
}
/*Portfolio Page*/

#what-we-do .col-two-third {
	float: right;
}
/*.fixed-side {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-image: url('../images/interior-side-panel.jpg');
	position: fixed;
	background-size: 33% auto;
}
*/


.port-item {
	position: relative;
	display: block;
	overflow: hidden;
}
.port-item img {
	vertical-align: bottom;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.port-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .8;
	top: 0;
	left: 0;
	-moz-transition: .3s linear;
	-webkit-transition: .3s linear;
	-ms-transition: .3s linear;
	transition: .3s linear;
}
.port-item:hover .port-overlay {
	opacity: .2;
}
.absolute-centered {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#our-work .content-area .absolute-centered {
	width: 100%;
}
.port-item:first-child {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.port-item:nth-child(2) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.port-item:nth-child(3) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.port-item:nth-child(4) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.port-item:nth-child(5) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.port-item:last-child {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.port-item:hover .img-responsive {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.fixed-side {
	background-color:#fff;
	position: fixed;
}

.side-content {
	padding: 0 80px;
	color:#000;
}

.side-content p {
	font-size: 13px;
}

p.proj-info {font-size:13px; color:#333; line-height:25px; }


.side-content h1 {
	font-size: 30px;
	font-weight: bold;
	line-height:30px;
}
.side-content h1::after {
	content: "";
	height: 6px;
	width: 80px;
	position: relative;
	margin-top: 30px;
	background-color: #ed1c24;
	display: block;
	
}
#who-we-are .side-content h1::after {
	margin-left:auto;
	margin-right:auto;
}
.side-content p.s-info {
	line-height:1.8;
	color:gray;
}
.page-nav {
	padding-left:0px;
	margin-top:60px;
	text-align: right;
}
.page-nav li {
	display:inline-block;
	font-weight:bold;
	color:#000;
}
.page-nav li a {
	font-size: 12px;
	color:#ed1c24;
	padding:3px;
	transition: all .3s linear;
}
.page-nav li a:hover,
.page-nav li a:active {
	border-bottom:3px solid #ed1c24;
	color:#000;
	background-color:transparent;
}

.page-nav li.back {
	float:left;
}

/* Portfolio Grid with MASONRY.JS */

.grid {
	list-style: none;
	width: 100%;
	position: relative;
	margin:0px;
	padding:0px;
}

.grid li {
	display: block;
	float: left;
	/*opacity: 0;*/
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Individual Portfolio Pages */

.work .full-bg .main-content {
	background-color:#fff;
}

/* Effect 3: Scale up */

.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}


.grid-sizer {
	width:33.333%;
}
.box {
	position:relative;
	width:33.333%;
	background-position:center center;
	background-size: 100%;
	float:left;
	border:none;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.box:hover {
	background-size:110%;
}
.box:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.grid .grid-hover {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.grid .grid-hover a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	background-color:rgba(0, 0, 0, 0.8);
	opacity: 0;
	padding:50px;
	transition:.2s ease-in;
}
.grid-inner-content {
	position:absolute;
	bottom:20px;
}
.grid .grid-hover a h2 {
	position:absolute;
	bottom:0px;
	left:20px;		
}
.grid .grid-hover a h5, 
.grid .grid-hover a p {
	text-transform:uppercase;
}
.grid .grid-hover a h5 {
	font-size: 20px;
	margin:40px 25px 0 0;
	font-weight:normal;
}
.grid .grid-hover a h6 {
	font-size:14px;
	font-weight:300;
	
	line-height:none;
	font-variant:normal;
	color:#E2E0E0;
}
.grid .grid-hover a p {
	color:#ed1c24;
	font-size:13px;
	font-weight:bold;
}
.grid .grid-hover a * {
	color:#fff;
	margin-top:0px;
}
.grid .grid-hover:hover a {
	opacity: .9;
}

/*TEAM 2*/

.team-grid {
	width: 100%;
	position: relative;
	/*margin-top:65px;*/
}
.team-sizer {
	width:25%;
}
.team-box {
	position:relative;
	width:25%;
	background-size: 100%;
	background-position:center center;
	float:left;
	border:none;
	-webkit-transition: all .2s;
    transition: all .2s;
}
.team-box:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.team-box:hover {
	background-size:110%;
	
}

/*TEAM SINGLE*/

.single-team-container {
	position: absolute;
	height:100%;
}
.team-single-left {
	float:left;
	height:100%;
	box-sizing: border-box;
	display: -webkit-box!important;
  	display: -ms-flexbox!important;
  	display: -webkit-flex!important;
	display:flex !important;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
}

.team-single-left .side-content {
	padding:0 11%;
}

.flex {
	box-sizing: border-box;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.team-img {
	position: absolute;
}
.team-sm {
	display: none;
	overflow: hidden;
	position:relative;
	max-height: 400px;
	width: 100%;
}
.team-lg {
	overflow:hidden;
	position:absolute;
	height:100%;
}



/*Team*/

.team-container {
	background: white;
	color: #333333;
}
.col-two {
	float: left;
	width: 42%;
}
.team-list {
	padding: 0 45px;
	margin-top: 65px;
}
.team-list:first-child {
	border-right: 1px solid #b2b2b2;
}
.team-member {
	margin-bottom: 100px;
	opacity: 0;
}
.team-member:first-child {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.team-member:nth-child(2) {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.team-member:last-child {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.is-exiting .team-member {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.member-content {
	padding: 0 15px;
}
.member-content h3 {
	font-weight: 400;
	font-size: 22px;
	margin: 32px 0;
}
.member-content p {
	margin-bottom: 20px;
	line-height:22px;
	font-size:14px;
}
.member-content .social-media {
	padding: 0;
	margin: 0;
	list-style: none;
}
.social-media li {
	float: left;
	margin-right: 5px;
}
.social-media li a {
	color: white;
	padding: 5px 8px;
	background-color: #bc0000;
	font-size: 12px;
	font-weight: 700;
	transition: .3s linear;
}
.social-media li a:hover {
	background-color: #990505;
}

.col-one-half {
	width:49.5%;
	display:inline-block;
}


/*What We Do*/

#what-we-do .content-area {
	background-image: url('../images/who-we-are-bg.jpg');
}
.slide-item {
	padding: 15% 25% 9px;
	max-width: 425px;
	line-height: 24px;
}
.slide-item h2 {
	font-weight: normal;
	font-size: 22px;
}
.slide-item p {
	color: #cccccc;
	font-size: 10px;
}
.slide-item img {
	margin: 15px 0;
}
.cycle-pager {
	position: absolute;
	top: 50%;
	right: 15%;
	z-index: 900;
}
.cycle-pager span {
	cursor: pointer;
	font-size: 34px;
	color: #bbbbbb;
	display: block;
	line-height: 18px;
	margin-bottom: 15px;
}
.cycle-pager .cycle-pager-active {
	color: #8c0808;
}
/*Contact Page*/

#contact .main-content {
	min-height: 621px;
}
.white-bg {
	background: white;
}
.container-sm {
	max-width: 626px;
	margin: 0 auto;
	position: relative;
}
.contact-map {
	/*padding-top: 65px;*/
	margin-bottom: -24px;
}
.contact-form {
	float: left;
	width: 364px;
	color: #333;
	margin-top: 65px;
	font-size: 14px;
}
.contact-form .checkbox {
	margin: 0;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.contact-form input:focus, .contact-form textarea:focus {
	outline: none;
	border-color: black;
}
.contact-form input {
	border: none;
	border-bottom: 1px solid #cccccc;
	transition: .3s linear;
	margin-bottom: 15px;
}
/*
		.contact-form input[type=checkbox] {
			float: left;
			max-width: 25px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		    box-sizing: border-box;
		    padding: 0;


		}
		*/
		.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox label {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}
.checkbox input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
 *overflow: hidden;
	margin-right: 10px;
}
.contact-form textarea {
	border: 1px solid #cccccc;
}
.contact-form input[type=submit] {
	background-color: #ed1b24;
	color: white;
	text-transform: uppercase;
	margin: 35px 0;
	max-width: 90px;
	cursor: pointer;
	transition: .3s linear;
}
.contact-form input[type=submit]:hover {
	background-color: #9c0c12;
}
.contact-info {
	color: black;
	font-size: 14px;
	line-height: 18px;
	margin-top: 65px;
}
#map-canvas {
	height: 535px;
	margin: 0px;
	padding: 0px;
}
#mobile-map {
	display:none;
}
/*Careers*/

#careers .content-area {
	padding-top: 118px;
}
#careers .main-content {
	padding: 0 155px;
}
.career-listing {
	border-top: 1px solid black;
	padding: 35px 0 5px;
	line-height: 24px;
}
.career-listing h3 {
	color: #ed1c24;
	font-weight: 400;
	margin-bottom: 25px;
}
.career-listing p {
	margin-bottom: 20px;
}

p.subhead {
	margin-bottom: 5px;
}

.red-border-btn {
	text-align: center;
	display: inline-block;
	margin-bottom: 45px;
	border: 1px solid #ed1c24;
	color: #ed1c24;
	padding: 10px 35px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	-ms-transition: .3s linear;
	transition: .3s linear;
}
.red-border-btn:hover {
	color: white;
	background-color: #ed1c24;
}

h1, h2, h3, h4, h5, h6 {
		letter-spacing:1px;
}

.alert {
	color: #000;
	font-size: 18px;
}

.work .main-content img {
	display:block;
}