
.hide-desktop{
	display:none !important;
}

.align-text{
    text-align: center;
}

@media screen and (min-width:400px) and (max-width: 800px) {
	/* classes genericas */
	.margin-top-10-negativo{
			margin-top:-10px !important;
	}
	.margin-top-20-negativo{
		margin-top:-20px !important;
	}
	.margin-top-0{
		margin-top:0 !important;
	}
	.mobile-padding{
		width: auto;
		padding:0 16px;
	}

	.hide-desktop{
			display:block !important;
		}
	
	/* /classes genericas */

	body{
		background:#fff;
	}
	
	#top {
		min-width:100%;
	}

	#HeaderArea {
		display:none;
	}
	
	#HeaderAreaMobi {
		background-color: #f2f2f2;
		border-top: 5px solid #e60027;
		display:block;
		overflow:hidden;
		position: relative;
	}
	
	#HeaderAreaMobi h1 {
		float:left;
		padding:9px 0 0 16px;
	}
	
	#HeaderAreaMobi nav {
		float:right;
	}
	
	#HeaderAreaMobi nav > ul {
		display:block;
	}
	
	#HeaderAreaMobi nav > ul > li {
		float:left;
	}
	
	#HeaderAreaMobi nav > ul > li:first-child {
		margin:0 1px 0 0;
	}
	
	#HeaderAreaMobi nav > ul > li > a {
		background-color:#dadada;
		display:block;
		height:44px;
		position:relative;
		text-indent:-9999px;
		width:45px;
	}
	
	#HeaderAreaMobi nav > ul > li > a.on {
		background-color:#cccccc;
	}
	
	#HeaderAreaMobi nav > ul > li > a.on:after {
		background:url(../image/en/r1/images/bg_u_navi_current.gif) no-repeat;
		bottom:-1px;
		content:'';
		display:block;
		height:8px;
		left:50%;
		margin:0 0 0 -8px;
		position:absolute;
		width:15px;
		z-index:1;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-find {
		background-image:url(../image/en/r1/icon/icon_navi_search_mobi.png);
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-region {
		background-image:url(../image/en/r1/icon/icon_navi_country_mobi.png);
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-menu {
		background:#e60027 url(../image/en/r1/icon/icon-menu-mobi.png) no-repeat center center;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-menu.on {
		background:#b1000e url(../image/en/r1/icon/icon-menu-mobi.png) no-repeat center center;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-menu.on:after {
		background:url(../image/en/r1/bg_u_navi_current.png) no-repeat;
	}
	
	#HeaderAreaMobi #searchMobi {
		background-color:#e5e5e5;
		border-top:1px solid #cccccc;
		clear:both;
		display:none;
		padding:22px 35px 26px;
		position:relative;
	}
	
	#HeaderAreaMobi #searchMobi label {
		display:block;
		font-size:13px;
		padding:0 0 7px 0;
	}
	
	#HeaderAreaMobi #searchMobi .SearchTextBox {
		box-sizing:border-box;
		height:26px;
		margin:0;
		padding:0 63px 0 10px;
		width:100%;
	}
	
	#HeaderAreaMobi #searchMobi .BtnSearch {
		background-color:#cccccc;
		border:none;
		bottom:26px;
		cursor:pointer;
		font:12px Arial;
		height:26px;
		position:absolute;
		right:35px;
		width:53px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi {
		background-color:#e5e5e5;
		border-top:1px solid #cccccc;
		clear:both;
		display:none;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul {
		display:block;
		overflow:hidden;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li {
		border-bottom:1px solid #cccccc;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a {
		color:#000;
		display:block;
		font-size:16px;
		font-weight:bold;
		height:52px;
		line-height:52px;
		overflow:hidden;
		padding:0 11px 0 15px;
		position:relative;
		text-decoration:none;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.on {
		background-color:#b1000e;
		color:#fff;
	}
	
	/*#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-global:before {
		background:url(../image/en/r1/icon/icon_gn_global.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-americas:before {
		background:url(../image/en/r1/icon/icon_gn_americas.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-asia:before {
		background:url(../image/en/r1/icon/icon_gn_asia.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-europe:before {
		background:url(../image/en/r1/icon/icon_gn_europe.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-africa:before {
		background:url(../image/en/r1/icon/icon_gn_mena.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-oceania:before {
		background:url(../image/en/r1/icon/icon_gn_oceania.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}*/
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.on:before {
		background-position:0 bottom;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a:after {
		background:url(../image/en/r1/icon/icon_arrow-region.png) no-repeat;
		content:'';
		display:block;
		height:13px;
		position:absolute;
		right:8px;
		top:18px;
		width:13px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.on:after {
		background-position:0 bottom;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li ul {
		display:none;
		overflow:hidden;
		padding:25px 20px 11px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li ul li {
		background:url(../image/en/r1/icon/icon_list_marker.gif) no-repeat -5px 4px;
		font-size:14px;
		margin:0 0 15px 0;
		padding:0 0 0 10px;
	}
	
	#HeaderAreaMobi #menuMobi {
		background-color:#333333;
		clear:both;
		display:none;
	}
	
	#HeaderAreaMobi #menuMobi ul {
		display:block;
		overflow:hidden;
	}
	
	#HeaderAreaMobi #menuMobi ul.secondMenu {
		border-bottom:1px solid #444444;
		padding:17px 15px;
	}
	
	#HeaderAreaMobi #menuMobi ul.thirdMenu {
		padding:17px 15px;
	}
	
	#HeaderAreaMobi #menuMobi ul.firstMenu li a{
		border-bottom:1px solid #444444;
	}
	
	#HeaderAreaMobi #menuMobi ul.secondMenu li,
	#HeaderAreaMobi #menuMobi ul.thirdMenu li {
		border-bottom:1px solid #333;
	}
	
	#HeaderAreaMobi #menuMobi ul.secondMenu li:nth-child(2){
		margin-top:17px;
	}
	
	#HeaderAreaMobi #menuMobi ul li a {
		color:#ccc;
		font-size:14px;
		display:block;
		height:44px;
		line-height:44px;
		overflow:hidden;
		padding:0 15px;
		position:relative;
		text-decoration:none;
	}
	
	#HeaderAreaMobi #menuMobi ul.secondMenu li a {
		background-color:#555;
		font-size:12px;
		height:39px;
		line-height:39px;
	}
	
	#HeaderAreaMobi #menuMobi ul.thirdMenu li a {
		background-color:#e60027;
		font-size:12px;
		height:39px;
		line-height:39px;
	}
	
	#HeaderAreaMobi #menuMobi ul li a:after {
		background:url(../image/en/r1/icon/icon_arrow-menu.png) no-repeat;
		content:'';
		display:block;
		height:13px;
		position:absolute;
		right:11px;
		top:14px;
		width:8px;
	}
	
	#HeaderAreaMobi #menuMobi ul li ul li a{
		  padding-left: 30px;
	}
	
	#SiteIdentityS, #SiteIdentityL, #SiteIdentity {
		min-width:100%;
	}
	
	#SiteIdentityS .Title, #SiteIdentityL .Title, #SiteIdentity .Title {
		box-sizing:border-box;
		padding:0 0 0 15px;
		width:100%;
	}
	
	#VerticalLocalNavi li.Current a strong {
		background-image:url(../image/en/r1/bg_v_navi_current.png);
	}
	
	#GlobalNavi {
		display:none;
	}
	
	#Footer {
		min-width:100%;
		margin-top:0px;
	}
	
	#Footer ul {
		display:block;
		overflow:hidden;
		text-align:center;
		width:auto;
	}
	
	#Footer ul li {
		border-left:none;
		display:inline-block;
		float:none;
		padding:0 10px 11px;
	}
	
	#Footer li.FirstItem {
		border-left:none;
		padding:0 10px 11px;
	}
	
	#Footer ul li:last-child {
		display:block;
	}
	
	#Footer p {
		padding:10px 0 0 0;
		text-align:center;
		width:100%;
	}
	
	
	
	#Contents {
		min-width:100%;
	}
	
	.GridSet {
		width:100%;
	}
	
	.Column1 {
		margin-bottom:20px!important;
		width:100%;
	}
	
	.Column1.FirstItem > a {
		background:url(../images/wide/link-top-mobi.jpg) repeat-x;
		color:#fff;
		display:block;
		font-size:15px;
		height:48px;
		line-height:48px;
		overflow:hidden;
		padding:0 0 0 8px;
		text-decoration:none;
	}
	
	.Column1.FirstItem > a strong {
		color:#fff;
		font-size:19px;
	}
	
	.Column1.FirstItem > a:before {
		background:url(../images/wide/ico-para-consumidor.png) no-repeat;
		content:'';
		float:left;
		height:25px;
		margin:10px 7px 0 0;
		width:21px;
	}
	
	.Column1.FirstItem > a:after {
		background:url(../images/wide/ico-link-top-mobi.png) no-repeat;
		content:'';
		float:right;
		height:21px;
		margin:14px 12px 0 0;
		width:21px;
	}
	
	.Column1.FirstItem > a img {
		display:none;
	}
	
	.Column1 #listaNova {
		display:block;
		float:none;
		overflow:hidden;
	}
	
	.Column1 #listaNova li,
	.Column3 #listaNova li {
		background:url(../images/wide/li-mobi.jpg) repeat-x;
		width:auto!important;
	}
	
	.Column1 #listaNova img,
	.Column3 #listaNova img {
		margin-right:5px;
	}
	
	.Column1 #listaNova li a,
	.Column3 #listaNova li a {
		display:block;
		float:none;
		height:51px;
		line-height:51px;
		margin:0;
		position:relative;
	}
	
	.Column1 #listaNova li a:after,
	.Column3 #listaNova li a:after {
		background:url(../images/wide/arrow-li-mobi.png) no-repeat;
		content:'';
		display:block;
		height:8px;
		position:absolute;
		right:6px;
		top:20px;
		width:5px;
	}
	
	.Column3 {
		margin-bottom:20px!important;
		width:100%;
	}
	
	.Column3.LastItem > a {
		background:url(../images/wide/link-top-mobi.jpg) repeat-x;
		color:#fff;
		display:block;
		font-size:15px;
		height:48px;
		line-height:48px;
		overflow:hidden;
		padding:0 0 0 8px;
		text-decoration:none;
	}
	
	.Column3.LastItem > a strong {
		color:#fff;
		font-size:19px;
	}
	
	.Column3.LastItem > a:before {
		background:url(../images/wide/ico-para-empresas.png) no-repeat;
		content:'';
		float:left;
		height:24px;
		margin:10px 7px 0 0;
		width:20px;
	}
	
	.Column3.LastItem > a:after {
		background:url(../images/wide/ico-link-top-mobi.png) no-repeat;
		content:'';
		float:right;
		height:21px;
		margin:14px 12px 0 0;
		width:21px;
	}
	
	.Column3 #listaNova {
		display:block;
		float:none;
		margin-bottom:0!important;
		overflow:hidden;
	}
	
	.Column3.LastItem > a img {
		display:none;
	}
	
	.divsHome {
		float:none;
		height:auto;
		margin:0 15px 10px!important;
		overflow:hidden;
		width:auto;
	}
	
	.divsHome.LastItem {
		float:none!important;
	}
	
	.divsHome.FirstItem > a {
		float:left;
		height:160px;
	}
	
	.divsHome.Column1 a {
		display:block;
		text-align:center;
	}
	
	.divsHome.Column1 img {
		float:none;
		margin:0 0 15px 0!important;
		width:98%;
	}
	
	.ulHome {
		float:none;
		margin:-5px 0 0!important;
	}
	
	.divsHome2 {
		background:none;
		border:none;
		height:auto;
		margin-bottom:5px!important;
	}
	
	.divsHome2 .Section.outDesk {
		display:none;
	}
	
	.divsHome2 .Section.inMobi {
		border:1px solid #d9d9d9;
		border-radius:10px;
		display:block;
		margin:0 15px 15px;
	}
	
	.divsHome4 {
		margin:0 15px 10px!important;
	}
	
	.topicosGlobal {
		background-position: right top;
		border-bottom-left-radius: 5px;
		border-left: 1px solid #d9d9d9 !important;
		border-top-left-radius: 5px;
		height: 40px;
		margin: 0 15px;
		max-width: 600px;
		width: auto;
	}
	
	.PlugInBanner {
		margin:0 15px;
	}
	
	.PlugInBanner dt {
		float:none;
		margin:0 0 15px 0;
	}
	
	.ImgOnlyStyle {
		margin:0 15px 15px;
	}
	
	.ImgOnlyStyle.centerMobi {
		padding:0;
		text-align:left;
	}
	
	.ImgOnlyStyle img {
		  margin: 0 auto;
        max-width: 100%;
        text-align: center;
        width: auto;
	}
	
	.BoxPatternB {
		margin:0 15px 15px;
	}
	
	.ImgOnlyStyle .imgsHome {
		float:none;
		width:auto;
	}
	
	.Column2 {
		width:auto;
	}
	
	.popupYoutube1 br,
	.popupYoutube2 br {
		display:none;
	}
	
	.ImgOnlyStyle.centerMobi2 {
		text-align:left;
	}
	
	.ImgOnlyStyle.centerMobi2 img {
		width:auto;
	}
	
	.BoxPatternC {
		margin:0 15px 0;
	}
	
	.sectionTop {
		background:#262626;
		bottom:0;
		left:0;
		padding:0;
		position:fixed;
		width:100%;
		z-index:9999;
	}
	
	.PageTop {
		margin:0;
		text-align:center;
	}
	
	.PageTop a, .PageTop a:link, .PageTop a:visited {
		background:none;
		color:#fff;
		display:block;
		padding:18px 0;
		text-decoration:none;
	}
	
	.PageTop a:after {
		background:url(../image/en/r1/icon/icon_link_top.png) no-repeat;
		content:'';
		display:inline-block;
		height:13px;
		margin:0 0 -2px 7px;
		width:13px;
	}
	
	#RotationBanner {
		margin:0 auto!important;
	}
	
	#RotationBanner #SliderArea {
		width:94%;
	}
	
	div#BrandingImgStyle1 {
		display:none;
	}
	
	#slideMobi {
		display:block;
		margin:0 auto;
		position:relative;
		width:100%;
	}

	#slideMobi .slideImgs {
		display:block;
		height:345px;
		overflow:hidden;
		position:relative;
        width:100%;
	}

	#slideMobi .slideImgs li {
		background-color:#f2f2f2;
		display:none;
		height:345px;
		left:0;
		position:absolute;
		top:0;
        width:100%;
	}

	#slideMobi .slideImgs li a {
		display:block;
		overflow:hidden;
		text-decoration:none;
	}

	#slideMobi .slideImgs li span {
		color:#000;
		display:block;
		font-size:18px;
		font-weight:bold;
		line-height:20px;
		padding:15px;
		text-decoration:none;
	}

	#slideMobi .pagination {
		bottom:0;
		left:0;
		position:absolute;
		width:100%;
		z-index:100;
	}

	#slideMobi .pagination a {
		border-left:4px solid #000;
		border-right:4px solid #000;
		display:block;
		height:11px;
		left:38%;
		overflow:hidden;
		position:absolute;
		text-indent:-9999px;
		top:7px;
		width:4px;
	}

	#slideMobi .pagination ul {
		display:block;
		overflow:hidden;
		text-align:center;
	}

	#slideMobi .pagination ul li {
		background-color:#ccc;
		border-radius:100%;
		cursor:pointer;
		display:inline-block;
		height:12px;
		margin:0 6px;
		width:12px;
	}

	#slideMobi .pagination ul li.on {
		background-color:#e9001c;
	}


	/* paginas internas */
	/* produtos e servicos */

	.PageTitleStyle3{
		/*display:none;*/
	}

	.PageTitleStyle1,
	.PageTitleStyle2,
	.PageTitleStyle3{
		display:block;		
		margin:15px 0  5px 0;
	}
	
	body .pageTitleMaster{
		display:block;		
		margin:0px 0 15px 0;
		width:100%;
		position:relative;
		height: auto;
	}

	.PageTitleStyle1 h1,
	.PageTitleStyle2 h1,
	.PageTitleStyle3 h1
	{
		padding:0 0 15px 16px;

	}
	
	body .pageTitleMaster h1{
		 color: #777777;
    font: bold 21px Arial,Helvetica,sans-serif;
    left: 0;
    padding: 15px 0 0 16px;
    position: relative;
    top: 0;
	}
	.PageTitleStyle1 h1 img,
	.PageTitleStyle2 h1 img,
	.PageTitleStyle3 h1 img,
	.pageTitleMaster h1 img	{
		display:none;

	}
	body .pageTitleMaster img{
		display:none;
	}

	 span.titlenew5,
	 span.titlenew6,
	 span.titlenew7,
	 span.titlenew8,
	 span.titlenew9,
	 span.titlenew10,
	 span.titlenew11,
	 span.titlenew12,
	 span.titlenew13,
	 span.titlenew14,
	 span.titlenew15,
	 span.titlenew2
	 {
		position:relative;
		top:0;
		left:0;
		color:#777777;
	}
	span.titlenew,  span.titlenew2, span.titlenew3, span.titlenew4, span.titlenew19, span.titlenew16, span.titlenew17, span.titlenew18 {
		color: #777777;
		display: block;
		left: 0;
		position: relative;
		top: 0;
	}

	.HorizontalInnerLinks, .VerticalInnerLinks{
		padding:0 ;
		margin-bottom:20px; 
		 margin-top: 0;
	}
	.HorizontalInnerLinks li{
		margin:0 3px 0 0;
	}

	#TopicPath{
		min-width: 100%;
		width:100%;
		padding:0 16px;
        overflow: hidden;
		box-sizing:border-box;
      
	}
	#TopicPath ul{
		width:auto;
	}
	#Contents{
		min-width: auto;
		width:auto;
		padding:0;
		background:#fff;
	}
	.GridSet,
	.Grid3,
	.Grid1{
		width:100%;
	}
	.Section{
		width:auto;
		padding:0 16px;
	}
	.homeMobi .Section{
		padding:0 0 10px;
	}
	.Section.padding-0,
	.Section.about_apresent{
		padding:0;
	}
	.TextStyle1{
		width: auto;
		padding:0;
	}
	.produtos-e-servicos .lista {
		float:left;
		margin-bottom:40px;
	}
	.produtos-e-servicos .lista .Section{
		background:#f2f2f2;
		margin-bottom:2px ;
		float:left;
		padding:0;
	}
	.produtos-e-servicos .lista .Section h2{
		background:none ;
		float:right;
		width:74%;
		margin-top:16px;
	}

	.produtos-e-servicos .lista .Section h2 span{
		width:100%;
		padding:0;
		line-height:60px;
		background: transparent;
	}

	.produtos-e-servicos .lista .Section h2 a{
		width:90%;
		padding:0 10% 0 0;
		display: inline-block;
		background-image: url(../../image/en/r1/icon/icon_link_right_xl_mobile.png);
		background-position:96% 50%;
		color:#333333;
		line-height:18px;
		
	}
	.produtos-e-servicos .lista .Section h2 a:hover{
		text-decoration:none;
	}

	/*div.ImgW60SetStyle div.ImgSet, div.ImgW120SetStyle div.ImgSet, div.ImgW180SetStyle div.ImgSet, div.ImgW230SetStyle div.ImgSet{
		display:none;
	}*/

	.produtos-e-servicos div.Grid3 div.ImgW180SetStyle div.ImgSet,.produtos-e-servicos  div.Grid4 div.Column3 div.ImgW180SetStyle div.ImgSet{
		width:100%;
	}
	div.ImgW60SetStyle div.ImgSet, div.ImgW120SetStyle div.ImgSet, div.ImgW180SetStyle div.ImgSet, div.ImgW230SetStyle div.ImgSet{
	
	}
	.produtos-e-servicos .list .TextStyle1{
		padding:0;
	}

	.produtos-e-servicos .lista .ImgW180SetStyle{
		float:left;
		width:25%;
	}

	.produtos-e-servicos .lista  p.Img { 
		margin:16px 16px 0 16px;
		width:75px;
		padding: 0 0 8px;
	}
	.produtos-e-servicos .lista  p.Img a{ 
		display: inline-block;
		width:60px;
		height:60px;
		border-radius:3px;
		overflow:hidden;
	}
	.produtos-e-servicos .lista  p.Img  a img{
		margin-left:-100px;
	}

	.hide-mobile{
		display:none !important;
	}

	.produtos-e-servicos .list {
		padding:0;
	}

	 .sidebar .ImgOnlyStyle img{
		 margin: 0 auto;
    max-width: 100%;
    width: auto;
	}

	body div.Grid3 div.ImgW180SetStyle div.ImgSet, body  div.Grid4 div.Column3 div.ImgW180SetStyle div.ImgSet{
		width:100%;
	}

	body ul.LinkListStyle51 li{
		 margin: 0 17px 10px 0;
    width: auto;
	}
	body ul.LinkListStyle51 li.FirstList{
	
		padding-right:0;
	}
	body ul.LinkListStyle5 li.ButtonStyle1{
		float:right;
		width:35%;
	}
	body ul.LinkListStyle51 li a{
		font-size:12px;
	}
	body ul.LinkListStyle51 li a.font-size-11{
		font-size:11px;
	}
	.font-size-11{
		font-size:11px;
	}

	body #TopicPath ul{
		padding:20px 0 0;
	}

	.bar_arrow .arrow{
		/*bottom:0;*/
	}
	body .colum_w1{
		width:100%;
	}
	.block_apresentation{
		background:#f2f2f2;
		margin-bottom:2px;
		width:100%;
		float:left;
	}

	.image_block_apresentation{	
		width:11%;
		float:left;	
		clear: none;			
	}

	.image_block_apresentation a{	
		width:100%;
		max-width:52px;
		overflow:hidden;
		height:52px;
		display: inline-block;
		border-radius:5px;
		padding:0;
		margin:14px 0 0 10px;
		
	}
	.image_block_apresentation img{	
		width:150%;	
		height: auto;
		border-radius:5px;
	}
	body .colum_w1 .title_block_apresentation{
		float:right;
		width:82%;
		clear: none;
		background: transparent;
		min-height:78px;	
		display: table;
		margin-left:0;
		margin-bottom:0;
	}
	body .colum_w1 .title_block_apresentation span{
		display: table-cell;
		vertical-align: middle;
		color:#333333 !important;
		min-height:68px;	
	}
	body .column_apresentation{
		margin-left:0;
	}
	
	body .block_apresentation_link{
		display:none;
	}

	.FMGrid2{
		width:100%;
	}
	.FMGrid2 img{
		width:100%;
	}

	body .img_link_download{
		margin-bottom:24px;
	}

	.PageTop{
		display:none;
	}

	/*body .box_sobre_nos{
		width: auto;
		height: auto;
		padding:0;
	}

	body .box_sobre_nos .columnLeft{
		width:100%;
		margin-right:0;
	}*/

	table th, table td{
		font-size:10px;
	}
    .margin13 {
    margin-left: 13px !important;
    }
   .margin0 {
    margin: 45px 13px 0 0;
    }
    .margin-last{
           clear: both;
    margin: 0;
    padding: 20px 0;
    }
	
	.img-social {
		display:none;
	}
	
	.PageTitleStyle4 {
		padding:10px 16px 0;
	}
	
	.ImgOnlyStyle2 {
		float:none;
		padding:0;
		width:100%;
	}
	
	.text-social {
		float:none;
		padding:20px 0 0;
		width:100%;
	}
	
	.sc-social {
		padding:0;
	}

}

