/*! * Layana HTML 1.0.0 by WowThemes.net * All rights reserved http://www.wowthemes.net */
html,body {
	width:100%;
	height:100%;
}
body {
	font-family: 'Philosopher', sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.7;
}
hr {
    border-color: #ccc;
    border-width: 1px;
}
hr.light {
	border-color:#fff;
}
a {
	color:#352e2d;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
a:hover,a:focus {
	color:#291d7d;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Philosopher', sans-serif;
}

h5 {
	font-size: 16px;
}

p {
	margin-bottom:20px;
}
.btn {
		padding:16px 30px;
	margin-top:15px;
}
.bg-primary {
	background-color:#E3E3E4;
}
.bg-dark {
	color:#FFF;
	background-color:#000;
}
.bg-ouro {
	background-color:#d9a831;
}
.bg-gray {
	background-color:#f4f4f4;
}
.bg-darkgray {
	background-color:#eaeaea;
}
.bg-gray h2,.bg-darkgray h2 {
	color:#111;
}
.text-faded {
	color:rgba(255,255,255,.7) !Important;
}
section {
	padding:80px 0;
}
aside {
	padding:50px 0;
}
.no-padding {
	padding:0;
}
.navbar-default {
	border-color:rgba(34,34,34,.05);
	font-family: 'Philosopher', sans-serif;
	background-color:#000;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
	min-height: 90px;
	padding-top: 10px;
}

.navbar-brand {
    float: left;
    padding: 0 15px;
}

.navbar {
    margin-bottom: 0;
    min-height: 90px;
}

.logo {
    margin-top:0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
	text-transform:uppercase;
	font-size:15px;
	font-weight:600;
	font-family: 'Philosopher', sans-serif;
	color:#ccc;
	letter-spacing:0.8px;
}
.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
	color:#ccc;
}
.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus {
	color:#ccc !important;
	background-color:transparent;
}
.navbar-default .nav>li.active>a:hover,.navbar-default .nav>li.active>a:focus:hover {
	background-color:transparent;
}
@media(min-width:768px) {
	.navbar-default {
		border:0;
		background-color:#000;
		border-bottom: 5px solid #e1bb4e;rgba(0,0,0,0.03);
	}
	.navbar-nav > li > a {
	    padding-top: 8px;
	    padding-bottom: 8px;
	    margin-top: 10px;
	}
	.navbar-default .navbar-header .navbar-brand:hover,.navbar-default .navbar-header .navbar-brand:focus {
		color:#0b55a4 ;
	}
	.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
		margin-left: 5px;
		color: #e5c55e;
	}
	.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
		color:#ccc;
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		color:#7F6A00;
	}
	.navbar-default.affix .navbar-header .navbar-brand:hover,.navbar-default.affix .navbar-header .navbar-brand:focus {
		color:#eb3812;
	}
	.navbar-default.affix .nav>li>a,.navbar-default.affix .nav>li>a:focus {
		color:#222;
	}
	.navbar-default.affix .nav>li>a:hover,.navbar-default.affix .nav>li>a:focus:hover {
		color:#f05f40;
	}
    .navbar {
    	min-height: 100px;
    }

}



.navbar-nav {
    margin-top: 5px;
}

@media(max-width:768px) {
	.navbar-nav {
	    margin-top: 40px;
	}
}

header {
	position:relative;
	width:100%;
	min-height:auto;
	text-align:center;
	color:#fff;
	background-image:url(../img/header.jpg);
	background-position:center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}
