/* STANDARD CSS */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
}

body.fixed {position: fixed; overflow-y:scroll;width: 100%;}

.pull-right{
	display: none;
}



/* FONTS */

p{
	font-weight: 400;
	font-size: 18px ;
	color: #fff;
	line-height: 24px;
}

p.case-study-quote{
	font-weight: 400;
    font-size: 18px !important;
	font-style: italic;
	font-weight: 600;
}

h1{
	font-size: 40px;
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	margin-top: 50px;
}

h2{
	font-size: 50px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 25px;
}

h3{
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0px;
	padding: 0px;
}

h4{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
}

ul{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

#content p a{
	color: #000;
}

.privacy-policy ul a{
	color: #000;
}


/* BUTTONS */

.btn{
	display: inline-block;
    min-width: 175px;
    padding: 6px;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
	transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	border: 1px solid #fff;
}

.btn:hover{
	background: #fff;
	color: #000;
}

.btn-solid{
	background: #fdc902;
    color: #000;
}	

.contact-details{
	margin-top: 0px !important;
}

/* CONTENT CONTAINERS */

#wrapper{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.container{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.container2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#content{
	float: left;
	width: 100%;
	padding-top: 100px;
	min-height: 450px;
}

.item-page{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.article-body{
	float: left;
	width: 100%;
}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-size: cover;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.text-right{
	float: right;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

.text-left{
	float: left;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

.box-pad-50-tb{
	padding-top: 50px;
	padding-bottom: 50px;
}

.box-pad-tb{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pad-right{
	padding-right: 50px;
}

.pad-left{
	padding-left: 50px;
}


.box-img img{
	width: 100%;
}

.center{
	text-align: center;
}

.box-right{
	float: right;
}

.border-tb{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.border-top{
	border-top: 2px solid #fff;
}


/* HEADER */

.header{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	/*background-image: url(../images/header.png);*/
	z-index: 9;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.header-homepage{
	float: left;
	position: fixed;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	/*background-image: url(../images/header.png);*/
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	background: none;

}

#logo-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30vh;
	overflow: hidden;
	-webkit-transition: .5s;
    transition: .5s;
	text-align: center;
	vertical-align: middle;
}

.header #logo{
	float: left;
	width: 30%;
	text-align: left;
}

.header #logo img{
	max-width: 300px;
	-webkit-transition: .3s;
    transition: .3s;
	vertical-align: middle;
	z-index: 1;
}

.header-homepage #logohomepage{
	float: left;
	width: 50%;
	text-align: left;
}

.header-homepage #logohomepage img{
	max-width: 600px;
	-webkit-transition: .3s;
    transition: .3s;
	vertical-align: middle;
	z-index: 1;
}

/* SHRINK */
.shrinkhomepage{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}

.shrinkhomepage #logohomepage img{
	max-width: 300px;
}

.shrinkhomepage #nav ul li a{
	color: #000;
} 

.shrinkhomepage #menu-container{
	padding-top: 15px;
}

.social-links{
	display: none;
	position: absolute;
	top: 18px;
	right: 100px;
	z-index: 99;
	padding-top: 40px;
	padding-left: 50px;
	-webkit-transition: .5s;
    transition: .5s;
}

#footer-container .social-links{
	position: relative;
	top: 0px;
    right: 0px;
	float: left;
	width: 100%;
	z-index: 99;
	padding-top: 0px;
	padding-left: 0px;
	-webkit-transition: .5s;
    transition: .5s;
}

.social-links img{
	float: left;
	width: 26px;
	margin-left: 10px;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .5s;
    transition: .5s;
}

.social-links img:hover{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.social-open{
	/*-webkit-filter: invert(1);
  	filter: invert(1);*/
}

/* MENU */

#fp-nav ul li a span, .fp-slidesNav ul li a span{ background: #55d700 !important; }

#menu-container {
	float: right;
	padding-top: 30px;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.nonhomepage{
	padding-top: 30px!important;
}

.menu-title{
	float: left;
	padding-top: 17px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 300;
	color: #000;
}

.title-open{
	color: #fff;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	position: absolute;
	top: 40px;
	right: 40px;
	margin-top: 18px;
  width: 40px;
  height: 25px;
 

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
z-index: 99;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.open span{
	background: #fff !important;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;

}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;

}

#menu {	

	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	min-height: 100vh;
	padding-top: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #333333;
	-webkit-transition: .3s;
    transition: .3s;
	z-index: 10;
	text-align: center;
	overflow: hidden;
}

