@import url("reset.css");

@charset "UTF-8";

@font-face {
    font-family: 'proximanova-light';
    src: url('proximanova-light-webfont.eot');
    src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-light-webfont.woff') format('woff'),
         url('proximanova-light-webfont.ttf') format('truetype'),
         url('proximanova-light-webfont.svg#proximanova-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Light.woff') format('woff'),
         url('Gotham-Light.ttf') format('truetype'),
         url('Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('Gotham-Medium.eot');
    src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Medium.woff') format('woff'),
         url('Gotham-Medium.ttf') format('truetype'),
         url('Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Book.woff') format('woff'),
         url('Gotham-Book.ttf') format('truetype'),
         url('Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'Gotham-Light', sans-serif;
	font-size:22px;
	line-height:36px;
	color: #262626;
}


/*    INTRO PIC      */

/*    INTRO PAGE    */
.intro-gallery {
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}
.logo {
	float:left;
	/*font-size:14px;
	letter-spacing:0.05em;*/
	color:#262626;
	position:relative;
	z-index:400;
}
.logo h1 {
	font-size:13px;
	letter-spacing:0.1em;
	color:#262626;
	padding:0;
	margin:0;
}
.logo span {
	font-family:'Gotham-Medium', sans-serif;
}


a:link {
	color: #262626;
	text-decoration: none; 
}
a:visited {
	color: #262626;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #FF0000;
}

.container {
	width: 100%; 
}

.header {
	padding:40px 63px 0px 63px
	
}

.menu_icon {
	position:fixed;
	top:24px; 
	right:24px;
	z-index:200;
	cursor:pointer;
	display:none;
	z-index:400;
}


/*    NAVIGATION    */

mainNav {
	float:right;
	text-align:right;
	position:relative;
	z-index:100;
}

ul.nav {
	float:right;
	font-size:13px;
	list-style: none;
	margin: 0;
	padding: 0;
	left::0;
	letter-spacing:0.1em;
	position:relative;
	z-index:100;
}
ul.nav li {
	display: inline;
	margin: 0;
	color:#262626;	
}
ul.nav li + li {
	padding-left: 24px;
}
ul.nav li a { 
	text-decoration: none;
}
ul.nav li a:hover {
	color:#FF0000;
}
ul.nav li.active a {
	color: #262626;
	text-decoration: none;
	font-family:'Gotham-Book', sans-serif;
}

/*   THUMBNAILS    /////////////////////////////////////////////////////////////////*/

.thumbContent {
	width:100%;
	padding-top:126px;
}
.thumbs {
	margin:0 120px 80px 120px;
}
.hide {
    visibility: hidden;
    opacity: 0;
}

/*  MASONRY    /////////////////////////////////////////////////////////////////*/

.item {
	float:left;
	margin:0 0px 4% 0;
}
.item img {
	display:block;
	width:100%;
}

.item,
.grid-sizer {
  width: 22%;
}
.gutter-sizer {
    width: 4%;
}


.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/*///////   INFO   /////////////////////////////////////////////////////////////////////////////////*/

.infoContent {
	width:100%;
	padding-top:110px;
	padding-bottom:50px;
}
.info {
	width:70%;
	max-width:807px;
	text-align:center;
	font-family:'Gotham-Light', sans-serif;
	font-size:22px;
	line-height:36px;
	color: #363636;
	margin:0 auto;
}

.bite {
	padding-left:50px;
}

.fltrt {  
	float: right;
}
.fltlft { 
	float: left;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*///////   RS  /////////////////////////////////////////////////////////////////////////////////*/

.cross_icon {
	position:fixed;
	top:36px; 
	right:36px;
	z-index:200;
	cursor:pointer;
	opacity:0;
	z-index:400;
}

.icon_right {
	position:absolute;
	top: 50%;
	margin-top:-25px;
	right:32px;
	cursor: pointer;
	width:50px;
	z-index:200;
	opacity:0;
}
.icon_left {
	position:absolute;
	top: 50%;
	margin-top:-25px;
	left:32px;
	cursor: pointer;
	width:50px;
	z-index:200;
	opacity:0;
}

.royalSlider { 
	width: 100%;
	height:100%; 
}
/*.rsSlide {
	background-color: #FFF;  
}*/
.royalSlider,
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider .rsVideoFrameHolder,
.royalSlider .rsThumbs {
    background: #FFF !important;
}

.slider_footer {
	position:fixed;
	left:0;
	bottom:40px;
	z-index:200;
	width:100%;
}
.slider_caption {
	font-family:'Gotham-Medium', sans-serif;
	text-transform:uppercase;
	color:#434343;
	margin:0 0 0 0;	
	font-size:11px;
	line-height:12px;
	letter-spacing:0.02;
	text-align:center;	
}

.royalSlider.rsDefault {
	position: absolute !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 140px 63px 70px 63px !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	opacity: 0;
}

#leftpad, 
#rightpad {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 12;
	cursor: pointer;
	cursor: hand;	
}
	
#leftpad {
	top: 0px;
	left: 0px;
}
	
#rightpad {
	top: 0px;
	left: 50%;
}
.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	z-index: 1;
	width: 42px;
	height: 42px;
	z-index:100;
	/*opacity: 0;*/
}

