﻿/*this is a class to style the design table*/

/* Edit View */
.LinksDesignTable
{
}
.MessageSuccees
{
    color: Green;
    font-weight: bold;
}
.MessageFailure
{
    color: Red;
    font-weight: bold;
}

/* Module View */

.link_module
{
}

.linklist
{
    list-style: none;
    margin: 0;
    padding: 0;
    /*z-index: -1;*/
}

.linkitem
{
    list-style: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
#pp_position
{
    position: relative;
}
ul.linklist.Horizontal
{
}

li.linkitem.Horizontal
{
    display: inline-block;
    line-height: 2;
    float: left;
    margin: 0 15px 0 0;
}

.item_desc
{
    line-height: 1.3;
    margin: 0 0 0 20px;
    white-space: normal;
}

/*popup*/

.popup
{
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    z-index: 999;
}
#ppwrap
{
    width: 202px;
    background: url(img/top.gif) no-repeat top;
    padding: 17px 0 0 0;
}
#ppbottom
{
    width: 202px;
    background: url(img/bottom.gif) no-repeat;
    height: 5px;
}
#ppbody
{
    width: 182px;
    padding: 10px;
    min-height: 30px;
    background: url(img/body.gif) repeat-y #F8F8F8;
    color: #666;
    font-size: 11px;
    font-family: Arial;
}
#ppbody span
{
    white-space: pre-line;
}

/*friend panel*/

/***************F1F3F4*********CONSOLA HORIZONTAL**********************/



.consolaHorizontal{
/*
	position: relative;
	width: 100%;
	height: auto;
	*/
	/*text-align: right;*/
	padding: 0;
	margin-top: 0;
}

.linklist.Horizontal{
/*
	display: inline-block;
	padding: 0;
	max-width: 1170px;
*/	
}

.linkitem.Horizontal{
/*
    margin: 0;
	width: auto;
	text-align: left;
	float:left;
	display: block;
	margin-bottom:-7px;
*/	
}



.consolaHorizontal .owl-theme .owl-nav [class*=owl-] {
	color: #736D5F;
    background: none;
	margin: 0;
}


/*
.consolaHorizontal .owl-prev{
	float:left;
}
.consolaHorizontal .owl-next{
	float:right;
}
*/


.consolaHorizontal .owl-next{
	padding-right:0!important;
}
.consolaHorizontal .owl-prev{
	padding-left:0!important;
}




.consolaHorizontal .owl-stage{
	margin:0;
}


.consolaHorizontal .owl-theme .owl-nav{
	margin: 0;
}

.consolaHorizontal .owl-theme .owl-nav{
	position: absolute;
	top: 52px;
	width:100%;
	/*display: none;*/
	
	
	/*
	margin-top:0;
	margin-bottom:0;
	position: absolute;
	top: 50%;
    width: 100%;
    margin-top: -22px;
	display:block;
	height: 0;
	*/
}



@media (min-width: 1000px){

	.consolaHorizontal .owl-theme .owl-nav{
		display: none;
	}

}


/* hack to avoid 2 lines of items  */

.owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}



.linklist.Horizontal .linkitem a{
	padding: 0 10px;
	display: block;
	position: relative;
	-webkit-transition: 	background 0.2s ease-in-out;
	-ms-transition: 		background 0.2s ease-in-out;
	-o-transition: 		background 0.2s ease-in-out;
	transition: 			background 0.2s ease-in-out;
	font-family: 'Nunito', Arial, Helvetica, sans-serif;
	font-size:13px!important;
	font-family: 'Nunito', sans-serif;
	line-height: 43px;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0;	
	/*text-shadow: 2px 2px 5px #000;*/
}
/*
.linklist.Horizontal:last-child .linkitem a{
	padding-right: 0;
}
.linklist.Horizontal:first-child .linkitem a{
	padding-left: 0;
}
*/

