 
html,
body,div,p,span,b,strong {
    font-size: 16px;
    line-height: 1.7;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
body {
      overflow-y: scroll;
      heigh:100%;
}
h1,h2,h3,h4,h5 {
    font-family: "Cabin",Helvetica,Arial,sans-serif;
}

h1.open-heading,h2.open-heading,h3.open-heading,h4.open-heading,h5.open-heading {
    margin: 2rem 0;
    color: #555;
}


a, a:focus, a:hover, a:active {
    outline: 0;
    cursor: pointer;
}



/* Text Colors */

.body-green .text-color {
    color: #27ae60;
}
.body-blue .text-color {
    color: #3784c6;
}
.body-red .text-color {
    color: #e74c3c;
}

/* Link Colors */

.body-green a.link-color {
    color: #27ae60;
}
.body-blue a.link-color {
    color: #3784c6;
}
.body-red a.link-color {
    color: #e74c3c;
}

a.hover-color {
    color: #333;
}

.body-green a.hover-color:hover {
    color: #27ae60;
}
.body-blue a.hover-color:hover {
    color: #3784c6;
}
.body-red a.hover-color:hover {
    color: #e74c3c;
}







/* Border Colors */

.body-green .border-color {
    border-color: #27ae60;
}
.body-blue .border-color {
    border-color: #3784c6;
}
.body-red .border-color {
    border-color: #e74c3c;
}

/* Background Colors */

.body-green .background-color {
    background-color: #27ae60;
}
.body-blue .background-color {
    background-color: #3784c6;
}
.body-red .background-color {
    background-color: #e74c3c;
}
.body-green .bg-hover-color:hover {
    background-color: #229652;
}
.body-blue .bg-hover-color:hover {
    background-color: #2980b9;
}
.body-red .bg-hover-color:hover {
    background-color: #c0392b;
}



/* Buttons */

.btn-primary, .btn-success, .btn-info, .btn-warning, .bnt-danger, .btn-color {
    color: #FFF !important;
}
.btn-default {
    color: #333 !important;
}
.body-green .btn-link:hover {
    color: #27ae60;
}
.body-blue .btn-link:hover {
    color: #3784c6;
}
.body-red .btn-link:hover {
    color: #e74c3c;
}
.body-green .btn-color {
  background-color: #27ae60;
  border-color: #229652;
}
.body-green .btn-color:hover,
.body-green .btn-color:focus,
.body-green .btn-color:active {
  background-color: #229652;
  border-color: #1A7440;
}
.body-blue .btn-color {
  background-color: #3784c6;
  border-color: #3784c6;
}
.body-blue .btn-color:hover,
.body-blue .btn-color:focus,
.body-blue .btn-color:active {
  background-color: #2980b9;
  border-color: #1D5C86;
}
.body-red .btn-color {
  background-color: #e74c3c;
  border-color: #c0392b;
}
.body-red .btn-color:hover,
.body-red .btn-color:focus,
.body-red .btn-color:active {
  background-color: #2e70a7;;
  border-color: #2e70a7;;
}





.text-inverse {
    color:#fff;
}

.font-size-smaller {
    font-size: smaller;
}

.scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.ib {
    display: inline-block;
}

#liveform-alert {
    position: fixed;
    top:40px;
    left:0;
    right:0;
    z-index: 99999;
    margin: 0 auto;
    width: 400px;
}


img.brand {
    height:50px;
}

ol.breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 0;
    line-height: 1.4;
}


.jumbotron.page-header {
    background:#fff;
    padding-bottom: 0px;
    margin:0;
}

.jumbotron.page-header h1.page-heading {
    font-size:51px;
}

.nav-bar-wrapper {
    background-color: #f1f1f1;
    
}


/* main navigation */

.main-nav .nav-link {
    font-size: .9em;
    font-weight: 400;
    padding: 1.1em;
}

.main-nav a.nav-link:hover, .main-nav a.nav-link:focus, .main-nav a.nav-link:active {
  background: rgba(0, 0, 0, 0.025);
}

/* image overlay */

.image-overlay {
    position: relative;
    width: 100%;
    background-position: center;
    height: 300px;
   
    background-size: cover;
}

/* Small. Above 34em (544px) */
@media screen and (min-width: 34em) {
   .image-overlay {}
}

/* Medium. Above 48em (768px) */
@media screen and (min-width: 48em) {

   .image-overlay { height: 300px; display:block;}
}

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
    
    .image-overlay{height:300px; display:block;}

}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
    .image-overlay{height:500px; display:block;} 
}

/* Extra Extra large. Above 75em (1680px) */
@media screen and (min-width: 105em) {
   .image-overlay {height:550px; display:block;} 
}


.image-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

.img-responsive {
    width: 100%;
    height: auto;
}

ul.grid {
    padding:0;
}


/* box */      
.box {
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.box-content {
    height:100%;
    width:100%;
}

.box-center {
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}    

/* /box*/    


.fill-space:empty::after {
    content: "No content...";
    visibility: hidden;
}

.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}



.page-main {
    min-height: 300px;
}






/* footer  + sub-heading*/
.page-footer {
    padding: 2rem;
    min-height: 200px;
    background-color: #f1f1f1; 
}    
h5.footer-heading, h5.sub-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;  
    color: #636363;
}






/* footer links */
.footer-links {
    padding: 1rem 0;
    background: #f7f7f7;
}

