

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

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.gmap { height: 350px; width: 100%; }
.all-caps{
	text-transform: uppercase;
}
.default-pad{
	padding: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.transition{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a {
	color: #444;
	
}
a:hover{
	color: #444;
	text-decoration: underline;
}


.logo { 
margin-top: 30px;
}
navigation{
	background: black;
	height: 100px;
	display: none;
}

.navi{
	margin-top: 0px;
	text-align: right;
	margin-bottom: 0px;
}
.navi > a > li{
	display: inline-block;
	color: white;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;
}


.navi > a > li:hover{
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#services_menu{
	position: absolute;
	display: none;
	z-index: 99;
}

#services_menu > ul > a > li{
	display: block;
	background: black;
	color: white;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase;
	width: 200px;
	border: 1px solid white;
	border-bottom: 0px;
	font-weight: 300;
	letter-spacing: 2px;
	
	
}

#services_menu > ul > a > li:hover{
	text-decoration: none;
	background: #e6e0d4;
	color: black;
	font-weight: 400;
	border: 1px solid #E6E0D4;
	
	
	}

.mobile-trigger{
	position: fixed;
	width: 100%;
	height: 45px;
	background: black;
	font-size: 14px;
	color: white;
	line-height: 45px;
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: 300;
	z-index: 200;
}

.mobile-trigger > i{
	padding-right: 5px;

}

.mobile-trigger > span {
	display: none;
	margin-left: 5px;
}

.mobile-logo{
	display: block;
	max-width: 100%;
	min-width: 100%;
	padding: 30px;
	box-sizing: border-box;
	padding-top: 75px;
}

.mobile-menu-shown > span{
	display: inline-block;
}


.service-head-image{
	background: url(../img/slide1_bg.jpg);
	background-size: cover;
	height: 400px;
	background-position: center center;
	
}

.printed-head-image{
	background: url(../img/printed_bg.jpg);
	background-size: cover;
	height: 400px;
	background-position: center center;
	
}

.branding-head-image{
	background: url(../img/branding_bg.jpg);
	background-size: cover;
	height: 400px;
	background-position: center center;
	
}

.marketing-head-image{
	background: url(../img/strategy.jpg);
	background-size: cover;
	height: 400px;
	background-position: center center;
	
}

.slider-cont{
	padding-top: 15px;
	padding-bottom: 30px;
}

.bespoke-head-image{
	background: url(../img/bespoke_bg.jpg);
	background-size: cover;
	height: 400px;
	background-position: center center;
	
}

.websitedesign-head-image{
	background: url(../img/slide5_bg.jpg);
	background-size: cover;
	height: 400px;
	background-position: center center;
	
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
vertical-align: baseline;
}

.carousel-control span{

position: absolute !important;
display: block !important;
bottom: 15px;
top: auto !important

}

.moble-navi{
	
	padding: 0px;
	display: none;
	position: fixed;
	top: 45px;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	
}

.moble-navi > a > li{
	display: block;
	background: black;
	font-size: 14px;
	line-height: 45px;
	padding-left: 32px;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	border-top: 1px solid white;
}

.moble-navi > ul{
	padding: 0px;
	display: none;
}

.moble-navi > ul > a > li{
	background: #e6e0d4;
	display: block;
	font-size: 14px;
	line-height: 45px;
	padding-left: 52px;
	color: black;
	text-transform: uppercase;
	border-top: 1px solid white;
	}
#trigger_mobile_services_menu{
	padding-left: 30px !important;
}
#trigger_mobile_services_menu > i{
	margin-right: 6px;
	}


slider{
	width: 100%;
	display: block;
	overflow: hidden;
	
	position: relative;
}
slidecontainer{
	height: 600px;
	display: block;
	width: 400%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	left: 0;

}
slidernavigation{
	position: absolute;
	top: 300px;
	pointer-events: none;
	z-index: 300;
	width: 100%;
	display: none;
}

slidernavigation div{
	width: 25px;
	height: 25px;
	background-image: url('/img/triangle_r.svg');
	pointer-events: all;
	cursor: hand;
	cursor: pointer;

}

slidernavigation div:hover{
	background-image: url('/img/triangle_r_hover.svg');
	}

slidernavigation .leftarrow{
	float: left;
	transform: rotate(45deg);
	position: relative;
	left:100px;
}
slidernavigation .rightarrow{
	float: right;
	transform: rotate(225deg);
	position: relative;
	right: 100px;
}

slide{
	height: 100%;
	width: 25%;
	display: block;
	background-size: cover;
	background-position: center center;
		position: relative;
		//border: 1px solid red;
		float: left;
}

.slide1{
	background-image: url('/img/slide1_bg.jpg');

}
.slide2{
	background-image: url('/img/slide2_bg.jpg');

}
.slide3{
	background-image: url('/img/slide3_bg.jpg');

}

.slide4{
	background-image: url('/img/slide4_bg.jpg');

}


