@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,greek);

/* general styles */
/* #F15C25 */
* {
  font-family: 'Open Sans Condensed', sans-serif;
  color: white;
  margin: 0;
  padding: 0;
}
html, body {
  padding:0;
  margin:0;
  color:#4a443d;
}
::selection {background-color:#F15C25;color:#ffffff !important;}
::-moz-selection {background-color:#F15C25;color:#ffffff !important;}

body {
  height:auto;
  overflow:auto;
}
a {
  color:#fff;
  text-decoration:none;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}
p, li {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.3;
}
p {
  margin: 0 0 10px;
}
li {
  list-style: none;
}
h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  left:1.5%;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
h2 {
  margin: 0;
  padding: 0;
  width: 23%;
  position: absolute;
  left:1.5%;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}
h3 {
  margin: 0;
  padding: 0;
  width: 65%;
  position: absolute;
  top: 250px;
  left:3.5%;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}

#skrollr-body1 {
  width:100%;
  height:100%;
  position:fixed;
}
#skrollr-body1  div {
  position:absolute;
  overflow:hidden;
}
.centered {
  top:0;
  bottom:0;
  left:0;
  right:0;
  width: 100%;
  height: 100%;
}
.centered_left {
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin-left:-5%;
  width: 106%;
  height: 106%;
}
.centered_big {
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin-left: -10%;
  width: 110%;
  height: 110%;
}
/* end general styles */

/* preloader */

#preloader {
  background:#37424a;
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:1000;
}
#picture {
  z-index: 1003;
  background: url('../introimgs/diamantis_loading.png') center center no-repeat;
  background-size: 400px;
  position:fixed;
  left:0px;
  top: 20%;
  width:100%;
  height:100%;
}
#back {
  z-index: 1003;
  background: url('../introimgs/exy.png');
  position:fixed;
  left:50%;
  margin-left: 200px;
  width:100%;
  height:100%;
}
#gray {
  z-index: 1002;
  width:400px;
  height:125px;
  position:fixed;
  left:50%;
  top:70%;
  margin-top: -62.5px;
  margin-left: -200px;
  background-image:url(../introimgs/gray_2.png);
  animation: move_right 2.7s linear 1;
  -webkit-animation: move_right 2.7s linear 1;
  -moz-animation: move_right 2.7s linear 1;
  -ms-animation: move_right 2.7s linear 1;
  -webkit-animation-delay: 0.3s;/* Chrome, Safari, Opera */
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#orange {
  z-index: 1001;
  width:400px;
  height:125px;
  position:fixed;
  left:50%;
  top:70%;
  margin-top: -62.5px;
  margin-left: -200px;
  background-image:url('../introimgs/orange.png');
  background-color: #37424a;
}

/* end preloader */

/* intro page */
#logo {
  z-index: 2;
}
#logo_d {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  background: url('../introimgs/diamantis_portokali.png') center center no-repeat;
  background-size: 400px;
}
#logo_p, #logo_p h1 {
  width: 50%;
  height: 50px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -25%;
  color: white;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight:300;
	top: unset;
}
#logo_s {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -25px;
  background-image: url('../introimgs/scroll_down.png');
  background-position: center top;
  background-size: 50px;
}
#logo_s:hover {
  background-position: center bottom;
}
#page_1 {
  background: url('../introimgs/introimg.jpg') center center no-repeat;
  background-size: cover;
  z-index: 1;
}


/* end intro page */

/* menu */
#skrollr-body1 #menu {
  height: 141px;
  left: 0;
  right: 0;
  top:-141px;
  margin: 0 auto;
  background: #fff;
  z-index: 500;
  overflow: visible;
}
#skrollr-body1 #menu div {
  overflow: visible;
}
#skrollr-body1 .width1100 {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
}
#skrollr-body1 .logodiam {
  height: 100px;
}
#menu_left {
  background: url('../introimgs/logo3.png') center center no-repeat;
  width: 225px;
  height: 85px;
  position: static;
  display: block;
  margin-top: 6px;
}
#skrollr-body1 #enter {
  position: absolute;
  right: 0;
  top: 20px;
  width: 60px;
  height: 78px;
}
#enter a {
  display: block;
  width: 60px;
  height: 75px;
  background-image: url('../introimgs/ENTER_WEBSITE.png');
  background-position: center center;
  background-repeat: no-repeat;
}
#enter a div {
  width: 50px;
  height: 50px;
  margin-left: 9px;
  background-image: url("../introimgs/enterweb.png");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
