@font-face {
  font-family: 'AvenirBook';
  src:  url('../fonts/Avenir-Book.woff') format('woff'),
  		url('../fonts/Avenir-Book.woff2') format('woff2'),
  		url('../fonts/Avenir-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?2qsh02');
    src:    url('../fonts/icomoon.eot?2qsh02#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?2qsh02') format('truetype'),
        url('../fonts/icomoon.woff?2qsh02') format('woff'),
        url('../fonts/icomoon.svg?2qsh02#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    font-size:24px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail4:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
    color:#FFFFFF;
    background-color:#3b5998;
    padding:5px;
}
.icon-twitter:before {
    content: "\e902";
    color:#FFFFFF;
    background-color:#55ACEE;
    padding:5px;
}
.icon-tumblr:before {
    content: "\e903";
}
.icon-linkedin2:before {
    content: "\e904";
}
.icon-pinterest:before {
    content: "\e905";
}

body {
	font-family: "acumin-pro-extra-condensed",sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	width:100%;
	overflow-x:hidden;
	background: url(../images/mainBackground.jpg) no-repeat 0 0;
	background-size:cover;
}

.wrapper {
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
}

.artWrapper {
	max-width: 1240px;
	padding:0;
	margin:0 auto;
}

header {
	width:100%;
	height:100px;
	position:relative;
}

.mainLogo {
	float:left;
	margin-top: 23px
}

.mainMenu {
	padding:0;
	width:470px;
	height:55px;
	float:right;
	list-style-type: none;
	margin-top:30px;
}

.mainMenu li {
	float:left;
	text-align: center;
	padding:0 12px;
}

.mainMenu li a {
	text-decoration: none;
	color:#FBFBFB;
	font-size: 25px
}

.mainMenu li a:hover {
	text-decoration: underline
}

.smallMenuIcon {
	display:none;
	float:right;
	margin:25px 0 0 25px;
	z-index: 100
}

.smallMenuReturn {
	display:none;
	float:right;
	margin-right:28px;
	margin-top:5px;
}

.smallMenuReturn img {
	width:39px;
	height:24px;
}

.smallMenu {
	display:none;
	padding:0;
	margin:0;
	list-style-type: none;
	position:absolute;
	top:0;
	left:0;
	background-color: #ECECEC;
	width:100%;
}

.smallMenu li {
	width:100%;
	padding:10px;
	border-bottom:1px solid #FDFDFD;
	background-color: #ECECEC;
	cursor:pointer;
}

.smallMenu li a {
	color:#2C2C2C;
	text-decoration: none;
	font-size: 24px
}

.smallMenu li:hover {
	background-color: #FDFDFD;
}
.smallMenu li:last-child {
	border:none;
}

.socialMedia {
	width:80px;
	height:38px;
	float:right;
	margin-top:35px;
}

.socialMedia a {
	float:left;
	margin-right:6px;
}

.screenData {
	display:none;
	position:fixed;
	top:50px;
	left:50px;
	text-align: center;
	width:250px;
	height:105px;
	color:#FFFFFF;
	background-color:#333333;
	z-index: 250;
}

.mainPage {
	width:100%;
	position:relative;
}

.tagline, .taglineMobile {
	position:absolute;
	width:360px;
	color:#FBFBFB;
	font-size: 96px;
	line-height: 85%;
	font-weight:700;
	text-transform: uppercase;
	padding-left:14px;
	padding-top:30px;
	border-top:1px solid #FBFBFB;
	top:0;
	left:0;

}

.taglineSmall {
	font-size: 50px;
	font-weight:normal;
	line-height: 100%
}

.taglineMobile {
	display:none;
}

.middleButtons {
	width:300px;
	margin:0px auto 0 auto;
	padding-top:60px;
}

.largeMiddleButtons {
	width:300px;
	margin:0 auto;
	padding-top:80px;
}

.box {
	width:300px;
	height:75px;
	border:2px solid #FBFBFB;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FBFBFB;
	text-align: center;
	font-weight: 600;
	margin-bottom:40px;
	font-size:50px;
}

.largeBox {
	width:300px;
	height:150px;
	border:2px solid #FBFBFB;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FBFBFB;
	text-align: center;
	font-weight: 600;
	margin-bottom:40px;
	font-size:72px;
	line-height:75%;
	padding-top:25px;

}

.box:last-child, .largeBox:last-child {
	margin-bottom: 0
}

.thinText {
	font-weight: 100;
	font-size: 50px
}

.downArrow {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left: -127px;
	cursor:pointer;
}

.downArrowTri {
	position:absolute;
	bottom:2px;
	left:50%;
	margin-left: -54px;
	cursor:pointer;
}

.footer {
	position:absolute;
	bottom:25px;
	right:20px;
}

.footer p {
	color:#FBFBFB;
	line-height: 125%
}

.workHeader {
	width:100%;
	color:#FBFBFB;
	font-size:70px;
	line-height: 100%;
	font-weight:700;
	text-transform: uppercase;
	padding:20px 0 20px 14px;
	border-top:1px solid #FBFBFB;
}

.workArea {
	position:relative;
	float:left;
	max-width:49.75%;
	height:410px;
	background-color:#cccccc;
	margin-bottom:6px;
}

.workAreaRight {
	position:relative;
	float:right;
	max-width:49.75%;
	height:410px;
	background-color:#cccccc;
	margin-bottom:6px;
}

.workImage {
	display:block;
	max-width:100%;
	z-index: 10;
}

.workTitle {
	position:absolute;
	margin:0;
	height:70%;
	color:#fdfcfc;
	font-size: 74px;
	text-align:center;
	width:100%;
	font-weight:700;
	line-height: 83%;
	text-transform: uppercase;
	top:35%;
	margin-top:-24px;
	left:0;

}

.workTagline {
	position:absolute;
	margin:0;
	height:102px;
	padding:20px 8% 0 8%;
	color:#9d9c9c;
	top:70%;
	left:0;
	font-size: 40px;
	width:84%;
	font-weight:700;
	line-height: 100%;
	text-transform: uppercase;
	background-color:#FEFDFD;
}

.workTitle.twoline {
	margin-top:-55px;
}

.teamHeader {
	width:360px;
	color:#FBFBFB;
	font-size: 96px;
	font-weight:700;
	text-transform: uppercase;
	padding-left:14px;
	padding:0 0 10px 0;
	border-top:1px solid #FBFBFB;
}

.teamMember {
	width:100%;
	clear:both;
}

.teamMember img {
	display:block;
	width:71%;
	float:left;
}

.teamBio {
	float:left;
	width:26%;
	padding-left:3%;

}

.memberName {
	text-transform: uppercase;
	color:#FD0101;
	font-size:50px;
	margin-bottom:-5px;
}

.memberPosition {
	text-transform: uppercase;
	color:#050505;
	font-size:50px;
	margin-bottom: 10px;
}

.memberDetails {
	text-transform: uppercase;
	font-size:28px;
	color:#050505;
	margin-bottom:20px;
	line-height: 125%;
}

.memberLink {
	border:1px solid #050505;
	background-color: #FCFBFB;
	font-size:28px;
	text-align: center;
}

.memberLink a {
	color:#050505;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
	margin-bottom: 3px
}

.memberLink a:hover {
	text-decoration: underline;
}

.smallLink {
	display:none;
}

.smallLink a {
	color:#FCFBFB;
	font-size:21px;
}

.smallLink a:hover {
	text-decoration:none;
}

.artSection {
	position:absolute;
	overflow:hidden;
}

.artLeftArrow {
	position:absolute;
	left: 0px;
	top: 50%;
	cursor:pointer;
	width:55px;
	height:72px;
	z-index: 100

}

.artRightArrow {
	position:absolute;
	right: 0px;
	top: 50%;
	cursor:pointer;
	width:55px;
	height:72px;
	z-index: 100
}

.artSection ul.articles {
	margin:0;
	padding:0;
	list-style-type: none;

}

.sectionContent {
	font-family: "acumin-pro-extra-condensed",sans-serif;
	position: absolute;
	top:0;
	left:0;
	margin:10px;
	z-index: 50;
}

ul.articles li {
	height:640px;
	width:480px;
	float:left;
	background-color:#FFFFFF;
	font-family: "lato";
	color:#FFFFFF;
	position:relative;
	overflow:hidden;
}

ul.articles li img {
	-webkit-transition: 1.5s;
   transition: 1.5s
}

.moveEffect {
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
   -webkit-transition: 1.5s;
   transition: 1.5s
}

ul.articles li h3 {
	font-size:48px;
	margin:0;
	line-height: 100%
}

ul.articles li h4 {
	font-size:36px;
	border-bottom: 3px solid #EEEEEE;
	margin: 0;
	padding-bottom: 20px;
}

ul.articles li p {
	margin:20px 0 0 0;
	font-size:20px;
}

ul.articles li > .overlay {
    position:absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity:0.40;

}

ul.articles li:hover > .overlay {
    position:absolute;
    background-color:#000;
    opacity:0.15;

}

/*.openSection {
	width:100px;
	height:100px;
	position:absolute;
	top:72%;
	left:33px;
	background:url("../images/openCircleSmall.png") center center no-repeat;
	z-index: 100;
	float:left;
}

.openSection {
	-webkit-transition: all 1s;
   	transition: all 1s
}

.openText {
	position:absolute;
	font-size: 18px;
	margin-top:-18px;
	margin-left:-19px;
	top:50%;
	left:50%;
	text-align: center;
	color:#FFFFFF;
	font-size:13px;
}

.openSection.openHover {
	-webkit-transform: scale(1.75, 1.75);
	transform: scale(1.75, 1.75);
	-webkit-transition-origin:100px 100px;
	transition-origin:100px 100px;
   	-webkit-transition: all 1s;
   	transition: all 1s
}*/

.artHeader {
	display:none;
	width: 100%;
	height:125px;
	background-color:#FFFFFF;
	color:#646666;
	position:fixed;
	top:-125px;
	left:0;
	z-index: 10;
	font-family:"lato";
	text-transform: uppercase;
}

.artHeader .headerText {
	width:100%;
	margin:0px auto 0 auto;
}

.artHeader h2 {
	font-size: 48px;
	width:100%;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom:0;
	margin-top:24px;
}

.artHeader h4 {
	font-size: 18px;
	width:100%;
	text-align: center;
	margin-top: -8px
}

.artFooter {
	display:none;
	background-color: #FFFFFF;
	width:100%;
	height:75px;
	font-size: 15px;
	text-transform: uppercase;
	color:#646666;
	text-align: center;
	font-family: "lato";
}

.artFooter .footerText {
	width:100%;
	padding-top:30px;
	text-align:center;
}

@media only screen and (max-width: 1150px) {

	.memberName, .memberPosition {
		font-size: 40px;
	}

	.memberDetails {
		font-size:22px;
	}

	.tagline, .taglineMobile {
		font-size:72px;
		line-height: 105%;
		width:270px;
	}

}


@media only screen and (max-width: 1239px) {

	.workArea, .workAreaRight {
		height:340px;
		margin-bottom:7px;
	}

	.workTitle {
		font-size: 62px;
		margin-top: -20px;
	}

	.workTitle.twoline {
		margin-top: -54px;
	}

	.workTagline {
		font-size:34px;
		height:84px;
		padding-top:17px;
	}


}

@media only screen and (max-width: 1023px) {

	.workArea, .workAreaRight {
		height:330px;
		margin-bottom:7px;
	}

	.workTitle {
		font-size: 62px;
		margin-top: -28px;
	}

	.workTitle.twoline {
		margin-top: -54px;
	}

	.workTagline {
		font-size:32px;
		height:83px;
		padding-top:18px;
	}


}

@media only screen and (max-width: 979px) {

	.socialMedia, .mainMenu {
		display:none;
	}

	.smallMenuIcon {
		display: block
	}

	.tagline, .taglineMobile {
		position:static;
		text-align: center;
		width:90%;
		color:#FBFBFB;
		font-size: 72px;
		line-height: 100%;
		font-weight:700;
		text-transform: uppercase;
		border-top:1px solid #FBFBFB;
		margin:0 auto;
	}

	.middleButtons {
		padding-top:40px;
	}

	.largeMiddleButtons {
		padding-top:40px;
	}

	.box {
		margin-bottom:20px 
	}

	.downArrow {
		margin-left:-90px;
	}

	.downArrow img {
		width:180px;
		height:180px;
	}

	.taglineSmall {
		display:none;
	}

	.memberName, .memberPosition {
		font-size: 33px;
	}

	.memberPosition {
		margin-bottom: 3px
	}

	.memberDetails {
		font-size:20px;
	}

	.memberLink {
		display:none;
	}

	.smallLink {
		display:block;
	}

	.workHeader {
		font-size:60px;
	}

	.teamHeader {
		font-size:80px;
	}

	.workArea, .workAreaRight {
		height:250px;
		margin-bottom:7px;
		width:49.5%;
	}

	.workTitle {
		font-size: 62px;
		margin-top: -22px;
	}

	.workTitle.twoline {
		margin-top: -46px;
	}

	.workTagline {
		font-size:24px;
		height:60px;
		padding-top:14px;
	}

}

@media only screen and (max-width: 767px) {

	.tagline, .taglineMobile {
		font-size:60px;
	}

	.middleButtons {
		width:275px;
	}

	.box {
		width:275px;
		height:66px;
		font-size:42px;
	}

	.box .thinText {
		font-size:42px;
	}

	.memberName {
		margin-bottom: 0;
	}

	.memberName, .memberPosition {
		line-height: 125%;
	}

	.memberDetails {
		display:none;
	}

	.workHeader {
		font-size: 52px;
	}

	.workArea, .workAreaRight {
		height:205px;
		margin-bottom:7px;
		width:49.5%;
	}

	.workTitle {
		font-size: 50px;
		margin-top: -18px;
	}

	.workTitle.twoline {
		margin-top: -38px;
	}

	.workTagline {
		font-size:20px;
		height:50px;
		padding-top:12px;
	}

}

@media only screen and (max-width: 639px) {

	.mainLogo img {
		width:225px;
		height:36px;
	}

	header {
		height:84px;
	}

	.smallMenuIcon {
		margin-top:18px;
		margin-left:16px;
	}

	.tagline {
		font-size:54px;
		display:none;
	}

	.taglineMobile {
		font-size:84px;
		display:block;
	}

	.smallText {
		font-size:70px;
		line-height: 100%;
	}

	.middleButtons {
		width:200px;
	}

	.box {
		width:200px;
		height:50px;
		font-size:32px;
		margin-bottom:10px;
	}

	.box .thinText {
		font-size:32px;
	}

	.largeBox {
		font-size:50px;
		height:95px;
		padding-top:12px;
	}

	.largeBox .thinText {
		font-size: 36px
	}

	.footer {
		display:none;
	}

	.downArrow {
		margin-left:-60px;
	}

	.downArrow img {
		width:120px;
		height:120px;
	}

	.teamHeader {
		font-size:72px;
	}

	.workHeader {
		font-size: 48px;
	}

	.workArea, .workAreaRight {
		max-width:100%;
		float:none;
		width:auto;
		height:300px;
		margin-bottom:15px;
	}

	.workTitle {
		font-size: 60px;
		margin-top: -24px;
	}

	.workTitle.twoline {
		margin-top: -44px;
	}

	.workTagline {
		font-size:30px;
		height:26%;
		padding-top:3%;
	}

}

@media only screen and (max-width: 479px) {

	.tagline {
		font-size:48px;
	}

	.taglineMobile {
		font-size:64px;
	}

	.smallText {
		font-size:48px;
	}

	.memberDetails {
		display:none;
	}

	.smallLink a {
		font-size: 18px
	}

	.workHeader {
		font-size: 36px;
	}

	.workArea, .workAreaRight {
		height:210px;
		margin-bottom:15px;
	}

	.workTitle {
		font-size: 54px;
		margin-top: -20px;
	}

	.workTitle.twoline {
		margin-top: -44px;
	}

	.workTagline {
		font-size:22px;
		height:56px;
		padding-top:10px;
	}

}
