@font-face {
    font-family: 'traveling__typewriterregular';
    src: url('../fonts/travelingtypewriter.eot');
    src: url('../fonts/travelingtypewriter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/travelingtypewriter.woff2') format('woff2'),
         url('../fonts/travelingtypewriter.woff') format('woff'),
         url('../fonts/travelingtypewriter.ttf') format('truetype'),
         url('../fonts/travelingtypewriter.svg#traveling__typewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.el-left,
.el-right,
.el-top,
.el-foot,
.el-random,
.el-inline,
.el-animated,
.el-text,
.el-transition,
.el-emerging {
  visibility: hidden;
}
.el-fixed {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  position: fixed;
  background-color:#fff;
  background-image: none;
  visibility: hidden;
  overflow: hidden;
  opacity: 0
}


.ind1{
  color:#fff; 
  font-size: 18px;
  margin: 5px 0 0 0px;
  white-space: nowrap;
  overflow: hidden;
  width: 42em;
  animation: type 1s steps(30, end),  blink-caret 1s step-end infinite; 
}
.ind2{
  color:#fff; 
  font-size: 18px;
  margin: 5px 0 0 0px;
  white-space: nowrap;
  overflow: hidden;
  width: 42em;
  animation: type2 4s steps(30, end); 
}

.ind3{
  color:#fff; 
  font-size: 18px;
  margin: 5px 0 0 0px;
  white-space: nowrap;
  overflow: hidden;
  width: 21em;
  animation: type3 7s steps(30, end); 
}
.ind_img img{
margin-left:86px;

margin-top:15px;
}
.ind_img{
	-webkit-animation: smooth 9s ease-in;
    -moz-animation: smooth 9s ease-in;
    -o-animation: smooth 9s ease-in;
    -ms-animation: smooth 9s ease-in;
    animation: smooth 9s ease-in;
}

@-webkit-keyframes smooth {
    0% { opacity: 0;}
	 80% { opacity: 0;}
    100% { opacity: 1;}
}

@-moz-keyframes smooth {
    0% { opacity: 0;}
	80% { opacity: 0;}
    100% { opacity: 1;}
}

@-o-keyframes smooth {
    0% { opacity: 0;}
	80% { opacity: 0;}
    100% { opacity: 1;}
}

@keyframes smooth {
    0% { opacity: 0;}
	80% { opacity: 0;}
    100% { opacity: 1;}
}

.ind3 span{
  animation: blink 1s infinite;
}

@keyframes type{ 
  from { width: 0; }
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes type3{
  0%{width: 0;}
  70%{width: 0;}
  100%{ width: 100; } 
}

@keyframes type4{
  from { width: 0; }
}


@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}




.el-close {
  position: absolute;
  cursor: pointer;
  width: 97px;
  height: 37px;
  bottom: 22%;
  z-index: 1;
  left:45%;
  background-image: url(../images/skip.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.el-close:hover {
 background-image: url(../images/skip_over.png);
}
span.el-wrapper {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}
.no-visible {
  visibility: hidden !important;
}
.el-panel-wrapper {
  background-color: white;
  border: 0px solid #bfbfbf;
  border-radius: 0px;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
   overflow: auto;
   text-align:center;
   
   background: #00396e; /* Old browsers */
background: -moz-linear-gradient(top, #00396e 0%, #00396e 37%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00396e 0%,#00396e 37%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00396e 0%,#00396e 37%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00396e',;

   
}

.el-panel-tc {
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  width:100%;
  max-width:600px;
}