html, body {
	font-family: 'Roboto Slab', serif;
	
}

h1 {
	color: #000;
	text-transform: none;
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 20px;
}

h2 {
	color: #c09d62;
	text-transform: none;
}

h3 {
	color: #000;
}

p {
	font-family: 'Roboto Slab', serif;	
	color: #999;
	line-height: 24px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

a.link-bg-white{font-weight: 900;}

a,a:focus {
	color: #c09d62;
		-webkit-transition:	all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a:hover, a:active {
	color: #a38553;
		-webkit-transition:	all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a .icon-box {
	font-weight: 900;
	background-color: #c09d62;
	color: #fff;
	display:inline-block;
	padding: 0 5px;
	margin-left: 5px;
}
a .icon-box i {font-weight: bold;}

a:hover .icon-box {background-color: #a38553;}

.nav-center {
	float: none;
	display: table;
	margin: 0 auto;
}

.navbar-header.navbar-brand-center {
	float: none;
}

.navbar-header.navbar-brand-center .navbar-brand {
	float: none;
	display: table;
	margin: 0 auto !important;
	text-align: center;
}

.navbar-header.navbar-brand-center .navbar-brand img {margin: 0 auto;}

.navbar-header.navbar-brand-center .lines-header:before {
	display: block;
	content:' ';
	width: 400px;
	height: 2px;
	background-color: #fff;
	margin: 40px auto 0 auto;
}

.navbar-header.navbar-brand-center .lines-header:after {
	display: block;
	content:' ';
	width: 450px;
	height: 2px;
	background-color: #fff;
	margin: 10px auto;
}

.nav-center li a {
	text-transform: none !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
}

#tf-home {
	background-attachment: scroll;
}

@media screen and (max-width: 768px){
	#tf-home {
		height: 500px !important;
	}
	#tf-home .content {
		height: 500px !important;
		padding-top: 0 !important;
	}
	#tf-home .overlay {
		height: 500px !important;
		padding-top: 150px;
	}
}

#tf-home .content {
	padding-top: 350px;
}

#tf-home h1 {
	
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	font-size: 48px;
}

#tf-home p.lead {
	color: #fff;
	font-size: 16px;
}


#tf-home, #tf-home .overlay {
    min-height:100%;
    /*background: url(../lay/bg-overlay.png);*/
    /*opacity: .3;*/
}

.btn-theme,
.btn-theme:focus {
	background: none;
	color: #fff;
	font-family: 'Roboto Slab', serif;	
	padding: 15px 50px;
	border: 2px solid #fff;
	border-radius: 0;
}

.btn-theme:hover,
.btn-theme:active {
	background: #fff;
	border: 2px solid #fff;
	color: #333;
}


