/*
Hello master
 */

body {
    background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.float-right {
	float: right;
    width: 75%;
}


/* Links */
a {
    color: #3362d0;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
	width: 200px;
    margin: auto;
    padding: 10px 0px;
}

/* MENU CONF*/

.navbar {
    background: white;
    border-bottom: 1px solid #e1e1e1;
    position: sticky;
}

.navbar-nav{
    float: right;
    position: relative;
    top: -10px;
}

.nav .container {
    padding-top: 21px;
}

@media (max-width: 780px) {
    ul.nav.navbar-nav {
        width: 100%;
        margin: 0px;
    }
}

@media (max-width: 768px) {

    #nav .float-right a:first-child {
        display: none;
    }


    #bs-example-navbar-collapse-1 > ul > li {
        border-top: 1px solid #f2f2f2;
        padding: 0px;
        text-align: center;
    }
}


.navbar-toggle {
    background: url(../img/menu.svg) center center / cover;
    bottom: 11px;
    background-size: 26px;
    background-repeat: no-repeat;
}

.navbar-toggle div#bs-example-navbar-collapse-1 {
    width: 100%;
}


#bs-example-navbar-collapse-1 > ul > li > a {
    color: black;
    padding: 17px;
    text-align: center;
    margin: 0px;
}

.logo {
    width: 170px;
    height: 39px;
    background: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    top: -2px;
    position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
    left: calc(50% - 80px);
    }
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}


.menu-item {
    display: inline;
    padding: 13px;
    font-weight: 400;
}

.float-right {
	float: right;
    width: 75%;
    text-align: right;
}

.float-right a {
    color: dimgray;
}
.float-right a:after {
    content: '|';
    color: #e2e2e2;
    padding-left: 13px;
    font-size: 10px;
    margin-top: 3px;
    position: absolute;
}
.float-right a:last-child:after {
    content: '';
    color: dimgray;
}
.float-right a:hover, .float-right a:active, .float-right a:focus {
    color: black;
}

/* height's */

/*.h50{
    height: 50vh;
	min-height: 50%;
}*/

p{
    width: 60%;
    margin: auto;
    padding-bottom: 30px;
}


h3{
    font-weight: 900;
    color: black;
    line-height: 35px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

#resguardos, #tratamentos, #estrados, #duche, #colunas {
	display: table;
    width: 100%;
    height: 50vh;
    min-height: 50vh;
}
#resguardos .container, #estrados .container, #duche .container, #colunas .container{
	display: table-cell;
    vertical-align: middle;
}


#resguardos .row, #estrados .row, #duche .row, #colunas .row{
    width: 81%;
    display: inline-block;
}


#blocos .row {
    display: inline;
}

.row.wauto {
    width: auto !important;
}

#lavatorios .container {
    display: block;
    position: relative;
    padding-top: 272px;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    display: table;
	background: url("../img/index_fundo.jpg") no-repeat center top;
    /* http://www.flaticon.com/free-icon/down-arrow-in-small-circle_7584#term=down arrow&page=2&position=14*/
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	/*background-attachment: relative;*/
	min-height: 102vh;
    height: 102vh;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    /*background-attachment: fixed;*/
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.logo_top {
    background: url("../img/logo_preto.png") no-repeat center top;
    width: 250px;
    height: 45px;
    position: relative;
    background-size: contain;
    display: -webkit-inline-box;
    bottom: 70px;
}

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

#headerwrap .intro {
    color: white;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 2px;
}

#headerwrap h1 {
	color: white;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
    margin-top: 5px;
}

#headerwrap h2 {
	color: white;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 2px;
}

.facebook {
    border: 2px solid white;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 14px;
    border-radius: 50%;
}

a.icon-facebook {
    position: relative;
    top: -36px;
    left: -32px;
    color: white;
    display: block;
    padding: 30px;
}

#headerwrap a{
    clear: both;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 117px;
    background: url("../img/index_arrow.png") no-repeat center center;
    background-size: cover;
}

/* resguardos */
#resguardos p{
    margin: auto;
}

