/*

RENAISSANCE
2019
Author: Jason/Plate

*/

/* Source Sans Pro
-------------------------------------------------- */
/*@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/sourcesanspro-300.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/sourcesanspro-600.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400-italic.woff) format('woff');
}

@font-face {
    font-family: 'Arrows';
    src:url('../fonts/arrows/Arrows-tfb.ttf.woff') format('woff'),
        url('../fonts/arrows/Arrows-tfb.ttf.svg#Arrows') format('svg'),
        url('../fonts/arrows/Arrows-tfb.ttf.eot'),
        url('../fonts/arrows/Arrows-tfb.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}*/

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
  width: 100%;
  height:auto;
  outline:none;
}


/* Links
-------------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
  /*transition: color .3s, background .3s, border .3s;*/
}
a:hover {
  /*color: red;*/
}


/* Misc
-------------------------------------------------- */
.cf:after {
	content: "";
	display: table;
	clear: both;
}
.no-gutter {
	margin:0; padding:0;
}
.table {
	display: table;
	height:100%;
	margin-bottom:0;
	}
.table .tr {
	display: table-cell;
	vertical-align: middle;
	}
.preload {
	position:absolute;
	z-index:99;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	margin-left:-20px;
	margin-top:-20px;
	display:none;
}

strong, b {
	/*font-family: "CenturyGothicStd-Bold", sans-serif;
	font-weight:normal;*/
	font-weight:500;
}

p { margin-bottom:1.7em; }

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



/* Bootstrap override
-------------------------------------------------- */

.pad {
	padding:0px 10%;
}
@media (min-width: 1200px) {
    .container{
        /*max-width: 1300px;*/
    }
}

/* Site
-------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
body {
	margin: 0; padding: 0;
	font-weight:400;
	font-size:1em;
	font-family: 'Roboto', sans-serif;
	color: #444;
	background:#cacaca;
	opacity:1;
	letter-spacing:0.3px;
	/*opacity:1;
	overflow:hidden;*/
}


/* Masthead
-------------------------------------------------- */
#masthead {
	height:140px;
}
#masthead .logo-renaissance {
	width:220px;
	margin-top:-16px;
}


/* Misc
-------------------------------------------------- */

.curtain {
	position:fixed;
	width:100%;
	height:100%;
	background:#eaeaea;
	opacity:1;
	z-index:101;
}
.line-border-top {
	border-top:5px solid #FF6;
}


/* Navigation
-------------------------------------------------- */



/*.at-icon-wrapper  {
	line-height: 24px; height: 24px; width:24px;
}
.at-icon-wrapper .at-icon {
	height: 24px; width:24px;
}*/
.menu-links .table, .menu-links .tr {
	border:0px solid green;
}


.menu-holder-fixed {
	padding:0px 0px;
	width:100%;
    position: fixed;
	top:0;
	background:#fff;
    z-index: 98;
	padding:30px 0px;
	display:none;
}
.menu-holder-fixed .logo {
	width:110px;
	opacity:0;
}



.menu li {
	list-style: none;
}
.menu > li {
	position: relative;
}
.menu > li > a {
	padding: .2em 0;
	font-weight: 600;
}
.menu ul {
	padding:0;
	margin:0;
}
.deets {
	font-size:0.9em;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	display:inline;
color:#099;
border:2px solid #9fc;
padding:8px 15px;

	
}
.deets .fa {

	font-size:3em;
	line-height:0;
}
.deets:hover {
	cursor:pointer;
	opacity:0.7;
	color:#0C9;
}

/** Mobile menu **/
.menu-mobile {
	display:none;
	width:100%;
	position:fixed;
	z-index:99;
	top:0;
}
.menu-mobile-bar {
	background:none;
	width:100%;
	color:#fff;
	padding:10px 15px;
	position:relative;
	z-index:3;
	display:none;
}

.patty {
	position:fixed;
	z-index:1000;
	right:0px;
	top:0px;
	width:65px;
	cursor:pointer;
	padding:20px 20px;
}

.menu-mobile-bar a {
	color:#fff;
}
.menu-holder-m {
	position:absolute; top:0;
	text-align:center;
	background:#173344;
	width:100%;
	padding-top:20px;
	padding-bottom:35px;
	margin-top:0px;
	display:none;
	font-size:0.9em;
}

