
/*==---BROWSER RESET CODE TO HELP ELIMINATE INCONSISTENCIES BETWEEN BROWSERS---===*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
nav, nav, output, ruby, section, summary,
time, mark, audio, video {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, nav, section {
	display: block;
}
/*==---END BROWSER RESET CODE---===*/


.


/* CLEARFIX to remove float */
div:after, article:after, footer:after, header:after, nav:after, section:after {
	content:'';
	display: block;
	clear: both;
	}

html{
	height: 100%;
	min-height: 100%;
	font-size: 100%;
	margin:0;
	padding:0;
	color: rgb(50,50,50);
	-webkit-transition:  all .6s ease-in-out;
	-moz-transition:  all .6s ease-in-out;
	ms-transition:  all .6s ease-in-out;
	transition:  all .6s ease-in-out;
	}
	@media screen and (max-width:320px){
		html{
			font-size: 90%;
			}
		}
		
			 
BODY {	
	height: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
	font-family: 'Alegreya', 'Georgia', serif;
	background-color:rgb(255,255,255);
	-webkit-transition:  all .6s ease-in-out;
	-moz-transition:  all .6s ease-in-out;
	-ms-transition:  all .6s ease-in-out;
	transition:  all .6s ease-in-out;
	}


/*---------------------------------- - LINKS - ------------------------------------*/	


a {
	font-weight: 400;
	color: rgb(180,180,180);
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	text-decoration: none;
	}

a:hover {
	color: rgb(20,20,20);
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	}

/*---------------------------------- - BUTTON - ------------------------------------*/	

button{	
	display: block;
	width: 200px;
	height: 60px;
	margin: 0 auto;	
	padding: 10px 5px 15px;
	font-family: "Dancing Script";
	font-size: 2rem;
	color: rgba(220,220,220,1);
	border: 0;
	border-radius: 500px;
	box-shadow: 0;
	background: rgb(50,53,58);
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
		}
	
button a:hover{
	color: rgba(220,220,220,0.5);
	}




/*--------------------------------------- HR ------------------------------------------*/	


 hr{
	position: relative;
	display: block;
	width: 40%;
	overflow: hidden;
	margin: 1rem auto  1rem;
	text-align: center;
	color: rgb();
	white-space: nowrap;
	border: 0;
	background:url() no-repeat center center;
	background-size: 20px;
	}
	@media screen and (max-width: 768px){
			hr{
				width: 80%;
				}
			}
 hr:before,
 hr:after{
	content:'';
	display: inline-block;
	width: 50%;
	margin: 0 .5em 0 -55%;
	vertical-align: middle;
	 border-bottom: 1px solid
	}
	
hr:after {
	margin: 0 -55% 0 .5em;
	}

	
/*---------------------------------- TYPOGRAPHY ---------------------------------------*/	
		
h1{
	font-family: "Alegreya";
	font-weight: 400;
	}

h2{
	font-family: "Alegreya";
	}	

h3{
	top: 0;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 0;
	text-align: center;
	font-family: "Dancing Script";
	font-size: 190%;
	color: rgb(50,50,50);
	}


h4{
	font-family: "Alegreya";
	font-weight: 400;
	}								


p{
	font-family: "Cormorant Garamond";
	font-weight: 300;
	text-align:center
	}

/*---------------------------------------------------------------------------------------
										T O P N A V  
----------------------------------------------------------------------------------------*/
	

.topmenu{
	display:block;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 70px;
	background-color: rgb(255,255,255);
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	z-index: 50000;
	overflow-x: visible;
	}
	@media screen and (max-width: 414px){
		.topmenu{
			height: 60px;	
		}
	}
	@media screen and (max-width: 568px) and (orientation: landscape){
		.topmenu{
			height: 40px;	
		}
	}

		
.topmenu.sticky{
	border-bottom: solid 1px rgba(57,78,81,0.3);
	background-color: rgb(255,255,255);
	}
	@media screen and (max-width: 414px){
		.topmenu.sticky{
			height: 50px;
			}
		}
			

.topmenu .content{
	position: absolute;
	top: 50%;
	left: 1%;
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	transform: translateY(-50%);
	}
	@media screen and (max-width: 414px){
		.topmenu .content{
			top: 0;
			transform: translateY(-0);
			}
		}