.menu-open{
	width: 33.33%!important;
	padding-left: 50px;
}


#nav{
	float: left;
	width: 100%;
	padding-top: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}

#nav ul
{
    float: left;
	width: 100%;
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    list-style: none !important;
    position: relative;

    padding: 0px;
    margin: 0px;
   	/*border-left: 1px solid #b70d69;
	border-right: 1px solid #ff3da6;*/
	z-index: 999;
}

/*Floating the main list left*/
#nav ul li
{
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: .3s;
    transition: .3s;
}

li.parent{
	margin-bottom: 0px;
}

#nav ul ul li{
	margin-bottom: 0px;
}

 
#nav ul li a:hover
{
   color: #fff;
}
 


#nav ul li a 
{
	float: left;
	display: inline-block;
	padding: 3px;
	padding-bottom: 5px;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
	color: #c8c8c8;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .5s;
    transition: .5s;
	text-transform: uppercase;
	text-align: left;
}

#nav ul li a:before {
	content: "/ ";
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: block;
    float: left;
    padding-right: 15px;

}

#nav ul ul li a{
	font-size: 20px;
}

#nav ul li.current a{
	color: #fff;
	/*border-bottom: 2px solid #fff;*/
}

/* FOOTER */

#footer-container{
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 60px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.footer-nonhomepage #footer-container{
	position: static !important;
}

#footer-container span{
	color: #9b9b9b;
	font-size: 18px;
}

#footer-container span a{
	color: #9b9b9b;
	-webkit-transition: .2s;
    transition: .2s;
	text-decoration: none;
}	

#footer-container span a:hover{
	color: #fff;
}

.social-icons{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.definition{
	float: left;
	text-align: left;
}

.definition h3{
	color: #fff;
	margin-top: 0px;
}

.definition span{
	font-size: 15px;
	color: #fff;
}
	
.copyright{
	text-align: left;
	padding-left: 100px;
	
}

.copyright img{
	float: left;
	margin-right: 25px;
}

.accreditations{
	padding-right: 100px;
}

.copyright span{
	font-size: 15px;
	color: #fff;
}

.copyright a{
	color: #fff;
}

/* BANNER */

.banner-container{
	float: left;
	width: 100%;
	margin-top: 141px;
}
	
.banner{
	float: left;
	width: 100%;
	text-align: center;
	 -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100vh;

}

.banner-homepage{
	min-height: none;
}	
	
.banner-short{
	min-height: 650px;
	background-attachment: scroll !important;
}

#banner-txt{
	display: inline-block;
	width: 100%;
	max-width: 850px;
	padding-top: 300px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.banner-short #banner-txt{
	padding-top: 200px;
}

#banner-txt span{
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;}
	
#banner-txt span span{
	display: inline-block;
	padding: 3px;
	color: #fff000;
}
	
#banner-txt h1{
	color: #fff;
	font-size: 70px;
	line-height: 80px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	/*background-color: #878787;*/
}

#banner-txt span h1{
	display: inline-block;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	/*background-color: #878787;*/
	border-bottom: 1px solid #fff;}

#banner-txt span.location{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;}

#banner-txt p{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	padding: 0px;}

#banner-txt ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	list-style: none;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}
	
#banner-btn-container{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

#banner-btn-container span{
	font-weight: 500;
}

#banner-btn-container p{
	font-size: 16px;
	font-weight: 800;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#bxbanner{
	float: left;
	position: relative;
	width: 100%;
}

.btn-back{
	display: inline-block;
	z-index: 999999;
	padding-left: 40px;
	background-position: 10px center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-size: 30px;
	margin-top: 50px;
}

/* FORMS */

.form-field-row em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}


.form-field-row input{
	float: left;
	border: none;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-webkit-appearance: none;
}

.form-field-row input:hover{
	
}

.form-field-row input:focus{
	
}

.form-field-checkbox input{
	border: 1px solid #cdcdcd;
	background-color: #fff;
	padding: 10px;
	float: left;
	width: 20%;
	margin-top: 6px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
	-webkit-appearance: none;
}

.form-field-row textarea{
	font: 13.3333px Arial;
	border: none;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-webkit-appearance: none;

}

.form-field-row textarea:hover{
	
}

.form-field-row textarea:focus{
	
}

