/*
    Theme Name: Rinjani
    Theme URI: themes.lucky-roo.com/rinjani-v1.4/demo.html
    Description: Multi-Purpose One Page Theme
    Version: 1.4
 */

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

body,html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #000;
  /*background-color: rgba(10, 20, 40, 1.0);*/
  font-family: 'Play', sans-serif;
  font-weight: 400;
  color: #0a1929;
  overflow-x: hidden;
}

a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,a:focus {
  outline: none;
  text-decoration: none;
}


h1 {
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;  
  text-shadow: 0 0 10px #3c9bfe, 0 0 30px rgba(255,255,255,0.3), 0 0 40px #3c9bfe;
}

h2,h3,h4,h5,h6 {
  font-weight: 400;
  font-family: 'Orbitron', sans-serif;  
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 15px;
}


/* ##### General Class ##### */

a.btn.btn-custom,
button.btn.btn-custom {
  background-color: #F5F5F5;
  color: #0a1929;
  border-color: #57A0FE;
  /*text-transform: uppercase;*/
}

a.btn.btn-custom:hover,
button.btn.btn-custom:hover,
a.btn.btn-custom:focus,
button.btn.btn-custom:focus {
  color: #hhhhhh;
  background-color: #135fc8;
}
/*
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}

.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}

.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}

.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}

.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;

}
*/
.push {
  margin-left: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 992px) {
  .push.pushed-left {
    margin-left: 250px;
  }
}

@media (min-width: 992px) {
  .push.pushed-right {
    margin-left: -250px;
  }
}

.section {
  background-color: #f2f4f4;
}

.section > .section-inner {
  position: relative;
}

.section > .section-inner > .section-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1023px) {
  .section > .section-inner > .section-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section > .section-inner > .section-content .section-title {
  padding-bottom: 0px;
}

@media (min-width: 1023px) {
  .section > .section-inner > .section-content .section-title {
    padding-bottom: 0px;
  }
}

.section > .section-inner > .section-content .section-title > .main-title {
  font-size: 35px;
}

@media (min-width: 479px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 45px;
  }
}

@media (min-width: 599px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 55px;
  }
}

@media (min-width: 767px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 40px;
  }
}

.section > .section-inner > .section-content .section-title > .sub-title {
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 479px) {
  .section > .section-inner > .section-content .section-title > .sub-title {
    font-size: 25px;
  }
}

.section > .section-inner > .section-content .section-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #0a1929;
}

.section.section-bgtype-image {
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.section.section-bgtype-image > .section-inner > .bg-overlay {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.section.section-bgtype-image > .section-inner > .section-content .section-title {
  color: #0a1929;
}

.section.section-bgtype-image > .section-inner > .section-content .section-title > .section-line {
  background-color: #0a1929;
}


/* ##### Page Loader ##### */

#rj-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
}

#rj-loader .preload {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}


/* ##### Navbar ##### */

.navbar.rj-navbar {
  position: relative;
  margin: 0;
  border: 0;
  min-height: 140px;
  /*background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); */
  background: linear-gradient(to bottom, #FFF 0%, rgba(8, 51, 246, 0.3) 1%, rgba(8, 51, 246, 0) 100%) repeat scroll 0% 0% transparent; 
}

@media (min-width: 767px) {
  .navbar.rj-navbar {
    -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
  }
}

.navbar.rj-navbar .navbar-header:after{
  clear:none;
}

.navbar.rj-navbar .navbar-brand{
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  width: 320px;
  text-align: left;
  padding: 15px 0px;
  margin-left: -15px;
}

.navbar.rj-navbar .navbar-right{
  text-align: right;
  float: right !important;
  margin-right: -15px;
  padding: 5px 15px;
  width: 153px;
}

@media (max-width: 992px) {
  .navbar.rj-navbar .navbar-right{
    margin-right: 0px;
  }
}

.navbar.rj-navbar .navbar-brand:hover {
  color: #fff;
}

.navbar.rj-navbar .navbar-toggle {
  margin-top: 12px;
  background-color: #3996cc;
}


.hover-swapper > .hover-swapper-off {
  display: inline-block;
}

.hover-swapper > .hover-swapper-on {
  display: none;
}

.hover-swapper:hover > .hover-swapper-off {
  display: none;
}

.hover-swapper:hover > .hover-swapper-on {
  display: inline-block;
}

.shadowed {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(220,220,255,1.0));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='0' dy='0' result='offsetblur'/><feFlood flood-color='rgba(220,220,255,1.0)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#5cf')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#5cf')";
}

