html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing: border-box;}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


@font-face {
    font-family: 'Codec Pro';
    src: url('fonts/CodecPro-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('fonts/CodecPro-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}



html, body {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}


body { 
	color: #000;
	font-family: 'Codec Pro', sans-serif; 
	font-weight: normal; 
	font-size: 1.1vw;
	text-align: center;
	overflow: hidden;
	min-height: 101vh;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
body { 
	overflow: hidden;
	overflow-y: scroll;
	height: 101vh;
}
body.ready {
	position: static;
	top: auto;
	left: auto;
	overflow-y: visible;
	min-height: 101vh;
	height: auto;
}

input, textarea, button {
	font-family: 'Codec Pro', sans-serif; 
	-webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus, button:focus {
	border: 0;
	outline: 0;
}

::-webkit-input-placeholder {
	color: #313440;
}
::-moz-placeholder {
	color: #313440;
}
:-ms-input-placeholder {
	color: #313440;
}
:-moz-placeholder {
	color: #313440;
}



input:focus,
textarea:focus {
	border: 0;
	outline: 0;
}

button:focus {
	outline: 0;
}

input::-ms-clear {
    display: none;
}

main {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
@media all and (max-width: 1440px) {
	body { 
		font-size: 1em;
	}
}
	

.clear {
	clear: both;
    font-size:0;
    height:0;	
}

button,
a {
	text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

a.active {
	outline: none;
}


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


body * {
	font-size: inherit;
}
	

footer,
section {
	visibility: hidden;
}

section:nth-of-type(1) {
	visibility: visible;
}



footer,
section {
	display: inline-block;
	width: 100%;	
	position: relative;
	z-index: 1;
}

#mobilebar {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: 2em;
	left: 0;
	top: -5em;
	z-index: 2;
	display: none;
	height: 5em;
	background: #fff;
	-o-transition: .3s ease top;
	-ms-transition: .3s ease top;
	-moz-transition: .3s ease top;
	-webkit-transition: .3s ease top;
	transition: .3s ease top;
}

#logo {
	position: fixed;
	display: inline-block;
	width: 8em;
	height: 2em;
	left: 4em;
	top: 1.6em;
	z-index: 2;
}
#logo > span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url('images/icons/eussen-bouw-logo.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#menu {
	position: fixed;
	display: inline-block;
	width: 95px;
	height: 19px;
	z-index: 3;
	right: 4em;
	top: 2.2em;
	text-align: left;
}
#menu > span {
	font-weight: 500 !important;
	position: relative;
}

#menu > span:nth-of-type(1) {
	top: -1px;
	bottom: 0;
	margin: auto 0;
	font-size: 19px;
	position: absolute;
	line-height: 1;
	height: .75em;
}
#menu > span:nth-of-type(2) {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 17px;
	margin: auto 0;
}

#menu > span:nth-of-type(2) > span {
	width: 100%;
	height: 3px;
	background: #3e90d6;
	position: absolute;
	left: 0;
}
#menu.open > span:nth-of-type(2) > span {
	background: #2d75b3;
}
#menu > span:nth-of-type(2) > span:nth-of-type(1) {
	top: 0;
}


#menu > span:nth-of-type(2) > span:nth-of-type(2) {
	top: 0;
	margin: auto 0;
	bottom: 0;
	width: 60%;
	-ms-transition: .3s ease width;
	-o-transition: .3s ease width;
	-moz-transition: .3s ease width;
	-webkit-transition: .3s ease width;
	transition: .3s ease width;
}
#menu:hover > span:nth-of-type(2) > span:nth-of-type(2) {
	width: 100%;
}	
	
#menu > span:nth-of-type(2) > span:nth-of-type(3) {
	bottom: 0;
}
#navitems,
#menubg {
	display: none;
	z-index: -1;
}

#fixedbg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	left:0;
	top:0;
	z-index: 0;
	overflow: hidden;
}


#fixedbg > div {
	display: block;
	position: relative;
	width: 340%;
	height: 100%;
	overflow: hidden;
	-ms-transform: translateX(-67.96%);
	-o-transform: translateX(-67.96%);
	-moz-transform: translateX(-67.96%);
	-webkit-transform: translateX(-67.96%);
	transform: translateX(-67.96%);
	
}


#fixedbg > div > div {
	display: block;
	position: relative;
	width: 160%;
	height: 160%;
	left: -31.3%;
	top: -30%;
}



