
/*
 Description: Martins Empreendimentos
 Desenvolsimento: Edson L. Siqueira:edson.php@gmail.com | Criação: Rony Rodrigues
 Empresa: Rony Rodrigues - Marketing Digital
 Data:  Março/2016
*/

/*@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/AvenirLTStd-Book.otf')  format('opentype'),
  url('../fonts/AvenirLTStd-Book.woff') format('woff'), 
  url('../fonts/AvenirLTStd-Book.ttf')  format('truetype'), 
  url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
html{
    overflow: hidden;
}
html,body{
    padding: 0;
    margin : 0;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'AvenirLTStd-Book' !important; */
    
}

h1, h2, h3, h4 { font-weight: normal; }

.main-container{
   display: block;
   position: relative; 
   /*background:#fff url('../img/bg-04.jpg') no-repeat bottom center;*/
   background-color:#e76100;
   height: 75%;
   min-height: 600px;
/* -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
   font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;*/
}

body{
   position: relative; 
   overflow: auto !important;
}


body .bottom{
    position: relative;
    width:100%;
    height:auto;
    min-height:200px;
    background-color:#fff;
}

body > .preload{
    position: absolute;
    width  : 1px;
    height : 1px;
    overflow: hidden;
    left: -1px;
    top:  -1px;
}

.table{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: table;
    table-layout:fixed;
}

 .table > .table-cell{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto !important;
    padding: 0;
    margin: 0;
}


.logo-center{
    width: 100%;
    max-width: 330px;
    margin: 35px auto;
}


.header-title{
    margin-top: 25px;
    margin-bottom: 50px;
    font-family: 'Arimo', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #eff4ef;
    font-weight: 300;
    text-transform: uppercase;
}

.form{
    margin-top: 15px;
}


.inner-addon {
  position: relative;
}


.inner-addon .glyphicon{
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color:#8f9199;
}


.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}




.left-addon textarea,
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

textarea.form-control{min-height: 70px;}



.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 145, 61, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 145, 65, .6);
}

.form-group.has-error .help-block,
.form-group .help-block{
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
}


.btn-default{
    color:#717171;
}


.bottom .container{
    max-width:600px;
    padding-top:28px;
    padding-bottom:28px;
}

.bottom .pin,
.bottom .email,
.bottom .phone,
.bottom .facebook{
    position: relative;
    display: block;
    text-align: left;
    padding-left:35px;
    padding-top:6px;
    padding-bottom:6px;
    padding-right:20px;
    margin: 0;
    background-repeat: no-repeat;

}

.bottom .pin{
    background-image: url('../img/pin.png');
    background-position:left 15px;
    margin-top:15px;
}

.bottom .phone{
    background-image: url('../img/phone.png');
    background-position:left center;
}

.bottom .email{
    background-image: url('../img/close-envelope.png');
    background-position:left center;
    margin-top: 5px;
}

.bottom .facebook{
    background-image: url('../img/facebook-logo.png');
    background-position:left center;
    margin-top: 5px;
}

.bottom p, 
.bottom a,
.bottom a:hover,
.bottom a:focus,
.bottom address{
    color:#e76100;
    font-size: 15px; 
}
.bottom a,
.bottom a:hover,
.bottom a:focus{
  text-decoration: none;  
}

@media (max-width:768px){
    .header-title{
        margin-top:10px;
        margin-bottom: 10px;
    }
}






/*
.header-title{
    text-transform: uppercase;
    font-family: 'Lustria', serif;
    text-align: center;
    color: #c0c0c0;
    text-shadow: 2px 2px 2px rgba(51, 51, 51,0.5);
}
.header-title > span{
    font-size: 28px;
}
.bg-white{
    width :100%;
    height:298px;
    background-image: url('../img/bg-white-1.png');
    background-repeat: no-repeat;
    background-position: center;
}

.bg-white > .container{
    padding-top: 46px;
    padding-bottom:46px;
}

.bg-white .logo-center{
    margin: 0 auto;
}

@media (max-width:991px){
   .bg-white{
     height:auto;
   }
   .bg-white > .container{
     padding-top: 35px;
     padding-bottom:35px;
     -webkit-box-shadow: 0px 12px 17px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 12px 17px 5px rgba(0,0,0,0.2);
     box-shadow: 0px 12px 17px 5px rgba(0,0,0,0.2);
   }
}

@media (max-width:768px){
    .bg-white > .container{ 
      padding-top: 30px;
      padding-bottom:30px;
    } 
}

a.link-facebook{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom:85px;
    text-transform: uppercase;
    font-family: 'Lustria', serif;
    text-align: center;
    font-size: 24px;
    color: #c0c0c0;
    background-image: url('../img/icon-facebook.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top:25px;
    text-shadow: 2px 2px 2px rgba(51, 51, 51,0.5); 
}

a.link-facebook:active,
a.link-facebook:focus,
a.link-facebook:hover{
  color   :#c0c0c0;
  outline :0;
  text-decoration: none;
}

.list-addr{
    padding: 0;
    margin:50px auto;
    margin-bottom: 0;
    width: 630px;
    max-width:100%;
    text-align: center;
}

.list-addr > li{
    position: relative;
    list-style: none;
    display: inline-block;
    padding-left : 3px;
    padding-right: 3px;
    margin: 0;
}

.list-addr > li,
.list-addr > li > a,
.list-addr > li > a:hover,
.list-addr > li > a:focus{
    text-transform: uppercase;
    font-family: 'Lustria', serif;
    text-align: center;
    font-size: 18px;
    color: #bcbcbc;
    text-shadow: 2px 2px 2px rgba(51, 51, 51,0.5);
}

a.rrony{
    display: block;
    width:23px;
    height: 28px;
    background:transparent url('../img/rrony.png') no-repeat center;
    margin: 25px auto;
}

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

@media (max-width:768px){
    
    .list-addr > li,
    .list-addr > li > a{
        font-size: 12px;
    }
    .list-addr > li.divider{
        display: none;
    }
    .list-addr > li{
        display: block;
        width: 100%;
        text-align:center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .list-addr{
       margin-top:25px;
    }
}