.on {background: #000 !important;}

.navbar-fixed-top.on .navbar-header.navbar-brand-center {
	height: 0;

	-webkit-transition:	height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.navbar-fixed-top .navbar-header.navbar-brand-center {
	height: 206px;

	-webkit-transition:	height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.navbar-fixed-top.on .navbar-header.navbar-brand-center .navbar-brand img {
	margin: -200px auto 0 auto;

			-webkit-transition:	margin .3s ease-in-out;
	-moz-transition: margin .3s ease-in-out;
	-o-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;

}

.navbar-fixed-top .navbar-header.navbar-brand-center .navbar-brand img {
	margin: 0 auto 0 auto;

			-webkit-transition:	margin .3s ease-in-out;
	-moz-transition: margin .3s ease-in-out;
	-o-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;

}

.navbar-fixed-top.on .navbar-header.navbar-brand-center .lines-header:before {opacity: 0;}
.navbar-fixed-top.on .navbar-header.navbar-brand-center .lines-header:after {opacity: 0;}
.navbar-fixed-top .navbar-header.navbar-brand-center .lines-header:before {opacity: 1;}
.navbar-fixed-top .navbar-header.navbar-brand-center .lines-header:after {opacity: 1;}


@media screen and (max-width: 768px){
	.navbar {margin-bottom: 0;}
	.navbar-fixed-top .navbar-header.navbar-brand-center {
		height: auto;
		background: #000;
	}
	.navbar-default .navbar-collapse {background: #000;}
	.navbar-header.navbar-brand-center .lines-header:before {
		display: none;
	}

	.navbar-header.navbar-brand-center .lines-header:after {
		display: none;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:focus {
		top:30px;
		background: none;
		border-color: #fff;
	}
	.navbar-default .navbar-toggle:active,
	.navbar-default .navbar-toggle:hover {
		background: #a38553;
		border-color: #a38553;
	}
	
	.navbar-default .navbar-toggle:focus .icon-bar
	.navbar-default .navbar-toggle:active .icon-bar,
	.navbar-default .navbar-toggle:hover  .icon-bar {background: #fff;}

	#tf-menu {position: relative;padding: 0;}
	.navbar-fixed-top.on .navbar-header.navbar-brand-center {height: 86px;;}
	#tf-menu.navbar-default .navbar-nav li a {text-align: center;}
	.navbar-fixed-top.on .navbar-header.navbar-brand-center .navbar-brand img {
		margin: 0 auto !important;
		-webkit-transition:	none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

/*QUEM SOMOS*/

#tf-about {
	background: url(../lay/line-grain.png) 0 bottom repeat-x;
}

.img-about-us {
	position: absolute;
	left: -80px;
    top: -110px;
}

.icon-quemsomos img {
	margin: 0 auto;
}

@media screen and (max-width:1200px){
	.img-about-us {
		position: relative;
		left: 0;
		top: 0;
	}
}

@media screen and (max-width:991px){
	.img-about-us {display: none;}
}

.divider-white {
	border-top: 1px dashed #ddd;
	margin: 80px 0 40px 0;
}

.icon-quemsomos h3 {margin-top: 0;}

/*CARNES*/

.inverse .section-title h1 {color: #fff;}
.inverse p {color: #fff;}



#tf-beef .thumbnail .caption {
	width: 100%;
	height: 100%;
	text-align: left;
	background: #000;
	position: absolute;
	float: left;
	padding: 40px 60px 40px 40px;
	bottom: -206px;
	z-index: 9;

	opacity: 1;
	
	-webkit-transition:	all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


#tf-beef .thumbnail:hover .caption {
	bottom: 0;	
	padding: 60px 60px 40px 40px;
	-webkit-transition:	all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	opacity: .8;

}


#tf-beef .thumbnail .caption p {color: #999;}

#tf-beef .thumbnail {
	
	display: table;
	position: relative;
	overflow: hidden;
	padding: 0;
	cursor: move;

}


@media screen and (max-width: 1680px){

	#tf-beef .thumbnail .caption {
		bottom: -220px;
	}

}


@media screen and (max-width: 1366px){

	#tf-beef .thumbnail .caption {
		bottom: -300px;
	}

}

@media screen and (max-width: 1280px){

	#tf-beef .thumbnail .caption {
		bottom: -280px;
	}

}

@media screen and (max-width: 1024px){

	#tf-beef .thumbnail .caption {bottom: -190px;}
	#tf-beef .thumbnail:hover .caption {padding: 30px 60px 40px 40px;}
	#tf-beef .thumbnail .caption p {font-size: 12px;}

}


@media screen and (max-width: 768px){


	.owl-theme .owl-controls .owl-dots .owl-dot {width: 30px;}
	#tf-beef .thumbnail .caption {bottom: -306px;}
	#tf-beef .thumbnail:hover .caption {padding: 60px 60px 40px 40px;}
	#tf-beef .thumbnail .caption p {font-size: 14px;}

}

@media screen and (max-width: 640px){

	#tf-beef .thumbnail .caption {
		bottom: -260px;
	}

}

@media screen and (max-width: 480px){

	#tf-beef .thumbnail .caption {bottom: -160px;padding: 20px;}
	#tf-beef .thumbnail:hover .caption {padding: 20px;bottom: -160px;}
	#tf-beef .thumbnail .caption p {font-size: 12px;display: none;}
	#tf-beef .thumbnail .caption h5 {display: none;}
	#tf-beef .thumbnail .caption h2 {font-size: 18px;}

}

.img-acougueiro {
	position: absolute;
	top: -130px;
	right: 0;
}



@media screen and (max-width: 1366px){
	.img-acougueiro {top: -130px;}
}

@media screen and (max-width: 1200px){
	.img-acougueiro {top: -58px;}
}

@media screen and (max-width: 1024px){
	.img-acougueiro {top: -58px;}
}


@media screen and (max-width: 991px){
	.img-acougueiro {display: none;}
}



.img-acougueiro:after {
	display: block;
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
}

.divider-white {
	border-style: dashed;
	opacity: .2; 
}

/*EVENTOS*/

.btn-theme-green,
.btn-theme-green:focus {
	font-weight: 900;
	border-radius: 0;
	color: #fff;
	background-color: #c09d62;
	border-color: #c09d62;
		-webkit-transition:	all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.btn-theme-green:hover,
.btn-theme-green:active {
	color: #fff;
	background-color: #a38553;
	border-color: #a38553;
		-webkit-transition:	all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.btn-event {
	margin-top: 100px;
	float: right;
}

@media screen and (max-width: 768px){
	.btn-event {
		margin-top: 20px;
		float: none;
	}
}

#tf-event .btn-theme-green i.fa {
	border: none;
	font-size: 14px;
	color: #fff !important;
	width: 20px;
    height: 20px;
    padding: 0;
}

.modal-content {border-radius: 0;}
.modal-body {padding: 30px;}

.form-control.field {
	height: 40px;
	line-height: 40px;
	border-radius: 0 !important;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #ddd;
}

.form-control.field-textarea {
	border-radius: 0;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #ddd;	
}


/*TIPS*/

#tf-tips {
	border-top: 1px solid #ddd;
	background: url(../lay/line-grain.png) 0 top repeat-x;
}

#tf-tips p.text-tips,
#tf-tips ul.text-tips {
	margin-top: 50px;
}

@media screen and (max-width: 991px){
	#tf-tips p.text-tips {margin: 10px 0 0 0;}
	#tf-tips ul.text-tips {
		margin-top: 20px;
	}	
}

.list-default {
	list-style: none;
	padding-left: 20px;
}

.list-default li {
	display: table;
	padding:  0 0 0 20px;
	background: url(../lay/li.png) 0 4px no-repeat;
}

.grid-youtube {
	margin-top: 80px;
}

.grid-youtube .row {
	margin-bottom: 40px;
}

.container-video {display:table; /*---*/ height: 260px;}

.container-video p {
	color: #000;
	margin: 5px 0 0;
	font-size: 16px;
}

.container-video small {
	color: #999;
	margin: 5px 0 0;
}

.container-video .thumb {
	display:table;
	position: relative;
	overflow: hidden;
	/*----*/
	width:262px;
}


.container-video .thumb .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );

    		-webkit-transition:	all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.container-video:hover .thumb .overlay {
	opacity: 1;

			-webkit-transition:	all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

@media screen and (max-width: 991px){
	.grid-youtube .row .col-md-3 {text-align: center;margin-bottom: 40px;}
	/*---*/.item-video { text-align: -webkit-center; text-align: -moz-center; text-align: -o-center; text-align: -ms-center; }
	.container-video .thumb{margin: 0 auto; /*---*/ width:inherit;}
	.grid-youtube p {font-size: 18px;}
}


#tf-tips i.fa {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: none;
	width: 60px;
	height: 60px;
	font-size: 60px;
	opacity: .5;
}

