/*######################################*/
/*RESET ################################*/
/*######################################*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}





/*######################################*/
/*TYPOGRAPHY ###########################*/
/*######################################*/

@font-face{ 
	font-family: 'Lane';
	src: url('fonts/LANENAR_-webfont.eot');
	src: url('fonts/LANENAR_-webfont86d7.eot?iefix') format('eot'),
	     url('fonts/LANENAR_-webfont.woff') format('woff'),
	     url('fonts/LANENAR_-webfont.ttf') format('truetype'),
	     url('fonts/LANENAR_-webfont.svg#webfont') format('svg');
}

html {
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 100%;
}

p {
    font-size: .9rem;
	line-height: 1.625em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

a {
    font-size: 1em;
	line-height: 1.625rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}
a ,a:hover, a:active, a:focus ,object, embed {
   outline: 0;
}
input::-moz-focus-inner { 
  border: 0; 
}

h1,h2,h3 {
    font-family: 'Lane', sans-serif;
    font-weight: normal;
}

h1 {
    font-size:3rem;
    line-height:3.5rem;
}

h2 {
    font-size:2.5rem;
    line-height:3.6rem;
    margin-bottom:1.7rem;
}

h3 {
    font-size:1.2rem;
    line-height:1.25rem;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    line-height: 1.625rem;
    font-weight:600;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:0.8125rem;
    line-height: 1rem;
    font-weight:300;
    color:#333;
 
}

ul {
    list-style:none
}

li {
    margin-top:1.625em;
}

li a {
    display:inline;
}

hr {
    margin-top:1.568em;
    margin-bottom:1.568em;
}

/*######################################*/
/*BUTTONS ############################*/
/*######################################*/

.cta1 {
    display:inline-block;
	color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1rem;
	font-weight:700;
	font-style:normal;
	padding-top:1rem;
    padding-bottom:1.1rem;
	width:9.375rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    margin-left:0.625rem;
    margin-right:0.625rem;
    margin-top:1.4rem;
    letter-spacing:-0.03rem;
    -webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
}

.cta1:visited, .cta1:active {
    color:white;
    text-decoration:none;
}

.cta1:focus {
    outline:none;
    text-decoration:none;
    color:white;
}

.cta1:hover {
    color:white;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
    opacity:0.9;
}

.cta2 {
    display:inline-block;
	color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1rem;
	font-weight:700;
	font-style:normal;
	padding-top:1rem;
    padding-bottom:1.1rem;
	width:9.375rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    margin-left:0.625rem;
    margin-right:0.625rem;
    margin-top:1.4rem;
    letter-spacing:-0.03rem;
    -webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
    opacity:1;
}

.cta2:visited, .cta2:active {
    color:white;
    text-decoration:none;
}

.cta2:focus {
    outline:none;
    text-decoration:none;
    color:white;
}

.cta2:hover {
    color:white;
    opacity:0.9;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}





/*######################################*/
/*PRELOADER ############################*/
/*######################################*/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    width:100%;
    height:100%;
	background-color:#fff; 
    z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Loading animation: */

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}





/*#######################################*/


/* Template styles */


/*######################################*/
/*HOME #################################*/
/*######################################*/

body {
  height: 100%;
  width: 100%;
}

#home {
    height: 47.125rem;
    position:relative;
    z-index:0;
    overflow:hidden;
    
    background: url(../images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home_image {
    position:absolute;
    top:13rem;
    right:0;
    z-index:0;
}

#homescreen {
    text-align:left;

}

#home_content {
    text-align:left;
}

#logo {
    margin-top: 8rem;
    margin-bottom: 0.4rem;
    opacity:1;
}

#logo_header {
    margin-bottom:4.3rem
}

#slogan {
    color:white;
    margin:0px;
    padding:0px;
    opacity:0;
    position:relative;
    z-index:1;
    width:50%;
}

.cta1, .cta2 {
    position:relative;
    z-index:1;
    margin-left:0;
}
.button_more:hover{
	animation: 0.5s ease 0s normal none 1 pulse;
}

.button_more{
	bottom: 0;
    display: block;
    left: 48%;
    position: absolute;
    z-index: 5;
}
.button_more.left{

}
#logo, #logo_header, #slogan, #home_image , #home_image2, #home_image3{
    opacity:0;
}
#home #button_more {
	
	stroke: rgba(0, 0, 0, 0.3);
	stroke-width: 2px;
	fill: transparent;
	background-color:transparent;
}