#enter a div:hover {
  background-position: center bottom;
}
#enter a p {
  width: 100%;
  font-size: 13px;
  margin: 0;
  margin-left: 2px;
  padding: 4px 0 0 0;
  line-height: 1;
  color: #000;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
  text-align: right;
}
#enter a:hover p {
  color: #f15c25;
}
#logosch {
  width: 300px;
  position: absolute;
  right: 100px;
  top: 17px;
  height: 60px;
  overflow: visible;
}
#logosch:after {
  content: "";
  display: table;
  clear: both;
}
#logosch a {
  height: 60px;
  width: 60px;
  background-image: url("../introimgs/logos.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  position: relative;
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
#logosch a:hover {
  opacity: 1;
}

.fire {
  background-position:left top;
}
.tefaa {
  background-position:-60px top;
}
.police {
  background-position:-120px top;
}
.army {
  background-position:-180px top;
}
.limeniko {
  background-position:-240px top;
}
.frouroi {
  background-position:-300px top;
}
.dimot {
  background-position:-360px top;
}
.fire:hover {
  background-position:left bottom;
}
.tefaa:hover {
  background-position:-60px bottom;
}
.police:hover {
  background-position:-120px bottom;
}
.army:hover {
  background-position:-180px bottom;
}
.limeniko:hover {
  background-position:-240px bottom;
}
.frouroi:hover {
  background-position:-300px bottom;
}
.dimot:hover {
  background-position:-360px bottom;
}

#logosch a span {
  position: absolute;
  width:140px;
  color: #fff;
  background: #e75319;
  background: rgba(231,83,25,0.96);
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 1px;
  top: 70px;
}
#logosch a span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;height: 0;
  border-bottom: 8px solid #e75319;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#logosch a:hover span {
  visibility: visible;
  opacity: 0.9;
  left: 50%;
  margin-left: -70px;
  z-index: 999;
}

#skrollr-body1 #menu_social {
  width: 100%;
  padding-top: 3px;
  height: 30px;
  position: static;
  background-color: #e6e6e6;
  color: #666;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:lighter;
  font-size: 11px;
  line-height: 25px;
}
#fb, #yt, #gm, #msg {
  width: 25px;
  height: 25px;
  background-image: url("../introimgs/socials.png");
  background-repeat: no-repeat;
  float: right;
}
#fb {
  background-position: right top;
}
#yt {
  background-position: right -25px;
}
#gm {
  background-position: right -50px;
}
#msg {
  background-position: right -75px;
}

/* end menu */

/* four words */

#page_2 {
  background: url('../introimgs/WP.jpg') center center no-repeat;
  background-size: cover;
  z-index: 2;
}
#transparent_1 {
  background: linear-gradient(to right,yellow,red) center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: 2;
}
#taksidi {
  background: url(../introimgs/stavros.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  z-index: 2;
}
.words {
  width: 140px;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 31px;
  font-weight: 500;
  z-index: 2;
}
#word_1 {
  margin-left: -70px;
  margin-top: -130px;
}
#word_2 {
  margin-left: 70px;
  margin-top: -25px;
}
#word_3 {
  margin-left: -70px;
  margin-top: 110px;
}
#word_4 {
  margin-left: -190px;
  margin-top: -25px;
}

/* end four words */


/* single blocks */