.topmenu .logo{
	display:none;
	position: absolute;
	left: 0;
	width:70px ;
	height:70px;
	margin-top: 0;
	background: url(../images/WRD.ico);
	background-size: contain;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	}
	@media screen and (max-width: 414px){
		.topmenu .logo{
			float: left;
			width: 50px;
			height: 50px;			
			}
		}
	@media screen and (max-width: 568px) and (orientation: landscape){
		.topmenu .logo{
			width: 40px;
			height: 40px;			
			}
		}

.topmenu.sticky .logo{
	display: block;
	}

.topmenu h1 span{
	visibility: hidden;
	font-size: 0.000000%;
	}

.topmenu ul{
	position: relative;
	top: 50%;
	margin: 0 auto;
	display: none;
	text-align: center;
	transform: translateY(-50%);
	}

.topmenu.sticky ul{
	display: block;
	}
	@media screen and (max-width: 414px){	
		.topmenu.sticky ul{
			display: none;
			}
		}		
		
.topmenu li {
	display:inline-block;
	margin: 0;
	padding: 0  5px;	
	list-style: none;
	font-size: 80%;
	font-family: 'Alegreya',  serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 0%;
	letter-spacing: 0.06rem;
	color: rgb(100,100,100);
	}
	@media screen and (max-width: 414px){
		.topmenu.sticky li {
			display: none
			}
		.topmenu.sticky li:last-of-type {
			display: initial;
			top: -40px;
			}
		}

.topmenu li:after{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 0 ;
	content:url(../images/circle_4.png);
	font-family: Font Awesome 5 Free;
	font-weight: 900;
	}

.topmenu li:last-child:after{
	content:'';
	}
		
.topmenu li a{
	font-weight:500;
	color: rgb(90,90,90);
	text-decoration: none;
	}

.topmenu li a:hover{
	font-weight:500;
	color: rgb(120,120,120,1);
	}

.topmenu li .active {
	color: rgb(200,200,200);
	padding: 5px;
	background: rgb(50,53,58);
	}


/*---------------------------------------------------------------------------------------
										MOBILE MENU
----------------------------------------------------------------------------------------*/



.mobile-nav-button {
	  width: 35px;
	  position: absolute;
	  margin: 5px;
	  right: 0;
	  top: 0;
	  z-index: 9999;
	  cursor: pointer;
	  width: 35px;
	  height: 30px;
	}
	@media screen and (min-width: 415px){
		.mobile-nav-button {
			display: none;
			}
		}

.mobile-logo{
	width: 110px;
	height: 110px;
	margin: 2rem auto 0 ;
	background: url(../images/WRD.ico);
	background-size: contain;
	filter: invert(100%) grayscale(100%);
	}

.mobile-nav-button .mobile-nav-button__line {
	width: 100%;
	height: 4px;
	background: #0e0e0e;
	position: relative;
	transition: 1s ease;
	}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
	margin: 0.5rem 0; 
	}

.mobile-nav-button .mobile-nav-button__line--1 {
	transform: rotate(45deg);
	top: 13px;
	position: absolute;
	}

.mobile-nav-button .mobile-nav-button__line--2 {
	display: none; 
	 }

.mobile-nav-button .mobile-nav-button__line--3 {
	transform: rotate(135deg);
	top: 13px;
	position: absolute;
	}

.mobile-menu {
	display: block;
	max-width: 414px;
	width: 250px;
	left: -100%;
	top: -60px;
	height: 100vh;
	background: rgba(50,53,58,1);
	position: fixed;
	z-index: 20000000;
    transition: 0.6s ease;
	top: 0;
	opacity: 0;
	}

.mobile-menu ul {
  	position: relative;
  	top: 10%;
  	padding: 0;
	}

.mobile-menu ul li { 
 	list-style: none; 
 	}

.mobile-menu ul li a {
	position: relative;
	width: 100%;
	max-width: 414px;
	margin: 2rem auto;
	display: block;
	text-align: center;
	text-decoration: none;
	color: rgb(200,201,202);
	font-size: 1.5rem;
	font-weight: 400;
	overflow: hidden;
	}

.mobile-menu ul li a:after {
	content: '';
	background: #0e0e0e;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	transition: 0.4s ease;
	}

.mobile-menu ul li a:hover { 
	color: #fff; 
	background: rgb(60,63,68);
	}

.mobile-menu ul li a:hover:after { 
	right: 0; }

.mobile-menu img {
	position: absolute;
	width: 150px;
	display: block;
	left: 50%;
	top: 3rem;
	transform: translateX(-50%);
	padding: 0;
	text-align: center;
	}

