
body {
  background: white;
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Varela Round', sans-serif;
}
.container p {
  font-size: 20px;
}
.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #1abc9c;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.container a:after {
  content: '';
  position: absolute;
  background: #1abc9c;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: .35s ease;
}
.container a:hover:after, .container a:focus:after, .container a:active:after {
  width: 100%;
}

h1 {
  position: relative;
  text-align: center;
  font-family: 'Varela Round', serif;
}

.button_container {

  position: fixed;
  top: 3.3%;
  right: 1.3%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 9999;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #ff6600;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: rgba(19,54,144,0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
	z-index: 9998;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
	z-index: 9998;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
 
  font-weight: 400;
  text-align: center;
	z-index: 9998;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 50%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
	
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



::selection {
	color: #ffffff;
  background: #ff6600; /* WebKit/Blink Browsers */
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #5a5a5a;
	overflow-x: hidden;
    overflow-y: scroll;
	
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	z-index: 10;
  margin-bottom: 0rem;
	
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
}




.carousel-indicators {

	align-content: center;
	align-items: center;
bottom: 7vh;
	
	
	}

.carousel-indicator li {
	border-color: #ff6600;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
	-webkit-transition: .5s;
    transition: .5s;
}

.carousel-indicator li:hover {
	border-color: #39449a;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



.container-fluid {
	padding: 0px;
}




/*
======================================================
UNORDERED LIST
======================================================
*/


ul {
	list-style: none;
display: inline-block;
	z-index: 9999;
}



.header-links {
	z-index: 9999 !important;
	font-size: 40px;
	font-family: 'Helvetica';
	color: #ff6600;
	text-align: right;
	display: inline;
	font-weight: 600;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
	-webkit-transition: .5s;
    transition: .5s;
}

.header-links:hover {
	font-family: 'Helvetica';
	color: #39449a;
	text-align: right;
	display: inline;
	font-weight: 600;

}

li {
text-align: right;
	display: inline;
	margin-left: 50px;
	font-family: 'Helvetica';
	font-size: 40px;
	font-weight: 600;
	color: #ff6600;
	
}




/*
======================================================
end ofUNORDERED LIST
======================================================
*/

.indicatorsDiv {

}

.first {
	margin-top: 92vh;
	position: absolute;
	z-index: 1900;
	text-align: center;
}

.scroller_Contact {
   cursor: pointer;
	z-index: 9999;
}



.scroller {
  display: inline-block;
  width: 3em;
  height: 3em;
background-color:  #ff6600;
  border-radius: 50%;
  margin-left: 0.75em;
	z-index: 1200;
}

.scroller:after {
  content: '';
	width: 3em;
  height: 3em;
	color:  #ff6600;
	display: inline-block;
  margin-top: 0.em;
  width: 1em;
  height: 1em;
  border-top: 0.3em solid white;
  border-right: 0.3em solid white;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.scroller:active {
	visibility: visible;
}

















.container-fluid .row [class*='col-']:not(:first-child),
.container-fluid .row [class*='col-']:not(:last-child)
{

}


.item { 
width: 33%;
margin-bottom: 1%;
margin-top: 1%;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
  
  


.button-group {
	margin-top: 100px;
	margin-bottom: 20px;
		padding-left: 0px;
}


button {
	background: transparent;
	border-style: none;
	border: none;
	outline: none !important;
}
button:active {
	background-color: white;
	background: transparent;
	border-style: none;
	border: none;
	color: #ff6600;
	outline: 0 !important;
}

button:focus {
		background-color: white;
	background: transparent;
	border-style: none;
	border: none;
	color: transparent;
	outline: none !important;
	
}
.btn:active {
	background-color: white;
	background: transparent;
	border-style: none;
	border: none;
	color: transparent;
	outline: 0 !important;
	
}

.btn:focus {
	background-color: red;
	background: transparent;
	border-style: none !important;
	border: none !important;
	color: transparent;
	outline: none !important;
	
}

.btn-primary {
	color: orange;
	font-size: 16px;
	font-family: "Helvetica";
	background: transparent;
	border-style: none;
	border: none !important;
	outline: none !important;
	position: sticky;
    top: 20px;
}

.btn-primary:hover {
	background-color: white;
	
	color: orange;
	background: transparent;
	border-style: none;
	border: none !important;
	outline: 0 !important;
}

.btn-primary:active {
	background-color: white;
	
	color: #ff6600 !important;
	
	background: transparent;
	font-weight: 700;
	border-style: none !important;
	border: none !important;
	outline: 0 !important;
}



.btn-primary:focus {
	background-color: white !important;

	color: orange;
	background: transparent;
	font-weight: 700;
	border-style: white !important;
	border: none !important;
	outline: none !important;
	 box-shadow: none !important;


}



.fairhaven .project-tester-text {
	margin-left: 10px;
}

/* 
==============================================================================================================


				contact bars

==============================================================================================================
*/


.projects-ikea {
		margin-top: 50px;
	}
	

.contact-form {
	font-family: 'Helvetica';
	font-weight: 600;
	color: white;
	font-size: 40px;
	margin-bottom: 50px;
}



.nameBar {
	font-family: 'Helvetica', sans-serif;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	width: 100%;
    padding: 5px 10px;
    margin: 10px 0;
    box-sizing: border-box;
	
	
}

.nameBar:focus {
	outline: 0;
}

.commentBar {
	font-family: 'Helvetica', sans-serif;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	
    padding: 6px;
	padding-bottom: 100px;
    margin: 10px 0;
    box-sizing: border-box;

	
}

.commentBar:focus {
	outline: 0;
}

.send {
	font-family: 'Helvetica', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: white;
	background: #ff6600;
	width: 15%;
    padding: 5px 0px;
    margin: 10px 0;
    box-sizing: border-box;
	border: none;
}

.send:focus {
		outline: 0;
}











/* 
==============================================================================================================


				OVRLAY

==============================================================================================================
*/


















@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}

	
	.logo {
		color: #ff6600 !important;
	
		margin: 5px;
		-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	}
	
	
	.logo:hover {
		color: #39449a;
	line-height: 0px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	}
}


.logo-thin {
	font-size: 55px;
	color: #ff6600;
	
	font-weight: 100 !important;
	
	line-height: 0px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}






.logo-medium {
color: #ff6600;
	
	font-weight: 400 !important;
	
}

.logo-heavy {
color: #ff6600;
	
	font-weight: 600;
	
}

/** 
==============================================================================================================

					index

====================================================================================================================
*/



.main {
	z-index: 2;
	background: #DBDBDB;
}





.navbar {
	position: fixed;
	height: 100px;
	background-color:  white;
	z-index: 10;
	border-radius: 0px;
}




.the-navbar {
	z-index: 100;
	background-color: transparent;
	color: none;
}

	.small-navigation {
	margin-top: -16px !important;
	text-align: right;
	z-index: 9999 !important;
}



.navigation {
	background-color: white;
}


.logo {
	top: 0;
	left: 0;
	margin-top: 10px !important;
	position: fixed;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 100;
	align-items: baseline;

}


.oms {
	height: 32px;
	max-width: none;
}
.menu {
	align-items: right;
	padding-right: 0px;
	z-index: 15;
	
}
.hamburger {
	top: 0;
	right: 0;
	margin-top: 15px;!important;
	margin-right: 15px !important;
	color: none;
	background-color: transparent;
	border: none;
	outline: none;
	position: fixed;
	align-items: right;


	z-index: 3;
	padding: 0px;
	text-align: right;
	padding-right: 0px;
	margin-right: 0px;
}


.burger {
		width: 3em;
    height: .45em;
	padding-right: 0px;
	margin-top: 50px;
	margin-right: 0px;
    background-color: #ff6600;
    margin: 6px 0;

	
  
}





.intro {
	
	margin-top: 100px;
	margin-bottom: 50px;
	
}

h2 {
	font-size: 70px;
	
	font-weight:600;
	color: #ff6600;
}


h6 {
	transition: ease 0.5s;
	font-size: 16px;
	font-weight: 600;
	color: #133690;
	text-decoration: none;
	
	
}

h6:hover {
	color: #ff6600;
	text-decoration: none;
	text-decoration-style: none;
}

h6:focus {
	color: #ff6600;
	text-decoration: none;
	text-decoration-style: none;
}


.body {
	letter-spacing: .5px;
	
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	color: #383838
	
}


.more-button {
	text-align: center;
	font-size: 25px;
	color: #ff6600;
	font-weight: 600;
	margin-left: 10px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
	-webkit-transition: .5s;
    transition: .5s;
	
}

.more-button:hover {
	text-align: center;
	font-size: 25px;
	color: #39449a;
	font-weight: 600;
	margin-left: 10px;
	
}



.information-body {
	letter-spacing: .5px;
	font-size: 21px;
line-height: 22px;
	font-weight: 600;
	color: #383838
	
}


.content-spacer {
	height: 100px;
}

.project-body {
	font-family: 'Helvetica';
	font-size: 16px;
	line-height: 10px;
	font-weight: 600;
	margin-bottom: 0px;
	
}

.project-header {
	margin-top: 0px;
	font-size: 60px;
	transition: color 0.5s ease;
	color: #39449a;
	line-height: 60px;
	
	font-weight: 100;
}

.img_wrap {
	position: relative;
	margin-top: 100px;
}


.project-tester-text {
	visibility: hidden;
	margin-top: 0px;
	font-size: 60px;

	color: #39449a;
	opacity: 0;
	line-height: 60px;
	font-weight: 600;
	//* text-shadow:0px 0px 50px black; *//
	position: absolute;
	left: 0;
    position:absolute;
    text-align:center;
    top: 50%;
    width: 100%;
	transition: opacity .3s, visibility .3s;
}


.img_wrap:hover .project-tester-text{
	visibility: visible;
	
	opacity:1;
}

.img_wrap .img-responsive {
	transition: opacity .3s, visibility .3s;
	opacity: 1;
	background-color: #133690;
}

.img_wrap:hover .img-responsive
 {	opacity: .3;
	background-color: #133690;
}

.project-hover-text {
	visibility: hidden;
	margin-top: 0px;
	font-size: 30px;

	color: #39449a;
	opacity: 0;
	line-height: 30px;
	font-weight: 600;
	text-shadow:0px 0px 0px black;
	position: absolute;
	left: 0;
    position:absolute;
    text-align:center;
    top: 45%;
    width: 100%;
	transition: opacity .3s, visibility .3s;
}


.item-wrap:hover .project-hover-text{
	visibility: visible;
	opacity: 1;
	
}



.item-wrap .img-responsive {
	transition: opacity .3s, visibility .3s;
	opacity: 1;
	background-color: #133690;
}

.item-wrap:hover .img-responsive
 {	opacity: .3;
	background-color: #133690;
}


.project-header:hover {

	color: #ff6600;

}




.project-header-small {
		margin-top: 10px;
	font-size: 30px;
	transition: ease .3s;
	color: #133690;
	line-height: 30px;
	font-weight: 100;
}


.project-header-small:hover {
		margin-top: 10px;
	font-size: 30px;
	color: #ff6600;
	line-height: 30px;
	font-weight: 100;


}

.project-name {
	margin-top: 0px;
	font-size: 90px;
	text-shadow:0px 0px 50px black; 
	color: white;
    opacity: .7;
	line-height: 90px;
	text-align: center;
	font-weight: 500;
	text-rendering: optimizeLegibility;
}
.logo-subtext {
	font-family: 'Helvetica';
	color: white;
	font-weight: 100;
	letter-spacing: 5px;
	font-size: 20px;
	margin-bottom: 30px;
}

.the-project-page {
	
	margin-top: 30vh;
	color: white;
	height: 20px;
}
.project-project {
	font-weight: 100;
}


.project-crayford {
	margin-top: 200px;
}

.project-pinnock-hill {
	margin-top: -50px;
}


.project-effra-terrace {
	margin-top: 100px;
}


.project-phoenix-park {
	margin-top: -50px;
	
}

.one-grand-parade-homepage {
	margin-top: -60px;
	
}

.project-ikea {
	margin-top: -7vw;
}


.project-les-bas-mews {
	
	margin-top: -60px;
}


.project-fairview {
	margin-top: 25px;
}





.all-project {
		color: #ff6600;
	float: center;
	text-align: center;
	
	font-size: 40px;
	font-weight: 600;
	
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.all-project:hover {
		color: #133690;
	float: center;
	text-align: center;
	
	
	
	font-size: 40px;
	font-weight: 600;
	
	
}

a:hover {
	text-decoration: none;
	
	
}



.project-image {
	
}


/** 
==============================================================================================================

					footer

====================================================================================================================
*/



.footer {
	margin-bottom: 20px;
}
.info-spacer {
	margin-top: 10px;
	margin-bottom: 20px;
}

.foot {
	padding: 0px;
	display: inline;
	
	margin: 0px;
	background-color: #cdcdcd;
	min-height: none !important;
	width: 101%;
	z-index: 10;
}

.address {
	margin-top: 20px;
}
.footer-form {
	margin-top: 17vh;
}


.footer-logo {
	margin-top: 10px;
}

.footer-spacer {
	height: 100px;

}


.footer-spacer-end {
	height: 0px;
}

.body-heavy {
	font-size: 16px;
	margin-top: 16px;
	line-height: 16px;
	font-weight: 600;
	color: white;
	font-family: 'Helvetica';

}

.body-footer {
	color: black;
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	font-family: 'Helvetica';
}

.body-footer-link {
	font-size: 16px;
	color: #ff6600;
	font-weight: 100;
	font-family: 'Helvetica';
	margin-bottom: 0px;
	line-height: 20px
}


.contact-header {
	margin-top: 200px;
	margin-bottom: 50px;
}

.contact {
	margin-top: 100px;
}


.map {
	margin-top: 100px;
	margin-bottom: 100px;
}

.em-dash {
	height: 30px;
	margin-top: 30px;
	color: #ff6600;
	font-weight: 500;
}


.logo-line {
	margin-top: 30px;
	width: 100%;
	height: 2px;
	background-color: white;
}

.logo-subtext {
	font-family: 'Helvetica';
	color: white;
	font-weight: 100;
	letter-spacing: 5px;
	font-size: 20px;
	margin-bottom: 30px;
}

.black-line {
	margin-top: 30px;
	width: 300%;
	height: 1.5px;
	background-color: #5a5a5a;	
}

.logo-subtext-black {
	font-family: 'Helvetica';
	color: #5a5a5a;
	margin-top: 5px;
	font-weight: 300;
	letter-spacing: 5px;
	font-size: 16px;
	margin-bottom: 30px;
}


.body-copyright {
	color: white;
	margin-top: 110px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	font-family: 'Helvetica';
}

/** 
==============================================================================================================

					k-club

====================================================================================================================
*/


.head-k-club {
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}

.project-title {
	margin-top: 40vh;
}



.projects-bodycopy {
	color: #133690;
	margin-top: 100px;
	
}

.bold-text {
	margin-top: 10px;
}
.contenthead {
	
list-style: none;
	font-size: 21px;
	color: #ff6600;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 0px;
	margin-right: 10px;
}


.regular-text {
	margin-top: 10px;
}


.inline-text {

}

.bodylist {
	list-style: none;
	letter-spacing: 0px;

	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	color: #383838
	
}


table {
	margin-top: 38px;
	font-size: 21px;
	line-height: 30px;
	border: none !important; 
	
}
	
tr {
	margin: none;
	border: none !important; 
}



th {
	border: none !important; 
	color: #ff6600;
	padding-left: 50px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

td {
	line-height: 60px;
	border: none !important;
	padding-left: 30px !important;
	color: black;
	font-weight: 300;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


}

.first-image {
	margin-top: 100px;
}

.annotate-first {
	margin-top: 80px;

}




.k-club-hallway {
	
	margin-top: 150px;
}

.k-club-hallway-2 {
	
	margin-top: 50px;
}

.k-club-living {
	margin-top: 50px;
}

.k-club-bedroom-1 {
	margin-top: 50px;
}

.k-club-bedroom-2 {
	margin-top: -100px;
}

.divider {
	margin-top: 30px;
	height: 3px;
	background-color: #133690;
}


.previous-project {
	color: #ff6600;
	float: left;
	transition: color 0.5s ease;
	font-size: 40px;
	font-weight: 600;
	
}

.previous-project:hover {
	color: #133690;
	
}

.next-project {
	color: #ff6600;
	float: right;
	font-size: 40px;
	font-weight: 600;
	transition: color 0.5s ease;
	
}

.next-project:hover {
	color: #133690;
	font-weight: 600;
	
	
}




/** 
==============================================================================================================


				Les bas terrace


==============================================================================================================
**/

.head-le-bas-terrace {
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}

.les-bas-terrace-detail {
	
margin-top: 50px;
}

.les-bas-terrace-hallway-1 {
	margin-top: 100px;
}

.les-bas-terrace-garden {
	margin-top: 50px;
}

.les-bas-terrace-bathroom-1 {
	margin-top: 150px;

}

.les-bas-terrace-bathroom-2 {
	margin-top: 50px;
}


/** 
==============================================================================================================


				Les bas mews


==============================================================================================================
**/



.head-le-bas-mews {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}



.les-bas-mews-stairs {
	margin-top: 50px;
}


.les-bas-mews-stairway {
	margin-top: 210px;
}



/** 
==============================================================================================================


				Fairview


==============================================================================================================
**/


.head-fairview {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}

.fairview-pullquote {
	margin-top: 250px;
}



/** 
==============================================================================================================


				Crayford


==============================================================================================================
**/


.head-crayford {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}


.fairview-pullquote {
	margin-top: 250px;
}

.crayford-stairway-1 {
	margin-top: 50px;
}

.crayford-stairway-2 {
	margin-top: 100px;
}


.crayford-kitchen-1 {
		margin-top: 50px;
	}
	
.crayford-kitchen-2 {
		margin-top: 100px;
		
	}

.crayford-kitchen-3 {
		margin-top: 50px;
	}



/** 
==============================================================================================================


				one grand parade


==============================================================================================================
**/


.head-one-grand-parade {
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}



.one-grand-parade-wall-detail-1 {
	margin-top: -100px;
}




/** 
==============================================================================================================


				effra terrace


==============================================================================================================
**/


.head-effra-terrace {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}


.effra-terrace {
	margin-top: 50px;
}


.effra-plan {
	margin-top: 100px;
}



/** 
==============================================================================================================


				phoenix park


==============================================================================================================
**/


.head-phoenix-park {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}

.phoenix-park-square {
	margin-top: -20px;
}

.phoenix-park-cgi-1 {
	margin-top: 11.3vw;
}


/** 
==============================================================================================================


				pinnock hill


==============================================================================================================
**/


.pinnock-hill {
	margin-top: 50px;
}



/** 
==============================================================================================================


				tradeston


==============================================================================================================
**/




.head-tradeston {
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}


/** 
==============================================================================================================


				tyrconnell road


==============================================================================================================
**/




.head-tyrconnell-road {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}



.tyrconnell-road-stairs {
	margin-top: 100px;
}


/** 
==============================================================================================================


				abbey-street


==============================================================================================================
**/




.head-abbey-street {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}

.abbey-street-pair {
	margin-top: 100px;
}

/** 
==============================================================================================================


				ikea


==============================================================================================================
**/




.head-ikea {
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}




/** 
==============================================================================================================


				royal liver


==============================================================================================================
**/




.head-royal-liver {

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}


.royal-liver-4 {
	margin-top: 50px;

}




/** 
==============================================================================================================


					mount argus


==============================================================================================================
**/




.head-mount-argus {
	


	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}


.mount-argus-divs {
	
margin-top: 50px;
	
}




/** 
==============================================================================================================


					moygaddy


==============================================================================================================
**/


.moygaddy-courtyard-1 {
	margin-top: 100px;
}

.moygaddy-courtyard-2 {
	margin-top: 400px;
}



.moygaddy-courtyard-3 {
	margin-top: 200px;
}



/** 
==============================================================================================================


					McCloskey's


==============================================================================================================
**/

.mccloskeys {
	margin-top: 50px;
}






/** 
==============================================================================================================


					swords

==============================================================================================================
**/




.head-swords {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))), url(../images/swords/swords-header.png);

	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-size:cover;
}





.swords-exterior-2 {
	margin-top: 100px;
}





/** 
==============================================================================================================


					blackrock


==============================================================================================================
**/






.blackrock-hospice-interior {
	margin-top: 600px;
	
}






/** 
==============================================================================================================


					beresford


==============================================================================================================
**/






.beresford-exteriors {
	margin-top: 600px;
	
}





/** 
==============================================================================================================


					beresford


==============================================================================================================
**/




.woodtown-interior {
	margin-top: 350px;
}
 



/** 
==============================================================================================================


					trinity capital


==============================================================================================================
**/





.trinity-capital-exterior {
	
	margin-top:300px;
	
}

.trinity-capital-balcony-1 {
	margin-top:300px;
}

.trinity-capital-balcony-2 {
	margin-top:50px;
}

.trinity-capital-interior-1 {
	margin-top: 50px;
}

.trinity-capital-interior-2 {
	margin-top: 200px;
}

.trinity-capital-bedroom-1 {
		margin-top: 200px;
}

.trinity-capital-bedroom-2 {
		margin-top: 50px;
}

.trinity-capital-diningroom {
	margin-top: 50px;
}


/*============================================================================================================

responsive media queries 

============================================================================================================= */

@media (max-width: 768px) {
 .item { 
width: 100%;
	

}


	.navbar {
		
		position: fixed !important; 
	}
	
	.logo {
		position: fixed;
		text-align: left;
		

	}

	.logo-thin {
		
		font-size: 25px;
	}
	
	.black-line {
	margin-top:20px;
	width: 117%;
	height: 1.5px;
	background-color: #5a5a5a;	
}

.logo-subtext-black {
	font-family: 'Helvetica';
	color: #5a5a5a;
	margin-top: 5px;
	font-weight: 300;
	letter-spacing: 5px;
	font-size: 16px;
	margin-bottom: 30px;
}
	
	
	
	
	.small-navigation {
	margin-top: -40px;
	text-align: right;
	z-index: 9999 !important;
}

.header-links {
	z-index: 9999 !important;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Helvetica';
	color: #ff6600;
	text-align: right;
	display: inline;
	font-weight: 600;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
	-webkit-transition: .5s;
    transition: .5s;
}
	
	

.header-links:hover {
	font-family: 'Helvetica';
	color: #39449a;
	text-align: right;
	display: inline;
	font-weight: 600;

}

li {
text-align: right;
	display: inline;
	margin-top: 0px;
	margin-left: 20px;
	font-family: 'Helvetica';
	font-weight: 600;
	color: #ff6600;
	
}
	
	
	
	
	.header-links-project {
	z-index: 9999 !important;
	font-size: 20px;
	font-family: 'Helvetica';
	color: #ff6600;
	text-align: left;
	display: inline;
	font-weight: 600;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
	-webkit-transition: .5s;
    transition: .5s;
}
	
	

.header-links-project:hover {
	font-family: 'Helvetica';
	color: #39449a;
	text-align: right;
	display: inline;
	font-weight: 600;

}
	
	
	
	
	.header-links-contact {
	z-index: 9999 !important;
	font-size: 20px;
	font-family: 'Helvetica';
	color: #ff6600;
	text-align: right;
	display: inline;
	font-weight: 600;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
	-webkit-transition: .5s;
    transition: .5s;
}
	
	

.header-links-contact:hover {
	font-family: 'Helvetica';
	color: #39449a;
	text-align: right;
	display: inline;
	font-weight: 600;

}
	
	
	
	.button_container {
		
  		position: fixed;
  		top: 28px;
  		right: 10px;
  		height: 27px;
  		width: 35px;
  		cursor: pointer;
  		z-index: 9999;
  		transition: opacity .25s ease;
}
	
	.overlay-nav {
   		position: relative;
    	height: 70%;
    	top: 50%;
    	transform: translateY(-50%);
    	font-size: 10px;
    	font-weight: 400;
    	text-align: center;
    	z-index: 9998;
}
	
	
	
	
	.navbar {
		width: 100%;
	}
	
	
	.container-fluid {
		width: 100%;
	}
	/*============================================================================================================

carousel

============================================================================================================= */

	
	
	
	.carousel-inner{
		height: 50vh;
	}
	
	.carousel-item > img {
		height: 50vh;
	}
	
	
	.carousel-container-projects {
		height: 50vh;
		width: 100%;
	}
	
	.first {
	margin-top: 40vh;
	position: absolute;
	z-index: 1900;
	text-align: center;
}

	
	
	
/*============================================================================================================

type

============================================================================================================= */
	
	
	.more-button {
		font-size: 20px;
	}
	
	.second .intro {
		margin-bottom: 50px;
	}

	.intro {
		margin-bottom: -50px;
	}
	
	
	
	
	h2 {
		font-size: 40px;
	}
	
	
	.project-name {
		font-size: 50px;
		line-height: 60px;
		
	}
	
	.project-title {
		margin-top:20vh;
		
	}
	
	.project-body {
		line-height: 30px;
	}
	
	.projects-bodycopy {
		margin-top: 50px;
	} 
	
	.project-header {
		font-size: 40px;
		line-height: 30px;
	}
	
	.bold-text {
		padding-left: 0px;
	}
	
	.body {
		font-size: 17px;
		line-height: 25px;
		
	}
	
	.contenthead {
		color: #ff6600;
		font-size: 17px;
		line-height: 25px;
	}
	
	table {
	margin-top: 8px;
	font-size: 17px;
	line-height: 30px;
	border: none !important; 
	
}
	th {
	border: none !important; 
	color: #ff6600;
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	
	
	
	.bodylist {
		    font-size: 17px;
    line-height: 25px;
	}
	
	
	
	
	h6 {
		font-size: 15px;
		font-weight: 600;
	}
	
	
	
	.previous-project {
font-size: 20px;
		margin-top: -20px;
	}
	
	.next-project {
	font-size:  20px;
		margin-top: -20px;
	}
	
	
	
	.project-header-small {
		margin-top: -0px;
		font-size: 40px;
	}
	
	
		.project-header-small:hover {
		margin-top: -0px;
		font-size: 40px;
	}
	
	.information-body {
		font-size: 16px;
	}
	
	
	
	
	
	.project-tester-text {
	visibility: visible;
		opacity: 1;
		text-align: left;
	margin-bottom: 50px;
		top: 99%;
		margin-top: 10px;
		line-height: 30px;
	font-size: 30px;
	}
	
	
	
	
	.all-project {
		color: #ff6600;
	float: center;
	text-align: center;
	
	font-size: 40px;
	font-weight: 600;
		margin-top: 90px;
	
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
	/*============================================================================================================

homepage

============================================================================================================= */
	
	.img_wrap {
		margin-top: 80px;
	}
	
	.img_wrap .img-responsive
 {	opacity: 1;
	background-color: #133690;
}
	
		.img_wrap:hover .img-responsive
 {	opacity: 1;
	background-color: #133690;
}

	.project-crayford {
	margin-top: 0px;
}

	
	.project-lebas {
		margin-top: 0px;
	}
	
.project-pinnock-hill {
	margin-top: 0px;
}


.project-effra-terrace {
	margin-top: 0px;
}


.project-phoenix-park {
	margin-top: 0px;
	
}

.project-ikea {
	margin-top: 0px;
}


.project-les-bas-mews {
	
	margin-top: 0px;
}


.project-fairview {
	margin-top: 0px;
}
	
	.one-grand-parade-homepage {
		margin-top: 0px;
	}	

	
	/*============================================================================================================

projects

============================================================================================================= */
	
	
	.item-wrap {
		margin-top: 30px;
	}
	
	
	.the-project-page {
		margin-top: 15vh;
	color: white;
	height: 20px;
	}
	
	.btn {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	
	
	.les-bas-terrace {
		margin-top: 50px;
	}
	
	
	
	.first-image {
		
		margin-bottom: 50px;
	}
	
	
	
	
	.item-wrap .project-hover-text{
	visibility: visible;
		margin-top: 90%
	opacity: 1;
	
}

.item-wrap .img-responsive {
	transition: opacity .3s, visibility .3s;
	opacity: 1;
	background-color: #133690;
}

.item-wrap:hover .img-responsive
 {	opacity: 1;
	background-color: #133690;
}

	
	.item-wrap {
		padding-top: 
	}
	
	.projects-sections {
		margin-bottom: 30px;
	}
	
	.project-hover-text {
	visibility: visible;
	top: 101%;
	font-size: 30px;

	color: #39449a;
	opacity: 1;
	line-height: 30px;
	font-weight: 600;
	
	position: absolute;
	left: 10px;
    position:absolute;
    text-align:left;
    
}


.item-wrap:hover .project-hover-text{
	visibility: visible;
	opacity: 1;
	
}


	
	
/*============================================================================================================

abbey street

============================================================================================================= */	
	
	
	
	.abbey-street-pair {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	
	
	
	/*============================================================================================================

mount argus

============================================================================================================= */
	
	
	
	
	
	/*============================================================================================================

beresford

============================================================================================================= */
	
	
	.beresford-exteriors {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	
	
	
	
	
	
	/*============================================================================================================

les bas terrace


============================================================================================================= */
	
	.les-bas-terrace-detail {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.les-bas-terrace {
		margin-bottom: 50px;
	}

	
	.les-bas-terrace-hallway-1 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.les-bas-terrace-garden {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.les-bas-terrace-bathroom-1 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.les-bas-terrace-bathroom-2 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.one-grand-parade-wall-detail-1 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	/*============================================================================================================

k-club


============================================================================================================= */
	
	
	.k-club-bedroom-1 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.k-club-living {
		margin-bottom: 50px;
		margin-top: 0px;
	}
	
	.k-club-hallway {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.k-club-hallway-2 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.k-club-bedroom-1 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.k-club-bedroom-2 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	
	
	
	
	/*============================================================================================================

blackrock


============================================================================================================= */
	
	
	
	.blackrock-hospice-interior {
		margin-top: 0px;
	margin-bottom: 50px;
	}
	
	
	
	/*============================================================================================================

crayford


============================================================================================================= */
	
	
	.crayford-stairway-1 {
			margin-top: 0px;
	margin-bottom: 50px;
}

.crayford-stairway-2 {
	margin-top: 0px;
	margin-bottom: 50px;
}
	
	.crayford-kitchen-1 {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.crayford-kitchen-2 {
		margin-bottom: 50px;
	}
	
	.crayford-kitchen-3 {
		margin-bottom: 50px;
	}

	/*============================================================================================================

	les bas mews


============================================================================================================= */
	
	
	.les-bas-mews-stairs {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.les-bas-mews-stairway {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	
	/*============================================================================================================

	mount-argus


============================================================================================================= */
	
	
	.mount-argus-divs {
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 50px;
		
	}
	
	/*============================================================================================================

	moygaddy


============================================================================================================= */
	
		.moygaddy-courtyard-1 {
	margin-top: 0px;
		margin-bottom: 50px;
}

	
	
	.moygaddy-courtyard-2 {
	margin-top: 100px;
		margin-bottom: 50px;
}



.moygaddy-courtyard-3 {
	margin-top: 0px;
	margin-bottom: 50px;
}

	
	
	
	/** 
==============================================================================================================


					McCloskey's


==============================================================================================================
**/

.mccloskeys {
	margin-top: 0px;
	margin-bottom: 50px;
}


	
	
	
	
	
	/*============================================================================================================

	effra terrace 


============================================================================================================= */
	
	
	.effra-plan {
	margin-top: 0px;
}
	
	.effra-terrace {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	
	/*============================================================================================================

	phoenix park


============================================================================================================= */
	
	.phoenix-park-square {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.phoenix-park-cgi-1 {
		margin-top: 0px;
		margin-bottom: 50px;
		
	}
	
	
	/*============================================================================================================

	royal liver


============================================================================================================= */
	
	
	.royal-liver-4 {
		margin-top: 0px;
		margin-bottom: 50px;
		
	}
	
	
	/*============================================================================================================

	Swords


============================================================================================================= */
	
	.swords-exterior-2 {
	margin-top: 50px;
		margin-bottom: 50px;
}
	
	/*============================================================================================================

	tyrconnell road


============================================================================================================= */
	
	
	.tyrconnell-road-stairs {
	margin-top: 0px;
		margin-bottom: 50px;
}
	
	
	/*============================================================================================================

	woodtown


============================================================================================================= */
	
	
	
	
	.woodtown-interior {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	
	
	
	
	
	
	
	
	
	
/** 
==============================================================================================================


					trinity capital


==============================================================================================================
**/





.trinity-capital-exterior {
	margin-bottom: 50px;
	margin-top:0px;
	
}

.trinity-capital-balcony-1 {
margin-bottom: 50px;
	margin-top:0px;
}

.trinity-capital-balcony-2 {
	margin-bottom: 50px;
	margin-top:0px;
}

.trinity-capital-interior-1 {
	margin-bottom: 50px;
	margin-top:0px;
}

.trinity-capital-interior-2 {
	margin-bottom: 50px;
	margin-top:0px;
}

.trinity-capital-bedroom-1 {
	margin-bottom: 50px;
	margin-top:0px;
}

.trinity-capital-bedroom-2 {
	margin-bottom: 50px;
	margin-top:0px;
}

.trinity-capital-diningroom {
	margin-bottom: 50px;
	margin-top:0px;
}

	
	
	
	
	/** 
==============================================================================================================


				pinnock hill


==============================================================================================================
**/


.pinnock-hill {
	margin-top: 0px;
	margin-bottom: 50px;
}


	
	
	
	
	
	
	
	.annotate-first {
		margin-top: 10px;
	}
	
	
	
		/** 
==============================================================================================================


				footer


==============================================================================================================
**/
	
	.send {
	font-family: 'Helvetica', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: white;
	background: #ff6600;
	width: 25%;
    padding: 5px 0px;
    margin: 10px 0;
    box-sizing: border-box;
	border: none;
		margin-bottom: 50px;
}
	
	.foot {
		z-index: 1  !important;
		left: 0;
		right: 0;
		width: 100vw;
	}
	
	
	.footer {
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 100px;
		margin-bottom: 0px;
	}
	
	.footer-form {
		margin-top: 100px;
	}
	
	
	
	
}