.fixed {
  width: 90%;
  height: 90px;
  position: absolute;
  top: 160px;
  left: 5%;
  font-size: 40px;
  line-height: 1.1;
}
.fixed h2, #fixed h2, .fixed_1 h2 {
	width: 90%;
  height: 90px;
  top: 160px;
  left: 5%;
  font-size: 40px;
  line-height: 1.1;
	position: unset;
}
.fixed_1 {
  width: 340px;
  height: 90px;
  position: absolute;
  top: 160px;
  left: 20px;
  font-size: 40px;
  line-height: 1.1;
}
.fixed_out {
  height: 100%;
  z-index: 5;
  width: 30%;
}
.text_up {
  width: 90%;
  position: absolute;
  left:5%;
  font-size: 20px;
  line-height: 22px;
}

/* first single block */
#slide_1 {
  width: 30%;
  background: linear-gradient(to right,rgba(102,51,153,0.7), rgba(135,206,235,.7) ) center center no-repeat;
  background-size: cover;
  z-index: 3;
}
#page_3 {
  background: url('../introimgs/1.jpg') center center no-repeat;
  background-size: cover;
  z-index: 2;
}

/* second single block */
#slide_2 {
  width: 30%;
  background: linear-gradient(to right,rgba(255,99,71,0.7), rgba(244,164,96,.7) ) center center no-repeat;
  background-size: cover;
  z-index: 3;
}
#page_4 {
  background: url('../introimgs/2.jpg')  center center no-repeat;
  background-size: cover;
  z-index: 2;
}

/* end single blocks */

/* multiple blocks general styles */
.letters_up {
  width: 270px;
  margin: 0 ;
  padding: 0;
  position: absolute;
  left:20px;
  color: #d3edf1;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 22px;
  z-index: 25;
  text-align: left;
}
.lmb {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: #555;
  opacity: 0.5;
  color: gray;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}
.letters_mid {
  width: 220px;
  height: 30px;
  margin: 0 ;
  padding: 0;
  position: absolute;
  top: 50%;
  left:20px;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  line-height: 30px;
  z-index: 25;
  text-align: left;
}
.letters_mid h3 {
	width: 220px;
  height: 30px;
  margin: 0 ;
  padding: 0;
  position: unset;
  top: 50%;
  left:20px;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  line-height: 30px;
  z-index: 25;
  text-align: left;
}
.ldb {
  margin: 0;
  padding: 0;
  border-top: 1px solid black;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: 40px;
  background: #555;
  opacity: 0.5;
  color: gray;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}
.letters_down {
  height: 220px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: 60px;
  left:20px;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  z-index: 25;
  text-align: left;
}
/* three blocks */
.threeblocks .letters_up {
  width: 270px;
}
.threeblocks .lmb,
.threeblocks .ldb {
  width: 100%;
}
.threeblocks .letters_mid {
  width: 220px;
}
.threeblocks .letters_down {
  width: 300px;
}

/* first three blocks */
#page_5 {
  background: url('../introimgs/3.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 7;
  width: 100%;
}
#page_5 .letters_down,
#page_5 .letters_mid,
#page_5 .letters_mid h3 {
  width: 29%;
}

/* second three blocks */
#page_6 {
  background: url('../introimgs/4.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 7;
  width: 66%;
}
#page_6 .letters_down,
#page_6 .letters_mid,
#page_6 .letters_mid h3 {
  width: 43%;
}

/* third three blocks */
#page_7 {
  background: url('../introimgs/5.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 7;
  width: 35%;
}
#page_7 .letters_down,
#page_7 .letters_mid,
#page_7 .letters_mid h3 {
  width: 80%;
}

/* end three blocks */

/* four blocks */
/* four blocks title */
#elements_4 {
  width:96%;
  padding: 0 2%;
  height: 130px;
  position: absolute;
  top: 141px;
  background:  linear-gradient(to right,rgba(46,139,87,0.7), rgba(154,205,50,.7) );
  font-size: 55px;
  font-weight: 500;
  line-height: 130px;
}
#elements_4 h2 {
	width:96%;
  padding: 0 2%;
  height: 130px;
  position: unset;
  top: 141px;
  background:  linear-gradient(to right,rgba(46,139,87,0.7), rgba(154,205,50,.7) );
  font-size: 55px;
  font-weight: 500;
  line-height: 130px;
}
#page_8 {
  background: url('../introimgs/6.jpg')  center center no-repeat;
  background-size: cover;
  z-index: 8;
}

