@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?-ee0u0f');
	src:url('../fonts/icomoon/icomoon.eot?#iefix-ee0u0f') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?-ee0u0f') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?-ee0u0f') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?-ee0u0f#icomoon') format('svg');
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?2z7y0h');
	src:url('../fonts/icomoon.eot?2z7y0h#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?2z7y0h') format('truetype'),
		url('../fonts/icomoon.woff?2z7y0h') format('woff'),
		url('../fonts/icomoon.svg?2z7y0h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-up:before {
	content: "\e900";
}
.icon-chevron-thin-down:before {
	content: "\e901";
}
.icon-circle-up:before {
	content: "\e902";
}
.icon-circle-down:before {
	content: "\e903";
}
.icon-pagebreak:before {
	content: "\e904";
}

/* New stuff =========== */

.home {
	width: 100%;
	padding-left: 12%;
	padding-right: 12%;
	display: flex;
  justify-content: center;
	font-family: 'Raleway', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    text-transform: none;
	    font-size: 2.5em;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #FFFFFF;
	
	
}

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

html, body, .container, .header {
	height: 100%;
}

/* Header */
.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
	
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: -2px;
	left: -117px;
	right: 0;
	bottom: 0;	/* 
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	*/
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	padding: 0 0.25em;
	
}
.top-bar{
background-color: rgba(01,01,01,1.00);
}

.title h1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    color: #fff;
    font-weight: 800;
    font-size: 5.6vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
	}

.title p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 1.75em;
}

/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 20px;
	left: 47%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 2em;
	height: 1em;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 1.8em;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.5;
}

.container:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.5s 0.01s;
	transition: opacity 0.5s 0.01s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -100%;
	padding: 0.8em;
	width: 300%;
	color: #fff;
	content: attr(data-info);
	font-size: 0.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


button.trigger:focus,
button.trigger:hover {
	outline: none;
	opacity: 1;
	cursor:pointer;
	
	
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "\e901"; 
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:rgba(255,152,0,1);
	
}



/* Content */
.content {
	margin: 0 auto;
	padding: 0 0 3em;
}

.content > div:not(.title) {
	margin: -80px auto 0;
	max-width: 900px;
	padding: 0 1.25em;
}

.content > div:not(.title) p {
	font-size: 0.88em;
	letter-spacing:1px;
	line-height:1.5em;
	font-weight:400;
	margin: 0 0 25px auto;
	text-rendering: optimizeLegibility;
}

.content > div:not(.title) p:first-child {
	font-size: 1.3em;
	letter-spacing:1px;
	line-height:1.5em;
	font-weight:300;
	color:#a9b8c1;
	text-rendering: optimizeLegibility;
}

.content > div:not(.title) p.pullout{
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.3em;
    letter-spacing: 0.7px;
    line-height: 1.5em;
    font-weight: 300;
    font-style: normal;
    color: #a9b8c1;
    text-rendering: optimizeLegibility;
}
	
.topwords {
    font-size: 1.7em;
    letter-spacing: 0.7px;
    line-height: 1em;
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    text-rendering: optimizeLegibility;
}

.content h3 {
	margin: 0;
	font-size: 1.4em;
}

.content blockquote {
	font-style:normal;
	font-size: 1em;
	font-variant:300;
	font-family: "Playfair Display", serif;
    text-rendering: optimizeLegibility;
	line-height: 1.4;
}

.content blockquote::before {
	content: '\201C';
}

.content blockquote::after {
	content: '\201D';
}

/***** Individual effects *****/