.mobile-menu--open {
	left: 0;
	opacity: 1;
	}

/*---------------------------------------------------------------------------------------
										H E A D E R
----------------------------------------------------------------------------------------*/


header h1 span, 
header h2 span,  
header h3 span,
header h4 span{
	visibility: hidden;
	}

header{
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding:   0;
	}
	@media screen and  (min-width: 2056px){
	header{
		padding: 5vh 0;
		}
	}
	@media screen and (orientation: portrait) and (max-width: 1024px){
	header{
		min-height: 60vh;
		}
	}
	

header .titlebox{
	position:relative;
	max-width: 600px;
	margin: 5vh auto 0;
	background: url(../images/WRD650.png) no-repeat center center;
	background-size: contain;
	}
	@media screen and (orientation: portrait) and (max-width: 1024px){
		header .titlebox{
			margin: 0 auto 2rem;
			}
		}
	@media screen and (orientation: landscape) and (max-width: 1112px){
		header .titlebox{
			max-width: 400px
			}
		}
		
	@media screen and (max-width: 736px){
		header .titlebox{
			width: 300px;	
			margin: 0 auto 4rem;
			}
		}

header .titlebox:after{
	content: '';
	display: block;
	padding-bottom:100%;
	}
 
header h1{
	font-size: 0.0001%;
	visibility:hidden;
	}

header h3{
	margin: 3rem auto 5rem;
	max-width: 50rem;
	font-size: 250%;
	}

header .icon-box{
	display: block;
	margin: 0 auto ;
	padding: 2rem 0 0;
	background:url(../images/greystripes.jpg) repeat ;
	}
	@media screen and (max-width: 414px){
		header .icon-box{
			display: none;
			}
		}	


header .icon-box .wrap{
	max-width: 1000px;
	margin: 0 auto;
	}

header .icon-box h1 {
	margin-bottom: 5vh;
	color: rgb(130,130,130);
	font-size: 150%;
	font-weight: 500;
	visibility: visible;
	filter: grayscale(80%);
	}	
	@media screen and (max-width: 568px){
		header .icon-box h1{
			font-size: 1rem;
			}
		}	
					
header .icon-box .card { 
	position: relative;
	display: block;
	float: left;
	width: 33%;
	margin: 10px 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	background:none;
	}		
	
header .icon-box .card .inner{ 
	width: 100%;
	margin: 0 auto;
	}
 
header .icon-box hr{
	top: 0.7rem;
	margin: 0 auto;
	color: rgb(220,220,220);
	border: 0;
	background:url(../images/diamond.png) no-repeat center center;
	background-size: 20px;
	}
	 
header .icon-box hr:after,
header .icon-box hr:before{
	border: 0;
	}

header .icon-box .card .inner h1 { 
	text-align: center;
	}	
												
header .icon-box .card .inner h1  span{ 
	top: 0;
	margin-bottom: 0;
	visibility: visible!important;
	text-align: center;
	color: rgb(120,123,128);
	}

header .icon-box .card h1:before{
	padding-top: 40%;
	content: '';
	display: block;
	}
	@media screen and (max-width: 568px){
	header .icon-box .card h1:before{
		padding-top: 50%;
		}
	}
						
header .icon-box .card:nth-of-type(1) h1:before{
	content:'';
	background: url(../images/sectionpic1.png);
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center center
	}

header .icon-box .card:nth-of-type(2) h1:before{
	content: '';
	background: url(../images/sectionpic2.png);
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center center
	}
		