/* first four block */
#page_9 {
  background: url('../introimgs/7.jpg')  right center no-repeat;
  background-size: cover ;
  z-index: 9;
  width: 100%;
}
#page_9 .letters_down,
#page_9 .letters_mid,
#page_9 .letters_mid h3 {
  width: 29%;
}


/* second four block */
#page_10 {
  background: url('../introimgs/8.jpg')  right center no-repeat;
  background-size: cover ;
  z-index: 9;
  width: 75%;
}
#page_10 .letters_down,
#page_10 .letters_mid,
#page_10 .letters_mid h3 {
  width: 29%;
}


/* third four block */
#page_11 {
  background: url('../introimgs/9.jpg')  right center no-repeat;
  background-size: cover ;
  z-index: 9;
  width: 50%;
}
#page_11 .letters_down,
#page_11 .letters_mid,
#page_11 .letters_mid h3 {
  width: 42%;
}
/* fourth four block */
#page_12 {
  background: url('../introimgs/10.jpg')  right center no-repeat;
  background-size: cover ;
  z-index: 9;
  width: 25%;
}
#page_12 .letters_down,
#page_12 .letters_mid,
#page_12 .letters_mid h3 {
  width: 86%;
}
/* end four blocks */

/* single animated page */

#page_13 {
  background: url('../introimgs/patbkg.png')  right center no-repeat;
  background-color: #fff;
  background-size: cover ;
  z-index: 10;
}
#page_14 {
  background: url('../introimgs/img2n.jpg')  right center no-repeat;
  background-size: cover ;
  z-index: 11;
}
#page_15 {
  background: url('../introimgs/running.png')  center center no-repeat;
  background-size: cover;
  z-index: 12;
}
#page_151 {
  background: url('../introimgs/runningbwn.png')  center center no-repeat;
  background-size: cover;
  z-index: 12;
}
#page_152 {
  background: url('../introimgs/img1n.jpg')  center center no-repeat;
  background-size: cover;
  z-index: 12;
}
#slide_3 {
  width: 30%;
  background: linear-gradient(to right,rgba(255,99,71,1), rgba(244,164,96,0.9) ) center center no-repeat;
  background-size: cover;
  z-index: 13;
}
#page_13 .fixed_out {
  z-index: 14;
}

/* end the program */


/* third single block */

#slide_4 {
  width: 30%;
  background: linear-gradient(to right,rgba(102,51,153,0.7), rgba(135,206,235,.7) ) center center no-repeat;
  background-size: cover;
  z-index: 16;
}
#page_16 {
  background: url('../introimgs/11.jpg')  center center no-repeat;
  background-size: cover;
  z-index: 15;
}
.page_16.fixed_out {
  z-index: 17;
}
.page_16.fixed_out li {
  margin-bottom: 5px;
}
.page_16.fixed_out ul {
  margin-bottom: 20px;
}


/* fourth single block */

#slide_5 {
  width: 30%;
  background: linear-gradient(to right,rgba(102,51,153,0.7), rgba(135,206,235,.7) ) center center no-repeat;
  background-size: cover;
  z-index: 19;
}
#page_17 {
  background: url('../introimgs/12.jpg')  center center no-repeat;
  background-size: cover;
  z-index: 18;
}
.page_17.fixed_out {
  z-index: 20;
}


/* single animated page 2 flyman */

#page_19 {
  background: url('../introimgs/patbkg.png')  right center no-repeat;
  background-color: #fff;
  background-size: cover ;
  z-index: 210;
}
#page_21 {
  background: url('../introimgs/img2m.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 220;
}
#page_22 {
  background: url('../introimgs/flyman.png') center center no-repeat;
  background-size: cover;
  z-index: 230;
}
#page_23 {
  background: url('../introimgs/flymanbw.png') center center no-repeat;
  background-size: cover;
  z-index: 230;
}
#page_20 {
  background: url('../introimgs/img1m.jpg') center center no-repeat;
  background-size: cover;
  z-index: 245;
}
#slide_6 {
  width: 30%;
  background: linear-gradient(to right,rgba(255,99,71,1), rgba(244,164,96,0.9)) center center no-repeat;
  background-size: cover;
  z-index: 240;
}
#page_19 .fixed_out {
  z-index: 250;
}