/*NEWSLETTER*/

#tf-newsletter {
	background: #c09d62 url(../lay/line-white.png) 0 top repeat-x;
	padding: 80px 0 60px 0;
}
/*---*/
#modal-newsletter{
	padding-top:10%;	
}

@media screen and (max-width: 991px){
	#tf-newsletter h2 {line-height: 38px;}
}

#tf-newsletter h2 {
	color: #fff;
	margin-bottom: 10px;
}

#tf-newsletter p {
	color: #fff;
}

#tf-newsletter .form-control {
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #fff;
	height: 54px;
	line-height: 54px;
	box-shadow: none;
	color: #fff;
}

#tf-newsletter .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  opacity: 0.6;
}
#tf-newsletter .form-control::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 0.6;
}
#tf-newsletter .form-control:-ms-input-placeholder { /* IE 10+ */
  color: white;
  opacity: 0.6;
}
#tf-newsletter .form-control:-moz-placeholder { /* Firefox 18- */
  color: white;
  opacity: 0.6;
}


@media screen and (max-width: 991px){
	#tf-newsletter button {margin-top: 20px;width: 100%;}
}

.error input, .error textarea {border-color: red !important;}

.error input::-webkit-input-placeholder, .error textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: red !important;
}
.error input::-moz-placeholder, .error textarea::-moz-placeholder { /* Firefox 19+ */
  color: red !important;
}
.error input:-ms-input-placeholder, .error textarea:-ms-input-placeholder { /* IE 10+ */
  color: red !important;
}
.error input:-moz-placeholder, .error textarea:-moz-placeholder{ /* Firefox 18- */
  color: red !important;
}

