
/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Home / Navigation + Main Carousel
3. Service
4. parallax promo-One
5. Recent-works
6. About Us / Skills-Section + Team-member
7. parallax promo-two
8. Blog
9. parallax promo-three
10. Clients
11. News Letter 
12. Pricing Table
13. Twitter
14. Contact us
15. Footer
16. Blog-single
17. Preloader

==========================================================================*/

/*========================
=======Typography=========
==========================*/

body {
	font-size: 16px;
	color: #57585a;
	background-color: #fff;
}

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

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color:#d9232d;
}

h1 {
	font-size:35px;
    font-weight: bold;
}
h1 span{
	font-size: 16px;
    color: #d9232d;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'allerregular';
	font-weight:bold;
	text-transform: uppercase;
}

.padding-top {
	padding-top:40px;
}

.padding-bottom{	
	padding-bottom:40px;
}

.section-title {
	padding-bottom:85px;
}

.section-title h3 {
	color: #d9232d;
	line-height: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.title-border {
	background-color:#d9232d;
	height: 1px;
	width:184px;
	margin-bottom: 30px;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height: 385px;
	color: #fff;
	font-size:18px;  
}

.parallax-content {	
	padding-bottom:70px;
	padding-top:110px;
}

.parallax-content h1 {
	text-transform: uppercase;
	line-height: 48px;
}

.navbar-toggle {
	border:1px solid #fff;
	margin-top:15px;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}


/*========================
========Home CSS==========
==========================*/

.navbar-brand.change-logo {	
	height: 78px;
	/*background-color: #bd1e26;*/
	padding:9px 3px 9px 9px;
}

.navbar-brand.change-logo h1 {
  margin-top: -5px;
}

.navbar-brand.change-logo h2 {
	display: none;
}

.navbar-brand.change-logo h1 img {
	width: 80%;
}

.main-nav {
	    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
    z-index: 1000;
    box-shadow: 0px 0px 50px rgba(87,89,90,0.5);
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 0 0 10px 10px;
}
.main-nav:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    display: block;
    left: 5px;
    bottom: 5px;
    right: 0;
    background: url(../images/left.png) no-repeat left bottom;
    z-index: 2;
}
.main-nav:after {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    bottom: -155px;
    right: 0px;
    background: url(../images/serra.png) no-repeat center;
    z-index: 2;
}
.navbar-brand {
    float: none;
    height: auto;
}
.navbar {
    border-bottom: 0;
}
.top-bar-hide {
	display: none;
}

/*Topbar*/
.top-bar {
	right:15px;
	margin-top:43px;
	z-index: 10;
}
.conts {
    padding: 10px 15px;
background: rgb(255,67,34); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,67,34,1) 0%, rgba(236,27,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4322', endColorstr='#ec1b23',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    position: relative;
    z-index: 9999999;
    font-weight: bold;
}
.top-bar span {
	margin-left: 0px;
	color:#FFF;
    padding: 15px;
    display: block;
    text-align: center;
    border-radius: 10px 0 10px 0;
    font-weight: bold;
	font-size: 14px;
background: rgb(255,67,34); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,67,34,1) 0%, rgba(236,27,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4322', endColorstr='#ec1b23',GradientType=0 ); /* IE6-9 */
}

.top-bar span i {
	color: #FFF;
	margin-right: 10px;
	font-size: 18px;
}
.top-bar a {
	color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
/*Navigation CSS*/
#navigation .container {
	position:relative;
    z-index: 9;
}
#navigation {
    position: relative;
}
#navigation:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    display: block;
    left: 5px;
    bottom: 5px;
    right: 0;
    background: url(../images/text.png) no-repeat left bottom;
    z-index: 2;
}
a.navbar-brand {
	display: block;
	color: #fff;
	margin-left: 0 !important;
}

.navbar-brand h1 {
	margin-bottom: 0;
}

.navbar-brand h2 {
	font-size:14px;
	letter-spacing:2px;
	text-transform: uppercase;
	font-family: 'aller_lightregular';
	font-weight: 700;
	margin-top: 5px;

}

#navigation .navbar-right {
	margin-top: 25px;
	margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 10;
}
.navbar-nav {
    float: none;
}
.navbar-right {
    float: none !important;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
#navigation .navbar-right li{
	position: relative;
    width: 13.42857142857143%;
    margin-right: 1%;
}
#navigation .navbar-right li:last-child {
    margin-right: 0;
}
#navigation .navbar-right li ul li {
    width: 100%;
}
#navigation .navbar-right li a {
	color:#57585a;
    font-weight: bold;
    font-family: 'arial';
    text-align: center;