#fixedbg > div > div > div {
	display: inline-block;
	position: relative;
	width: 33.3333333333%;
	height: 100%;
	position: realtive;
	-ms-transform: skew(-45deg, 0);
	-o-transform: skew(-45deg, 0);
	-moz-transform: skew(-45deg, 0);
	-webkit-transform: skew(-45deg, 0);
	transform: skew(-45deg, 0);
	margin-left: -5px;
	
}


@media screen and (orientation:portrait) {
	#fixedbg > div {
		width: 400%;
		height: 300%;
		-ms-transform: translate(-10%, -10%);
		-o-transform: translate(-10%, -10%);
		-moz-transform: translate(-10%, -10%);
		-webkit-transform: translate(-10%, -10%);
		transform: translate(-10%, -10%);
	}	
	#fixedbg > div {
		-ms-transform: translate(-71%, -33.5%);
		-o-transform: translate(-71%, -33.5%);
		-moz-transform: translate(-71%, -33.5%);
		-webkit-transform: translate(-71%, -33.5%);
		transform: translate(-71%, -33.5%);
		
	}
	
	#fixedbg > div > div > div {
		-ms-transform: skew(-45deg, 0);
		-o-transform: skew(-45deg, 0);
		-moz-transform: skew(-45deg, 0);
		-webkit-transform: skew(-45deg, 0);
		transform: skew(-45deg, 0);
		margin-left: -5px;
	}
}

#fixedbg > div > div > div:nth-of-type(1) {
	background: #ffffff;
}
#fixedbg > div > div > div:nth-of-type(2) {
	background: #ffffff;
}
#fixedbg > div > div > div:nth-of-type(3) {
	background: #f5f5f5;
}


@media all and (max-width:1440px) {
	#menu {
		width: 78px;
		height: 16px;
		top: 2.25em;
	}
	
	#menu > span:nth-of-type(2) {
		height: 15px;
	}

	#menu > span:nth-of-type(1) {
		top: 0;
		font-size: 15px;
	}

	#fixedbg > div > div {
		left: -31.8%;
	}	
	#menu > span:nth-of-type(2) > span {
		height: 2px;
	}
	#menu > span:nth-of-type(2) {
		width: 17px;
	}
}	
@media all and (max-width:1024px) {
	#logo {
		left: 3em;
	}
	#menu {
		right: 3em;
	}
}

@media all and (max-width:768px) {
	#logo {
		top: -2em;
		left: 2em;
	}
	#menu {
		width: 75px;
		right: 2em;
		top: -2em;
	}	
	
	#mobilebar {
		display: block;
	}	
	#mobilebar.scroll {
		top: 0;
	}
	
	#logo,
	#logo.scroll {
		top: 1.6em;
	}
	#menu,
	#menu.scroll {
		top: 2.2em;
	}
}

@media all and (max-width:420px) {
	#logo {
		left: 1em;
	}
	#menu {
		right: 1em;
	}
	#menu > span:nth-of-type(1) {
		line-height: 1;
		height: .81em;
	}
	.isSafari #menu > span:nth-of-type(1) {
		top: -.05em;
	}
}

@media all and (max-width:380px) {
	#logo,
	#logo.scroll {
		top: 1.5em;
	}
	#menu,
	#menu.scroll {
		top: 1.95em;
	}
}

/*Top section*/ 
.s1 {
	padding: 0 1.5em;
	width: 100%;
}
.s1 > div {
	display: block;
	width: 100%;
	text-align: center;
}
.s1 > div > div {
	display: block;
	width: 100%;
	height: 32.3em;
}

.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
	display: inline-block;
	text-align: left;
	width: 43em;
	vertical-align: middle;
	margin-top: 3.8em;
	padding-left:8em;
	margin-left:-18em;
}

span.hs1 {
	white-space: pre-line;
	display: inline-block;
	font-weight: 800;
	font-size: 3em;
	line-height: 120%;
}

.s1 .hs1 {
	white-space: pre-line;
	display: inline-block;
	font-weight: 800;
	font-size: 4.5em;
	line-height: 120%;
}

.isSafari .s3 span.hs1 {
	white-space: normal;
}

#typing {
	height: 2.3em;
}

