/*******************************************
* Import stylesheets
*******************************************/

@import url('shortcodes.css');
@import url('normal.css');
@import url('fontello.css');
@import url('fontello-ie7.css');
@import url('magnific-popup.css');


/*******************************************
* Page preloading
*******************************************/

/*.spinner {
  position: absolute;
  top: 48%;
  left: 48%;  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ffffff;
z-index: 999999;
}
*/

/************************************************

* Alignments section

*************************************************/

#alignments {
	background-color: #000000;
}
.alignments.body{
  height: 100%;
  top: 0px;
  bottom: 0px;
}
@keyframes spinsun {
  0% { transform: rotate(0); }
  100%   { transform: rotate(-360deg); }
}
@keyframes shadow {
  0% { background-position: 130% 0%; }
  33%{ background-position: 50% 0%; }
  55% { background-position: 0% 0%; }
  80%{ background-position: -50% 0%; }
  100%{ background-position: -50% 0%; }
}
@keyframes orbitmercury {
  0% { z-index:2; transform: rotateY(0); }
  49% { z-index:2; }
  50% { z-index:-2; }
  99% { z-index:-2; }
  100%   { z-index:2; transform: rotateY(360deg); }
}
@keyframes orbitvenus {
  0% { z-index:3; transform: rotateY(0); }
  49% { z-index:3; }
  50% { z-index:-3; }
  99% { z-index:-3; }
  100%   { z-index:3; transform: rotateY(360deg); }
}
@keyframes orbitearth {
  0% { z-index:4; transform: rotateY(0); }
  49% {z-index:4;}
  50% {z-index:-4;}
  99% {z-index:-4;}
  100%   { z-index:4; transform: rotateY(360deg);}
}
@keyframes orbitmars {
  0% { z-index:5; transform: rotateY(0); }
  49% { z-index:5; }
  50% { z-index:-5; }
  99% { z-index:-5; }
  100%   { z-index:5; transform: rotateY(360deg); }
}
@keyframes orbitjupiter {
  0% { z-index:6; transform: rotateY(270); }
  49% { z-index:6; }
  50% { z-index:-6; }
  99% { z-index:-6; }
  100%   { z-index:6; transform: rotateY(360deg); }
}
@keyframes orbitsaturn {
  0% { z-index:7; transform: rotateY(270); }
  49% { z-index:7; }
  50% { z-index:-7; }
  99% { z-index:-7; }
  100%   { z-index:7; transform: rotateY(360deg); }
}
/* Keep planet image flat */
@keyframes anti-spin {
  from { transform: rotateY(0); }
  to   { transform: rotateY(-360deg); }
}
@keyframes anti-spin-rings {
  from { transform: rotateY(0) rotateX(73deg); }
  to   { transform: rotateY(-360deg) rotateX(73deg); }
}

