
/* Landing Page */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow:hidden;
	overflow-y: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
}

	/* Background */

div.landing-container{
	position: fixed;
  	left: 0;
  	right: 0;
  	z-index: 0;
	width: 100%;
	height: 100%;
}

.landing-container:before {
 	content: "";
 	position: fixed;
 	right: 0;
	z-index: -2;
 	background-size: cover;
 	background-image: linear-gradient( rgba(91, 91, 91, 0.4), rgba(91, 91, 91, 0.4) ),url("images/10.jpg");
	width: 110%;
	height: 110%;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.invisibleLink {
    display: block;
    width: 100%;
	height: 100%;
	z-index: 5;
    position: absolute;
}

	/* Logo */

#landing-animation{
	position: fixed;
	margin-left: -33%;
	margin-top: -2.5%;
	z-index: 3;
	width: 40%;
	height: 100%;
	transform:rotate(-90deg);
}

@media only screen and (min-width: 320px) {
	#landing-animation {
		position: fixed;
		margin-left: -70%;
		margin-top: -7%;
		z-index: 3;
		width: 75%;
		height: 100%;
		transform:rotate(-90deg);
	}
}

@media only screen and (min-width: 400px) {
	#landing-animation {
		position: fixed;
		margin-left: -67%;
		margin-top: -7%;
		z-index: 3;
		width: 75%;
		height: 100%;
		transform:rotate(-90deg);
	}
}

@media only screen and (min-width: 680px) {
	#landing-animation {
		position: fixed;
		margin-left: -55%;
		margin-top: -5%;
		z-index: 3;
		width: 60%;
		height: 100%;
		transform:rotate(-90deg);
	}
}

@media only screen and (min-width: 950px) {
	#landing-animation {
		position: fixed;
		margin-left: -33%;
		margin-top: -2.5%;
		z-index: 3;
		width: 40%;
		height: 100%;
		transform:rotate(-90deg);
	}
}

@media only screen and (min-width: 1200px) {
	#landing-animation {
		position: fixed;
		margin-left: -33%;
		margin-top: -2.5%;
		z-index: 3;
		width: 40%;
		height: 100%;
		transform:rotate(-90deg);
	}
}

@media only screen and (min-width: 1400px) {
	#landing-animation {
		position: fixed;
		margin-left: -33%;
		margin-top: -2.5%;
		z-index: 3;
		width: 40%;
		height: 100%;
		transform:rotate(-90deg);
	}
}

@media only screen and (min-width: 2500px) {
	#landing-animation {
		position: fixed;
		margin-left: -33%;
		margin-top: -2.5%;
		z-index: 3;
		width: 40%;
		height: 100%;
		transform:rotate(-90deg);
	}
}

.path1 {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  animation: dash 10s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.landing-logo-text{
	position: relative;
	margin-top: 25%;
	margin-bottom: -10%;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}	

@media only screen and (min-width: 320px) {
	.landing-logo-text {
		position: relative;
		margin-top: 75%;
		margin-bottom: -10%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 400px) {
	.landing-logo-text {
		position: relative;
		margin-top: 75%;
		margin-bottom: 6%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 680px) {
	.landing-logo-text {
		position: relative;
		margin-top: 60%;
		margin-bottom: -5%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 950px) {
	.landing-logo-text {
		position: relative;
		margin-top: 25%;
		margin-bottom: -9%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1020px) {
	.landing-logo-text {
		position: relative;
		margin-top: 35%;
		margin-bottom: -2%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}


@media only screen and (min-width: 1200px) {
	.landing-logo-text {
		position: relative;
		margin-top: 27%;
		margin-bottom: -4%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1400px) {
	.landing-logo-text {
		position: relative;
		margin-top: 25%;
		margin-bottom: -7%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1800px) {
	.landing-logo-text {
		position: relative;
		margin-top: 25%;
		margin-bottom: -7%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 2000px) {
	.landing-logo-text {
		position: relative;
		margin-top: 27%;
		margin-bottom: -2%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 2500px) {
	.landing-logo-text {
		position: relative;
		margin-top: 27%;
		margin-bottom: -2%;
		text-align: center;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.logoimg{
	width: 30%; /* you can use % */
    height: auto;
}
 
@media only screen and (min-width: 320px) {
	.logoimg {
		width: 80%; /* you can use % */
	    height: auto;
	}
}

@media only screen and (min-width: 400px) {
	.logoimg {
		width: 70%; /* you can use % */
	    height: auto;
	}
}

@media only screen and (min-width: 680px) {
	.logoimg {
		width: 60%; /* you can use % */
	    height: auto;
	}
}

@media only screen and (min-width: 950px) {
	.logoimg {
		width: 30%; /* you can use % */
	    height: auto;
	}
}

@media only screen and (min-width: 1400px) {
	.logoimg {
		width: 30%; /* you can use % */
	    height: auto;
	}
}

@media only screen and (min-width: 2500px) {
	.logoimg {
		width: 30%; /* you can use % */
	    height: auto;
	}
}
	/* Text */

* {
    box-sizing: border-box;
}

.container_item-landing-text{
	font-size: 1.5em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}


@media only screen and (min-width: 320px) {
	.container_item-landing-text {
	font-size: 0.6em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -30%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 375px) {
	.container_item-landing-text {
	font-size: 0.8em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -30%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 400px) {
	.container_item-landing-text {
	font-size: 0.9em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -20%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 680px) {
	.container_item-landing-text {
	font-size: 1.2em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -10%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 950px) {
	.container_item-landing-text {
	font-size: 1.25em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -5%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	}
}

@media only screen and (min-width: 1200px) {
	.container_item-landing-text {
	font-size: 1.5em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -10%;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	}
}

@media only screen and (min-width: 1300px) {
	.container_item-landing-text {
	font-size: 1.5em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top:-10%;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	}
}


@media only screen and (min-width: 1400px) {
	.container_item-landing-text {
	font-size: 1.5em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -10%;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	}
}

@media only screen and (min-width: 1600px) {
	.container_item-landing-text {
	font-size: 1.5em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: 0%;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	}
}

@media only screen and (min-width: 1900px) {
	.container_item-landing-text {
	font-size: 2em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	}
}

@media only screen and (min-width: 2000px) {
	.container_item-landing-text {
	font-size: 2.5em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
	}
}

@media only screen and (min-width: 2500px) {
	.container_item-landing-text {
	font-size: 2.5em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	margin-top: -8%;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
	}
}


span.content-wrapper-landing-description{
	position: relative;
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
}

p.text-1 {
  float: left;
  width: 33.33%; /* three containers (use 25% for four, and 50% for two, etc) */
  padding: 5px; /* if you want space between the images */


    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.text-2 {
  float: left;
  width: 33.33%; /* three containers (use 25% for four, and 50% for two, etc) */
  padding: 5px; /* if you want space between the images */
 
 	-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 6s; /* Firefox < 16 */
        -ms-animation: fadein 6s; /* Internet Explorer */
         -o-animation: fadein 6s; /* Opera < 12.1 */
            animation: fadein 6s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.text-3 {
  float: left;
  width: 33.33%; /* three containers (use 25% for four, and 50% for two, etc) */
  padding: 5px; /* if you want space between the images */
 
 	-webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


