/* ------------------------------------- */
/* @Import & Reset  ................... */
/* ------------------------------------- */

@import url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Pacifico");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }
img {}
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ------------------------------------- */
/* Generic styles ................... */
/* ------------------------------------- */
body {
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #193f97;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

h1 {
  font-size: 2.369em;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2; }

h2 {
  font-size: 1.777em;
  font-weight: 400;
  margin-bottom: 20px; }

h3 {
  font-size: 1.333em;
  font-weight: 400;
  margin-bottom: 10px; }

h4 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px; }

h5 {
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 10px; }

h6 {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 10px; }

.xl-heading {
  font-size: 4em; }

.l-heading {
  font-size: 3.369em; }

.m-heading {
  font-size: 2.8em; }

.s-heading {
  font-size: 2.4em; }

.vs-heading {
  font-size: 1.5em; }
  
#leftSide.instate {
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}

#leftSide {

    background: #193f97;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 0;
}

#rightSide {
    background: #20222B;
    position: fixed;
    top: 0;
    left: 50%;
    width: 60%;
    height: 100%;
    z-index: 1 !important;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mb30 {
    margin-bottom: 30px;
}
.m-heading {
    font-size: 2.8em;
	color:#fff;
}
.s-heading {color:#fff; font-size: 1.8em;}
.fw700 {
    font-weight: 700;
}

.h-content.top-25 {
    top: 25vh;
}
.h-content {
    position: relative;
    z-index: 0;
    top: 30vh;
    color: #fff;
}
.h-content .ion-paper-airplane {font-size:12em; color:#fff;}

.align-bottom {
    bottom: 50px;
	right:100px;
	color:#fff;
	font-size:0.9em;
}
.fixed {
    position: fixed !important;
}