@charset "UTF-8";
/* CSS Document */

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

* { 
	margin: 0; 
	padding: 0; 
}

html, body {
	width:100%;
    height:100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

.darkBackground {
    background: #212121;
}

a, img {
    border:none;
    outline:0px;
}

.headerContainer {
    position:relative;
    z-index:100;
    height:210px;
    width:100%;
    -webkit-box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.38);
    -moz-box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.38);
    box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.38);
    background:#fff url('../images/lightpaperfibers.png') repeat;
}

header {
    position:relative;
    float:left;
    z-index:100;
    clear:both;
    width:100%;
    height:86px;
    margin:62px 0 0 0;
    background:#444349 url('../images/stardust.png') repeat;
}

#logo {
    position:absolute;
    float:left;
    z-index:0;
    margin:81px 0 0 40px;
    width:180px;
    height:23px;
    background:transparent url('../images/logo.png') no-repeat 0 0;
}

#mobileNavBtn {
    position:absolute;
    right:0;
    z-index:0;
    width:33px;
    height:33px;
    margin:27px 12px 0 0;
    display:none;
}

#mobileNavBtn div {
    float:left;
    margin:5px 0 0;
    width:80%;
    height:4px;
    background:#fff;
}

nav {
    float:right;  
    min-width:436px;
    display:block;
}

nav ul li {
    float:left;
    list-style: none;
}

nav ul li a {
    float:left;
    text-transform:uppercase;
    font:normal 12px/13px 'Montserrat',Arial,sans-serif;	
    padding:38px 32px 0 32px;
    width:auto;
	height: 86px;
	background:transparent;
    cursor:pointer;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    background:transparent;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
/*    border-left:1px solid #666;*/
}

nav ul li p {
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

nav ul li a:link {
	text-decoration:none;
	color:#e5f2f0!important;
}
nav ul li a:visited {
	text-decoration:none;
	color:#e5f2f0!important;
}
nav ul li a:active {
	text-decoration:none;
	color:#e5f2f0!important;
}

nav ul li a.navHover {
    background:#61c8d1;
}

nav ul li a p.navHoverP {
    color:#333;
}

.emailNav {
    position: absolute;
    margin-left: -191px;
}

.emailNav a {
    font-weight:bold!important; 
    font: normal 16px/1em'Montserrat',Arial,sans-serif;
    text-transform: none;
}

.emailNav a.navHover {
    background:transparent!important; 
}

.sideEmail a {
    font-weight:bold!important; 
    text-transform: none!important; 
}

.navSelected {
    background:#333!important;
    cursor:default;
}

.navTextSelected {
    color:#61c8d1!important;
}

.navSelected .arrowUp, .contactInfoBg .arrowUp {
    position:relative;
    width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fdfcfa;   
    margin: 25px auto 0 auto;
}

#imgBg {
    position: fixed; 
    z-index:0;
    top: -50%; 
    left: -50%;
    width: 200%; 
    height: 200%;
    min-height:600px;
}

#imgBg img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
}

.aboutPhotos {
    position:relative;
    float:left;
    width:100%;
    height:506px;
}

.aboutPhotos > div {
    position:relative;
    float:left;
    width: 50%; 
    height: 100%;
    overflow:hidden;
}

.aboutPhotos img {
    min-width:560px;
}

.fiberBg {
    background:#fff url('../images/lightpaperfibers.png') repeat;   
}

.aboutContent {
/*
    position:absolute;
    padding:0 0 50px 0;
*/
/*
    max-width:838px;
    margin:0 auto;
    text-align: center;
*/
}

.aboutContent {
    position:relative;
    float:left;
    width:100%;
    overflow:hidden;
/*    height:506px;*/
}

.aboutContent > div {
/*
    position:relative;
    float:left;
*/
    width: 50%; 
    height: 100%;
    overflow:hidden;
}

.aboutContent img {
/*     min-width:464px; */
    position:absolute;
    width:50%;
    min-width:748px;
}

.aboutDiamondWrapper {
    display: inline-block;
    margin:45px 0 10px 0;
}

.aboutDiamond {
    float:left;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom-color:#dbd9d9;
	position: relative;
	top: -4px;
    margin:2px;
}