/*######################################*/
/*VIDEO ############################*/
/*######################################*/

#home.video{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background:none;
}

.video #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
}

.video #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.video #logo_header {
    margin-bottom: 4.5rem;
}

.video #slogan{
	width:100%
}

#video-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
}

#video-fallback {
    position: absolute;
    top:0%;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index:-2;
    background: url(../video/video.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#youtube-fallback {
    position: absolute;
    top:0%;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index:-2;
    background: url(../video/poster.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#video_pattern {
    position: absolute;
    top:0%;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index:0;
    background: url(../images/pattern.png) repeat;
    opacity:0.3;
}

.fillWidth{
	width:100%;
}
/*######################################*/
/*SOLID #################################*/
/*######################################*/

#home.solid {
    height: 47.125rem;
    position:relative;
    z-index:0;
    overflow:hidden;
	background-color: #1F9BC9;
	background-image:none;
}

.solid #home_image {
    margin-top: 3.6rem;
    margin-left:auto;
    margin-right:auto;
}

.solid #homescreen {
    text-align:center;
}

.solid #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.solid #logo_header {
    margin-bottom: 4.3rem;
}

.solid #slogan{
	width:100%
}

.solid #home_content {
    text-align:center;
}

/*######################################*/
/*GRID ############################*/
/*######################################*/

#home.grid{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background: none;
	
}

.grid #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
}

.grid #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.grid #logo_header {
    margin-bottom: 4.5rem;
}

.grid #slogan{
	width:100%
}

#grid-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
}

#grid_pattern {
    position: absolute;
    top:0%;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index:0;
    background: url(../images/pattern.png) repeat;
    opacity:0.3;
}

.image-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.image-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.image-grid ul:before,
.image-grid ul:after{
	content: '';
    display: table;
}

.image-grid ul:after {
    clear: both;
}

.image-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.image-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.image-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.grid-size-1{
	width: 55%;
}
.grid-size-2{
	width: 100%;
}
.grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

/*######################################*/
/*MAP ############################*/
/*######################################*/

#home.map {
    height: 47.125rem;
    position:relative;
    z-index:0;
    overflow:hidden;
    background: none;
}

.map #homescreen {
    text-align:left;
	z-index: 1;
}

.map #home_content {
    text-align:left;
}

.map #logo {
    margin-top: 8rem;
    margin-bottom: 0.4rem;
    opacity:1;
}

.map #logo_header {
    margin-bottom:4.3rem
}

#map-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
	height: 100%;
}

#map_pattern {
    position: absolute;
    top:0%;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index:0;
    background: url(../images/pattern.png) repeat;
    opacity:0.3;
}

#map.map {width:100%;height:100%}

/*######################################*/
/*SLIDER ################################*/
/*######################################*/
#home.slider{
	background:none;
}
.slider #homescreen {
	z-index:2;
}
.fullscreen-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
}
#slides{
	display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    top: 0;
    width: 100%;
}
#slides li{
	margin-top:0px
}

/*######################################*/
/*PARALLAX ############################*/
/*######################################*/

#home.parallax{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background:none;
}

.parallax #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
}

.parallax #logo {
    margin-bottom: 0.4rem;
    margin-top: 1rem;
}

.parallax #logo_header {
    margin-bottom: 0 auto 9rem auto;

	
}

.parallax #slogan{
	width:100%
}

#parallax-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
	height:100%;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;

}

.sceneContainer {
	z-index: 100;
	margin: 0 auto;
	padding: 0;
	position: absolute;
}

.elementsContainer li img, .sceneContainer li img {
	width: auto;
	height: auto;
}

.scene-one {
	z-index: 99990;
	left: 47%;
	top: 63%;
	-webkit-transform: translate(-47%, -50%) !important;
	-moz-transform: translate(-47%, -50%) !important;
	-o-transform: translate(-47%, -50%) !important;
	-ms-transform: translate(-47%, -50%) !important;
	transform: translate(-47%, -50%) !important;
}

.scene-two {
	z-index: 999999;
	left: 52%;
	top: 40%;
	-webkit-transform: translate(-52%, -25%);
	-moz-transform: translate(-52%, -25%);
	-o-transform: translate(-52%, -25%);
	-ms-transform: translate(-52%, -25%);
	transform: translate(-52%, -25%);
}


