/*
Template Name: fontanero

Description: HTML5 / CSS3 Multi Page
Version: 1.0
Develop by: uiCookies.com
*/

/*------------------------------------------------------------------
[Layout]

* body
  + wrapper / #wrapper
    + offcanvas-pusher /
      + content-wrapper /
        + container /
          - header
            -header-wrapper
              -header-top
              -main-nav-bar
        + container-fluid
          -banner-section
            -carousel / slide
              -carousel-indicators
              -carousel-inner
        + container /
          -welcome-section
        + container /  
          -service-section
            -tablist
            -tab-content
        + container /
          -service-activity
            -activity-head
            -activity-list-items
              -activity-list
        + quote-section /
          - container 
          - quote
        + container / 
          -our-clients-carousel
            -our-client-thumb
              -item
        + container /
          -footer-top
          -footer

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  [Color codes]


# Background   : #ffffff
# Content      : #888888
# Header h1    : #888888
# Header h2    : #888888
# Footer       : #888888

# a (standard) : #ffffff
# a (visited)  : #fdc312
# a (active)   : #fdc312
-------------------------------------------------------------------*/


/*
   * What follows is the result of much research on cross-browser styling.
   * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
   * Kroc Camen, and the H5BP dev community and team.
   */

/* ==========================================================================
     Base styles: opinionated defaults
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
html,
button,
input,
select,
textarea {
    color : #5555555;
    }

html {
    font-size   : 14px;
    line-height : 1.5em;
    }

/*
   * Remove text-shadow in selection highlight: h5bp.com/i
   * These selection rule sets have to be separate.
   * Customize the background color to match your design.
   */

::-moz-selection {
    background  : #B3D4FC;
    text-shadow : none;
    }

::selection {
    background  : #B3D4FC;
    text-shadow : none;
}


/*
   * Remove the gap between images, videos, audio and canvas and the bottom of
   * their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video {
    vertical-align : middle;
    }

/*
   * Remove default fieldset styles.
   */

fieldset {
    border  : 0;
    margin  : 0;
    padding : 0;
    }

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize : vertical;
    width:100%;
    border: 1px solid #e8e8e8;
    padding: 1em 1.5em;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 1rem;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  border: 1px solid;
  margin: -1px 0;
}
a,
a:active,
a:focus,
a:active {
    text-decoration : none !important;
    outline         : none
    }

a {
    color           : #9d2425;
    text-decoration : none;
    transition      : all 0.2s ease 0s;
    }

a:hover,
a:focus {
    color           : #9d2425;
    text-decoration : underline;
    }

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,


h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.571rem;
  line-height: 1.111em;
}

h2 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.143rem;
}

h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.714rem;
  line-height: 1.875rem;
  margin: 0rem;
}
h4 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.286rem;
  line-height: 1.875rem;
  margin: 0rem;
}


.btn{
	
    background: #9a1d1d;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 18px;
	font-size:20px;
	font-weight:bold;
	margin:15px auto;
    border-radius: 0;
    display: inline-block;
    -webkit-transition         : all 0.3s ease 0s;
    -moz-transition            : all 0.3s ease 0s;
    -o-transition              : all 0.3s ease 0s;
    transition                 : all 0.3s ease 0s;
}

.btn:hover, .btn-default:hover{
    background: #a10d4f;
    color:#ffffff;
    border-color:#a10d4f !important;
}
.btn-default.focus, .btn-default:focus {
    color: #ffffff;
    background-color: #3c4461;
    border-color: #3c4461 !important;
}