.slide-caption{
	align-content: center;
	text-align: center;
	margin-top: 100px;
	height: 350px;
	//border: 1px solid red;
	width: 100%;


}

.slide-caption h1 {
	
	font-size: 60px;

}

.slide-caption2{
	margin-top: 150px;
}

.slide-caption3{
	margin-top: 100px;
}

.slide-caption4{
	margin-top: 150px;
}


.product-button-side{
	background-image: url('/img/triangle_r_hover.svg');
	background-size: fit;
	content: ' ';
}

.product-button{
	overflow: hidden;
	background-size: fit;
	position: relative;
	width: 100%;
	z-index: 31;
	top: 0px;
	margin-bottom: 30px;

}



.product-button > h2{
	position: absolute;
	color: black;
	bottom: 0px;
	pointer-events: none;
	font-size: 10px !important;
		letter-spacing: 1px;
	font-weight: 400 !important;
	padding-left: 10px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}



.product-button > p{
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 40px;
	line-height: calc(100%);
	text-align: center;
	pointer-events: none;
	}


.product-button > p > span{
	width: 100%;
	height: 100%;
display: table-cell;
  vertical-align: middle;
  color: black;
  -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  }
  .product-button:hover > p > span{
	 color: #e6e0d4;
	 transform: rotate(180deg);
	  }
  
.product-button:hover > h2{
	color: white;
	}



.slide-caption > div{
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: white;

	text-transform: uppercase;
	padding: 15px;
		
}

.slide-caption::after{
	
}

h1 > span{
	display: block;
	font-weight: 400;
	letter-spacing: 2px;
}