header .icon-box .card:nth-of-type(3) h1:before{
	content: ''; 
	background: url(../images/WP.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
	}		

header .icon-box .card:nth-of-type(4) h1:before{
	content: ''; 
	background: url(../images/intropic4.png);
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center center
	}	
						
/*---------------------------------------------------------------------------------------
									S E C T I O N S
----------------------------------------------------------------------------------------*/

section{ 
	margin: 0 auto;
	padding: 3rem 0 ;
	}
	@media screen and (max-width: 568px){
		section{
			padding: 2rem 0 
		}
	}
				
section:after,
article:after{
	content: '';
	display: block;
	clear: both;
	}		

section hr{
	color: rgb(20,20,20);
	background:url(../images/circle-diamond.png) no-repeat center center;
	background-size: 20px;
	}

	
section .content{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 2rem;
	}
	@media  screen and (max-width: 768px){
		section .content{
		padding: 0  0.5rem;
		}
	}

section .content:after{
	display: block;
	content: '';
	clear: both;
	}
			
 article{
	margin: 0 auto;
	}	

section h1{
	margin: 0 auto 1rem;
	padding: 0;
	max-width: 45rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 220%;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0.05rem;
	word-spacing: 0.6rem;
	color: rgb(50,53,58);
	}

section h2{
	margin: 4vh  0 2vh;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 190%;
	letter-spacing: 2px;
	color: rgb(150,150,150);
	background: rgba(200,240,250,0);
	}		

section  h4{
	margin: 0 auto 3rem;
	max-width: 40rem;
	text-align: justify;
	font-family: "Open Sans";
	letter-spacing: 0.1px;
	font-size: 180%;
	color: rgb(120,120,120);
	}	

section  p{
	max-width: 42rem;
	margin: 1rem auto 3rem;
	padding: 0;
	text-align: center;
	font-size: 140%;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 160%;
	color: rgb(120,120,120);
	}
	@media screen and (max-width: 414px){
		section p{
			text-align: center;
		}
	}

/*----------------------------- - S E C T I O N - INTRO - ------------------------------*/	


.intro {
	padding: 4rem 0 2rem;
	background: rgb(50,55,58);
	}
	
.intro hr{
	margin: 1rem auto  1rem;
	text-align: center;
	color: rgb(220,220,220);
	white-space: nowrap;
	border: 0;
	background:url(../images/diamond-white.png) no-repeat center center;
	background-size: 20px;
	}
	

.intro hr:nth-of-type(2){
	top: 3.7rem;
	background-size: contain;
	}
.intro hr:nth-of-type(2):before,
.intro hr:nth-of-type(2):after{
	 border-bottom: 0
	}


.intro .content{
	margin-top: 0;
	padding: 0;
	}	
	@media screen and (max-width: 768px){
		.intro .content{
			padding: 2rem 1rem 0;
		}
	}
				
.intro h1{
	font-size: 210%;
	font-weight: 400;
	font-family: "Dancing Script", "Times New Roman" ;
	letter-spacing: 2px;
	line-height: 100%;
	text-transform: lowercase;
	color: rgb(240,241,242);
	}

.intro p {
	max-width: 40rem;
	color: rgb(200,201,202);
	font-weight: 300;
	line-height: 180%;
	text-align:left;
	font-size: 1.4rem;
	text-align: center;
	}

/*--------------------------- - S E C T I O N - Bespoke - -----------------------------*/	

.bespoke .cardwrap {
	max-width: 1000px;
	margin: 0 auto 4rem;
	}	
.bespoke .cardwrap:after {
	display: block;
	content: '';
	clear: left;
	}	

 .bespoke .card { 
	position: relative;
	display: block;
	float: left;
	width: 33%;
	margin: 10px 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	
	}
	@media screen and (max-width: 414px){
	.bespoke .card { 
			width: 50%;
		}
	}
				
.bespoke .card:after {
	content: '';
	display: block;
	padding-bottom: 100%;
	clear: left;
	}
	@media screen and (max-width: 414px){
		.bespoke .card:after{ 
			padding-bottom: 100%
		}
	}
.bespoke .card .inner{ 
	position: absolute;
	left:5%;
	margin: auto;
	padding:10px;
	height: 100%;
	width: 90%;
	border-radius: 2px;
	border: solid 0 rgb(210,211,212);
	background: rgba(250,251,252,0);
	}
	 		
.bespoke .card  h1{
	margin: 0 auto;
	color: rgb(50,51,52);
	font-family: "Open Sans";
	font-size: 105%;
	font-weight: 600;
	line-height: 120%; 
	letter-spacing: 0.01rem;
	word-spacing: 0.04rem;
	text-transform: uppercase;
	text-align: center;
	}
	@media screen and (max-width: 568px){
	.bespoke .card  h1{
		font-size: 90%;
		}
	}
	@media screen and (max-width: 400px) and 9orientation: landscape){
	.bespoke .card  h1{
		font-size: 60%;
		}
	}
		
.bespoke .card  h1 span {
	display: block;
	text-align: center;
	}

.bespoke .card  h1:before{
	display: block;
	width: 100%;
	margin: 0 auto ;
	padding:  0;
	padding-bottom: 70%;
	}
	@media screen and (max-width: 414px){
	 .bespoke .card  h1:before{
		padding-bottom: 80%;
		}
	}
 