#caret {
	opacity: 0;
	
	-ms-animation: caret 1s steps(1) infinite;
	-o-animation: caret 1s steps(1) infinite;
	-moz-animation: caret 1s steps(1) infinite;
	-webkit-animation: caret 1s steps(1) infinite;
	animation: caret 1s steps(1);
	
	-o-animation-iteration-count: 5;
	-ms-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
}
#caret.typing {
	opacity: 1;
	-ms-animation: none;
	-o-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}	
	
@-ms-keyframes caret {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes caret {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes caret {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes caret {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes caret {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

span.hs2 {
	white-space: pre-line;
	display: inline-block;
	font-weight: 800;
	font-size: 2.6em;
	line-height: 120%;
}
.projectName {
	max-width: 7.5em;
}

.bs1 {
	display: block;
	font-weight: 800;
	color: #3e90d6;
	font-size: 1em;
	margin-top: 1em;
	position: relative;
}


.bs1:after {
	display: inline-block;
	content:'\2192';
	position: relative;
	right: 0;
	-ms-transform: translateX(.25em);
	-o-transform: translateX(.25em);
	-moz-transform: translateX(.25em);
	-webkit-transform: translateX(.25em);
	transform: translateX(.25em);
	
	-ms-transition: .3s ease -ms-transform;
	-o-transition: .3s ease -o-transform;
	-moz-transition: .3s ease -moz-transform;
	-webkit-transition: .3s ease -webkit-transform;
	transition: .3s ease transform;
}

.bs1:hover:after {
	-ms-transform: translateX(.75em);
	-o-transform: translateX(.75em);
	-moz-transform: translateX(.75em);
	-webkit-transform: translateX(.75em);
	transform: translateX(.75em);
}


.s1 > div > div:nth-of-type(2) {
	position: relative;
}
.s1 > div > div:nth-of-type(2) > div {
	text-align: right;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	vertical-align: middle;
	margin-top: 0;
	padding-left:0;
	margin-left:0;
	
}	

#bullets {
	position: absolute;
	height: 26px;
	width: 100%;
	z-index: 4;
	text-align: center;
	display: block;
	line-height: 0;
	bottom: 1em;
}


#bullets a {
	width: 11px;
	height: 11px;
	position: relative;
	display: inline-block;
	margin: 0 11px;
	border: 1px solid #fff;
	border-radius: 100%;
	background: #fff;
	vertical-align: middle;
	box-sizing: border-box;
}

#bullets a * {
	display: none;
	box-sizing: border-box;
}
#bullets a.active * {
	display: block;
}
#bullets a.active {
	width: 24px;
	height: 24px;
	background: transparent;
}
#bullets .pie {
	width: 11px;
	height: 22px;
	position: absolute;
	background: #fff;
	font-size: 20px;
	vertical-align:middle;
}



#bullets .spinner {
	border-radius: 11px 0 0 11px;
	z-index: 200;
	right: 11px;
	border-right: none;
	
	-ms-transform: rotate(0deg) translateX(0px);
	-o-transform: rotate(0deg) translateX(0px);
	-moz-transform: rotate(0deg) translateX(0px);
	-webkit-transform: rotate(0deg) translateX(0px);
	transform: rotate(0deg) translateX(0px);

	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	-moz-transform-origin: right center;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	

}


#bullets a.active .spinner {
	animation: rota 10s linear;
}	

#bullets .filler {
	border-radius: 0 11px 11px 0;
	border-left: none;
	right: 0;
	top: 0;
	opacity: 0;
}

#bullets a.active .filler {
	animation: rota2 10s linear;
}	
#bullets .mask {
	position: absolute;
	width: 11px;
	height: 23px;
	right: -2px;
	top: 1px;
	bottom:0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

#bullets a.active .mask {
	animation: bulletsmask 10s linear;
}	

@keyframes bulletsmask {
	0%   { width: 11px; }
	49.9%  { width: 11px; }
	50%  { width: 22px; } 
	99.9% { width: 22px; }
	100% { width: 11px; }
}

@keyframes rota{
	0%   {transform: rotate(0deg) translateX(0px);}
	49.9%  {transform: rotate(180deg) translateX(0px);}
	100% {transform: rotate(360deg) translateX(0px);}
}

@keyframes rota2{
	0%   {opacity: 0;}
	49.9%  {opacity: 0;}
	50%  {opacity: 1;}
	100% {opacity: 1;}
}

