/*--------------
	FONTS
--------------*/

/*
@font-face {
  font-family: 'din-2014';
  src: url('../fonts/webfonts/DIN-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/webfonts/DIN-Black.otf')  format('opentype'),
	     url('../fonts/webfonts/DIN-Black.woff') format('woff'), url('../fonts/webfonts/DIN-Black.ttf')  format('truetype'), url('../fonts/webfonts/DIN-Black.svg#DIN-Black') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'utopia-std';
  src: url('../fonts/webfonts/Utopia-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/webfonts/Utopia-Regular.woff') format('woff'), url('../fonts/webfonts/Utopia-Regular.ttf')  format('truetype'), url('../fonts/webfonts/Utopia-Regular.svg#Utopia-Regular') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'din-condensed';
  src: url('../fonts/webfonts/DINCond-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/webfonts/DINCond-Bold.otf')  format('opentype'),
	     url('../fonts/webfonts/DINCond-Bold.woff') format('woff'), url('../fonts/webfonts/DINCond-Bold.ttf')  format('truetype'), url('../fonts/webfonts/DINCond-Bold.svg#DINCond-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
*/

h1, h2, h3, h4, h5, p, a, input, span{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: 	all 0.2s ease-out;
	-ms-transition: 	all 0.2s ease-out;
	-o-transition: 		all 0.2s ease-out;
	transition: 		all 0.2s ease-out;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading p, .wf-loading a, .wf-loading input, .wf-loading span{
	opacity: 0 !important;
}

.wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive p, .wf-inactive a, .wf-inactive input, .wf-inactive span{
	opacity: 0 !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: 	all 0.2s ease-out;
	-ms-transition: 	all 0.2s ease-out;
	-o-transition: 		all 0.2s ease-out;
	transition: 		all 0.2s ease-out;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active p, .wf-active a, .wf-active input, .wf-active span{
	opacity: 1 !important;
}

.wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive p, .wf-inactive a, .wf-inactive input, .wf-inactive span{
	opacity: 1 !important;
}

/*--------------
	STYLES
--------------*/

body.body-fix-prep{
	margin-top: 0;
}

.container{
	max-width: 1200px;
	width: 100%;
}

a:focus, a:hover{
	color: #f64f36;
	outline: none;
	text-decoration: none;
}

a.button{
	border-radius: 0;
	background-color: #f64f36;
	-webkit-transition: all 0.175s ease-out;
	-moz-transition: 	all 0.175s ease-out;
	-ms-transition: 	all 0.175s ease-out;
	-o-transition: 		all 0.175s ease-out;
	transition: 		all 0.175s ease-out;
}

.site-header-right{
	padding-top:15px;
}

.site-header-right a.cta-text__link{
	margin-right: 20px;
	cursor: pointer;
}

a.cta-text__link{
	background: none;
	color: #222;
	text-decoration: none;
	font-family: 'din-condensed', 'Helvetica Neue Condensed', Arial, sans-serif;
	text-transform: uppercase;
    letter-spacing: .5px;
}

a.button:hover{
	border: 0;
	color: #fff;
	text-decoration: none;
	background-color: #222;
}

a.common-link{
	text-decoration: none;
}

a.button.underline:hover{
	color: #222;
	background: none;
}

.site-header .container{
	-webkit-box-pack: inherit;
	justify-content: inherit;
	display: block;
}

.site-header-left{
	float: left;
}

.site-header-right{
	float: right;
}

#hero{
	padding: 5em 0 12em;
}

h1{
	text-align: center;
	font-family: 'utopia-std', 'Times New Roman', serif;
	font-size: 40px;
	line-height: 50px;
	overflow: auto;
	color: #231f20;
}

#hero h1 a,
.pack-footer h1 a{
	text-decoration: underline;
	-webkit-transition: background .175s ease-out, color .175s ease-out;
	transition: background .175s ease-out, color .175s ease-out;
}

#hero h1 a:hover,
.pack-footer h1 a:hover{
	color: #f64f36;
}

#mc_embed_signup{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

#mc_embed_signup div{
	display: inline-block;
	float: none;
}