background: rgb(216,216,216); /* Old browsers */
background: -moz-linear-gradient(top, rgba(216,216,216,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(216,216,216,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(216,216,216,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom: 3px solid #57585a;
    border-radius: 10px 0 10px 0;
	font-size:14px;
	height: 100%;
}
#navigation .navbar-right li:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 5px;
    padding: 0;
    margin: 0;
    width: 19px;
    height: 19px;
    display: block;
    left: 5px;
    bottom: 5px;
    right: 0;
    background: url(../images/circulo.png) no-repeat center;
    z-index: 2;
}
.busca {
    position: relative;
}
#navigation .navbar-right li ul{
	    position: absolute;
    top: 55px;
    left: 0;
    padding-top: 21px;
    width: 200px;
        transition: all 0.2s ease-in-out;
    visibility: hidden;
}
#navigation .navbar-right li:hover ul{
    transition: all 0.2s ease-in-out;
  visibility: visible;
  top: 40px;
}

#navigation .navbar-right li ul li a {
	   color: #fff;
    font-size: 14px;
    text-align: left;
    height: 100%;
    font-family: 'allerregular';
    padding: 10px 17px;
    display: block;
background: #57585a;
    border-radius: 10px 0 10px 0;
    border-bottom: 3px solid #f5f5f5;
}
#navigation .navbar-right li ul li:before {
    display: none;
}
#navigation .navbar-right li ul li a:hover{
    background: rgb(216,216,216);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 1%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 );
    border-bottom: 3px solid #FFF;
    color: #57585a;
}


#navigation .navbar-fixed-top {
	    /* background-color: #d9232d; */
   /* border-bottom: 1px solid #dfdfdf;*/
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 500ms;
    background: url(../images/bk.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}

#navigation .navbar-fixed-top .navbar-right{
	margin-top: 0;
}

#navigation .navbar-fixed-top .navbar-right li a{
	line-height: 48px;
	padding: 15px 17px;
}

#navigation .navbar-fixed-top .navbar-right li a.active, 
#navigation .navbar-fixed-top .navbar-right li a:hover, 
#navigation .navbar-fixed-top .navbar-right li a:focus, 
#navigation .navbar-fixed-top .navbar-right li.active a{
	background-color: #bd1e26;
}

#navigation .navbar-right li a:hover, 
#navigation .navbar-right li a:focus  {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
    border-bottom: #FFF;
}

.search{
  position: absolute;
  top: 10px;
  left:15px;
  z-index: 1;
}
#navigation .navbar-fixed-top .search {
	top: 30px;
}
#navigation .navbar-fixed-top .search .field-toggle{
	top: 40px;
}

.search i{
  color: #fff;
  cursor: pointer;
  position: absolute;
  right:0;
  top: 2px;
}

#navigation .navbar-fixed-top .search i:hover {
	color: #fff;
}

.field-toggle {
  position: relative;
  top: 30px;
  right: 0px;
  display: none;
  height: 50px;
}

.search-form{
  padding-left: 10px;
  height:35px;
  font-size: 14px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #df392e;
  margin-top:10px;
  border-radius: 10px;
}

.search i:hover {
	color:#df392e;
}

/*Main Carousel CSS*/

#home-carousel  .item {
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height: 990px;
}
.carousel-caption {
	left:15px;
	right:15px;
	top:300px;
	font-size:15px;
	text-align:left;
	color:#ec1b23;
    text-shadow: 2px 1px 0 #FFF;
}

.carousel-caption h1 {
	font-size:46px;
	margin-bottom:0;
	line-height:50px;
	letter-spacing:2px;
}

.carousel-caption h2 {
	font-size:81px;
    line-height: 80px;
	font-family: 'aller_displayregular';
	margin-top:0px;
	text-transform:lowercase;
	letter-spacing:2px;
}

.carousel-caption p {
	max-width:580px;
    font-size: 24px;
}

.brand-promotion {
	bottom:50px;
	left: 0;
	position: absolute;
	right: 15px;
	color:#fff;
	z-index:15;
}

.brand-content {
	background-color:rgba(217,35,45,0.85);
	padding: 30px 32px;
	font-size: 14px;
	margin-right: -25px;
	border-radius: 10px;
}

.brand-content h2 {
	text-transform: capitalize;
	text-align: left;
}

.brand-content:hover {
	background-color:rgba(217,35,45,1);
}

.brand-content img {
	margin-right: 15px;
	margin-top: 15px;
	width: 54px;
}

.container>.carousel-arrows {
	top:625px;
	left:0;
	position: relative;
}

.home-carousel-left, 
.home-carousel-right {	
	position: absolute;
	font-size: 30px;
	z-index: 15;
	color:#fff;	
}

.home-carousel-left {
	left:0px;
}

.home-carousel-right {
	left:25px;
}

/*=========================
========Service CSS========
===========================*/