header .header-content {
	position:relative;
	width:100%;
	padding:100px 15px;
	text-align:center;
}
header .header-content .header-content-inner h1 {
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:700;
}
header .header-content .header-content-inner hr {
	margin:30px auto;
}
header .header-content .header-content-inner p {
	margin-bottom:50px;
	font-size:16px;
	font-weight:300;
	color:rgba(255,255,255,.7);
}
@media(min-width:768px) {
	header {
		min-height:100%;
	}
	header .header-content {
		position:absolute;
		top:50%;
		padding:0 50px;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	header .header-content .header-content-inner {
		margin-right:auto;
		margin-left:auto;
		max-width:1000px;
	}
	header .header-content .header-content-inner p {
		margin-right:auto;
		margin-left:auto;
		max-width:80%;
		font-size:18px;
	}
}
.section-heading {
	margin-top:0;
	line-height:1.4;
	font-size:34px;
	 color:#000;
}
.service-box {
	margin:50px auto 0;
    min-height: 250px;
    padding: 10px;
    background: url(../img/bg_menu.jpg) repeat;
    font-size: 16px;
    color: #1f1c6a;
    border: 1px solid #d9d5d5;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media(min-width:992px) {
	.service-box {
		margin:20px auto 0;
	}
}

.portfolio {
    background: url(../img/bg_menu.jpg) repeat #fff;
    border-top: 3px solid #a7a6a6;
    border-bottom: 3px solid #a7a6a6;
}
.portfolio-box {
	display:block;
	position:relative;
	margin:0 auto;
	max-width:650px;
}
.portfolio-box .portfolio-box-caption {
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	opacity:0;
	background:rgba(9, 12, 80, 0.9);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
	font-family:Dosis;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding:0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size:18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity:1;
}
@media(min-width:768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size:16px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size:22px;
	}
}
.call-to-action h2 {
	margin:0 auto 20px;
}
.text-primary {
	color:#f05f40;
}
.no-gutter>[class*=col-] {
	padding-right:0;
	padding-left:0;
}
.btn-default {
	border-color:#fff;
	color:#222;
	background-color:#fff;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	border-color:#ededed;
	color:#222;
	background-color:#f2f2f2;
}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-image:none;
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	border-color:#fff;
	background-color:#fff;
}
.btn-default .badge {
	color:#fff;
	background-color:#222;
}

/*BOT PRIMARY */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    border-color: #411a1a  !important;
    background-color: #5c2222 !important;
    color: #320b0b !important;
}
.btn-primary {
	border: 1px solid #fff;
	color: #fff;
	background-color: #343535;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	margin-top: 0;
	font-size: 16px !important;
}
@media(max-width:768px) {
	.btn-primary {
	font-size: 13px !important;
	margin-bottom: 10px;
	}
}


