/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #007CAC;
}

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2c2c+0,0c273d+10,0b324b+18,007cac+55,f9ccbf+73,e4aeb7+86,9eb3d1+100 */
background: #2c2c2c; /* Old browsers */
background: -moz-linear-gradient(top, #2c2c2c 0%, #0c273d 10%, #0b324b 18%, #007cac 55%, #f9ccbf 73%, #e4aeb7 86%, #9eb3d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2c2c2c 0%,#0c273d 10%,#0b324b 18%,#007cac 55%,#f9ccbf 73%,#e4aeb7 86%,#9eb3d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2c2c2c 0%,#0c273d 10%,#0b324b 18%,#007cac 55%,#f9ccbf 73%,#e4aeb7 86%,#9eb3d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#9eb3d1',GradientType=0 ); /* IE6-9 */
  font-size: 1.6rem;
  font-family: 'sofia-pro', sans-serif;
  color: #ffffff;
  //background-color: #22283f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
.visible-xs {display: none;}
a {
  color: #267481;
  text-decoration: none;
}

/* --------------------------------

Main Components

-------------------------------- */

body[data-hijacking="on"] {
  overflow: hidden;
}

.cd-section {
  height: 100vh;

}
.cd-section h2 {
  //line-height: 100vh;
  text-align: center;
  font-size: 2.4rem;
}
.cd-section:first-of-type > div {
	height: 100vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2c2c+0,0c273d+20,0c273d+20,0b324b+36,007cac+100 */
background: #2c2c2c; /* Old browsers */
background: -moz-linear-gradient(top, #2c2c2c 0%, #0c273d 20%, #0c273d 20%, #0b324b 36%, #007cac 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2c2c2c 0%,#0c273d 20%,#0c273d 20%,#0b324b 36%,#007cac 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2c2c2c 0%,#0c273d 20%,#0c273d 20%,#0b324b 36%,#007cac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#007cac',GradientType=0 ); /* IE6-9 */
  //background-image: url("../img/02.png");
  background-size: cover;
  background-position: center bottom;
}

.section-1-title,
.section-1-text,
.cd-reload,
.section-1-right {
	position: absolute;
}
.section-1-title {
	left: 50%;
	transform: translateX(-50%);
	top: 18%;
	z-index: 3;
	font-size: 70px !important;
	width: 100%;
}
.section-1-title strong {
	font-weight: 700;
  line-height: 2;
}
.section-1-text {
	top: 70%;
	z-index: 3;
	left: 50%;
	background-color: transparent;
	padding: 0;
	transform: translateX(-50%);
	font-size: 40px !important;
	width: 100%;
  text-align: center;
}
.section-1-text a {
	background: #FFF;
  padding: 5px;
  margin: 0 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.section-1-text a img {
	width: 23px;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	top: 50%;
  transform: translateY(-50%);
}
.cd-reload {
	left: 50%;
	font-family: roboto, sans-serif;
	transform: translateX(-50%);
	bottom: 8%;
	z-index: 3;
	font-size: 25px !important;
	color: #FFF;
	opacity: 0.5;
	border-radius: 50px;
	padding: 7px 32px 9px;
	text-align: center;
}
.cd-reload img {
	vertical-align: middle;
	width: 25px;
	height: auto;
}
.section-1-right {
  top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 25%;
  text-align: center;
	/*width: 20%;
	height: auto;
	bottom: 10px;
	right: 10px;
	z-index: 4;
	max-width: 340px;
  */
}
.section-2-title,
.cd-animate,
.section-2-bg,
.section-2-light,
.section-2-left,
.section-2-right {
	position: absolute;
}
.section-2-title {
	left: 50%;
	transform: translateX(-50%);
	top: 18%;
	z-index: 3;
	font-size: 50px !important;
}
.cd-animate {
	left: 50%;
	transform: translateX(-50%);
	top: 45%;
	z-index: 3;
	font-size: 32px;
	background-color: #EC2A2A;
	color: white;
	border-radius: 50px;
	padding: 7px 32px 9px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
min-width: 250px;
text-align: center;
}
.cd-animate.section-2-logo {
	top: 50%;
	z-index: 3;
	left: 50%;
	background-color: transparent;
	padding: 0;
	transform: translateX(-50%);
	-webkit-animation: 1s infinite beatHeart;
  -moz-animation: 1s infinite beatHeart;
  -o-animation: 1s infinite beatHeart;
  animation: 1s infinite beatHeart;
  min-width: unset;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.cd-animate.section-2-logo img {
	transform: translateX(-50%);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
@keyframes beatHeart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.section-2-bg {
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.section-2-light {
	width: 100%;
	height: auto;
	bottom: 0;
	right: 0;
	z-index: 2;
	-webkit-animation: flickerAnimation 5s infinite;
   -moz-animation: flickerAnimation 5s infinite;
   -o-animation: flickerAnimation 5s infinite;
    animation: flickerAnimation 5s infinite;
}
@keyframes flickerAnimation {
  0%   { opacity:0.8; }
  50%  { opacity:0; }
  100% { opacity:0.8; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:0.8; }
  50%  { opacity:0; }
  100% { opacity:0.8; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0.8; }
  50%  { opacity:0; }
  100% { opacity:0.8; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:0.8; }
  50%  { opacity:0; }
  100% { opacity:0.8; }
}

.section-2-left {
	width: 29%;
	height: auto;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.section-2-right {
	width: 25%;
	height: auto;
	bottom: 0;
	right: 0;
	z-index: 4;
}
.cd-section:nth-of-type(2) > div {
	height: 100vh;
	  overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007cac+0,007cac+10,007cac+10,f9ccbf+48,e4aeb7+72,9eb3d1+100 */
background: #007cac; /* Old browsers */
background: -moz-linear-gradient(top, #007cac 0%, #007cac 10%, #007cac 10%, #f9ccbf 48%, #e4aeb7 72%, #9eb3d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #007cac 0%,#007cac 10%,#007cac 10%,#f9ccbf 48%,#e4aeb7 72%,#9eb3d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #007cac 0%,#007cac 10%,#007cac 10%,#f9ccbf 48%,#e4aeb7 72%,#9eb3d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cac', endColorstr='#9eb3d1',GradientType=0 ); /* IE6-9 */
  //background-image: url("../img/01.png");
  background-size: cover;
  background-position: center top;
}


  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }

  .cd-section:first-of-type > div::before {
    display: none;
  }

  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

  .cd-vertical-nav {
    display: block;
  }
.stars .star {
  position: absolute;
  width: 4px;
  height: 4px !important;
  background: rgba(255,255,255,0.2) !important;
  border-radius: 10px;
}

@keyframes twinkle {
  0% {
    transform: scale(1, 1);
    background: rgba(255,255,255,0.0);
    animation-timing-function: ease-in;
  }
  60% {
    transform: scale(0.8, 0.8);
    background: rgba(255,255,255,1);
    animation-timing-function: ease-out;
  }
  80% {
    background: rgba(255,255,255,0.00);
    transform: scale(1, 1);
  }
  100% {
    background: rgba(255,255,255,0.0);
    transform: scale(1, 1);
  }
}

@media screen and (orientation: portrait) and (max-width: 1600px) {
  .section-1-title {
  	font-size: 50px !important;
	}
	.section-1-text {
	  font-size: 25px !important;
	}
	.cd-reload {
	  font-size: 15px !important;
	}
	.cd-reload img {
	  width: 15px !important;
	  height: auto !important;
	}
}

@media screen and (orientation: portrait) and (max-width: 1200px) {
  .cd-animate {
	  top: 55% !important;
	  font-size: 24px;
	  padding: 6px 20px 8px;
	  min-width: 230px;
	}
	.section-1-title {
  	font-size: 40px !important;
	}
}

@media screen and (orientation: portrait) and (max-width: 960px) {
  .cd-section h2 {
	  width: 80%;
	}
	.cd-animate {
	  top: 60% !important;
	}
	.cd-animate.section-2-logo img {
	  width: 70px;
	  height: auto;
	}
}

@media screen and (orientation: portrait) and (max-width: 670px) {
	.visible-xs {display: block;}
	.section-1-text {
		line-height: 2;
	}
  .cd-reload {
	  font-size: 15px !important;
	  width: 80%;
	}
	.cd-reload img {
	  width: 15px !important;
	  height: auto !important;
	}
	.section-1-title {
	  font-size: 30px !important;
	}
	.section-1-title strong {
	  font-size: 40px !important;
	}
  .section-1-right {
    top: 50%;
  	width: 70%;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
	.section-1-title {
	  font-size: 25px !important;
	}
	.section-1-title strong {
	  font-size: 30px !important;
	}
	.section-2-title {
	  font-size: 40px !important;
	}
}

@media screen and (orientation: landscape) and (max-width: 1600px) {
  .section-1-title {
  	font-size: 50px !important;
	}
	.section-1-text {
	  font-size: 25px !important;
	}
	.cd-reload {
	  font-size: 15px !important;
	}
	.cd-reload img {
	  width: 15px !important;
	  height: auto !important;
	}
}

@media screen and (orientation: landscape) and (max-width: 1200px) {
  .cd-animate {
	  top: 55%;
	  font-size: 24px;
	  padding: 6px 20px 8px;
	  min-width: 230px;
	}
	.section-1-title {
  	font-size: 40px !important;
	}
}

@media screen and (orientation: landscape) and (max-width: 960px) {
  .cd-section h2 {
	  width: 80%;
	}
	.section-1-title {
	  font-size: 30px !important;
	}
	.section-2-title {
	  font-size: 40px !important;
	}
	.cd-animate {
	  top: 55% !important;
	  font-size: 18px;
	  padding: 3px 15px 5px;
	  min-width: 155px;
	}
	.cd-animate.section-2-logo img {
	  width: 70px;
	  height: auto;
	}
}

@media screen and (orientation: landscape) and (max-width: 670px) {
	.visible-xs {display: block;}
	.section-1-text {
		line-height: 1.5;
	}
  .cd-reload {
	  font-size: 15px !important;
	  width: 80%;
	}
	.cd-reload img {
	  width: 15px !important;
	  height: auto !important;
	}
	.section-1-title {
	  font-size: 25px !important;
	}
	.section-1-title strong {
	  font-size: 30px !important;
	}
	.cd-animate {
	  top: 60% !important;
	}
}

@media screen and (orientation: landscape) and (max-width: 480px) {
  .cd-reload {
	  font-size: 12px !important;
	}
	.cd-reload img {
	  width: 12px !important;
	}
	.section-1-title {
	  font-size: 20px !important;
	}
	.section-1-title strong {
	  font-size: 30px !important;
	}
	.section-2-title {
	  font-size: 40px !important;
	}
}