.bespoke .card  h2{	
	position: absolute;
	top: 70%;
	left: 20% ;
	width: 60%;
	font-size: 80%;
	text-align: center;
	 color: rgb(20,20,20);
	}

.bespoke .card  p{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
	text-align: center;
	line-height: 140%;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size:  100%;
	color: rgb(10,10,10);
	}

.bespoke .card  p span{
	display:block;
	padding-top: 4vh;
	font-size: 70%;
	line-height: 110%;
	}

.bespoke .card:nth-of-type(1) h1:before{
	content: ''; 
	background: url(../images/cardpic1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	}

.bespoke .card:nth-of-type(2) h1:before{
	content: ''; 
	background: url(../images/cardpic2.png);
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center center;
	}

.bespoke .card:nth-of-type(3) h1:before{
	content: ''; 
	background: url(../images/cardpic3.png);
	background-size:contain;
	background-repeat: no-repeat;
	 background-position: center center;
	}

.bespoke .card:nth-of-type(4) h1:before{
	content: ''; 
	background: url(../images/cardpic4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;}	

.bespoke .card:nth-of-type(5) h1:before{
	content: ''; 
	background: url(../images/cardpic5.png);
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center center;
	}

.bespoke .card:nth-of-type(6) h1:before{
	content: ''; 
	background: url(../images/cardpic6.png);
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center center;
	}


/*--------------------------- - S E C T I O N - Template - -----------------------------*/	


.template .cardwrap {
	max-width: 1000px;
	margin: 1rem auto 4rem;
	}	
.template .cardwrap:after {
	display: block;
	content: '';
	clear: left;
	}	

.template .card { 
	position: relative;
	display: block;
	float: left;
	width: 25%;
	height: auto;
	margin:  0 auto ;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	
	}
	@media screen and (max-width: 414px){
	.template .card { 
			width: 100%;
			float: none;
			margin-bottom: 1rem;
		}
	}
				
.template .card img  {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 300px;
	border: solid 2px rgb(200,201,202);
	}
 		
.template .card  h1{
	margin: 0.6rem auto;
	color: rgb(50,51,52);
	font-family: "Open Sans";
	font-size: 110%;
	font-weight: 400;
	line-height: 120%; 
	letter-spacing: 0.01rem;
	word-spacing: 0.04rem;
	text-transform: uppercase;
	text-align: center;
	}
	@media screen and (max-width: 568px){
	.template .card  h1{
		font-size: 100%;
		}
	}
	@media screen and (max-width: 400px) and 9orientation: landscape){
	.template .card  h1{
		font-size: 60%;
		}
	}
		
.template .card  h1 span {
	display: block;
	text-align: center;
	}

.template .card  h1:before{
	display: block;
	width: 100%;
	margin: 0 auto ;
	padding:  0;
	padding-bottom: 70%;
	}
	@media screen and (max-width: 414px){
	 .template .card  h1:before{
		padding-bottom: 30%;
		}
	}
 
.template .card  h2{	
	position: absolute;
	top: 70%;
	left: 20% ;
	width: 60%;
	font-size: 80%;
	text-align: center;
	 color: rgb(20,20,20);
	}

.template .card  p{
	position: relative;
	margin: 0 auto;
	padding: 0 ;
	text-align: center;
	line-height: 140%;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size:  100%;
	color: rgb(10,10,10);
	}

.template .card  p span{
	display:block;
	padding-top: 4vh;
	font-size: 70%;
	line-height: 110%;
	}


/*----------------------------- - S E C T I O N - WP - ------------------------------*/	


.WP .cardwrap {
	max-width: 1000px;
	margin: 0 auto 4rem;
	}	
		
.WP .cardwrap:after {
	display: block;
	content: '';
	clear: left;
	}	

.WP .card { 
	position: relative;
	display: block;
	float: left;
	width: 33%;
	margin: 10px 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	
	}
	@media screen and (max-width: 414px){
	.WP .card { 
			width: 100%;
		}
	}
				
.WP .card:after {
	content: '';
	display: block;
	padding-bottom: 110%;
	clear: left;
	}
	@media screen and (max-width: 667px) and (orientation: landscape){
	.WP .card:after {
			padding-bottom: 130%;
		}
	}
	@media screen and (max-width: 414px){
	.WP .card:after {
			padding-bottom: 100%;
		}
	}

.WP .card .inner{ 
	position: absolute;
	top: 0;
	left:5%;
	margin: auto;
	padding:10px;
	height: 100%;
	width: 90%;
	border-radius: 2px;
	border: solid 3px rgb(210,211,212);
	background: rgba(245,246,247,1);
	}
	@media screen and (max-width: 414px){
	.WP .card .inner{ 
			left: 0;
			width: 100%;
			}
		}

 .justify { 
	position: relative;
	top: 40%;
	transform: translateY(-40%);
	}	
		

.WP .card  h1{
	margin: 0 auto 10px;
	color: rgb(10,11,12);
	font-family: "Open Sans";
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 120%; 
	letter-spacing: 0.01rem;
	word-spacing: 0.04rem;
	text-transform: uppercase;
	text-align: center;
	}
		
.WP .card h1:before{
	display: block;
	position: relative;
	top: 0;
	content:'';
	margin: 0  auto 1rem;
	padding-bottom: 30%;
	background: url(../images/WP.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	}	
	@media screen and (max-width: 768px){
	.WP .card h1:before{
	padding-bottom: 20%;
	}
}
		
.WP .card  p{
	color: rgb(100,100,100);
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	font-family: 'Alegreya';
	}


/*--------------------------- - S E C T I O N - Gallery - ------------------------------*/	


.gallery h1{
	text-align: center;
	}

.gallery .content {
	width: 90%;
	max-width: 1400px;
	}
		
.gallery .narrow{
	width: 40%;
	margin: auto;
	}	 
 
#gallery .portfolio {
	width:33.333%;
	margin:0;
	padding:20px;
	display: none;
	float:left;
	overflow:hidden;
	}
	 @media screen and (max-width: 834px){
  #gallery .portfolio {
	width: 50%;
  }
}
  @media screen and (max-width: 414px){
  #gallery .portfolio {
	width: 100%;
	float: none;
	padding: 0;
  }
}