@media all and (max-width: 420px) {
	#bullets {
		height: 15px;
		bottom: 1em;
	}
	
	
	#bullets a {
		width: 7px;
		height: 7px;
		margin: 0 7px;
	}
	
	
	
	#bullets a.active {
		width: 15px;
		height: 15px;
	}
	#bullets .pie {
		width: 7px;
		height: 14px;
		font-size: 15px;
	}
	
	
	
	#bullets .spinner {
		border-radius: 7px 0 0 7px;
		z-index: 200;
		right: 7px;
	}
	
	
	
	
	#bullets .filler {
		border-radius: 0 7px 7px 0;
	}
	
	#bullets .mask {
		width: 7px;
		height: 14px;
		top: -0.05em;
		bottom:0;
		right: 0;
	}
	
	
	
	@keyframes bulletsmask {
		0%   { width: 7px; }
		49.9%  { width: 7px; }
		50%  { width: 14px; } 
		99.9% { width: 14px; }
		100% { width: 7px; }
	}

}
.project.prevProject {
	z-index: 0;
}
.project {
	z-index: 1;
	-ms-transition: opacity 1s linear 0s;
	-o-transition: opacity 1s linear 0s;
	-moz-transition: opacity 1s linear 0s;
	-webkit-transition: opacity 1s linear 0s;
	opacity: 0;
	overflow: hidden;
	border: 1px solid #fff;
}
.project.currProject {
	z-index: 2;
	opacity: 1;
	
}


.project .projectImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
	
	-ms-transition: -ms-transform 10s linear 0s;
	-o-transition: -o-transform 10s linear 0s;
	-moz-transition: -moz-transform 10s linear 0s;
	-webkit-transition: -webkit-transform 10s linear 0s;
	transition: transform 10s linear 0s;


    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    
	
	
	-ms-transform-origin: 50% 50% 0;
	-o-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	

	will-change: transform;
}

.isIE .project .projectImg,
.isFirefox .project .projectImg {
    -ms-transform: rotate3d(1, 1, 1, .01deg) scale(1) translateX(0);
    -o-transform: rotate3d(1, 1, 1, .01deg) scale(1) translateX(0);
    -moz-transform: rotate3d(1, 1, 1, .01deg) scale(1) translateX(0);
    -webkit-transform: rotate3d(1, 1, 1, .01deg) scale(1) translateX(0);
    transform: rotate3d(1, 1, 1, .01deg) scale(1) translateX(0);
}	



.project.currProject .projectImg {
    -ms-transform: scale(1.2) translateX(0);
    -o-transform: scale(1.2) translateX(0);
    -moz-transform: scale(1.2) translateX(0);
    -webkit-transform: scale(1.2) translateX(0);
    transform: scale(1.2) translateX(0);
}

.isIE .project.currProject .projectImg,
.isFirefox .project.currProject .projectImg {
    -ms-transform: rotate3d(1, 1, 1, .01deg) scale(1.2) translateX(0);
    -o-transform: rotate3d(1, 1, 1, .01deg) scale(1.2) translateX(0);
    -moz-transform: rotate3d(1, 1, 1, .01deg) scale(1.2) translateX(0);
    -webkit-transform: rotate3d(1, 1, 1, .01deg) scale(1.2) translateX(0);
    transform: rotate3d(1, 1, 1, .01deg) scale(1.2) translateX(0);
}
.project.tf-topleft .projectImg {
    -ms-transform-origin: 15% 15% 0;
    -o-transform-origin: 15% 15% 0;
    -moz-transform-origin: 15% 15% 0;
    -webkit-transform-origin: 15% 15% 0;
    transform-origin: 15% 15% 0;
}
.project.tf-topcenter .projectImg {
    -ms-transform-origin: 50% 15% 0;
    -o-transform-origin: 50% 15% 0;
    -moz-transform-origin: 50% 15% 0;
    -webkit-transform-origin: 50% 15% 0;
    transform-origin: 50% 15% 0;
}
.project.tf-topright .projectImg {
    -ms-transform-origin: 85% 15% 0;
    -o-transform-origin: 85% 15% 0;
    -moz-transform-origin: 85% 15% 0;
    -webkit-transform-origin: 85% 15% 0;
    transform-origin: 85% 15% 0;
}
.project.tf-middleright .projectImg {
    -ms-transform-origin: 85% 50% 0;
    -o-transform-origin: 85% 50% 0;
    -moz-transform-origin: 85% 50% 0;
    -webkit-transform-origin: 85% 50% 0;
    transform-origin: 85% 50% 0;
}
.project.tf-bottomright .projectImg {
    -ms-transform-origin: 85% 85% 0;
    -o-transform-origin: 85% 85% 0;
    -moz-transform-origin: 85% 85% 0;
    -webkit-transform-origin: 85% 85% 0;
    transform-origin: 85% 85% 0;
}
.project.tf-bottomcenter .projectImg {
    -ms-transform-origin: 50% 85% 0;
    -o-transform-origin: 50% 85% 0;
    -moz-transform-origin: 50% 85% 0;
    -webkit-transform-origin: 50% 85% 0;
    transform-origin: 50% 85% 0;
}
.project.tf-bottomleft .projectImg {
    -ms-transform-origin: 15% 85% 0;
    -o-transform-origin: 15% 85% 0;
    -moz-transform-origin: 15% 85% 0;
    -webkit-transform-origin: 15% 85% 0;
    transform-origin: 15% 85% 0;
}
.project.tf-middleleft .projectImg {
    -ms-transform-origin: 15% 50% 0;
    -o-transform-origin: 15% 50% 0;
    -moz-transform-origin: 15% 50% 0;
    -webkit-transform-origin: 15% 50% 0;
    transform-origin: 15% 50% 0;
}





