/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

input{ outline:none; }
.box{ margin-top:70px; float:left; width:100%; }
.extend{float:left; width:100% !important; position:relative;} 

/* heading h1, h2, h3, h4, h5, h6 */ 
.heading-title h1 { 
    float: left;
    margin-bottom: 30px;
    width: 100%;
    font-family: 'josefin_slabbold';
	font-size:43px;
	color:#16351f;
	text-transform:uppercase;
	text-align:left;
} 
.heading-title h2 {  
    margin-top: 0px;
    display: block;
    clear: both;
    margin-bottom: 15px;  
	font-size: 20px;
	color:#000;
    font-family: 'roboto_condensedregular';
	text-align:left;
    line-height: 25px;
    font-weight: normal;
}  
.heading-title h3 {  
    margin-top: 0px;
    display: block;
    clear: both;
    margin-bottom: 15px;  
	font-size: 20px;
	color:#000;
    font-family: 'roboto_condensedregular';
	text-align:left;
    line-height: 25px;
    font-weight: normal;
} 
.heading-title h4:first-child {  
    margin-top: 0;
}
.heading-title h4 {  
    font-weight: normal;
    margin: 6px 0;
    width: 100%;
    margin-bottom: 0;
    font-family: 'roboto_condensedbold';
    font-weight: ;
	font-size:16px;
	color:#9ed300;
	text-transform:uppercase;
	text-align:left;
} 
b{
    clear: both;
    display: block;
}
p{
	font-size:0.9rem;
	color:#5d5d5d;
	font-family:Arial, "Arial Black";
	line-height:20px;
	margin-top:0;
	margin-bottom:20px;
}
/*
	LISTAS RESET
*/
.supa{
	float:left;
	text-decoration:none;
} 
.ul_reset, .ul_reset, .fig_reset{
	position:relative;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.ul_reset2, ul_reset2 li{
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	text-align:center;
}
.ul_reset2{
	list-style: none outside none;
}
.ul_reset2 li{
    display: inline-block;
    margin-bottom: 0;
}
.last_li{
	float:left;
	border:0 !important;
	margin-right:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
}
.first_block{ 
	margin-left:0 !important;
	padding-left:0 !important;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #009;
}
a:visited {
	color: #009;
}
a:hover {
	color: #00C;
}
a.opacy:hover * {
	opacity: 0.8;
}
a:active {
	color: #009;
}
img {
	border:0px;
	display:block;
}

/* #Page Styles
================================================== */
.container {
	position:relative;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.bkg-place-box{
   width: 100%;
    float: left;
    background: #fff;
}
.bkg-place{
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
} 
body{
    background: #f2f2f2;
}
.header, .body, .footer {
	position:relative;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.publicidade {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.publicidade a img{
    width: 100%;
    height: auto;
}
.publicidade a {
    display: block;
    max-width: 977px;
    margin-right: auto;
    margin-left: auto; 
}

.banner-pub{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* root */ 
.header-background{
    background-image:url(../images/background.png);
    background-repeat: no-repeat; 
}
h1.logo img{
    width: 100%;
    height: auto;
}

.menu-static, .bkg-h2-index{
    background: #ef060a;
    width: 100%;
    background: #f2f2f2;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.menu-static ul{
}
.menu-static ul li{
    position: relative;
}
.menu-static  > ul  > li a::before,
.menu-static  > ul  > li a::after {
    width: 0px;
    height: 5px;
    background: #cacaca;
    content: '';
    position: absolute; 
    top: 0;
    transition: all ease-in-out 0.4s; 
    transition-delay: 0s;
}
.menu-static > ul  > li a::before { 
    right: 50%; 
}
.menu-static ul  > li a::after { 
    left: 48%; 
} 
.menu-static  > ul  > li a:hover:after,
.menu-static > ul > li a:hover:before {
    width: 50%;
}


/* RIGHT COMPLETO */
.top10 {
    margin-top: 35px;
}
.titleRight .corVermelhor{
    border-top: 2px solid #d6212d;
    color: #d6212d;
}
.titleRight .corVermelhor{
    border-top: 2px solid #d6212d;
    color: #d6212d;
}
.titleRight .corAzul{
    border-top: 2px solid #006699;
    color: #006699;
}
.titleRight .corVerde{
    border-top: 2px solid #9ed33f;
    color: #9ed33f;
}
.titleRight .corAzulMarinho{
    border-top: 2px solid #669999;
    color: #669999;
}
.titleRight .title {
    padding-top: 15px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 26px;        
    font-family: 'prelo_extraboldextrabold';
}
.top10 b{
    margin-bottom: 10px;
    color: #666666;
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-family: 'prelo_bookbook';
}
.top10 ul li {
    height: 50px;
    overflow: hidden;
    margin-bottom: 4px;
}
.top10 ul,
.top10 ul li a > figure > div img,
.top10 ul li a > figure,
.top10 ul li{
    width: 100%;
    float: left;
}

.top10 ul li a > div{
    width: 21%;
    float: left;
    background: #000; 
    text-align: center;
    height: 50px;
}
.top10 ul li a > div i{
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    font-family: 'prelo_lightlight';
}
.top10 ul li a > figure{
    width: 78%;
    float: right;
    height: 100%;
}
.top10 ul li a > figure > div{
    width: 25%;
    float: left;
    height: 50px;
    overflow: hidden;
}
.top10 ul li a > figure > div img{
    height: 100%;
    width: 100% ;
}
.top10 ul li:hover a > figure figcaption{
    background: #f8f8f8;
}
.top10 ul li a > figure figcaption{
    width: 73.4312%;
    background: #f1f1f1;
    padding-left: 5px;
    height: 100%;
    float: right;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border-right: 2px solid #000;
}
.top10 ul li:hover a > figure figcaption::after{
    right: 10px;
}
.top10 ul li a > figure figcaption::after{
    content: '\f16a ';
    position: absolute;
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    right: -40px;
    opacity: 0.6;
    top: 20px;
    font-family: 'FontAwesome';
}
.top10 ul li a > figure figcaption strong{
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-family: 'prelo_semiboldsemibold';
    color: #666666;
    margin-top: 7px; 
}
.top10 ul li a > figure figcaption span{
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-family: 'prelo_bookbook';
    color: #666666;
}

li.fxc01 a figure figcaption strong{    color: #cc3333 !important;}
li.fxc01 a figure figcaption{    border-color: #cc3333 !important;}
li.fxc01 a > div{    background: #cc3333 !important;}

li.fxc02 a figure figcaption strong{    color: #990066 !important;}
li.fxc02 a figure figcaption{    border-color: #990066 !important;}
li.fxc02 a > div{    background: #990066 !important;}

li.fxc03 a figure figcaption strong{    color: #663399 !important;}
li.fxc03 a figure figcaption{    border-color: #663399 !important;}
li.fxc03 a > div{    background: #663399 !important;}

li.fxc04 a figure figcaption strong{    color: #336699 !important;}
li.fxc04 a figure figcaption{    border-color: #336699 !important;}
li.fxc04 a > div{    background: #336699 !important;}

li.fxc05 a figure figcaption strong{    color: #009966 !important;}
li.fxc05 a figure figcaption{    border-color: #009966 !important;}
li.fxc05 a > div{    background: #009966 !important;}

li.fxc06 a figure figcaption strong{    color: #66cc66 !important;}
li.fxc06 a figure figcaption{    border-color: #66cc66 !important;}
li.fxc06 a > div{    background: #66cc66 !important;}

li.fxc07 a figure figcaption strong{    color: #ffcc00 !important;}
li.fxc07 a figure figcaption{    border-color: #ffcc00 !important;}
li.fxc07 a > div{    background: #ffcc00 !important;}

li.fxc08 a figure figcaption strong{    color: #cc6600 !important;}
li.fxc08 a figure figcaption{    border-color: #cc6600 !important;}
li.fxc08 a > div{    background: #cc6600 !important;}

li.fxc09 a figure figcaption strong{    color: #cc3333 !important;}
li.fxc09 a figure figcaption{    border-color: #cc3333 !important;}
li.fxc09 a > div{    background: #cc3333 !important;}

li.fxc10 a figure figcaption strong{    color: #990066 !important;}
li.fxc10 a figure figcaption{    border-color: #990066 !important;}
li.fxc10 a > div{    background: #990066 !important;}

 
/* enquete */
.enqueteBox{
    margin-top: 30px;
    margin-bottom: 30px;
}
.enqueteBox > div{
}
 
.enqueteBox > span{
    font-size: 16px !important;
    line-height: 18px !important;
    color: #666666 !important; 
    font-family: 'prelo_semiboldsemibold' !important;
    display: block !important;
    margin: 18px 0 !important;
    margin-bottom: 4px !important;
}
.formEnq form,
.formEnq label{
    width: 100%;
    float: left;
}
.formEnq label{
    margin: 2px 0;
}
.formEnq label span{
    font-size: 15px;
    color: #666666;
    font-family: 'prelo_bookbook';
    display: block;
}
.formEnq label input{
    width: auto;
    float: left;
    position: relative;
    top: 1px;
    margin-right: 4px;
} 
.buttonGrupEnq a:first-child{
    color: #666666;
}
.buttonGrupEnq a:last-child{
    float: right;    
    background: #dadada;
    text-align: right;
}
hgroup.buttonGrupEnq{
    margin-top: 10px;
}
hgroup.buttonGrupEnq input{
    cursor: pointer;
    padding: 0;
    border: 0;
    height: 32px;
    background: rgb(40, 158, 169) !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 19px;
}
hgroup.buttonGrupEnq input,
hgroup.buttonGrupEnq a{
    background: #dadada;
    display: inline-block;
    width: 44.5%;
    float: left;
    padding: 7px 15px; 
    text-align: center;
    color: #666666 ;
    font-size: 14px;
    font-family: 'prelo_mediummedium';
}


.menu-static ul li:last-child a{
    border: 0;
}
.menu-static ul li:first-child {
} 
.menu-static ul li a, .bkg-h2-index h2{
    color: #2c2b2b;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'roboto_condensedlight';
    padding: 12px 20px;
    display: block;
    border-right: 1px solid #e1e1e1;
}

/* dropdown */
.menu-static ul li ul {
    background: #f2f2f2 none repeat scroll 0 0; 
    left: 0;
	height: auto;
    overflow: hidden;
	display: none;
    position: absolute;
    top: 48px;
    transition: all 0.2s ease-in 0s;
    width: 100%;
    z-index: 999999;
	margin: 0;
	padding: 0;
}
.menu-static ul li ul li {
    transition: all 5s ease 0s;
	-webkit-transition: all 5s ease 0s;
	-moz-transition: all 5s ease 0s;
	-ms-transition: all 5s ease 0s;
	width: 100%;
	float: left;
}
.menu-static ul li ul li a:hover {
	color: #9ed300;
}
.menu-static ul li ul li a {
    transition: all 5s ease 0s;
	-webkit-transition: all 5s ease 0s;
	-moz-transition: all 5s ease 0s;
	-ms-transition: all 5s ease 0s;
    color: #616161;
    font-family:'roboto_condensedlight';
    font-size: 16px; 
	display: block;
    padding: 16px 24px;
    transition: all 0.3s ease 0s;
	text-align: left;
}
.menu-static ul li:hover ul li a { 
}
.menu-static ul li:hover ul { 
	visibility: visible;
	display: block;
}
.menu-static ul li ul li {
    position: relative;
}
.menu-static ul li ul li a {
}
.menu-static ul li ul li a::after {
   /* content: ".";
    position: absolute;
    right: -2px;
    top: 10px;*/
}
.menu-static ul li ul li:last-child a::after {
    content: "";
}


/* time_header */
.time_header{
    text-align: right;
}
.time_header span{
    font-size: 14px;
    color: #949494;
    font-family: 'roboto_condensedregular';
    text-transform: uppercase;
}
.time_header span strong{
    color: #e80000;
    font-weight: normal;
}


/* news_box */
.news_box img{ 
    width: 100%;
    height: auto;
}
.news_box{ 
    background: url(../images/pnt.jpg) repeat-x bottom center;
    float: left;
    margin-bottom: 20px;
}
.news_box a{ 
    text-decoration: none;
}
.l4 h3{
    height: 83  px;
}
.l3 h3{
    height: 75px;
    overflow: hidden; 
}
.l2 h3{
    height: 53px;
    overflow: hidden; 
}
.news_box h3{
    
 }
.bigtxt h3{
    font-size: 30px;
    font-family: 'roboto_condensedbold';
    line-height: 31px;
    height: 65px;
    overflow: hidden; 
	color:#2b2b2b;
}

.mt20{
    margin-top: 20px;
}


/* col-right */
.col-right > div{
    text-align: right;
    border: 2px solid #e1e1e1;
    float: left;
    width: 100%; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    margin-bottom: 20px;
    margin-top: 20px;
}
.col-right a{
    text-decoration: none;
}
.col-right > div{
    margin-bottom: 20px;
}
.col-right span{
    font-family: 'hamburgerheavenregular';
    color: #03c9dc;
    font-size: 34px;
    display: block;
}
.col-right strong{
    color: #2c2b2b;
    font-size: 18px;
    font-family: 'roboto_condensedlight';
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}
.col-right i{
    color: #9ed300;
    font-size: 16px;
    font-family: 'roboto_condensedbold';
    font-style: normal;
    margin-top: 30px;
    display: block;
}
.col-right p{
    font-family: 'roboto_condensedlight_italic';
    font-size: 20px;
    color: #000;
    line-height: 24px;
    margin: 0;
    text-shadow: 1px 1px 0 #fff;
}
.perfil-pl{
    background: url(../images/people2.png) no-repeat left bottom -25px;
}


/* p'ls */
p.l3{
    height: 75px;
    overflow: hidden; 
}
p.l2{
    height: 53px;
    overflow: hidden; 
}

.opn > div{
    margin-top: 0;
}
.col-txt{
    padding: 16px;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 210px;
    margin-top: 20px;
}

div.clearborder{
    border: none;
}


/* pub */
.pub, .pub3{
    background: #f2f2f2;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pub img,
.pub3 img{
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px; 
}
.pub3{
    margin: 20px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.pub3 > div{
    width: 300px;
}



/* max-dif-1 */
.max-dif-1 h3{
    margin-bottom: 17px;
}
.min-dif-1 h3{
    margin-bottom: 11px;
}

div.bkg-h2-index{
    margin-bottom: 30px;
}
div.bkg-h2-index h2{
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 30px;
}
div.bkg-h2-index h2 a{
    border: 0;
    text-decoration: none;
	color:#000;
}


/* footer */
.footer-bkg *{
    color: #d1d1d1;
    font-family: 'roboto_condensedlight';
}
.footer-bkg{
    background: #2b2b2b; 
    padding: 34px 10px 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.address{
    padding-left: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(../images/svg/icon_map-arrow-1.svg) no-repeat left top 5px;
}
.address span{
    font-family: 'roboto_condensedregular';
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    clear: both;  
}
.address p{
    font-size: 16px;
}
.footer .redeSocial ul li a i{
    color: #2b2b2b;
}
.footer .redeSocial ul li a i:hover{
    background: #d1d1d1;
}

.copy{
    padding-top:20px;
    padding-bottom: 10px;
    border-top: 1px solid #5a5a5a;
}
.copy span{
    font-size: 14px;
}
.copy span strong{
    font-weight: normal;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
}

.talkfooter{
    margin-left: 40px;
}
.talkfooter span,
.talkfooter i{
    padding-left: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 35px;
    display: block;
}
.talkfooter span strong{
    font-weight: normal;
    font-size: 20px;
}
.talkfooter span{
    font-size: 30px;
    margin-bottom: 20px;
    background: url(../images/svg/icon-call-2.svg) no-repeat left top 4px;
}
.talkfooter i{
    font-size: 20px;
    font-style: normal; 
    clear: both;
    display: block;
    background: url(../images/svg/icon_email.svg) no-repeat left top 4px;
}







/* efeitos */
div.search .intro label:first-child input{
    background: #f6f6f6 !important; 
    transition: all ease 0.3s;
}
div.search label:last-child input{
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
div.search label:last-child input:hover{ 
    transform:scale(1.1,1.1);
}
div.news_box h3{
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
div.news_box figure:hover h3,
div.news_box h3:hover{
    color: rgb(40, 158, 169);
}

div.news_box  a img{
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
    
div.news_box  a:hover img{
    opacity: 0.8; 
}
 

.heading-title h2:after{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    content: '\+'; 
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    opacity: 0;
}
.heading-title h2:hover:after{ 
    opacity: 1;
}


/* icone para ampliar */
/* 
div.news_box{
    overflow: hidden;
}
div.news_box  figure { 
    position: relative; 
}
div.news_box  figure:hover div:before{  
    opacity: 0.5; 
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
} 

div.news_box  figure div::before{
    content: url(../images/svg/icon_enlarge-01.svg);
    display: block;
    float: left;
    height: 30px;
    left: -1008px;  
    position: absolute;
    width: 30px;
    opacity: 0; 
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    transform:scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
    z-index: 2147483647;   
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    
}
.fx-action{
}
*/

/* INTERNA */
/*.pager img{
    width: 100%;
    height: auto;
}*/
.pager h2{
    color: #2c2b2b;
    font-size: 30px;
    font-family: 'roboto_condensedlight';
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}

.pager figure div{
    height: 100%;
    overflow-y: hidden;
}
.pager figure div img{
    /*width: auto;*/
    height: 100%;
	margin-left:auto;
	margin-right:auto;
}
.border{
	border-bottom: 1px solid #ccc;
    display: block;
    margin-top: 0px;
    padding-bottom: 35px
}

.texto_depoimento span{
	font-size:14px;
	font-family:roboto_regular;
	color: #555;
}

.noticiasPager ul li:nth-child(4n+1){
    padding-bottom: 0;
}
.noticiasPager ul li:nth-child(4n+1) div{
    /*width: 34% !important; */
}
.noticiasPager ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../images/pnt.jpg) repeat-x bottom center; 
}
.noticiasPager ul li:nth-child(4n+1){
    background: none;
}
.noticiasPager ul li:nth-child(4n+1) figure figcaption{
    width: 62% !important;
    background: #f0f; 
    background: url(../images/pnt.jpg) repeat-x bottom center; 
}
.noticiasPager ul li:nth-child(4n+1) img{
    width: 100%;
    height: auto;
}
.noticiasPager ul li:nth-child(4n+1) h3{
    font-size: 34px;
    height: 124px;
    line-height: 40px;
    margin-bottom: 20px;
}
div.noticiasPager ul li h3{ 
    margin-bottom: 0; 
}
.noticiasPager p{
    color: #858585;
    font-size: 20px;
    font-family: 'roboto_regular';
}
.noticiasPager em{
    font-style: normal;
    color: #949494;
    font-size: 16px;
    font-family: 'roboto_roboto_italic';
}





/* rightsidebar */
.rightsidebar{
    margin-top: 40px;
}
.rightsidebar div > a{
    color: #959595;
    font-size: 30px;
    font-family: 'roboto_condensedlight';
    text-transform: uppercase;
    text-decoration: none;    
} 
.rightsidebar div > a:first-child{
    float: left;
    margin-right: 20px;
}
.rightsidebar div > a.active{
    color: #2c2b2b;
}
.rightsidebar li:hover{
    background: #c3c3c3;
}
.rightsidebar li{
    padding: 20px 0;
    margin: 10px 0;
    background: #f2f2f2;
    border-bottom: 2px solid #e1e1e1;
    float: left;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.rightsidebar li i{
    color: #2c2b2b;
    font-size: 72px;
    font-style: normal;
    font-family: 'roboto_condensedlight';
    width: 100%;
    text-align: center;
    display: block;
} 
.rightsidebar li strong{
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    font-weight: normal;
}
.rightsidebar li:hover p{
    color: #f0f0f0;
} 
.rightsidebar li p{
    height: 81px;
    overflow: hidden;
    margin-bottom: 0;
    color: #959595;
    font-size: 20px;
    font-family: 'roboto_condensedlight';
    line-height: normal;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.rightsidebar li div:last-child{
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


.light{
    font-family: 'roboto_condensedregular'; 
} 
.light p{
    height: 42px;
    overflow: hidden;
}
.bigtxt2 h3{
    font-size: 34px;
    line-height: 38px;
}
.add+data{
    margin: 30px 0;
}
.date-inner{
    text-align: right;
    padding: 20px 0;
}
.imgnot{
    margin-bottom: 30px;
}
.txt-inner p{
    line-height: normal;
}
.mtborder{
    margin: 24px 0;
    margin-top: 10px;
    padding-top: 10px;
    background: url(../images/pnt.jpg) repeat-x top center; 
}
.enqueteInterna > div .ui-progressbar > div{
    background: #0A415B;
}
.enqueteInterna > div + div .ui-progressbar > div{
    background: #73553F;
}
.enqueteInterna > div + div + div .ui-progressbar > div{
    background: #79BD8F;
}
.enqueteInterna > div + div + div + div .ui-progressbar > div{
    background: #56638C;
}
.enqueteInterna > div + div + div + div + div .ui-progressbar > div{
    background: #BF522A;
}
.enqueteInterna > div + div + div + div + div + div .ui-progressbar > div{
    background: #DFDDB6;
}

div.enqueteLista h6 {
    border-bottom: 1px dashed #a9a9a9;
    margin-bottom: 20px !important;
    margin-top: 0;
    padding-bottom: 20px;
}
div.enqueteLista h6, div.enqueteInterna h6 {
    color: #2a2a2a;
    line-height: 32px;
    margin-bottom: 30px;
}
.enqueteInterna p {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-top: 20px;
}
.enqueteInterna p {
    color: #616161;
    font-size: 14px;
}
.heading-title h6 {
    color: #7a7a7a;
    float: left;
    font-family: "prelo_semiboldsemibold";
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
    width: 100%;
} 

.galleria-container.notouch {
    width: calc !important;
}


 