@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800,300,200);
/*************************
*******Typography*********
**************************/

@import url(https://fonts.googleapis.com/css?family=Rammetto+One);


body {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #fff;

    background: url('../images/fundo.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*
body,
.preloader {
    background: #ffff33;
    background: -webkit-linear-gradient(to bottom, #fff, #efe379, #f4e143, #f4e143, #efe379, #fff);
    background: -o-linear-gradient(to bottom, #fff, #efe379, #f4e143, #f4e143, #efe379, #fff);
    background: -moz-linear-gradient(to bottom, #fff, #efe379, #f4e143, #f4e143, #efe379, #fff); 
    background: linear-gradient(to bottom, #fff, #efe379, #f4e143, #f4e143, #efe379, #fff); 
}
*/

h1,h2,h3,h4,h5,h6,p {
  color: #fff;
  text-shadow: 2px -2px  rgba(0,0,0,.5);
}

#respContato{
    background: url('../images/fundo.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

menu{
    font-size: 16px;
}

ul {
  list-style: none;
  padding: 0;
  text-shadow: 2px -2px  rgba(0,0,0,.5);
}


a {
  color:#fff;
  text-decoration: none;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  text-shadow: 2px -2px  rgba(0,0,0,.5);
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none;
  color: rgba(255,255,255,.5);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/*************************
*******Navigation CSS*****
**************************/

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9999;
}

#header .container {
  height: 100px;
  display: table;
}

#header .container-inner {
  display: table-cell;
  vertical-align: middle;
}

#header .logo h1 {
  margin: 0;
}

#header .nav-button{
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}

#navigation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.8);
  z-index: 99999;
  text-align: center;
  display: none;
}

#modal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  z-index: 99999;
  text-align: center;
  display: none;
  overflow: hidden;
}

#modal2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  z-index: 99999;
  text-align: center;
  display: none;
  overflow: hidden;
}

.main-nav {
  background-color: #fff;
  width: 400px;;
  display: inline-block;
  position: relative;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav ul li {
  display: block;  
  text-align: center;
  margin: 0;
  padding: 0;
}

.main-nav ul li a {
  display: block;
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  color:#5e5e5e;
}

.main-nav ul li:first-child a {
  border-top: 0;
}

.main-nav ul li:hover a,
.main-nav ul li.active a {
  background-color: #333;
  color: #999;
}

#hidemenu {
  display: inline-block;
  position: absolute;
  top: -30px;
  right: -30px;
  color: #333;
}

#hidemenu:hover {
  color: #ffb43b;
}

#hidemodal {
    padding-right: 15px;
    color: #fff;
}

#hidemodal:hover {
    color: #ffb43b;
}

#hidemodal2 {
    padding-right: 15px;
    color: #fff;
}

#hidemodal2:hover {
    color: #ffb43b;
}



/*************************
*******Home Page CSS******
**************************/

#home-page .caption {
  font-weight: 600;
  font-size: 18px;
}



#page-slider > .carousel-inner,
#page-slider .item > .container {
  height: 100%;
}

#page-slider .item > .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vertical-middle {
  height: 100%;
  width: 100%;
  display: table;
}

.vertical-middle > div {
  display: table-cell;
  vertical-align: middle;
}

#welcome-page {
  margin-top: 80px;
}


#page-slider .item {
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-page-left {
  left:20px;
}

.welcome-page-right {
  right:20px;
}

.welcome-page-left, 
.welcome-page-right {
  position: absolute;
  top: 50%;
  margin-top:-35px;
  font-size: 57px;
  z-index: 10;
}

.page-header {
    font-family: 'Rammetto One', cursive;
  font-size: 50px;
  line-height: 64px;
  border: 0;
  padding: 0;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 40px;
}

.entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.overlay-container {
  display: block;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.overlay-container:hover .overlay {
  opacity: 1;
}

a.readmore {
  font-size: 36px;
  line-height: 36px;
}

.box {
  background: rgba(0,0,0,.2);
  padding: 20px;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
  border-radius: 5px;
}

.box:hover {
  background: rgba(0,0,0,.5);
}

#footer {
    font-size: 18px;
  margin: 30px 0;
}


/*************************
*****Contact Page CSS*****
**************************/

.btn {
  border: 1px solid rgba(0,0,0,.8);
  border-radius: 5px;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  background: rgba(255, 180, 59, 3);
}

.btn:hover {
    border: 1px solid rgba(0,0,0,.8);
    background: rgba(255, 180, 59, 8);
}

.btn.btn-transparent {
  background: rgba(0,0,0,.5);
  color: #fff;
}

.btn.btn-transparent:hover {
  background: rgba(255,255,255,.3);
  color: #fff;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="url"].form-control,
input[type="tel"].form-control,
textarea.form-control {
  border-radius: 5px;
  background: rgba(0,0,0,.3);
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid rgba(0,0,0,.8);
  color: #fff;
  font-size: 18px;
}

#msg{
    border-radius: 5px;
    background: rgba(0,0,0,.3);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid rgba(0,0,0,.8);
    color: #fff;
    font-size: 18px;
}

.form-control::-webkit-input-placeholder {
 color: rgba(255,255,255,.8);
}

.form-control:-moz-placeholder {
 color: rgba(255,255,255,.8);  
}

.form-control::-moz-placeholder {
 color: rgba(255,255,255,.8); 
}

.form-control:-ms-input-placeholder {  
 color: rgba(255,255,255,.8);
}

.fLab{
        padding-left: 5px;
        text-shadow: 2px -2px  rgba(0,0,0,.5);
}

#formContato{
}

.pandAp{
    padding-bottom: 25px; padding-left: 15px;padding-right: 15px;padding-top: 25px;
}