@media screen and (max-width: 399px) {
	/* classes genericas */
	.margin-top-10-negativo{
			margin-top:-10px !important;
	}
	.margin-top-20-negativo{
		margin-top:-20px !important;
	}
	.margin-top-0{
		margin-top:0 !important;
	}
	.mobile-padding{
		width: auto;
		padding:0 16px;
	}

	.hide-desktop{
			display:block !important;
		}
	
	/* /classes genericas */

	body{
		background:#fff;
	}
	
	#top {
		min-width:100%;
	}
	

	#HeaderArea {
		display:none;
	}
	
	#HeaderAreaMobi {
		background-color: #f2f2f2;
		border-top: 5px solid #e60027;
		display:block;
		overflow:hidden;
		position: relative;
	}
	
	#HeaderAreaMobi h1 {
		float:left;
		padding:9px 0 0 16px;
        margin: 0px;
	}
	
	#HeaderAreaMobi nav {
		float:right;
	}
	
	#HeaderAreaMobi nav > ul {
		display:block;
        list-style: none;
        margin: 0px;
        padding: 0px;
	}
	
	#HeaderAreaMobi nav > ul > li {
		float:left;
	}
	
	#HeaderAreaMobi nav > ul > li:first-child {
		margin:0 1px 0 0;
	}
	
	#HeaderAreaMobi nav > ul > li > a {
		background-color:#dadada;
		display:block;
		height:44px;
		position:relative;
		text-indent:-9999px;
		width:45px;
	}
	
	#HeaderAreaMobi nav > ul > li > a.on {
		background-color:#cccccc;
	}
	
	#HeaderAreaMobi nav > ul > li > a.on:after {
		background:url(../image/en/r1/bg_u_navi_current.gif) no-repeat;
		bottom:-1px;
		content:'';
		display:block;
		height:8px;
		left:50%;
		margin:0 0 0 -8px;
		position:absolute;
		width:15px;
		z-index:1;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-find {
		background-image:url(../image/en/r1/icon/icon_navi_search_mobi.png);
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-region {
		background-image:url(../image/en/r1/icon/icon_navi_country_mobi.png);
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-menu {
		background:#e60027 url(../image/en/r1/icon/icon-menu-mobi.png) no-repeat center center;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-menu.on {
		background:#b1000e url(../image/en/r1/icon/icon-menu-mobi.png) no-repeat center center;
	}
	
	#HeaderAreaMobi nav > ul > li > a.nav-menu.on:after {
		background:url(../image/en/r1/bg_u_navi_current.png) no-repeat;
	}
	
	#HeaderAreaMobi #searchMobi {
		background-color:#e5e5e5;
		border-top:1px solid #cccccc;
		clear:both;
		display:none;
		padding:22px 35px 26px;
		position:relative;
	}
	
	#HeaderAreaMobi #searchMobi label {
		display:block;
		font-size:13px;
		padding:0 0 7px 0;
	}
	
	#HeaderAreaMobi #searchMobi .SearchTextBox {
		box-sizing:border-box;
		height:26px;
		margin:0;
		padding:0 63px 0 10px;
		width:100%;
	}
	
	#HeaderAreaMobi #searchMobi .BtnSearch {
		background-color:#cccccc;
		border:none;
		bottom:26px;
		cursor:pointer;
		font:12px Arial;
		height:26px;
		position:absolute;
		right:35px;
		width:53px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi {
		background-color:#e5e5e5;
		border-top:1px solid #cccccc;
		clear:both;
		display:none;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul {
		display:block;
		overflow:hidden;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li {
		border-bottom:1px solid #cccccc;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a {
		color:#000;
		display:block;
		font-size:16px;
		font-weight:bold;
		height:52px;
		line-height:52px;
		overflow:hidden;
		padding:0 11px 0 15px;
		position:relative;
		text-decoration:none;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.on {
		background-color:#b1000e;
		color:#fff;
	}
	
	/*#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-global:before {
		background:url(../image/en/r1/icon/icon_gn_global.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-americas:before {
		background:url(../image/en/r1/icon/icon_gn_americas.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-asia:before {
		background:url(../image/en/r1/icon/icon_gn_asia.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-europe:before {
		background:url(../image/en/r1/icon/icon_gn_europe.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-africa:before {
		background:url(../image/en/r1/icon/icon_gn_mena.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.nav-oceania:before {
		background:url(../image/en/r1/icon/icon_gn_oceania.gif) no-repeat;
		content:'';
		float:left;
		height:44px;
		margin:3px 15px 0 0;
		width:55px;
	}*/
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.on:before {
		background-position:0 bottom;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a:after {
		background:url(../image/en/r1/icon/icon_arrow-region.png) no-repeat;
		content:'';
		display:block;
		height:13px;
		position:absolute;
		right:8px;
		top:18px;
		width:13px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li > a.on:after {
		background-position:0 bottom;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li ul {
		display:none;
		overflow:hidden;
		padding:25px 20px 11px;
	}
	
	#HeaderAreaMobi #CountryRegionMobi > ul > li ul li {
		background:url(../image/en/r1/icon/icon_list_marker.gif) no-repeat -5px 4px;
		font-size:14px;
		margin:0 0 15px 0;
		padding:0 0 0 10px;
	}
    
    #HeaderAreaMobi #CountryRegionMobi > ul > li ul li a{
        color: #a94657;
    }
	
	#HeaderAreaMobi #menuMobi {
		background-color:#333333;
		clear:both;
		display:none;
	}
	
	#HeaderAreaMobi #menuMobi ul {
		display:block;
		overflow:hidden;
	}
	
	#HeaderAreaMobi #menuMobi ul.secondMenu {
		border-bottom:1px solid #444444;
		padding:17px 15px;
	}
	
	#HeaderAreaMobi #menuMobi ul.thirdMenu {
		padding:17px 15px;
	}
	
	#HeaderAreaMobi #menuMobi ul.firstMenu li a{
		border-bottom:1px solid #444444;
	}
    
    #HeaderAreaMobi #menuMobi ul li ul li a {
    padding-left: 30px;
    }
	
	#HeaderAreaMobi #menuMobi ul.secondMenu li,
	#HeaderAreaMobi #menuMobi ul.thirdMenu li {
		border-bottom:1px solid #333;
	}
	
	#HeaderAreaMobi #menuMobi ul.secondMenu li:nth-child(2){
		margin-top:17px;
	}
	
	#HeaderAreaMobi #menuMobi ul li a {
		color:#ccc;
		font-size:14px;
		display:block;
		height:44px;
		line-height:44px;
		overflow:hidden;
		padding:0 15px;
		position:relative;
		text-decoration:none;
	}
	
	#HeaderAreaMobi #menuMobi ul.secondMenu li a {
		background-color:#555;
		font-size:12px;
		height:39px;
		line-height:39px;
	}
	
	#HeaderAreaMobi #menuMobi ul.thirdMenu li a {
		background-color:#e60027;
		font-size:12px;
		height:39px;
		line-height:39px;
	}
	
	#HeaderAreaMobi #menuMobi ul li a:after {
		background:url(../image/en/r1/icon/icon_arrow-menu.png) no-repeat;
		content:'';
		display:block;
		height:13px;
		position:absolute;
		right:11px;
		top:14px;
		width:8px;
	}
	
	#SiteIdentityS, #SiteIdentityL, #SiteIdentity {
		min-width:100%;
	}
	
	#SiteIdentityS .Title, #SiteIdentityL .Title, #SiteIdentity .Title {
		box-sizing:border-box;
		padding:0 0 0 15px;
		width:100%;
	}
	
	#GlobalNavi {
		display:none;
	}
	
	#Footer {
		min-width:100%;
		margin-top:0px;
	}
	
	#Footer ul {
		display:block;
		overflow:hidden;
		text-align:center;
		width:auto;
	}
	
	#Footer ul li {
		border-left:none;
		display:inline-block;
		float:none;
		padding:0 10px 11px;
	}
	
	#Footer li.FirstItem {
		border-left:none;
		padding:0 10px 11px;
	}
	
	#Footer ul li:last-child {
		display:block;
	}
	
	#Footer p {
		padding:10px 0 0 0;
		text-align:center;
		width:100%;
	}
	
	
	
	#Contents {
		min-width:100%;
	}
	
	.GridSet {
		width:100%;
	}
	
	.Column1 {
		margin-bottom:20px!important;
		width:100%;
	}
	
	.Column1.FirstItem > a {
		background:url(../images/wide/link-top-mobi.jpg) repeat-x;
		color:#fff;
		display:block;
		font-size:15px;
		height:48px;
		line-height:48px;
		overflow:hidden;
		padding:0 0 0 8px;
		text-decoration:none;
	}
	
	.Column1.FirstItem > a strong {
		color:#fff;
		font-size:19px;
	}
	
	.Column1.FirstItem > a:before {
		background:url(../images/wide/ico-para-consumidor.png) no-repeat;
		content:'';
		float:left;
		height:25px;
		margin:10px 7px 0 0;
		width:21px;
	}
	
	.Column1.FirstItem > a:after {
		background:url(../images/wide/ico-link-top-mobi.png) no-repeat;
		content:'';
		float:right;
		height:21px;
		margin:14px 12px 0 0;
		width:21px;
	}
	
	.Column1.FirstItem > a img {
		display:none;
	}
	
	.Column1 #listaNova {
		display:block;
		float:none;
		overflow:hidden;
	}
	
	.Column1 #listaNova li,
	.Column3 #listaNova li {
		background:url(../images/wide/li-mobi.jpg) repeat-x;
		width:auto!important;
	}
	
	.Column1 #listaNova img,
	.Column3 #listaNova img {
		margin-right:5px;
	}
	
	.Column1 #listaNova li a,
	.Column3 #listaNova li a {
		display:block;
		float:none;
		height:51px;
		line-height:51px;
		margin:0;
		position:relative;
	}
	
	.Column1 #listaNova li a:after,
	.Column3 #listaNova li a:after {
		background:url(../images/wide/arrow-li-mobi.png) no-repeat;
		content:'';
		display:block;
		height:8px;
		position:absolute;
		right:6px;
		top:20px;
		width:5px;
	}
	
	.Column3 {
		margin-bottom:20px!important;
		width:100%;
	}
	
	.Column3.LastItem > a {
		background:url(../images/wide/link-top-mobi.jpg) repeat-x;
		color:#fff;
		display:block;
		font-size:15px;
		height:48px;
		line-height:48px;
		overflow:hidden;
		padding:0 0 0 8px;
		text-decoration:none;
	}
	
	.Column3.LastItem > a strong {
		color:#fff;
		font-size:19px;
	}
	
	.Column3.LastItem > a:before {
		background:url(../images/wide/ico-para-empresas.png) no-repeat;
		content:'';
		float:left;
		height:24px;
		margin:10px 7px 0 0;
		width:20px;
	}
	
	.Column3.LastItem > a:after {
		background:url(../images/wide/ico-link-top-mobi.png) no-repeat;
		content:'';
		float:right;
		height:21px;
		margin:14px 12px 0 0;
		width:21px;
	}
	
	.Column3 #listaNova {
		display:block;
		float:none;
		margin-bottom:0!important;
		overflow:hidden;
	}
	
	.Column3.LastItem > a img {
		display:none;
	}
	
	.divsHome {
		float:none;
		height:auto;
		margin:0 15px 10px!important;
		overflow:hidden;
		width:auto;
	}
	
	.divsHome.LastItem {
		float:none!important;
	}
	
	.divsHome.FirstItem > a {
		float:left;
		height:160px;
	}
	
	.divsHome.Column1 a {
		display:block;
		text-align:center;
	}
	
	.divsHome.Column1 img {
		float:none;
		margin:0 0 15px 0!important;
		width:98%;
	}
	
	.ulHome {
		float:none;
		margin:-5px 0 0!important;
	}
	
	.divsHome2 {
		background:none;
		border:none;
		height:auto;
		margin-bottom:5px!important;
	}
	
	.divsHome2 .Section.outDesk {
		display:none;
	}
	
	.divsHome2 .Section.inMobi {
		border:1px solid #d9d9d9;
		border-radius:10px;
		display:block;
		margin:0 15px 15px;
	}
	
	.divsHome4 {
		margin:0 15px 10px!important;
	}
	
	.topicosGlobal {
		background-position: right top;
		border-bottom-left-radius: 5px;
		border-left: 1px solid #d9d9d9 !important;
		border-top-left-radius: 5px;
		height: 40px;
		margin: 0 15px;
		max-width: 600px;
		width: auto;
	}
	
	.PlugInBanner {
		margin:0 15px;
	}
	
	.PlugInBanner dt {
		float:none;
		margin:0 0 15px 0;
	}
	
	.ImgOnlyStyle {
		margin:0 15px 15px;
	}
	
	.ImgOnlyStyle.centerMobi {
		padding:0;
		text-align:left;
	}
	
	.ImgOnlyStyle img {
		max-width:380px;
		width:100%;
	}
	
	.BoxPatternB {
		margin:0 15px 15px;
	}
	
	.ImgOnlyStyle .imgsHome {
		float:none;
		width:auto;
	}
	
	.Column2 {
		width:auto;
	}
	
	.popupYoutube1 br,
	.popupYoutube2 br {
		display:none;
	}
	
	.ImgOnlyStyle.centerMobi2 {
		text-align:left;
	}
	
	.ImgOnlyStyle.centerMobi2 img {
		width:auto;
	}
	
	.BoxPatternC {
		margin:0 15px 0;
	}
	
	.sectionTop {
		background:#262626;
		bottom:0;
		left:0;
		padding:0;
		position:fixed;
		width:100%;
		z-index:9999;
	}
	
	.PageTop {
		margin:0;
		text-align:center;
	}
	
	.PageTop a, .PageTop a:link, .PageTop a:visited {
		background:none;
		color:#fff;
		display:block;
		padding:18px 0;
		text-decoration:none;
	}
	
	.PageTop a:after {
		background:url(../image/en/r1/icon/icon_link_top.png) no-repeat;
		content:'';
		display:inline-block;
		height:13px;
		margin:0 0 -2px 7px;
		width:13px;
	}
	
	#RotationBanner {
		margin:0 auto!important;
	}
	
	#RotationBanner #SliderArea {
		width:94%;
	}
	
	div#BrandingImgStyle1 {
		display:none;
	}
	
	#slideMobi {
		display:block;
		margin:0 auto;
		position:relative;
		width:320px;
	}
	
	#slideMobi .slideImgs {
		display:block;
		height:345px;
		overflow:hidden;
		position:relative;
		width:320px;
	}
	
	#slideMobi .slideImgs li {
		background-color:#f2f2f2;
		display:none;
		height:345px;
		left:0;
		position:absolute;
		top:0;
		width:320px;
	}
	
	#slideMobi .slideImgs li a {
		display:block;
		overflow:hidden;
		text-decoration:none;
	}
	
	#slideMobi .slideImgs li span {
		color:#000;
		display:block;
		font-size:18px;
		font-weight:bold;
		line-height:20px;
		padding:15px;
		text-decoration:none;
	}
	
	#slideMobi .pagination {
		bottom:0;
		left:0;
		position:absolute;
		width:100%;
		z-index:100;
	}
	
	#slideMobi .pagination a {
		border-left:4px solid #000;
		border-right:4px solid #000;
		display:block;
		height:11px;
		left:102px;
		overflow:hidden;
		position:absolute;
		text-indent:-9999px;
		top:7px;
		width:4px;
	}
	
	#slideMobi .pagination ul {
		display:block;
		overflow:hidden;
		text-align:center;
	}
	
	#slideMobi .pagination ul li {
		background-color:#ccc;
		border-radius:100%;
		cursor:pointer;
		display:inline-block;
		height:12px;
		margin:0 6px;
		width:12px;
	}
	
	#slideMobi .pagination ul li.on {
		background-color:#e9001c;
	}


	/* paginas internas */
	/* produtos e servicos */

	.PageTitleStyle3{
		/*display:none;*/
	}

	.PageTitleStyle1,
	.PageTitleStyle2,
	.PageTitleStyle3{
		display:block;		
		margin:15px 0  5px 0;
	}
	
	body .pageTitleMaster{
		display:block;		
		margin:0px 0 0 0;
		width:100%;
		position:relative;
		height: auto;
	}

	.PageTitleStyle1 h1,
	.PageTitleStyle2 h1,
	.PageTitleStyle3 h1
	{
		padding:0 16px 15px;

	}
	
	body .pageTitleMaster h1{
		 color: #777777;
    font-size: 21px;
    font-weight: bold;
    left: 0;
     padding: 15px 0 0 16px;
    position: relative;
    top: 0;
	}
	.PageTitleStyle1 h1 img,
	.PageTitleStyle2 h1 img,
	.PageTitleStyle3 h1 img,
	.pageTitleMaster h1 img	{
		display:none;

	}
	body .pageTitleMaster img{
		display:none;
	}

	 span.titlenew5,
	 span.titlenew6,
	 span.titlenew7,
	 span.titlenew8,
	 span.titlenew9,
	 span.titlenew10,
	 span.titlenew11,
	 span.titlenew12,
	 span.titlenew13,
	 span.titlenew14,
	 span.titlenew15
	 {
		position:relative;
		top:0;
		left:0;
		color:#777777;
	}

	.HorizontalInnerLinks, .VerticalInnerLinks{
		padding:0 ;
		margin-bottom:20px; margin-top:0;
	}
	.HorizontalInnerLinks li{
		margin:0 6px 0 0;
	}

	#TopicPath{
		min-width: 100%;
		width:100%;
		padding:0 16px;
        overflow: hidden;
		box-sizing:border-box;
	}
	#TopicPath ul{
		width:auto;
	}
	#TopicPath ul li {
		word-break:normal;
	}
	#Contents{
		min-width: auto;
		width:auto;
		padding:0;
		background:#fff;
	}
	.GridSet,
	.Grid3,
	.Grid1{
		width:100%;
	}
	.Section{
		width:auto;
		padding:0 16px;
	}
	.homeMobi .Section{
		padding:0 0 10px;
	}
	.Section.padding-0,
	.Section.about_apresent{
		padding:0;
	}
	.TextStyle1{
		width: auto;
		padding:0;
	}
	.produtos-e-servicos .lista {
		float:left;
		margin-bottom:40px;
	}
	.produtos-e-servicos .lista .Section{
		background:#f2f2f2;
		margin-bottom:2px ;
		float:left;
		padding:0;
	}
	.produtos-e-servicos .lista .Section h2{
		background:none ;
		float:right;
		width:74%;
		margin-top:16px;
	}

	.produtos-e-servicos .lista .Section h2 span{
		width:100%;
		padding:0;
		line-height:60px;
		background: transparent;
	}

	.produtos-e-servicos .lista .Section h2 a{
		width:90%;
		padding:0 10% 0 0;
		display: inline-block;
		background-image: url(../../image/en/r1/icon/icon_link_right_xl_mobile.png);
		background-position:96% 50%;
		color:#333333;
		line-height:18px;
		
	}
	.produtos-e-servicos .lista .Section h2 a:hover{
		text-decoration:none;
	}

	/*div.ImgW60SetStyle div.ImgSet, div.ImgW120SetStyle div.ImgSet, div.ImgW180SetStyle div.ImgSet, div.ImgW230SetStyle div.ImgSet{
		display:none;
	}*/

	.produtos-e-servicos div.Grid3 div.ImgW180SetStyle div.ImgSet,.produtos-e-servicos  div.Grid4 div.Column3 div.ImgW180SetStyle div.ImgSet{
		width:100%;
	}
	div.ImgW60SetStyle div.ImgSet, div.ImgW120SetStyle div.ImgSet, div.ImgW180SetStyle div.ImgSet, div.ImgW230SetStyle div.ImgSet{
	
	}
	.produtos-e-servicos .list .TextStyle1{
		padding:0;
	}

	.produtos-e-servicos .lista .ImgW180SetStyle{
		float:left;
		width:25%;
	}

	.produtos-e-servicos .lista  p.Img { 
		margin:16px 16px 0 16px;
		width:75px;
		padding: 0 0 8px;
	}
	.produtos-e-servicos .lista  p.Img a{ 
		display: inline-block;
		width:60px;
		height:60px;
		border-radius:3px;
		overflow:hidden;
	}
	.produtos-e-servicos .lista  p.Img  a img{
		margin-left:-100px;
	}

	.hide-mobile{
		display:none !important;
	}

	.produtos-e-servicos .list {
		padding:0;
	}

	 .sidebar .ImgOnlyStyle img{
		 margin: 0 auto;
    max-width: 100%;
    width: auto;
	}

	body div.Grid3 div.ImgW180SetStyle div.ImgSet, body  div.Grid4 div.Column3 div.ImgW180SetStyle div.ImgSet{
		width:100%;
	}

	body ul.LinkListStyle51 li{
		 margin: 0 17px 10px 0;
    width: auto;
	}
	body ul.LinkListStyle51 li.FirstList{
		width:30%;
		padding-right:0;
	}
	body ul.LinkListStyle5 li.ButtonStyle1{
		float:right;
		width:35%;
	}
	body ul.LinkListStyle51 li a{
		font-size:12px;
	}
	body ul.LinkListStyle51 li a.font-size-11{
		font-size:11px;
	}
	.font-size-11{
		font-size:11px;
	}

	body #TopicPath ul{
		padding:20px 0 0;
	}

	.bar_arrow .arrow{
		/*bottom:0;*/
	}
	body .colum_w1{
		width:100%;
	}
	.block_apresentation{
		background:#f2f2f2;
		margin-bottom:2px;
		width:100%;
		float:left;
	}

	.image_block_apresentation{	
		width:20%;
		float:left;	
		clear: none;			
	}

	.image_block_apresentation a{	
		width:100%;
		max-width:60px;
		overflow:hidden;
		height:52px;
		display: inline-block;
		border-radius:5px;
		padding:0;
		margin:14px 0 0 10px;
		
	}
	.image_block_apresentation img{	
		width:150%;	
		height: auto;
		border-radius:5px;
	}
	body .colum_w1 .title_block_apresentation{
		background: transparent none repeat scroll 0 0;
    clear: none;
    display: table;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    min-height: 78px;
    width: 70%;
	}
	body .colum_w1 .title_block_apresentation span{
		display: table-cell;
		vertical-align: middle;
		color:#333333 !important;
		min-height:68px;	
	}
	body .column_apresentation{
		margin-left:0;
	}
	
	body .block_apresentation_link{
		display:none;
	}

	.FMGrid2{
		width:100%;
	}
	.FMGrid2 img{
		width:100%;
	}

	body .img_link_download{
		margin-bottom:24px;
	}

	.PageTop{
		display:none;
	}

	/*body .box_sobre_nos{
		width: auto;
		height: auto;
		padding:0;
	}

	body .box_sobre_nos .columnLeft{
		width:100%;
		margin-right:0;
	}*/

	table th, table td{
		font-size:10px;
	}
	div.Grid3 div.ImgW120SetStyle div.ImgSet, div.Grid4 div.Column3 div.ImgW120SetStyle div.ImgSet {
    width: 100%;
	}
    .blockType1 {
    float: none;
    margin: 0 !important;
    width: auto;
    }
    .blockContent {
    margin-top: 15px;
    width: 100%;
    }
    .blockType1 img {
    height: auto;
    max-width: 100%;
    width: 100%;
    }
    .blockContent.alpha .blockType1 {
    margin: 0 !important;
    }
    .containerBlockType1 .alpha h3 {
    margin-top: 0;
    }
   
    .sidebar .ImgOnlyStyle.CenterAdjust a.img_link_linkedin {
    width: 100%!important;
    }
	
	.img-social {
		display:none;
	}
	
	.PageTitleStyle4 {
		padding:10px 16px 0;
	}
	
	.ImgOnlyStyle2 {
		float:none;
		padding:0;
		width:100%;
	}
	
	.text-social {
		float:none;
		padding:20px 0 0;
		width:100%;
	}
	
	.sc-social {
		padding:0;
	}
	
	#VerticalLocalNavi li.Current a strong {
		background-image:url(../image/en/r1/bg_v_navi_current.png);
	}

}