.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	color: #000;
	background-color: #ccc;
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-image:none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	border-color:#f05f40;
	background-color:#f05f40;
}
.btn-primary .badge {
	color:#f05f40;
	background-color:#fff;
}
.btn {
	border:0;
	border-radius:300px;
	text-transform:uppercase;
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight:700;
}
.btn-xl {
	padding:15px 30px;
}
::-moz-selection {
	text-shadow:none;
	color:#fff;
	background:#222;
}
::selection {
	text-shadow:none;
	color:#fff;
	background:#222;
}
img::selection {
	color:#fff;
	background:0 0;
}
img::-moz-selection {
	color:#fff;
	background:0 0;
}
body {
	webkit-tap-highlight-color:#222;
}
.carousel-caption {
	 top:10%;
}
.main-container {
	padding:40px 15px;
}
.skyblue {
	background-color:#22c8ff;
}
.deepskyblue {
	background-color:#00bfff;
}
.darkerskyblue {
	background-color:#00a6dd;
}
.carousel-indicators {
	bottom:50;
}
.intro .carousel-control.right,.intro .carousel-control.left {
	background-image:none;
	display:none;
}
.carousel-indicators li,.carousel-indicators li.active {
	width:15px;
	height:15px;
	margin:0;
}
.intro .item {
	height:100%;
	width:100%;
	background-color: #F2F2F2;

}
.carousel-caption h1 {
	font-size:90px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	letter-spacing:3px;
	font-family:"Mrs Sheppards";
}
.carousel-caption h2 {
	font-size:30px;
	letter-spacing:1px;
	font-weight:300;
}
.carousel .icon-container {
	display:inline-block;
	font-size:25px;
	line-height:25px;
	padding:1em;
	text-align:center;
	border-radius:50%;
}
.carousel-caption button {
	border-color:#00bfff;
	margin-top: 1em;
}
/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.carousel-caption button {
	-webkit-animation-delay:3s;
	animation-delay:3s;
}
.carousel-control,.carousel-caption {
	text-shadow:none;
}
/*cor outdoor*/
.intro .item:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
.carousel-caption .btn {
	margin-top:10px;
	font-size:11px;
	padding:17px 20px;
	margin-left:5px;
	margin-right:5px;
	min-width:150px;
	text-align:center;
}
.btn {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:3px;
	font-weight:600;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.btn-ghost {
	border:1px solid #eee;
	color:#fff;
	background:0;
}
.btn-ghost:hover {
	background:#fff;
}
.btn-white {
	background-color:#fff;
	border:1px solid #fff;
	color:#222;
}
.btn-round {
	border-radius:300px;
	border:0;
	font-weight:700;
}
.btn-round:hover {
	border-radius:300px;
}
.equal-heights .col-md-4 {
	padding-left:0;
	padding-right:0;
}
.equal-heights .box {
	padding:60px;
}
.w-middle {
	transform-style:preserve-3d;
}
@media(min-width:780px) {
		.w-middle .box {
			position:relative;
			top:50%;
			-webkit-transform:translateY(-50%);
			-ms-transform:translateY(-50%);
			transform:translateY(-50%);
	}
}
.box h2 {
	font-size:26px;
	margin-bottom:20px;
	margin-top:0;
}
.equal-heights img {
	max-width:100%;
	height:auto;
	width:100%;
	display:block;
}
.iconbox {
	display:inline-block;
	width:100%;

	color:#fff;
	border-radius:5%;
	line-height:90px;
}

.teambox {
	margin-bottom: 40px;
}
.teambox h2 {
	margin:0;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:20px 20px 5px 20px;
	text-align:center;
	color: #401E0A;
}
.teambox h3 {
	margin:0;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:20px 20px 5px 20px;
	text-align:center;
	color: #401E0A;
}
.teambox p {
	margin:0;
	font-size:13px;
	text-align:center;
	color: #401E0A;
}
.team-social a {
	background:rgba(0,0,0,0.05);
	height:40px;
	width:40px;
	text-align:center;
	border-radius:5px;
	color:#fff;
	line-height:40px;
	font-size:15px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
	display:inline-block;
	margin-bottom:3px;
	margin-right:4px;
}
.team-social {
	padding:0 20px 20px 20px;
	text-align:center;
}
.overlay-image {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:#222;
}
.port-zoom-link p {
	width:100%;
}
.overlay-image .mask,.overlay-image .content {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0
}
.view-overlay img {
	-webkit-transform:scaleY(1);
	-moz-transform:scaleY(1);
	-o-transform:scaleY(1);
	-ms-transform:scaleY(1);
	transform:scaleY(1);
	-webkit-transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out
}
.view-overlay .mask {
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	-o-transition:all .5s linear;
	-ms-transition:all .5s linear;
	transition:all .5s linear;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	opacity:0
}
.port-zoom-link {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding:0 20px;
	align-items:center;
	display:flex;
}
.view-overlay:hover img {
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5);
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	opacity:5
}
.view-overlay:hover .mask {
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity: 1
}
/* Carousel */
#quote-carousel {
	padding:0 10px 30px 10px;
	margin-top:30px;
	/* Control buttons */
	/* Previous button */
	/* Next button */
	/* Changes the position of the indicators */
	/* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
	background:none;
	color:#CACACA;
	font-size:2.3em;
	text-shadow:none;
	margin-top:30px;
}
#quote-carousel .carousel-control.left {
	left:0px;
}
#quote-carousel .carousel-control.right {
	right:0px;
}
#quote-carousel .carousel-indicators {
	right:50%;
	top:auto;
	bottom:0px;
	margin-right:-19px;
}
#quote-carousel .carousel-indicators li {
	width:50px;
	height:50px;
	margin:5px;
	cursor:pointer;
	border:0;
	border-radius:50px;
	opacity:0.4;
	overflow:hidden;
	transition:all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background:#333333;
	width:120px;
	height:120px;
	border-radius:100px;
	border-color:#f33;
	opacity:1;
	overflow:hidden;
}
.carousel-inner {
	height: auto;
	margin-top: 90px;
}
.item blockquote {
	border-left:none;
	 margin:0;
	 font-size:24px;
	line-height:1.6;
	padding:0 0px 145px 0;
	font-weight:300;
	font-family:Georgia;
	font-style:italic;
	color:#222;
}
.item blockquote p:before {
	content:"\f10d";
	font-family:'Fontawesome';
	float:left;
	margin-right:10px;
}
.parallax h1 {
	color: #fff;
	font-size: 55px;
}
.parallax-image {
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	 position:relative;
}
.wrapsection {
	padding:0px 0;
	position:relative;
	margin:0px 0;
}
.parallax-content {
	position:relative;
	z-index:4;
	padding:60px 0;
}
.parallax .overlay {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity:0.0;
	z-index:2;
}
.funfacts .icon {
	font-size:40px;
	display:inline-block;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-radius:50%;
	margin-bottom:10px;
	clear:both;
	color:#fff;
	border:0;
	background:rgba(0,0,0,0.2);
}
.funfacts .icon a {
	color:#fff;
}
.funfacts .counter {
	font-size:70px;
	color:#fff;
	font-weight:700;
}
.funfacts h4 {
	text-transform:uppercase;
	font-size:15px;
	margin:22px 0 0;
	position:relative;
	letter-spacing:1px;
	color: #fff;
}
/*=========================*/
/* Pricing */
/*=========================*/
.wow-pricing-table {
	list-style:none;
	margin:0;
	padding:0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}