.navbar.rj-navbar .navbar-toggle:hover {
  background-color: #6CB4F2;
  box-shadow: 0px 0px 30px #bbc; 
}

.navbar.rj-navbar .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar.rj-navbar .navbar-nav > li > a {
	font-size: 14px;  
  }
}

@media (min-width: 1200px) {
  .navbar.rj-navbar .navbar-nav > li > a {
    height: 60px;
	font-size: 18px;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar.rj-navbar .navbar-nav > li > a {
    padding: 10px 10px 0px 10px;
  }
}

@media (max-width: 991px) {
  .navbar.rj-navbar .navbar-collapse {
    clear:both;
	text-align:right;
	border-top: 0px none;
	-webkit-box-shadow: none;
	box-shadow: none;
  }
}

.navbar.rj-navbar .navbar-nav > li > a:hover {
  text-shadow: 0 0 5px #3c9bfe, 0 0 10px #3c9bfe, 0 0 30px #3c9bfe, 0 0 50px #3c9bfe;
}

.navbar.rj-navbar .navbar-nav > li > a > i.fa-angle-down {
  padding-left: 2px;
}

.navbar.rj-navbar .navbar-nav > li.active a,
.navbar.rj-navbar .navbar-nav > li.active a:hover {
  background-color: rgba(10, 25, 51, 0.0);
  text-shadow: 0 0 5px #eb8c45, 0 0 10px #eb8c45, 0 0 30px #eb8c45, 0 0 50px #eb8c45;
}

@media (min-width: 992px) {
  .navbar.rj-navbar .navbar-nav > li.active a,
  .navbar.rj-navbar .navbar-nav > li.active a:hover {
  }

}


/* ##### Center Menu ##### */

@media (max-width: 991px) {
  .navbar.rj-navbar.rj-center-menu .navbar-nav {
    width:200px;
    float:right;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0.2) 100%); 
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-center-menu .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-center-menu .navbar-nav > li {
    display: inline-block;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
  }
}


/* ##### Side Menu ##### */

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu {
    z-index: 15;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #0a1929;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-header .navbar-brand {
    color: #aaa;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 2px;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li {
    float: none;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li > a {
    color: #aaa;
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
  }
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li > a:hover {
    color: #0a1929;
  }
}

.navbar.rj-navbar.rj-side-menu .navbar-nav > li.active > a {
  color: #0a1929;
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu.active,
  .navbar.rj-navbar.rj-side-menu.rj-left-push-menu.active {
    left: 0;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu,
  .navbar.rj-navbar.rj-side-menu.rj-left-push-menu {
    left: -250px;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu.active,
  .navbar.rj-navbar.rj-side-menu.rj-right-push-menu.active {
    right: 0;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu,
  .navbar.rj-navbar.rj-side-menu.rj-right-push-menu {
    right: -250px;
    left: auto;
  }
}

.navbar-trigger-open {
  z-index: 10;
  position: fixed;
  top: 0;
  margin-top: 25px;
}

.navbar-trigger-open a {
  color: #0a1929;
  font-size: 28px;
  background-color: #3996cc;
  padding: 5px 15px;
  border-radius: 2px;
  opacity: 0.9;
}

.navbar-trigger-open.left {
  left: 0;
  margin-left: 20px;
}

.navbar-trigger-open.right {
  right: 0;
  margin-right: 20px;
}

span.navbar-trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: 28px;
}

span.navbar-trigger-close a {
  color: #aaa;
  font-size: 28px;
}

span.navbar-trigger-close a:hover {
  color: #0a1929;
}


/* ##### Intro Section ##### */

#intro {
  /*background-image: url("../img/title-bg.png");*/
  background-image: url("../img/Source_Islands.jpg");
  background-position: top center;
  background-size: cover;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  color: #0a1929;
}

#intro:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
}

@media (min-width: 1279px) {
  #intro {
    height: 100%;
  }
}
	
#intro .intro-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 40px;
}

#intro .intro-float {
  /*margin-bottom: -160px;*/
}

#intro .intro-container {
  padding-bottom: 10px;
}