/* end the flyman */



/* four blocks */
/* four blocks title */
#elements_5 {
  width:96%;
  padding: 0 2%;
  height: 130px;
  position: absolute;
  top: 141px;
  background:  linear-gradient(to right,rgba(46,139,87,0.7), rgba(154,205,50,0.7) );
  font-size: 55px;
  font-weight: 500;
  line-height: 130px;
}
#elements_5 h2 {
	width:96%;
  padding: 0 2%;
  height: 130px;
  position: unset;
  top: 141px;
  background: linear-gradient(to right,rgba(46,139,87,0.7), rgba(154,205,50,0.7) );
  font-size: 55px;
  font-weight: 500;
  line-height: 130px;
}
#page_24 {
  background: url('../introimgs/24.jpg') center center no-repeat;
  background-size: cover;
  z-index: 270;
}

/* first four block */
#page_25 {
  background: url('../introimgs/25.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 280;
  width: 100%;
}
#page_25 .letters_down,
#page_25 .letters_mid,
#page_25 .letters_mid h3 {
  width: 22%;
}


/* second four block */
#page_26 {
  background: url('../introimgs/26.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 280;
  width: 75%;
}
#page_26 .letters_down,
#page_26 .letters_mid,
#page_26 .letters_mid h3 {
  width: 29%;
}


/* third four block */
#page_27 {
  background: url('../introimgs/27.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 280;
  width: 50%;
}
#page_27 .letters_down,
#page_27.letters_mid,
#page_27 .letters_mid h3 {
  width: 42%;
}
/* fourth four block */
#page_28 {
  background: url('../introimgs/28.jpg') right center no-repeat;
  background-size: cover ;
  z-index: 280;
  width: 25%;
}
#page_28 .letters_down,
#page_28 .letters_mid,
#page_28 .letters_mid h3 {
  width: 86%;
}
/* end four blocks */


/* fifth single block */

#slide_7 {
  width: 30%;
  background: linear-gradient(to right,rgba(102,51,153,0.7), rgba(135,206,235,.7) ) center center no-repeat;
  background-size: cover;
  z-index: 300;
}
#page_29 {
  background: url('../introimgs/29.jpg') center center no-repeat;
  background-size: cover;
  z-index: 290;
}
.page_30.fixed_out {
  z-index: 310;
}


/* join us */