.wow-pricing-table div {
	list-style:none;
}
.wow-pricing-table>div {
	list-style:none;
	text-shadow:none;
	margin-bottom:0px;
	border:1px solid #eee;
	margin:0px 15px;
	border-bottom: 3px solid #e1bb4e;
}
.wow-pricing-table>div.featured {
		z-index:1;
}
.wow-pricing-table>div.featured {
}
.wow-pricing-table>div.featured .wow-pricing-header {
	background-color:#f05f40;
}
.wow-pricing-table:hover {
	margin-top:-5px;
}
.wow-pricing-table .wow-pricing-header {
	text-align:center;
	padding:20px 0 10px 0;
	background-color:#333;
}
.wow-pricing-table .wow-pricing-header h5 {
	color:#fff;
	font-size:20px;
	margin:0;
	padding:0 20px 0px;
}
.wow-pricing-table .wow-pricing-cost {
	color:#fff;
	font-size:1.500em;
	line-height:1em;
	padding-top:15px;
	background:#333;
}
.wow-pricing-table .wow-pricing-per {
	font-size:0.786em;
	color:#fff;
	background-color:#333;
	padding-bottom:10px;
}
.wow-pricing-table .wow-pricing-content {
	background:#fff;
	text-align:center;
}
.wow-pricing-table .wow-pricing-content ul {
	margin:0 !important;
	list-style:none !important;
	padding-left:0;
}
.wow-pricing-table .wow-pricing-content ul li {
	margin:0 !important;
	padding:10px 20px !important;
	border-bottom:1px solid #eee;
	list-style:none !important;
	color:#555;
}
.wow-pricing-table .wow-pricing-content ul li:nth-child(2n+2) {
	background:#F9F9F9;
}
.wow-pricing-table .wow-pricing-button {
	background:#fff;
	text-align:center;
	border-top:1px solid #fff;
	padding:35px 20px 35px;
}
.wow-pricing-table .wow-pricing-button .wow-button {
	float:none;
	margin:0 auto;
	background:#333;
	color:#fff;
		border-radius:3px;
	padding:12px 22px 14px;
}
.featured .wow-pricing-per,.featured .wow-pricing-cost,.featured .wow-pricing-button .wow-button,.buttoncolor {
	background-color: #f05f40;
}
/*=========================*/
/* Timeline */
/*=========================*/
#tline {
	padding-bottom:60px;
}
.tline-holder {
	margin: 0 auto;
    padding: 0px;
    padding-top: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    list-style: none;
}
.tline-holder:before {
	background:#e4e4e4;
	content:"";
	left:50%;
	top:20px;
	bottom:0px;
	position:absolute;
	width:1px;
	margin-left:-1px;
	height:9999px;
}
ul .tline-holder>li {
	width:100%;
	float:left;
	display:inline-block;
}
.tline-item-content {
	max-width:520px;
	margin-bottom: 15px;
	min-height: 230px;
}
.tline-item-txt {
	position:relative;
	padding:20px;
	background:#fff;
	border:1px solid #e4e4e4;
	/*margin-top:-20px;*/
}
.tline-item-txt h3 {
	text-transform:uppercase;
	font-size:17px;
	margin-top:10px;
	font-weight:700;
	color:#333;
}
.tline-item-txt .meta {
	color:#999;
}
.tline-item-left .tline-item-content:hover .date-icon,.tline-item-right .tline-item-content:hover .date-icon {
	-webkit-animation:pulse .3s;
	animation:pulse .3s;
}
.tline-item-left {
	float:left;
	position:relative;
}
.tline-item-left .tline-item-content {
	float:left;
}
.tline-item-left .tline-item-txt {
	margin-right:60px;
}
.tline-item-left .date-icon {
	margin-right:-20px;
	float:right;
	background-color:#0b55a5;
	color:#fff;
}
.tline-item-right {
	float:right;
	position:relative;
}
.tline-item-right .tline-item-content {
	float:right;
}
.tline-item-right .tline-item-txt {
	margin-left:60px;
}
.tline-item-right .date-icon {
	margin-left:-20px;
	float:left;
}
.tline-item-txt:before,.tline-item-txt:after {
	content:" ";
	position:absolute;
	top:24px;
	display:block;
	width:0;
	height:0;
	border-top:solid 15px transparent;
	border-bottom:solid 15px transparent;
}
.tline-item-left .tline-item-txt:before,.tline-item-left .tline-item-txt:after {
	right:-18px;
	border-left:solid 20px #fff;
}
.tline-item-left .tline-item-txt:before {
	right:-20px;
	border-left-color:#e4e4e4;
}
.tline-item-right .tline-item-txt:before,.tline-item-right .tline-item-txt:after {
	left:-18px;
	border-right:solid 20px #fff;
}
.tline-item-right .tline-item-txt:before {
	left:-20px;
	border-right-color:#e4e4e4;
}
.date-icon {
	text-align:center;
	padding-top:12px;
	width:40px;
	height:40px;
	background-color:#7b7e81;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	color:#fff;
}
.tline-start {
	width:100%;
	float:left;
	padding:0px;
	position:relative;
}
.tline-start-content {
	text-align:center;
}
.tline-start .tline-start-icon {
	margin:0 auto;
	margin-bottom:20px;
	width:12px;
	height:12px;
	background:#e4e4e4;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
.regularform input,.regularform textarea {
	margin-bottom:15px;
	padding:15px;
	border:1px solid #401e0a;
	font-size:13px;
}
.regularform input[type=submit] {
	border:0;
}
.regularform textarea {
	height:150px;
}
.regularform input.norightborder {
	border-right:0;
}


.regularform select,.regularform textarea {
	margin-bottom:15px;
	padding:16px;
	border:1px solid #401e0a;
	font-size:13px;
}
.regularform select[type=submit] {
	border:0;
}
.regularform select.norightborder {
	border-right:0;
}



.done {
	display:none;
}
.social-icons a {
	color:white;
	margin:20px;
}
.social-icons a:hover {
	color:#e9e9e9;
}
.social-icons {
	margin-top:30px;
}
h1.bottombrand {
		font-family:"Mrs Sheppards";
	color:#fff;
	font-size:60px;
	margin-top:0;
}
h1.bottombrand:first-letter {
	color:#f05f40;
}
input.error,textarea.error {
	border:1px solid red;
}
@media only screen and (max-width:768px) {
	.wow {
		visibility:visible !important;
		-webkit-animation:none !important;
		-moz-animation:none !important;
		-o-animation:none !important;
		-ms-animation:none !important;
		animation:none !important;
	}
	.tline-item-content {
			margin-bottom:30px;
	}
	.tline-item-right,.tline-item-left {
		clear:both;
		float:none;
	}
	.tline-item-content {
		width:100%;
	}
	.tline-item-left .date-icon {
		margin-right:0;
	}
	.tline-item-right .date-icon {
		margin-left:0;
	}
	.parallax {
		background-attachment:scroll !important;
		background-position:100% !Important;
	}
	.portfolio-box img,.team-thumb img {
		width:100%;
	}
	.funfacts {
		margin-bottom:30px;
	}
	.regularform input,.regularform textarea,.regularform select {
		width:100%;
		border:1px solid #eee;
	}
	.item blockquote {
		font-size:16px;
	}
	#quote-carousel .carousel-control {
		display:none;
	}
	.funfacts .counter {
		font-size:35px;
	}
	section {
		padding:30px 0;
	}
	.equal-heights .box {
		padding:30px;
	}
	.carousel-caption h1 {
		font-size:60px;
	}
	.section-heading {
		font-size:30px;
	}
	#quote-carousel .carousel-indicators .active {
		width:80px;
		height:80px;
	}
	#quote-carousel {
		padding:0 10px 10px 10px;
		margin-top: 30px;
	}
}


