/* BODY */
body,td,th {
	font-family:'Conv_ARIALNI',Sans-Serif;
}

body {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	color:#888;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}

hr {
	border:none;
	border-bottom:1px solid #2B2B2D;
}

img {
	border:none;
}

/* LINK */
a {
	font-size:20px;
	color:#888;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#888;
}

a:hover {
	text-decoration:none;
	color:#888;
}

a:active {
	text-decoration:none;
	color:#888;
}

/* HEADER */
#header-wrapper {
        background: url('UPLOADFILES/files/Temas/Default/MOBILE/background.png') no-repeat right center;
        box-shadow: 0 -7px 5px -3px #DDD inset;
	position:fixed;
	width:100%;
	height:70px;
	top:-5px;
	z-index:999;
}

#header-wrapper .header-logo {
	position:absolute;
	top:10px;
	left:10px;
	width:138px;
	height:36px;
}

#header-wrapper .header-home {
	position:absolute;
	top:25px;
	right:10px;
	width:161px;
	height:32px;
}

/* SCROLL UP */
#scrollUp {
	position:fixed;
	width:45px;
	height:45px;
	bottom:10px;
	right:10px;
	display:none;
	z-index:999;
}

/* CONTENT WRAPPER */
#content-wrapper {
	position:absolute;
	width:100%;
	top:70px;  
	bottom:0px;
	overflow:hidden;
}

/* CAROUSEL */
#carousel-wrapper {
	position:relative;
	height:100%;
}

.carousel-panel {
	position:relative;
	height:100%;
	float:left;
}

.carousel-panel ul { margin:0; padding: 0; }
.carousel-panel li { margin-bottom:10px; padding-bottom:10px; list-style:none; }

.contentMargin {
	margin:0px 10px 0px 10px;
	height:100%;
}

/* LIST */
.listItem { border-bottom: 1px solid #444; }
.listGroup { margin-bottom:10px; padding: 2px 10px 2px 10px; background-color:#2E2E2E; display:block; }

/* MENU */
.menu-wrapper {
	margin-left:auto;
	margin-right:auto;
}

.menu-wrapper ul { list-style: none outside none; margin:0; padding: 0; text-align: center; }
.menu-wrapper li { display: inline; }

/* LOJA */
#buscarLoja {
	width:100%;
	padding-left:5px;
	padding-right:5px;
	background-color:#D3D3D3;
	font-family:'Conv_ARIALNI',Sans-Serif;
	font-size:18px;
	color:#888;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	.imgLojaFoto {
		max-height:225px;
	}
	
	/*
	#content-grafo {
		-webkit-transform:scale(0.43,0.43);
		-moz-transform:scale(0.43,0.43);
	}
	*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