.service-icon {
	display:inline-block;	
	color: #d9232d;
	font-size:60px;
	line-height: 75px;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#service .col-md-3:hover .service-icon {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);	
}

.service-text h4 {
	margin-bottom:30px;
}

/*=========================
==parallax promo-One CSS===
===========================*/

#promo-one  {
	background-image: url("../images/promotions/promo-one-bg.jpg");
}

#promo-one h2 {
	line-height: 28px;
	margin-top: 40px;
	position: relative;
	display: inline-block;
}

#promo-one h2:before {
	content: '"';
	position: absolute;
	left: -50px;
	top:20px;
	font-size: 101px;
	font-family: Arial;
}

#promo-one h2 span {
	display: block;
	font-size: 14px;
}

/*=========================
=======Recent-works CSS=======
===========================*/

#recent-works .section-title {
	padding-bottom: 35px;
}

.filter {
	overflow:hidden;
	margin-bottom:50px;
}

.filter li {
	display:inline-block;
}

.filter li a {
	display:block;
	padding:4px 15px;
	font-size:18px;
	font-weight:300;
	color: #454545;
}

.filter li a:hover, 
.filter li a:active, 
.filter li a:focus, 
.filter li a.active {
	color:#fff;
	background-color:#db2429
}

.portfolio-items li {
	width: 24.97%;
	float: left;
	position: relative;
	overflow: hidden;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-content {
	position:relative;
	overflow:hidden;
}

.overlay {
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	color: #fff;
	padding:30px;
	background-color:rgba(87, 88, 90, 0.85);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}

.overlay h2, .overlay h4 {
	-webkit-transition:all 0.3s ease-out 0.15s;
	-moz-transition:all 0.3s ease-out 0.15s;
	-ms-transition:all 0.3s ease-out 0.15s;
	-o-transition:all 0.3s ease-out 0.15s;
	transition:all 0.3s ease-out 0.15s;
	position: relative;
	top:30%;
}

.overlay p {
	-webkit-transition:all 0.3s ease-out 0.25s;
	-moz-transition:all 0.3s ease-out 0.25s;
	-ms-transition:all 0.3s ease-out 0.25s;
	-o-transition:all 0.3s ease-out 0.25s;
	transition:all 0.3s ease-out 0.25s;
	position: relative;
	top: 34%;
}

.portfolio-content:hover .overlay a.folio-detail, 
.portfolio-content:hover .overlay a.folio-link, 
.portfolio-content:hover .overlay h2, 
.portfolio-content:hover .overlay p, 
.portfolio-content:hover .overlay, 
.team-member:hover .overlay, 
.team-member:hover .overlay p, 
.team-member:hover .overlay h4, 
.team-member:hover .social-icons {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.overlay a.folio-detail, 
.overlay a.folio-link {
	position:absolute;
	left: 35px;	
}

.overlay a.folio-link {
	bottom:22px;
	font-size:24px;
	-webkit-transition:all 0.3s ease-out 0.35s;
	-moz-transition:all 0.3s ease-out 0.35s;
	-ms-transition:all 0.3s ease-out 0.35s;
	-o-transition:all 0.3s ease-out 0.35s;
	transition:all 0.3s ease-out 0.35s;		
} 

.overlay a.folio-detail {
	top:45px;	
	font-size:60px;
	-webkit-transition:all 0.3s ease-out 0.10s;
	-moz-transition:all 0.3s ease-out 0.10s;
	-ms-transition:all 0.3s ease-out 0.10s;
	-o-transition:all 0.3s ease-out 0.10s;
	transition:all 0.3s ease-out 0.10s;	
}

.overlay a.folio-detail, 
.overlay a.folio-link, 
.overlay p, 
.overlay h2,  
.overlay, 
.overlay h4, 
.social-icons {
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	border-radius: 10px;

}


/*=========================
 ====Isotope filtering=====
===========================*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}


/*=========================
======About Us CSS=========
===========================*/
#about-us  {
}

#about-us .section-title {
	padding-bottom: 60px;
}

.about-content h2 {
	margin-bottom: 25px;
}

.about-content .col-sm-4 {
	margin-bottom: 25px;
}

/*=== Skills-Section ==*/

.skills-section {
	min-height: 350px;
}

.heading {
	margin-bottom: 35px;
}

.skill-circle {
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;	
}

.skill h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.skill-data {
	font-size: 24px;
	font-family: 'aller_displayregular';
	display: block;
	text-align: center;
	line-height: 185px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}

/*=======Team-member=======*/
#team-carousel .carousel-inner .col-sm-3 {
	padding: 0;
	overflow: hidden;
}

.team-member {
	position: relative;
}

.our-team {
}

.team-member .overlay h4 {
	top:15%;
	position: relative;
}
 