.menu-holder-m .menu-links {
	text-align:center;
	position:relative;
	font-size:1.2em;
}
.menu-holder-m .menu-link-each {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px dotted #1E5A74;
}
.menu-holder-m .active {
	
}
.menu-holder-m .active a {
	text-decoration:none;
	color:#fff;
}
.menu-holder-m .menu-link-each {
	color: #5890a8;
}

.menu-holder-m .add-share {
	color: #5890a8;
	margin-top:5.5em;
	padding-top:5.5em;
}
.menu-journeys {
	overflow:visible;
}
.menu-journeys .no:hover {
	color:inherit;

}
.menu-journeys a.active {
	color:#f60;
}
.menu-journeys a.active:hover {
	color:#f60;
}
.menu-journeys a:hover {
	color:#ccc;
	}
.submenu {
	display:none;
	position:absolute;
	text-align:left;
	left:0;
	color:#a3a3a3;
	background:#222;
	margin-top:0px;
	margin-left:-1em;
	padding:1em;
	border-top:10px solid white;
	padding-top:0;
	padding-bottom:0.6em;
	width:160px;
	line-height:135%;
	overflow:hidden;
}
.submenu .sub-each {
	border-top:1px dotted #666;
	padding:7px 0;
}
.submenu a.active, .submenu a.active:hover {
	color:#fd6f10;
	cursor:default;
}


/* Headings
-------------------------------------------------- */

h1 {
	font-size:1.5em;
	line-height:110%;
}
h2 {
	font-size:0.5em;line-height:1.1em;
	font-style:italic;
}
h3 {
  font-size: 1.3em;
  font-style:italic;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 1.05em;
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: red;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}
/*.caption {
	font-style:italic;
	margin-top:8px;
}*/
.link, .link a  {
	color: #FF6;
}
.link:hover {
	color: inherit;
	text-decoration: none;
}
.link a:hover  {
	color: #000;
	text-decoration: none;
}


/* General
-------------------------------------------------- */

#single .project-ttl {

}
#single .project-info {
	font-weight:500;
}
.backtotop {
}
.backtotop:hover {
	color:#e8d5af;
	cursor:pointer;
}
.section-top {
	font-size:0.9em;

	margin-top:2.5em;
	margin-bottom:0.5em;
}
.page-title, #single .project-ttl .copy  {

	border-left:0px solid #FF6;
	padding-left:0px;
}
.pg-ttl {
	text-transform:uppercase;
	font-size:0.9em;
}
.sticky {
	  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 15px;
}

/* Homepage
-------------------------------------------------- */

#home {
	padding-top:0;
}
#home .hero {
	width:100%;
	position:relative;
}	
#home .info {
	padding:3em 0 0em 0;
}
#home .headline{
	width:900px;
	position:absolute;
	bottom:0;
	z-index:99;
	text-align:left;
}
#home .headline .copy {
	color:white;
	margin:0 0 2.5em 1.5em;
	padding-left:20px;
	font-weight:500;
	font-size:1.8em;
	line-height:1.1em;
	border-left:3px solid #FF6;
	letter-spacing:0.2px;
}
.maximage {
	width:100%; height:100%;
	position:absolute !important;
}
.fullbg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center 50%;
}	
.slick-home {
	width:100%; height:100%;
}
.slick-home-each {
	padding:0 15px;
}

.proj-thumb a:hover {
	text-decoration:none;
}