.scene-three {
	left: -75%;
	top: 40%;
	-webkit-transform: translate(-25%, -40%);
	-moz-transform: translate(-25%, -40%);
	-o-transform: translate(-25%, -40%);
	-ms-transform: translate(-25%, -40%);
	transform: translate(-25%, -40%);
}


.scene-four {
	left: -65%;
	top: 40%;
	-webkit-transform: translate(-58%, -40%);
	-moz-transform: translate(-58%, -40%);
	-o-transform: translate(-58%, -40%);
	-ms-transform: translate(-58%, -40%);
	transform: translate(-58%, -40%);
}

.scene-five {
	left: 0%;
	top: 0%;
	-webkit-transform: translate(-58%, -25%);
	-moz-transform: translate(-58%, -25%);
	-o-transform: translate(-58%, -25%);
	-ms-transform: translate(-58%, -25%);
	transform: translate(-58%, -25%);
}

.scene-six {
	left: 34%;
	top: 23%;
	-webkit-transform: translate(-26%, -10%);
	-moz-transform: translate(-26%, -10%);
	-o-transform: translate(-26%, -10%);
	-ms-transform: translate(-26%, -10%);
	transform: translate(-26%, -10%);
}

.scene-seven {
	left: 60%;
	top: 18%;
	-webkit-transform: translate(-63%, -18%);
	-moz-transform: translate(-63%, -18%);
	-o-transform: translate(-63%, -18%);
	-ms-transform: translate(-63%, -18%);
	transform: translate(-63%, -18%);
}

.scene-eight {
	left: 33%;
	top: 25%;
	-webkit-transform: translate(-33%, -25%);
	-moz-transform: translate(-33%, -25%);
	-o-transform: translate(-33%, -25%);
	-ms-transform: translate(-33%, -25%);
	transform: translate(-33%, -25%);
}

.scene-nine {
	left: 52%;
	top: 26%;
	-webkit-transform: translate(-38%, -34%);
	-moz-transform: translate(-38%, -34%);
	-o-transform: translate(-38%, -34%);
	-ms-transform: translate(-38%, -34%);
	transform: translate(-38%, -34%);
}

.scene-ten {
	right: 32%;
	top: 30%;
	-webkit-transform: translate(-38%, -20%);
	-moz-transform: translate(-38%, -20%);
	-o-transform: translate(-38%, -20%);
	-ms-transform: translate(-38%, -20%);
	transform: translate(-38%, -20%);
}

.scene-eleven {
	right: 45%;
	top: 29%;
	-webkit-transform: translate(-51%, -23%);
	-moz-transform: translate(-51%, -23%);
	-o-transform: translate(-51%, -23%);
	-ms-transform: translate(-51%, -23%);
	transform: translate(-51%, -23%);
}

/*######################################*/
/*ANIMATION ############################*/
/*######################################*/

#home.animation{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background:none;
}

.animation #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
}

.animation #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.animation #logo_header {
    margin-bottom: 4.3rem;
}

.animation #slogan{
	width:100%
}

#animation-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
	height:100%;
	background-image: url(../images/wallp1.jpg);
	background-size: cover;
}


.noise {
    background-image: url(../images/noise.png);
    opacity: 0.075;
}
.overlay {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
/*######################################*/
/*BOKEH ################################*/
/*######################################*/
.bokeh-container {
    bottom: 0;
    position: absolute;
}
.bokeh-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 500%;
    margin: 0 auto;
	-moz-box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
	-webkit-box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
	box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
	border: 0px;
}

/*######################################*/
/*FRAME ################################*/
/*######################################*/
#home.frame{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background:none;
}

.frame #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
	text-shadow: 0 0 10px rgba(0, 0, 0, .8);
	margin:0px auto;
	width: 100%;
	height: 70%;
	opacity: .5;
	-webkit-animation: flickerContainer 8s linear infinite;
	-moz-animation: flickerContainer 8s linear infinite;
	-ms-animation: flickerContainer 8s linear infinite;
	-o-animation: flickerContainer 8s linear infinite;
	animation: flickerContainer 8s linear infinite;
}

.frame #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.frame #logo_header {
    margin-bottom: 4.3rem;
}

