html, body {
	width: 100%;
	overflow-x: hidden; 
}

html {
	height: 100%; 
}

body {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	min-height: 100%;
	height: auto;
	position: relative;
}

p {
    font-size: 16px;
    color: #192525;
}

h2 {
    color: #192525;
}

iframe {
    margin-top: 3%;
}

td a {
    margin-left: 15px;
}

/*--------------------wrappers & Containers---------------*/

#sb-site {
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #FFFFFF; 
	padding-right: 0px;
	padding-left: 0px;
}

.sb-slidebar {
	padding: 14px;
	color: #fff;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

.wrapper {
    width: 100%;
	margin-top: 5%;
    height: auto;
}

.thanks{
	margin-top: 10em;
	margin-left: 3em;
}


.container1 {
	width: 100%;
	margin-top: 10%;
	margin-left: 2%;
}

/*-------------Navbar--------------*/

.botao {
	margin-top: 20px;
}

.navbar {
	border: 0;
	margin-top: 0px;
	width: 100%;
	background-color:#192525;
	border-radius: 0px;
	z-index: 10000;
}

.navbar-right {
	margin-top:-35px;
	background-color:transparent;
	float: right;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;  
}

.navbar-default .showr > li > a {
	color: #192525;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #CCCCFF;
	background-color: transparent;
}

.navbar-fixed-bottom{
	color: white;
	padding: 2em;
}

.navbar-header {
	margin-top: -55px;
	background-color:transparent;
}

.navbar-default {
	font-size: 1.5em;
	max-height: 80px;
	border: 0;
	width: 100%;
	background-color: transparent; 
}

.navprod {
	background-color: #192525;
	opacity: 0.85; 
}

/*------------------------Animação--------------------*/

.animateblock {
	padding: 8px 0;
	opacity: 0;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.animateblock.animated {
	opacity: 1;
}

.animateblock.btm {
	display: block;
	width: auto;
	margin-top: 100px;
}

.animateblock.btm.animated {
	margin-top: 0;
}

.image {
	border: 0;
	outline: 0;
}

.image img {
	width: 100%;
}

.carousel {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 2em 0 2em 0;
	margin-bottom: 0;
}

.carousel .forward,
.carousel .backward {
	position: absolute;
	top: 50%;
	width: 6em;
	height: 12em;
	margin-top: -6em;
	cursor: pointer;
}

.carousel .forward {
	right: 0;
}

.carousel .backward {
	left: 0;
}

.carousel .forward:before,
.carousel .backward:before {
	content: '';
	display: block;
	width: 6em;
	height: 6em;
	border-radius: 100%;
	background-color: rgba(72,57,73, 0.5);				
	position: absolute;
	top: 50%;
	margin-top: -3em;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.carousel .forward:after,
.carousel .backward:after {
	content: '';
	width: 3em;
	height: 3em;
	position: absolute;
	top: 50%;
	margin: -1.5em 0 0 0;
	background: url('images/arrow.svg') no-repeat center center;
}

.carousel .forward:after {
	right: -0.25em;
}

.carousel .backward:after {
	left: -0.25em;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.carousel .forward:before {
	right: -3em;
}

.carousel .backward:before {
	left: -3em;
}

.carousel .forward:hover:before,
.carousel .backward:hover:before {
	background-color: rgba(239,131,118, 0.25);
}

.carousel .reel {
	white-space: nowrap;
	position: relative;
	-webkit-overflow-scrolling: touch;
	padding: 0 2em 0 2em;
}

.carousel article {
	display: inline-block;
	width: 18em;
	background: #fff;
	text-align: center;
	padding: 0 1em 3em 1em;
	margin: 0 2em 0 0;
	white-space: normal;
	opacity: 1.0;
	-moz-transition: opacity 0.75s ease-in-out;			
	-webkit-transition: opacity 0.75s ease-in-out;			
	-o-transition: opacity 0.75s ease-in-out;			
	-ms-transition: opacity 0.75s ease-in-out;			
	transition: opacity 0.75s ease-in-out;			
}

.carousel article.loading {
	opacity: 0;
}

.carousel article .image {
	position: relative;
	left: -1em;
	top: 0;
	width: auto;
	margin-right: -2em;
	margin-bottom: 1em;
}

.carousel article p {
	text-align: center;
}
/*--------------Images and logos---------*/

#imagelightbox-overlay {
	background-color: #fff;
	background-color: rgba( 80, 92, 92, .9 );
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	-ms-touch-action: none;
	touch-action: none;
}

#myCarousel {
	display: none;
}

.img-responsive {
	min-width: 150px;
}


.rocaimg {
	text-align: center;
}

img.roca {
	display: block;
	
}

.produtoimg {
	margin-top: 50px;
}

.produtoimg p {
	padding-right: 2.70%;
}

.imagemobile{
	display: none;
}
.logo{
	width: 30%;
	background-color: transparent;
}

/*---------------------Footer----------------*/

footer {
	margin-top: 7%;
	background-color:#192525;
	color: #FFFFFF;
	padding: 2em;
	padding-right: 5em;
	padding-left: 3em;
}

footer p {
	color: #FFFFFF; 
}


.social-buttons a {
	padding-bottom: 0.5em;
	color: white;
	
}

.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {
	color: #2E9AFE;
}


/*--------------Titulos---------------*/
.peixotos {
	padding: 4%;
}

.peixotos h2{
	margin-bottom: 3%;
}
.contactos {
	margin-top: 7%;
}

.mapa {
	margin-top: 3%;
}
	 
.prod {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	color: #192525;
	text-align: center;
	border-bottom: 2px solid #192525;
}

.titulo {
	padding-left: 15px;
	color: #192525;
	margin-top: 5%;
	margin-bottom: 30px;
	border-bottom: 2px solid #192525;
}

.marcas {
	margin-bottom: 50px;
}


/*----------------------SideBar------------------*/

.sb-slidebar {
	background-color: #192525;
	opacity: 0.85;
}

.containerslidebar{
	margin-top: 17%;
}

.slidebar-title {
	border: 0px;
	padding-top: 3%;
	padding-bottom:3%;
	padding-left: 3%;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 20px; 
	
}

.slidebar-title a{
	color: #ffffff;
}

.slidebar-title a:hover {
	text-decoration: none;
}

.icons {
	margin-top: 25px;
}

.fa-facebook {
	margin-right: 10%;
	margin-top: 10%;
	color: #0066CC;
}

.fa-twitter{
	color: #33CCCC;
}

/*------------------showroom--------------------*/
* {
	margin:0;
	padding:0;
}

.st_preview {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
}

.st_navigation {
	position:absolute;
	width:100%;
	bottom: 0;
	left:-300px;
	list-style:none;
}


.st_wrapper {
	display:none;
	position: absolute;
    width:100%;
    height:126px;
    overflow-y:hidden;	
    left:0px;
}

.st_thumbs {
    height:90px;
    margin-top: 32%;
}

.st_thumbs img {
    height:90px;
    float:left;
    margin:3px 3px 0px 0px;
    cursor:pointer;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*------------------home----------------*/
#Carousel {
	display: block;
	margin: 0px auto;
	background-image: url("../images/fullindex1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw !important;
	height: 100vh !important;
	min-height: 400px;
        background-position: center;

	
}

#Carousel img {
	display: block;
	margin: 0px auto;	
}

.item {
	text-align: center;
}

.marketing {
	background-color:	#FCFCFC;
	padding-left: 15px;
	padding-right: 15px;
}

hr.faded {
  clear: both;
  color: #192525;  
  float: none; 
  width: 100%; 
  height: 2px;
  margin: 1.4em 0;
  margin-top: 5em;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width:1200px) {

#Carousel {
	display: block;
	background-size: cover;
	height: 100vh;
	width: 100vw;
}

.navbar-default {
	color: #FFFFFF; 
	font-size: 1em;  
}

.rocaimg h3 {
	font-size: 20px;
}

.rocaimg p {
	margin-top: -5%;
	font-size: 0.7em;
	color: #192525;
}

}

@media (max-width:767px) {

h1{
	font-size: 24px;
}

h2{
	font-size: 22px;
}

footer span {
	font-size: 12px;
}

#myCarousel {
	display: block;
	width: 100vw;
	height: 100vh;
	min-height: 400px;
}

#myCarousel img {
	width: 100vw;
	height: 100vh;
	min-height: 400px;
}

