/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
 html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
	font-family: 'regular';
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}
/* ====
======================================================================
   Author's custom styles
   ========================================================================== */

/* =----------------------------------------
Fontes
------------------------------------------*/
@font-face {
	font-family: 'bold';
	src: url('../fonts/thesansrio2016tt-bold-webfont.eot');
	src: url('../fonts/thesansrio2016tt-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/thesansrio2016tt-bold-webfont.woff') format('woff'),
		 url('../fonts/thesansrio2016tt-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'boldItalic';
	src: url('../fonts/thesansrio2016tt-bolditalic-webfont.eot');
	src: url('../fonts/thesansrio2016tt-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/thesansrio2016tt-bolditalic-webfont.woff') format('woff'),
		 url('../fonts/thesansrio2016tt-bolditalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'italic';
	src: url('../fonts/thesansrio2016tt-lightitalic-webfont.eot');
	src: url('../fonts/thesansrio2016tt-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/thesansrio2016tt-lightitalic-webfont.woff') format('woff'),
		 url('../fonts/thesansrio2016tt-lightitalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'regular';
	src: url('../fonts/thesansrio2016tt-regular-webfont.eot');
	src: url('../fonts/thesansrio2016tt-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/thesansrio2016tt-regular-webfont.woff') format('woff'),
		 url('../fonts/thesansrio2016tt-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'light';
	src: url('../fonts/thesansrio2016-light-webfont.eot');
	src: url('../fonts/thesansrio2016-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/thesansrio2016-light-webfont.woff') format('woff'),
		 url('../fonts/thesansrio2016-light-webfont.ttf') format('truetype'),
		 url('../fonts/thesansrio2016-light-webfont.svg#thesansrio2016light') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'rio2016light';
	src: url('../fonts/rio2016_lt-webfont.eot');
	src: url('../fonts/rio2016_lt-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/rio2016_lt-webfont.woff') format('woff'),
		 url('../fonts/rio2016_lt-webfont.ttf') format('truetype'),
		 url('../fonts/rio2016_lt-webfont.svg#rio2016light') format('svg');
	font-weight: lighter;
	font-style: normal;

}
.wrapper {
	width: 1004px;
	margin: 0 auto;
}


/* ==========================================================================
   ESTRUTURA
   ========================================================================== */
#home-header{
	width: 100%;
	height: 46px;

	-webkit-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
}
.acessibility-buttons{
	float: left;
	width: 330px;
	margin-top: 11px;
}


.padded-multiline { 
	position: absolute;
	left: 0;
	top: 0;
	z-index: 40;
  line-height: 1.3; 
  padding: 2px 0; 
  border-left: 20px solid #c0c;
  width: 400px;
  margin: 20px auto;
}
.padded-multiline h1 { 
  background-color: #c0c;
  padding: 4px 0;
  color: #fff; 
  display: inline;
  margin: 0; 
}
.padded-multiline h1 strong { 
  position: relative; 
  left: -10px; 
}
.acessibility-buttons li,
.social-search li{
	display: inline;
	float: left;    
	position: relative;	
}
.acessibility-buttons li.last a.language {border: 0;}
.acessibility-buttons li a.btn,
.social-search li a.btn{
	text-indent: -9999px;
	display: block;
	background: url(../img/header/sprite-acessibility.png) 0 0 no-repeat;
	width: 33px;
	height: 24px;
	border-right: 1px solid #dbdbdb;
}

.acessibility-buttons li a {
	color: #595959;
	font-size: 12px;
	text-decoration: none;
	font-family: 'regular';

}

.acessibility-buttons li a:hover {color: #00aee6;}
.acessibility-buttons li a.language{
   border-right: 1px solid #dbdbdb;
   padding: 0 10px;
   line-height: 24px;
   display: block;
   font-size: 13px;
}
.social-search{float: right;}
.social-search li a.btn{
	background: url(../img/header/sprite-social.png) 0 0 no-repeat;
	margin-top: 11px;
}

/*acessibility icons*/
.acessibility-buttons li a.acessibility {background-position: 8px 2px;}
.acessibility-buttons li a.acessibility:hover {background-position: 8px -49px;}
.acessibility-buttons li a.contrast {background-position: -32px 2px;}
.acessibility-buttons li a.contrast:hover {background-position: -32px -49px;}
/*social icons*/
.social-search li a.btn {border: none;}
.social-search li a.facebook{background-position: 8px 0;}
.social-search li a.facebook:hover{background-position: 8px -51px;}
.social-search li a.twitter{background-position: -23px 0px;}
.social-search li a.twitter:hover{background-position: -23px -51px;}
.social-search li a.google{background-position: -57px 0;}
.social-search li a.google:hover{background-position: -57px -51px;}
.social-search li a.youtube{background-position: -94px 0;}
.social-search li a.youtube:hover{background-position: -94px -51px;;}
.social-search li a.instagram{background-position: -130px 0;}
.social-search li a.instagram:hover{background-position: -130px -51px;;}
.social-search li a.linkedin{background-position: -168px 0;margin-right: 17px;}
.social-search li a.linkedin:hover{background-position: -168px -51px;;}

.social-search form input[type="text"] {
	border: 1px solid #dbdbdb;
	height: 30px;
	float: left;
	width: 175px;
	padding: 1px 25px 1px 10px;
	background: #f6f6f6;
	margin-top: 6px;
	font: 14px/16px "regular", Arial, sans-serif;
}
.social-search form input[type="submit"] {
	border: 0;
	background: transparent url(../img/header/sprite-social.png) -230px -4px no-repeat;
	text-indent: -999999px;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 7px;
	top: 14px;
}

.social-search.active form input[type="submit"] {background-position: -230px -29px}
.social-search.active form input[type="text"] {border-color: #00aee6;color: #004b88;}

/* ==========================================================================
   SLIDESHOW DESTAQUES
   ========================================================================== */
.highlight-slider-wrapper, .txt-leg {
	width: 1004px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: -380px;
	z-index: 16;
}

.highlight-slider-wrapper {bottom: 20px;top: auto;}

.txt-leg {margin-left: -471px;bottom: 81px;top: auto;height: auto;text-align: left;max-width: 480px;z-index: 4;}
.txt-leg.aln-right, .txt-leg.aln-right-top {margin: 0 -502px 0 0;left: auto;right: 50%;text-align: right;}
.txt-leg.aln-right a, .txt-leg.aln-right-top a {float: right;}
.txt-leg.aln-right-top {bottom: auto;top: 50px;}

.txt-leg > span {
	float: left;
	clear: both;
	color: #fff;
	font: 18px/18px "light";
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 13px 20px 10px 20px;
}

.txt-leg.aln-right span, .txt-leg.aln-right-top span {float: right;clear: both;}
.txt-leg .text-first {font-size: 40px;line-height: 44px;margin-bottom: 4px;max-width: 480px;}
.txt-leg a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 0 12px 15px;
	display: inline-block;
	margin-top: 15px;
	color: #fff;
	font: 15px/15px "bold";
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	clear: both;
}
.txt-leg a span {
	background-image: url(../img/sprite-main.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 12px;
	display: block;
	float: right;
	margin: 0 10px 0 18px;
}

#highlights.color-green .txt-leg > span {background: #62bb46;}
#highlights.color-blue .txt-leg > span {background: #00aee6;}
#highlights.color-orange .txt-leg > span {background: #cd242b;}
#highlights.color-green .txt-leg a {background-color: #00652d;}
#highlights.color-blue .txt-leg a {background-color: #0c4b87;}
#highlights.color-orange .txt-leg a {background-color: #f4791f;}

#highlight-slider{
	position: absolute;
	height: 523px;
	width: 1415px;
	left: 50%;
	margin-left: -723px;
	overflow: hidden;
}
#highlight-slider .pagedElements {position: relative;border-bottom: 1px solid #cfcfcf;}
#highlight-slider .pagedElements li{
	float: left;
	position: relative;
	width: 1415px;
	height: 523px;
}
#highlight-slider .pagedElements li.active{
	display: block;
	text-align: center;
}

#highlight-slider .jcarousel-clip,
#highlight-slider .pagedElements li,
#highlight-slider .pagedElements li img {width: 1415px;height: 523px;}
#highlight-slider .pagedElements li img {cursor: pointer;}

#highlight-slider .pagerElements *{color: #fff;}
#highlight-slider .pagerElements li{
	width: 11px;
	height: 11px;
	-webkit-border-radius: 5px 6px 6px 5px/5px 5px 6px 6px;
	-moz-border-radius: 5px 6px 6px 5px/5px 5px 6px 6px;
	border-radius: 5px 6px 6px 5px/5px 5px 6px 6px;
	background-color: #00652d;
	-webkit-box-shadow: inset 2px 3px 5px rgba(0,0,0,.48);
	-moz-box-shadow: inset 2px 3px 5px rgba(0,0,0,.48);
	box-shadow: inset 2px 3px 5px rgba(0,0,0,.48);

	float: left;
	display: inline;
	margin: 4px;
	text-indent: -9999px;
	border-radius: 50%;
	cursor: pointer;
}

#highlight-slider .jcarousel-prev,
#highlight-slider .jcarousel-next {
	display: none;
} 