.aboutDiamond:after {
	content: '';
	position: absolute;
	left: -4px;
	top: 4px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color:#dbd9d9;
}

.aboutContent hr {
    width:100%;
    border: none;
    height: 1px;
    background-color: #c5c4c2;
}

.aboutCopy {
    float:left;
    width:50%;
    text-align: left;
    padding:0 0 50px 0;
}

.aboutCopy em {
    font-style:italic;
    text-decoration: underline;
}

.aboutCopy h2 {
    float:left;  
    color:#515151;
    font:normal 14px/21px 'Montserrat',Arial,sans-serif;
    margin:40px 0 20px 0;
    padding:0 28px; 
}

.aboutCopy p {
    float:left;  
    color:#515151;
    font:normal 12px/22px Helvetica,Arial,sans-serif;
    padding:0 28px; 
}

footer {
    float:left;
    width:100%;
    background:#444349 url('../images/stardust.png') repeat;
    text-align: center;
}

.footerInfo {
    display:inline-block;
    background:#37363b;
    font:normal 13px/14px 'Montserrat',Arial,sans-serif;
    color:#fdfcfa;
    margin:77px 0 0 0;
}

.footerInfo div {
    float:left;
    margin:19px 23px;
    text-align:left;
}

.footerInfo div span, .contactInfo div span {
    color:#61c8d1;
    text-transform: uppercase;
}

.footerNav {
    display:inline-block;
    list-style: none; 
    margin:45px 0 96px -9px;
}

.footerNav li {
    float:left;
    margin:-2px 0 0 2px;
    width:135px;
}

.footerNav a {
    position:relative;
    float:left;
    text-decoration:none;
    color:#c0c0c0!important;
    font:normal 12px/14px 'Montserrat',Arial,sans-serif;
    padding: 16px 0 13px 0;
    text-transform: uppercase;
    border:2px solid #c0c0c0;
    width:135px;
    z-index:0;
}

.footerNav a:link {
	text-decoration:none;
	color:#c0c0c0!important;
}

.footerNav a:visited {
	text-decoration:none;
	color:#c0c0c0!important;
}

.footerNav a:active {
	text-decoration:none;
	color:#c0c0c0!important;
}

.footerNav a:hover {
    border:2px solid #fff;
    color:#fff!important;
    z-index:2;
}

.contactInfo {
    position:absolute;
    z-index:50;
    background:transparent; 
    font:normal 12px/18px 'Montserrat',Arial,sans-serif;
    color:#444349;
    width:260px;
    top:50%;
    left:50%;
    padding:30px;
    margin: 48px 0 0 -158px;
}

.contactInfoBg {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    background:#fff;
    width:100%;
    height:100%;
    opacity:.8;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 1);
}

.contactInfoBg .arrowUp {
    margin: -10px auto 0 auto;   
}

.artworkHeader #logo {
    margin:13px 0 0 20px;
    width:109px;
    height:18px;
    background:transparent url('../images/logo-small.png') no-repeat 0 0;
}

.artworkHeader {
    margin:0; 
    height:40px;
}

.artworkHeader #mobileNavBtn {
    position:relative;
    float:right;
    z-index:0;
    width:22px;
    height:22px;
    margin: 9px 9px 0 13px;
    display:block;
    cursor:pointer;
}

.artworkHeader #mobileNavBtn div {
    float:left;
    margin:4px 0 0;
    width:80%;
    height:2px;
    background:#fff;
}

.artworkHeader nav {
    position:fixed;
    right:0;
    width: 250px;
    min-width: 250px;
    height:100%;
    margin: 40px 0 20px;
    background:#333!important;
    display:none;
}

.artworkHeader nav ul {
    position:relative;
    display:inline-block;
    min-width:100%;
    margin:0 0 10px;
}

.artworkHeader nav ul li {
    float:left;
    clear:both;
    width:80%;
    margin:10px 10% 0 10%;
    list-style: none;
}

.artworkHeader nav ul li a {
    float:left;
    text-transform:uppercase;
    font:normal 14px/16px 'Montserrat',Arial,sans-serif;	
    padding:15px 0 12px 0;
    color:#7ec3c3;
    width:100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    text-align:center;
    background:#fff;
    cursor:pointer;
/*    border-radius: 2px 2px 2px 2px;*/
}