#Carousel img{
	width: 100vw;
	height: 100vh;
	min-height: 400px;
}


.navbar-default{
	background-color: #192525;
}

.image img {
	width: 100%;
}

.carousel article {
	display: inline-block;
	width: 10em;
				
}

#imagelightbox {
	display: none;
}

#imagelightbox-overlay {
	display: none;
}


.navprod {
	background-color: #192525; 
	opacity: 1;
}

.sb-slidebar {
	background-color: #192525;
	opacity: 1;
}

.prod {
	margin-top: 60px;
	margin-bottom: 20px;
	color: #192525;
	text-align: center;
	border-bottom: 2px solid #192525;
}


.botao {
	margin-top: 20px;
}

.produtoimg1 {
	margin-top: -10px;
	padding-left: 15px;
}

.peixotos h2{
	margin-top: 40px;
}

img.roca {
	display: block;
	margin: 0px auto;
}

.peixotos img{
	width: 50%;
}

.contactos h3{
	margin-top: 50px;
}

.titulo1 {
	margin-top: 50px;
}

.logo{
	width: 30%;
	background-color: transparent;
	padding-top: 2%;
}

p {
	font-size: 14px;
	color: #192525;
}

.st-main {
	visibility: hidden; 
}


.rocaimg {
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
	min-width: 80px;
}

.produtoimg1 {
	text-align: center;
}

.produtoimg {
	text-align: center;
}

.about {
	margin-top: 40px;
}

.container1 {
	width: 90%;
	margin-top: 8%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 5%;
}

.marketing {
	padding-left: 0;
	padding-right: 0;
}

.text-center {
	text-align: center;
}

.st_wrapper {
	visibility: hidden;
	
}
.st_thumbs img {
    visibility: hidden;
}
.st_thumbs {
    visibility: hidden;
}
.st_preview {
	visibility: hidden;
}


@media (max-width:370px) {

.peixotos img{
	display: none;
	visibility: hidden;
}

.imagemobile{
	display: block;
	margin-top: 18%;
}


.peixotos h2{
	margin-top: 20px;
}

}
}