/*
* @file: default.css;
* @author: Cassio Vieira;
* @authorEmail: programacao@tdh.com.br;
* @authorURL: www.tdh.com.br;
* @authorCompany: TDH Websites;
*/

/* Img */
img {
	height: auto;
	max-width: 100%;
}

/* Anchor */
a {
	line-height: 1.2em;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
}
a:hover,
a:active,
a:focus {  }

p {
	line-height: 1.5em;
}

/* Forms Items */
input,
select,
textarea,
button {
box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
line-height: 1.2em;
transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	max-width: 100%;
	outline: none;
	padding: 10px;
	resize: none;
	width: 100%;
}

/* Modal */
#site .modal-backdrop.in {
	opacity: 0.8;
}
#site.modal-open .modal {
	overflow: hidden;
}

/* Animations */
@keyframes hover {
	from {
		transform: rotate(20deg);
			-moz-transform: rotate(20deg);
			-webkit-transform: rotate(20deg);
			-o-transform: rotate(20deg);
			-ms-transform: rotate(20deg);
	}
	to {
		transform: rotate(-20deg);
			-moz-transform: rotate(-20deg);
			-webkit-transform: rotate(-20deg);
			-o-transform: rotate(-20deg);
			-ms-transform: rotate(-20deg);
	}
}

@keyframes hovericons {
	from {
		transform: rotate(20deg) scale(0.7);
			-moz-transform: rotate(20deg) scale(0.7);
			-webkit-transform: rotate(20deg) scale(0.7);
			-o-transform: rotate(20deg) scale(0.7);
			-ms-transform: rotate(20deg) scale(0.7);
	}
	to {
		transform: rotate(-20deg) scale(0.7);
			-moz-transform: rotate(-20deg) scale(0.7);
			-webkit-transform: rotate(-20deg) scale(0.7);
			-o-transform: rotate(-20deg) scale(0.7);
			-ms-transform: rotate(-20deg) scale(0.7);
	}
}


@keyframes hovergallery {
	from {
		transform: scale(1);
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			-ms-transform: scale(1);
	}
	to {
		transform: scale(0.5);
			-moz-transform: scale(0.5);
			-webkit-transform: scale(0.5);
			-o-transform: scale(0.5);
			-ms-transform: scale(0.5);
	}
}

