


.user_info {
    display: none;
}

.contact-section{
  
  padding-bottom: 64px;
}

#contactFormSubmitBtn{
  margin-bottom: 15px;
}


#validateBox,#successBox{
  display: none;
}

/*!
 * FONTS
 */


 /*@import url('https://fonts.googleapis.com/css?family=Markazi+Text|Archivo:400,400i,700,700i');*/



@font-face {
    font-family: "Comfortaa-Bold";
    src: url(fonts/Comfortaa-Bold.ttf) format("truetype");
}


@font-face {
    font-family: "Comfortaa-Regular";
    src: url(fonts/Comfortaa-Regular.ttf) format("truetype");
}


@font-face {
    font-family: "Comfortaa-Light";
    src: url(fonts/Comfortaa-Light.ttf) format("truetype");
}



@font-face {
    font-family: "Comfortaa-Medium";
    src: url(fonts/Comfortaa-Medium.ttf) format("truetype");
}




/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  transition: 0.2s;
  -moz-transition: 0.2s;s
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

a:focus,
a:hover {
  opacity: .7;
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #000;
}
body {
  font-family: "Comfortaa-Regular";
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.site_title{

  font-family : "Comfortaa-Bold" !important;
  text-transform: uppercase !important;
 
}


h1,h2,h3{

  font-family: "Comfortaa-Bold";

}

.site_title_xrbc{
   font-family: "Comfortaa-Bold";
   color: black;
}


#bgndVideo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: 1;
}

#topsection{
  z-index: 3 !important;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
   z-index: 2;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  position:relative;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 0px;
}

/*
 * Header
 */

.masthead-nav > li,
.masthead-brand > li {
  display: inline-block;
}
.masthead-nav > li + li,
.masthead-brand > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a,
.masthead-brand > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus,
.masthead-brand > li > a:hover,
.masthead-brand > li > a:focus {
  background-color: transparent;
  color:#fff;
}

.masthead a {
  text-decoration: none;
}


.featurette-image{
  opacity: 0.75;
  border-radius: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.featurette-divider{
  margin-top: 100px;
  margin-bottom: 100px;
}



.lucit_slogan{
font-family: 'Comfortaa-Light';
font-size: 30px;
padding-top: 0px;
padding-bottom: 100px;
padding-left: 30px;
padding-right: 30px;

}


button,h2 {

text-transform: uppercase !important;

}
.lead{
  font-family: 'Comfortaa-Light';
}



@media (max-width: 768px) {



.site_title{
  font-size: 60px;
}

.lucit_slogan{
  font-size: 18px;
}

.featurette-heading{
  font-size: 22px;
}

.cover-container{
	margin-top: 33%;
}

}


@media (min-width: 768px) {


  .site_title{
 
  font-size: 145px;
}

.vk_inputline label{
    float:left;
    padding-left: 15px;
  }




  .lead{
    padding: 24px;
  }

  .contact-section {

    margin-left:-32px;
  }

  .contact_form_message_group{

    margin-bottom: 10px !important;

  }

  #ContactInputMessage{
    height: 182px !important;
  }


  .contact_header_text{

    padding-left: 10%;
    padding-right: 10%;

  }

  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/* VIDEO BACKGROUND */

.video-background {
  z-index:550;
  text-align:center;
  height:100%;
  min-height:100%;
  position:relative;
  overflow:hidden
}

.video-background .video-background-container {
  width:830px;
  max-width:100%;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}

.video-background-title {
  font-size:78px;
  color:#fff;
  font-weight:300;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:22px;
  padding-top:20px;
  display:inline-block;
  background-attachment:scroll;
  background-repeat:repeat-x;
  background-position:top center
}

.video-background-default-image {
  background:url(img/cover.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  width:100%;
  height:100%;
  z-index:0;
  backface-visibility:hidden
}

.overlay {
  /*background: rgba(0, 0, 0, 0.4);*/
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.overlay_light {

  /*background: rgba(0,0,0,0.4) !important;*/
 
}

/*cover
 * Cover
 */


.cover .btn-lg {
  padding: 15px 50px;
  font-weight: bold;
}

.cover-heading {
  font-family: "Great Vibes", serif;
  font-size: 60px;
  /*
  transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);*/
}

small {
    color:#ccc!important;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


.cover {
  padding: 0 0px !important;
}

.lead{
  padding-left:30px;
  padding-right: 30px;
}


@media (min-width: 768px) {


.lead{
  padding-left:0px;
  padding-right: 0px;
}


.cover {
 
  padding: 0 20px;
}

  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle;
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }

  .cover-heading {
    font-size: 100px;
  }
}

@media (min-width: 992px) {
  .mastfoot,
  .cover-container {
    max-width: 800px;
  }
  .masthead {
    max-width: 100%;
     }
}