.form-field-row select{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-field-row .btn{
	float: left;
    max-width: 175px;
    padding: 8px;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	
	background: #55d700;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.form-field-row .btn:hover{
    color: #fff;
}

.form-field{
	float: left;
	width: 33.33%;
	border-right: 5px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-field-row{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.border-fields{
	border: 1px solid #000;
}

/* END STANDARD CSS */

/* PAGE HEADING */

.page-heading{
	float: left;
	width: 100%;
	padding-bottom: 100px;
}

.page-heading span{
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	font-weight: 300;
}

.page-heading span h1{
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: none;
}	

.page-heading .box1{
	padding-top: 50px;
}

.page-heading .box1 span{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
}


.intro-box p{
	float: right;
	max-width: 500px;
	padding-right: 25px;
}

.intro-box ul{
	float: right;
	padding-right: 25px;	
	color: #fff;
	list-style: none;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
   text-indent: -1em;
}

.intro-box ul li{
	margin-bottom: 5px;
}

/*.intro-box ul li:before{
	content: '+';
	font-size: 20px;
	color: #fff;
}*/

/* LOGO GRID */

.logo-grid {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.logo-box{
	float: left;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	height: 200px; 
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
white-space: nowrap;

}

.logo-box img{
	width: 100%;
	max-width: 200px;
	max-height: 170px;
	vertical-align:middle;
}

.jr-logo{
	max-width: 150px !important;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* CONTACT BOX */

.contact-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #444444;
}


.contact-box:hover .contact-btn-overlay{

  transition-timing-function: ease-in;


  transition: 0.5s;
  

  transform: translateY(0);
}


.contact-box:hover .contact-strapline{

}

.contact-box .btn{
	position: absolute;
	left: 50%;
	margin-left: -94px;
	bottom: -60px;
	opacity: 0;
	z-index: 2;
  transition: 0.4s;
}

.contact-box:hover .btn{
	opacity: 100;
	bottom: 136px;
}

.contact-box:hover .contact-strapline span{
	opacity: 0;	
  	transition: 0.2s;
}

.contact-strapline{
	float: left;
	text-align: center;

}

.contact-strapline span{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
}

.contact-btn-overlay{
	z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
	top: 0;
	text-align: center;
/* This timing applies on the way OUT */
  transition-timing-function: ease-out;

  /* Quick on the way out */
  transition: 0.3s;

  /* Hide thing by pushing it outside by default */
  transform: translateX(130%);


	height: 380px;
	background: #000;
}


/* ABOUT PAGE */

.profile img{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.profile h2{
	font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 18px;	
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.profile p{
	margin-top: 0px;
}

/* CASE STUDIES */

body.case-studies{
	background: #fff;
}

body.case-studies #footer-container{
	background: #000;
}

body.case-studies #nav-icon3 span{
	background: #000;
}

body.case-studies h1{
	color: #000;
}

body.case-studies h2{
	color: #000;
}

body.case-studies p{
	color: #000;
}

.case-study-container{
	float: left;
	width: 100%;
}

.case-study-box{
	text-decoration: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
}

.case-study-box:hover .case-study-txt{
	background: #000;
}

.case-study-box:hover h2{
	color: #fff;
}

.case-study-box:hover span{
	color: #fff;
}

.case-study-img{
	float: left;
	width: 100%;
}

.case-study-img img{
	float: left;
	width: 100%;
}	

.case-study-txt{
	float: left;
	width: 100%;
	padding: 20px;
	background: #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
}

.case-study-txt h2{
	font-weight: 600;
    font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	-webkit-transition: .3s;
    transition: .3s;
}

.case-study-txt span{
	font-weight: 400;
    font-size: 18px;	
	color: #000;
	-webkit-transition: .3s;
    transition: .3s;
}


/* PROJECT PAGE */

.project-list{
	padding-right: 50px;
}

.project-list h1{
	font-size: 18px;
	font-weight: 800;
	margin: 0px;
	text-transform: none;
	text-align: left;
}

.project-details h2{
	font-size: 18px;
	font-weight: 800;
	margin: 0px;
}

.project-list ul {
    float: left;
    color: #000;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-indent: -1em;
	padding-left: 20px;
}

.project-list ul li {
    margin-bottom: 5px;
}

.project-text{
	padding-left: 50px;
}

.project-text h2{
	font-size: 18px;
	font-weight: 800;
	margin: 0px;
}

.project-img-main{
	padding-top: 20px;
	padding-bottom: 40px;
}

.project-img-main img{
	float: left;
	width: 100%;
}

.stat{
	font-size: 110px;
	font-weight: 800;
}

.stat span{
	font-size: 60px;
}

.stats p{
	margin: 0px;
	font-size: 16px;
}

.stats .box1{
	padding-bottom: 30px;
}

/* SMALL DESCKTOPS SCREENS */
@media only screen 
and (min-width : 1px) 
and (max-width : 1350px) {

.container{
	float: left;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.case-study-txt h2{
	min-height: 44px;
}

.case-study-txt span{
	float: left;
	width: 100%;
	min-height: 48px;
}

}

/* SMALL DESCKTOPS SCREENS */
@media only screen 
and (min-width : 1px) 
and (max-width : 1000px) {


.menu-open{
	width: 50%!important;
	padding-left: 50px;
}

.contact-btn-overlay{
	display: none;
}

.contact-box{
	padding-top: 70px;
}

.contact-box .btn{
	position: absolute;
    left: 50%;
    margin-left: -95px;
    bottom: 65px;
    opacity: 1;
    z-index: 1;
    transition: 0.4s;
}

.contact-box:hover .btn{
	opacity: 100;
	bottom: 65px;
}

.contact-box:hover .contact-strapline span{
	opacity: 1;	
  	transition: 0.2s;
}



}

/* PHONES & TABLETS */
@media only screen 
and (min-width : 1px) 
and (max-width : 850px) {

.case-study-box{
	width: 50%;
}

.project-list{
	width: 100%;
	padding-right: 0px;
}

.project-text{
	width: 100%;
	padding-left: 0px;
}

}

/* PHONES & TABLETS */
@media only screen 
and (min-width : 1px) 
and (max-width : 750px) {

.services-intro{
	width: 100%;
}

.intro-box{
	width: 100%;
}

.intro-box ul{
	float: left;
}

.intro-box p{
	float: left;
	padding-right: 0px;
}

.profile{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
}

}

/* PHONES & TABLETS */
@media only screen 
and (min-width : 1px) 
and (max-width : 650px) {


.header #logo{
	width: 100%;
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 50px;
}

.header #logo img{
	width: 300px;
	max-width: 100%;
	float: left;
}

.contact-strapline span{
	line-height: 25px;
}

.social-links{
	position: static;
	float: left;
	width: 100%;
	padding-left: 0px;
	text-align: left;
    padding-top: 20px;
}

.social-links img{
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}

#content{
	padding-top: 50px;
}

.logo-box{
	width: 50%;
	height: 120px;
}

.logo-box img{
 	max-height: 70px;
}

.jr-logo{
    max-width: 100px !important;
	max-height: 100px!important;
}

.menu-open{
	width: 100%!important;
	padding-left: 50px;
}

.contact-strapline{
	padding-left: 20px;
	padding-right: 20px;
}

.case-study-box{
	width: 100%;
	border-bottom: 20px solid #fff;
}

.case-study-txt h2{
	min-height: auto;
}

.case-study-txt span{
	min-height: auto;
}

}

/* PHONES & TABLETS */
@media only screen 
and (min-width : 1px) 
and (max-width : 500px) {



}


/* PHONES & TABLETS */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

.header #logo img{
	width: 200px;
	max-width: 100%;
	float: left;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4{
	right: 20px;
    top: 30px;
}

.page-heading span{
	font-size: 50px;
    line-height: 55px;	
}

.page-heading span h1{
	font-size: 50px;
    line-height: 55px;	
}	

.page-heading .box1{
	padding-top: 25px;
}

.box2{
	width: 100%;
}

.intro-box p{
	max-width: 100%;
	padding-right: 0px;
}

.intro-box ul{
	padding-right: 0px;
	padding-left: 0px;
}

.page-heading .box1 span{
	line-height: 22px;
}

.page-heading{
	padding-bottom: 50px;
}

.intro-box p:first-child{
	margin-top: 0px;
} 

.intro-box p:last-child{
	margin-bottom: 0px;
} 

.services-intro p:first-child{
	margin-top: 0px;
} 



}

/* PHONES & TABLETS */
@media only screen 
and (min-width : 1px) 
and (max-width : 350px) {

.logo-box{
	width: 100%;
}

}


@media all and (orientation:landscape) and (max-width : 700px) {
#nav{
	padding-top: 20px;
}

body.fixed {position: static; overflow-y:scroll;width: 100%; height: 100%;}

#menu{
	height: 100% !important;
}

}