#gallery .portfolio-inner {
	width:100%;
	margin:0;
	border: solid 4px;
	border-color: rgba(50,55,58,0.06);
	border-radius: 2px;
	overflow:hidden;
	}

#gallery .portfolio  img {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%; 
	z-index:100;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease;
	transition: all 1s ease-in-out;
	filter: grayscale(40%);
	}

 #gallery  .portfolio:hover  img{
	transform:scale(1.2);
	opacity: 1;
	-webkit-transform:scale(1.02);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease;
	transition: all 1s ease-in-out;
	filter: grayscale(0);
	}
		
 #gallery .portfolio .info {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	padding:  0;
	z-index: 200;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}	
 
 .p-wrap{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 5%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center;
	background: rgba(20,21,24,0.8);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
 	@media screen and (max-width: 1025px){
	 .p-wrap{
		}
	}

.p-wrap  p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	transform: translateY(-70%);
	line-height: 140%;
	text-align: center;
	font-family: "Cormorant Garamond", sans-serif;
	font-weight: 400;
	font-size:  140%;
	letter-spacing: 1px;
	color: rgb(220,220,220);
	}
	@media screen and (max-width: 1025px){
	.p-wrap  p{
		font-size: 90%;
		}
	}
	@media screen and (max-width: 414px){
	.p-wrap  p{
		font-size: 130%;
		}
	}


#gallery .portfolio:hover .p-wrap {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

 #menufilter {
	width: 90%;
	min-width: 300px;
	margin: 2rem auto ;
	padding:0;
	list-style:none; 
	display: block;
	text-align: center;
	}
 
 #menufilter li {
	display: inline-block;
	border: 0;
	text-align: center;
	border: solid 0 green;
	}

#menufilter li span {
	display: block;
	padding:5px 20px;		
	text-decoration:none;
	color: rgba(20,20,20,1);
	cursor: pointer;
	border: 0;
	}
	
 #menufilter li span.active {
	color: rgba(20,20,20,.5);
	}


/*----------------------------- - S E C T I O N - About - ------------------------------*/	


section.about {
	background: rgba(50,53,58,0.03);
	}


/*---------------------------- - S E C T I O N - Contact - -----------------------------*/	


section.contact{
	background-color: rgb(50,53,58);
	}

section.contact {
 	border-top: 2px dotted rgb(220,220,220);
	background-image:url(../images/circle-diamond.png) no-repeat center center;
	background-size: 20px;
	}
	