@media (min-width: 1279px) {
  #intro .intro-body {
    padding: 0px 10px;
  }
}

#intro .intro-logo {
  margin-top: 25%;
  max-width: none;
}

#intro #intro-firefly {
  width: 100%;
  margin: 0px 0px 100px 0px;
  text-align: center;
}

#intro .intro-body > h1 {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Orbitron', sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

#intro .intro-body{
  font-family: 'Orbitron', sans-serif;  
  font-weight: 400;
}

#intro .intro-text {
  padding-top: 0px;  
  color: #112641;
  font-family: 'Orbitron', sans-serif;  
  text-shadow: 0px 0px 10px #74e5ff, 0px 0px 30px #0833f6;
}

#intro .intro-button {
  padding: 100px 0px 40px 0px;
}

#intro .intro-platforms {
  padding-top: 30%;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
	#intro .intro-platforms {
		padding-top: 20%;
		padding-bottom: 40px;
	}
}

@media (max-width: 539px) {
	#intro .intro-platforms {
		padding-top: 10%;
		padding-bottom: 0px;
	}
}

@media (min-width: 767px) {
  #intro .intro-body .intro-text {
    /*margin-top: 100px;*/
  }
}

#intro .intro-body .intro-text h2 {
  color: #0a1929;
  font-size: 50px;
  font-weight: 700;
}

@media (min-width: 767px) {
  #intro .intro-body .intro-text h2 {
    font-size: 55px;
  }
}

#intro .intro-body .intro-text p.lead {
  color: #0a1929;
  font-size: 22px;
  font-weight: 400;
}

@media (min-width: 767px) {
  #intro .intro-body .intro-text p.lead {
    font-size: 22px;
  }
}

#intro .intro-body .page-scroll {
  margin-top: 20px;
}

@media (min-width: 767px) {
  #intro .intro-body .page-scroll {
    margin-top: 20px;
  }
}

#intro .intro-body  a.btn {
  font-family: 'Orbitron', sans-serif;
  padding: 20px 40px;
  margin-top: 40px;
  font-size: 26px;
}

@media (min-width: 767px) {
  #intro .intro-body a.btn {
    padding: 20px 40px;
    margin-top: 40px;
    font-size: 26px;
  }
}


/* ##### OVERVIEW SECTION ##### */

#overview {
  /*background-image: url("../img/overview.png");*/
  background-image: url("../img/Cave_Tunnel.jpg");
  background-position: top center;
  background-size: cover;
  margin-top: -140px;
  color: #FFF;
  z-index: 1;
  padding: 15% 10% 0% 10% ;
}

#overview  .overview-videos{
	/*margin-top: 10px;
	margin-bottom: 100px;*/
	text-align: center;
	padding:0px 10% 0px 10%;
}


#overview  .hover{
    display: block;
	width: 100%;
	margin: 0px auto;
	max-width: 800px;
	border-style: solid;
	border-width: 4px;
	border-color: #F4FCFF;
	box-shadow: 0px 0px 100px #010D26;
}

#overview  .hover:hover{
	border-color: #fff;
	box-shadow: 0 0 80px #3c9bfe;
}

#overview  .overview-videos > h3{
	/*color: rgba(69, 176, 255, 1.0);*/
	color: #FFF;
	text-align: center;
	/*text-shadow: 0 0 10px rgba(0,0,0,1.0), 0 0 30px rgba(0,0,0,0.5);*/
    text-shadow: 0px 0px 10px #2C2A35,  0px 0px 20px #2C2A35, 0px 0px 20px #2C2A35, 0px 0px 40px #30373E;
}


#overview .overview-text > h1 {
	margin-top: 20%;
	text-align: center;
	font-size: 80px;
	color: #000;
}

#overview .overview-text > h2 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.2em;
}

#overview .overview-text > h3 {
	text-align: center;
	font-size: 40px;
}

#overview .overview-text {
    padding: 20% 0px 0px 0px;
	/*text-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 30px rgba(0,0,0,0.3);*/
    text-shadow: 0px 0px 10px #2C2A35,  0px 0px 20px #2C2A35, 0px 0px 20px #2C2A35, 0px 0px 40px #30373E;
	/*margin-bottom: 100px;*/
}

#overview-particles{	
  background-image: url("../img/overview-particles.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 868px;
  position: absolute;
  z-index: -1000;
}