.nav.nav-inline.footer-links {
    font-size: 14px;
    color: #999;
}

.nav-inline.footer-links .nav-item+.nav-item, .nav-inline.footer-links .nav-link+.nav-link {
    margin-left: .25rem;
}

.footer-links a.nav-link {
    color: #999;
}
.footer-links a.nav-link:hover {
    color: #333;
    text-decoration: underline;
}




/* follow links */
.nav-inline.follow-links .nav-item+.nav-item, .nav-inline.follow-links .nav-link+.nav-link {
    margin-left: .25rem;
}
.nav-inline.follow-links .nav-item a {
    padding: 2px 4px;
    background: #bbb;
    color: #fff;
    border-radius: 4px;
}
.nav-inline.follow-links .nav-item a:hover {
    background: #aaa;
}







/* social sharing links */
.nav-inline.social-sharing {
    margin: 2rem 0;
}

address.organization, address.organization a {
    margin:0;
    font-weight: 600;
}
address.margin-off {
    margin:0;
}



/* custom utils */

.bg-ff {
    background-color:  #ffffff;
}
.bg-f1 {
    background-color:  #f1f1f1;
}
.bg-f2 {
    background-color:  #f2f2f2;
}

.bg-f4 {
    background-color: #f4f4f4;
}

.bg-f7 {
    background-color: #f7f7f7;
}
.bg-ee {
    background-color: #eeeeee;
}
.bg-dd {
    background-color: #dddddd;
}
.bg-cc {
    background-color: #cccccc;
}
.bg-bb {
    background-color: #bbbbbb;
}

.text-cc {
    color: #ccc;
}

/* spacers */
.m-t-0 {
    margin-top:0;
}
.m-b-0 {
    margin-bottom:0;
}

.m-t-1 {
    margin-top:1rem;
}
.m-b-1 {
    margin-bottom:1rem;
}


.m-t-2 {
    margin-top:2rem;
}
.m-b-2 {
    margin-bottom:2rem;
}

.m-t-4 {
    margin-top:4rem;
}
.m-b-4 {
    margin-bottom:4rem;
}
.m-t-6 {
    margin-top:6rem;
}
.m-b-6 {
    margin-bottom:6rem;
}

/* shadows */

.shadow {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}
.shadow-sm {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}

.shadow-lg {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}

/* border radius */

.b-r-0 {
 border-radius: 0;
}
.b-r-sm {
 border-radius: .25rem;
}
.b-r-lg {
 border-radius: .5rem;
}

.b-0 {
    border:none;
}


/* line spacing tight */
.ls-sm {
    line-height: 1.4;
}


/* inquiry form cost calculator*/

form.inquiry-form-calculator {
    background: #fafafa;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2rem;
    border: 1px solid #eee;
}
form.inquiry-form-calculator h3 {
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
}


.floating-widget {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
}


.btn-raised {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.btn-raised:active,
.btn-raised.active,
.btn-raised:active:focus,
.btn-raised.active:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-raised:focus, .btn-raised:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-raised[disabled],.btn-raised.disabled,.btn-raised[disabled]:hover,.btn-raised.disabled:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

/*
  material round button
*/
.btn-circle.btn-lg {
  width: 78px;
  height: 78px;
  min-width: 78px;
}
.btn-circle.btn-lg span {
  line-height: 78px;
}
.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.btn-circle.btn-sm span {
  line-height: 40px;
}
.btn-circle.btn-xs {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.btn-circle.btn-xs span {
  line-height: 30px;
}

.btn.btn-circle {
   padding: 0;
   border-radius: 50%;
   border:0;
}

.btn-circle span {
    line-height: 56px;
}

.btn-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
}


/* cta */

.cta-btn {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    padding: 20px 40px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}



/* icons */

i.rounded {
padding: 4px;
color: rgba(255, 255, 255, 0.95);
border-radius: 4px;
}



i.rounded-success {
background: #5cb85c;
padding: 4px;
color: #fff;
border-radius: 4px;
}





/* landscape cards */
.card.card-landscape {
    overflow: auto;
}    

.card.card-landscape img, .card.card-landscape .card-block {
     display: inline-block;
     float: left;   
}
.card.card-landscape img {
    width: 25%;
    border-right: 1px solid #bbb;
}
.card.card-landscape .card-block {
    width: 75%;
}    


.img-delete {
    position:absolute;
    bottom:5px;
    right:5px;
}



/* coming soon */
.comingsoon {
    background-color: #282828;
    text-align: center;
    background-image: url("http://app.xwizi.com/comingsoon.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.backcover {
    background: rgba(51, 51, 51, 0.65);
}

.comingsoon section {
    padding: 120px 0;
}
.comingsoon .block {
    margin-bottom: 50px;
    color: #fff;
}
.comingsoon .footer-links {
    position: fixed;
    bottom:0;
    left: 0;
    right:0;
    background: transparent;
    color: #fff;
}
.comingsoon .footer-links a.text-link {
    color: #eee;
}
.comingsoon .footer-links a.text-link:hover {
    color: #f45b4f;
}

.footer-tudo {
    padding:50px;
}




.error-404 {
    content: '404';
    font-size: 200px;
    line-height: 200px;
    font-weight: bold;
    color: #ddd;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.fs-smaller {
  font-size: smaller;
}
.fs-18 {
  font-size: 1.2em;
}

.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}