/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html,
button,
input,
select,
textarea {
    color: #9C9D9F;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: MetaOT;
    src: url("../fonts/MetaOT-Thin.otf") format("opentype");
}

@font-face {
    font-family: MetaOT;
    font-weight: bold;
    src: url("../fonts/MetaOT-Norm.otf") format("opentype");
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "MetaOT", sans-serif;
    /*overflow: hidden;*/
}

#page {
  height: 100%;
  width: auto;
}

.section {
    width: 100%;
    background-color: #fff;
    min-height: 100%;
}

#contact-wrapper {
    font-size: 1.4em;
    text-transform: uppercase;
    padding-top: 50px;
    margin-left: 100px;
    color: #000;
}

#contact-wrapper a {
    color: #000;
}

#about-contact .arrow-wrapper {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

#about,
#contact {
    width: 100%;
    padding: 0 0 60px 0;
}

.about-bg {
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1999999;
    width: 100%;
}

.fd1 {
	padding-top: 40px;
}

.fd1 img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
	#contact-wrapper {
	    font-size: 1.4em;
	    text-transform: uppercase;
	    padding-top: 50px;
	    margin: 0;
	    color: #000;
	}
	#contact-wrapper-inner {
		text-align: center;
		background: rgba(0,0,0,0.5);
		padding: 20px;
		margin: 0 30px;
		color: #fff;
	}
	#contact-wrapper-inner a {
		color: #fff;
	}
}


.section-bg {
    background: url('../img/background.jpg') top left repeat;
}

.section-abs {
    position: absolute;
    top: 0;
    left: 0;
}

#home {
    background: url('../img/bg1.jpg') center center no-repeat;
    z-index: -1999999;
}

#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    min-height: 80px;
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    /*background-color: rgba(255,255,255,0.9);*/
    height: 80px;
}

#nav-btn {
    width: 60px;
    height: 60px;
    text-indent: -9999em;
    background: url('../img/nav-btn.png') top left no-repeat;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
}

@media (max-width: 400px) {
    #nav-btn {
        width: 46px;
	    height: 46px;
	    background: url('../img/nav-btn-sm.png') top left no-repeat;
    }
}




h1.logo {
    display: block;
    width: 278px;
    height: 60px;
    margin: 10px 0 10px 20px;
    padding: 0;
    float: left;
    background: url('../img/logo.png') top left no-repeat;
    text-indent: -9999em;
    position: relative;
    z-index: 2000;
}

.light h1.logo {
    background: url('../img/logo-light.png') top left no-repeat;
}

@media (max-width: 400px) {
	h1.logo {
	    width: 218px;
	    height: 47px;
	    background: url('../img/logo-s.png') top left no-repeat;
	}
	.light h1.logo {
	    background: url('../img/logo-light-s.png') top left no-repeat;
	}
}

ul.navbar {
    text-align: right;
    margin: 34px 140px 0 0;
    padding: 0 0 10px 0;
}

ul.navbar li {
    display: inline;
}