.team-member .overlay p {
	top:20%;
} 

.social-icons {
	bottom: 40px;
    position: absolute;
    -webkit-transition:all 0.3s ease-out 0.15s;
	-moz-transition:all 0.3s ease-out 0.15s;
	-ms-transition:all 0.3s ease-out 0.15s;
	-o-transition:all 0.3s ease-out 0.15s;
	transition:all 0.3s ease-out 0.15s;
}

.social-icons li {
	float:left;
	margin-right:25px;
}

.social-icons li a {
	color: #fff;
}
.titu-um {
    margin-top: 40px;
    font-size: 48px;
    color: #eb1b23;
}
.team-carousel-left, 
.team-carousel-right {
	position: absolute;
	bottom:-40px;
	color: #ffffff;
    background: rgb(255,67,34);
    background: -moz-linear-gradient(top, rgba(255,67,34,1) 0%, rgba(236,27,35,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%);
    background: linear-gradient(to bottom, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4322', endColorstr='#ec1b23',GradientType=0 );
	height:55px;
	width: 55px;
    border-radius: 10px;
	line-height: 60px;
	font-size:24px;
	text-align: center;
}

.team-carousel-left i {
	margin-left: -4px;
}

.team-carousel-right i {
	margin-right: -4px;
}

.team-carousel-left {
	left: 50%;
	margin-left: -65px;
} 

.team-carousel-right {
	right:50%;
	margin-right: -65px;
}

.team-carousel-left:hover, 
.team-carousel-right:hover {
	background-color: #d9232d;
	color: #fff;
} 


/*=========================
==parallax promo-two CSS===
===========================*/

#promo-two {
	background-image: url("../images/promotions/promo-two-bg.jpg");		
}

#promo-two .parallax-content {
	padding-top: 70px;
}

.btn.btn-default {
	border: 6px solid #fff;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 19px 0px 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #57585a;
}

.btn.btn-default:hover {
	background-color:#737373;
	color: #fff;
}


/*=========================
==========Blog CSS=========
===========================*/

#blog {
	overflow: hidden;
}

.single-blog {
	margin-bottom:30px;
	overflow:hidden;
	height:354px;
}

.blog-image {
	width:40%;
	float:left;
	position:relative;
}

.blog-image img{
	width:222px;
	height:354px;
}

.entry-content {
	width:60%;
	float:left;
	padding:10px 40px 40px 35px;
	height:100%;
	font-weight:300;
	background-color: #f5f5f5;
}

.entry-content  a h2 {
	    color: #454545;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
}

.entry-meta {
	margin-bottom:20px;
}

.entry-meta span a {
	color:#333;
	margin-right:18px;
	font-size:16px;
	font-weight:300;
}

.btn.btn-primary {
	background-color: #d9232d;
	color: #fff;
	border:none;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-top: 18px;
	padding: 10px 20px;
	border-radius:10px;
}

.btn.btn-primary:hover{
	background-color:#bd1e26;
	color: #fff;
}

.entry-meta span a:hover {
	color:#bd1e26;
}


.post-date {
	background-color: rgba(245,245,245,0.95);
	color: #1E1E1E;
	font-size: 48px;
	font-weight: 400;
	line-height: 30px;
	padding: 20px 25px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 15px;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-blog:hover .post-date {
	background-color: rgba(217,35,45,0.95);
	color: #fff;

}

.post-date span {
	font-weight:300;
	font-size:18px;
	display:block;
}


/*===========================
==parallax promo-three CSS===
=============================*/

#fun-fact {
	background-image: url("../images/promotions/promo-three-bg.jpg");
	background-color: #d9232d;		
}

#fun-fact .parallax-content {
	padding-top: 50px;
}

#fun-fact .parallax-content h1 {
	font-weight: 700;
}

#fun-fact .funs {
	margin-top: 40px;
}

#fun-fact .funs i {
	font-size: 48px;
	margin-bottom: 20px;
}

h3.timer {
	font-size: 120px;
	font-family: 'aller_displayregular';
	margin-bottom: 0;
    margin-top: 20px;
}


/*=========================
========Clients CSS========
===========================*/


#clients-carousel .item {
	font-size:0;
	text-align:center;
}

#clients-carousel .item ul li {
	display:inline-block;
	width:25%;
}

#clients-carousel .item img {
	opacity:0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#clients-carousel .item img:hover {
	opacity:1;
}

.client-left, 
.client-right {	
	color: #1e1e1e;
	font-size: 60px;
	position: absolute;
	bottom: -20px;
}

.client-left:hover, 
.client-right:hover {
	color: #d9232d;
}

.client-left {
	left:-20px;
}

.client-right {
	right:-20px;
}


/*=========================
=======News Letter CSS=====
==========================*/