.btn-round{
    width: 170px;
    height:170px;
    border-radius: 50%;
    background-color: aqua;
    display: inline-block;
    padding: 20px;
    margin: 20px;   
    background-size: initial !important;
    opacity: 0.8;
}
.btn-round:hover{
    opacity: 1;
}
.btn-round a {
    border: 1px solid white;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-left: -10px;
    margin-top: -10px;
    padding-top: 58px;
    font-size: 30px;
    display: block;
    overflow: hidden;
    line-height: 30px;position: relative;
}

.btn-round a:hover:before {
    content: 'Visitar';
    padding-top: 54px;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 38%;
    color: white;
}
.auto {
	margin: inherit;
}
.madrid{background: url(../img/index_resguardos_madrid.jpg) center;}

.madrid span{
    font-weight: 800;
    color: dimgray;
}

.bc{background: url(../img/index_resguardos_visitar.jpg) center;}

.bc span {
    color: white;
    position: relative;
    top: -14px;
    font-weight: 100;
}

.novidades{background: url(../img/index_resguardos_novidades.jpg) center;}

.novidades span{
    font-weight: 800;
    color: white;
}

/* Tratamentos de Vidros */

#tratamentos .col-md-3 img {
    width: 160px;
}
#tratamentos p{
    width: 90%;
}
@media (max-width: 768px) {
    
    #tratamentos .col-sm-6 {
        margin-bottom: 37px;
    }

}


@media (max-width: 468px) {
    img.enduro {
        margin-top: -30px;
    }
    #tratamentos .col-xs-12 {
        margin-bottom: 37px;
    }
}



.specs{
    padding-top: 53px;
    display: block;
}

p.extra_info {
    padding-bottom: 7px;
    top: -9px;
    position: relative;
}

a.cristal {
	background: url(../img/cristal.jpg) #dddddd  no-repeat center center;
    background-size: contain;
    border: 3px solid #e1e1e1;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: inline-block;
}

a.inox {
	background: url(../img/inox.jpg) #dddddd  no-repeat center center;
    background-size: contain;
    border: 3px solid #e1e1e1;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: inline-block;
}
#tratamentos bold{
    display: block;
    font-weight: 700;
}

.enduro {
    margin-top: 30px;
}

/* Lavatórios de design */
#lavatorios {
    background-size: contain;
	
	background:url(../img/lavatorios.png) #dddddd repeat-x center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	/*background-attachment:scroll;*/
	background-position: top center;
	width: 100%;
    position: relative;
}
.gap {
	width: 250px;
    height: 10px;
}

#lavatorios .row {
    padding-bottom: 30px;
}

#lavatorios h3 {
    display: inline;
    color: white;
    position: relative;
    padding: 36px;
    top: 20px;
    right: 9px;
}

@media (max-width: 710px) {
    div#lavatorios h3:first-child  {
        margin-top: 270px;
        position: relative;
        display: block;
        color: black;
        padding: 5px;
    }
    .gap{display: none;}
    #lavatorios h3{
        color: black;
    }
    #lavatorios .container{
        padding-top: 40px;
    }
}

.catalogo{background: url(../img/lavatorios_catalogo.jpg) center;}

.catalogo span{
    font-weight: 800;
    color: white;
}

.tc{background: url(../img/tc_design.jpg) center;}

.tc span {
    color: white;
    position: relative;
    font-weight: 100;
}

.destaques{background: url(../img/lavatorios_destaques.jpg) center;}

.destaques span{
    font-weight: 800;
    color: white;
}


/* blocos de vidro */

#blocos {
	background: url(../img/blocosb.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	/*background-attachment: fixed;*/
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    
    position: relative;
}


#blocos h3 {
    color: #ffffff !important;
    position: absolute;
    bottom: -29px;
    right: 0px;
    text-align: left;
    margin-right: 15%;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 50px;
    line-height: 41px;
}

#blocos .btn-square {
    width: 170px;
    height: 170px;
    border: 5px solid white;
    display:inline-block;
    padding: 10px;
    margin: 20px;
    background-size: cover !important;
    background-color: rgba(21, 21, 50, 0.6);
    overflow: hidden;
}
.right{
        float: right;
    }