/* Projects
-------------------------------------------------- */
#projects .slick-proj, #projects .proj-holder {

}
#projects .overlay {
	font-size:2em;
	color:#FF6;
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/bg-dark-light.png) repeat;
	transition: opacity .4s;
    -moz-transition: opacity .4s;
	-o-transition:opacity .4s;
    -webkit-transition: opacity .4s;	
	padding:15px;
	line-height:180%;
}
#projects .thumb {
	position:relative;
	margin:0 15px;
	margin-bottom:18px;
	margin-top:0px;
	border:0px solid white;
}
#projects .thumb-ttl {
	margin:0px 15px;
	font-size:0.9em;
}
#projects .thumb-ttl strong {
	font-weight:500;
	text-transform:uppercase;
}
#projects .thumb-ttl .type {
	color:#666;
}
#projects .thumb:hover > .overlay {
	opacity:1;
}
#projects .thumb:hover {
	/*filter: grayscale(100%);*/
}
.proj-cat {
	font-weight:500;
	padding-right:14px;
}
.proj-cat a {
	
}
.proj-cat a:hover{
	color:inherit;
	text-decoration:none;
}
.proj-cat a.active{
	color:inherit;
	border-bottom:1px solid #FF0;
	
}
.proj-gallery img {
	display: block;
	width: 100%;
	height:auto;
}



@media screen and ( min-width: 768px ) {
  .proj-gallery img {
    /*height: 400px;*/
  }
}



/* Arr
-------------------------------------------------- */
.arr {
	width:70px;
	position:absolute;
	top:50%;
	  /* vertically center */
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			z-index:99;
}
.arr:hover {
	cursor:pointer;
}
.arr-left {
	left:-32px;
}
.arr-right {
	right:-30px;
}
.arr-disable {
	opacity:0.3;
}


/* Thumbnails
-------------------------------------------------- */

.thumbnails {
	width:100%;
	padding:0 10px;
}
.thumb-holder {
	position:relative;
	border:0px solid red;
	height:100%;	
}
.thumb-img {
	overflow:hidden;
	position:absolute;
	top:0px; left:0px;
	width:100%;
	height:auto;
}
.thumb-img img:hover {
	opacity:0.7;
}
.thumbnails .fluid {
	visibility:hidden;
}
.thumb-holder .txt-holder {
	padding-right:1em;
}
.thumb-holder .text {
	padding:0;
}
.thumb-holder .ttl {
	font-size:1em;
	line-height:1.25em;
	margin:15px 0 6px 0;
}
.thumb-holder a{
	color: #999;
}
.first {
	padding-right:1em;
}
.grid-item {
	margin:0;
	padding:0 1em;
	margin-bottom:2.5em;
}
.grid-item img {
	width:100%;
	height:auto;
	padding:0px;
}

/* fluid 5 columns */
.grid-sizer,
.grid-item {  }
/* 2 columns */
.grid-item--width2 { width: 40%; }


#contact .text a {
	text-decoration:underline;
	color:inherit;
}

/* Share
-------------------------------------------------- */

.share .fa {
	font-size:1.1em;
	color:#fff;
	background-color:#999;
	width:24px; height:24px;
	border-radius: 24px;
	text-align:center;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	margin-right:5px;
	margin-top:5px;
}
.share .fa:hover {
	background:#ccc;
}
.share .fa-twitter {
	padding:5px;
}
.share .fa-facebook {
	padding:5px;
	padding-left:4px;
}
.share .fa-google-plus  {
	font-size:1.0em;
	padding:6px;
	padding-left:4px;
	margin-left:-1px;

}

/* Footer
-------------------------------------------------- */
.footer {
	font-size:0.9em;
}
.footer a {
   
	text-decoration:none;
}
.footer a:hover {
	color:inherit;
	text-decoration:underline;
}
.copyright {
    font-size: 0.9em;
	opacity:0.5;
}
.copyright a {
    text-decoration: underline;
    color: #666;
}
.txt-past a {
	border-bottom:1px dotted #cf9250;
	padding-bottom:px;
}
.txt-back {
	text-transform:uppercase;
	
}
.txt-back a {
	
}
.txt-back a:hover, .txt-past a:hover {
	color:#e8d5af;
	text-decoration:none;
}


/* Slick UI
-------------------------------------------------- */
.caption-holder {
	position:absolute;
	padding-top:10px;
	width:100%;
	font-size:0.9em;
	letter-spacing:0;
	left:15px;
	padding-right:30px;
	text-align:center;
	
}
.gall-num  {
}
.caption {
	text-transform:uppercase;	
}


/* Video
-------------------------------------------------- */

.videoWrapper {
position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;width:100%; max-width: 100%;
}
.videoWrapper iframe, .videoWrapperobject, .videoWrapper embed {
 position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}