/* faixas*/
.faixa-1 {
    text-align: center;
    background-color: #7b7d81;
    color:#FFF;
    height: 5px;
}

.faixa-2 {
    padding: 5px;
    text-align: center;
    background-color: #2c2c2c;
    color:#FFF;
    border-radius: 0 0 90px 90px;
}

.faixa-3 {
    text-align: center;
    background-color: #7b7d81;
    color:#FFF;
    height: 5px;
}
/* faixas*/

.blog-section {
	background-color: #eaeaea;
}
.blog-faixa {
	padding: 15px;
	background-color: #e1bb4e;
	color: #000;
	border-bottom: 3px solid #000;
	margin-bottom: 40px;
	border-top: 3px solid #000;
}
.blog-box {
    padding: 10px;
    color:#404040;
    overflow: hidden;
}
.blog-img {

}
.blog-titulo h1 {
	font-size: 24px;
	text-align: center;
}

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

.frase {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
}


.btn-primary2 {
	border-color:#9f9f9f;
	color:#1d157c;
	background-color:#e1e6f7;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
    padding: 3px;
    width: 100%;
}
.btn-primary2:hover,.btn-primary2:focus,.btn-primary2.focus,.btn-primary2:active,.btn-primary2.active,.open>.dropdown-toggle.btn-primary2 {
	border-color:#5d3bed;
	color:#4464e8;
}

