body {
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
    padding: 0px;
    min-height: 2160px;
    min-width: 3840px;
    overflow-x: hidden;
    
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s; /* Safari */
    
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}





/* CONTENT */

:link img {
	border: none;
}

:visited img {
	border: none;
}

a:focus {
    outline:0;
}

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

textarea:focus, input:focus, select:focus {
    outline: 0;
}





/* GENERIC */

.master-wrap {
    margin: 0px auto;
    height: 2160px;
    width: 3840px;
    position: relative;    
}

.master-wrap-border-home {
    position: absolute;
    height: 2058px;
    width: 3738px;
    border: 2px solid #e3b471;
    margin: 50px;
    z-index: 1;
}

.master-wrap-border {
    position: absolute;
    height: 2058px;
    width: 3738px;
    border: 2px solid #e3b471;
    margin: 50px;
    z-index: 0;
}

.header-logo {
    position: absolute;
    z-index: 2;
    top: 8%;
    left: 0;
    right: 0;
}

.header-logo img {
    width: 750px;
}

.header-logo-small {
    position: absolute;
    z-index: 2;
    top: 8%;
    left: 0;
    right: 0;
}

.header-logo-small img {
    width: 450px;
}

.content-wrap {
    width: 3400px;
    padding: 720px 0px 0px 0px;
    position: relative;
    overflow-y: hidden;
    text-align: center;
    margin: 0px auto;
}

.content-wrap-large {
    padding: 540px 0px 0px 0px;
}

.master-wrap .credit {
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    font-size: 18px;
    color: #5d5c5d;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: .4;
}

.column-x1 {
    width: 92%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 4%;
    padding-right: 4%;
}

.column-x2 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.column-x3 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.column-x4 {
    width: 21%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
}




.content-top-spacer {
    height: 60px;
}

.column-x2-features {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.column-features-nav {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 0.8%;
    padding-top: 640px;
}

.features-nav img {
    padding-top: 14px !important;
}

.features-nav p {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #a3a3a3;
    padding-bottom: 10px;
}





/* HOME */

.home-wrap {
    width: 100%;
    height: 2160px;
    position: relative;
    overflow-y: hidden;
    background-image: url('images/home-bg.jpg');
    background-repeat: no-repeat;
}

.home-wrap .logo {
    position: absolute;
    top: 18%;
    right: 15%;
}

.home-wrap .logo img {
	width: 900px;
}

.home-wrap .home-credit {
    position: absolute;
    bottom: 5%;
    right: 23%;
    font-size: 18px;
    color: #5d5c5d;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 1;
}




/* HOME NAV */

.home-nav-item {
    position: absolute;
    z-index: 2;
    text-align: center;
    display: inline-block;
    margin: 0px;
    padding-top: 96px;
    font-size: 22px;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    width: 226px;
    height: 226px;
    background-image: url('images/button-bg.png');
    background-repeat: no-repeat;
}

.home-nav-item-01 {
    top: 16%;
    left: 9%;
}
.home-nav-item-02 {
    top: 30%;
    left: 10.5%;
}
.home-nav-item-03 {
    top: 44%;
    left: 9.5%;
}
.home-nav-item-04 {
    top: 58%;
    left: 7%;
}
.home-nav-item-05 {
    top: 72%;
    left: 7.5%;
}

a .home-nav-item:link {color: #ffffff; text-decoration: none; text-shadow: -1px 1px 0px rgba(0,0,0,0.25);}
a .home-nav-item:visited {color: #ffffff; text-decoration: none; text-shadow: -1px 1px 0px rgba(0,0,0,0.25);}
a .home-nav-item:hover {color: #f1e9de; text-decoration: none; text-shadow: 1px 1px 0px rgba(0,0,0,0.5); -webkit-transition:all .2s ease-in; -moz-transition:all .2s ease-in;}




/* INTERNAL NAV */

.footer-nav {
    position: absolute;
    z-index: 2;
    bottom: 6%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.nav-item {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0px 25px;
    padding: 62px 0px 0px 0px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    width: 150px;
    height: 88px;
    background-image: url('images/button-bg-internal.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-item-current {
    background-image: url('images/button-bg-current-internal.png');
}

a .nav-item:link {color: #ffffff; text-decoration: none; text-shadow: -1px 1px 0px rgba(0,0,0,0.25);}
a .nav-item:visited {color: #ffffff; text-decoration: none; text-shadow: -1px 1px 0px rgba(0,0,0,0.25);}
a .nav-item:hover {color: #f1e9de; text-decoration: none; text-shadow: 1px 1px 0px rgba(0,0,0,0.5); -webkit-transition:all .2s ease-in; -moz-transition:all .2s ease-in;}





/* GALLERY */

.content-wrap img {
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.column-x1 img {
    width: auto;
    padding: 0px 0px 10px 0px;
}

.photo {
    padding: 0px 0px 60px 0px;
    font-family: 'PT Sans', sans-serif;
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #a3a3a3;
}

.lightbox-caption {
    font-family: 'PT Sans', sans-serif;
	font-size: 18px;
    font-weight: 400;
	text-align: center;
	line-height: 1.2;
	padding: 2px 0px 20px 0px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 0px;
    word-wrap: break-word;
}

.fslightbox-toolbar {
    display: none !important;
}

.fslightbox-container {
    background: rgba(0,0,0,0.95) !important;
}