/* ##### BORDER SECTION ##### */


#border {
  background-image: url("../img/border.png");
  background-position: top center;
  min-height: 1px;
  background-size: cover;
  z-index: 1000;
}

/* ##### EXPLORE SECTION ##### */

#explore {
  background-image: url("../img/bg-overview.jpg");
  background-position: top center;
  background-size: cover;
  color: #fff;
  z-index: 1;
  padding: 100px 0px 500px 100px;
}


@media (max-width: 992px) {
  #explore {
	padding: 100px 0px 400px 30px;
  }
}

#explore .explore-text > h1 {
	color: #fff;
	font-size: 50px;
}

#explore .explore-text {
	padding: 20px 60px 0px 60px;
	text-shadow: 0 0 10px rgba(0,0,0,0.3), 0 0 30px rgba(0,0,0,0.1);
}

/* ##### STORY SECTION ##### */

#story {
  background-image: url("../img/WhiteWorld_Key.jpg");
  background-position: top center;
  background-size: cover;
  /*z-index: 1;*/
  /*padding: 100px 0px 400px 100px;*/
}

#story .section-title{

  font-size: 60px;
}

/* ##### INTERACT SECTION ##### */

#interact {
  background-image: url("../img/interact.jpg");
  background-position: top center;
  background-size: cover;
  color: #000;
  z-index: 1;
  padding: 100px 100px 500px 0px;
}

#interact .interact-text > h1 {
	color: #000;
	text-align: right;
	font-size: 50px;
	margin-right: 20px;
}

#interact .interact-text {
	padding: 20px 60px 0px 60px;
}

/* ##### NEWS SECTION ##### */

#news {
  background-image: url("../img/Source_Underwater.jpg");
  background-position: top center;
  color: #FFF;
  z-index: 1;
  text-shadow: 0px 0px 10px #2C2A35,  0px 0px 20px #2C2A35, 0px 0px 20px #2C2A35, 0px 0px 40px #30373E;
}

#news .news-text {
	padding: 0px 0px 40px 0px;
}

#news .news-text > h1 {
	text-align: center;
	font-size: 50px;
	color: #FFF;
  text-shadow: 0px 0px 10px #2C2A35,  0px 0px 20px #2C2A35, 0px 0px 20px #2C2A35, 0px 0px 40px #30373E;
}

#news .news-text > h3{
	color: #FFF;
}

#news .content-box-text > h5 {
	color: #FFF;
}

#news .news-signup{
  padding-top: 60px;
}

#news .news-form{
  padding: 20px 0px 20px 0px;
}

#news-particles{	
  background-image: url("../img/overview-particles.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 1060px;
  position: absolute;
  z-index: 1;
}

#news-section-content {
  position:relative;
  z-index:2;
}

#news .social-icon-text {
  margin-bottom: 30px;
}

#news .social-icon-text > h2 {
  display: inline-block;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #CBCBCB;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: 30px;
}

#news .social-icon-text > h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
}

#news .social-icon-text > ul.social-icon-list {
  margin-top: 20px;
}

#news .social-icon-text > ul.social-icon-list > li a {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #FFF;
  font-size: 40px;
  text-align: center;
  border: 1px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#news .social-icon-text > ul.social-icon-list > li a:hover {
  border-color: #0a19290a1929;
  box-shadow: 0 0 20px #fff;
  background: rgba(50, 160, 255, 0.2);
}

/* ##### MEDIA SECTION ##### */

#media {
  background-image: url("../img/Source_Cliffs_1.jpg");
  background-position: top center;
  background-size: cover;
  color: #000;
  z-index: 1;
  padding: 0px 0px 20px 0px;
}

#media .media-text > h1 {
	text-align: center;
	font-size: 50px;
	color: #000;
	margin-bottom: 80px;
}

#media .inner-content . {
	text-shadow: 0 0 10px rgba(0,0,0,0.8), 0 0 30px rgba(0,0,0,0.5);
}

.portfolio-item {
	border-style: solid;
	border-width: 2px;
	border-color: #686C78;
	box-shadow: 0 0 80px #112548;
}

.portfolio-item:hover {
	border-color: #fff;
	box-shadow: 0 0 80px #3c9bfe;
}

/* ##### PRESS SECTION ##### */

#press {
  color: #fff;
  padding: 40px 0px 40px 0px;
  font-size: 10px;
  /*background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); */
}