section.contact:before,
section.contact:after{
	content:'';
	display: inline-block;
	width: 50%;
	margin: 0 .5em 0 -55%;
	vertical-align: middle;
	 border-top: 1px solid
	}
	
section.contact:after {
	margin: 0 -55% 0 .5em;
	}

.contact h3{
	width: 60%;
	margin: auto;
	font-size: 200%;
	color: rgb(130,131,132);
	}
	@media screen and (max-width: 414px){
	.contact h3{
		width: 90%;
		}
	}
		
.contact h3 span{
	display: block;
	margin: 6vh 0;
	font-size: 140%
	}

.contact h3:after{
	content: '';
	background: none;
	}

/*---------------------------------------------------------------------------------------
									F O O T E R 
----------------------------------------------------------------------------------------*/
	

footer{
	position: relative;
	bottom: 0;
	height: 80px;
	margin: 0;
	padding: 0;
	border-top:solid 0;
	border-color:rgba(50,50,50,.05);
	box-shadow: 0 0 4px rgba(20,20,20,.04);
	background-color: rgba(25,25,25,0);
	background-image: url(../images/greystripes3.jpg);
	background-repeat: repeat;
	background-size: 15%;
	z-index: 0;
	}
		
footer .content{
	position: relative;
	width: auto;
	max-width: 1400px;
	min-height: 100%;
	margin:  0 auto;
	padding: 0;
	}
		
 footer img{
	width: 100%;
	height: auto;
	max-width: 270px;
	opacity: 1;
	}
		
 footer img:hover{
	opacity: 0.7;
	}

footer .copyright {
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 40%;
	}	
			
footer .copyright h1{
	padding-bottom: 20px;
	text-align: center;
	font-size:  80%;
	font-weight: 300;
	font-family: "garamond", "times new roman", serif;
	color: rgb(20,21,22);
	}

footer .copyright h1:before{	
	content: '\00a9';
	font-size: 100%;
	vertical-align: middle;
	}
			

/*---------------------------------------------------------------------------------------
									PRETTY PHOTO 
----------------------------------------------------------------------------------------*/


div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}

div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}

div.pp_default .pp_content .ppt{color:black}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}

div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}

div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}

div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}

div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}

div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}

div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}

div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}

div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center pink;border:1px solid yellow}

div.pp_default .pp_social{margin-top:7px}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}

div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}

div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}

div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}

div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}

div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}

div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}

div.light_square .pp_expand{ width: 20px; height: 20px; background:url(../images/prettyPhoto/default/expand1.png) 0 0  no-repeat;cursor:pointer}

div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/default/expand2.png)  0 0 no-repeat;cursor:pointer}

div.light_square .pp_contract{background:url(../images/prettyPhoto/default/contract1.png) 0 0 no-repeat;cursor:pointer}

div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/default/contract2.png)  0 0 no-repeat;cursor:pointer}

div.light_square .pp_close{width:32px;height: 32px;background:url(../images/prettyPhoto/default/close2.png) 0 0  no-repeat;cursor:pointer}

div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}

div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}

div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/default/next.png) 0 0 no-repeat}

div.light_square .pp_next:hover{background:url(../images/prettyPhoto/default/next.png) center center no-repeat;cursor:pointer}

div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}


div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}

div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}

div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}

div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}

div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}

div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}

div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}

div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}

div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}

div.facebook .pp_description{margin:0 37px 0 0}

div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}

div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}

div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}

div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}

div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}

div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}

div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}

div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}

div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}

div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}

div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}

div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}

div.pp_pic_holder a:focus{outline:none}

div.pp_overlay{background:#fff;display:none;left:0;position:absolute;top:0;width:100%;z-index:1000000}

div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000000}

.pp_content{height:40px;min-width:40px}

* html .pp_content{width:40px}

.pp_content_container{position:relative;text-align:left;width:100%}

.pp_content_container .pp_left{padding-left:20px}

.pp_content_container .pp_right{padding-right:20px}

.pp_content_container .pp_details{float:left;margin:10px 0 2px}

.pp_description{display:none;margin:0}

.pp_social{float:left;margin:0}

.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}

.pp_social .twitter{float:left}

.pp_nav{clear:right;float:left;margin:3px 10px 0 0}

.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}

.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}

a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}

.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:20000000}

.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:1000ƒ00000}

.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:200000000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color: pink}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}

div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background: none}

div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}