.artworkHeader nav ul li a:link {
    text-decoration:none;
    color:#515151!important;
}
.artworkHeader nav ul li a:visited {
    text-decoration:none;
    color:#515151!important;
}
.artworkHeader nav ul li a:active {
    text-decoration:none;
    color:#515151!important;
}

.artworkHeader .navSelected {
    background:#61c8d1!important;
    cursor:default;
}

.artworkHeader .navTextSelected {
    color:#fff!important;
}

.artworkHeader .navSelected .arrowUp {
    display:none;   
}

.artworkHeader hr {
    float:right;
    height:100%;
    border: none;
    width: 1px;
    background-color: #c5c4c2;
}

.artType {
    position:relative;
    float:right;
    margin:16px;
    font:normal 12px/13px Arial,sans-serif;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rightArrow, .leftArrow {
    float:right;
    height:100%;
    width:40px;
    color:#fff;
    text-align:center;
    padding: 11px 0 0 0;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.rightArrow:hover, .leftArrow:hover {
    background:#61c8d1;   
}

.artInfo {
    position:absolute;   
    width:100%;
    bottom:0;
/*    min-height:40px;*/
    border-top:1px solid #c7c7c7;
    background:#fff;
}

.artInfo p {
    float:left;
    font:normal 12px/13px Arial,sans-serif;
    color:#444349;   
    margin:10px 20px;  
}

.artInfo ul {
    float:right;
    list-style: none;
    margin:0 20px; 
}

.artInfo li {
    float:left;
    font:normal 12px/13px Arial,sans-serif;
    height:100%;
    padding:10px 10px;
}

.artInfo a:link {
	text-decoration:none;
	color:#6b6a72!important;
}

.artInfo a:visited {
	text-decoration:none;
	color:#6b6a72!important;
}

.artInfo a:active {
	text-decoration:none;
	color:#6b6a72!important;
}

.artInfo a:hover {
    text-decoration: none;
    color:#6b6a72!important;
}

.artSelected {
    background:#e6e6e6!important;
}

.artImgContainer {
    position:fixed;
    top:50px;
    width:96%;
    text-align:center;
    margin:0 2%;
}

.fullWidth { 
	width: 100%; 
	height:auto;
}

.fullHeight { 
	height: 100%; 
	width:auto;
}

.projectCopy {
    position:relative;
    float:left;
    width:100%;
    color: #515151;
    font: normal 12px/18px Helvetica,Arial,sans-serif;
    padding:50px 30px 30px 30px;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.projectImg {
    margin:0 2% 50px 2%;   
}

.phoneNumber, .emailAdd {
    text-decoration:none;
	color:#fdfcfa!important;    
}
.phoneNumber:link, .emailAdd:link {
	text-decoration:none;
	color:#fdfcfa!important;    
}
.phoneNumber:visited, .emailAdd:visited {
	text-decoration:none;
	color:#fdfcfa!important;    
}
.phoneNumber:active, .emailAdd:active {
	text-decoration:none;
	color:#fdfcfa!important;
}

.contactInfo .phoneNumber, .contactInfo .emailAdd {
    text-decoration:none;
    color:#444349!important;   
}
.contactInfo .phoneNumber:link, .contactInfo .emailAdd:link {
    text-decoration:none;
    color:#444349!important;   
}
.contactInfo .phoneNumber:visited, .contactInfo .emailAdd:visited {
    text-decoration:none;
    color:#444349!important;   
}
.contactInfo .phoneNumber:active, .contactInfo .emailAdd:active {
    text-decoration:none;
    color:#444349!important;   
}

nav {
    margin-top: 0;
    background: #fff;
}

nav ul li p {
    color: #000;
    font-weight: bold;
    font-family: Arial,sans-serif;
}

nav ul li a {
    padding: 16px 32px 0 32px;
    width: auto;
    height: 42px;
}

header {
    height: 115px;
    margin: 45px 0 0 0;
}

#logo {
    margin:81px 0 0 40px;
    width:180px;
    height: 65px;
}

.phoneNum {
    position: absolute;
    width: 400px;
    bottom: -1px;
    right: 150px;
}

#logo {
    background:transparent url('../images/logo@2x.png') no-repeat 0 0;
    background-size:100%;
}

.artworkHeader #logo {
    background:transparent url('../images/logo@2x.png') no-repeat 0 0;
    background-size:109px 18px;
}