#press> .section-inner > .section-content {
  padding-top: 0px;
  padding-bottom: 80px;
  color: #0a1929;
}

#press > .section-inner > .section-content .quote-text > .quote-icon > i {
  color: #00e1ff;
  padding-bottom: 20px;
}

#press > .section-inner > .section-content .quote-text > h2 {
  font-size: 80px;
}

#press > .section-inner > .section-content .quote-text > h2.quote-by {
  font-size: 40px;
  color: #0a1929;
}

#press .quote-text > h2{
  font-size: 40px;
  font-style: italic;
}
#press .quote-text > h3{
  font-size: 30px;
}

/* ##### CTA SECTION ##### */

#cta {
  background-image: url("../img/Source_wCentipede.jpg");
  background-position: top center;
  background-size: cover;
  color: #112641 !important;
  z-index: 1;
  padding: 100px 0px 20px 0px;
}

#cta .cta-title {
	padding: 60px 0px 0px 0px;
}

#cta .cta-text {
	padding: 0px 0px 10px 0px;	
	font-size: 18px;
	text-shadow: 0px 0px 10px #3EADFF, 0px 0px 30px rgba(210, 233, 251, 0.5);
}

#cta .cta-text > h1 {
	text-align: center;
	font-size: 80px;
	color: #fff;
}

#cta .countdown .cd-content{
	font-size: 60px;
}

#cta .cta-text{
	padding: 5px 0px 5px 0px;
}

#cta a.btn {
  font-family: 'Orbitron', sans-serif;
  padding: 20px 40px;
  margin-top: 40px;
  font-size: 26px;
}
/* ##### Counters Section ##### */

#rj-counters {
  background-image: url("../img/bg-counters.jpg");
  background-position: bottom center;
}


/* ##### Charts Section ##### */

#rj-charts {
  background-image: url("../img/bg-charts.jpg");
}


/* ##### Quote Section ##### */

#rj-quote {
  background-image: url("../img/bg-quote.jpg");
  
  text-shadow: none;
}

#rj-quote > .section-inner > .section-content {
  padding-top: 0px;
  padding-bottom: 80px;
  color: #0a1929;
}

#rj-quote > .section-inner > .section-content .quote-text > .quote-icon > i {
  color: #0a1929;
  padding-bottom: 20px;
}

#rj-quote > .section-inner > .section-content .quote-text > h2 {
  font-size: 40px;
}

#rj-quote > .section-inner > .section-content .quote-text > h2.quote-by {
  color: #0a1929;
}


/* ##### Keep In Touch Section ##### */

#rj-keep-in-touch {
  background-image: url("../img/bg-keep-in-touch.jpg");
}

#rj-keep-in-touch .social-icon-item .social-icon > i {
  color: #0a1929;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#rj-keep-in-touch .social-icon-item > a {
  color: #0a1929;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#rj-keep-in-touch .social-icon-item > a:hover {
  color: #3996cc;
  cursor: pointer;
}

#rj-keep-in-touch .social-icon-item.not-right-column.top-column {
  margin-bottom: 50px;
}

@media (min-width: 1023px) {
  #rj-keep-in-touch .social-icon-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}

#rj-keep-in-touch .social-icon-item.not-right-column {
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  #rj-keep-in-touch .social-icon-item.not-right-column {
    margin-bottom: 0px;
  }
}


/* ##### Testimonials Section ##### */

#rj-testimonial {
  background-image: url("../img/bg-testimonials.jpg");
}


/* ##### Countdown Section ##### */

#rj-countdown {
  background-image: url("../img/bg-countdown.jpg");
}

#rj-countdown .countdown-form {
  margin-top: 60px;
}

@media (min-width: 359px) {
  #rj-countdown .countdown-form {
    margin-top: 70px;
  }
}

#rj-countdown .countdown-form form > .input-group > span.input-group-btn > .btn {
  padding-top: 11px;
  padding-bottom: 10px;
}

#rj-countdown .countdown-text {
  margin-top: 50px;
}

#rj-countdown .countdown-text > p {
  color: #0a1929;
}


/* ##### Contact Us Section ##### */

#rj-contact-us {
  background-image: url("../img/bg-contact-us.jpg");
  background-position: bottom center;
}