.mc-field-group{
	width: 100%;
	max-width: 270px;
	display: inline-block;
}

input[type="email"]{
	text-align: left;
	background: none;
	border: 1px solid #222;
	border-radius: 0;
	width: 100%;
}

input.button{
	font-family: 'din-condensed', 'Helvetica Neue Condensed', Arial, sans-serif;
	font-weight: 400;
	display: inline-block;
	min-width: 100px;
	padding: 1.2rem 2.8rem 1.1rem;
	background-color: #f64f36;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background .175s ease-out, color .175s ease-out;
	transition: background .175s ease-out, color .175s ease-out;
	border-radius: 0;
	line-height: 19px;
	margin-left: 0px;
}

#mc_embed_signup #mc-embedded-subscribe{
	font-size: 1.6rem !important;
}

input.button:hover{
	background-color: #222;
}

h2{
	font-family: 'din-2014', helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.04em;
	color: #231f20;
	font-weight: 700;
}

#recent-projects{
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 50px;
}

#recent-projects .col-sm-6{
	padding: 20px;
}

.project-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #222;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.project-wrap:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.project-wrap:after{
	content: '';
	background: rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;	
	top: 0;
	left: 0;
	-webkit-transition: background .175s ease-out, color .175s ease-out;
	transition: background .175s ease-out, color .175s ease-out;
}

.project-wrap a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 4;
}

.project-wrap:hover:after{
	background: rgba(0, 0, 0, 0);
}

.project-title{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    padding: 20px;
    z-index: 3;
}
.project-title div {
   display: table;
   width: 100%;
   height: 100%;
}
.project-title span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
	font-family: 'utopia-std', 'Times New Roman', serif;
	font-size: 34px;
	line-height: 34px;
}

#premium{
	padding: 50px 0;
}

#premium img{
	margin: 65px auto 0;
}

#premium .premium-blurb{
	text-align: center;
	font-size: 20px;
	color: #231f20;
	margin-top: 60px;
}

#premium a.button{
	margin-top: 35px;
}

#logo-trust{
	padding: 70px 20px 100px;
}

#logo-trust a{
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: 	all 0.2s ease-out;
	-ms-transition: 	all 0.2s ease-out;
	-o-transition: 		all 0.2s ease-out;
	transition: 		all 0.2s ease-out;
}

#logo-trust a:hover{
	opacity: 0.8;
}

#logo-trust img{
	display: inline-block;
	margin: 0 30px;
}

#logo-trust h2{
	margin-bottom: 40px;
}

footer{
	background: #222;
	overflow: auto;
	padding: 60px 0 35px;
}

footer #menu-footer-menu{
	overflow: auto;
	text-align: center;
	width: 400px;
	line-height: normal;
}

footer #menu-footer-menu li, 
footer #menu-footer-menu li a{
	color: #fff;
	font-family: 'din-condensed', 'Helvetica Neue Condensed', Arial, sans-serif;
	font-size: 14px;
	text-rendering: optimizelegibility;
	font-weight: normal;
	letter-spacing: 0.02em;
	float: none;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: background .175s ease-out, color .175s ease-out;
	transition: background .175s ease-out, color .175s ease-out;
}

footer #menu-footer-menu li:hover a{
	color: #f64f36;
}

#menu-footer-menu li:first-child{
	padding-left: 20px;
}

#menu-footer-menu li:nth-child(2){
	padding-right: 20px;
}

footer .social-links{
	text-align: center;
	margin-top: 38px;
}

footer .social-links a{
	display: inline-block;
	float: none;
	margin: 0 11px;
	opacity: 1;
}

footer .social-links a svg{
	vertical-align: top;
}

footer .social-links a path{
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-ms-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
	fill: #fff;
}