/*----*/
.btn-default[disabled] { background-color: #999;color: #E7E7E7;}

/*LOCAL*/

#tf-local {
	padding: 0;
}

#map {
	width: 100%;
	height: 450px;
}

#tf-local .container-fluid {padding: 0;}

.container-fluid.container-info {
	background: #000 url(../lay/line-white.png) 0 bottom repeat-x;
	padding: 40px 0 40px 0 !important;	
}

.container-fluid.container-info h2 {color: #fff;}
.container-fluid.container-info p {color: #fff;text-align: left;font-size: 18px;}

@media screen and (max-width: 991px){
	.container-fluid.container-info h2 {margin-bottom: 20px;}
}

/*CONTACT*/
#tf-contact .btn-theme-green {padding: 15px 30px;float: right;}


.contact-info {color: #000 !important;}

#tf-contact .fa {display: inline-block;font-size: 18px;color:#c09d62;margin-right: 7px;}

#tf-contact .fnav {
	margin: 40px 0 20px 0;
}



#tf-contact .fnav li {
	display: table;
	width: 30px;
	height: 30px;
	background: #000;
	float: left;
	margin-right: 5px;
	border-radius: 4px;
}

#tf-contact .fnav li a {
	display:table-cell;
	width: 100%;
	height: 100%;
	padding-left: 7px;
	vertical-align: middle;
	text-align: center;
}

#tf-contact .fnav li a i {color: #fff;}

/*FOOTER*/

#footer {
	background: #000 !important;
	padding: 35px 0 30px 0 !important;
}
#footer p {font-size: 14px !important;}

#footer .logo-4ps {
	margin-top: 15px;
	float: right;
}

@media screen and (max-width: 991px){
	#footer p {text-align: center;}
	#footer .logo-4ps {
		float: none;
		display: table;
		margin: 0 auto;
	}	
}

.go-to-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: table;
	padding: 15px 20px;
	color: #fff !important;
	background: #000;
	opacity: .5;
	z-index: 999;
	border: 1px solid #fff;
}

.go-to-top:hover {
	opacity: 1;
}

.navbar-default .navbar-nav a:hover {
	color: #FCAC45 !important;
}

.btn-down {
	color: #fff !important;
	font-size: 50px;
	padding: 10px;
}
