
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
html, body {
    font-family: 'roboto';
    font-weight: 400;
}
input:focus, button {
    outline: none;
}
a, a:hover {
    text-decoration: none;
}
.label-danger {
  background-color: #e43b36;
  position: absolute;
  right: 0;
  padding: 6px;
}

body {
    background: #ffffff;
    color: #7a7979;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.navbar-brand>img {
    width: 120px;
}
.collapse {
    display: block;
}
.slides li {
	margin-bottom: 30px;
}
.col-xs-offset-1 {
    margin-left: inherit;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-20 {
    padding: 0 15px;
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
  .navbar-nav>li>a {
      padding-top: 8px;
      padding-bottom: 8px;
  }
}
@media (max-width: 1200px) {
    /* .container { width: 1220px; } */
}


/* NAVBAR */
#allnavig {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.navbar-default {
    background: transparent;
    border: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #cfe4f9;
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-default .navbar-nav>li>a:hover {
  color: white;
}
.navbar-brand {
  height: initial;
  padding: 0px 15px;
  margin-top: -20px;
}
.navbar-default .navbar-nav>li.telm>a,
#languages li.telm a, .telm a {
  background: #296db4;
  border-radius: 3px;
}
#languages li:last-child {
  padding-right: 0;
}
#languages li:last-child a {
	padding: 0;
}
#languages {
  margin-top: 40px;
  margin-bottom: 40px;
}
#languages ul.list-inline {
  margin-bottom: 0;
}
#languages li a {
  color: white;
  cursor: pointer;
  font-weight: 700;
  background: transparent;
  padding: 6.5px 8px;
  display: inline-block;
  border-radius: 3px;
}
#languages li a:hover, #languages li a.active  {
  background: #296db4;
  border-radius: 3px;
}
.navbar-default .navbar-toggle {
  border: none;
}
/* NAVBAR */

/* HOME */
#featuredproducts {
  background: url('../img/gutter.jpg') center center;
  padding: 300px 0 250px 0;
  background-size: cover;
  position: relative;
  text-align: center;
}
#featuredproducts .cityz {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  left: 0;
}
#featuredproducts h1 {
  color: white;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
#featuredproducts p {
  color: white;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 400;
}
#featuredproducts a, #featuredproducts a:hover {
  font-size: 1em;
  padding: 10px 30px;
  display: inline-block;
  color: white;
  background: #296db4;
  border-radius: 3px; 
}
#aboutempre {
  padding: 100px 0 30px 0;
}
#aboutempre h2 {
  font-weight: 700;
  color: #171717;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
#aboutempre p {
  color: #848383;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
}
#abouthome {
  text-align: center;
  padding-bottom: 100px;
}
#abouthome p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1em;
  color:#9d9d9d;
  text-transform: uppercase;
  font-weight: 700;
}
#sendmail {
  background: #ececec;
  padding: 60px 0;
}
#sendmail h2 {
  color: #171717;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 0;
}
#sendmail h3 {
	margin-bottom: 50px;
    font-size: 15px;
    line-height: 1;
    color: #676767;
    text-align: center;
    margin-top: 0;
}
#sendmail p {
  margin-top: 0;
  margin-bottom: 0;
  color: #7c7c7c;
}
#sendmail input {
  width: 80%;
  border-radius: 3px 0px 0px 3px;
  padding: 10px 20px;
  border: none;
}
#sendmail button {
  width: 20%;
  border-radius: 0px 3px 3px 0px;
  padding: 10px;
  border: none;
  color: white;
  font-weight: 700;
  background: #296db4;
}
#sendmail form {
  margin-top: 10px;
}


#sendmail .reviews {
  width : 100%; 
  height : 150px;
  overflow : hidden ;
  background-color : #fff ;
  border-radius : 5px;
  margin : 50px auto ;
  position : relative ;
  box-shadow : 0 0 10px -2px #ddd ;
}
#sendmail .panel {
  width : 100%;
  max-height: 100%;
  position : relative ; 
  clear: both;
}
#sendmail .PanelAct {
  left : 0 ;
}
#sendmail .panel img {  
  margin : 25px; 
}
#sendmail .panel:nth-child(odd) img {
	float: left
}
#sendmail .panel:nth-child(even) img {
	float: right
}
#sendmail .panel:nth-child(even) .texthold {
margin-left: 25px;
}
#sendmail .panel .texthold {
	display: inline-block
}
#sendmail .panel p {
  text-align : justify ;
  margin : 25px 0 0px 0;
  font-size : 14px ; 
  color : #aaa ;
  line-height : 1.2em
}
#sendmail .panel h7 { 
  float : left ; 
  width: 200px; 
  font-size : 14px ; 
  color : #999 ;
  font-weight : bold ;
  font-style : italic ;
}
#sendmail .control { 
  position : absolute ; 
  bottom : 20px; 
  right : 30px;
}
#sendmail .control span {
  background-color : rgba(0,0,0,0.1) ; 
  padding : 5px; 
  display : inline-block ;
  vertical-align : top ;
  margin-left : 5px ;
  border-radius : 50%;
  cursor : pointer ;
  transition : 0.3s ease-in
}
#sendmail .ContActive {
  background-color : #bbb !important ;
}

/* HOME */