/*//////////////////////////////////////////////////////////   RESPONSIVE SETTING   ///////////////////////////////////////////////////////*/

@media (max-width: 1500px) {
.item {
	float:left;
	margin:0 0px 5% 0;
}
.item,
.grid-sizer {
  width: 30%;
}
.gutter-sizer {
    width: 5%;
}

}


@media (max-width: 1024px) {
	
.royalSlider.rsDefault {
	position: absolute !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 98px 35px 48px 35px !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	opacity: 0;
}
.slider_footer {
	bottom:40px;
}
.header {
	padding:32px 35px 10px 35px	
}
.menu_icon {
	display:block;
	top:24px; 
	right:24px;
}
.cross_icon {
	top:24px; 
	right:24px;
}
.mainNav {
	display:none;
	float:none;
	text-align:center;
	width:100vw;
	height:100vh;
	background-color:#FFF;
	position:fixed;
	z-index:100;	
}

/*   THUMBNAILS   */

.thumbContent {
	padding-top:83px;
}
.thumbs {
	margin:0 60px 80px 60px;
}




ul.nav {
	float:none;
	list-style: none;
	margin: 0 auto;
	padding-top: 138px;
	left:-32px;	
	font-size:40px;
	line-height:88px;
	letter-spacing:0.1em;
	text-align:center;
	position:relative;
	z-index:100;
}
ul.nav li {
	display: block;
	margin: 0;
	padding:0;	
}
ul.nav li + li {
	padding-left: 0px;
}
ul.nav li a { 
	text-decoration: none;
}

ul.nav li.active a {
	color: #000;
	text-decoration: none;
}

.infoContent {
	width:100%;
	padding-top:138px;
}

}


@media (max-width: 800px) {
	
/*   THUMBNAILS   */

.thumbContent {
	padding-top:86px;
}
.thumbs {
	margin:0 60px 80px 60px;
}
	
.item {
	float:left;
	margin:0 0px 8% 0;
}
.item,
.grid-sizer {
  width: 46%;
}
.gutter-sizer {
    width: 8%;
}




}



@media (max-width: 767px) {
.menu_icon {
	top: 20px; 
	right: 6px;
}
.cross_icon {
	top:6px; 
	right:6px;
}
.header {
	padding:28px 16px 0px 16px	
}
.royalSlider.rsDefault {
	position: absolute !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 80px 16px 48px 16px !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	opacity: 0;
}
ul.nav {
	float:none;
	list-style: none;
	margin: 0 auto;
	padding-top: 80px;
	left:-28px;	
	font-size:28px;
	line-height:60px;
	letter-spacing:0.1em;
	text-align:center;
	position:relative;
	z-index:100;
}
.logo h1 {
	font-size:11px;
	letter-spacing:0.05em;
}

/*   THUMBNAILS   */

.thumbContent {
	padding-top:42px;	
}
.thumbs {
	margin:0 16px 80px 16px;
}
.slider_footer {
	bottom:20px;
}
.infoContent {
	width:100%;
	padding-top:40px;
}
.info {
	width:90%;
}
	
}