.frame #slogan{
	width:100%
}

#frame-container {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.frame .background {
    position: absolute;
	top:0%;
    overflow: hidden;
    z-index:0;
	background-image: url(../images/tv-pattern.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	-webkit-animation: flicker 8s linear infinite;
	-moz-animation: flicker 8s linear infinite;
	-ms-animation: flicker 8s linear infinite;
	-o-animation: flicker 8s linear infinite;
	animation: flicker 8s linear infinite;
}

.frame canvas {
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:0.7;
}

.frames {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(19%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.9) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.9) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00000000', endColorstr = '#e6000000', GradientType = 1); /* IE6-9 fallback on horizontal gradient */
}

.frames div {
	position: absolute;
	left: 0;
	top: -20%;
	width: 100%;
	height: 20%;
	background-color: rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-animation: vertAnim 3s linear infinite;
	-moz-animation: vertAnim 3s linear infinite;
	-ms-animation: vertAnim 3s linear infinite;
	-o-animation: vertAnim 3s linear infinite;
	animation: vertAnim 3s linear infinite;
}

.frames div:nth-child(1) {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-ms-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}

.frames div:nth-child(2) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.frames div:nth-child(3) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

/*
 * animation for the horizontal lines...first starts instantly second one after 1 second
 */
@-webkit-keyframes vertAnim {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
@-moz-keyframes vertAnim {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
@-o-keyframes vertAnim {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
@keyframes vertAnim {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
/*
 * animation for the flickering main-container class
 */
@-webkit-keyframes flickerContainer {
5% {
opacity: 0.1;
}
8% {
opacity: 0.5;
}
31% {
opacity: 0.5;
}
33% {
opacity: 0.02;
}
36% {
opacity: 0.5;
}
43% {
opacity: 0.5;
}
45% {
opacity: 0.2;
}
48% {
opacity: 0.5;
}
80% {
opacity: 0.5;
}
}
@-moz-keyframes flickerContainer {
5% {
opacity: 0.1;
}
8% {
opacity: 0.5;
}
31% {
opacity: 0.5;
}
33% {
opacity: 0.02;
}
36% {
opacity: 0.5;
}
43% {
opacity: 0.5;
}
45% {
opacity: 0.2;
}
48% {
opacity: 0.5;
}
80% {
opacity: 0.5;
}
}
@-o-keyframes flickerContainer {
5% {
opacity: 0.1;
}
8% {
opacity: 0.5;
}
31% {
opacity: 0.5;
}
33% {
opacity: 0.02;
}
36% {
opacity: 0.5;
}
43% {
opacity: 0.5;
}
45% {
opacity: 0.2;
}
48% {
opacity: 0.5;
}
80% {
opacity: 0.5;
}
}
@keyframes flickerContainer {
5% {
opacity: 0.1;
}
8% {
opacity: 0.5;
}
31% {
opacity: 0.5;
}
33% {
opacity: 0.02;
}
36% {
opacity: 0.5;
}
43% {
opacity: 0.5;
}
45% {
opacity: 0.2;
}
48% {
opacity: 0.5;
}
80% {
opacity: 0.5;
}
}

/*######################################*/
/*RAIN ################################*/
/*######################################*/
#home.rain{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background:none;
}

.rain #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
}

.rain #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.rain #logo_header {
    margin-bottom: 4.5rem;
}

.rain #slogan{
	width:100%
}
.rain canvas {
	position: absolute;
	top: 0px;
	left: 0px;
}

#rain-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
	height:100%;
}

#rain-background {
	z-index: -1000;
	position: absolute;
	width: 100%;
}

/*######################################*/
/*SNOW ################################*/
/*######################################*/
#home.snow{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background:none;
}

.snow #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
}

.snow #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.snow #logo_header {
    margin-bottom: 4.3rem;
}

.snow #slogan{
	width:100%
}
.snow canvas {
	position: absolute;
	top: 0px;
	left: 0px;
}

#snow-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
	height:100%;
}

#snow-background {
    height: 100%;
    position: absolute;
    width: 100%;
	background-image: url(../images/wallp8.jpeg);
	background-position: center bottom;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
.snowEffect{
	width:100%;
	height:100%;
}

/*######################################*/
/*PATTERN ################################*/
/*######################################*/