#news-letter {
	background-image: url("../images/bk.jpg");	
	background-color: #d9232d;
	overflow:hidden;
}

#newsletter input {
	background-color: rgba(221, 57, 66, 0.5);
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

#newsletter input:focus {
	background-color: rgba(221, 57, 66, 0.9);
}


/*========================
=====Pricing Table CSS====
=========================*/
#pricing-tables {
	overflow: hidden;
}

.single-table {
	background-color: #fafafa;
}

.single-table h2 {
	background-color: #f2f2f2;
	padding: 23px;
	margin-top: 0;
	margin-bottom: 0;
}

.price {
	font-size: 14px;
	background-color: #dedede;	
	padding:9px 23px;
	margin-bottom: 0;
}

.price span {
	font-size: 24px;
	font-weight: 700;
}

.price span.dollar-icon {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -5px;
}

.single-table ul {
	padding: 5px 23px;
}

.single-table ul li {
	margin-top: 15px;
}

.btn-signup {
	background-color: #dedede;
	border: medium none;
	border-radius: 0;
	color: #454545;
	display: block;
	margin-bottom: 0;
	margin-top:40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
}

.single-table.featured-table {	
	background-color: #f2f2f2;
}

.single-table.featured-table h2  { 
	background-color: #db1820;
	color: #fff;
}

.single-table.featured-table .price {
	background-color: #c7161c;
	color: #fff;
}

.single-table.featured-table .btn-signup, 
.single-table:hover .btn-signup:hover{
	background-color: #db2429;
	color: #fff;
}

/*========================
========Twitter CSS=======
==========================*/
#twitter {
	background-image: url("../images/promotions/twitter-bg.jpg");	
}

#twitter i {
	font-size: 80px;
	margin-bottom: 35px;
}

#twitter .parallax-content {
	padding-top: 75px;
}

/*=========================
=======Contact us CSS======
===========================*/
#contact-us {
	overflow:hidden;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 );
    margin-top: 30px
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}
#contact-us .section-title {
	margin-top: 40px;
	padding-bottom: 35px;
}

.contact-content h2 {
	margin-bottom: 28px;
}

.contact-content i {
	color: #57585a;
	font-size: 22px;
	margin-right: 5px;
}

.contact-content i.fa-envelope {
	font-size: 17px
}

.business-time span {
	color: #db1820;
}

.contact-content .form-control {
  background-color: #d7d7d7;
    border-radius: 5px;
  box-shadow: none;
  height: 42px;
  margin-bottom: 5px;
}

.contact-content .form-control:focus {
	border-color: #db1820;
}

.contact-content textarea.form-control {
  min-height: 90px;
  resize: none;
}

#contact-form .name-field {
	padding-right:7px;
}

#contact-form .email-field {
	padding-left: 7px;
}

#contact-form .btn.btn-default {
	background-color: #57585a;
	color: #fff;
	margin-top: 0;
	padding: 13px 0 8px;
	width: 100%;
	border:0;
	outline: none;
	    border-radius: 5px;
}

#contact-form .btn.btn-default:hover {
	background-color: #929292;
}

/*=========================
========Footer CSS========
===========================*/

#map {
	height:240px;
    margin-bottom: 30px;
}

#footer {
    background: rgb(255,67,34);
    background: -moz-linear-gradient(top, rgba(255,67,34,1) 0%, rgba(236,27,35,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%);
    background: linear-gradient(to bottom, rgba(255,67,34,1) 0%,rgba(236,27,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4322', endColorstr='#ec1b23',GradientType=0 );
	color:#fff;
	padding-top:30px;
	padding-bottom:20px;
	font-weight:400;
	position: relative;
}

#footer a {
	font-weight:700;
	color:#fff;
}

#footer a.to-top {
	left: 50%;
	top: -25px;
	margin-left:-30px;
	position: absolute;
}

#footer a.to-top:before {
	content: "";
	position: absolute;
	border-color: transparent transparent #fc3d22;
	border-style: solid;
	border-width: 28px 60px;
	left:-25px;
	top: -30px;
}


/*=============================
===========Blog-single=========
==============================*/

/*========Menu Style========*/

#single-blog-page .main-nav {
	background-color: #d9232d;
	border-bottom:1px solid #dfdfdf;
	top:0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
	border-radius:0;
	transform:translate3d(0px, 0px, 0px);
	transition:
}

#single-blog-page .animated {
  animation-duration: 0s;
  animation-fill-mode: both;
}

#single-blog-page .top-bar {
	display:none;
}

#single-blog-page .navbar-brand {
  background-color: #bd1e26;
  height: 78px;
  padding: 9px 3px 9px 9px;
}

#single-blog-page .navbar-brand h1 {
  margin-top: -5px;
}