/*zoom big*/
 .zoom-big {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
	z-index: 999; 
}
.zoom-big:hover {
	z-index:1000;
	position: relative;
    -webkit-transform: scale(2.1, 2.1);
    -moz-transform: scale(2.1, 2.1);
    -o-transform: scale(2.1, 2.1);
    -ms-transform: scale(2.1, 2.1);
}

/*
2.1 zoom*/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
     z-index: 999;
}
.zoom-in:hover {
    z-index:1000;
	position: relative;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.51);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
}

.borda {
	border: 1px solid #CCC;
}

.borda-faixa {
	border-top: 3px solid #7b7d81;
}

.footer_padding {
	padding: 20px 0;
}

.redes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.redes li {
  /*float: left;*/
  display: inline-block;
  margin: 0 1.0em;
  /*    margin: 0 auto;*/
}

.redes {
  /*    width: auto;*/
  /*    margin: 0 auto;*/
  text-align: center;
}

#empreendimentos {
	margin-top: 20px;
}

.slider {
	margin-top: 90px;
}
@media(max-width:768px) {
	.slider {
	margin-top: 60px;
	padding-bottom: 0;
	}
}

.lots-infor {
	height: 100px;
}
@media(max-width:768px) {
	.lots-infor {
	height: auto;
	}
}