#rj-contact-us .content-message {
  color: #0a1929;
  background-color: #3996cc;
  margin-bottom: 50px;
  padding: 30px;
}

#rj-contact-us .form-group .input-group {
  width: 100%;
}

#rj-contact-us .form-group label {
  color: #0a1929;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#rj-contact-us .form-group label.error {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

#rj-contact-us .form-group input,
#rj-contact-us .form-group textarea {
  color: #0a1929;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 0px;
  border-left-color: #3996cc;
}

#rj-contact-us .form-group textarea {
  height: 137px;
}

#rj-contact-us .form-group button {
  width: 100%;
  margin-top: 30px;
  border-radius: 0px;
}

#rj-contact-us .form-group span {
  color: #0a1929;
  background-color: #3996cc;
  border-radius: 0px;
  border-color: #3996cc;
}

#rj-contact-us .form-group span > i {
  width: 20px;
}

#rj-contact-us .social-icon-text > h2 {
  display: inline-block;
  color: #0a1929;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #3996cc;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #0a1929;
  margin-top: 50px;
}

#rj-contact-us .social-icon-text > h4 {
  color: #0a1929;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
}

#rj-contact-us .social-icon-text > ul.social-icon-list {
  margin-top: 20px;
}

#rj-contact-us .social-icon-text > ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #c9c9c9;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#rj-contact-us .social-icon-text > ul.social-icon-list > li a:hover {
  border-color: #0a19290a1929;
}


/* ##### Footer ##### */

footer.footer {
  /*background-color: #1c1c1c;
  border-top: 1px solid #363636;*/
  color: #888;
  background-color: rgba(0, 0, 20, 1.0);
}

footer.footer a {
  color: #c9c9c9;
}

footer.footer a:hover {
  color: #0a19290a1929;
}

footer.footer #rj-footer {
  background-color: #1c1c1c;
  padding-top: 50px;
  padding-bottom: 20px;
}

footer.footer #rj-footer .footer-column.not-right-column {
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  footer.footer #rj-footer .footer-column.not-right-column {
    margin-bottom: 0px;
  }
}

footer.footer #rj-footer .footer-column .footer-text {
  text-align: center;
}

@media (min-width: 767px) {
  footer.footer #rj-footer .footer-column .footer-text {
    text-align: left;
  }
}

footer.footer #rj-footer h4 {
  color: #c9c9c9;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

footer.footer #rj-footer p {
  font-size: 14px;
  margin-bottom: 20px;
}

footer.footer #rj-footer ul.icon-list > li {
  padding-bottom: 10px;
}

footer.footer #rj-footer ul.icon-list > li > i {
  padding-right: 10px;
}

footer.footer #rj-footer ul.social-icon-list > li {
  padding-bottom: 10px;
}

footer.footer #rj-footer ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

footer.footer #rj-footer ul.social-icon-list > li a:hover {
  border-color: #0a19290a1929;
}

footer.footer #rj-footer .newsletter-form input {
  background-color: transparent;
  border-color: #888;
}

footer.footer #rj-copyright {
  background-color: #000;
  padding: 15px 0px;
  border-top: 1px solid rgba(114, 114, 114, 0.25);
}

footer.footer #rj-copyright p {
  font-size: 13px;
  text-align: center;
  margin: 0px;
}

#navbar-social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navbar-social-list li {
	display: inline;
}

#humble-widget {
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);

	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

@media (max-width: 767px) {
	#humble-widget {
		-ms-transform: scale(0.85);
		-moz-transform: scale(0.85);
		-o-transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform: scale(0.85);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		
		margin-bottom: -70px;
	}
}

@media (max-width: 539px) {
	#humble-widget {
		-ms-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		
		margin-left: -48px;
		margin-bottom: -110px;
	}
}

@media (max-width: 500px) {
	#humble-widget {
		-ms-transform: scale(0.65);
		-moz-transform: scale(0.65);
		-o-transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform: scale(0.65);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		
		margin-left: -35px;
		margin-bottom: -120px;
	}
}

@media (max-width: 440px) {
	#humble-widget {
		-ms-transform: scale(0.55);
		-moz-transform: scale(0.55);
		-o-transform: scale(0.55);
		-webkit-transform: scale(0.55);
		transform: scale(0.55);

		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		
		margin-left: -10px;
		margin-bottom: -150px;
	}
}

#this-is-a-test {
	margin: 0px;
}