.cor{background:#0F3;}
body {
    font-family: 'Open Sans', sans-serif;
    color:#919191;
	background-image: url(../img/bg_topo.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#fafafa;
    font-weight                : 400;
    font-style                 : normal;
    font-size                  : 1rem;
    line-height                : 1.857em;
    -webkit-text-size-adjust   : 100%;
    -webkit-overflow-scrolling : touch;
    -webkit-font-smoothing     : antialiased !important;
    -webkit-transition         : all 0.3s ease 0s;
    -moz-transition            : all 0.3s ease 0s;
    -o-transition              : all 0.3s ease 0s;
    transition                 : all 0.3s ease 0s;

}

.wrapper{
  
}
.header-top{
  padding: 30px 0 22px 0;
}

@media (max-width : 767px) {
	.header-top{
	  padding: 30px 0 22px 0;
	  overflow: hidden;	
	}
}


.logo {
  
}

.header-connection{
  text-align: right;
  line-height: 1.5em;
}
.header-top strong{
  color:#55595d;
 }
.social li{
	text-align:left;
	float:right;
	display:inline-block;
	padding:0 5px 5px 5px;
}

.social a {
    color: #39170e;
    font-size: .8rem;
}
.social a:hover{
  color:#9d2425;
}
.header-top p{
  margin:0;
}

/*----------------------------
 Navigation  bar Style
-----------------------------*/
.main-nav-bar{
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}
.navbar-collapse,
.navbar-default {
    background-color: transparent; 
    border-color: transparent;
}
.navbar{
    margin:0;   
    min-height: 0;
}
.main-nav{
  padding-left: 0px;
  border-top: 0px solid rgba(0, 0, 0, .05);
  border-radius: 0;
  
}
.main-nav li{
    display:inline-block;
    margin: 12px 15px 14px 0;
}
.main-nav .active{
   border-top:1px solid #9d2425;
}
.main-nav li a{
    font-family: 'Open Sans', sans-serif;
    font-size:1rem;
    display: inline;
    margin-bottom: 0;
    padding:15px 0;
    font-weight:700;
    color: #39170e;
}
.main-nav li > a:hover, .main-nav li > a:focus{
    color:#6c6c6c;
    background: transparent;
    border-top:0px solid #9d2425;
}


/*--------------------------------------------
  breadcrumb-area
-----------------------------------------------*/
.breadcrumb-area{
  background: #f4f4f4; padding:20px 0 20px 0;  border-bottom:1px #FFF solid;
}

.breadcrumb{
  background: transparent;
  padding: 0;
  color:#0c0704 !important;
  text-transform:uppercase;
  text-align:center;
  font-weight:700;
  margin-bottom:50px;
}
.breadcrumb a, 
.breadcrumb>.active{
  color: #0c0704 !important;
}
.breadcrumb a:hover{
  color: #f20021 !important;
}

/*---------------------------
Dropdown menu style
-------------------------*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: none;
}
.main-nav .dropdown-menu{
    min-width:190px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
    background: #ececec url(../imagens/border.jpg) center top repeat-x;
    border-radius: 0;
    left: -20px !important;
    display:block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    padding: 0 0;
	z-index:100;
    margin-top: 15px !important;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-nav .dropdown-menu li{
  display: block;
}
.main-nav .dropdown-menu li:first-child{
  padding-top:0;
}
.main-nav .dropdown-menu li a{
    color: #808080;
    display: inline-block;
    padding: 0px 30px;
}
.main-nav .dropdown-menu li a:hover{
  color:#9a1d1d;
  background: transparent;  
  border-top: 0;
}
.main-nav .dropdown:hover .dropdown-menu{
  display:block;
  opacity: 1;
  visibility: visible;
  left:0px !important;
}

.header-right{
  text-align: right;
  margin-right: -2px;
}

#header-right input{
  width:28px;
  line-height: 3.3em;
  box-sizing: border-box;
  border: 0px;
  border-radius: 0px;
  font-size: 1em;
  margin-top:1px;
  background-color: transparent;
  padding:0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
input.empty {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

#header-right input[type=search]:focus{
  width:250px;
  outline: none;
  background:#eee;
  padding: 0 10px;
}

:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
 
:focus::-webkit-input-placeholder { 
  color: ffffff !important;  
}


/* Extra small devices (phones, less than 768px) */
@media (max-width : 767px) {
    .logo{
      margin-bottom: 15px;
    }
    .header-wrapper {
      padding: 0; 
    }

    .header-connection {
        text-align: left;
    }

    .navbar-default .navbar-toggle {
      padding: 0 .5em;
      top: -6px;
    }
    .main-nav-bar{
      position:absolute;
      top:2.857em;
      right:0;
    }
}

/*---------------------------
offcanvas-menu
--------------------------*/
.offcanvas-menu {}
.offcanvas i{
  font-size:1.75rem;
  color:rgba(0,0,0, .8);
}
.offcanvas button{
    margin: -1.2em 0;
}
.navbar-header .navbar-toggle:focus, .navbar-header.navbar-toggle:hover {
    background-color: transparent;
}
.offcanvas-menu h1 {
  font-size: 1.4rem;
  padding: 1em 1.7em;
  color: #999;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.7em;
}

#menu>li {
  line-height: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#menu>li:last-child {
  border-bottom: 0;
}
#menu>li ul li{
  margin-left: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#menu li a {
  display: block;
  text-decoration: none;
  color: #999999;
  padding: 0 1em;
}
#menu li a:hover,
#menu li.active a {
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.offcanvas-menu .close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 38px;
  height: 38px;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.offcanvas-menu .close:hover {
  background: rgba(0,0,0, .3);
  color:#fdc312;
}