#single-blog-page .navbar-brand h1 img {
  width: 80%;
}

#single-blog-page #navigation .navbar-right {
	margin-top:0;
	margin-left:0;	
}

#single-blog-page .navbar-collapse.navbar-right {
	padding-left:0;
	padding-right:0;
}

#single-blog-page #navigation .navbar-right li a {
  line-height: 48px;
  padding: 15px 17px;
}

#single-blog-page #navigation .search {
  top: 30px;
}

#single-blog-page #navigation .navbar-right li a.active, 
#single-blog-page #navigation .navbar-right li a:hover, 
#single-blog-page #navigation .navbar-right li a:focus, 
#single-blog-page #navigation .navbar-right li.active a {
  background-color: #bd1e26;
}

#single-blog-page #navigation .search .field-toggle {
  top: 40px;
}

#single-blog-page .search i {
  color: #fff;
}

/*========END: Menu Style========*/

#blog-details {
	margin-top:175px;
}

.date {
	background-color: #d9232d;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	left: 0;
	line-height: 35px;
	padding: 20px;
	position: absolute;
	top: 0;
}

.date span {
	display:block;
	font-size:48px;
}

.blog-content .entry-header {
	padding-bottom: 0;
	padding-top:0;
	position:relative;
}

.blog-content .entry-meta {
  margin-bottom: 30px;
}

.entry-header h3 {
	color: #000;
	font-weight: 300;
	margin-top: 45px;
	text-transform: uppercase;
}

.blog-content .entry-meta span a {
	font-size:16px;
	font-weight:300;
}

.social-share {
	margin-top: 60px;
	overflow: hidden;
}

.social-share ul li{
	float:left;	
}

.author-details h2 {
	font-weight:300;
	margin-bottom:35px;
}

.author-social {
  margin-bottom: 20px;
  margin-top: 30px;
}

.author-social a {
	color: #000;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
	text-align: center;
	width: 35px;
}

.author-social a:hover {
	color:#fff;
	background-color:#d9232d;
}

.comments-area img, 
.author-details img {
	background:#f4f3f3;
	height: 75px;
	margin-right: 25px;
	padding: 2px;
	width: 75px;	
}

.parent.media-list {
  margin-bottom: 50px;
  margin-left:100px;
}

.comments-area h2 {
	font-weight: 300;
	margin-bottom: 25px;
}

.media-body h3, 
.media-body h4  {
  color: #000;
  font-weight: 300;
  margin-top:0;
}

.replay-icon{
	color:#333;
}

.replay-box {
  margin-bottom: 60px;
  margin-top: 60px;
}

.replay-box h2 {
	margin-bottom:35px;
}

.replay-box  .form-control {
	border-color:#a8a8a8;
	min-height:48px;
	box-shadow:none;
	border-radius:0;
}

.replay-box  textarea.form-control {
	height:174px;
}

.replay-box  .form-control:focus {
	border-color:#d9232d;
}

/*=======Sidebar=========*/

.sidebar h3 {
  color: #404040;
  border-bottom: 2px solid #dedcdc;
  margin-bottom: 7px;
  padding-bottom: 8px;
  margin-top:0;
}

.recent-post .media-body p{
	font-size:12px;
}

.sidebar-item{
  margin-bottom: 45px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #dedcdc;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px;
}
.categories .navbar-stacked li a {
  color: #444;
  padding: 8px 0 8px 0;
}

.categories .navbar-stacked li a:hover{
  color: #d9232d;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #d9232d;
}

.sidebar-item .media{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: 0;
}

.sidebar-item.recent-post img {
	max-width:60px;
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ccc;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #d9232d;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #908f8f;
  font-size: 16px;
}

.tag-cloud .nav-pills{
  margin-top: 15px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #c7c7c7;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background-color: #d9232d;
}