.owl-carousel .owl-item:last-child .linkitem a{
	padding-right: 0;
}

.owl-carousel .owl-item:first-child .linkitem a{
	padding-left: 0;
}



.linklist.Horizontal .linkitem a, .linklist.Horizontal .linkitem a:visited{
	color: #757679!important;
  }
  
  
.linklist.Horizontal .linkitem a.ativo, .linklist.Horizontal .linkitem a.ativo:hover{
	color: #F47920!important;
  }
.linklist.Horizontal .linkitem a.ativo, .consolaVertical .linkitem a.ativo{
	/*display:none;*/
}
.linklist.Horizontal .linkitem a:hover, .linklist.Horizontal .linkitem a:active{
	color: #F47920!important;
	text-decoration: none!important;
}



/*
.linklist.Horizontal .linkitem:last-child a{
	padding-right:0;
}
*/


@media only screen and (min-width: 767px){
	footer .footer-above {
		/*border-top: 0px solid #C3BDAF;*/
		/* border-top-color: #4CC995; */
		/* padding-bottom: 16px; */
	}
}
.consolaHorizontal .owl-carousel .item  {
    /*background: #fff;*/
}

.consolaHorizontal .owl-stage{
	padding-top: 0;
}

#page-top > div h2{
	display:none;
}

@media only screen and (min-width: 767px){
	.consolaHorizontal .owl-stage{
		padding-top: 8px;
		float: right;
		width: auto!important;
	}
	
	#page-top > div h2{
		display: inline-block;
	}
		

}



/************************CONSOLA VERTICAL**********************/


.consolaVertical .owl-carousel{
	display: block;
}

.consolaVertical .owl-carousel .item, .consolaHorizontal .owl-carousel .item  {
    height: 43px;
    background: none;
    padding: 0;
}

.consolaVertical .owl-carousel .item{
    height: auto;
}


.consolaVertical{
	margin: 0 0 20px 0;
}
.consolaVertical .linkitem a, .consolaVertical .linkitem a:visited {
	color:#736D5F;
}
.consolaVertical .linkitem a{
  display: block;
  padding: 7px 10px 7px 10px;
  font-size: 1.05em;
  font-weight: 300;
  letter-spacing: -0.01em;
  border-bottom: 0px dotted #AFA99B;
  text-decoration: none;
 }

footer .consolaVertical .linkitem a{
	display:table;
	border-bottom: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0;

}

.consolaVertical .linkitem:last-child a{
  border-bottom: 0px dotted #AFA99B;
}
 
.consolaVertical .linkitem a:hover{
	/*background:#fff;*/
}
.consolaVertical .linkitem a:first-child:before {
	content: "\f105";  /* f101  f02d */
	font-family: 'FontAwesome';
	speak: none;
	/*font-size:14px;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	color: #736D5F;
	padding-right: 6px;
}

footer .consolaVertical .linkitem a:first-child:before {
	display: table-cell;
}

.consolaVertical .linkitem a:hover, .consolaVertical .linkitem a:first-child:hover:before {
	color:#171717;
}
footer .consolaVertical .linkitem a:hover, footer .consolaVertical .linkitem a:first-child:hover:before {
	color:#FFF;
}


.consolaVertical .linkitem a.ativo, .consolaVertical .linkitem a.ativo:hover, .consolaVertical .linkitem a.ativo:first-child:before{
	color: #171717;
	font-weight: 400;
}

footer .consolaVertical .linkitem a.ativo, footer .consolaVertical .linkitem a.ativo:first-child:before, footer .consolaVertical .linkitem a, footer .consolaVertical .linkitem a:visited
{
	color: #F1F3F4;
}
footer .consolaVertical .linkitem a.ativo:hover{
	color: #fff;
}

footer .consolaVertical .linkitem a:first-child:before {
	color: #F1F3F4;
	
}
.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"]{
	border-color: #E4E4E4!important;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;

}
  
  

