/*
############
Geral
############
*/

#page
{
    width: 320px;
    margin: 0 auto;
}

/* ------------- */

.img-responsive 
{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.text-center
{
    text-align: center !important;
}
.text-left
{
    text-align: left !important;
}
.text-right
{
    text-align: right !important;
}

/* ------------- */













/*
##############
# GRow1
##############
*/
.GRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    flex-wrap: wrap;
}
.GRow1 .GRow1_Col
{
    margin: 0px;
    padding: 0px 5px;
    margin-bottom: 20px;

    width: calc(100% / 2);
}

/* ------------- */






















/*
############
header1
############
*/

.header1
{
    position: relative;
    text-align: left;
}

/* ------------- */

.header1 .Logo
{	
    max-width: calc(100% - 46px);
}

/* ------------- */

.header1 .MenuMobile
{	
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid #343434;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-radius: 3px;

    background: #242424;
    background: rgba(0,0,0,0.4);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 30px;
	height: 30px;
	
    display: block;
    overflow: hidden;

	text-align: center;
	vertical-align: middle;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	position: absolute;
	right: 0px;
	top: calc(50% - 15px);
}
.header1 .MenuMobile .fa
{
    margin: 0px;
    margin-top: 4px;
    
    color: #FFF;
    font-size: 18px;
}

/* ------------- */












/*
############
mmenu
############
*/
#menu1 .mm-panel
{
    padding-top: 0 !important;

    background: #193B67;
}
#menu1 .mm-navbar
{
    display: none !important;
}
#menu1 em.mm-counter
{
    color: rgba(255, 255, 255, 0.4);
}

#menu1 .LiNormal
{
    background: rgba(0, 0, 0, 0.1) !important; 
}
#menu1 .LiNormal
{
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    font-family: Tahoma !important;
    font-size: 12px !important;
}

#menu1 .LiEspecial1
{
    background: rgba(0, 0, 0, 0.4) !important;
}
#menu1 .LiEspecial1 a
{
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    font-family: Tahoma !important;
    font-size: 12px !important;
}

#menu1 .LiEspecial2
{
    background: rgba(0, 0, 0, 0.6) !important;
}
#menu1 .LiEspecial2 > span
{
    white-space: normal !important;
}

#menu1 .mm-listview > li > a, 
#menu1 .mm-listview > li > span
{
    font-weight: bold !important;
    color: #FFF !important;
    font-family: Tahoma !important;
    font-size: 12px !important;
}

/* ------------- */














/*
############
padding
############
*/
.p0
{
	padding:0px !important;
}
.pl0
{
	padding-left:0px !important;
}
.pr0
{
	padding-right:0px !important;
}
.pt0
{
	padding-top:0px !important;
}
.pb0
{
	padding-bottom:0px !important;
}

/* Geral */ 

.p10
{
	padding:10px !important;
}
.p20
{
	padding:20px !important;
}
.p30
{
	padding:30px !important;
}
.p40
{
	padding:40px !important;
}
.p50
{
	padding:50px !important;
}

/* TOP */ 

.pt10
{
	padding-top:10px !important;
}
.pt20
{
	padding-top:20px !important;
}
.pt30
{
	padding-top:30px !important;
}
.pt40
{
	padding-top:40px !important;
}
.pt50
{
	padding-top:50px !important;
}

/* BOTTOM */ 

.pb10
{
	padding-bottom:10px !important;
}
.pb20
{
	padding-bottom:20px !important;
}
.pb30
{
	padding-bottom:30px !important;
}
.pb40
{
	padding-bottom:40px !important;
}
.pb50
{
	padding-bottom:50px !important;
}

/* LEFT */ 

.pl10
{
	padding-left:10px !important;
}
.pl20
{
	padding-left:20px !important;
}
.pl30
{
	padding-left:30px !important;
}
.pl40
{
	padding-left:40px !important;
}
.pl50
{
	padding-left:50px !important;
}

/* RIGHT */ 

.pr10
{
	padding-right:10px !important;
}
.pr20
{
	padding-right:20px !important;
}
.pr30
{
	padding-right:30px !important;
}
.pr40
{
	padding-right:40px !important;
}
.pr50
{
	padding-right:50px !important;
}








/*
############
margin
############
*/
.m0
{
	margin:0px !important;
}
.ml0
{
	margin-left:0px !important;
}
.mr0
{
	margin-right:0px !important;
}
.mt0
{
	margin-top:0px !important;
}
.mb0
{
	margin-bottom:0px !important;
}

/* Geral */ 

.m10
{
	margin:10px !important;
}
.m20
{
	margin:20px !important;
}
.m30
{
	margin:30px !important;
}
.m40
{
	margin:40px !important;
}
.m50
{
	margin:50px !important;
}

/* TOP */ 

.mt10
{
	margin-top:10px !important;
}
.mt20
{
	margin-top:20px !important;
}
.mt30
{
	margin-top:30px !important;
}
.mt40
{
	margin-top:40px !important;
}
.mt50
{
	margin-top:50px !important;
}

/* BOTTOM */ 

.mb10
{
	margin-bottom:10px !important;
}
.mb20
{
	margin-bottom:20px !important;
}
.mb30
{
	margin-bottom:30px !important;
}
.mb40
{
	margin-bottom:40px !important;
}
.mb50
{
	margin-bottom:50px !important;
}

/* LEFT */ 

.ml10
{
	margin-left:10px !important;
}
.ml20
{
	margin-left:20px !important;
}
.ml30
{
	margin-left:30px !important;
}
.ml40
{
	margin-left:40px !important;
}
.ml50
{
	margin-left:50px !important;
}

/* RIGHT */ 

.mr10
{
	margin-right:10px !important;
}
.mr20
{
	margin-right:20px !important;
}
.mr30
{
	margin-right:30px !important;
}
.mr40
{
	margin-right:40px !important;
}
.mr50
{
	margin-right:50px !important;
}