/*========================
=======Preloader CSS======
==========================*/
.preloader{
  display: table;
  background: #fff;
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#loaderImage {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

#canvas {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

/* mapa estados*/

 #svg-map path { fill:#c3c3c3; }
    #svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
    #svg-map a{ text-decoration:none }
    #svg-map a:hover { cursor:pointer; text-decoration:none }
    #svg-map a:hover path{ fill:#8c0c00 !important }
    #svg-map .circle { fill:#868180 }
    #svg-map .circle2 { fill:#FF9800 }
    #svg-map a:hover .circle { fill:#ddd !important; cursor:pointer }



#svg-map path#cor-map { fill:#c21100 !important;}
#svg-map a:hover path#cor-map { fill:#8c0c00 !important;}
.cx_pro{
	border-top: solid 3px #57585a;
    display: block;
    margin: 3px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.bt_nome_pro{
	color: #FFF;
    background: #57585a;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    min-height: 64px;
}
.linkadm{
	    color: #fff;
    background: #57585a;
    margin: 2px;
    border-radius: 5px;
    padding: 7px;
}
.linkadm:hover{
    color: #FFF;
    background: #929292;
    
}
@media (max-width: 991px) {
	.brand-promotion {
    bottom: 0px;
    margin-top: -170px;
    left: 0;
    position: relative;
    right: 15px;
    color: #fff;
    z-index: 15;
}
	.navbar-header{
		width: 100%;
		display: block;
	}
    .top-bar {
    margin-top: 83px;
    }
    .main-nav:after {
    background: url(../images/serra.png) no-repeat center bottom;
    }
	.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}


}
@media (max-width: 400px) {
	.navbar-brand {
		width: 100%;
	}
}

.menu-responsive{
	position: absolute;
    right: 10px;
    top: 0px;
    color: #fff;
    background-color: #fe0000;
    border-bottom: 3px solid #fff;
    border-radius: 10px;
    line-height: 41px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
}
.bmenu-responsive{
	position: absolute;
	z-index: 99999999;
	left: 0;
	height: 100%;
	width: 300px;
	background-color: #57585a;
	display: none;
}
.bmenu-responsive ul{
	padding:10px 0 0 0;
	margin: 0;
	display: block; 
}
.bmenu-responsive ul li{
	width: 100%;
}
.bmenu-responsive ul li a{
    border-bottom: 1px solid #6f6f71;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 10px;
}
body{
	position: relative;
/*	background-image: url(../images/bk_f.jpg);*/
}
.media img {
    width: 100%;
}
.int header .main-nav{
   position: relative;
}
.int_men{
	margin-top: 70px;
}
.border-radius{
	border-radius: 10px;
}
.form_st input, .form_st textarea, .form_st select{
	    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    -moz-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
}
.servico-nav {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom:20px;
    display: block;
}

.servico-nav .title {
    background: #ec1b23;
    font-size: 19px;
        font-family: 'allerregular';
        font-weight: bolder;
    color: #FFFFFF;
    display: block;
    border-radius: 5px 5px 0 0;
    width: 102%;
    margin: -1px 0 5px -3px;
    padding: 8px 0 0 12px;
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-boz-sizing: border-box;
    box-sizing: border-box
}
.servico-nav .servico-nav-holder {
    width: 100%;
    float: left
}

.servico-nav .item-servico-nav {
    width: 100%;
    float: left;
    list-style: none
}

.servico-nav .item-servico-nav.ativo .item-nav-servico {
    background: #ff8400;
    color: #f4f4f4
}

.servico-nav .item-servico-nav.ativo .servico-nav-children {
    display: block
}

.servico-nav .item-nav-servico {
    height: 35px;
    width: 102%;
    margin: -1px 0 2px -3px;
    float: left;
    padding: 9px 0 0 12px;
    text-decoration: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-size: 15px;
    background: #57585a;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-boz-sizing: border-box;
    box-sizing: border-box;
    border-left: 3px solid 3px solid #fe0101;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* Tab Element */

.nav-tabs>li i{
    font-size: 44px;    
}
.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0px !important;
}
.nav-tabs>li{
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
}
.nav-tabs>li a{
        position: relative !important;
    display: block !important;
    padding: 6px !important;
    margin: 0 0px !important;
    border-radius: 0px !important;
    border: 0px dashed #595959 !important;
    color: #fff !important;
    top: 0;
        background: #3d3d3d;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
    border-radius: 6px !important;
}
.nav-tabs>li a:hover{
      background-color: #f40028 !important;
      color: #fff !important;
}
.nav-tabs>li a h5{
      color: #fff !important;
}
.nav-tabs>li.active a {
    border-color: #f40028;
    color: #fff !important;
}
.nav-tabs>li.active a {
    background: #f40028 !important;
    top: 0px;
    color: #fff !important;
}
#add_curso, .mais{
	color: #000;
}

/*blog*/
.blog{
  display: block;
  text-decoration: none;
  list-style: none;
  border-radius: 4px;
  position: relative;
  margin-bottom: 40px;
}
.blog .autoshowroom-post-date{
    background: #ef2122;
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
}
.blog .autoshowroom-post-date i{
    font-size: 16px;
    color: #FFF;
    padding: 7px 11px;
    background: #57585a;
    border-radius: 5px;
}
.blog .autoshowroom-post-date span{
  font-size: 13px;
    color: #ffffff;
    padding: 5px 11px 5px 7px;
}
.blog img{
  border-radius: 4px;
}
.blog  .conte{
    border-bottom: 2px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    display: block;
    border-radius: 4px;
    min-height: 135px;
}