.left{
        float: left;
    }


.btn-square a{
    color: white;
    font-size: 30px;
    font-weight: 900;
    line-height: 23px;
    top: 55px;
    position: relative;
}

.links_blocos {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 193px;
    overflow: hidden;
    height: 75px;
    margin-left: 15%;
}
@media (max-width: 600px) {
    .links_blocos {
        display: none;
    }
    #blocos h3 {
        top: 10px;
        left: 0px;
        margin-left: 6%;
    }
    #blocos .container {
        margin-top: 36px;
    }
}

.seves {
    background: url(../img/sevesglassblock.png);
    width: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 109px;
    opacity: 0.7;
    position: relative;
    display: inline-flex;
}
.seves:hover {
    opacity: 1;
}

.glashaus{
    background: url(../img/glashaus.png);
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 109px;
    opacity: 0.7;
    top: 23px;
    left: 8px;
    position: relative;
    display: inline-flex;
}
.glashaus:hover{
    opacity: 1;
}

/* Sifões de design */

#sifoes{
    background-size: contain;
    background: url(../img/ravani.jpg) #f5f5f5 repeat-x center top;
    margin-top: 0px;
    padding-top: 125px;
    text-align: center;
    /*background-attachment: scroll;*/
    background-position: top center;
    width: 100%;
    position: relative;
}
    
.btn-round-mini{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 10px solid #e1e1e1;
    display: inline-block;
    padding: 5px;
    margin: 3px;   
    opacity: 0.8;
}
.btn-round-mini:hover{
    opacity: 1;
    border-color: dimgray;
}
.btn-round-mini a {
    padding: 14px;
    left: -14px;
    top: -17px;
    font-size: 15px;
    display: block;
    overflow: hidden;
    line-height: 18px;
    position: relative;
    width: 115px;
    height: 115px;
    color: black;
}
.btn-round-mini a span {
    top: 28px;
    position: relative;
    left: -2px;
}

a.t {
    top: 47px;
}



.port-space {
	padding-bottom: 20px;
}

/* ESTRADOS */

#estrados h3{
    text-align: left;
    font-size: 100px;
    font-weight: 100;
    padding-top: 30px;
    color: white;
}
@media (max-width: 1340px) {
    #estrados h3{
        text-align: center;
        font-size: 50px;
    }
    #estrados {
	    padding-bottom: 50px;
    }
    #estrados .col-md-3 {
        width: 25%;
        margin: initial;
        left: 10%;
    }
}

.estradoswrap{
    background: url("../img/estrados.jpg") no-repeat center top;
	margin-top: 0px;
	text-align:center;
	/*background-attachment:scroll;*/
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.btn-round-large {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 10px solid #e1e1e1;
    display: inline-block;
    padding: 20px;
    margin: 20px;
}
.btn-round-large:hover{
    opacity: 1;
    border-color: 10px solid transparent;
    background: white;
}

.btn-round-mini a {
    padding: 14px;
    left: -14px;
    top: -17px;
    font-size: 15px;
    display: block;
    overflow: hidden;
    line-height: 18px;
    position: relative;
    width: 115px;
    height: 115px;
    color: black;
}

.btn-round-large a:hover {
    color: black;
    border: 1px solid white;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-left: -20px;
    margin-top: -20px;
    padding-top: 12px;
    font-size: 20px;
    display: block;
    overflow: hidden;
    line-height: 30px;
    position: relative;
}

.btn-round-large a span {
    top: 37px;
    position: relative;
    color: white;
    display: block;
}
.btn-round-large a span:hover {
    color: black;
    display: block;
}

/*duche à italiana */

#duche{
    background-size: contain;
    background: url(../img/duche.jpg) #f5f5f5 no-repeat;
    margin-top: 0px;
    text-align: center;
    /*background-attachment:fixed;*/
    position: fixed;
    background-position: center center;
    width: 100%;
    position: relative;
}