/* FOOTER */
footer {
  background: #296db4;
  color: white;
  padding: 40px 0;
}
footer .menubotup h3 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 2px;
}
footer .menubotup p {
  opacity: 0.4;
}
footer .menunavbot a {
  color: white;
}
footer .phoness a {
  color: white;
}
#credits {
  padding: 10px 0;
}
#credits p {
  margin-bottom: 0;
  text-align: center;
}
/* FOOTER */

/* NAV ON OTHER PAGES */
.help200 {
  height: 200px;
  background: url('../img/guttermin.jpg') top center;
  background-size: cover;
  position: relative;
}
/* NAV ON OTHER PAGES */

/* CONTACTS */
#contacts {
  padding: 100px 0;
}
#contacts h2 {
  font-weight: 700;
    color: #171717;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}
#contacts .escritaform p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #9d9d9d;
}
#contacts .moradas .titulo {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
    color: #171717;
}
#contacts .moradas .desc {
    color: #9d9d9d;
    margin-bottom: 30px;
    font-size: 1em;
}
#contacts .escritaform p:last-child {
    margin-bottom: 50px;
}
#contacts .derform label {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    color: #171717;
}
#contacts .derform input:focus, #contacts .derform textarea:focus {
    background: #dedede;
    box-shadow: none;
    border: none;
}
#contacts .derform input {
    width: 100%;
    color: #67737A;
    margin-bottom: 2%;
    background-color: #e0dfdf;
    border: none;
    border-radius: 3px;
    outline: none;
    padding: 10px 15px;
}
#contacts .derform textarea {
    width: 100%;
    resize:none;
    box-shadow: none;
    border-radius: 3px;
    color: #67737A;
    margin-bottom: 2%;
    height: 200px;
    background-color: #e0dfdf;
    border: none;
    outline: none;
    padding: 20px 15px;
}
#contacts input::-webkit-input-placeholder {
   color: #67737A;
}
#contacts input:-moz-placeholder { /* Firefox 18- */
   color: #67737A;
}
#contacts input::-moz-placeholder {  /* Firefox 19+ */
   color: #67737A;
}
#contacts form input:-ms-input-placeholder {
   color: #67737A;
}

#contacts textarea::-webkit-input-placeholder {
   color: #67737A;
}
#contacts textarea:-moz-placeholder { /* Firefox 18- */
   color: #67737A;
}
#contacts textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #67737A;
}
#contacts textarea:-ms-input-placeholder {
   color: #67737A;
}
#contacts .derform p, #contacts .derform ul li {
  color: #848383;
}
#contacts .derform button {
  float: right;
  background: #296db4;
  border-radius: 3px;
  color: white;
  padding: 8px 25px;
  font-weight: 700;
  border: none;
  display: inline-block;
}
#map-canvas {
  height: 500px;
  width: 100%;
}
#contacts .label-danger {
  background-color: #296db4;
  top: -2px;
  position: relative;
  border-radius: 3px;
  margin-left: 10px;
}
#contacts .moradas .desc a {
    color: #296db4;
}
#contacts .moradas .desc i {
    margin-right: 5px;
}
/* CONTACTS */


/* ALGEROZES */
.holerimg img {
  position: relative;
  border-radius: 3px;
}
#colours h2 {
	    font-weight: 700;
    color: #171717;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}
#colours {
	background: #ececec;
	padding: 100px 0 80px 0;
	text-align: center;
}
.colourz p {
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.1em;
}
.colourz span {
	display: inline-block;
	width: 30px;
	border-radius: 3px;
	height: 30px;
}
/* ALGEROZES */

/* OBRAS */
#carousel {
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 3;
}
.flexslider {
    margin: 0;
    background: transparent;
    border: none;
}
.flexslider .slides {
  width: inherit!important;
  display: inline-block;
  margin-bottom: -30px;
}
/* OBRAS */


@media (max-width: 500px) {
  .collapse {
      display: none;
  }
  #languages ul.list-inline {
	    margin-bottom: 0;
	    float: none!important;
	    text-align: center;
	}
  .navbar-brand {
	  margin-top: -15px;
  }
  .list-inline>li.telm {
	  display: block;
  }
  #sendmail .panel img {
	    margin: 0;
	    margin-top: 10px;
  }
  #sendmail .panel p {
	  margin:15px 0 0px 0
  }
  
  #languages li:last-child {
	padding-right: 5px;
	margin-top: 10px;
  }
  #sendmail .panel:nth-child(even) .texthold {
	  margin-left: 0;
  }
  #sendmail .panel:nth-child(even) img {
	    float: right;
	    margin-bottom: 10px;
	    margin-top: 0;
  }
  #sendmail .panel h7 {
	  margin-bottom: 10px;
  }
  .help200 {
	  height: 300px;
  }
  .col-md-20 {
      padding: 0 15px;
      width: 100%;
      float: left;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: white;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #296db4;
    border-radius: 0;
  }
  .collapse.in {
    display: block;
    background: #296db4;
    width: 100%;
    left: 0;
  }
  .navbar-nav {
      margin: 7.5px 15px;
  }
  #featuredproducts {
    padding: 300px 0 100px 0;
  }
  #abouthome p {
    margin-bottom: 30px;
  }
  footer {
    text-align: center;
  }
  .noshow {
    display: none;
  }
  .moradas {
    margin-top: 80px;
  }
}