.blog  .conte .conte-2{
    width: 100%;
    margin-top: 0px;
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 4px;
background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
    transition: all 0.2s;
}
.blog:hover  .conte .conte-2{
    transition: all 0.2s;
     margin-top: -45px;
}
.blog  .conte .conte-2 h3{
        border-left: 6px solid #d40806;
    padding-left: 10px;
    color: #d40806;
    text-align: left;
    font-weight: 300;
    font-size: 16px !important;
}
.blog  .conte .conte-2 p{
  color: #222;
    line-height: 15px;
    min-height: 45px;
  font-size: 13px !important;
}
.blog  .conte .conte-2 p + p {
    min-height: 0;
}
.blog  .conte .conte-2 p.cont{
  color: #222;
   font-weight: 600;
}

/*servicos index*/
ul.serv-index{
  list-style: none;
    margin-bottom: 20px;
  display: block;
  padding: 0;
}
ul.serv-index + .bt {
    width: 100%;
    display: block;
    text-align: center;
        padding: 4px 10px 4px 10px;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
    color: #222;
    border-radius: 4px;
    font-weight: bold;
}
ul.serv-index li a{
    border-radius: 4px;
    font-weight: bold;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
    padding: 5px 13px 4px 14px;
    margin-bottom: 10px;
    color: #222;
    width: 100%;
    display: block;
}

/*simuladores*/
div.simulador div.parede, div.simulador div.piso {
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
div.simulador div.piso img{
  width: 100%;
}

div.simulador ul.seleciona.cozinha a img {
  /*max-width: none;
  position: absolute;
  bottom: -15px;
    left: -250px;*/
}

div.simulador ul.seleciona.cozinha.versao2 a img {
  /*max-width: none;
  position: absolute;
    bottom: -270px;
    left: -240px;*/
}

div.simulador ul.seleciona.piso.versao2 a img {
  max-width: 600px;
    position: absolute;
    bottom: 0;
    left: -150px;
}


div.simulador ul.seleciona.armario a img {
  max-width: none;
  position: absolute;
  bottom: 0;
    right: 0;
}


div.simulador ul.seleciona.armario.versao2 a img {
       max-width: 800px;
    position: absolute;
    top: -80px;
    left: -220px;
}
#banheiro{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banheiro img{
  width: 100%;
}

div.simulador div.mold-simulador {
  background: url(../images/simulador/escada/ambiente.jpg) no-repeat center top;
    width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-size: 100%;
}
div.simulador

div.simulador.escada div.mold-simulador {
  background: url(../images/simulador/escada_2/ambiente.jpg) no-repeat center top;
    width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-size: 100%;
}

div.simulador.banheiro-2 div.mold-simulador {
  background: url(../images/simulador/banheiro_2/ambiente.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-size: 100%;
}

div.simulador div.mold-simulador.mesa {
  background: url(../images/simulador/mesa/mesa.jpg) no-repeat center top;
  float: left;
  width: 100%;
  position: relative;
  background-size: 100%;
}
div.simulador div.mold-simulador.mesa img{
  width: 100%;
}

div.simulador div.mold-simulador.cozinha {
  background: url(../images/simulador/cozinha_novo/ambiente.jpg) no-repeat center top;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100%;
}

div.simulador div.mold-simulador.cozinha.versao2 {
  background: url(../images/simulador/cozinha_novo_2/ambiente.jpg) no-repeat center top;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100%;
}

div.simulador div.escada img, div.simulador div.parede img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}


div.simulador div.piso img, div.simulador div.armario img {
  position: absolute;
  z-index: 1

}

div.simulador div.parede img {
  position: absolute;
  left: 0;
  top: 0;
}

div.simulador ul.seleciona a {
 float: left;
    width: 106px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    border: 1px solid #fe0101;
    margin: 2px;
    border-radius: 10px;
}

div.simulador ul.seleciona.mesa a img {
     /* max-width: 350px;
    position: absolute;
    bottom: -75px;
    left: -180px;*/
    width: 100%;
}

div.simulador ul.seleciona.escada a img {
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

div.simulador ul.seleciona.piso a img {
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

ul.clearing-thumbs li{
  width: 25%;
  margin: 15px;
  border: 3px solid #f2f2f2;
    height: 150px;
    overflow: hidden;
}

section.ambientes {
  /*height: 180px;*/
  width: 100%;
  /*background: url(../images/ambientes.jpg) no-repeat center top;*/
  margin: 10px 0 0;
}

section.ambientes a {
  height: 150px;
  float: left;
  width: 100%;
}
section.simulador {
  background: url(../images/simulador_banner.jpg) no-repeat center top;
  margin-top: 20px;
}

div.simulador ul {
  float: left;
  width: 100%;
  padding: 0;
}

div.simulador h4{
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}

.lista {
    list-style: circle;
    padding-left: 15px;
}
.lista li {
}