.repasse-infor {
	height: 140px;
}
@media(max-width:768px) {
	.repasse-infor {
	height: auto;
	}
}

.repasse-tit {
	height: 60px;
	border-bottom: 1px dotted #FFF;
}
@media(max-width:768px) {
	.repasse-tit {
	height: auto;
	}
}

/*LOTEAMENTOS*/
#loteamento p {
	font-size: 14px;
}
.lot-titulo {
	padding: 10px;
	font-weight: 600;
	font-size: 18px;
	background-color: #EDEDEDFF;
	text-align: center;
}

.lot-quadro {
	padding: 2px;
	font-weight: 600;
	font-size: 15px;
	background-color: #F8F8F8;
	border: 1px solid #ece4e4;
	text-align: center;
}

.lot-simples {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ece4e4;
	text-align: center;
}

.lot-valor {
	padding: 9px;
	font-weight: 600;
	font-size: 22px;
	background-color: #F8F8F8;
	border: 1px solid #ece4e4;
	text-align: center;
}

.lot-desc {
	height: 100px;
	font-size: 14px;
}
@media(max-width:768px) {
	.lot-desc {
	height: auto;
	}
}

.lot-faixa-bots {
	background-color: #4B1A1AFF;
	padding: 3px;
	color: #fff;
}
@media(max-width:768px) {
	.lot-faixa-bots {
	margin-top: 0;
	background-color: transparent;
	}
}

.lot-faixa-cats {
	background-color: #ece4e4;
	padding: 3px;
	color: #401e0a;
}
@media(max-width:768px) {
	.lot-faixa-cats {
	margin-top: 0;
	}
}

.lot-icons {
	background-color: #fff;
	padding: 5px;
}
@media(max-width:768px) {
	.lot-icons {
	margin: 5px;
	}
}

.bg-video {
	background: url('../img/bg_video.jpg') repeat #fff;
}

.btn-info {
    color: #401e0a;
    background-color: #ededed;
    border-color: #46b8da;
}
.btn-info:hover {
    color: #fff;
    background-color: #401e0a;
    border-color: #269abc;
}

.servicos-principais {
	padding-right: 10px;
	padding-left: 10px;
}

.section-box-servicos {
	padding-top: 60px;
	padding-bottom: 30px;
	background: url('../img/bg_dark.jpg') repeat #000;
	overflow: hidden;
}
.box-servicos {
	padding: 5px;
}

.box-servicos h2 {
	margin:0;
	font-size:22px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:20px 20px 5px 20px;
	text-align:center;
	color: #fff;
}

.box-servicos h3 {
	margin:0;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:20px 20px 5px 20px;
	text-align:center;
	color: #fff;
}

.box-servicos p {
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.widget {
    margin-top: 70px;
    padding: 10px;
    background-color: #eaeaea;
}


.titulo-not-interna h1{
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
   .titulo-not-interna h1{
    font-size: 40px;
  }
}

.barra-categorias{
  background-color: #556984;
  padding: 15px;
  color: #fff;
  font-size: 25px;
}

.noticia-interna {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
   .noticia-interna {
    margin-top: 90px;
    } 
}

.noticia-redator {
  font-size: 13px;
  color: #818181;
  margin-bottom: 20px
}
.noticias-outros {
  margin-top: 70px;
  background-color: #f2f2f2;
  padding: 40px 0 40px;
}