.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
	position: absolute;
	display: inline-block;
	bottom: 6.7em;
	right: 16.2em;
}
.s1 > div > div:nth-of-type(2) .hs2 {
	color: #fff;
}	

.s1 > div > div:nth-of-type(2) .bs1 {
	margin-top: 1em;
}

.s1 > div > div:nth-child(1) > div:nth-child(2) .bs1 {
	margin-top: 3em;
}



@media all and (max-width: 1440px) {
	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		right: 17.2em;
		bottom: 6.7em;
	}
}

@media all and (max-width: 1366px) {
	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		right: 15em;
	}
}

@media all and (max-width: 1280px) {	
	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		right: 10.9em;
	}
}

@media all and (max-width:1024px) {
	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		top: 55%;
		right: 5%;
	}

	.s1 > div > div:nth-of-type(2) > div {
		background-size: cover;
	}	
	.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
		margin-left: 0;
		width: 33.6em;
		padding-left: 3em;
	}
	.s1 span.hs1 {
		font-size: 3.5em;
	}
	.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
		margin-top: 11em;
	}
}

@media all and (max-width:768px) {
	.s1 {
		padding: 0 1em;
	}

	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		top: 55%;
		right: 5%;
	}
	
}

@media all and (max-width:575px) {
	.s1 span.hs1 {
		font-size: 3.5em;
	}
	.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
		margin-left: 0;
		width: 100%;
		padding-left: 3em;
	}
}	

@media all and (max-width:550px) {
	.s1 span.hs1,
	span.hs1,
	span.hs2 {
		font-size: 2.5em;
	}

	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		right: 2.3em;
		top: 3em;
		bottom: 0;
		left: 0;
		margin: auto;
		display: inline-block;
		position: absolute;
		width: 16.7em;
		height: 8em;
	}
	.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
		margin-top: 14em;
	}
}

@media all and (max-width:500px) {
	.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
		padding-left: 0;
	}
}
@media all and (max-width:420px) {
	#bullets {
		bottom: .5em;
	}	
	.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
		padding-left: 1.5em;
	}
	
	.bs1 {
		font-size: 1em;
	}
	span.hs2 {
		font-size: 2.3em;
	}
	.s1 {
		padding: 0 .5em;
	}
	.s1 > div > div:nth-of-type(1) > div:nth-of-type(2) {
		margin-top: 6em;
	}
	.s1 > div > div {
		height: 45vh;
	}
	.s1 > div > div:nth-of-type(2) > div {
		
	}
	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		right: 0;
		top: 0;
	}
	
}

@media all and (max-width:351px) {
	.s1 > div > div:nth-of-type(2) > div > div:last-of-type {
		top: 5.7em;
	}
	span.hs1 {
		font-size: 2.3em;
	}
	span.hs2 {
		font-size: 2.1em;
	}
	.s1 {
		font-size: .9em;
	}

}

/*Top section end*/ 

body.no-transition *:before,
body.no-transition * {
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}