html {
	overflow-x: hidden;
	overflow-y: scroll;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-rendering: optimizelegibility;
	font-family: 'Hammersmith One', sans-serif;
}

a {
	outline: none!important
}

.anima {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

:focus {
	text-decoration: none!important
}

.nopadding {
	padding: 0;
}

ul {
	list-style: none
}


/* ---- */

.navbar-toggle {
	float: none;
	margin: 8px auto
}

.big-background {
	z-index: 550;
	text-align: center;
	height: 100%;
	min-height: 100%;
	position: relative;
}

header {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 100;
	padding-top: 10px
}

.socialmenu {
	display: inline-block;
	margin-left: -30px;
	margin-top: 88px;
	padding-left: 0;
	text-align: center;
}

.socialmenu li {
	float: left;
	margin-right: 10px
}

.socialmenu li a i {
	font-size: 18px;
	color: #fff
}

.navbar li.menu-item a {
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 1.45em;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
}

.navbar li.menu-item.loja a {
	background: rgba(201, 37, 44, 0.6) none repeat scroll 0 0;
	margin-top: 7px;
	padding: 3px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background: rgba(0, 0, 0, 0.00);
	opacity: 0.8
}

.navbar li.menu-item:focus a,
.navbar li.menu-item:hover a {
	background: rgba(0, 0, 0, 0.00)
}

.navbar li.menu-item ul.dropdown-menu li.menu-item a {
	color: #333
}

.navbar-toggle span {
	background: #eee
}

.content {
	display: block;
	margin: 0 auto;
	position: relative;
	min-height: 60vh;
}

h2.titulo {
	color: #fff;
	font-family: 'Economica', sans-serif;
	font-size: 5.5em;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
	line-height: 1
}

h5.titulo {
	color: #fff;
	font-family: 'Economica', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}

.menu-item hr {
	width: 10%;
	margin: 0 auto;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	border-color: rgba(0, 0, 0, 0.00)
}

.menu-item:hover hr {
	width: 50%;
	border-color: #fff
}

.modal {
	overflow-y: auto;
}

html {
	overflow-y: scroll !important;
}

.navbar {
	margin: 75px 0 0;
}

.nav li.menu-item {
	float: left;
	padding: 0 3px
}

.logorodape {
	background: url(../images/ltxlogo.png) no-repeat;
	height: 25px;
	width: 99px;
}

.logorodape:hover {
	background-position: 0px 24px;
}

.foot span {
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	font-style: italic;
}


/* Lojas */

.lojas .loja {
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left
}

.lojas .loja h3 {
	font-family: 'Economica', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.lojas .loja p a,
.lojas .loja p {
	color: #fff;
	/*font-family: "Crimson Text", serif;*/
	font-size: 19px;
	font-weight: 400;
	line-height: 1.1;
	text-align: justify;
}

.lojas .loja p a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Contato */

.contato .form-control {
	border: 1px solid #eee;
	border-radius: 0;
	box-shadow: none
}

.contato textarea.form-control {
	height: 180px;
	resize: none;
}

.contato button.btn.btn-default {
	float: right;
	background: #353132;
	color: #fff;
	margin-top: 5px;
	border-radius: 0;
	border: none;
}

.contato button.btn.btn-default:hover,
.contato button.btn.btn-default:focus {
	background: #888
}

.contato span {
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	color: #353132;
	font-size: 1em;
}

.contato span a {
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	color: #353132;
	font-size: 1em;
}

.contato span a:hover {
	text-decoration: none;
	color: #888888
}

.contato .form-group.estado {
	padding-left: 0
}

.foot .logorodape {
	float: right
}


/* Scroll up */

#scrollup {
	width: 50px;
	height: 37px;
	background: url(../images/topo.png) no-repeat;
	text-indent: -9999px;
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#scrollup:hover {
	opacity: 0.9
}


/* Preloader */

.loader_hide {
	opacity: 0;
	width: 100%;
	overflow-x: hidden;
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ecf0f1;
	z-index: 99999;
}

.svg-ani {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 20rem;
	left: 0;
	bottom: 0;
	right: 0;
}

svg path,
svg rect {
	fill: #FF6700;
}

.blueimp-gallery {
	background: #fff;
	background: rgba(255, 255, 255, 0.90);
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
	color: #4b4b4d !important;
	text-shadow: none;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
	text-shadow: none;
	color: #4b4b4d !important;
	border: 3px solid #4b4b4d;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
	background-color: #4b4b4d !important;
}

.blueimp-gallery>.indicator>li {
	background-image: none !important;
}

.grid li a {
	overflow: hidden
}

.grid li a img {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.grid li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#pButton {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	border: medium none;
	height: 30px;
	margin: 5px auto 0;
	outline: medium none;
	width: 30px;
	border-radius: 30px;
	border: 1px solid #fff;
}

.play {
	background: url(../images/pause.png) no-repeat;
}

.pause {
	background: url(../images/play.png) no-repeat;
}

.ltxx-image {
	opacity: 0.4;
	transition: all 180ms ease-out 0s;
}

.ltxx-image:hover {
	opacity: 1;
}

.foot {
	margin-top: 100px
}

@media (max-width: 1199px) {
	.nav > li > a {
		padding: 10px 8px;
	}
	ul.nav {
		margin: 0 auto;
		    display: inline-block;
	}
	.navbar {
		margin-top: 10px;
	}
	.socialmenu {
		margin: 12px auto 0;
		padding-left: 40px;
		width: 150px;
	}
}

@media (max-width: 991px) {
	ul.nav {
		/*width: 100%!important*/
	}
	.nav li.menu-item {
		padding: 0 1px;
	}
	.socialmenu {
		margin: 0 auto;
		padding-left: 32px;
		width: 162px;
	}
	.navbar li.menu-item a {
		/**font-size: 1em*/
	}
	.foot .logorodape {
		margin: 10px auto;
		width: 100px;
		display: block;
		float: unset;
	}
	.contato .form-group.estado {
		padding-left: 15px
	}
	.logorodape:hover {
		background-position: 0 0;
		opacity: 0.8
	}
	.socialmenu li {
		margin-top: 13px;
		margin-bottom: -10px;
	}
	.navbar {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.nav li.menu-item {
		width: 100%
	}
	.foot {
		margin-top: 0
	}
	form {
		bottom: auto!important;
		position: relative!important;
		right: auto!important;
		width: 100%;
		max-width: 320px;
	}
	.info {
		width: 90%!important
	}
	.info input {
		width: 100%!important
	}
}

@media (min-width: 1200px) {
	ul.nav {
		float: right;
	}
}

.pattern {
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0
}