@media screen and (max-width: 800px) {
	span.titlenew,  span.titlenew2, span.titlenew3, span.titlenew4, span.titlenew19, span.titlenew16, span.titlenew17, span.titlenew18 {
		color: #777777;
		display: block;
		left: 0;
		position: relative;
		top: 0;
	}
	div.Grid3 div.ImgW120SetStyle div.ImgSet, div.Grid4 div.Column3 div.ImgW120SetStyle div.ImgSet {
    width: 100%;
	}
	span.titlenew4 br, span.titlenew15 br{
		display:none;
	}
	.go-inicio-da-pagina a, .go-inicio-da-pagina img {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
	}
	.Grid1.sidebar .ImgOnlyStyle {
    margin: 0 0 15px;
	}
	
	.wrapper_columnset.column-text {
		display: block;
		float: left;
		width: 100% !important;
	}
	
	.titleStyle1 {
		  font-size: 21px;
    line-height: 21px;
    margin: 0 0 10px;
    padding: 15px 16px;
    width: auto;
	}
	.title_bar {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #575757;
    font: bold 18px Arial,Helvetica,sans-serif;
    padding: 13px 0 13px 17px;
    text-transform: uppercase;
	position: relative;
	}
	.column-foto {
    display: block;
    float: none;
    margin: 15px auto;
    text-align: center;
    width: 100%;
	}
	.imgBLock1 {
    float: none !important;
    margin: 0 auto;
    width: auto;
	}
	.imgBLock1 img{
		max-width:100%;
		height:auto;
	}
	.about_apresent .FMGrid2 {
    padding: 0 16px;
    width: auto;
	}
	
	.about_apresent .FMGrid2 .img_link_download {
		margin-bottom: 16px;
	}
	
	
	.Section.about_apresent.banner-sidebar {
		  clear: both;
		float: none;
		margin: 0;
		padding: 30px 0 25px;
	}
	.about_apresent.banner-sidebar .FMGrid2 {
		clear: both;
		float: none;
		margin: 0 auto;
		padding: 0 16px;
		text-align: center;
		width: auto;
	}
	.about_apresent.banner-sidebar .FMGrid2 a{
		  float: none;
	}
	.about_apresent.banner-sidebar .FMGrid2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: auto;
	}
	.title_bar:after{	
	background: url("../images/balloon_down.png") no-repeat scroll 0 center;
    bottom: -10px;
    content: "";
    display: block;
    height: 10px;
    left: 40px;
    position: absolute;
    width: 19px;
    z-index: 100;
		
	}
	.title_bar_2 {
    font: bold 16px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
	}
	.timeline_container .title_bar {	
		font: bold 14px Arial,Helvetica,sans-serif;
		padding: 13px 10px 13px 17px;
	}
	.timeline_container  .title_bar:after{
		display:none;
	}
	
	.timeline_wrapper {
		overflow: hidden;
		width: 100%;
	}
	.time_description {
		 background: #f7f7f7 none repeat scroll 0 0;
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    float: none;
    font: 13px Arial,Helvetica,sans-serif;
    height: auto;
    justify-content: center;
    -webkit-justify-content: center;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 0;
    vertical-align: middle;
    width: 100%;
	}
	.timeline_wrapper ul li {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    width: 100%;
	}
	
	.time_date_align{
	 display: flex;
	 display: -webkit-flex;
	}
	
	.time_date {	
		  font: bold 18px Arial,Helvetica,sans-serif;
    padding-left: 17px;
    padding-top: 22px;
    width: 100px;

	}
	.time_date.time_research {
    text-indent: 0;
    width: 204px;
	 display: flex;
	display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
	  justify-content: center;
    -webkit-justify-content: center;
	 padding: 10px 0;
	}
	.page-development .titleStyle1 {
    font: bold 20px Arial,Helvetica,sans-serif;
	}
	.column-text-half, .column-foto-half {
    width: 100%;
	}
	.column-foto-half img {
    display: block;
    height: auto;
    margin: 0 auto 10px;
    max-width: 100%;
    text-align: center;
    width: auto;
	}
	.column_apresentation p {
    display: none;
	}
	.Section.about_apresent {
    clear: both;
    margin-top: 15px;
	}
	.imgBLock2 {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 100%;
	}
	.blockContent {
    margin-top: 15px;
	
	}
	.blockType1 {
		  
	}
	.blockType1 img {
    height: auto;
    max-width: 100%;
	}
	
	.textBlockType1 {
	      float: none;
		margin-bottom: 15px;
		padding: 20px 20px 45px;
		width: auto;
	}
	.textBlockType1 p {
    min-height: auto;
	}
	.blockContent h3 {
		margin-left:0;
	}
	.blockContent h3 {
    max-width: 400px;
	}
	.column-foto-half {
		float: none;
		margin: 20px 0 0;
	}
	.text-black li{
		 color: #333333;
		font-size: 18px;
		font-weight: 700;
		padding: 3px 0;
	}
	.title_bar.bar_arrow .arrow{
		display:none;
	}
	.page-about .mobile-padding {
    clear: both;
    padding: 0 16px;
    width: auto;
	}
	.title-global{
		 display: block;
		margin-top: 25px !important;
		width: 96%;
	}
	.page-services .titleStyle1 {
    padding: 15px 15px 0;
    width:auto;
	}
	.page-services .margintop25 {
		margin:0;
	}
	ul.LinkListStyle5 li.ButtonStyle1 a:link, ul.LinkListStyle5 li.ButtonStyle1 a:visited {
    padding: 6px 22px 6px 6px;
	    float: right;
		 border-right: medium none;
	}
	
	.page-hitachi-brasil .wrapper_columnset .column-text {
		width: 100% !important;
	}
	
	.page-hitachi-brasil .column-foto {
		 float: none;
    margin-bottom: 20px;
    margin-right: 0;
    overflow: hidden;
    width: auto;
	}
	
    .page-hitachi-brasil .column-foto img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
    
    .sidebar .ImgOnlyStyle.CenterAdjust a.img_link_linkedin {
         background: url("../images/link_linkedin.jpg") no-repeat scroll 0 0;
         background-size: 100% auto;
    display: block;
        height: 0;
    padding-bottom: 23%;
    margin: 0 auto 15px;
    max-width: 475px;
      width: 100%;
    }
    .sidebar .ImgOnlyStyle a.img_link_linkedin img{
        display:none;
    }
    .contentActivity {
        overflow: hidden;
        width: 100%;
    }
    
    .title_bar_3 {
       clear: both;
    display: block;
    float: none;
    padding: 13px 0 13px 12px;
    width: auto;
       margin-bottom: 10px;
    }
    .page-events .HorizontalInnerLinks{
         margin: 0 16px 20px;
    }
    	.blockType2 {
        clear: both;
    float: none;
    margin: 0 auto !important;
    max-width: 400px;
    padding: 21px 0 0;
    text-align: center;
    width: 100%;
    }
    
    .imgBlockType2 {
        float: left;
        height: auto;
        width: 100%;
    }
    
    .imgBlockType2 img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    
    .txtBlockType2 {
       
        float: none;
        min-height: inherit;
        padding: 24px 20px;
        width: auto;
    }
    .containerBlockType1 .alpha h3, .containerBlockType1 h3 {
       margin: 0;
    padding: 0;
    }
	.containerBlockType1 .blockType1.alpha h3, .containerBlockType1 .blockType1 h3 {
    margin: 20px 0 15px;
    padding: 0;
	}
    .txtBlockType2 p {
    display: none;
    }
    .fullApresentationSponsors img{
        width:100%;
    }
    .fullApresentationSponsors{
        margin-top:20px;
        position:relative;
    }
    .contentWrapperActivity {
        padding: 10px 0 30px;
           width: auto;
            float: none;
    }
    
    .page-events-interna .blockContent.rightSet {
        float: none !important;
    }
    .socialLinks {
            margin: 40px -16px;
              width: 100%;
    }
    
    .hitachiComponents p, .hitachiComponents a {
        margin-left: 16px;
    }
    .page-events-interna .blockContent.leftSet{
        float:none!important;
    }
    
    .imgMiddleSponsors {
        margin: 0 auto;
        max-width: 420px;
        width: auto;
    }
    .video_list {
        float: none;
        overflow: hidden;
         margin-bottom: 20px;
    }
    
    .video_list ul{
     margin: 0 auto;
        max-width: 420px;
        width: auto;
    
    }
    .galleryPhotoSponsors {
    float: none;
    margin: 0 auto;
    max-width: 420px;
    position: relative;

    }
    
    .galleryPhotoSponsors .bxslider li img {

   display: block;
    max-width: 100%;
    height: auto !important;
    }
    #bx-pager {

    left: 67% !important;
    width: 265px !important;
    }
    
    .contentViewPhoto {
        float: left;
        height: auto;
        margin-bottom: 21px;
        width: 100%;
    }
    .page-events-interna .title_bar_3:after{
          background:  url("../../../image/en/r1/balloon_down.gif") no-repeat scroll 0 bottom;
    bottom: -10px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 19px;
       margin-left: 27px;
    }
    
    a.button_red_style{
        float: none !important;
    margin: 15px 0 !important;
    }
    .contentWrapperActivity h3 {
    margin-bottom: 20px !important;
    }
    
    .PageTitleStyle1 h1, .PageTitleStyle2 h1 {

        font-size: 21px;

    }
    .TableStyle3 td, .TableStyle3 th, .TableStyle3 a {
        font-size: 12px!important;
    }
    .TableStyle3 td .Section {
        padding:0;
    }
    
    .Section iframe{
        width:100%;
        height:auto;
    }
    .divcinza {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .textProd1, .textProd27, .textProd28, .textProd2, .textProd5, .textProd3, .textProd13, .textProd18, .textProd19, .textProd20, .textProd14, .textProd9, .textProd11  {

        width: auto !important;
          padding-bottom: 10px;
    }
   
    div.ImgW180SetStyle p.Img {
        float: left !important;
        margin: 0 !important;
        padding: 0 0 15px;
        width: 180px;
    }
    .imgprod29 {
        margin: 0 55px 0 0 !important;
    }
    .separacao_div {
        margin-left: 0;
    }
    .alinhandoBoxCinza {
        padding: 5px 15px 0 !important;
        margin: 5px 0 0;
    }
     .alinhandoBoxCinza  li.ButtonStyle1 {
        float: left!important;
       padding-left: 0;
    }
    
    .alinhandoBoxCinza  li.ButtonStyle1 a {
        float: left!important;
    }
    
    .h2spancinza {
        margin-top:0;
    }
    .textProd1, .textProd27 {
        margin-bottom: 15px;
    }
    .divcinza .h2spancinza {
        padding: 0 15px 10px;
    }
    li.NewWin a, dt.NewWin a {
    font-size: 13px;
    }
    .h2idivmage {
    padding: 0 16px 15px !important;
    }
    
    .LinkListStyle1, .LinkListStyle3, .LinkListStyle5 {
        text-align: left;
    }
    .page-catalogo .column-text-half p{
        font-size:14px;
        line-height: 19px;
    }
    .page-catalogo{
        margin-bottom:40px;
    }
    
    .page-catalogo .column-foto-half {
        float: none;
        margin: 10px 0 20px;
    }
    
    #VerticalLocalNavi {
 
    }
    
    .TableStyle1 td, .TableStyle1 th{
        font-size:13px;
    }
    .page-global .Column2 {
	float: none;
    margin: 0;
    }
    .page-global{
        margin-bottom:40px;
    }
    .page-about .pageTitleMaster {
    margin: 0 0 25px;
    }
	.page-global .Section iframe {
    height: 325px;
    width: 100%;
	}
    .RightAdjust {
    padding-right: 16px !important;
    }
    ol.ListStyle1, ol.ListStyle2 {
    padding-left: 16px;
    }
	
	.sidebar {
		background: #b7b7b7 none repeat scroll 0 0;
		clear: both;
		float: none;
		padding: 25px 16px;
		width: auto;
	}
	
	.sidebar .BoxPatternA{
	
	}
	.Section.about-sidebar{
		margin-top: 20px;
	}
	a#ButtonContact, a#ButtonPDF {
		margin: 15px 0;
	}
	
	.CaseStudiesBanner div {
		width: 100%;
	}
	.CaseStudiesBanner div iframe {
    margin-bottom: 0 !important;
    width: 100% !important;
	}
	.CsWidth965 {
    width: 100%!important;
	}
	.CaseStudiesBanner img{
		max-width:100%;
	}
	.CategoryNavi ul, .TabNavi ul {
	background:#fff;
    border-top: 1px solid #fff;

	}
	
	.CategoryNavi li, .TabNavi li {
		background:#262626 url("../images/icon_link_right_l_white.gif") no-repeat scroll 97% center !important;
		float: left;
		width: 50%;
		position: relative;
	}
	
	.CategoryNavi li.Current, .CategoryNavi li:hover {
		background:#b1000e url("../images/icon_link_right_l_white.gif") no-repeat scroll 97% center !important;
	}
	
	.CategoryNavi li a span {
		display: inline-block;
		height: auto;
		line-height: 40px;
		padding: 0 0 0 13px;
		text-align: center;
		vertical-align: middle;
		width: auto;
	}
	.CategoryNavi li a {
   background:none;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    display: inline-block;
    font-size: 76%;
    height: 40px;
    padding: 0;
    text-align: left;
    width: 99.6%;
	min-width: auto;
	}
	.CategoryNavi li a:active:after, .CategoryNavi li a:hover:after, .CategoryNavi li.Current a:after{
		 display:none;
	}
	.CategoryNavi li a:hover, .CategoryNavi li a:active, .CategoryNavi li.Current a, .CategoryNavi ul.Top2 li a:hover, .CategoryNavi ul.Top2 li a:active, .TabNavi li a:hover, .TabNavi li a:active, .TabNavi li.Current a {
		background: none !important;

	}
	
	.page-cases .ImgOnlyStyle {
    margin: 0 0 15px;
	}
	.Column1andHalf {
    width: auto;
	}
	div.caseStudies h2 span {
		margin: 10px 0 20px;
		font-size: 25px;
	}
    
    .connected-carousels .carousel-navigation li {
        cursor: pointer;
        width: 113px!important;
    }
    .connected-carousels .navigation {
    width: 339px!important;
    }
    .lupa-zoom{
      bottom: 29px;
    height: 50px;
    position: absolute;
    right: 7px;
    width: 50px;
    z-index: 1000;
    }
	.Grid3.TopBorderSet {
    margin-bottom: 25px;
	}
	
	.acess .TableStyle3 tbody {
		display: block;
		overflow-x: scroll;
		position: relative;
		width: auto;
	}
	
	.acess table.TableStyle3 {
		display: block;
		position: relative;
		width: 100%;
	}
    
    .acess .Section small {
		font-size:12px;
	}
    
	#BrandingImgStyle2{
		 padding: 15px 0 30px;
	}
	.CategoryNavi li a.CategoryNavi5:link, .CategoryNavi li a.CategoryNavi5:visited {
		background-position: -625px 0;
	}		
	.CategoryNavi li a:before {
		background:  url("../images/category_navigation.gif") no-repeat scroll center 0;
		content: "";
		display: inline-block;
		height: 40px;
		vertical-align: middle;
		width: 32px;
	}
	.CategoryNavi li a.CategoryNavi1:before{
		background-position: -50px 0;
	}
	.CategoryNavi li a.CategoryNavi1:hover:before, .CategoryNavi li a.CategoryNavi1:active:before, .CategoryNavi li.Current a.CategoryNavi1:before {
		background-position: -50px -100px;
	}
	.CategoryNavi li a.CategoryNavi3:before {
		background-position: -340px 0;
	}
	.CategoryNavi li a.CategoryNavi3:hover:before, .CategoryNavi li a.CategoryNavi3:active:before, .CategoryNavi li.Current a.CategoryNavi3:before {
		background-position: -340px -100px;
	}
	
	.CategoryNavi li a.CategoryNavi2:before {
		background-position: -195px 0;
	}
	.CategoryNavi li a.CategoryNavi2:hover:before, .CategoryNavi li a.CategoryNavi2:active:before, .CategoryNavi li.Current a.CategoryNavi2:before {
		background-position: -195px -100px;
	}
	
	.CategoryNavi li a.CategoryNavi4:before {
		background-position: -485px 0;
	}
	.CategoryNavi li a.CategoryNavi4:hover:before, .CategoryNavi li a.CategoryNavi4:active:before, .CategoryNavi li.Current a.CategoryNavi4:before {
		background-position: -485px -100px;
	}
	.CategoryNavi li a.CategoryNavi5:before{
		  background-position: -625px 0;
	}
	.CategoryNavi li a.CategoryNavi5:hover:before, .CategoryNavi li a.CategoryNavi5:active:before, .CategoryNavi li.Current a.CategoryNavi5:before {
		background-position: -625px -100px;
	}
	
	div.BoxPatternItemSet.bgTheter {
		margin-bottom: 20px;
	}
	.page-cases .ImgOnlyStyle img {
    display: block;
    margin: 0 auto;
      max-width: 100%;
    text-align: center;
    width: auto;
	}
    
    .page-cases .ImgOnlyStyle a {
        display:block;
    }
	.page-cases .Column1andHalf {
    float: none;
	}

	#videogallery iframe{
		width:100%;
         height: 210px;
	}
	.page-hitachi-brasil .column-foto, .page-presidente .column-foto, .page-development .column-foto {
      float: none;
    margin: 0 auto 15px;
    overflow: hidden;
    text-align: center;
    width: auto;
	}
	.column-foto img{
		 margin: 0 auto;
		text-align: center;
	}
    .CaseStudiesBanner div {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    }
    .newSection {
    padding: 5px 16px 10px !important;
    }
    
    .header-cases{
         margin: 15px auto 0;
    }
     .header-cases img{
        margin: 0 auto;
     }
    
    .info-cases{
        clear:both;
        background:#3c4041;
        color:#fff;
         padding: 10px 15px;
    }
    
    .info-cases h1{
        font-size: 22px;
    line-height: 25px;
    margin: 0 0 3px;
    }
    
    .info-cases small{
       font-size:11px;
       display:block;
    }
    .info-cases ul:before{
        border-top: 1px solid #333738;
        content: "";
        display: block;
        height: 1px;
        margin-top: -2px;
        width: 100%;
    }
     .info-cases ul{
         border-top: 1px solid #474c4e;
        margin-top: 4px;
       
    }
    
    .info-cases ul li{
        font-size:11px;
        display:inline-block;
         padding: 0 15px 0 17px;
           background: url("../images/img-tag.png") no-repeat scroll left center;
    }
    .BrandingImgStyleAdjust {
        margin: 0;
    }
    
    .ButtonStyle1 a, .ButtonStyle2 a{
      word-break: normal;
    }    
    .PageTitleStyle3 {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: auto;
    }
    .JS #IdentityAboutSliderDiv {
    overflow: hidden;
    position: relative;
    width: auto;
    }
    .JS #IdentityAboutSlider {
    background-color: #e7eeef;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    }
    .JS #IdentityAbout1, .JS #IdentityAbout2 {
    float: none;
    width: auto;
    }
    #IdentityAbout1 .IdentityTextArea {
    padding: 50px 15px;
    }
    
    .IdentityTriangleWithText {
     
        width: auto;
    }
}