#duche h3{
    color: black;
    text-transform:lowercase;
    font-weight: 800;
    letter-spacing: -1px;
}

.btn-black {
    margin: 0px 10px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
}
.btn-black a {
    color: black;
    text-transform:lowercase;
    font-weight: 500;
    padding: 20px 40px;
    display: block;
}

/* colunas de duche */

#colunas{
    background-size: contain;
    background: url(../img/colunas.jpg) black no-repeat left;
    margin-top: 0px;
    text-align: center;
    /*background-attachment: scroll;*/
    background-position: bottom left;
    background-size: contain;
    width: 100%;
    position: relative;
}

#colunas h3{
    color: white;
    text-transform: uppercase;
}
.btn-white {
    margin: 0px 10px;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    color: white;
    margin-bottom: 20px;
}
.btn-white a {
    color: white !important;
    text-transform:uppercase;
    display: block;
    padding: 20px 40px;
}


.btn-white.col-xs-10 {
        width: auto;
        float: initial;
    }

.btn-white.col-xs-10:last-child {
    margin-right: 4rem;
}

@media (max-width: 500px) {

    .btn-white.col-xs-10 {
        margin: auto;
        margin-bottom: 30px;
    }
        
}

.width {
    width: 200px !important;
    text-align: center;
}
.texted{
    text-align: center;
}


/* White Wrap */

.w {
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

/*.w h3 {
	font-weight: 700;
	color: #7b7b7b;
	letter-spacing: 1px;
}*/

.w bold {
	color: #2f2f2f;
}


/* Grey Wrap */

.g {
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

/* Dark Grey Wrap */
.dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

/* Footer Wrap */

.f {
	background: #2f2f2f;
	text-align: left;
    padding: 30px;
}
.f div{
    font-size: 14px;
}

.f a{
    color: gray;
}

.f a:hover, .f a:active, .f a:focus{
    color: white;
}

.f i {
	font-size: 16px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.credits{
    text-align: right;
    line-height: 15px;
}

a [class^="icon-"], a [class*=" icon-"] {
    padding-bottom: 7px;
    display: inline-block !important;
    padding-right: 0px;
}

/* Copyright Wrap */

.c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

.c p {
	color: white
}


/* item Wrap */

#itemwrap {
	background: url(../img/item-bg.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	/*background-attachment: relative;*/
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemwrap h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}


.desc {
	text-align: left;
}

.desc-b {
	border-left: 4px solid #bababa;
}

.desc-a i {
	color: #555;
	padding-right: 8px;
}

.desc-b i {
	color: #555;
	padding-right: 8px;
}


/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* responsive*/
@media (min-width: 1200px) {
    .w .container {
	   max-width: 900px;
    }
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-title {
	text-align: center;
    font-weight: 900;
}
.modal-body p{
    width:100%;
    text-align: justify;
    text-justify: inter-word;
}

.modal-backdrop.in {
    background: black;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.modal-header .close {
    display: none;
    color: white;
    opacity: 0.7;
}
.modal-footer{
    text-align: center;
    padding: 0px;
}

.transparent {
    background: none !important;
    border: none;
    color: white;
    -webkit-box-shadow: none;
    box-shadow:none;
    border: none !important;
}

.modal-lg{
    width:657px !important;
}

@media (max-width: 7680px) {
    p {
	   font-size: 110%;
    }
}

@media (max-width: 500px) {
    p {
	   font-size: 130%;
    }
}

/* tabela */ 
.tabela {
    color: gray !important;
}
.tabela .titulos1{
    display: block;
    margin-bottom: 15px;
}
.tabela img {
    padding: 3px;
    margin: 5px;
}

/* videos */
.video{
    display: inline-block;
    padding: 10px;
    vertical-align: text-top;
    width: 32%;
}
.video span {
    position: relative;
    width: 50%;
    display: -webkit-box;
}

/* form contactos */

form#contact_form {
    left: 10px;
    position: relative;
}

.input-group{
    width: 100%
}

#contact_form button.btn {
    background: white;
    padding: 10px;
}

#success_message{ display: none;}