#pattern{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-image:url(../images/pattern/home_pattern.png);
	z-index: 2;
	opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 90);
	filter: alpha(opacity = 90);

}

/*######################################*/
/*GRADIANT ################################*/
/*######################################*/

#mask-shape{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index: 2;
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	filter: alpha(opacity = 50);
	background: #2d83de; 
	background: -moz-linear-gradient(left, #3FF0BC 0%, #2D83DE 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3FF0BC), color-stop(100%,#2D83DE)); 
	background: -webkit-linear-gradient(left, #3FF0BC 0%,#2D83DE 100%); background: -o-linear-gradient(left, #3FF0BC 0%,#2D83DE 100%); 
	background: -ms-linear-gradient(left, #3FF0BC 0%,#2D83DE 100%); 
	background: linear-gradient(to right, #3FF0BC 0%,#2D83DE 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ff0bc', endColorstr='#2d83de',GradientType=1 ); 
}

/*######################################*/
/*STATIC ############################*/
/*######################################*/

#home.static{
	height: 47.125rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background:none;
}

.static #homescreen{
	position: relative;
    text-align: center;
    z-index: 5;
}

.static #logo {
    margin-bottom: 0.4rem;
    margin-top: 4.875rem;
}

.static #logo_header {
    margin-bottom: 9rem;
}

.static #slogan{
	width:100%
}

#static-container {
    position: absolute;
	top:0%;
    width:100%;
    overflow: hidden;
    z-index:-2;
	height:100%;
	background-image: url(../images/bg6.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;

}


.static #home_image {
    margin-left: auto;
    margin-right: auto;
	position: absolute;
}
.static #home_image{
	left: 0%;
    top: 75%;
}

/*######################################*/
/*Timer #################################*/
/*######################################*/

.time_circles { 
	position: relative !important; 
	width: 100%; 
	height: 100%; 
	color:#fff; 
}

.time_circles > div { 
	position: absolute !important; 
	text-align: center; 
}

.time_circles > div > h4 { 
	margin-top: 1em; 
	padding: 0px; 
	text-align: center; 
	text-transform: uppercase;
	font-family: 'Lane',sans-serif; 
	color:#ffffff
}

.time_circles > div > span { 
	display: block; 
	width: 100%; 
	text-align: center; 
	font-size: 300%; 
	margin-top: 0.4em; 
	font-weight: bold; 
	font-family: 'Lane',sans-serif;
}

#left_timer{
	text-align:left;
	position:relative;
    z-index:1;
	opacity:0;
	width:50%;
	color:black;
}

#left_timer li{
	text-align:center;
}
#left_timer li:first-child{
	margin-left:0px;
}
#center_timer{
	text-align:center;
	position:relative;
    z-index:1;
	opacity:0;
	width:100%;
	color:black;
}

#left_timer li ,#center_timer li{
	display:inline-block;
	margin: 0 1rem;
}
.timer{
	margin-top: 4.3rem;
}
.timer h1 {
    font-size: 4rem;
    line-height: 3.5rem;
}
.light-timer,.light-timer h1,.light-timer p{
	color:#ffffff;
}
.dark-timer,.dark-timer h1,.dark-timer p{
	color:#000000;
}
/*######################################*/
/*ABOUT ################################*/
/*######################################*/

#about {
    padding-top:6.5rem;
    padding-bottom:6.5rem;
    background:white;
    position:relative;
    display:block;
    z-index:20;
    text-align:center;
}

#about_intro {
    opacity:0;
}

.services_icon {
    width:4rem;
    height:4rem;
    margin-top:6.5rem;
    margin-bottom:1.625rem;
}



#about_intro, #service_1, #service_2, #service_3  {opacity:0;}

/*######################################*/
/*TEAM ################################*/
/*######################################*/

#team {
    padding-top:6.5rem;
    padding-bottom:6.5rem;
    background:white;
    position:relative;
    display:block;
    z-index:20;
    text-align:center;
}

#team_intro {
    opacity:0;
}