footer .social-links a:hover path{
	fill: #f64f36;
}

.single p{
	font-size: 1.5rem;
}

.single h3{
    font-size: 2.6rem;
}

.media-meta__share path,
.media-header__favorite path{
	fill: #222;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-ms-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

.media-meta__share a:hover path,
.media-header__favorite a.button--favorite:hover path{
	fill: #f64f36;
}

.media-header__favorite a{
	text-decoration: none;
}

.media-header .common-link{
	font-family: 'din-condensed', 'Helvetica Neue Condensed', Arial, sans-serif;
	font-weight: 700;
}

.media-header .common-link:hover:after,
.media-header .common-link:hover:before{
	width: 50%;
}

.share-link{
	cursor: pointer;
}

input.link-copy{
	display: none;
	border-radius: 0;
	background: transparent;
	border-color: #222;
	color: #222;
	margin-top: 6px;
}

input.link-copy:focus{
	border-color: #222;
}

.single-page ol{
	padding-left: 20px;
}

.single-page ol li{
	font-family: 'din-condensed', 'Helvetica Neue Condensed', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
}

.single-page p,
.single-page ol li{
	margin: 0 0 30px;
}

.modal-dialog{
	height: 100%;
	width: 100%;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 999;
	margin-top: 0;
	opacity: 0;
	display: none;  
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: 	all 0.2s ease-out;
	-ms-transition: 	all 0.2s ease-out;
	-o-transition: 		all 0.2s ease-out;
	transition: 		all 0.2s ease-out;
}

.modal-dialog.open{
	opacity: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.modal-dialog .close-modal{
	cursor: pointer;
}

.modal-content{
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  border-radius: 0;
  border: 1px solid #f64f36;
  box-shadow: none;
  padding: 50px 40px 70px;
  box-sizing: border-box;
  text-align: center;
}

.modal-content svg{
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal-content path{	
	fill: #f64f36;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: 	all 0.2s ease-out;
	-ms-transition: 	all 0.2s ease-out;
	-o-transition: 		all 0.2s ease-out;
	transition: 		all 0.2s ease-out;
}

.modal-content .close-modal:hover > path{	
	fill: #222;
}

.modal-content h1{
	font-size: 30px;
}

.modal-content img{
	display: inline-block;
	margin-bottom: 40px;
}

.modal-content .button{
	margin-top: 20px;
}

body.block-scroll{
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

.grid-item-featured__type a{
	cursor: default;
}

.photo-pack-nav{
	overflow: auto;
}

.photo-pack-nav h2.left{
	float: left;
}

.photo-pack-nav h2.right{
	float: right;
}

.text-centered.no-flex{
	display: block;
}

.common-link{
	font-weight:700;
	font-family: 'din-2014', helvetica, sans-serif;
	display:inline-block;
	position:relative;
	color:#222;
	text-transform:uppercase;
	letter-spacing:.35px
}

.common-link a{
	text-decoration: none;
}

.common-link a:hover{
	color: #222;
}

.common-link:hover:after,
.common-link:hover:before{
	width:0
}

.common-link:after,
.common-link:before{
	position:absolute;
	content:'';
	bottom:0;
	height:1px;
	width:50%;
	background-color:#222;
	-webkit-transition:width .175s ease-in;
	transition:width .175s ease-in
}

.common-link:before{
	right:50%
}

.common-link:after{
	left:50%
}

.pack-footer .common-link:after,
.pack-footer .common-link:before{
	bottom: -2px;
}

.pack-footer .photo-pack-nav{
	padding-bottom: 80px;
}

.pack-footer{
	padding-bottom: 90px;
}

.mailchimp-return{
	padding: 0 0 70px;
}

.mailchimp-return h2{
	margin-bottom: 50px;
}

.mailchimp-return h3{
	font-size: 26px;
}

.mailchimp-return p{
	font-size: 18px;
}

.mailchimp-return svg{
	width: 86px;
	margin: 40px 0;
}

.mailchimp-return a.common-link{
	font-family: 'utopia-std', 'Times New Roman', serif;
	text-transform: none;
	border-width: 0;
}

.mailchimp-return a.common-link:hover,
.mailchimp-return a.common-link:hover:before,
.mailchimp-return a.common-link:hover:after{
	color: #f64f36;
}

.media-pack p a{
	background: none;
    color: #222;
    text-decoration: none;
    border: none;
    position: relative;
}

.media-pack p a:before{
	position: absolute;
	content: '';
	bottom: 0;
	height: 1px;
	width: 50%;
	background-color: #222;
	-webkit-transition: width .175s ease-in;
	transition: width .175s ease-in;
	right: 50%;
}

.media-pack p a:after{
	position: absolute;
	content: '';
	bottom: 0;
	height: 1px;
	width: 50%;
	background-color: #222;
	-webkit-transition: width .175s ease-in;
	transition: width .175s ease-in;
	left: 50%;
}

.media-pack p a:hover:before,
.media-pack p a:hover:after{
	width: 0;
}

.video__wrapper{
	background: #222;
	filter: inherit;
	-webkit-filter: inherit;
	filter: inherit;
}

@media (min-width: 700px){
	.site-header{
		padding: 20px 0;
	}
	
	.site-header-account{
		margin-bottom: 0;
	}
}

@media(max-width: 768px){
	.site-header-right{
		padding-top: 0;
		width: 300px;
		text-align: right;
	}
	
	h1{
		font-size: 30px;
		line-height: 40px;
	}
	
	#mc_embed_signup{
		width: 100%;
		max-width: none;
	}
	
	.mc-field-group{
		width: 100%;
		max-width: none;
	}
	
	input[type="email"]{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#hero{
		height: auto;
	}
	
	#premium{
		padding: 1em 0;
	}
	
	#premium img{
		margin-top: 1em;
	}
	
	#premium .premium-blurb{
		margin-top: 1.5em;
	}
	
	footer #menu-footer-menu{
		width: 100%;
	}
	
	.pack-footer .photo-pack-nav{
		padding-bottom: 30px;
	}
	
	.pack-footer{
		padding-bottom: 30px;
	}
	
	.pack-footer h1{
		font-size: 25px;
	}
	
	#logo-trust img{
		margin-left: 10px;
		margin-right: 10px;
		max-width: 100px;
		max-height:30px
	}
	
}


