/*-----------------------------------------------------------------------------------------------
Project:  Mos7 - Responsive Bootstrap 3 App Landing Page Template
Version:  1.6
Last change:  21/09/2016
Design by:  TemplatesPRO.com.br
-------------------------------------------------------------------------------------------------

INDEX:
01) GENERAL
02) LINKS AND BUTTONS
03) FORMS
04) HEADERS - Sections
05) PRELOADER
06) LOGO
07) NAVBAR
08) FOOTER
09) COPYRIGHT
10) MODALS
11) SLICK CAROUSEL
12) BLUEIMP GALLERY LIGHTBOX
-----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
 01) GENERAL
 ----------------------------------------------------------------------------------------------*/
html,
body { height: 100%; }
body { font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 { font-weight: 300; }

small,
.small { font-size: 86%; }

label,
.radio label,
.checkbox label,
.help-block { font-weight: 300; }

.label { font-weight: 300; }

.tooltip { font-size: 13px; }


/*----------------------------------------------------------------------------------------------
 02) LINKS AND BUTTONS
 ----------------------------------------------------------------------------------------------*/
a,
.btn {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.btn { font-weight: 300; }
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus { outline: none; }
body.btn-rounded .btn { border-radius: 5px; }
body.btn-circle .btn { border-radius: 100px; }
.btn-lg, .btn-group-lg>.btn { padding: 12px 24px 16px; }
a[href^=mailto]:after { content: attr(data-user) "\0040" attr(data-domain); }


/*----------------------------------------------------------------------------------------------
 03) FORMS
 ----------------------------------------------------------------------------------------------*/
.form-control {
  font-size: 1.2em;
  line-height: 1.2em;
}


/*----------------------------------------------------------------------------------------------
 04) HEADERS - Sections
 ----------------------------------------------------------------------------------------------*/
.section-header {
  margin: 0 0 100px;
  text-align: center;
}
.section-title {
  padding-bottom: 20px;
  display: inline-block;
  font-size: 3em;
}
.section-subtitle {
  padding: 0;
  margin-top: 0;
  font-size: 1.6em;
}
.section-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 15px auto 0;
  width: 20%;
  height: 1px;
}


/*----------------------------------------------------------------------------------------------
 05) PRELOADER
 ----------------------------------------------------------------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
}
.status {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 160px;
}


/*----------------------------------------------------------------------------------------------
 06) LOGO
 ----------------------------------------------------------------------------------------------*/
.navbar-brand {
  padding: 0;
  width: 100px;
  height: 50px;
}


/*----------------------------------------------------------------------------------------------
 07) NAVBAR
 ----------------------------------------------------------------------------------------------*/
.navbar {
  position: absolute;
  bottom: 0;
  z-index:999;
  margin-bottom: 0;
  width: 100%;
}
.navbar-nav>li>a {
  padding: 14px 9px;
  font-size: 1.25em;
  line-height: 22px;
}

/* Dropdown ...................................................................................*/
.navbar .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar.affix .dropdown-menu { bottom: auto; }

.navbar-collapse.in[aria-expanded="true"] .navbar-nav {
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}

.dropdown-menu>li>a {
  font-size: 1em;
  font-weight: 300;
}

.navbar-nav .open .dropdown-menu { padding: 0; }
.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header { padding: 12px 15px 12px 30px; }

/* Navbar Blog ................................................................................*/
.body-blog .navbar {
  position: fixed;
  top: 0;
  height: 50px;
}

.body-blog .navbar .dropdown-menu { bottom: auto; }

/* Toggle .....................................................................................*/
.navbar-toggle {
  padding: 12px 10px;
  margin-top: 6px;
}
.navbar-nav { margin: 0; }

/* Affix ......................................................................................*/
.navbar.affix {
  position: fixed;
  top: 0;
  height: 50px;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.navbar-collapse { padding: 0; }
 /* 3.0.2 bug workaround */
.navbar-collapse.in { overflow-y: visible; }
.navbar-toggle { outline:0; }


/*----------------------------------------------------------------------------------------------
 08) FOOTER
 ----------------------------------------------------------------------------------------------*/
.footer { margin-top: 80px; }
.footer .c1 { margin-bottom: -130px; }

.footer-logo {
  margin: 0 auto 40px;
  width: 124px;
  height: 124px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
}
.footer-logo:before,
.footer-logo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.footer-logo:before {
  top: 5px;
  width: 114px;
  height: 114px;
}
.footer-logo:after {
  top: 1px;
  width: 122px;
  height: 122px;
}


/*----------------------------------------------------------------------------------------------
 09) COPYRIGHT
 ----------------------------------------------------------------------------------------------*/
.copyright {
  padding: 160px 0 31px;
  font-size: 1em;
  text-align: center;
}

.copyright p { margin: 0; }
.copyright a { text-decoration: none; }

/* Button Go Top ..............................................................................*/
.go-top {
  position: fixed;
  right: 9px;
  bottom: 0;
  z-index: 999;
  display: none;
  padding: 10px 15px;
}


/*----------------------------------------------------------------------------------------------
 10) MODALS
 ----------------------------------------------------------------------------------------------*/
.modal-open,
.modal-open .modal { padding-right: 0 !important; }
.modal-backdrop.in { opacity: .6; }
.modal-dialog {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: table;
  margin: auto;
  width: 96%;
}

.modal .embed-responsive { position: static; }
.modal .embed-responsive:before {
  content: "VIDEO";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  font-size: 2em;
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}


/*----------------------------------------------------------------------------------------------
 11) SLICK CAROUSEL
 ----------------------------------------------------------------------------------------------*/
.slick-loading .slick-list { background: url('../css/vendor/images/slick-carousel/ajax-loader.gif') center center no-repeat; }
@font-face {
  src: url('../css/vendor/fonts/slick-carousel/slick.eot');
  src: url('../css/vendor/fonts/slick-carousel/slick.eot?#iefix') format('embedded-opentype'),
       url('../css/vendor/fonts/slick-carousel/slick.woff') format('woff'),
       url('../css/vendor/fonts/slick-carousel/slick.ttf') format('truetype'),
       url('../css/vendor/fonts/slick-carousel/slick.svg#slick') format('svg');
}

/* Navigation .................................................................................*/
.slick-prev,
.slick-next {
  top: 43.3%;
  width: 20px;
  height: auto;
  font-size: inherit;
}
.slick-prev { left: 10px; }
.slick-next { right: 5px; }
.slick-prev:before { content: "\f104"; }
.slick-next:before { content: "\f105"; }
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 2.5em;
  line-height: 1;
}

/* Indicators .................................................................................*/
.slick-dots {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 40px 0 0;
  margin: 0 auto;
}
.slick-dots li { margin: 0 7px; }
.slick-dots li.slick-active button:before { opacity: 1; }
.slick-dots li button:before {
  font-size: 16px;
  opacity: 0.5;
}


/*----------------------------------------------------------------------------------------------
 12) BLUEIMP GALLERY LIGHTBOX
 ----------------------------------------------------------------------------------------------*/
.blueimp-gallery > .slides > .slide-loading { background: url(../css/vendor/images/blueimp-gallery/loading.gif) center no-repeat; }
.blueimp-gallery > .slides > .slide-error { background: url(../css/vendor/images/blueimp-gallery/error.png) center no-repeat; }
.blueimp-gallery > .play-pause { background: url(../css/vendor/images/blueimp-gallery/play-pause.png) 0 0 no-repeat; }
body:last-child .blueimp-gallery > .slides > .slide-error { background-image: url(../css/vendor/images/blueimp-gallery/error.svg); }
body:last-child .blueimp-gallery > .play-pause { background-image: url(../css/vendor/images/blueimp-gallery/play-pause.svg); }