.entry-image{
	margin-bottom: 1.625rem;
	display: block;
}
.entry-image img {
	border-radius: 8px;
	width: 100%;
}
#team h4{
	font-weight:300;
}
#team_social {
	display: block;
	position:relative;
}
#team_social a {
    display: inline-block;
    line-height: 0.8em;
    margin: 2rem 0.5rem;
    position: relative;
	width: 2rem;
	height:2rem;
}
#team_social a:after {
    border: 1px solid #18BCF9;
    border-radius: 100%;
    content: "";
    display: block;
    height: 2rem;
    left: 0;
    position:absolute;
    top: 0;
    width: 2rem;
}
#team_social a:hover::after {
	-webkit-transform: scale(1.3);
	-mox-transform:    scale(1.3);
	-o-transform:      scale(1.3);
	transform:         scale(1.3);
	-webkit-transition-duration: .5s;
	-moz-transition-duration:    .5s;
	-o-transition-duration:      .5s;
	transition-duration:         .5s;
	opacity:0
}
.team_icon {
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    width: 2rem;
}
.team_icon:hover {
	opacity:0.7;
}

#team_1,#team_2,#team_3{
	margin-top: 3.4rem;
}


#team_intro, #team_1, #team_2, #team_3  {opacity:0;}

/*######################################*/
/*ARROWS and SEPARATOR #################*/
/*######################################*/

.arrows_box {
    width:100%;
    height:1.5rem;
    position: relative;
    border-bottom: solid 1px #f0f0f0;
}

.arrows_box_bg {
    margin-top:-1.45rem;
    background:none;
}

.arrows_no_border {
    border-bottom:none;
}

.arrows {
    display:inline;
    left:50%;
    margin-bottom:1.5rem;
    margin-left:-3.1rem;
    position:relative;
    z-index:999;
}

.arrow_single {
    display:inline;
    left:50%;
    margin-bottom:1.5rem;
    margin-left:-1.55rem;
    position:relative;
    z-index:999;
}

.arrow_down {
    margin:0;
    width: 3rem;
    height: 3rem;
    padding:0.2rem;
    background-color:white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform:rotate(89deg);
    -webkit-transform:rotate(89deg);
    -moz-transform:rotate(89deg);
    -o-transform:rotate(89deg);
    -ms-transform:rotate(89deg);
    ms-transform:rotate(89deg);
}

.arrow_up {
    margin:0;
    width: 3rem;
    height: 3rem;
    padding:0.2rem;
    background-color:white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform:rotate(89deg);
    -webkit-transform:rotate(89deg);
    -moz-transform:rotate(89deg);
    -o-transform:rotate(89deg);
    -ms-transform:rotate(89deg);
    ms-transform:rotate(89deg);
}

.arrow_down:hover, .arrow_up:hover {
    cursor: pointer;
}





/*######################################*/
/*FEATURES 1 ###########################*/
/*######################################*/

#features_1 {
    margin:0px;
    padding-top:3.25rem;
    padding-bottom:3.25rem;
    background:white;
    position:relative;
    display:block;
    z-index:20;
    text-align:left;
}

#features_1_content {
    padding-top:3rem;
}

.feature {
    margin-top:3.25rem;
}

.feature_icon {
    width:2rem;
    height:2rem;
    float:left;
    margin-right:2rem;
    margin-top:0.5rem;
    margin-bottom:3rem;
}

.image_front {
    position:absolute;
    left:0;
    top:0;
    z-index:30;
}

.image_back {
    position:relative;
    left:0;
    top:0;
    z-index:29;
}


#features_1_content, #features1a_image, #features1b_image {opacity:0;}


/*######################################*/
/*FEATURES 2 ###########################*/
/*######################################*/

#features_2 {
    margin:0px;
    padding-top:3.25rem;
    padding-bottom:3.25rem;
    background:white;
    position:relative;
    display:block;
    z-index:20;
    text-align:left;
}

#features_2_content {
    padding-top:3rem;
}


#features_2_content, #features2a_image, #features2b_image {opacity:0;}



/*######################################*/
/*FEATURES 3 ###########################*/
/*######################################*/

#features_3 {
    margin:0px;
    padding-top:6.5rem;
    padding-bottom:0rem;
    height:40.625rem;
    background:white;
    position:relative;
    display:block;
    z-index:20;
    text-align:left;
    overflow:hidden;
}

#features_3_intro {
    text-align:center;
    margin-bottom:1.625rem;
}

#features_3_content_left {
    text-align:right;
    padding-right:2rem;
    padding-bottom:6.5rem;
}

#features_3_content_right {
    text-align:left;
    padding-left:2rem;
    padding-bottom:6.5rem;
}