#page_join {
  background: url('../introimgs/joinus.jpg') center center no-repeat;
  background-size: cover;
  z-index: 320;
}
#skrollr-body1 .page_join {
  text-align: center;
}
.videolink {
  cursor: pointer;
  position: absolute;
  z-index: 325;
  width: 100px;
  height: 100px;
  padding: 30px;
  top: 270px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  background:  linear-gradient(to right,rgba(46,139,87,0.7), rgba(154,205,50,0.7) );
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  display: flex;
  align-items: center;
}
.videolink:hover {
  background-color: rgba(0,0,0,0.9);
}
.page_join.fixed_out {
  z-index: 330;
  width: 40%;
  left: 30%;
  background: linear-gradient(to right,rgba(102,51,153,0.7), rgba(135,206,235,0.8) ) center center no-repeat;
}
.page_join h2 {
	margin-bottom: 30px;
  font-size: 45px;
  position: absolute;
  width: 90%;
  left: 5%;
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
	text-align: unset;
}
.page_join p {
  margin-bottom: 30px;
  font-size: 45px;
  position: absolute;
  width: 90%;
  left: 5%;
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.page_join p a {
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.page_join p a:hover {
  color: #f15c25;
}
#skrollr-body1 .page_join .smallr {
  font-size: 22px;
}
.page_join .end_text {
  position: relative;
}
.endyears img {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.animated {
  -webkit-animation-duration: 1s;
      animation-duration: 1s;
  -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
      animation-duration: 2s;
}

@keyframes move_right
 {
  from {transform: translateX(0px);
  -webkit-transform: translateX(0px);
  }
  to   {transform: translateX(500px);
  -webkit-transform: translateX(500px);
  }
}

@-webkit-keyframes move_right
 {
  from {transform: translateX(0px);
  -webkit-transform: translateX(0px);
  }
  to   {transform: translateX(500px);
  -webkit-transform: translateX(500px);
  }
}

@-moz-keyframes move_right
 {
  from {transform: translateX(0px);
  -webkit-transform: translateX(0px);
  }
  to   {transform: translateX(500px);
  -webkit-transform: translateX(500px);
  }
}

@-ms-keyframes move_right
 {
  from {transform: translateX(0px);
  -webkit-transform: translateX(0px);
  }
  to   {transform: translateX(500px);
  -webkit-transform: translateX(500px);
  }
}


@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }

  40%, 43% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
  }

  70% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
  }

  90% {
  -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }

  40%, 43% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
  }

  70% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
  }

  90% {
  -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
      animation-name: bounce;
  -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}


#totop {
  display: none;
}
#totop a {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-image: url("../introimgs/gotop.png");
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  z-index: 1000;
  overflow: visible;
}
#totop a:hover {
  background-position: center bottom;
}


iframe {
  position:absolute;
  top:0px;left:0px;bottom:0px;right:0px;
  width:100%;height:100%;
  border:none;
  overflow:hidden;
  z-index:3000;
  display: none;
}
#skrollr-body1 .videoclose {
  cursor: pointer;
  position: fixed;
  width: 40px;
  height: 32px;
  padding-top: 7px;
  right: 4%;
  top: 2%;
  z-index: 3030;
  background-color: #000;
  display: none;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 22px;
  color: #f15c25;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
#skrollr-body1 .videoclose:hover {
  background-color: rgba(0,0,0,1);
}

@media only screen and (max-width: 1400px) {
  #page_19 .fixed_out p {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 1200px) {
  .letters_down {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1130px) {
  #page_5 .letters_mid h3,
  #page_6 .letters_mid h3,
  #page_7 .letters_mid h3 {
    width: auto;
  }
}
@media only screen and (max-width: 1100px) {
  p, li {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  #skrollr-body1 .width1100 {
    width: 98%;
    margin-left: 0;
    margin-right: 0;
  }
  #logosch {
    right: 70px;
  }
  #page_3 {
    margin-top: 50px !important;
  }
  #page_4 {
    background-position: 77% center !important;
    margin-top: 130px !important;
  }
  #page_3,
  #page_8,
  #page_join,
  #page_24 {
    background-position: center center !important;
  }
  #slide_1,
  #slide_2,
  .fixed_out,
  #slide_3,
  #slide_4,
  #slide_5,
  #slide_6,
  #slide_7 {
    width: 50%;
  }
  .page_join p {
    font-size: 35px;
  }
  .letters_down {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  p, li {
    margin-bottom: 5px;
    line-height: 1.1;
  }
  #logosch {
    display: none;
  }
  .fixed,
  .fixed_1 {
    font-size: 25px;
  }
  .text_up {
    font-size: 18px;
    line-height: 20px;
  }
  .letters_mid {
    font-size: 17px;
    left: 10px;
  }
  .letters_down {
    font-size: 15px;
    left: 10px;
    margin-top: 48px;
    line-height: 1.2;
  }
  #elements_4,
  #elements_5 {
    font-size: 35px;
    text-align: center;
  }
  .page_join p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #skrollr-body1 .page_join .smallr {
    font-size: 22px;
    line-height: 1;
  }
  .videolink {
    width: 50px;
    height: 60px;
    padding: 10px 20px 20px;
    font-size: 16px;
    margin-right: -10px;
  }
}