/* Mod Title */
.mod-title {
	color: #96c328;
	font-size: 26px;
	margin: 0 0 15px;
	padding: 0 0 45px;
	position: relative;
	text-align: center;
}
.mod-title:before {
	background-image: url(../images/backgrounds/sprite.png);
	background-position: center -1198px;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	height: 42px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

/* Mod Title BG */
.mod-bg-title {
	color: #ffffff;
}
.mod-bg-title:before {
	background-position: center -1249px;
}

/* Mod Link */
.mod-link {
	clear: both;
	margin: 15px 0 0;
	text-align: center;
}
.mod-link a {
	background-color: #96c328;
	border: 2px solid #96c328;
	border-radius: 50px;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 22px;
}
.mod-link a:hover {
	background-color: #ffffff;
	color: #96c328;
}

/* Item  Gallery */
.item-gallery {
	clear: both;
	margin: 60px 0 0;
}
.item-gallery .gallery-items {  }
.item-gallery .gallery-item {
	float: left;
	margin: 0 0 0 2.6%;
	width: 31.6%;
}
.item-gallery .gallery-item:first-child {
	margin: 0;
}
.item-gallery .gallery-item a {
	border-radius: 10px;
	display: block;
	max-width: 370px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.item-gallery .gallery-item a:before {
	background-image: url(../images/backgrounds/transparencia-hover-images.png);
	background-position: 0 0;
	background-repeat: repeat;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
	width: 100%;
	z-index: 0;
}
.item-gallery .gallery-item a span {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	color: #ffffff;
	height: 70px;
	left: 0;
	margin-top: -35px;
	padding: 50px 0 0;
	position: absolute;
	text-align: center;
	top: -100px;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}
.item-gallery .gallery-item a span:before {
	background-image: url(../images/backgrounds/sprite.png);
	background-position: center -428px;
	background-repeat: no-repeat;
	content: "";
	height: 40px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 40px;
}
.item-gallery .gallery-item a:hover:before {
	height: 100%;
}
.item-gallery .gallery-item a:hover span {
	top: 50%;
}
.item-gallery .gallery-item a:hover span:before {
	animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-moz-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-webkit-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-o-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-ms-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
}

/* Mod Bottom Title */
.mod-bottom-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 65px 0 50px;
	position: relative;
	text-align: center;
}
.mod-bottom-title:after,
.mod-bottom-title:before {
	background-image: url(../images/backgrounds/sprite.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}
.mod-bottom-title:before {
	background-position: center -1026px;
	height: 78px;
	top: -8px;
	transform: scale(0.7);
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
	z-index: 1;
}
.mod-bottom-title:after {
	background-position: center -1250px;
	height: 42px;
	bottom: 0;
}

/* Mod Title */
.page-title {
	color: #959595;
	font-size: 30px;
	margin: 0 0 30px;
	padding: 0 0 52px;
	position: relative;
	text-align: center;
}
.page-title:before {
	background-image: url(../images/backgrounds/sprite.png);
	background-position: center -1198px;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	height: 42px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

/* Item Link */
.item-link {
	clear: both;
	margin: 15px 0 0;
	text-align: center;
}
.item-link.return {
	text-align: left;
}
.item-link a {
	background-color: #ffffff;
	border: 2px solid #96c328;
	border-radius: 50px;
	color: #96c328;
	display: inline-block;
	font-weight: 600;
	padding: 10px 22px;
}
.item-link a:hover {
	background-color: #96c328;
	color: #ffffff;
}

/* Resultado Form */
.resultado {
	text-align: center;
}
.resultado .resultado-inner {
	background-color: #fcfff5;
	border: 1px solid #96c328;
	border-radius: 5px;
	box-sizing: border-box;
	color: #96c328;
	display: inline-block;
	max-width: 600px;
	padding: 80px 20px 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.resultado .resultado-inner.danger {
	background-color: #fffafa;
	border-color: #b94a48;
	color: #b94a48;
}
.resultado .resultado-inner:before {
	background-image: url(../images/backgrounds/sprite-result-form.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	height: 48px;
	left: 50%;
	margin-left: -24px;
	position: absolute;
	top: 20px;
	width: 48px;
}
.resultado .resultado-inner.danger:before {
	background-position: 0 -60px;
}
.resultado .resultado-inner p {
	font-size: 14px;
}
.resultado .resultado-inner p strong {
	display: block;
	font-weight: 700;
	line-height: 1.2em;
}

/* Table */
table {
	margin: 30px 0 0;
	max-width: 100%;
	width: 100%;
}
table tr {  }
table tr td {
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	color: #666666;
	line-height: 1.6em;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
}
table tr td:first-child {
	font-weight: 600;
}
table tr:nth-child(2n+1) td {
	background-color: #f2f2f2;
}

/* Pagination */
.pagination {
	clear: both;
	margin: 60px 0 0;
}
.pagination ul {
	display: table;
	margin: 0 auto;
}
.pagination ul li {
	float: left;
	margin: 0 0 0 2px;
}
.pagination ul li:first-child {
	margin: 0;
}
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next {
	display: none;
}
.pagination ul li a,
.pagination ul li span {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	color: #959595;
	cursor: default;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 10px;
}
.pagination ul li a {
	cursor: pointer;
}
.pagination ul li a:hover,
.pagination ul li span {
	background-color: #96c328;
	border-color: #96c328;
	color: #ffffff;
}
.pagination ul li.pagination-start a,
.pagination ul li.pagination-start span,
.pagination ul li.pagination-end a,
.pagination ul li.pagination-end span {
	text-align: center;
	width: 60px;
}
.pagination ul li.pagination-start span,
.pagination ul li.pagination-end span {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	color: #959595;
}