
/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================

	TOC
	
	1. PRIMARY STYLES
	2. COMMONS FOR PAGE DESIGN
		JQUERY LIGHT BOX
	3. MAIN SECTION

====================================================

/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html{ font-size: 100%; height: 100%; width: 100%; overflow-x: hidden; margin: 0px;  padding: 0px; touch-action: manipulation; }

s/* Snowfall */
ul,li,blockquote,p {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
 
body {
  background: transparent;
  overflow: visible;
}
 
/* Start */
 
.side::before,.side::after {
    display: none;
}
 
.side .md > blockquote:last-of-type,
.side .md > blockquote:last-of-type p,
.side .md > blockquote:last-of-type a {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  left: 0;
  right: 0;
  pointer-events: none;
}
 
.side .md > blockquote:last-of-type {
  background: transparent;
  top: 4px;
  z-index: -1;
}
.side .md > blockquote:last-of-type p {
  overflow: hidden;
  left: -100px;
  right: -100px;
  perspective: 100px;
  margin: 0;
}
.side .md > blockquote:last-of-type [href='#snow'] {
  display: block;
  height: 4000px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/299775/snow-sparse-flipped.png);
  animation: s 15s linear infinite;
  background-size: auto;
}
.side .md > blockquote:last-of-type p{
  animation: sw 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    transform: translateX(-50px);
}
.side .md > blockquote:last-of-type p:nth-of-type(2) {
  background: transparent;
  animation: none;
}
.side .md > blockquote:last-of-type p:nth-of-type(1) a {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/299775/snow-dense.png);
    animation-duration: 11s;
}
 
.side .md > blockquote:last-of-type p:nth-of-type(4) a {
  animation-duration: 5s;
  transform: translateZ(70px);
  animation-name: sC;
}
 
.side .md > blockquote:last-of-type p:nth-of-type(1) {
  animation-duration: 10s;
}
 
@keyframes sw {
  to {
    transform: translateX(50px);
  }
}
 
@keyframes sC {
  0% {
    transform: translateY(-2000px) translateZ(70px);
  }
}
 
@keyframes s {
  0% {
    transform: translateY(-2000px);
  }
}
/* /Snowfall */

body{ font-size: 16px; font-family: 'Roboto', sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 400; font-style: normal;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; overflow-x: hidden; 
	color: #333;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, inpot, button{ margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6{ line-height: 1.5; font-weight: inherit; }

h1,h2,h3{ font-family: 'Roboto', sans-serif; font-weight: 700; font-style: normal; text-transform: none; letter-spacing: 0.05em; line-height: 1;}

p{     line-height: 1.5; font-size: 1.2em; font-weight: 400; letter-spacing: 0.05em; }

h1{ font-size: 4em; padding: 0.15em 0em 0.15em 0em; font-weight: 700; letter-spacing: 0.015em;}
h2 {
    font-size: 1.75em;
    text-transform: none;
    line-height: 1.25;
}
h3{ font-size: 2.5em; text-transform: none;}
h4{ font-size: 1.5em; }
h5{ font-size: 1.2em; }
h6{ font-size: .9em; letter-spacing: 1px; }

.logo { max-width: 250px; width: auto; margin-top: 3em;}


a, button{ display: inline-block; text-decoration: none; color: inherit; transition: all .3s; line-height: 1; }

a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ text-decoration: none; color: #ffb014;/*#365689;*/ }

b{ font-weight: 700; }

img{ width: 100%; }

li{ list-style: none; display: inline-block; }

span{ display: inline-block; }

button{ outline: 0; border: 0; background: none; cursor: pointer; }

b.light-color{ color: #444; }

.icon{ font-size: 1.1em; display: inline-block; line-height: inherit; }

[class^="icon-"]:before, [class*=" icon-"]:before{ line-height: inherit; }

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
	box-sizing: inherit;} 

	
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text{ text-align: center; } 

.display-table{ display: table; height: 100%; width: 100%; }

.display-table-cell{ display: table-cell; vertical-align: middle; }



::-webkit-input-placeholder { font-size: .9em; letter-spacing: 1px; }

::-moz-placeholder { font-size: .9em; letter-spacing: 1px; }

:-ms-input-placeholder { font-size: .9em; letter-spacing: 1px; }

:-moz-placeholder { font-size: .9em; letter-spacing: 1px; }


.full-height{ height: 100%; }

.position-static{ position: static; }

.font-white{ color: #fff; }


/* ---------------------------------
3. MAIN SECTION
--------------------------------- */

.main-area{ position: relative; min-height: 100%; z-index: 1; padding: 0 20px; background-size: cover; color: #fff; background-position: center center; }

.main-area:after{ content:''; position: absolute; top: 0; bottom: 0;left: 0; right: 0; z-index: -1;  
	opacity: .45; background: #000; }

.main-area .desc{ margin: 1em auto; max-width: 600px; }
.main-area .notify-btn {
    padding: 1em 2em;
    border: 2px solid #ffffff;
    color: #fff;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0em 1em;
    letter-spacing: 0.2em;
	font-size: 1.05em;
}
.main-area .notify-btn:hover{ background: #ffffff; font-weight: 700; color: #365689; }

.main-area .international-btn {
   padding: 0.75em 1em;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.15em;
	font-size: 1.05em;
}
span.sub-header {
	    font-weight: 400;
    padding-top: 1em;
    font-size: .9em;
    letter-spacing: 0.05em;
}
span.sub-head {
    font-size: .95em;
}
span.big-sub-header {
}
.main-area .international--btn:hover{ font-weight: 700; }

.main-area .social-btn{ position: relative; width: 100%; left: 50%; transform: translateX(-50%); padding: 0em 0em 2em 0em; }

.main-area .social-btn > li > a{ margin: 1em 2em;  padding-bottom: 0.6em; position: relative; overflow: hidden; font-size: 1.2em; }

.main-area .social-btn > li > a:after{ content:''; position: absolute; bottom: 0; left: 0; right: 0; 
	transition: all .2s; height: 2px; background: #365689;  }

	
.main-area .social-btn > li > a:hover:after{ transform: translateX(100%); }

