﻿* {
	margin : 0;
	padding : 0;
	outline : 0;
}
body {
	font-family : Raleway, Roboto, Arial, sans-serif;
	color : #000;
	font-size : 14px;
	background-color : #fff;
}
.mainbg {
	background-image : url("../img/bg01.jpg");
	background-repeat : repeat;
	background-position : center top;
}
.slidercontainer {
	background-size : cover;
	background-position : center top;
	background-repeat : repeat;
	padding-top : 0;
	padding-bottom : 0;
	background-image : url("../img/bg/bg02.jpg");
}
.slidingbg {
	background-color : rgb(255, 255, 255, 0.65);
}
.shadow {
	background-position : center bottom;
	max-width : 1200px;
	margin : 0 auto;
	background-image : url("../img/shadows-bottom.png");
	background-repeat : no-repeat;
	padding-bottom : 28px;
}
#logo {
	position : absolute;
	width : 115px;
	height : 110px;
	padding : 0 0;
	z-index : 999;
	margin : 0 0 0 0;
}
header {
	background-position : 20px center;
	max-width : 940px;
	padding : 0 20px 0 20px;
	margin : 0 auto;
	background-repeat : no-repeat;
	min-height : 100px;
	background-image : url("../img/logo.png");
}
nav {
	background-color : #f4f4f4;
	width : 100%;
}
#menu ul {
	list-style-type : none;
	text-align : right;
	padding : 7px 20px 10px 20px;
	max-width : 960px;
	margin : auto;
}
#menu li {
	border-width : 1px;
	border-color : #ccc;
	display : inline-block;
	margin : 0 0;
	border-left-style : solid;
	text-align : center;
}
#menu li:first-child {
	border-left-style : none;
}
#menu li a {
	display : block;
	padding : 0 5px 0 6px;
	text-decoration : none;
	font-size : 12px;
	text-transform : lowercase;
	color : #595959;
	font-family : Roboto, sans-serif;
}
#menu li a.active, #menu li a:hover {
	color : #000;
}
.heading {
	text-align : right;
	padding-top : 30px;
	color : #333;
	line-height : 1.2em;
	font-size : 14px;
	font-weight : 300;
}
.heading a {
	text-decoration : none;
	color : #2d3a41;
	font-size : 18px;
	font-weight : 400;
	font-family : Raleway, sans-serif;
}
.heading a:hover {
	color : #4b2c00;
}
h1, h4, h3 {
	background-position : center top;
	padding : 20px 20px;
	line-height : 1em;
	font-weight : 400;
	background-color : #2d3a41;
	color : #fff;
	font-size : 22px;
	text-align : center;
	margin : 0 auto;
	background-repeat : no-repeat;
	max-width : 1160px;
}
h3 {
	padding : 15px 20px 0 20px;
	text-align : center;
	font-weight : 300;
	font-size : 24px;
	margin : 0 auto 0 auto;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.img {

}

.film {
	width: 280px;
	height: 160px;
}
.abs {
	width : 100%;
	margin : auto;
	background-color : #f8f8f8;
}
article {
	max-width : 1020px;
	margin : 0 auto 0 auto;
}
@media (max-width: 980px) {
article {
	margin : 0 auto;
}
}
article p {
	padding : 20px;
	text-align : justify;
	font-weight : 300;
	font-size : 16px;
	color : #666;
}
.name {
	font-size : 20px;
	font-weight : 500;
	color : rgb(255, 51, 0);
}
.clearfix {
	clear : both;
	height : 0;
}
.foto {
	text-align : center;
	padding : 20px 0 20px 0;
}
.foto img:hover {
	transform : scale(1.08);
	transition-delay : 0.3s;
	transition-duration : 0.35s;
}
.foto img {
	padding : 0;
	margin : 1% 5.5%;
	border : none;
}
.center {
	text-align : center;
	padding-bottom : 0;
}
.justify {
	text-align : justify;
}
.center strong {
	font-weight : 400;
	font-size : 24px;
	color : #2d3a41;
}
footer {
	text-align : center;
	max-width : 1200px;
	margin : 0 auto;
	background-color : #eee;
}
footer small {
	font-size : 11px;
	opacity : 0.85;
	margin-top : 10px;
	display : inline-block;
}
footer p {
	padding : 20px 20px 5px 0;
	font-size : 16px;
	text-align : center;
	font-family : Raleway, sans-serif;
}
footer a {
	color : #000;
}
footer a:hover {
	color : #000;
}
.google-maps {
	height : 320px;
	width : 100%;
	border : 0;
}
#author {
	margin : 0 auto;
	text-align : center;
	padding : 10px 20px;
	font-size : 11px;
	color : #303030;
	background-color : #eee;
	max-width : 1160px;
}
#author img {
	border : none;
	vertical-align : middle;
}
#author a {
	color : #000;
}
.inside {
	max-width : 480px;
}
@media (max-width: 944px) {
.col1-4 {
	width : 50%;
}
.col1-2 {
	width : 100%;
}
}
@media (max-width: 709px) {
.heading {
	display : none;
}
#menu ul {
	text-align : center;
}
#logo {
	position : relative;
	width : 100%;
	text-align : center;
	padding-bottom : 20px;
	padding-top : 0;
}
header {
	background-position : center center;
	background-repeat : no-repeat;
}
h1 {
	padding : 15px 20px;
}
}
@media (max-width: 480px) {
header {
	background-size : 85% auto;
	background-position : center center;
	background-repeat : no-repeat;
}


.google-maps {
	height : 160px;
	width : 100%;
	border : 0;
}


}
@media (max-width: 759px) {
.floating {
	display : none;
}
.center strong {
	font-size : 18px;
}
.col1-3 {
	width : 100%;
}
}
@media (max-width: 479px) {
.floating {
	display : none;
}
.inside {
	width : 100%;
}
}
@media (max-width: 319px) {
.push-left {
	display : none;
}
}
.pdf {
	float : right;
	margin : 20px 20px 20px 20px;
	text-align : center;
	background-color : #fff;
	padding : 20px 20px;
	color : #666;
	text-decoration : none;
	font-size : 12px;
	font-weight : 400;
}
.pdf img {
	border-style : none;
	text-align : center;
	height : 64px;
	padding-bottom : 10px;
}
.pdf a {
	color : #000;
}
.pdf a:hover {
	color : #555;
	text-decoration : none;
}
@media (max-width: 479px) {
.pdf {
	float : none;
	display : inline-block;
	width : 100%;
	margin : 10px 0;
	padding : 10px 0;
}

img {
 height: 100%;
 width: 100%;
}



}
.floating {
	float : right;
	margin : 20px 20px 0 20px;
	height : 190px;
}
.prod {
	text-align : center;
	padding : 25px 0;
}
.prod .item {
	display : inline-block;
	max-width : 23%;
	margin : 0.7% 0.5%;
}
.prod .item a {
	display : block;
	color : #777;
	padding-bottom : 20px;
	border : rgb(200, 200, 200, 0.5) solid 1px;
	font-size : 16px;
	font-weight : 300;
}
.prod .item img {
	width : 100%;
}
.prod .item a:hover {
	color : #6a2670;
	border : #ccc solid 1px;
}
.prod .item a:hover img {
	transform : scale(0.94);
	transition-duration : 0.35s;
}
.fotos img {
	width : 20%;
}
.fotos {
	line-height : 0;
}
@media (max-width: 639px) {
.prod .item {
	max-width : 48%;
	margin : 0.7% 0.5%;
}
}
@media (max-width: 359px) {
.prod .item {
	max-width : 97%;
	margin : 2.7% 0.5%;
}
}