.arrowUp {
    display:none!important; 
}

@media screen and (max-width: 910px) {
    
/*
    .aboutCopy h2, .aboutCopy p {
        padding:0 30px 0 30px;   
    }
*/
}

@media screen and (max-width: 860px) {
    
/*
    #logo {
        margin: 33px 0 0 20px;
    }
*/
}


@media screen and (max-width: 1200px) {
    
    .phoneNum {
        right: 100px;
    }
    
    .footerNav {
        padding:0 20%;
    }
}

@media screen and (max-width: 1000px) {
    
    nav ul li a {
        padding:17px 15px 0 15px;
    }
    
    .phoneNum {
        right: 29px;
        width: 300px;
    }
    
    .emailNav a {
        font: normal 14px/1em'Montserrat',Arial,sans-serif;
    }
    
    .emailNav {
        margin-left: -146px;
    }
}

@media screen and (max-width: 765px) {
    .artInfo ul {
        display:none!important;   
    }
    
    .artInfo p {
        width:100%!important;
        text-align:center!important;
        margin:10px 0;  
        font:normal 10px/12px Arial,sans-serif;
    }
    
    .aboutPhotos > div {
        width: 100%;
    }
    
    .aboutPhotos {
        margin-bottom: 362px;
    }
}

@media screen and (max-width: 870px) {
    
    .footerNav {
        margin:45px 23px 96px 23px;
        padding:0;
    }
}

@media screen and (max-width: 714px) {
    
    .aboutCopy {
        width:100%!important; 
    }
    
    .aboutContent img {
        display:none;   
    }
    
    .aboutPhotos {
        height:386px;   
    }
    
    .aboutPhotos img {
        min-width:428px;   
    }
}

@media screen and (max-width: 750px) {
    
    .headerContainer {
        height:50px;   
    }
    
    header {
        height:50px;
        margin: 0 0 0 0;   
    }
    
    #logo {
        margin: 16px 0 0 20px;   
        width:100px;
    }
    
    .phoneNum {
        display:none;
    }
    
    #mobileNavBtn {
        margin: 9px 12px 0 0;   
    }
    
    .contactBg img {
        margin-left: -639px!important;
        margin-top: -756px!important;
        left: 50%!important;
        top: 50%!important;
    }
    
    .contactInfo {
        margin: -47px 0 0 -158px;   
    }

    #mobileNavBtn {
        display:block;
    }

    nav {
        float:left;
        clear:both;
        min-width:100%;
        margin:50px 0 20px;
        background:#333!important;
        display:none;
    }

    nav ul {
        position:relative;
        display:inline-block;
        min-width:100%;
        margin:0 0 10px;
    }
    
    nav ul li {
        float:left;
        clear:both;
        width:80%;
        margin:10px 10% 0 10%;
        list-style: none;
    }
    
    nav ul li a {
        float:left;
        text-transform:uppercase;
        font:normal 14px/15px 'Montserrat',Arial,sans-serif;	
        padding:15px 0 12px 0;
        color:#7ec3c3;
        width:100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        text-align:center;
        background:#fff;
        cursor:pointer;
/*        border-radius: 2px 2px 2px 2px;*/
    }

    nav ul li a:link {
        text-decoration:none;
        color:#515151!important;
    }
    nav ul li a:visited {
        text-decoration:none;
        color:#515151!important;
    }
    nav ul li a:active {
        text-decoration:none;
        color:#515151!important;
    }
    
    .navSelected {
        background:#61c8d1!important;
        cursor:default;
    }
    
    .navTextSelected {
        color:#fff!important;
    }
    
    .navSelected .arrowUp {
        display:none;   
    }
    
    .emailNav {
        position: relative;
        margin-left: 0;
        left: 10%;
    }
}

@media screen and (max-width: 400px) {
    
    .artType {
        display:none;   
    }
}