#highlights.color-green #highlight-slider .pagerElements li {background: #00652d;}
#highlights.color-blue #highlight-slider .pagerElements li {background: #0c4b87;}
#highlights.color-orange #highlight-slider .pagerElements li {background: #f4791f;}

#highlight-slider .pagerElements li.active {border: 3px solid #00652d;margin-top: 1px;}

#highlights.color-green #highlight-slider .pagerElements li.active {border-color: #00652d;background: #62bb46;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
#highlights.color-blue #highlight-slider .pagerElements li.active {border-color: #0c4b87;background: #00aee6;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
#highlights.color-orange #highlight-slider .pagerElements li.active {border-color: #f4791f;background: #cd242b;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}

#highlight-slider .pagerElements li a{float: left;width: 13px;height: 13px;outline: none;}
/* ==========================================================================
   MOSAICO HOME
   ========================================================================== */
#highlights{
	height: 607px;
	position: relative;
	overflow: hidden;
}

.hightlight-mask span {position: absolute;top: 0;display: block;background-repeat: no-repeat;background-position: 0 0;background-color: transparent;height: 607px;z-index: 5;}
.hightlight-mask .mask-1 {width: 825px;background-image: url(../img/highlights/mask-left.png);left: 50%;margin-left: -1280px;}
.hightlight-mask .mask-2 {width: 707px;background-image: url(../img/highlights/mask-right.png);right: 50%;margin-right: -1280px;}

#master-nav{
	width: 1004px;
	height: 82px;
	margin: 0 auto;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -502px;
	z-index: 17;
}
.menu-bar{
	background: #62bb47;
	width: 100%;
	height: 83px;
}

#highlights.color-green .menu-bar {background: #62bb46;}
#highlights.color-blue .menu-bar {background: #00aee6;}
#highlights.color-orange .menu-bar {background: #f4791f;}

.logo-rio2016{
	padding: 15px 31px 0 3px;
	float: left;
}
.logo-rio2016-small {display: none;}
.navigation{
	width: 774px;
	height: 83px;
	float: left;
	position: absolute;
	left: 230px;
	top: 31px;
	z-index: 10;
}
.navigation div ul {float: left;margin-left: 45px;}
.navigation div ul:first-child {margin-left: 0;}
.navigation ul a {display: table-cell;}
.ie .navigation ul a {display: block;}
.navigation > li {
	font-size: 12px;
	padding: 20px 0;
	display: inline;
	cursor: pointer;
	position: relative;
	text-align: left;
}

.navigation > li > a{
	color: #fff;
	padding:  5px 10px;
	border-radius: 5px;
	text-decoration: none;    
	color: #fff;
	font: 13px/18px 'light';
}