/*-----------------------
 * Image Alighnment
 *-----------------------*/


  .alighn-left{
    float: left;
    margin:15px 15px 0 0;
  }

  .alighn-right{
    float: left;
    margin:15px 0 15px 15px;
  }

/*----------------------------------------------
  Banner-section
------------------------------------------*/
.container-fluid{
  padding:0;
}
.carousel-caption{
    right: 15%;
    left: 49%;
    bottom: 50px;
    padding-bottom: 30px;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h1{
  color:#0888cb;
  line-height: 1.2;
  text-transform: uppercase;
}
.carousel-caption p{
  color:#888888;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    background: #9d2425;
	border:1px solid #9d2425;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background: #9d2425;
    border:1px solid #9d2425;
}

@media(min-width: 768px) and (max-width: 1199px){
  .carousel-caption{
    bottom:1em;
  }
  .carousel-caption h1 {
    font-size:1.5rem;
  }
  .carousel-caption p {
    margin:0;
  }
  .carousel-caption a {
    margin-top:7px;
    padding:0 8px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
}

/*--------------------------------------------
  Welcome section style
--------------------------------------------*/
.welcome-section{
  padding:5em 0;
  overflow: hidden;
}
.welcome-thumb{
  float:left;
  width:36%;
  padding-right: 50px;
}
.welcome-content{
  float:left;
  width:64%;
}

@media(max-width: 767px){
  .welcome-thumb{
    width:100%;
    padding:0 0 1em;
  }
  .welcome-content{
    width:100%;
  }
}

/*--------------------------------------------
  Service section style
--------------------------------------------*/
.service-section{
  overflow: hidden;
  padding-bottom: 5em;
}

.tablist{
  padding: 1.5em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-left:0;
  border-right:0;
  margin-bottom: 5em;
}
.service-section li:first-child{
  font-size: 1.571em;
  margin-right: 9.286em;
  padding: 0;
  border:0;
}
.service-section li{
  border-radius: 0;   
  padding: 0 1em;
  display: inline-block;
  border-left: 2px solid rgba(0,0,0,.3);
}
.service-section li:last-child{
  border-right: 2px solid rgba(0,0,0,.3);
}
.service-section li a{
    border-radius: 0;
    border: 0;
    margin: 0;
    color: #888888;
    font-weight: bold;
    font-size: 1.571rem;
    text-transform: uppercase;
    padding-bottom: 1em;
}
.service-section .active a, 
.service-section .active a:focus, 
.service-section .active a:hover  
{
  color: #9d2425;
  background: #ffffff;
  border-bottom: 2px solid #9d2425;
}
.service-section li a:hover{
  color: #9d2425;
  background: #ffffff;
  border-bottom: 2px solid #9d2425;
}

.service-item{
  position: relative;
  margin-bottom:2.1em;
}
.service-item::before{
  content: " ";
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  background: #9d2425;
  opacity: 0;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
}

.service-item:hover::before{
  opacity: .9;
}
.service-description{
  position: absolute;
  left:0;
  bottom: 0;
  padding: 0 2.8em 2.8em;;
}
.service-description h3{
    color: #ffffff;
	font-size:18px;
    border-left: 5px solid #9d2425;
    line-height: 1.8rem;
    padding-left:.4em;
    text-transform: uppercase;
}
.service-description p{
  color:#ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -7em;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
}

.service-item:hover p{
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.service-item:hover .service-description h3{
    border-left: 5px solid #ffffff;
}

@media(max-width: 767px){
  .service-section li:first-child {
    margin-right: 0;
  }
  .service-section li a {
    font-size: 1rem;
  }
}
@media(min-width: 480px) and (max-width: 991px){
  .service-section li:first-child {
    margin-right: 2rem;
  }

}

/*------------------------------------------------------
  Service activity style
---------------------------------------------------*/
.service-activity{
  padding: 5em 0;
}
.activity-head{
    text-align: center;
}
.activity-head h2{
  line-height: 1.5em;
  font-weight:400;
  color:#888888;
}
.activity-head h2 span{
  color:#9d2425;
  text-transform: uppercase;
}
.activity-list-items{
  padding:5em 0;
  overflow: hidden;
}
.activity-list{
  overflow: hidden;
}
.activity-icon{
  float: left;
  width: 17%;
  padding-right: 1.5em;
  text-align: center;
}
.activity-icon i{
    background: #fdc312;
    padding: 0.52em;
    font-size: 1.5rem;
    color:#ffffff;
}
.activity-details{
  float:right;
  width:83%;
}
.activity-details h4{
  color: #333333;
  font-size: 1rem;
}

@media(max-width: 767px){
  .service-activity {
    padding: 0;
  }
  .activity-head {
    padding: 0;
  }
  .activity-head h2{
      font-size: 1.5em;
  }
  .activity-list{
    margin-bottom: 2em;
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .activity-head {
    padding: 0 6em;
  }
  .activity-icon {
    width: 20%;
  }
  .activity-details {
    width: 80%;
  }
}

/*------------------------------------------------
  Section-quote style
---------------------------------------------*/
.quote-section{
  background: url(../img/quote-bg.jpg)no-repeat scroll center 0;
  height:400px;
}
.quote{
  padding: 7em 20em;
  text-align: center; 
}
.quote h2{
  color:#ffffff;
  line-height: 2em;
}
.quote p{
  color:#ffffff;
}
.quote a{
  font-size: 1.2rem;
  line-height: 2.5em;
  padding: 4px 2.5em;
}

@media(max-width: 767px){
  .quote{
    padding: 5em 0em; 
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .quote{
    padding: 5em 10em; 
  }
}

/*------------------------------------------------
 our-clients-section
-------------------------------------------------*/
.our-clients-carousel{
  padding: 5em 0;
  text-align: center;
}
.our-clients-carousel h2{
  font-weight:400;
  color:#888888;
  padding-bottom: 2.3em;
  line-height: 1.5em;
}


/*------------------------------------------------
 footer-top style
-----------------------------------------------*/
.footer-top{
  background:url(../imagens/back-footer.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 5em 0;
  border:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0;
  padding:20px 0 20px 0;
}
.footer-top p, 
address{
  font-size: .9rem;
}
.footer-logo img{
    padding-top: .5em;
    margin-bottom: 1em;
}
.footer-top h2{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
	font-weight:300;
	margin-top:0;
	font-size:45px;
    margin-bottom:30px;
}

.footer-top h3{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
	font-size:21px;
	font-weight:300;
	margin-bottom: 0.5em;
}

.footer-top i{
	color:#9a1d1d;
}

.news .date{
color:#dddddd;
}
.news li{
    margin-bottom: 1em;
}
.news p{
  margin:0;
  line-height: 1.5em;
}
.responsability ul li{
  margin:0 0 .3em 0;
  position:relative;
}
.responsability ul li::before{
  content: "\f105" ;
  font-family: fontAwesome;
  position: absolute;
  left:0;
  color:#9d2425;
}
.responsability li a{
  font-size: 16px;
  color:#39170e; 
  padding-left: 1em; 
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:700;
}
.responsability li a:hover{
  color:#9d2425;
}
.contact-us span{
  display:block;
  font-weight:700;
  line-height: 2em;
}
.contact-us a{
  color:#888888;
}
.contact-us a:hover{
  color:#fdc312;
}

/*------------------------------------------------
 footer style
-----------------------------------------------*/
.footer{
  padding-bottom: 5em;
  overflow: hidden;
}
.footer-social{
   color:#39170e;
  text-align: left;
  line-height: 5em;
  float:left;
}
.fa {
	font-size:30px;	
}

@media(max-width: 767px){
  .footer-social {
    text-align: left;
  }
  .contact-us{
    margin-top:2em;
  }
}
@media(min-width: 600px) and (max-width: 767px){
  .footer-logo, 
  .news, 
  .responsability, 
  .contact-us{
    width: 50%;
    float:left;
    min-height: 212px;
  }
  .contact-us{
    margin-top:0em;
  }
}


/*--------------------------------------------------
  breadcrumb-area
-----------------------------------------------*/
.breadcrumb-area{
  background: #0888cb;
}
.page-title h2{
  color: #ffffff;
  font-size: 1.786rem;
  font-weight:300 !important;
  text-transform: uppercase;
  padding: 1em 0 .3em 0;
}
.breadcrumb{
  background: transparent;
  padding: 0;
}
.breadcrumb a, 
.breadcrumb>.active{
  color: #ffffff;
}

/*---------------------------------------------
  history-details
---------------------------------------*/
.history{
  padding:5em 0;
}
.history h3{
  margin-bottom: 1em;
  text-transform: uppercase;
}
.history-details img{
  width:48%;
  float:left;
  margin:.5em 2.5em 0 0;
}
.history-details p{
  margin:0 0 2em ;
}


/*----------------------------------------------
 company-focus style
--------------------------------------------*/
.company-focus{
  overflow: hidden;
  padding: 5em 0;
  border:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0; 
}
.company-focus h3{
  margin-bottom: 1em;
  text-transform: uppercase;  
}

@media(max-width: 991px){
  .company-mision{
    margin-bottom: 5em;
  }
}


/*--------------------------------------------------
  Service style
-------------------------------------------------*/
.residential-plumb{
  overflow: hidden;
  padding: 5em 0;
}
.residential-plumb h2, 
.commercial-plumb h2{
  margin-bottom: 1.5em;
  padding-left: .5em;
  text-transform: uppercase;
}
.residential-plumb .service-description p,
.commercial-plumb .service-description p{
  color:#ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -12em;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
}
.residential-plumb .service-item:hover p,
.commercial-plumb .service-item:hover p{
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.residential-plumb .service-description,
.commercial-plumb .service-description{
  padding: 5.2em 1.5em 1.5em 1.8em;
  bottom: 1.5em;
}
.service-description h2{
  visibility: visible;
  opacity: 1;
}
.residential-plumb .service-description a,
.commercial-plumb .service-description a{
  visibility: hidden;
  opacity: 0;
  color:#666666;
  text-transform: uppercase;
  background: #ffffff;
  padding: 0.5em 0.857em;
  font-weight: 600;
  margin-top: 1em;
  display: inline-block;
}
.residential-plumb .service-item:hover .service-description a,
.commercial-plumb .service-item:hover .service-description a{
    opacity: 1;
    visibility: visible;
}
.residential-plumb .service-item:hover .service-description a:hover,
.commercial-plumb .service-item:hover .service-description a:hover{
  background: #3c4461;
  color:#ffffff;
  border-color: #3c4461;
}
.residential-plumb .service-item:hover .service-description,
.commercial-plumb .service-item:hover .service-description{
    border: 2px solid #ffffff;
    overflow: hidden;
    margin: 1.5em;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    padding: 5.2em 0 1.5em 1.8em;
}
.commercial-plumb{
  overflow: hidden;
  padding: 5em 0;
  border:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0; 
}

@media(max-width: 480px){
  .residential-plumb h2, 
  .commercial-plumb h2{
    font-size: 1.7rem;
  }
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;;
    padding: 2.6em 0 0.5em 1em;
  }
}
@media(min-width:600px) and (max-width: 767px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 4.5em;
    padding: 9.6em 2em 2.5em 2em;
  } 
}
@media(min-width:768px) and (max-width: 991px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    padding: 4.5em 0 1.5em 0.8em;
  } 
}
@media(min-width:992px) and (max-width: 1199px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;
    padding: 1.6em 0 1.5em 1.8em;
  } 
}

/*-----------------------------------------------------------
 Single-page style 
---------------------------------------------------------*/
.single-details{
  padding:5em 0;
  overflow: hidden;
}

@media(max-width: 991px){
  .single-thumb{
    width:100%;
    margin-bottom:4em;
    padding:0;
  }
  .single-content{
    width:100%;
  }
}

/*------------------------------------------------------
  Map area
-----------------------------------------------------*/
.map-head{
  padding-top: 5em;
}
.map-area{
    position:relative;
    padding-top:4.286em;
}
.map-canvas {
    height     : 300px;
}

/*------------------------------------------------------
  Contact Us
------------------------------------------------------*/
.form-section{
  overflow: hidden;
  padding: 5em 0;
  border-bottom:1px solid #e8e8e8;
}
.main-contact-form h4{
  text-transform: uppercase;
}
.main-contact-form p{
  margin-bottom: 4em;
}
.head-office{
  margin-bottom: 1.5em;
  border-bottom:1px solid #e8e8e8;
}
.office-location{
  margin-left: 4em;
}
.head-office h4,
.newyork-office h4{
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.main-contact-form input[type=text],
.main-contact-form input[type=email],
.main-contact-form input[type=tel]{
    width: 100%;
    line-height: 3em;
    padding: 0 1.5em;
    margin-bottom: 2.2em;
    border: 1px solid #e8e8e8;
}

.main-login-form input[type=text],
.main-login-form input[type=password],
.main-login-form input[type=email],
.main-login-form input[type=tel]{
    width: 100%;
    line-height: 3em;
    padding: 0 1.5em;
    margin-bottom: 2.2em;
    border: 1px solid #e8e8e8;
}

#full-name{
  width: 48%;
  margin-right:1em;
}
#email{
  width: 48%;
  margin-left:.8em;
}
.main-contact-form input[type=submit]{
    margin-top: 2em;
    line-height: 2em;
    padding: 8px 30px;
    text-transform: uppercase;
    border: 1px solid #9d2425;
}

@media(max-width: 767px){
  #full-name, #email{
    width:100%;
    margin:0 0 2.2em 0;
  }
  .contact-us .get-in-Touch h4{
    margin-top:2.2em;
  }
  .office-location{
    margin: 3em  0 0;
  }
  .head-office{
    border-bottom:0;
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  #full-name, #email{
    width:100%;
    margin:0 0 2.2em 0;
  }
}

.titulos {
	margin-bottom:25px;
	color:#900;
	font-size:32px;
}

/*** BANNER ***/
.banner{background:#FFF;}


/*** CONTEÚDO HOME ***/
.conteudo{background:#FFF; padding:20px 0 20px 0}
.conteudo h1{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #888;
	font-weight:300;
	margin:15px auto;
}
.conteudo p{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #888;
	font-weight:300;
	margin:2px auto;
	font-size:18px;
	text-align:justify;
	text-transform:uppercase;
}

.conteudo .saiba-mais{
	margin:10px auto;
	float:left;
}
/*** CONHEÇA HOME ***/
.conheca{background:url(../imagens/back-projeto.png) center top no-repeat; padding:50px 0 50px 0}
.conheca h1{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #FFF;
	text-align:center;
	font-weight:700;
	margin:15px auto;
	font-size:46px;
	text-transform:uppercase;
}
.conheca h2{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #FFF;
	text-align:center;
	font-weight:300;
	margin:15px auto;
	font-size:46px;
	text-transform:uppercase;
}

.conheca .noticias{margin-top:220px;}

.conheca .noticias h1{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #7d7d7d;
	text-align:left;
	font-weight:300;
	margin:15px auto;
	font-size:50px;
	text-transform:uppercase;
}

.conheca .noticias h2{text-align:left; margin-top:10px;}
.conheca .noticias h2 a{font-size: 22px; color: #f15422; text-transform: uppercase; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; margin:0px; line-height: 20px; font-weight:700; text-align:left;}
.conheca .noticias h2 a:hover{text-decoration: none; color: #000;}
.conheca .noticias p{text-decoration: none; color: #606060; font-size:18px; line-height: 22px; text-align:justify;} 
.conheca .noticias span{text-decoration: none; color: #000; font-size:14px; line-height: 22px; text-align:justify; font-weight:700;} 

/*** MÍDIA ***/
.midia{background:url(../imagens/back-midia.png) center top no-repeat; padding:50px 0 50px 0}
.midia h1{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #7d7d7d;
	text-align:left;
	font-weight:300;
	margin:15px auto;
	font-size:50px;
	text-transform:uppercase;
}
.midia img{margin-bottom:30px;}

/**************************************************************
*************** | INTERNAS | *********************************/
.internas{background:url(../imagens/border-int.jpg) center top no-repeat; padding:50px 0 50px 0;}
.internas h1 {
	font-family: 'Open Sans Condensed', sans-serif;
    color: #0c0704;
	text-align:center;
	font-weight:700;
	margin: 0 0 25px 0;
	font-size:50px;
	text-transform:uppercase;
}

.internas h2 {
	font-family: 'Open Sans Condensed', sans-serif;
    color: #0c0704;
	text-align:left;
	font-weight:700;
	margin: 0 0 25px 0;
	font-size:30px;
	text-transform:uppercase;
}

.internas p {
	font-family: 'Open Sans Condensed', sans-serif;
    color: #0c0704;
	text-align:left;
	font-weight:200;
	margin: 0 0 10px 0;
	font-size:20px;
	text-align:justify;
}


.internas .fotsso {
-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
filter: grayscale(100%);
}
.internas img.tt-logo {
      filter: grayscale(1);
      transition: grayscale 0.5s;
    }

.internas img.tt-logo:hover {
      filter: grayscale(0);
}


/**** CRIANÇAS ***/
.internas .criancas{background:#FFF; padding:8px; margin-bottom:20px;}
.internas .criancas h1{color:#1c1713; font-size:18px; font-weight:700; min-height:50px; text-align:center; margin:20px auto;}
.internas .criancas h1 a{font-size: 18px; color: #1c1713; text-transform: uppercase; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; margin:0px; line-height: 20px; font-weight:700; text-align:left;}
.internas .criancas h1 a:hover{text-decoration: none; color: #9a1d1d;}
.internas .criancas span{color:#39170e; margin:0; font-weight:700;}
.internas .criancas i{color:#39170e; font-size:17px; margin-right:5px;}

.internas .criancas h2{color:#1c1713; font-size:25px; font-weight:700; text-align:left; margin:0 0 25px 0;}
.internas .criancas p{color:#1c1713; font-size:16px; font-weight:300; text-align:justify; margin:5px auto;}
.internas .criancas h3{color:#1c1713; font-size:25px; font-weight:700; text-align:left; margin:25px 0 25px 0;}
.internas .criancas h4{color:#1c1713; font-size:20px; font-weight:300; text-align:left; margin:0;}
.internas .criancas h5{color:#1c1713; font-size:15px; font-weight:300; text-align:left; margin:0;}
.internas .criancas h6{color:#1c1713; font-size:14px; font-weight:300; font-style:italic; text-align:left; margin:10px 0 0 0;}

/* CSS CONTATOS INTERNA */
.contato{float: left; width: 100%; margin: 0;}
.contato .form-horizontal{width:100%; border:0px; border:2px solid #eaeaea; background:#FFF; padding: 8px 0 8px 5px; color: #666;}
.contato .btn-contato{border-left:5px solid #fbd517; background:#371414;}
.contato .btn-contato{width:160px; text-align: center; border:2px solid #eaeaea; display: block; font-size: 17px; color: #666; background:#fff; margin:0 0 5px 0; border-radius:0px; padding-right:10px;}



.internas .noticias h1{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #7d7d7d;
	text-align:left;
	font-weight:300;
	margin:15px auto;
	font-size:50px;
	text-transform:uppercase;
}

.internas .noticias h2{text-align:left; margin-top:10px;}
.internas .noticias h2 a{font-size: 22px; color: #f15422; text-transform: uppercase; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; margin:0px; line-height: 25px; font-weight:700; text-align:left;}
.internas .noticias h2 a:hover{text-decoration: none; color: #000;}
.internas .noticias p{text-decoration: none; color: #606060; font-size:18px; line-height: 22px; text-align:justify; min-height:130px;} 
.internas .noticias span{text-decoration: none; color: #000; font-size:14px; line-height: 22px; text-align:justify; font-weight:700;} 


.internas .projetos h1{
	font-family: 'Open Sans Condensed', sans-serif;
    color: #7d7d7d;
	text-align:left;
	font-weight:300;
	margin:15px auto;
	font-size:50px;
	text-transform:uppercase;
}

.internas .projetos h2{text-align:left; margin-top:10px;}
.internas .projetos h2 a{font-size: 22px; color: #f15422; text-transform: uppercase; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; margin:0px; line-height: 25px; font-weight:700; text-align:left;}
.internas .projetos h2 a:hover{text-decoration: none; color: #000;}
.internas .projetos p{text-decoration: none; color: #606060; font-size:18px; line-height: 22px; text-align:justify; border-bottom:10px;} 
.internas .projetos .linha{border-bottom:1px #ececec solid; } 

/*** Notícas ***/
.internas .notmais{float: left; width: 100%; margin: 0;}
.internas .notmais header h1{margin: 10px auto;  font-size: 15px; color: #000; border:1px;}

.internas .lateral{background:#fff; padding:10px;}
.internas .lateral h1{font-size:14px; font-weight:700; font-style:italic;margin:10px 0 10px 0; text-align:left;}
.internas .lateral p{font-size:16px; margin:0; font-weight:300; font-style:italic;}
.internas .lateral i{font-size:14px;}



/* FINAL */

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 10px;
}

.bs-wizard-stepnum h4 {
  color: #fff !important;
}  


.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
  padding: 20px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #ddd;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 39px 0;
  background-color: #ddd;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #ddd;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #ddd;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

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

.valores li {
  background-color: #fd8200;
  color: #fff;
  padding: 15px;
  float: left;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  border: #fafafa 15px solid;
  min-height: 160px;
}

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

.formadepagamento li {
  background-color: #61775c;
  color: #fff;
  border: #fafafa 15px solid;
  padding: 50px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

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

.contas li div {
  background-color: #fff;

  border: #ccc 1px solid;
  padding: 25px;
  float: left;
  font-size: 13px;
  text-align: center;
  min-height: 355px;
}

.contas a {
  color: #919191 !important;
  font-size: 
}

@media(max-width: 767px){
	#fancybox-content{
		height: 260px !important;
	}
}