#features_3_content_center img{
    overflow:hidden;
}


#features_3_intro, #features_3_content_left, #features_3_content_right, #features_3_content_center {opacity:0;}



/*######################################*/
/*GALLERY ##############################*/
/*######################################*/

#gallery {
    margin:0px;
    padding-top:6.5rem;
    padding-bottom:6.5rem;
    background:white;
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
    background-color:white;
}

#owl-gallery {
    margin-top: 3.4rem;
}

.item {
    margin: 1rem;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

.item a:hover {
    cursor: url(../images/cursor.png), auto;
}

.item a:hover img{
    opacity:0.8;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}



#gallery_intro, #gallery_carousel {opacity:0;}


/*######################################*/
/*NEWSLETTER ###########################*/
/*######################################*/

#newsletter {
    padding-top:5.4rem;
    padding-bottom:6.5rem;
	background-color: #F7F8FA;
    background-image: url('../images/parallax2.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    position:relative;
    display:block;
    z-index:1;
    text-align:center;
}

#newsletter h2, #newsletter p {
    color:white;
}

/* Newsletter Form */

#newsletter_form {
    margin-top:1.625rem;
    height: 3.25rem;
}

.subscribe-form {
    margin-left:auto;
    margin-right:auto;
    width:28.75rem;
    position: relative;
    z-index:10;
}

.subscribe-input {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width:21.875rem;
    height: 3.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    font-weight:300;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:none;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1rem;
	font-weight:600;
	font-style:normal;
    height:3.25rem;
    width:7rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    color:white;
    outline: 0;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.8
}

#preview {
    width:28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25rem;
    padding:1.1rem;
    color:black;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview p {
    margin:0;
    line-height:1rem;
    font-weight:600;
    color: black;
}

#preview2 {
    width:28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25rem;
    padding:1.1rem;
    color:black;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview2 p {
    margin:0;
    line-height:1rem;
    font-weight:600;
    color: black;
}

/*######################################*/
/*FOOTER ###########################*/
/*######################################*/

#footer {
    padding-top:5.4rem;
    padding-bottom:6.5rem;
    background:white;
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
}

#footer h2, #footer p {
    color:white;
}

/* Contact form */

#contact_form {
    height: auto;
    margin: 1.625rem 0;
    display: inline-block;
}

.contact-form {
    margin-left:auto;
    margin-right:auto;
    width:auto;
    position: relative;
    z-index:10;
}

.contact-input {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width:48%;
    height: 3.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    font-weight:300;
    color: #444;
	margin: 0  1%;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:none;
}
.contact-text {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width:98%;
    height: 6.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    font-weight:300;
    color: #444;
	margin:2% 1%;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:none;
	line-height: 2rem;
}


.contact-input:focus {
    outline: 0;
}

.contact-submit {
    color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1rem;
	font-weight:600;
	font-style:normal;
    height:3.25rem;
    width:8rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    border:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    color:white;
    outline: 0;
	position: relative;
    display: inline-block;
}

.contact-submit:active {
    outline: 0;
}

.contact-submit:hover {
    opacity:0.8
}

/* Social icons */

#share {
    margin-top:3.25rem;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top:3.25rem;
}

#social_icons {
    text-align:center;
    margin-bottom:3.6rem;
}

#social_icons li {
    display:inline;
    padding-left:0.4rem;
    padding-right:0.4rem;
}

#fb_icon, #tw_icon, #in_icon, #g_icon, #pin_icon, #fli_icon {
    width:2.5rem;
    height:2.5rem;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#fb_icon:hover, #tw_icon:hover, #in_icon:hover, #g_icon:hover, #pin_icon:hover, #fli_icon:hover {
    cursor: pointer;
}
.nicescroll-rails{z-index:999 !important}
.nicescroll-rails div{z-index:999 !important;position:absolute !important;}
html {overflow:hidden!important}



@media (max-width: 480px) {
	#logo,.snow #logo{
		margin-top: 2rem;
	}
	#logo_header ,.snow #logo_header{
		margin-bottom: 2rem;
	}
}
@media (max-width: 320px) {
	#logo,.snow #logo{
		margin-top: 2rem;
	}
	#logo_header ,.snow #logo_header{
		margin-bottom: 9rem;
	}
}