@media(max-width: 640px){
	
	.site-header{
		padding: 20px 0 10px;
	}
	
	.site-header .logo{
		width: 140px;
		padding-top: 5px;
	}
	
	.site-header .logo svg{
		height: 43px;
	}
	
	.site-header-right{
		padding-top: 0;
		width: 120px;
		text-align: right;
	}
	
	.site-header-right a.cta-text__link{
		margin-right: 0;
		font-size: 1.4rem;
		display: block;
		width: 100%;
		padding: .8rem 1rem .65rem;
		margin-top: 2px;
		margin-bottom: 10px;
		font-size: 1.4rem;
		border-radius: 0;
		color: #fff;
		background: #BFBFBF;
		line-height: 1;
		-webkit-transition: all 0.175s ease-out;
		-moz-transition: all 0.175s ease-out;
		-ms-transition: all 0.175s ease-out;
		-o-transition: all 0.175s ease-out;
		transition: all 0.175s ease-out;
		text-align: center;
	}
	
	.site-header-right a.cta-text__link:before, 
	.site-header-right a.cta-text__link:after{
		display: none;
	}
	
	.site-header-right a.cta-text__link:hover{
		background: #222;
	}
	
	a.button{
		display: block;
		width: 100%;
		padding: .8rem 1rem .65rem;
		margin-top: 6px;
		font-size: 1.4rem;
	}
	
	#logo-trust{
		margin-top: 3em;
	}
	
	#logo-trust img{
		max-width: 100px;
		display: block;
		margin: 0 auto 30px;
	}
}