@media screen and (max-width: 640px) {
	#RotationBanner #SliderArea {
		width:75%;
	}
  
    iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
    }
	.contentWrapperActivity a.button_red_style img{
		  margin-left: 0 !important;
		margin-right: -21px;
		margin-top: -11px !important;
	}
    
    .contentWrapperActivity a.button_red_style img.button-center{
        margin-top: 0 !important;
    }
	.contentWrapperActivity a.button_red_style {
	padding: 14px 27px 14px 14px;
	}
    
    .connected-carousels .prev-navigation {
    left: -36px!important;
    }
    
    .connected-carousels .next-navigation {
    right: -36px!important;
    }
	div.BoxPatternItemSet div.leftItem {
    width: 100%;
	}
	
	div.BoxPatternItemSet div.rightItem {
		width: 100%;
	}
    div.BoxPatternItemSet div.rightItem span{
        padding-right:0!important;
    }
    
	div.BoxPatternItemSet div {
		display: block;
	}
    
    ul.ListStyle1 li a{
 display: block;
    word-break: break-all;
    }
	   
 
}

@media screen and (max-width: 480px) {
	#RotationBanner #SliderArea {
		width:240px;
	}
      .sidebar .ImgOnlyStyle.CenterAdjust a.img_link_linkedin {
    width: 100%;
    }
    .hitachiComponents {
         background-position: 0 49px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 190px;
    width: 100%;
    }
    
    .imgMiddleSponsors {
        width: auto;
    }
    .imgMiddleSponsors img{
        max-width:100%;
    }
    
    .video_list ul li {
        float: left;
        margin-bottom: 4px;
        margin-left: 0;
        margin-right: 4px;
    }

    
    .galleryPhotoSponsors .bx-prev, .galleryPhotoSponsors  .bx-next {
        top: 73px;
    }
    .wrapperSocialLinks h4 {

    margin: 15px 0 0;
    }
     .page-events-interna #bx-pager {
   left: 80% !important;
    width: 227px !important;
    }
	.imageBlockType1 {
    height: auto;
	}
    .fancybox-inner{
        height:auto;
    }
    .connected-carousels .carousel-navigation li {
    width: 110px!important;
    }    
     .galleryPhotoSponsors .bxslider li img {
    display: block;
    height: 285px !important;
    max-width: 100%;
    width: auto !important;
    }
    
    .connected-carousels .carousel-navigation {

        width: 95%!important;
    }
    .connected-carousels .prev-stage, .connected-carousels .next-stage {
  
    height: auto!important;
    top: 37%!important;
    }
    .connected-carousels .prev-navigation, .connected-carousels .next-navigation{
         top: 18px!important;
    }
        .galleryPhotoSponsors {
    float: none;
    margin: 0 auto;
    max-width: 420px;
    position: relative;
    width: 100%;
    }
    .connected-carousels .navigation {
    width: 230px !important;
    }
}

@media screen and (max-width: 360px) {
	.inMobi .ulHome {
		float:left;
		width:150px;
	}
	body ul.LinkListStyle51 li a {
    font-size: 11px;
	}
    .sidebar .ImgOnlyStyle.CenterAdjust a.img_link_linkedin {
    width: 100%;
    }
    
    #bx-pager img {
        border-radius: 10px;
        float: left;
        height: 66px;
        width: 100px;
    }
    li.Mail a, dt.Mail a {
    display: block;
    word-break: break-all;
    }
   
  	.PageTitleStyle4 {
		padding:10px 16px 0;
	}
}

@media screen and (max-width: 320px) {
	.divsHome.FirstItem > a {
	  	height: 190px;
	}
	
	.inMobi .ulHome {
		width:112px;
	}
}