/* scene wrapper */
.system{
  position:relative;
  margin: 0 auto;
  display:block;
  margin-top: 80px;
  perspective: 1000px;
	perspective-origin: 60% 50%;
  transform: rotate(-10deg);
  
}
.system > div {
  position: relative;
  margin: 0 auto;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  height: 0px;
}
.sun {
  width: 250px;
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 125px !important;
}
.sun .star {
  width: 250px;
  height: 250px;
  background: url(https://seismo.info/images/sun.png) no-repeat;
  background-size: cover;
  border-radius: 250px;
  margin: 0 auto;
  animation: spinsun 40s infinite linear;
}
.planet {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  animation-iteration-count: infinite;
  overflow:hidden;
}
.shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent url(https://seismo.info/images/shadow.png) 0% 0% no-repeat;
  background-size: cover;
  border-radius: 100%;
}
.mercury {
  position: absolute;
  width: 400px;
  z-index:2;
  animation: orbitmercury 12s infinite linear;
  top: -7.5px; /*half of planets height to keep orbits in line*/
}
.mercury .planet {
  width:15px;
  height:15px;
  background-image: url(https://seismo.info/images/mercury.png);
  animation: anti-spin 12s infinite linear;
}
.mercury .shadow {
  animation: shadow 12s infinite linear;
}
.venus {
  position: absolute;
  width: 506px;
  z-index:3;
  animation: orbitvenus 15s infinite linear;
  top: -19px;
}
.venus .planet {
  width:38px;
  height:38px;
  background-image: url(https://seismo.info/images/venus.png);
  animation: anti-spin 15s infinite linear;
}
.venus .shadow {
  animation: shadow 15s infinite linear;
}
.earth {
  position: absolute;
  width: 610px;
  z-index:4;
  animation: orbitearth 20s infinite linear;
  top: -20px;
}
.earth .planet {
  width:40px;
  height:40px;
  background-image: url(https://seismo.info/images/earth.png?v=2);
  animation: anti-spin 20s infinite linear;
}
.earth .shadow {
  animation: shadow 20s infinite linear;
}
.mars {
  position: absolute;
  width: 706px;
  z-index:5;

  animation: orbitmars 30s infinite linear;
  top: -11px;
}
.mars .planet {
  width:22px;
  height:22px;
  background-image: url(https://seismo.info/images/mars.png);
  animation: anti-spin 30s infinite linear;
}
.mars .shadow {
  animation: shadow 30s infinite linear;
}
.jupiter {
  position: absolute;
  width: 1100px;
  z-index:6;
  animation: orbitjupiter 50s infinite linear;
  top: -64px;
}
.jupiter .planet {
  width:128px;
  height:128px;
  background-image: url(https://seismo.info/images/jupiter.png);
  animation: anti-spin 50s infinite linear;
}
.jupiter .shadow {
  animation: shadow 50s infinite linear;
}


/*******************************************
* Accordion
*******************************************/

@import url(https://fonts.googleapis.com/css?family=Audiowide);
html {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 16px; 
  font-weight: normal;
  line-height: 1.4;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body:before {
	content: "";
  display: table;
  clear: both;
}
*,
*:before,
*:after  { box-sizing: inherit; }

/* Tab Styles */
.tab-group {
	margin: 0em auto;
	max-width: 100%;
	width: 100%;
}

.tab {
	position: relative;
    width: 100%;
}

.tab input { 
	left: 0;
	position: absolute;
	top: 0;
	z-index: -999;
}
	
.tab label {
	background: #1a1a1a;
	color: #ffffff; 
	cursor: pointer;
	display: block;
	line-height: 2.5;
	margin-bottom: 0.2em;
	padding-left: 0.5em; 
}	

.tab input:focus + label,
.tab label:hover{ 
	background: #336699;
	font-weight: bold; 
}

.tab-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s;
}

.tab-content p {
	margin: 0em 0;
}

/* open the tab when label is checked */

.tab input:checked ~ .tab-content { 
	max-height: 100em;
}

/*.tab > input:not(:focus) ~ .tab-content { 
	max-height: 0;
	transition: all .75s cubic-bezier(0.19, 1, 0.22, 1) .15s;
}*/


/*************************************************
* General
*************************************************/

*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  background:#000000;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #ecf0f1;
  overflow-x: visible;
  overflow-y: visible;
  background: #000000;
}

li {
  list-style: none;
}

ol,ul {
  list-style: none;
}

p {
  text-align: left;
  margin-bottom: 5px;
  font-size: .85em;
}


a {
  cursor: pointer;
  color: #538cc6;
  text-decoration: none;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {
	height:auto !important;
}


/****************************
* Define class to hide divs from IE browsers
****************************/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ie10 {
   display: none;
}
}

/****************************
* HEADINGS
****************************/

h1 {
  margin: 10px 0;
  font-weight: 100;
  color: #FC0;
  letter-spacing: .001em;
  text-transform: uppercase;
  text-shadow: -3px 0px 2px #FC3;
  line-height: 1.4;
  font-size: 6.5em;
  margin-bottom: 5px;
}

h2 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2.5em;
  margin-bottom: 0px;
}

h3 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2em;
  margin-bottom: 20px;
}

h4 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.3em;
  margin-bottom: 10px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

/* EXTRA LARGE HEADING */
.xl {
  font-size: 6em;
  color: #FFF;
}


/******************************
* HTML Styles
*******************************/

.green {
  color: #336699;
}

.red {
  color: #c0392b;
}


/******************************
* MAIN GRID CLASSES
*******************************/

.container {
  margin-top: auto;
  margin-bottom: auto;
}

.wrap {
 padding: 34px 0 43px;
}

.wrap-normal {
  padding: 20px 0;
}

.wrapper {
padding: 100px 0 90px;
}

.wrapping {
 padding: 5px 0 80px;
}


/******************************
* PARALLAX CLASSES
*******************************/

.parallax-back {
  background: url(https://seismo.info/images/back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}

.header-parallax {
  background: url(https://seismo.info/images/header/header-parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}

.header-parallax {
  height: 500px;
}

.opacity {
  background: rgba(0,0,0,0.89);
}

/******************************
* SPACING
*******************************/

.spacing {
  position: relative;
  padding: .5em 0;
  height: 14.3em;
  z-index: -1;

}


/*****************************************
* Image frames
******************************************/

.circule {
  border-radius: 50%;
}


/*******************************************
* alignments
*******************************************/

.center,.center p {
	text-align: center;
	padding-bottom: 0px;
	font-size: 100%;
}

.left,.left p {
  text-align: left;
  padding-bottom: 15px;
}

.right,.right p {
  text-align: right;
  padding-bottom: 15px;
}


/*********************************************
* Underlines
**********************************************/

/* underline headings with image*/
h1.underline,h2.underline,h3.underline,h4.underline {
  background: url(https://seismo.info/images/underline-headline.png) bottom center no-repeat;
}

h1.underline,h2.underline,h3.underline,h4.underline {
  padding-bottom: 35px;
}

/* underline headings with dotted border */


h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  border-bottom: 1px dotted #ECF0F1;
}

h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  padding-bottom: 0px;
}


/*********************************************
* Backgrounds and Anchor jump offset
**********************************************/

.row-back {
  background: #2c3e50;
  border-bottom: 1px solid #34495E;
}

.row-gree {
  background: #336699;
  border-bottom: 1px solid #336699;
}

.anchor{
    position: relative;
    top: -40px;
}


/*********************************************
* Header Style
*********************************************/

.container > header {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background: rgba(0,0,0,0.01);
}

.container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

.header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: 0 none #e03163;
  background-image: 0;
  background-image: 0;
  background-image: linear-gradient(white,white);
  box-shadow: none;
}

.banner {

  background-color: rgba(255,255,255,1);
  height:80px !important;
  z-index: 1000;
}

.center-fix {
width: 80%;
margin: auto;
}


/********************************************

* Navigation 

*********************************************/

.navbar {
}

.nav {
  margin-top: 0;
}

.menu-li {
  padding-top: 26px;
  padding-bottom: 30px;
  padding-left: 8px;
  padding-right: 7px;
}

.menu-li:hover {
  border-top-style: none;
  background-color: #336699;
  color: #FFF;
  transition: background, .32s;
}

.banner--clone {
  opacity: 0.8;
  background: #FFFFFF !important;
}


/************************************************

* logo

*************************************************/

.elegancelogo {
  display: block;
  height: 76px;
  margin: 0 auto;
  padding-left: 10px;
  background-image: url(https://seismo.info/images/logo.png);
  background-position: 100% 45%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.logo {
  margin-top: 0;
}


/***************************************************

* slider section

****************************************************/

.slidersection {
  display: block;
  background: rgba(255,255,255,0);
}

.banner {
  position: relative;
  overflow: auto;
}

.banner li {
  list-style: none;
}

.banner ul li {
  float: left;
}

.banner {
  position: relative;
  width: 100% !important;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: rgba(255,255,255,0.6);
  text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.banner ul {
  list-style: none;
  width: 300%;
}

.banner ul li {
  display: block;
  float: left;
  width: 33%;
  min-height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.1);
}

.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
}

.banner .dots li {
  display: inline-block;
  width: 35px;
  height: 12px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #FFF;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.banner .dots li.active {
  background: #FFF;
  opacity: 1;
}

.overlay {
  background:rgba(0, 0, 0, 0.45) url(https://seismo.info/images/pattern.png) repeat;
  position: absolute;
  width: 100%;
  top: 65px;
  height: 550px;
}

.fixed-content {
  position: relative;
  margin-top: 8em;
}

#rotate {
  position: relative;
  bottom: .3em;
}

.static {
  background: #336699;
  width: 80%;
  margin: auto;
  position: relative;
  bottom: 3.75em;
}


/********************************************

* Site Archive

********************************************/

.archive {
    background-color: #F9D207;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.even {
    background-color: #E8C300;
}

/* Style the links inside the navigation bar */
.archive a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
	font-weight:800;
    padding: 4px 7px;
    text-decoration: none;
    font-size: 12px;
}

/* Change the color of links on hover */
.archive a:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Add a color to the active/current link */
.archive a.active {
    background-color: #4CAF50;
    color: white;
	margin-left: 68px;
}


/********************************************

* Monitoring section

********************************************/

#Grid {
  text-align: justify;
  font-size: .1px;
}

#Grid .mix {
  display: none;
  opacity: 0;
  width: 33.3333333333%;
  vertical-align: top;
  background: #CCC;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  position: relative;
}

.filter {
  margin: 4em 1em;
  cursor: pointer;
  cursor: 0;
  cursor: 0;
}

.options ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

.lb-album li > a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.lb-album li > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.description {
  position: relative;
  color: #FFF;
  font-style: none;
  bottom: 40px;
}

.heading-description {
  padding-top: 5px;
/* border-bottom: 12px double #FFF; */
  padding-bottom: 5px;
  width: 80%;
  margin: auto;
  color: #FFF;
}

.portfolio-parlex {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


/*****************************

* Visitors Section

*****************************/

#visitors {
  display: block;
  margin-bottom: 15px;
}

#visitors .visitors-wrap {
  display: block;
  width: 93%;
  margin: 0 auto;
  overflow: hidden;
}

#visitors .visitors-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  width: 100% !important;
}

#visitors .visitors-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 270px;
  line-height: 55px;
  text-align: center;
}

#visitors .visitors-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  opacity: 0.70;
}

#visitors .visitors-wrap ul li img:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1.0;
}


/***************************************

* About & Social 

***************************************/

.social-footter {
  padding: 0.5em;
}


/*********************************************

* Footer section 

*********************************************/

.footer {
  border-top: 12px solid #131978;
}


/*********************************************

* Customize ShareThis buttons 

*********************************************/

/*Transparent ShareThis Buttons*/
.st-sticky-share-buttons .st-total > span {
  font-size: 0.6em !important;
  color: #ffffff !important;
  background-color: #000000 !important;
}

.st-sticky-share-buttons .st-btn {
 height: 38px !important;
 width: 85px !important;
 padding: 7px !important;
 margin-top: 0px !important;
 margin-left: 4px !important;
}

.st-sticky-share-buttons .st-btn:not(:hover) {
 width: 38px !important;
 background-color: Transparent !important;
}

.st-sticky-share-buttons .st-label {
 font-size: 0.7em !important;
}

.st-btn svg{
 fill: #E9E9E9;
}


/* =============================================
Waypoints
================================================ */

.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
/* custom */
.button span i.cogelegance-icons- {
font-size: 20px;
position: relative;
right: 13px;
top: 1px;
}