.navigation > li:hover > a {
	background: #fff;
	color: #62bb47;
	border-radius: 5px;
	text-decoration: none;
}
.fixed-on .navigation > li:hover > a {background: #00aee6;color: #fff;}

#highlights.color-green .navigation > li:hover > a {color: #62bb46;}
#highlights.color-blue .navigation > li:hover > a {color: #00aee6;}
#highlights.color-orange .navigation > li:hover > a {color: #f4791f;}
 
.navigation > li > span.hover-ind{
	display: none;
	position: absolute;
	left: 50%;
	top: 39px;
	margin-left: -4px;
	width: 7px;
	height: 4px;
	background: url(../img/nav/bg-nav.png) no-repeat center center;
}
.fixed-on .navigation > li > span.hover-ind {background-image: url(../img/nav/bg-nav-2.png);}
.navigation > li:hover > span.hover-ind{display: block;}

.navigation > li div {
	display: none;
	border-radius: 5px;
	padding: 5px 25px;
	background: #00652d;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
}

.navigation > li.last-itm div {
	left: auto;
	right: 0;
}

.ie .navigation > li div {width: 225px;}
.firefox .navigation > li div {width: 225px}
.firefox .navigation > li:first-child div, .ie .navigation > li:first-child div {width: 260px}
.firefox .navigation > li.last-itm div, .ie .navigation > li.last-itm div {width: 235px}

#highlights.color-green .navigation > li div {background: #00652d;}
#highlights.color-blue .navigation > li div {background: #0c4b87;}
#highlights.color-orange .navigation > li div {background: #cd242b;}

.navigation > li:hover div {
	display: table;
}

.ie .navigation > li:hover div {    
	display: block;
}

.navigation > li ul li {
	margin: 17px 0;
	float: none;
}
.navigation > li ul li a{
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font: 13px/18px 'light';
}
.navigation > li ul li a:hover {color:#62bb47;}

#highlights.color-green .navigation > li ul li a:hover {color: #62bb46;}
#highlights.color-blue .navigation > li ul li a:hover {color: #00aee6;}
#highlights.color-orange .navigation > li ul li a:hover {color: #f4791f;}

/* ==========================================================================
   MOSAICO HOME
   ========================================================================== */
#content-home{
	background: #fff;
}  
.mosaic{
	list-style-type: none;
	margin-left: -1px;
	width: 100%;
	margin-top: 2px;
}
.mosaic > li {
	width:250px;
	height: 285px;
	float: left;
	margin: 0 0 1px 1px;
	position: relative;

	overflow: hidden;
	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.mosaic > li.box2 {
	width:501px;
}

.mosaic > li.box2 .mod-news {
	position: relative;
	width: 100%; height: 100%;
}

.mosaic > li.box2  > .link-widget,
.mosaic > li.box2  > span.mask{
	position: absolute;
	left: 0;
	top: 0;
	width:501px;
	height: 285px;
	background: url(../img/widgets/mask_double.png) no-repeat;
}
.mosaic > li  > .link-widget{
	background: none;
}
.mosaic > li .text-widget{    
	position: absolute;
	left: 0;
	top: 0;
	width:501px;
	height: 285px;
	background: none;
}

.mosaic > li .text-widget *{color: #fff;}
/* ==========================================================================
   WIDGETS
   ========================================================================== */

.mod-esportes .text-widget h2{
	margin: 27px 33px 0 33px;
	font: 14px "black", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
.mod-esportes h2.aln-right {float: right;text-align: right;}
.mod-esportes .text-widget .picto-esporte{
	position: absolute;
	bottom: 22px;
	right: 18px;
}
.mod-esportes .text-widget .picto-esporte.aln-left {float: left;clear: both;}
.mod-esportes .text-widget .picto-esporte span{
	font-family: 'rio2016light';
	font-size: 30px;
	line-height: 75px;
	float: left;
	display: block;
}
.mosaic > li .picto-esporte img{
	width: 75px;
	height: auto;
	float: right;
}

.mosaic > li.mod-contador a {
	color: #fff;
	font: 14px/18px "regular", Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 20px 30px;
	width: 190px;
	height: 245px;
}
.mod-contador .box-contador-jogos-olimpicos .mask-round {background: #00aee6;}
.mod-contador .box-contador-jogos-paraolimpicos .mask-round {background: #f4791f;}
.mod-contador img {position: relative;display: block;margin-bottom: 32px;z-index: 1;}
.mod-contador span {position: relative;display: block;z-index: 1;}
.mod-contador .number-contador {font: 75px/68px "rio2016light", Arial, sans-serif;margin-bottom: 5px;}
.mod-contador .txt-date-contador {margin-top: 17px;}
.mod-contador .txt-date-contador {opacity: 0.7;}
.mosaic > li.mod-contador .box-contador-jogos-paraolimpicos {display: none;}

.mosaic > .mod-carousel {
	overflow: hidden;
}

.mod-carousel .title-wrap {
	position: absolute;
	padding: 10px 30px;
}

.mod-carousel h2 {
	color: #fff;
	font-family: 'light';
	font-weight: lighter;
	line-height: 1em;
}

.box2.mod-carousel .title-wrap  {
	display: table;
	width: 145px;
	height: 100%;
	right: 0;
	*top : 50%;
	*height : auto;
}

.box2.mod-carousel .title-wrap h2 {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	*top : -50%;
}

.mod-carousel .mask-round {
	background: #62ba47;
}

.mod-carousel .box-view-carousel {
	position: relative;
	width: 100%; height: 100%;
}

.mod-carousel .box-view-carousel ul {
	position: absolute;
	left: 30px;
	bottom: 20px;
	min-height: 125px;
	perspective:400px;
	-webkit-perspective:400px;
	-moz-perspective:400px;
}

.box2.mod-carousel .box-view-carousel ul {
	bottom: 40px;
	min-height: 171px;
}

.mod-carousel .box-view-carousel li {
	text-align: center;
	position: absolute;
	background-color: #c3c3c3;
	opacity: 0;
	-webkit-transform: scale(.7,.7) translate(0,-41%);
	-moz-transform: scale(.7,.7) translate(0,-41%);
	-ms-transform: scale(.7,.7) translate(0,-41%);
	-o-transform: scale(.7,.7) translate(0,-41%);
	transform: scale(.7,.7) translate(0,-41%);
	-webkit-transition: -webkit-transform .5s, opacity .5s, background-color .5s;
	-moz-transition: -moz-transform .5s, opacity .5s, background-color .5s;
	-ms-transition: -ms-transform .5s, opacity .5s, background-color .5s;
	-o-transition: -o-transform .5s, opacity .5s, background-color .5s;
	transition: transform .5s, opacity .5s, background-color .5s;
	z-index: 1;
}

.mod-carousel .box-view-carousel li a {
	display: inline-block;
	padding: 8px;
}

.mod-carousel .box-view-carousel li img {
	width: 172px;
	max-height: 110px
}

.box2.mod-carousel .box-view-carousel li img {
	width: 240px;
	max-height: 155px
}

.mod-carousel .box-view-carousel li:last-child {
	position: relative;
}


.mod-carousel .box-view-carousel li:first-child {
	background-color: #fff;
	-webkit-transform: scale(1,1) translate(0,70%) rotateX(-90deg);
	-moz-transform: scale(1,1) translate(0,70%) rotateX(-90deg);
	-ms-transform: scale(1,1) translate(0,70%) rotateX(-90deg);
	-o-transform: scale(1,1) translate(0,70%) rotateX(-90deg);
	transform: scale(1,1) translate(0,70%) rotateX(-90deg);
	z-index: 5;
}

.mod-carousel .box-view-carousel li.item-1,
.no-js .mod-carousel .box-view-carousel li:first-child {
	background-color: #fff;
	opacity: 1;
	-webkit-transform: scale(1,1) translate(0,0);
	-moz-transform: scale(1,1) translate(0,0);
	-ms-transform: scale(1,1) translate(0,0);
	-o-transform: scale(1,1) translate(0,0);
	transform: scale(1,1) translate(0,0);
	z-index: 4;
}

.mod-carousel .box-view-carousel li.item-2,
.no-js .mod-carousel .box-view-carousel li:first-child + li {
	background-color: #e8e8e8;
	opacity: 1;
	-webkit-transform: scale(.925,.925) translate(0,-10%);
	-moz-transform: scale(.925,.925) translate(0,-10%);
	-ms-transform: scale(.925,.925) translate(0,-10%);
	-o-transform: scale(.925,.925) translate(0,-10%);
	transform: scale(.925,.925) translate(0,-10%);
	z-index: 3;
}

.mod-carousel .box-view-carousel li.item-3,
.no-js .mod-carousel .box-view-carousel li:first-child + li + li {
	background-color: #d7d7d7;
	opacity: 1;
	-webkit-transform: scale(.8,.8) translate(0,-25%);
	-moz-transform: scale(.8,.8) translate(0,-25%);
	-ms-transform: scale(.8,.8) translate(0,-25%);
	-o-transform: scale(.8,.8) translate(0,-25%);
	transform: scale(.8,.8) translate(0,-25%);
	z-index: 2;
}

.no-csstransforms .mod-carousel .box-view-carousel li.item-2 {margin-top: -8px;margin-left:8px;}
.no-csstransforms .mod-carousel .box-view-carousel li.item-2 img { width: 67%; width: 157px\9;}
.no-csstransforms .box2.mod-carousel .box-view-carousel li.item-2 img { width: 224px\9;}

.no-csstransforms .mod-carousel .box-view-carousel li.item-3 {margin-top: -16px;margin-left:16px;}
.no-csstransforms .mod-carousel .box-view-carousel li.item-3 img { width: 60%; width: 140px\9;}
.no-csstransforms .box2.mod-carousel .box-view-carousel li.item-3 img { width: 208px\9;}


/* MÃ“DULO MAIS ACESSADOS */
.mosaic > li.mod-mais-acessados {color: #fff;background: none;}
.mosaic > li.mod-mais-acessados > div {padding-top: 27px;height: 261px;
	-webkit-transition: height 50ms linear, width 50ms linear;
	   -moz-transition: height 50ms linear, width 50ms linear;
		-ms-transition: height 50ms linear, width 50ms linear;
		 -o-transition: height 50ms linear, width 50ms linear;
			transition: height 50ms linear, width 50ms linear;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			
}
.mosaic > li.mod-mais-acessados .mask-round {background-color: #00652d;}
.mod-mais-acessados h2 {position: relative;font: 14px "bold", Arial, sans-serif;margin: 0 0 11px 30px;letter-spacing: 2px;width: 190px;}


.mod-mais-acessados ol {position: relative;margin-left: 30px;width: 188px;}
.mod-mais-acessados a {color: #fff;text-decoration: none;font: 12px/16px "regular", Arial, sans-serif;text-transform: uppercase;}
.mod-mais-acessados a span {font: 16px "bold", Arial, sans-serif;line-height: 16px;position: relative;left: 0;top: 1px;display: inline-block;margin: 0 10px 0 7px;}
.mod-mais-acessados li {padding: 8px 0 9px 0;border-top: 1px solid #1c7644;}
.mod-mais-acessados li:first-child {border-top: 0;}
.mod-mais-acessados li:first-child a {color: #62bb46;font-size: 18px; font-family: 'light', Arial, sans-serif;}
.mod-mais-acessados li:first-child a span {font-size: 32px;top: 5px;margin: 0 6px 0 5px;}


/*********************************/
.mosaic > li.mod-newsletter {color: #fff;background: none;}
.mosaic > li.mod-newsletter > div {padding-top: 27px;height: 261px;
	-webkit-transition: height 50ms linear, width 50ms linear;
	   -moz-transition: height 50ms linear, width 50ms linear;
		-ms-transition: height 50ms linear, width 50ms linear;
		 -o-transition: height 50ms linear, width 50ms linear;
			transition: height 50ms linear, width 50ms linear;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			
}
.mosaic > li.mod-newsletter .mask-round {background-color: #f4791f;}
.mod-newsletter h2 {position: relative; text-transform: uppercase; font: 14px "bold", Arial, sans-serif;margin: 0 0 3px 30px;letter-spacing: 2px;}
.mod-newsletter span.txt-mod-news,
.mod-newsletter form{position: relative;z-index: 1;display: block;padding: 0 20px 0 30px;}
.mod-newsletter span.txt-mod-news{font: 20px 'light', Arial, sans-serif; color: #FFF;line-height: 25px;padding-bottom: 12px;}
.mod-newsletter form input{width: 174px;border: solid 2px #FFF;margin-bottom: 5px;background-color: #f4791f;color: #FFF;border-radius: 4px;font-size: 0.8em;padding: 9px;}

.mod-newsletter fieldset{clear: both;display: block;height: 100px;} 
.mod-newsletter button{
	border: none;
	background: none;
	position: absolute;
	color: #FFF;
	font-family: "light", Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 0 25px;
	text-transform: uppercase;
}
.mod-newsletter button .mod-default-action-icon {
	background: url(../img/widgets/noticias/icon-plus.png) 0 0 no-repeat;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 0;
	left: 0;
}
.mod-newsletter form  input::-webkit-input-placeholder {
   color: #FFF;
}
.mod-newsletter form  input:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}
.mod-newsletter form  input::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}
.mod-newsletter form  input:-ms-input-placeholder {  
   color: #FFF;  
}

.mosaic > li.mod-tevejo-no-rio .mask-round {background-color: #00aee6;}
.mosaic > li.mod-tevejo-no-rio .mural-img{width: 170px;height: 177px;padding: 26px 0px 0px 26px;margin:55px 0 0 25px;position: relative;z-index: 1;display: block;background: url(../img/widgets/te-vejo-no-rio/bg-te-vejo-no-rio.png) 0 0 no-repeat;}
.mosaic > li.mod-tevejo-no-rio .mod-default-action{position: relative;z-index: 2;bottom: 20px;left: 118px}
/*********************************/

/* NEWS */
	.mod-news {
		overflow: hidden;
		position: relative;
	}

	.mod-news-content,
	.mod-news-photo {
		border:0 solid rgba(255, 255, 255, .25); 
		display: block;
		float:left;
		overflow:hidden; 
	}

	.mod-news-content {
		border-color: #FFF;
		border-color: rgba(255, 255, 255, .25);
		overflow: hidden;
		text-decoration: none;
		-webkit-transition: border 100ms linear;
		   -moz-transition: border 100ms linear;
			-ms-transition: border 100ms linear;
			 -o-transition: border 100ms linear;
				transition: border 100ms linear;
	}

	.mod-news-content * {
		cursor: pointer;
	}

	.mod-news-content .mod-default-mask-gray {
		background-image: url(../img/widgets/mask_double.png);
	}

	.mod-news-photo {
		-webkit-transition: margin 100ms linear, -webkit-transform 200ms linear;
		   -moz-transition: margin 100ms linear, -moz-transform 200ms linear;
			-ms-transition: margin 100ms linear, -ms-transform 200ms linear;
			 -o-transition: margin 100ms linear, -o-transform 200ms linear;
				transition: margin 100ms linear, transform 200ms linear;
	}

	.mod-news-title {
		position: absolute;
		top: 27px;
		left: 30px;
		color: #FFF;
		font-family: "bold", Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		letter-spacing: 2px;
		text-transform: uppercase;
		width: 441px;
	}

	.mod-news .mod-news-title.aln-right {left: auto;right: 30px;}
	.mod-news .mod-news-subtitle.aln-left {right: auto;left: 30px;text-align: left;}
	.mod-news .mod-news-content:hover .mod-news-action.aln-right {left: auto;right: 30px;}

	.mod-news-subtitle {
		position: absolute;
		bottom: 27px;
		right: 30px;
		color: #FFF;
		font-family: "light", Arial, sans-serif;
		font-weight: lighter;
		font-size: 24px;
		line-height: 25px;
		margin: 0;
		padding: 0;
		text-align: right;
		max-width: 260px;
	}

	.mod-news-mask {
		background: url(../img/widgets/noticias/voluntario-mascara.png) 0 0 no-repeat;
		background-size: cover;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		clip: rect(auto auto auto auto);
		clip: rect(auto, auto, auto, auto);
		-webkit-transition: clip 50ms linear;
		   -moz-transition: clip 50ms linear;
			-ms-transition: clip 50ms linear;
			 -o-transition: clip 50ms linear;
				transition: clip 50ms linear;
	}

	.mod-news-action {
		position: absolute;
		bottom: 30px;
		left: -200px;
		color: #FFF;
		font-family: "light", Arial, sans-serif;
		font-weight: lighter;
		font-size: 16px;
		line-height: 22px;
		margin: 0;
		padding: 0 0 0 25px;
		text-transform: uppercase;
	}

	.mod-news-action-icon {
		background: url(../img/widgets/noticias/icon-plus.png) 0 0 no-repeat;
		display: block;
		height: 22px;
		width: 22px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.mod-news-content:hover .mod-news-photo {
		margin: -7px;
		-webkit-transform: scale(1.075);
		   -moz-transform: scale(1.075);
			-ms-transform: scale(1.075);
			 -o-transform: scale(1.075);
				transform: scale(1.075);
	}

	.csstransforms3d .mod-news-content:hover .mod-news-photo {
		-webkit-transform: scale3d(1.075, 1.075, 1.075);
		   -moz-transform: scale3d(1.075, 1.075, 1.075);
			-ms-transform: scale3d(1.075, 1.075, 1.075);
			 -o-transform: scale3d(1.075, 1.075, 1.075);
				transform: scale3d(1.075, 1.075, 1.075);
	}

	.mod-news-content:hover .mod-news-action {
		left: 30px;
	}

/* NEWS */

/* SOCIAL */
	.mod-social {
		overflow: hidden;
		position: relative;
	}
	
	.mod-newsletter .mask-round,
	.mod-social .mask-round,
	.mod-default-content .mask-round,
	.mod-mais-acessados .mask-round, 
	.mod-carousel .mask-round,
	.mod-contador .mask-round,
	.mod-news-content .mask-round {
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		overflow: hidden;

		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		z-index: 0;
		-webkit-transition: all 100ms linear;
		   -moz-transition: all 100ms linear;
			-ms-transition: all 100ms linear;
			 -o-transition: all 100ms linear;
				transition: all 100ms linear;
	}
	
	.mod-newsletter:hover .mask-round,
	.mod-social:hover .mask-round,
	.mod-default-content:hover .mask-round, 
	.mod-mais-acessados:hover .mask-round, 
	.mod-carousel:hover .mask-round, 
	.mod-contador:hover .mask-round,
	.mod-news-content:hover .mask-round {
		top: 7px; bottom: 7px;
		left: 7px; right: 7px;

		-webkit-transition: all 100ms linear;
		   -moz-transition: all 100ms linear;
			-ms-transition: all 100ms linear;
			 -o-transition: all 100ms linear;
				transition: all 100ms linear;
	}

	.mod-social-content,
	.mod-social-photo {
		border:0 solid rgba(255, 255, 255, .25); 
		display: block;
		float:left;
		overflow:hidden; 
	}

	.mod-social-content {
		border-color: #FFF;
		border-color: rgba(255, 255, 255, .25);
		overflow: hidden;
		text-decoration: none;
		height: 285px;
		width: 250px;
		-webkit-transition: border 100ms linear, height 100ms linear, width 100ms linear;
		   -moz-transition: border 100ms linear, height 100ms linear, width 100ms linear;
			-ms-transition: border 100ms linear, height 100ms linear, width 100ms linear;
			 -o-transition: border 100ms linear, height 100ms linear, width 100ms linear;
				transition: border 100ms linear, height 100ms linear, width 100ms linear;
	}

	.mod-social-content * {
		cursor: pointer;
	}

	.mod-social-photo {
		-webkit-transition: margin 100ms linear, -webkit-transform 200ms linear;
		   -moz-transition: margin 100ms linear, -moz-transform 200ms linear;
			-ms-transition: margin 100ms linear, -ms-transform 200ms linear;
			 -o-transition: margin 100ms linear, -o-transform 200ms linear;
				transition: margin 100ms linear, transform 200ms linear;
	}

	.mod-social-icon {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		display: block;
		height: 28px;
		width: 35px;
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 10;
	}

	.mod-social-title {
		position: absolute;
		top: 27px;
		left: 30px;
		color: #FFF;
		font-family: "bold", Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		letter-spacing: 2px;
	}

	.mod-social-text {
		position: absolute;
		top: 85px;
		left: 30px;
		color: #FFF;
		font-family: "light", Arial, sans-serif;
		font-weight: lighter;
		font-size: 26px;
		line-height: 28px;
		margin: 0;
		padding: 0;
		width: 80%;
		word-wrap: break-word;
	}

	.mod-social-mask {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		clip: rect(0 250px 285px 0);
		clip: rect(0, 250px, 285px, 0);
		-webkit-transition: clip 100ms linear;
		   -moz-transition: clip 100ms linear;
			-ms-transition: clip 100ms linear;
			 -o-transition: clip 100ms linear;
				transition: clip 100ms linear;
	}

	.no-backgroundsize .mod-social-mask {background-image: none;}

	.mod-social-content:hover .mod-social-photo {
		margin: -7px;
		-webkit-transform: scale(1.075);
		   -moz-transform: scale(1.075);
			-ms-transform: scale(1.075);
			 -o-transform: scale(1.075);
				transform: scale(1.075);
	}

	.csstransforms3d .mod-social-content:hover .mod-social-photo {
		-webkit-transform: scale3d(1.075, 1.075, 1.075);
		   -moz-transform: scale3d(1.075, 1.075, 1.075);
			-ms-transform: scale3d(1.075, 1.075, 1.075);
			 -o-transform: scale3d(1.075, 1.075, 1.075);
				transform: scale3d(1.075, 1.075, 1.075);
	}

	.mod-social-content:hover .mod-social-mask {
		clip: rect(7px 243px 278px 7px);
		clip: rect(7px, 243px, 278px, 7px);
	}

	.mod-social.mod-twitter .mask-round {
		background-color: #00AEE6;
	}

	.mod-social.mod-facebook .mask-round {
		background-image: url(../img/widgets/social/facebook-mask.png);
	}

	.mod-twitter .mod-social-icon {
		background-image: url(../img/widgets/social/ico-twitter.png);
	}

	.mod-facebook .mod-social-icon {
		background-image: url(../img/widgets/social/ico-facebook.png);
	}


/* SOCIAL */

/* DEFAULT */
	.mod-default {
		overflow: hidden;
		position: relative;
	}

	.mod-default-content,
	.mod-default-photo {
		border:0 solid rgba(255, 255, 255, .25); 
		display: block;
		float:left;
		overflow:hidden; 
	}

	.mod-default-content {
		border-color: #FFF;
		border-color: rgba(255, 255, 255, .25);
		overflow: hidden;
		text-decoration: none;
		height: 285px;
		width: 250px;

		-webkit-transition: border 100ms linear, height 100ms linear, width 100ms linear;
		   -moz-transition: border 100ms linear, height 100ms linear, width 100ms linear;
			-ms-transition: border 100ms linear, height 100ms linear, width 100ms linear;
			 -o-transition: border 100ms linear, height 100ms linear, width 100ms linear;
				transition: border 100ms linear, height 100ms linear, width 100ms linear;
	}
	.box2 .mod-default-content {width: 501px;}
	.mod-default-content * {
		cursor: pointer;
	}

	.mod-default-photo {
		-webkit-transition: margin 100ms linear, -webkit-transform 200ms linear;
		   -moz-transition: margin 100ms linear, -moz-transform 200ms linear;
			-ms-transition: margin 100ms linear, -ms-transform 200ms linear;
			 -o-transition: margin 100ms linear, -o-transform 200ms linear;
				transition: margin 100ms linear, transform 200ms linear;
	}

	.mod-default-icon {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		display: block;
		height: 28px;
		width: 35px;
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 10;
	}

	.mod-default-title {
		position: absolute;
		top: 27px;
		left: 30px;
		color: #FFF;
		font-family: "bold", Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		width: 190px;
	}

	.mod-default-text {
		position: absolute;
		top: 60px;
		left: 30px;
		color: #FFF;
		font-family: "light", Arial, sans-serif;
		font-weight: lighter;
		font-size: 25px;
		line-height: 25px;
		margin: 0;
		padding: 0;
		width: 80%;
	}

	.mod-default-subtitle {
		position: absolute;
		top: 135px;
		left: 30px;
		color: #FFF;
		font-family: "light", Arial, sans-serif;
		font-weight: lighter;
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 0;
		width: 80%;
		text-transform: uppercase;
	}

	.mod-default-mask-orange,
	.mod-default-mask-blue,
	.mod-default-mask-green,
	.mod-default-mask-gray,
	.mod-default-mask-none {
		background-image: none;
		background-color: transparent;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		position: absolute;
		top: -8px; bottom: -8px;
		left: -8px; right: -8px;
		border: 8px solid #fff;
		border-radius: 16px;
	}

	.mod-default-mask-orange {background-image: url(../img/widgets/default/default-mask-orange.png);}
	.mod-default-mask-blue {background-image: url(../img/widgets/default/default-mask-blue.png);}
	.mod-default-mask-green {background-image: url(../img/widgets/default/default-mask-green.png);}
	.mod-default-mask-gray {background-image: url(../img/widgets/default/default-mask-gray.png);}

	.no-backgroundsize .mod-default-mask-orange,
	.no-backgroundsize .mod-default-mask-blue,
	.no-backgroundsize .mod-default-mask-green,
	.no-backgroundsize .mod-default-mask-gray,
	.no-backgroundsize .mod-default-mask-none {background-image: none;}

	.mod-default-mask-transparent {
		background: none;
	}

	.mod-default-action {
		position: absolute;
		bottom: 30px;
		left: 30px;
		color: #FFF;
		font-family: "light", Arial, sans-serif;
		font-weight: lighter;
		font-size: 16px;
		line-height: 22px;
		margin: 0;
		padding: 0 0 0 25px;
		text-transform: uppercase;
	}

	.mod-default-action-icon {
		background: url(../img/widgets/noticias/icon-plus.png) 0 0 no-repeat;
		display: block;
		height: 22px;
		width: 22px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.mod-default-play {
		background: url(../img/widgets/default/button-play.png) 0 0 no-repeat;
		display: block;
		height: 71px;
		width: 71px;
		position: absolute;
		top: 150px;
		left: 50%;
		margin-left: -34px;
		z-index: 10;
	}

	.mod-default-content:hover .mod-default-photo {
		margin: -7px;
		-webkit-transform: scale(1.075);
		   -moz-transform: scale(1.075);
			-ms-transform: scale(1.075);
			 -o-transform: scale(1.075);
				transform: scale(1.075);
	}

	.csstransforms3d .mod-default-content:hover .mod-default-photo {
		-webkit-transform: scale3d(1.075, 1.075, 1.075);
		   -moz-transform: scale3d(1.075, 1.075, 1.075);
			-ms-transform: scale3d(1.075, 1.075, 1.075);
			 -o-transform: scale3d(1.075, 1.075, 1.075);
				transform: scale3d(1.075, 1.075, 1.075);
	}

	.mod-default-2 .mod-default-text {
		top: 70px; 
	}

	.mod-default-3 .mod-default-mask-orange {background-color: #f4791f;background-color: rgba(244, 121, 31, 0.8);}
	.mod-default-3:hover .mod-default-mask-orange {
		background-image: url(../img/widgets/default/default-mask-2.png);
		background-color: transparent; 
	}
	.mod-default-3 .mod-default-mask-blue {background-color: #004b88;background-color: rgba(0, 75, 136, 0.8);}
	.mod-default-3:hover .mod-default-mask-blue {
		background-image: url(../img/widgets/default/default-mask-2-blue.png);
		background-color: transparent; 
	}
	.mod-default-3 .mod-default-mask-green {background-color: #62b947;background-color: rgba(98, 185, 71, 0.8);}
	.mod-default-3:hover .mod-default-mask-green {
		background-image: url(../img/widgets/default/default-mask-2-green.png);
		background-color: transparent; 
	}
	.mod-default-3 .mod-default-mask-gray {background-color: #222;background-color: rgba(34, 34, 34, 0.8);}
	.mod-default-3:hover .mod-default-mask-gray {
		background-image: url(../img/widgets/default/default-mask-2-gray.png);
		background-color: transparent; 
	}

	.mod-default-3 h2, .mod-default-3 .txt-date {left: 27px;top: 30px;position: absolute;z-index: 1;}
	.mod-default-3 h2 {font: 24px/28px "light", Arial, sans-serif;color: #fff;font-weight: normal;width: 210px;} 
	.mod-default-3 .txt-date {font: 14px/16px "bold", Arial, sans-serif;color: #fff;top: 27px;text-transform: uppercase;letter-spacing: 2px;}
	.mod-default-3 .mod-default-mask-orange,
	.mod-default-3 .mod-default-mask-blue,
	.mod-default-3 .mod-default-mask-green,
	.mod-default-3 .mod-default-mask-gray {background-image: none;}
	.mod-default-3:hover h2, .mod-default-3:hover .txt-date {display: none;} 

	.mod-default-3 .mod-default-mask-none {background-color: none;}
	.mod-default-3:hover .mod-default-mask-none {background-image: none;}
 
/* DEFAULT */

/* ==========================================================================
   FOOTER HOME
   ========================================================================== */
#patrocinios .boxMarcas {position:relative; width:960px; margin:0 auto; padding-bottom:20px; height:165px; border-bottom:1px solid #dbdbdb}
#patrocinios .boxMarcas .jcarousel li {width: 210px;height: 90px;}
#patrocinios .MarcasTxt {width:960px;  height:auto; padding-top:20px}
#patrocinios .MarcasTxt strong {font-weight:bold}
#patrocinios .boxMarcas .boxItem {width:210px; position:absolute; top:30px; overflow:hidden}
#patrocinios .boxMarcas .box01 {left:0px}
#patrocinios .boxMarcas .box02 {left:250px}
#patrocinios .boxMarcas .box03 {left:500px}
#patrocinios .boxMarcas .box04 {left:750px}

#patrocinios .boxMarcas h4 {font-family: regular; text-transform:uppercase; display:block; text-align:center; font-size:12px; height:35px; line-height:120%;margin: 0;font-weight: normal;}
#patrocinios .boxMarcas .boxItem .carousel, #patrocinios .boxMarcas .boxItem .carousel li {width:210px; height:90px;}
#patrocinios .boxMarcas .boxItem .jcarousel-prev {width:10px; height:12px; background:Red; position:absolute; top:50%; margin-top:-6px; left:3px; background:url(../img/nav-footer.png) left top no-repeat; z-index: 0;}
#patrocinios .boxMarcas .boxItem .jcarousel-prev:hover {left:0}
#patrocinios .boxMarcas .boxItem .jcarousel-next {width:10px; height:12px; background:Red; position:absolute; top:50%; margin-top:-6px; right:3px; background:url(../img/nav-footer.png) right top no-repeat; z-index: 0;}
#patrocinios .boxMarcas .boxItem .jcarousel-next:hover {right:0}

#home-footer {border-top:2px solid #dbdbdb; background:#2bb0de; margin-top:40px;}
#home-footer .social-search li:first-child {margin-right: 20px;}
#home-footer .social-search li a.linkedin {margin-right: 0;}
#home-footer *{color: #fff;}
#home-footer .wrapper >  div {float:left; width:182px; padding-right:10px;}
#home-footer .wrapper >  div > ul {padding-bottom:25px}
#home-footer .wrapper >  div > ul.social-search {padding-bottom: 0;}


#home-footer .wrapper >  div ul li {padding:0; margin:0; line-height:100%; padding-bottom:5px;}
#home-footer .wrapper >  div ul li ul ul{padding-left:8px;padding-top:5px;}
#home-footer .wrapper >  div ul li ul li {padding-bottom:0; padding-top:5px;}
#home-footer .wrapper >  div ul li ul li:first-child {padding-top:0;}
#home-footer .wrapper >  div ul a {font-family: "regular"; font-size:12px;line-height:110%;text-decoration: none;}
#home-footer .wrapper >  div ul a:hover {text-decoration:underline;}
#home-footer .wrapper >  div h5 {margin: 0;padding-top:38px;padding-bottom:15px;}
#home-footer .wrapper >  div h5 a, #home-footer .wrapper >  div h5 {text-transform:uppercase;font-size:12px;display:block;font-family: "bold";}
#home-footer .wrapper >  div.merged {width:960px; border-top:1px solid #dbdbdb; padding-right:0 }
#home-footer .wrapper >  div.merged p {line-height:28px; font-size:12px; color: #dbdbdb; padding:15px 0}
#home-footer .wrapper >  div.merged ul {float:right;}
#home-footer .wrapper >  div.merged ul li {float:left; padding:0 0 0 5px}
#home-footer .wrapper >  div.merged ul li a {display:block; width:28px; height:28px;text-indent:-9999px; margin-top: 30px;}
#home-footer .wrapper .copyright{float: left;}
#home-footer .wrapper .copyright a {color: #dbdbdb;}
/* ==========================================================================
   Media Queries
   ========================================================================== */
 @media only screen and (min-width: 35em) {
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
 .ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}
.ir:before {
	content:"";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.centerAbs{position: absolute;left: 50%;}
/* ==========================================================================
   Print styles
   ========================================================================== */
 @media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content:" (" attr(href)")";
	}
	abbr[title]:after {
		content:" (" attr(title)")";
	}
	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content:"";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/* ###################### */
.fixed-on #box-top-fixed {position: relative;z-index: 20;}
.fixed-on #box-top-fixed #master-nav,
.fixed-on #box-top-fixed .menu-bar {position: fixed;z-index: 16;}
.fixed-on #box-top-fixed .menu-bar {top: 0;height: 49px;}
#highlights.fixed-on #box-top-fixed .menu-bar {
	background: #fff;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px rgba(0,0,0,.1);
	border-top: 1px solid #c6c6c6;
}

#highlights.fixed-on #box-top-fixed .menu-bar:after {
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.05));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.05));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.05));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(255,255,255,.05));
	height: 9px;
	position: relative;
	top: 49px;
	display: block;
	content: " ";
}



.fixed-on #box-top-fixed .navigation {top: 12px;}
.fixed-on #box-top-fixed .navigation > li > a {color: #004b88;}
.fixed-on #box-top-fixed .logo-rio2016, .fixed-on #box-top-fixed .logo-rio2016-small {
	width: 141px;
	height: 119px;
	padding: 13px 31px 0 3px;
}
.fixed-on #box-top-fixed .logo-rio2016 {display: none;}
.fixed-on #box-top-fixed .logo-rio2016-small {display: block;
	width: 91px;
	height: 21px;
}
.fixed-on #highlight-slider {margin-top: 83px;}


#highlights.fixed-on .navigation > li div {background: #0c4b87;}
#highlights.fixed-on .navigation > li:hover > a {color: #fff;}
#highlights.fixed-on .navigation > li ul li a:hover {color: #00aee6;}

.box2.mod-carousel.static-video .box-view-carousel ul {
	bottom: 58px;
}
.box2.mod-carousel.static-video li {position: relative;}
.box2.mod-carousel.static-video #playerWidget {position: absolute;top: 8px;left: 8px;display: none;}