/*
 *
 */
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
@import url(http://fonts.googleapis.com/css?family=Open Sans:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
/* var text-decoration */
/*--
	Common Css
--*/
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

//FONT STANDARDS
h1,h2,h3,h4,h5,h6 {
  font-family: 'Merriweather Sans', sans-serif;
}
p {
  font-size: 15px;
}
h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  text-transform: uppercase;
}
h5 {
  font-size: 15px;
  text-transform: uppercase;
}
h6 {
  font-size: 10px;
  text-transform: uppercase;
}
.serif {
}
.page-content {
  padding: 60px 30px;
  letter-spacing: 1px;
}
p {
  line-height: 1.5em;
  margin: 0 0 25px;
}
ul {
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666;
}
/*--
	Header Start
--*/
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
header {
  background: #fff;
  padding: 10px 0 20px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand {
  font-family: 'Merriweather Sans', 'sans-serif';
  padding-top: 16px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 10px;
}
header .navbar-default .navbar-nav li a {
  padding: 10px 20px;
  font-size: 15px;
}
header a {
  cursor: pointer;
}
font header .navbar-default .navbar-nav li a:hover {
  color: #aaa;
}
#global-header {
    background-size: cover;
	background-color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    background-attachment: fixed;
	color: #fff;
}
#global-header h1 {
	letter-spacing: 2px;
}
.nebula-right {
	background: url("../fantasyland-assets/space-stars-scene.jpg") no-repeat;
}
.nebula {
    background: url("../fantasyland-assets/nebula.jpeg") no-repeat;
}

/*---------------------------------------------
					Index Start
-----------------------------------------------*/
/*--
	Slider Start
--*/
#slider {
  background: rgba(0, 0, 0, 0);
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 180px 0;
  position: relative;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#slider .block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.0);
}
#slider .block .title {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 3px;
  padding-top: 42px;
  padding-bottom: 28px;
}
.overlaid {
  background: rgba(0,0,0,0.15);
  background: linear-gradient(0deg, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0.4) 95%, rgba(0,0,0,0.0)); /* Standard syntax */
}
.overlaid .button {
  background-color: rgba(0, 0, 0, 0.5) !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.overlaid #mc_embed_signup {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}
.overlaid #mc_embed_signup form {
  padding-top: 0px !important;
}
#slider .block p {
  text-align: justify;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 3px;
  padding: 7px 20px;
  opacity: 1.0;
}
#background-video {
   position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: -1;
    width: 100%;
    min-width: 1200px;
    max-height: 1600px;
    height: auto;
}
#background-overlay {
	position:absolute;
    background-color: rgba(0,0,0,0.1);
    background-image: url("../fantasyland-assets/overlay.png");
    opacity: 0.9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.fli-std-button {
    display: inline-block;
    padding: 8px 10px;
    background: rgba(255,255,255,0.6);
    color: rgba(0,0,0,0.7);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fli-std-button:hover {
    background: rgba(255,255,255,0.8);
    color: rgba(0,0,0,0.9);
}
/*--
	whats-new Start
--*/
#whats-new {
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#whats-new:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#whats-new h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#whats-new p {
  font-size: 14px;
  line-height: 1.6;
}
#whats-new .btn-whats-new {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
/*=============================================*/
/*---------------------------------------------
					 Contact Start
-----------------------------------------------*/
/*--
	slider-contact Start
--*/
#slider-contact {
  background: url("../img/slider-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
}
#slider-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#slider-contact .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
}
#slider-contact .block h1 {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 6px;
  padding-bottom: 15px;
}
#slider-contact .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	contact-form Start
--*/
#contact-form {
  padding-top: 70px;
  padding-bottom: 35px;
  font-size: 20px;
}
#contact-form .block form .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
#contact-form .block form .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .block form .form-group-2 {
  padding-bottom: 15px;
  margin: 0px;
}
#contact-form .block form .form-group-2 textarea {
  background: #F6F8FA;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .block button {
  width: 100%;
  height: 60px;
  background: #47424C;
  border: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
/*--
	wrapper-contact Start
--*/
.address-block li {
  margin-bottom: 20px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
#contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
}
#contact-box .block img {
  width: 100%;
}
#contact-box .block h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
}
#contact-box .block p {
  color: #5C5C5C;
  display: block;
}
/*--
	features-contact Start
--*/
#features-contact {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-contact .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
/*---------------------------------------------
					Contact Close
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}
/*---------------------------*/
/*--
	footer Start
--*/
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  position: absolute;
  width: 100%;
  height: 80%;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #595959;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}
/*---------------------------*/
/*--
    About Team start
--*/
/*---------------------------*/
.card {
  padding-bottom: 40px;
  padding-left: 18px;
}
.card:after {
    content: '';
    display: block;
    clear: both;
}
.card-image {
  width: 240px;
  padding-right: 20px;
  float: left;
}
.card-title {
  font-size: 28px;
  font-weight: 600px;
}
.card-text {
  color: #666;
  font-weight: 100px;
  max-width: 800px;
}
/*--
    Misc start
--*/
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