h1{
	
	font-weight: 100;
	font-size: 40px;
}
.home h1{
	font-weight: 600;
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.home h2{
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

p{
	font-weight: 400;
}



button{
	background: transparent;
	color: white;
	padding: 8px;
	border: 1px solid white;
	text-transform: uppercase;
	font-weight: 300;
    letter-spacing: 2px;
    font-size: 14px;
    margin-top: 10px;
	
}

button:hover{
	background: #e6e0d4;
	color: black;
	font-weight: 400;
	
	}
	
	.home{
		background: #E6E0D4;
		padding-bottom: 30px;
	}

h1{
	font-size: 35px;
}


.ui-loader{
	display: none;
}
.webdesign-bg{
	 background-image: url('/img/web_thumb.jpg');
	 background-size: cover;
}

.print-media-bg{
	background-image: url('/img/print_media_thumb.jpg');
	 background-size: cover;
}

.brand-bg{
background-image: url('/img/brand_thumb.jpg');
	 background-size: cover;
 }
 
 .bespoke-bg{
background-image: url('/img/bespoke_thumb.jpg');
	 background-size: cover;
 }
 
  .marketing-bg{
background-image: url('/img/marketing_thumb.jpg');
	 background-size: cover;
 }
 
 .product-button > img{
	 top: 0;
	 position: absolute;
	 height: 100%;
	 width: 200%;
	 -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-left: -100%;
 }
 
 .product-button > img:hover{

	 margin-left: 0%;
	
 }
 
 .example_butt{
	 position: relative;
 }
 
 .example_butt > img{
	 max-width: 100%;
	 min-width: 100%;
	 margin-top: 30px;
 }
 
 .example_butt > h2{
	 font-size: 14px;
	 text-align: center;
	 text-transform: uppercase;
	 color: black;
	 
	 margin: 0px;
	 margin-top: 10px;
	 font-weight: 400 !important;
	 
 }
 
  .example_butt > h3{
	 font-size: 12px;
	 text-align: center;
	 text-transform: uppercase;
	 color: black;
	 
	 margin: 0px;
	 margin-top: 5px;
	 font-weight: 300 !important;
	 
 }
  .example_butt > div{
 
transform: scale(0.5);
	 background: rgba(230,224,212,0);
	 position: absolute;
	 top: 30px;
	 left: 0px;
	 height: 100%;
	 width: calc(100% + 1px);
	 display: table;
	 pointer-events: none;
	 -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
 }
 .example_butt:hover > div{
background: #e6e0d4;
transform: scale(1);
	 }
 
  .example_butt > div > span{
	  
	color: white;
	  display: table-cell;
	  text-align: center;
	  vertical-align: middle;
	  height: 100%;
	  width: 100%;
	  font-size: 80px;
	  z-index: 200;
	  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	   
  }

	 
	
.example_butt:hover > div > span{
	color: black;
	font-size: 40px;
	 transform: rotate(180deg);}
 
.contact_container{
	background: #e6e0d4;
	padding-bottom: 15px;
}


.contact_form > h1{
	    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
	
}


.contact_form > p{
	font-weight: 400;
	
}


.contact_form input, .contact_form textarea{
	border: 2px solid black;
	background: transparent;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 12px;
}
.contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder{
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	}
 .contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder{
		color: black;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	} 
	.contact_form input:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder{
		color: black;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	}
.contact_form button{
	border-color: black !important;
	border-width: 2px;
	color: black !important;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
}

.connect{
	background: black;
	height: 400px;
	padding: 30px;
	box-sizing: border-box;
	
}

.connect > h1{
	        font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
}

	.footer-logo{
		float: right;
		max-width: 90%;
	}
	
.company-details > img{

	position: absolute;
	left: 30px;
	bottom: 30px;
}

.company-details  p{
	margin-bottom: 0px;
	margin-top: 10px;
	}

.company-details a{
	color: black;
	text-transform: lowercase;
}
.company-details a:hover{
	text-decoration: underline !important;
}


.socials{
	font-size: 25px;
	display: block;
	position: absolute;
	bottom: 25px;
	width: 50%;
	

}
.fa-twitter{
	font-size: 30px;
	margin-right: 10px;
}
.socials > a{
	color: white;
	}
	
	.socials > a > i{
		width: 30px;
		text-align: left;
		}
		
		
.reviews-footer{
	background: black;
	color: white;
	padding: 30px;
}

.footer-container{
}


.footer-bg-fix{
	background: #e6e0d4;
	content: '';
	width: 40%;
	position: absolute;
	left: 0;

}

.footer-bg-fix-black{
	background: black;
	content: '';
	width: 60%;
	position: absolute;
	right: 0;
	padding: 30px;

}

.reviews-footer > h1{
	    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.reviews-footer > p{
	font-weight: 300;
	font-size: 20px;
	
	
	}

.reviews-footer > h2{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}


.company-details{
		text-align: right;
	text-transform: uppercase;
	color: black;
	font-size: 12px;
	box-sizing: border-box;
	position: relative;

}
.align-bot-right{
	position: absolute;
	width: 50%;
	bottom: 30px;
	right: 0px;
	text-align: right;
	padding-right: 30px;
	font-size: 12px;
	color: white !important;
	
}
.align-bot-right > img{
	max-width: 50%;
}
.align-bot-right a{
	color: white;
	}
	.align-bot-right a:hover{
	text-decoration: underline;

	}

.no-mobile-padding{
	padding-left: 0px;
	padding-right: 0px;
}

.no-padding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.lightbox-panel {
	max-width: 100%;
	padding-bottom: 25px;
}
.lightbox-panel > h1{
	    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 60px;
	margin-bottom: 15px;
	}
	
	.lightbox-panel > h2{
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 2px;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 15px;
	
	}
	
	.lightbox-panel > p{
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 25px;
	
	}
	.cta_container {
	padding-top: 20px;
		padding-left: 60px;
		padding-right: 60px;
		background: #e6e0d4;
		padding-bottom: 20px;
	}
	.call_to_action > h1{
	font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 15px;
	}
	
	.call_to_action > h2{
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
	margin-bottom: 15px;
	}
	
	.feedback{
		margin-top: 30px;
	padding-top: 30px;
		padding-left: 60px;
		padding-right: 60px;
		background: #e6e0d4;
		padding-bottom: 30px;
	}
	
	.feedback > h1{
		text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	}
	
	.feedback > h2{
		text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	}
	
	.hasError{
		border: 2px solid red !important;
	}
	.whiteband{
		background: white !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.beigeband{
		background: #e6e0d4;
		
}

.beigeband h1{
		    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
	
	}
	
	.beigeband-home {
	background: #e6e0d4;
	width: 100%;

	}

	

.beigeband-video{
	background: #e6e0d4;
	padding-top: 30px;
	padding-bottom: 30px;
}

.beigeband-video h1{
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
    
.beigeband-video h2{
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 2px;
	}
	
.whiteband-video{
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

.whiteband-video h1{
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
    
.whiteband-video h2{
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 2px;
	}
    
  
    		
	
	.workexamples{
		
		padding-bottom: 30px;
		background: white;
	}
	
	.video-hold{
		max-width: 100%;
		margin-top: 15px;
		margin-bottom: 30px;
		
	}

	
	
	
	.whiteband h1{
		    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
	}
	.whiteband  > h2{
		text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
	}
	
	.tab-marg{
		margin-top: 0px;
	}
	
	.beige{
		background: #e6e0d4;
	}
	


	.gplus{
		height: 23.5px;
		width: 37px;
		position: relative;
		top: -4px;
		left: 0px;
	}
	
	.beigefade{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e0d4+0,e6e0d4+61,e6e0d4+61,000000+62,000000+62,000000+63,000000+100 */
background: #e6e0d4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left,  #e6e0d4 0%, #e6e0d4 50%, #000000 50%, #000000 62%, #000000 62%, #000000 63%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e0d4), color-stop(50%,#e6e0d4), color-stop(50%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e6e0d4 0%,#e6e0d4 50%,#e6e0d4 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e6e0d4 0%,#e6e0d4 50%,#000000 50%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e6e0d4 0%,#e6e0d4 50%,#000000 50%,#000000 100%); /* IE10+ */
background: linear-gradient(to right,  #e6e0d4 0%,#e6e0d4 50%,#000000 50%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e0d4', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
	}
	