/* Large desktop */
@media (min-width: 1200px) { }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { }

@media (max-width: 1024px) {
.container-narrow {
 	padding-left: 20px;
 	padding-right: 20px;
}

div.description {
    float: left;
    position: relative;
    max-width: 200px;
}
}

@media (max-width: 1020px) {
div.description {max-width: 140px;}

div.descrwrapper {
	min-height: 110px;
}
}

 
 @media (min-width: 980px) {
/* .close-menu {
 	height: 0;
 }
 
 #menu-top {
 	display: none;
 }*/
 
 }
 
 @media (max-width: 979px) {
 
 header .top {
 	position: relative;
 	/*padding-bottom: 10px;*/
 }
 
 body {
 	padding: 0;
 }
 
/*.container-narrow {
 	padding-left: 20px;
 	padding-right: 20px;
}*/

.store.subcategory .white-imovel {
	min-height: 240px;
}



/*MENU*/
header nav.affix {
    position: relative; 
    top: 0;
}

header nav.menu-site ul.nav > li {
	border-right: none;
}

header nav.menu-site ul.nav > li:first-child {
	padding-left: 10px;
}

header nav.menu-site .nav-collapse .nav > li > a:hover,
header nav.menu-site .nav-collapse .nav > li > a:focus,
header nav.menu-site .nav-collapse .dropdown-menu a:hover,
header nav.menu-site .nav-collapse .dropdown-menu a:focus {
	background: none;
}

header nav.menu-site .navbar ul.nav .dropdown-toggle .caret {
	margin-top: 12px;
	margin-left: 6px;
}

header nav.menu-site ul.nav > li > .dropdown-menu {
	box-shadow: none;
	border-bottom: 1px solid #cccccc;
	margin-left: 0;
}

header .top {
	background-color: #282828;
	color: #ffffff;
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

header .top .logo-p {
	visibility: visible;
}

header nav.menu-site.fix-menu {
	position: relative;
}

 
}

 
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

/*header .top {
	height: auto;
	overflow: hidden;
}*/

.flexslider-home .container-narrow {
	margin-top: 0;
}
.flexslider-home .white {
	background-color: #ffffff;
	min-height: 218px;
	max-width: 780px;
	display: block;
	position: relative;
}

.flexslider-home .info h3 {
	font-size: 24px;
	line-height: 26px;
}

.flexslider-home .container-narrow {
	padding-left: 0;
	padding-right: 0;
}

aside ul.menu {
	margin-top: 60px;
}

.menu2 ul li,
.menu2 ul li:first-child,
.menu2 ul li:nth-child(2),
.menu2 ul li:nth-child(3),
.menu2.twocols > ul > li:nth-child(2),
.menu2.threecols > ul > li:nth-child(2),
.menu2.threecols > ul > li:nth-child(3) {
	border-top: none;
	/*margin-bottom: 10px;*/
	padding: 20px;
}

.menu2 ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.home .menu2 ul li:first-child,
.menu2.twocols ul li,
.menu2.twocols > ul > li:nth-child(2) {
	padding: 0;
}

footer > div {
	padding: 0 20px;
}

footer ul.footer-menu {
	margin-top: 30px;
}

.organograma ul.depart li:first-child {
	margin-top: 20px;
}

}

 
/* Landscape phones and down */
@media (max-width: 480px) { 
div.description {max-width: 220px;}
.productcontainer {width: 100%;max-width: 100%;}

div.descrwrapper {
	min-height: 88px;
}

.box section {
	padding: 20px 0;
}

.store.subcategory .white-imovel {
	min-height: 100%;
	height: auto;
}


}