.container {
	display: flex;
	justify-content: center;
	height:200px;
}

.wrapper {
	max-width: 680px;
	max-height: 10%;
	width:40%;
	padding:5px;
	display: inline-block;
}
.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor:pointer;
	height: 100%;
	width: 100%;
}

.youtube img {
	width: 100%;
	top: -11.82%;
	left: -5.5%;
	opacity:0.7;
}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
  }
  .youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
  }
  .youtube img,
  .youtube .play-button {
	cursor: pointer;
  }
  .youtube img,
  .youtube iframe,
  .youtube .play-button,
  .youtube .play-button:before {
	position: absolute;
  }
  .youtube .play-button,
  .youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
  }
  .youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
  }

  .sliderimage {
	aspect-ratio: 16/9;
	min-height: 100px;
  }

  .img {
	min-width: 5px!important;
	max-width: 5px!important;
  }

.strong-text,
.address,
.phone,
.email,
.website,
.google-site {
  display: block; /* Make each element block-level to apply margin and padding */
  margin-top: -7px; /* Alternatively, set padding if you want internal space */
}

/* Center the <a> tag horizontally inside its parent container */
.twitter-follow-button {
	margin-right: auto;      /* Automatically add right margin */
	margin-left: auto;
	display: flex;             /* Enable Flexbox */
	justify-content: center;   /* Center horizontally */
	align-items: center;       /* Center vertically */
	height: 300px;             /* Set a height to visualize centering */
	text-align: center;        /* Center text inside the <a> */
	transform: translate(1%,1%);
  }
  
  .fa-info-circle {
	padding-bottom: 15px;
  }

  .contact-info-tab{
	padding-bottom: 15px;
  }