ul.navbar li.active a {
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

ul.navbar li a {
    display: inline-block;
    line-height: 28px;
    color: #333;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 1.3em;
    text-decoration: none;
}

.light ul.navbar li a {
    color: #999;
}

@media (max-width: 1400px) {
    ul.navbar li a {
        font-size: 1.2em;
        margin: 0 12px;
    }
}

@media (max-width: 1200px) {
	ul.navbar {
	    margin: 20px 100px 0 0;
	}
    ul.navbar li a {
        font-size: 1.2em;
        margin: 0 8px;
    }
}

@media (max-width: 992px) {
    .nav {
        height: auto;
    }
    
    ul.navbar {
        text-align: center;
        margin: 0;
        padding-top: 80px;
        background-color:rgba(255,255,255,0.9);
    }
    ul.navbar li a {
        margin: 0 6px;
    }
}


@media (max-width: 768px) {
    .nav {
        height: auto;
    }
    ul.navbar {
        text-align: center;
        padding-top: 80px;
    }
    ul.navbar li {
        display: block;
        margin: 10px 0;
    }

    ul.navbar li a {
        display: block;
        line-height: 30px;
    }
}

.section-inner {
    width: 1200px;
    padding: 100px 10px 30px 10px;
    margin: 0 auto;
}

@media (max-width: 1900px) {
    .section-inner {
    	width: 1010px;
    }
}
@media (max-width: 1600px) {
    .section-inner {
    	width: 1010px;
    }
}

@media (max-width: 1400px) {
    .section-inner {
    	width: 1010px;
    }
}

@media (max-width: 1200px) {
    .section-inner {
    	width: 800px;
    }
}

@media (max-width: 1024px) {
    .section-inner {
    	width: 600px;
    }
}


@media (max-width: 768px) {
    .section-inner {
    	width: 100%;
    	padding-left: 20px;
    	padding-right: 20px;
    }
}

.article {
    position: relative; 
    width: 100%;
	padding: 10px 0;
	text-align: center;
}

.article a {
	text-decoration: none;
}

.article-img {
    max-width: 100%;
    height: auto;
}

.article-img-wrapper {
	position: relative;
}

.article-title {
    font-size: 1.3em;
    text-transform: uppercase;
	width: 100%;
    color: #6c6c6c;
	text-align: left;
}

.article-title-inner {
	display: block;
	background: none;
    padding: 6px 0 0 0;
}

.article.photography .article-title {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	text-align: center;
    color: #9c9d9f;
}

.article.photography .article-title-inner {
	display: inline-block;
	background: #000;
    padding: 0 10px;
    margin: 0;
	height: 38px;
	line-height: 38px;
}

.article a {
	color: #6c6c6c;
    position: relative; 
    display: inline-block;
    width: 100%;
}


body .nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #000;
}

.nav {
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	z-index: 2000;
}

.separator {
	clear: both;
	margin: 0 0 12px 0;
}

.play-btn {
    background: url('../img/play-btn.png');
    width: 70px;
    height: 70px;
    text-indent: -9999em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

@media (max-width: 992px) {
    .play-btn {
        background: url('../img/play-btn-md.png');
	    width: 70px;
	    height: 70px;
	    margin-top: -35px;
	    margin-left: -35px;
    }
}

@media (max-width: 768px) {
    .play-btn {
        background: url('../img/play-btn-sm.png');
	    width: 50px;
	    height: 50px;
	    margin-top: -25px;
	    margin-left: -25px;
    }
}

.arrow {
	display: block;
	margin: 0 auto;
	height: 60px;
	width: 60px;
	background: url('../img/arrow-down.png');
	text-indent: -9999em;
    cursor: pointer;
}

.arrow.arrow-light {
	background: url('../img/arrow-down-light.png');
}

.arrow-up {
	display: block;
	margin: 0 auto;
	height: 60px;
	width: 60px;
	background: url('../img/arrow-up.png');
	text-indent: -9999em;
    cursor: pointer;
}

.arrow-up.arrow-light {
	background: url('../img/arrow-up-light.png');
}

@media (max-width: 768px) {
	.arrow {
		height: 30px;
		width: 30px;
		background: url('../img/arrow-down-sm.png');
	}
	
	.arrow.arrow-light {
		background: url('../img/arrow-down-light-sm.png');
	}
	
	.arrow-up {
		height: 30px;
		width: 30px;
		background: url('../img/arrow-up-sm.png');
	}
	
	.arrow-up.arrow-light {
		background: url('../img/arrow-up-light-sm.png');
	}
}


#about-wrapper {
	color: #000;
    font-size: 1.4em;
    width: 500px;
    float: left;
    margin: 100px 0 0 50px;
    text-align: justify;
}

#about-wrapper-inner {
    background: #fff;
    background: rgba(255,255,255,0.4);
    padding: 20px;
}


@media (max-width: 1400px) {
	#about-wrapper {
		width: 380px;
    	font-size: 1.2em;
    }
}

@media (max-width: 1200px) {
	#about-wrapper {
		float: none;
		width: inherit;
		margin: 100px auto 0 auto;
    }
	#about-wrapper-inner {
		margin: 0 30px;
    }
}

@media (max-width: 992px) {
	#about-wrapper {
    }
}

@media (max-width: 768px) {
	#about-wrapper {
    	font-size: 1em;
    }
}








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}