/* -------------------------- */
/* Side Fixed */
/* -------------------------- */
.intro-effect-sidefixed:not(.notrans) .bg-img::before {
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.intro-effect-sidefixed:not(.notrans) .title p {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.intro-effect-sidefixed:not(.notrans) .content > div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after,
.intro-effect-sidefixed:not(.notrans) .title p,
.intro-effect-sidefixed:not(.notrans) .content > div {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.intro-effect-sidefixed .header {
	position: absolute;
}

.intro-effect-sidefixed .bg-img {
	position: fixed;
}

.intro-effect-sidefixed .bg-img img {
	left: auto;
	right: 0;
}

.intro-effect-sidefixed .bg-img::before,
.intro-effect-sidefixed .bg-img::after {
	content: '';
	position: absolute;
	z-index: 100;
}

.intro-effect-sidefixed .bg-img::after {
	background: #000;
	top: 0;
	right: 0;
	/* set width of the backdrop*/
	width: 60%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.intro-effect-sidefixed.modify .bg-img::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.intro-effect-sidefixed .bg-img::before {
	width: 100%;
	height: 100%;
	background-color: rgba(5,5,5,0.1);
}

.intro-effect-sidefixed.modify .bg-img::before {
	background-color: rgba(5,5,5,0.4);
}

.intro-effect-sidefixed  {
    color: #a9b8c1;
}

.intro-effect-sidefixed .title {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	-webkit-transform: translateY(57%);
	transform: translateY(57%);
}

.intro-effect-sidefixed.modify .title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro-effect-sidefixed .title h1 {
    font-family: 'Raleway', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    text-transform: none;
    letter-spacing: -0.02em;
    line-height: 0.96em;
    color: #FFFFFF;
}

.intro-effect-sidefixed .title p {
	opacity: 0;
	color: #585a66;
}

.intro-effect-sidefixed.modify .title p {
	opacity: 1;
}

.intro-effect-sidefixed .content {
	width: 63%;
	margin-left: 37%;
	padding: 0 6% 0 6%;
}

.intro-effect-sidefixed .content div {
	position: relative;
	margin: 50px 0px 0px 0px;
	color: #758086;
}

.intro-effect-sidefixed .content div:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .content div:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/* Delays */
.intro-effect-sidefixed:not(.notrans) .title,
.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.intro-effect-sidefixed.modify:not(.notrans) .title,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.contactdetailsbox{
	position:absolute;
	background-color:#000000;
	height:100%;	
	top:0px;
	left:50%;
 	width: 50%;
	padding-top:15%;
	padding-left:130px;
	padding-right:250px;
	
}
.contactdetailsbox p{
	font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.contactdetailsbox p.intro{
	font-size: 1.3em;
    letter-spacing: 1px;
    line-height: 1.5em;
	
}

@media screen and (max-width: 1366px) {
.title h1 {
    font-size: 5vw;
	}



.intro-effect-sidefixed .title {
	-webkit-transform: translateY(125px);
	transform: translateY(125px);
}




}

/* Media Queries */
@media screen and (max-width: 47em) {
	.title, .content {
		font-size: 70%;
	}

	

	.intro-effect-side .title {
		width: 100%;
		padding: 0 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-effect-side.modify .bg-img::before {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.intro-effect-side .bg-img::after {
		border-left-width: 0px;.codrops-demos a
		border-right-width: 0px;
		right: 0px;
		left: 0px;
		background: rgba(255,255,255,0.1);
	}

	.intro-effect-side.modify .bg-img::after {
		background: rgba(255,255,255,0.8);
	}

	.intro-effect-sidefixed .content {
		width: 100%;
		margin-left: auto;
	}

	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}

}

@media screen and (max-width: 599px) {
	.codrops-top {
	padding: 0 0px;
}
	
.codrops-top span.left {
	font-size: 12%;
	width:100%;
	float:none;
	text-align:center;
	padding-bottom:5px;
	margin: 0 auto;	
}	

	
	.title, .content {
		font-size: 75%;
	}
	.title h1 {
    font-size: 11.5vw;
	}
	.topwords {
    font-size: 1.8em;
   
}

.intro-effect-sidefixed .title {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
	button.trigger::before {
		display: none;
	}
	
	button.trigger {
    bottom: 65px;
    left: 43%; 
}

.title {
	padding: 0 1.6em;	
}

.intro-effect-sidefixed .content {

    padding: 0 0 0 6%;
}

.contactdetailsbox {
   
    left: 10%;
    width: 90%;
    padding-top: 35%;
    padding-left: 8%;
    padding-right: 5%;
	padding-bottom: 20%;
	font-size: 75%;
}

}
