'); /***
PRUEBA GASTON98277 DD  11371 CC   RR  
***/
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	height:100%;
}
body { 
	font-size: 14px;
	line-height: 24px;
	color: #000;
	height:100%;
  position: relative;
}
h3 {
	font-size:1.2em;
}
ul li {
	color: #263f6a;
}
ul li ul li{
  list-style: none;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
ul li span.block-element{
  color: #000;
  margin-bottom: 10px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.block-title {
    border-left: 10px solid #d52B1e;
    margin: 10px -15px;
}
.block-title h2 {
    margin: 0;
    padding: 9px;
    background: #f5f5f5;
    border-left: #fff 4px solid;
    font-size: 1.2em;
	color: #000;
}
.reference-list {
	margin-top: 20px;
}
.block-a,
.block-element{
  display: block;
}
.inside-ul{
  list-style: none;
}
@media screen and (max-width: 767px) {
	body { 
	font-size: 13px;
	line-height: 20px;
}
}
        
        
/******** Global *******/ 
.btn-primary {
    border-color: transparent;
    background-color: #d52b1e;
	transition: background 0.25s ease;
}
.btn-lg {
    margin: 20px 0;
    font-size: 1.2em;
}
.btn .fa {
    padding-right: 10px;
}
.btn-bar-gutter {
    margin: 28px 0 44px 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #BB261A;
	border-color: transparent;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
#to-top {
	position: fixed;
	bottom: 0px;
	right: 34px;
	transform: rotate(90deg);
  -ms-transform:rotate(90deg); 	/* IE 9 */
  -moz-transform:rotate(90deg); 	/* Firefox */
  -webkit-transform:rotate(90deg); /* Safari ? Chrome */
  -o-transform:rotate(90deg);
	transform-origin: right bottom 0;
  -ms-transform-origin: right bottom 0;
  -moz-transform-origin: right bottom 0;
  -webkit-transform-origin: right bottom 0;
  -o-transform-origin: right bottom 0;
	opacity: 0;
	transition: opacity 0.25s ease;
}
#to-top a {
	color: #fff;
	padding: 15px;
	background-color: #333;
}
#to-top a:hover {
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	#to-top {
	display: none;
}
  #content{
    padding-top: 70px !important;
	}
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
/*Del for match bootstrap 20140716*/
/*#pagewrap 
{
	width:100%;
  position:relative;
	max-width: 1000px;
	margin: 0 auto;
}*/
.video-js{
  width:100%!important;
  height:415px!important;          
}
.vjs-fullscreen{
  width:100%!important;
  height:100%!mportant;          
}
@media screen and (max-width:767px){
  #video{
   height:250px!important;          
  }
}                
#video_movimento_sm{display:none;}
.video-title{
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
padding-right: 15px;
color: black;
                }                
@media screen and (max-width:767px){
height:150px;       
}                
/************************************************************************************
HEADER
*************************************************************************************/
/* site logo  
*/
#site-logo_moldura {
	z-index:9;
	position: absolute;
	left:36%;
	top: 18px;
  /*background: url('') left top no-repeat;*/
	width:492px;
	height:85px;
  display: none;
}
#site-logo {
	position: absolute;
  z-index: 1000;
  width: 14%;
}
#site-logo a {
	display:block;
	height: 170px;
  background:url('/_Assets/images/tab-lilly.png') right top no-repeat;
}
/******** Navigation *******/
.navbar-default.navbar{
  margin-bottom: 0;
  background-color: #D52B1E;
  border: none;
  border-radius: 0;
}
.menu-border{
  background-color: #D52B1E;
  opacity:0.75;
  height:2px;
}
.navbar-transparent {
  background-color: transparent !important;
  color: #fff !important;
}
.navbar-default .navbar-brand {
	padding: 14px 0 6px 0;
	height:62px;
}
.navbar-default .navbar-brand img {
	height: 100%;
	width:auto;
}
.navbar-inverse {
	background: none;
	margin-bottom: 20px;
}
.navbar-inverse .nav {
    background-color: #000;
}
.navbar-inverse ul li {
	border-right: 1px solid #666;
}
.navbar-inverse .navbar-form .input-group>.form-control {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 0.8em;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-inverse .navbar-form.navbar-right {
    background: #000;
    padding: 6px;
    border-top: none;
    margin: 0 -15px 0 0;
	border-bottom: 1px solid #000;
}
.navbar-inverse .navbar-form .input-group .input-group-btn .btn {
    border: none;
    color: #fff;
    font-size: 12px;
    background: transparent;
    max-height: 26px;
}
.navbar-inverse .input-group {
    background-color: #2b2b2b;
    border-radius: 4px;
	width:100%;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 10px;
    font-size: 0.8em;
	color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #666;
}
.navbar-default.scrolled { 
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}	
	
@media (min-width: 992px) {
	.navbar-default.navbar .navbar-right {
		margin-right: -15px;
	}
	.navbar-default .navbar-nav>li {
    border-left: solid #c80000 1px;
	}
	.navbar-default .navbar-nav>li:last-child {
    border-right: solid #c80000 1px;
	}
	.navbar-default .navbar-nav>li>a {
		margin: 2px 0 0px 0;
		padding: 23px 15px 21px 15px;
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:focus {
    	color: #fff;
    	font-size: 1.2em;
	}
	.navbar-default .navbar-nav>li>.active,
	.navbar-default .navbar-nav>li>a.active:hover {
		color: #D52B1E;
		background-color: #fff;
		border-radius: 4px;
	}
  .navbar-default .navbar-nav ul.dropdown-menu >li>a.active{
		color: #000;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: #FFF;
		background-color: rgba(255,255,255,0.2);
		border-radius: 4px;
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus {
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		color: #D52B1E;
		background-color: #fff;
		z-index: 3;
		box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.25);
	}
	.navbar-default .navbar-nav ul.dropdown-menu {
		padding: 0;
		border: 0;
		border-radius: 0;
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
		margin-top: 0px;
		background-color: #fff;
		right: auto;
		left: 0;
		z-index: 3;
	}
	.navbar-default .navbar-nav ul.dropdown-menu >li>a {
		padding: 15px 10px;
		font-size: 1.2em;
		color: #000;
	}
	.navbar-default .navbar-nav ul.dropdown-menu >li {
		border-bottom: 1px solid #bdccd4;
	}
	.navbar-default .navbar-nav ul.dropdown-menu >li:last-child {
		border-bottom: 4px solid #d52B1e;
	}
	.navbar-default .navbar-nav ul.dropdown-menu >li>a:hover,
	.navbar-default .navbar-nav ul.dropdown-menu >li>a:focus{
		background: transparent;
		color: #d52B1e;
	}
	.navbar-inverse {
	height: 40px;
	}	
	.navbar-inverse .navbar-form .input-group>.form-control {
    max-height: 26px;
	}
	.navbar-inverse .input-group {
    background-color: #333;
    border-radius: 4px;
	}
		
}
              
@media screen and (max-width: 991px) {
	.navbar-default {
		position: fixed;
    top: 0;
		width: 100%;
		z-index: 999;
	}
	.navbar-default .navbar-brand {
	padding: 14px 15px 6px 15px;
	}
	.navbar-default .navbar-toggle {
		margin-top: 14px;
		margin-bottom: 14px;
    z-index: 20000;
	}
	.navbar-default .navbar-toggle {
    border-color: #fff;
	transition: all 0.25s ease;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: rgba(0,0,0,0.1);
		border-color: rgba(0,0,0,0.25);
	}
	.navbar-inverse .navbar-form .input-group>.form-control {
		font-size: 1em;
	}
	.navbar-inverse .navbar-form .input-group .input-group-btn .btn {
    font-size: 14px;
	}
 
}
#small-nav {
  display:none;
  background: #628BC3;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
#small-nav a {	
  line-height: 100%;
  color: #FFFFFF;
  display: block;
  background:url('') left top no-repeat;
  padding: 0;
  padding-left: 30px;
  text-decoration: underline;
  text-transform:uppercase;
  font-size:20px;
  font-family: 'dinbold', Tahoma, Arial, Helvetica, sans-serif;
}
/************************************************************************************
DESTAQUES HEADER
*************************************************************************************/
.area_destaques_header,
.area_destaques_header_interior{
	position:relative;
	top:93px;
	left:0;
}
.area_destaques_header h2{
	position:absolute;
	top:0px;
	left:0;
	color:#0f2d55;
	font-size:30px;
	font-family: 'dinmedium', Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:380px;
}
.area_destaques_header .frase1,.area_destaques_header .frase2{
	position:absolute;
	top:45px;
	left:0;
	font-size:15px;
	width:400px;
}
.area_destaques_header .frase2{
	top:65px;
}
.area_destaques_header #wdg_like{
  display: none;
}
#show_homebanner{
  height: 550px;
}
/************************************************************************************
SEARCH
*************************************************************************************/
#search_bar{
  display: inline-block;
  background: #000;
  padding: 10px;
  width: 220px;
  border-color: #101010;
  margin-top:0;
}
#search_bar input{
  border: none;
  background-color: #333;
  color: #999;
  font-size: 1em;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 30px;
  width: 160px;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}
.input-group-btn .btn ,.input-group-btn .btn:hover {
  border: none;
  background: #333;
  color: #fff;
  height: 30px;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
nav.navbar {
  margin-bottom: 0;
  background-color: #D52B1E;
  border-bottom: 2px solid rgba(230,43,30,0.75);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin-top:10px;
}
              
/****** Search Specific ******/
 
#search .search-item h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
#search .search-item h3 {
	color: #d52e1e;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 15px;
}
#search .search-item p {
	margin-bottom: 15px;
}
#search  a {
	color: #d52e1e;
	text-decoration:none;
	opacity: 1;
	transition:all 0.1s ease-in-out;
}
#search  a:hover {
	color: #d52e1e;
	text-decoration:none;
	opacity: 0.5;
}
#search .search-item ul {
    padding-left: 0px;
    margin-left: 0px;
}
#search .result{
 	list-style:none; 
 	border-bottom: 1px solid #ccc;
}
#search .search-area {
	display: block;;
	background: #f5f5f5;
	padding: 16px 20px;
}
#search .form-group {
	padding: 0px;
}
#search .form-group .form-control {
	font-size: 1.2em;
	height: 48px;
	border: 1px solid #ccc;
	border-right: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 0px;
	margin-right: -5px;
	width: 100%;
}
#search .form-inline a.btn.btn-primary,
#search .form-inline button.btn.btn-primary{
  color: #fff;
  height: 48px;
  padding: 14px;
	border: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 2px;
}
.pagination{
  margin-right: 20px;
                
}
          
.pagination>li>a{
  border: 1px solid #BB261A;
  background-color: #BB261A;
  color: #fff;
}
.pagination>li>a[href]{
  background-color: transparent;
  color: #d52e1e;
}
.pagination>li>a:hover{
  background-color: #BB261A;
  color: #fff;
}
/************************************************************************************
CONTENT --- share button
*************************************************************************************/
#wdg{
  margin-top: 10px;
  height: auto;
  position: relative;
  display: flex;
  flex-direction:row;
  margin-left:10px;
}
/*.g-plus{
  position: absolute;
  top: 2px;
  right: 0;
}*/
/*.f-share{
  position: absolute;
  top: 0;
  right: 85px;
}*/
.rss
{
/*position: absolute;
top: 0;
right: 190px;*/
cursor:pointer;
margin:0 3px;
}
#wdg .stButton .stMainServices{
  height: 27px;
}
#wdg .stButton .stButton_gradient{
  height: 22px;
}
.rss img {
  width:40px;
  height:22px;
}                      
/*@media screen and (max-width: 991px){
  .g-plus{
    right: 20px;
  }
  .f-share{
    right: 105px;
  }      
  .rss
   {
    right: 210px;
   }
}*/
@media screen and (max-width: 767px){
  #wdg{
      display: flex;
      flex-direction:column;
      height:auto;
      margin-left:20px;
  }
  .rss
   {
    margin-bottom:10px;
   }
  .wdg_share{
    margin-bottom:10px;
  }
  /*#wdg{
    float:none;
     width:100%;                                      
  } 
.f-share{
  left: 10px;
}
.g-plus{
 left: 155px;
} 
.rss
   {
    left:107px;
   }  */                                      
}
/************************************************************************************
CONTENT --- views button
*************************************************************************************/
.views-button-bar
{
  position: relative; 
  top: -10px;
}
.views-button-bar p{
  display: inline-block;
  margin-right: 20px;
}
a.views-button
{
  display: table-cell;
  height: 35px;
  min-width: 215px;
  padding: 0 10px;
  box-shadow: 2px 2px 5px #888888;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}
a.views-button:last-child{
  margin-right: 0;
}
.views-button:hover
{
    text-decoration: none    
}
a.current-view
{
    background: url('/_Assets/images/news-bg.png') left top repeat;   
}
/************************************************************************************
CONTENT
*************************************************************************************/
#area_conteudo {
  position: relative;
}
#area_conteudo p{
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
}
#area_conteudo h1{
  color: #ed1c24;
  font-size: 18px;
  margin: 0;
}
#area_conteudo h5{
  margin: 10px 0;
}
#area_conteudo h6{
  margin: 20px 0 10px;
  font-weight: normal;
  color: #ed1c24;
}
/************************************************************************************
DESTAQUES Subpage
*************************************************************************************/
/*
  alert
*/
#maskdark_alert{
  display: none;
}
.maskdark-alert-content{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.show-alert{
  cursor: pointer;
}
/****** News Specific ******/
#listen .fa-quote-left {
	color: #ccc;
}
#listen .feature .content {
    display: inline-block;
	position: absolute;
	margin-left: 1em;
}
#listen .feature img {
	max-height: 140px;
  height:90px;
	width: 140px;
	float: left;
}
#listen .feature .text {
    display: block;
    margin-left: 155px;
}
#listen .feature h3 {
	font-size: 1.1em;
	margin-top: 4px;
	font-weight:  bold;
}
#listen .feature-row {
	padding-bottom: 20px;
}
#listen .old-item h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
  /*----border-bottom: 1px solid #000;-----remove by Tammy----10/09/2014--*/
	padding-bottom: 10px;
}
#listen .old-item h3 {
	color: #d52e1e;
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 10px;
}
#listen a {
	color: #d52e1e;
	text-decoration:none;
	opacity: 1;
	transition:all 0.1s ease-in-out;
}
#listen a:hover {
	color: #d52e1e;
	text-decoration:none;
	opacity: 0.5;
}
#listen .old-item ul {
    padding-left: 0px;
    margin-left: 0px;
}
#listen .old-item ul li {
 	list-style:none; 
 	border-bottom: 1px solid #ccc;
 	padding-left: 20px;
}
#listen .old-item ul li:last-child{
  border-bottom: none;
}
#listen .old-item ul li:before {
  color:#d52e1e; 
  content:"\2022"; 
  float: left;
  margin-left: -20px;
}
                      
#listen #faq_clear,
#listen #faq_clear:hover{
  color: #fff;
}
@media screen and (max-width: 991px) {
	#listen .feature-row {
	padding-bottom: 0px;
	}
	#listen .feature {
	padding-bottom: 20px;
  margin-top: 20px;                                       
	}
}
/****** Timeline Specific ******/
 
#timeline .panel-default {
	border: 1px #d52b1e solid;
	border-radius: 4px;
}
#timeline .panel-default .panel-heading {
	background-color: #d52b1e;
	color: #fff;
	border-radius: 0px;
	transition: background 0.25s ease;
}
#timeline .panel-default a:hover .panel-heading {
	background: #BB261A;
}
#timeline .panel-default a:hover {
	text-decoration:none;
}
#timeline .timeline-centered {
    position: relative;
    margin-bottom: 30px;
}
#timeline .timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	background: #ccc;
	top: 16px;
	bottom: 0px;
	margin-left: 48px;
}
#timeline .timeline-centered .timeline-entry {
	position: relative;
	margin-left: 34px;
	margin-bottom: 0px;
	clear: both;
	padding-top: 20px;
}
#timeline .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
 
#timeline .timeline-icon {
	background: #fff;
	display: block;
	width: 30px;
	height: 30px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 0 5px #ccc;
	box-shadow: 0 0 0 4px #ccc;
	float: left;
}
#timeline .timeline-icon span.fa {
	position: relative;
	color: #d52b1e;
	width: 100%;
	height: 100%;
	padding: 8px .63em 0;
}
#timeline .timeline-label {
	margin-left: 60px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-right: 20px;
}
#timeline .timeline-label h2, .timeline-label p {
	margin: 0;
}
#timeline .timeline-label h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	color: #d52e1e;
	font-size: 1.5em;
	font-weight: bold;
}
#timeline .timeline-label img {
    max-width: 140px;
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}
#timeline .timeline-label .text {
    padding-right: 15px;
}
              
              
/******** Conversation Map (All) Specific *******/
#conversation_map {
	padding-top: 0px;
}
#conversation_map .video,
#conversation_map #map_nav {
	padding-bottom: 20px;
}
#conversation_map #map_nav .map-link,
#conversation_map #map_nav .video-link {
	overflow: hidden;
	height: 280px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	max-width: 400px;
	margin: 10px auto;
}
.carousel-inner .overlay {
	position: absolute;
padding-top: 20%;
text-align: center;
top: 0;
right: 0;
color: #000;
font-size: 1.2em;
font-weight: normal;
opacity: 0.5;
transition: opacity 0.5s ease;
z-index: 1000
height: 100%;
width: 100%;
}
#conversation_map #map_nav .btn {
    position: absolute;
    left: 10px;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
	z-index:1;
	white-space: normal;
	opacity: 0.75;
}
#conversation_map #map_nav .map-link .overlay {
	position: absolute;
	padding-top: 80px;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index:2;
	background-color: #D52B1E;
	height:280px;
	}
.carousel-inner .overlay span,
#conversation_map #map_nav .map-link .overlay span {
	font-size:3.5em;
}                                      
#conversation_map #map_nav .map-link .overlay span.fa-plus-square-o,
#conversation_map #map_nav .video-link .overlay span.fa-youtube-play{
  padding-left: 15px;
}
                                      
#conversation_map #map_nav .video-link .overlay .span-h3,
#conversation_map #map_nav .map-link .overlay .span-h3{
	padding-bottom: 30px;
	margin: 0 10px;
  display: block;
  font-size: 1.2em;
}
#conversation_map #map_nav a .img-responsive {
		height: 280px;
		width: 440px;
    max-width: none;
		left: 50%;
		position: absolute;
		top: 50%;
		margin-top: -140px;
		margin-left: -220px;
		z-index:0;
}
#conversation_map #map_nav .map-link a:hover .overlay,
#conversation_map #map_nav .video-link a:hover .overlay {
	opacity: 1;
	background-color: rgba(0,0,0,0.25);
}
                              
                              #cmap_video{
                                width: 100% !important;
                              }
                              
@media screen and (max-width: 767px) {
	#conversation_map #map_nav .video-link,
  #conversation_map #map_nav .map-link{
		border-left: 7.5px solid #fff;
		border-right: 7.5px solid #fff;
	}
	#conversation_map #map_nav .row {
		padding: 0 7px;
	}                             
}
                              
@media screen and (max-width: 320px) {
	#conversation_map #map_nav .video-link,
  #conversation_map #map_nav .map-link{
    float: none;
    width: 100%;
	}                                               
}
 
/******** Conversation Map (Single) Specific *******/
 
#map .full-map {
	padding-bottom: 40px;
  position: relative;
}
#map .item {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#map .feature-image{
  margin-bottom:10px;
  position: relative;
}
.full-map-num,
.map-item-num{
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px 14px;
  position: absolute;
  background-color: #D52B1E;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.full-map-num:hover{
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  color: #fff;
  background-color: #D52B1E;
  z-index:99;
}
                                                      
.map-item{
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
                                                      
       
/**Map jumps to sub-map**/                                                     
#fullmap_num1_1{
  top: 2%;
  left: 30%;
}
#fullmap_num1_2{
  bottom: 10%;
  left: 50%;
}  
#fullmap_num1_3{
  top: 50%;
  left: 90%;
}
#fullmap_num1_4{
  top: 30%;
  left: 70%;
}
#fullmap_num1_5{
  top: 80%;
  left: 90%;
                                                      
} 
#fullmap_num1_6{
  top: 2%;
  left: 2%;
}
#fullmap_num1_7{
  top: 2%;
  left: 90%;
  
} 
#fullmap_num1_8{
  top: 65%;
  left: 70%;
}
/**Map2**/                                                 
#fullmap_num2_1{
  top: 70%;
  left: 50%;
}
#fullmap_num2_2{
  top: 80%;
  left: 80%;
}  
#fullmap_num2_3{
  top: 50%;
  left: 70%;
}
#fullmap_num2_4{
  top: 20%;
  left: 70%;
}
#fullmap_num2_5{
  top: 10%;
  left: 30%;
                                                      
} 
#fullmap_num2_6{
  top: 30%;
  left: 20%;
}
#fullmap_num2_7{
  top: 50%;
  left: 20%;
  
} 
#fullmap_num2_8{
  top: 50%;
  left: 40%;
  
} 
/**Map3**/                                                 
#fullmap_num3_1{
  top: 5%;
  left: 40%;
}  
#fullmap_num3_2{
  top: 5%;
  left: 10%;
} 
#fullmap_num3_3{
  top: 5%;
  left: 80%;
} 
#fullmap_num3_4{
  top: 50%;
  left: 60%;
} 
#fullmap_num3_5{
  top: 60%;
  left: 30%;
} 
/**Map4**/
                                               
#fullmap_num4_1{
  top: 80%;
  left: 5%;
}  
#fullmap_num4_2{
  top: 80%;
  left: 60%;
} 
#fullmap_num4_3{
  top: 50%;
  left: 70%;
} 
#fullmap_num4_4{
  top: 40%;
  left: 40%;
} 
#fullmap_num4_5{
  top: 5%;
  left: 70%;
} 
                                                      
/**Map5**/
                                               
#fullmap_num5_1{
  top: 10%;
  left: 10%;
}  
#fullmap_num5_2{
  top: 30%;
  left: 40%;
} 
#fullmap_num5_3{
  top: 80%;
  left: 15%;
} 
#fullmap_num5_4{
  top: 80%;
  left: 50%;
} 
#fullmap_num5_5{
  top: 80%;
  left: 80%;
}
#fullmap_num5_6{
  top: 5%;
  left: 80%;
} 
  
/**Map6**/
                                               
#fullmap_num6_1{
  top: 15%;
  left: 30%;
}  
#fullmap_num6_2{
  top: 40%;
  left: 40%;
} 
#fullmap_num6_3{
  top: 40%;
  left: 70%;
} 
#fullmap_num6_4{
  top: 80%;
  left: 50%;
} 
#fullmap_num6_5{
  top: 20%;
  left: 10%;
}
#fullmap_num6_6{
  top: 60%;
  left: 80%;
} 
                                                      
/**Map7**/
                                               
#fullmap_num7_1{
  top: 5%;
  left: 5%;
}  
#fullmap_num7_2{
  top: 10%;
  left: 50%;
} 
#fullmap_num7_3{
  top: 80%;
  left: 10%;
} 
#fullmap_num7_4{
  top: 60%;
  left: 50%;
} 
#fullmap_num7_5{
  top: 30%;
  left: 80%;
}
 /**Map8**/
                                               
#fullmap_num8_1{
    top: 27%;
    left: 48%;
}  
#fullmap_num8_2{
    top: 63%;
    left: 43%;
}
#fullmap_num8_3
   {
    top: 63%;
    left: 54%;
}
/*Task #16816 TRIANGLE MOCKUP  */
@media screen and (max-width:767px){  
   .map-item-num{
   display:none!important;
 }
}
@media screen and (min-width:768px)and (max-width:991px){
   #fullmap_num8_1{
     left: 47%!important;
   }
  #fullmap_num8_2{
    left: 39%!important;
  }
  #fullmap_num8_3 {
    top: 64%!important;
    left: 56%!important;
}
  
 .circle-2{
    top: 151px;
    left: 70px;
}
  .circle-3{
    top: 153px;
    left: 188px;
}
  .circle-1{
     top: 23%;
    left: 44%;
}
 .map-item-num.img-circle{
  top: 2px;
  left: 17px;
}
}
@media screen and (min-width:992px)and (max-width:1024px){
  
  #fullmap_num8_2{
    left: 42%;
  }
  .circle-1{
    top: 48px;
    left: 175px;
    }
  
  .circle-2{
   top: 150px;
    left: 116px;
}
  .circle-3{
    top: 151px;
    left: 231px;
}
  .map-item-num.img-circle{
  top: 2px;
  left: 17px;
}
}
@media screen and (min-width:1025px){
  
.map-item-num.img-circle{
  top: 2px;
  left: 17px;
}
}
@media screen and (min-width:1026px){
.map-item-num.img-circle.circle-1
  {
        top: 49px;
        left: 169px;
  }
.map-item-num.img-circle.circle-2
  {
        top: 151px;
        left: 111px;
  }
.map-item-num.img-circle.circle-3
  {
        top: 151px;
        left: 227px;
  }
}
/*Task #16816 TRIANGLE MOCKUP  */  
                                               
/******** Disease Awareness Specific *******/
#disease_awareness .highlight{
  margin: 20px 0 0 0;
}
#disease_awareness .highlight ul {
    list-style: none;
    margin: 0px;
    padding: 6px 0px;
}
#disease_awareness .highlight ul li {
    margin: 6px 0;
	color: #fff;
}
#disease_awareness .highlight .inner {
    background: #00AF3F;
    padding: 8px 24px 24px 24px;
    color: #fff;
	min-height:166px;
  background-image: url(../images/highlight-bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#disease_awareness .highlight img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	float: left;
	z-index: 0;
	height:110px;
}
#disease_awareness  #triangle {
	margin-top: 20px;
}
#disease_awareness #triangle .item {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
}
#disease_awareness #triangle .item:last-child {
	border-bottom: none;
}
#disease_awareness #triangle h3{
	color: #d52B1e;
	font-size: 1.2em;
	margin-top: 0px;	
	font-weight: bold;
}
#disease_awareness #triangle img {
  width: 100%;
  max-height: 234px;
  max-width: 237px;
	margin: 0 auto;
}
#disease_awareness #bullets {
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}
 
 
@media screen and (max-width: 991px) {
	#disease_awareness .highlight {
		margin: 20px auto 0 auto;
		max-width:370px;
		float:none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#disease_awareness .highlight .inner {
		min-height:240px;
	}
	#disease_awareness .highlight img {
		height: 120px;
	}
}
 
@media screen and (max-width: 480px) {
#disease_awareness #triangle .t-image h3 {
	margin-top: 50px;
}
}
                                                              
/****** Disease FAQ ******/
#disease_faq #faq {
	padding-top: 20px;
}
#disease_faq #faq .question {
	    background: #f5f5f5;
		margin: 0 15px 10px 15px;
		border-bottom: 1px solid #e5e5e5;
}
#disease_faq #faq .question p{
    font-size: 1em;
	margin: 10px 0;
}
#disease_faq #faq .input-group-addon {
	background: #eee;
	border-top: none;
	border-bottom: none;
	border-radius: 0px;
	height:70px;
}
#disease_faq #faq .input-group-addon:first-child {
	border-right: 1px solid #f8f8f8;
}
#disease_faq #faq .input-group-addon.radiotrue input[type="radio"],
#disease_faq #faq .input-group-addon.radiofalse input[type="radio"] {
	display: none;
}
#disease_faq #faq .input-group-addon.radiotrue .fa,
#disease_faq #faq .input-group-addon.radiofalse .fa {
	border: 3px solid #bbb;
	padding: 6px 6px 5px;
	border-radius: 30px;
	font-size: 16px;
	color: ccc;
	background: #d9d9d9;
	width: 35px;
	height: 35px;
	line-height: 18px;
	cursor: pointer;
}
#disease_faq #faq .input-group-addon.radiotrue .on {
	border: 3px solid #00af3f;
	padding: 6px 6px 5px;
	border-radius: 30px;
	font-size: 16px;
	color: #00af3f;
	background: transparent;
	width: 35px;
	height: 35px;
	line-height: 18px;
	cursor: pointer;
}
#disease_faq #faq .input-group-addon.radiofalse .on {
	border: 3px solid #D52B1E;
	padding: 6px 8px 5px;
	border-radius: 30px;
	font-size: 16px;
	color: #D52B1E;
	background: transparent;
	width: 35px;
	height: 35px;
	line-height: 18px;
	cursor: pointer;
}
 
#disease_faq #faq .result {
    padding-bottom: 40px;
    width: 400px;
    margin: 0 auto;
}
#disease_faq #faq .success {
    padding-bottom: 20px;
    width: 300px;
    margin: 0 auto;
}
#disease_faq #faq .result-text {
	display: inline-block;
	margin-left: 20px;
	padding-top: 15px;
}
#disease_faq #faq .result-text h3 {
	margin: 0;
}
#disease_faq #faq .result-text h2 {
	margin: 0;
	padding-top: 10px;
	color: #ff6d22;
}
#disease_faq #faq .result p {
	text-align: center;
}
#disease_faq #faq .answer-total {
	font-size:1.2em;
	padding-bottom:20px;
}
#disease_faq #faq .answer-total span {
	color: #ff6d22;
}
#disease_faq #faq .answer {
	padding-bottom: 10px;
	margin: 0;
	border-top: 1px #ccc dashed;
}
#disease_faq #faq .answer.false {
	color:#D52B1E;
}
#disease_faq #faq .answer.true {
	color:#00af3f;
}
#success_img{
	max-width: 130px;
} 
 
@media screen and (max-width: 767px) {
	.radio-buttons {
		float: none;
		margin: 0 auto;
	} 
	#disease_faq #faq .result {
   		width: 100%;
	}
	#disease_faq #faq .question .radio-buttons .input-group-addon {
		border-top: 1px solid #ccc;
		padding: 0;
	}
  #success_img{
    max-width: 110px;
  }
}
/* faq for js */
#faq_result,
.success h2,
.success-describe,
.answer,
#button_after_submit{
	display: none;
}
/**/
/************************************************************************************
BREADCRUMB
*************************************************************************************/
#barra_wdg {
	border-bottom:3px solid #FFFFFF;
  padding-left:15px;
  /*background:#E9F1F3;*/
  background:#FFFFFF;
  display: block;
  width:50%;
  float:left;
  margin-top:10px;                                                                                      
}
#breadcrumbs {
	font-family:Verdana;
	color:#7a96bb;
	font-size:8px;
	float:left;
	margin-top:15px;
}
#breadcrumbs a {
	color:#7a96bb;
	font-size:10px;
	font-family: 'dinbold', Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#breadcrumbs a.last {
	color:#375a8b;
	text-decoration:none;
}
.last{
 color:black;
} 
/*******START ADD BY HONGLI 16/12/2014***************/
#barra_wdg h1{
font-size:14px;
display:inline-block;
 margin:0;                                                                                                        
}
/*******END ADD BY HONGLI 16/12/2014*****************/                                                                                                      
@media screen and (max-width:767px){
#barra_wdg{
float:none;
width:100%;                                                                                                      
}
}
/************************************************************************************
ACCORDION
*************************************************************************************/
#accordion h3 a {
	color:#ed1c24;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
}
#accordion h3 a .dictionary-p{
  background: url(../images/dictionary-title.png) no-repeat;
  background-size: 100% 100%;
  color: red;
  height: 40px;
  padding: 15px 0 0 50px;
  margin-left: 20px;
  font-size:20px;
  font-weight:bold;
  margin-bottom:0;
  
}
#accordion div ul li a,
#accordion div p a{
  font-size: 13px;
  text-decoration: underline;
}
#accordion table{
  background-color: #f1f1f1;
  padding: 0 15px;
  margin: 0 auto;
  width: 95%;
  margin-top: -15px;
}
#accordion table tr>td:first-child{
  width:22%;
  color: white;
  text-align: center;
  background-color:#808080;
}
#area_conteudo h2 .mainTitle{
  font-size: 20px;
  color: red;
  margin-left: 80px;
 
}
/************************************************************************************
CATEGORIAS
*************************************************************************************/
#zona_cats {
	padding:0 0 30px;
}
.cat_caixa {
	box-sizing: border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
	position:relative;
	float:left;
	width:47%;
	height:145px;
	margin: 0 20px 10px 0;
	padding: 20px 10px;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
	box-shadow: 3px 3px 5px #888888;
}
.cat_caixa .cont_caixa {
	width:100%;
	height: 100%;
}
.cat_caixa .cont_caixa a
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cat_caixa .cont_caixa img
{
    height: 100%;
    float: left;
}
.cat_caixa .cont_caixa h2,
.cat_caixa .cont_caixa p.cat_caixa-content
{
    width: 65%;
    float: right;    
}
.cat_caixa .cont_caixa h2
{
     margin: 20px 0 10px;  
     color: #414141; 
}
.cat_caixa .cont_caixa lable
{
    position: absolute;
    top: 20px;
    left: 35%;    
    color: #d4252c;
}
/************************************************************************************
CATEGORIAS
*************************************************************************************/
#veja_tb {
	display:none;
	padding:0 0 30px 30px;
  margin-top: 30px;
}
#veja_tb h2 {
	margin-bottom:5px;
}
#veja_tb ul {
	list-style: none;
}
#veja_tb ul li {
	margin-bottom: 5px;
	padding: 0;
}
#veja_tb ul li a {
	line-height: 100%;
	color: #507ab3;
	display: block;
	background: url('') left top no-repeat;
	padding: 2px 0px 1px 0;
	padding-left: 20px;	
	text-decoration: none;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'dinbold', Tahoma, Arial, Helvetica, sans-serif;
}
#veja_tb ul li a:hover {
	text-decoration:none;
}
#to-top {
	position: fixed;
	bottom: 0px;
	right: 36px;
	transform: rotate(90deg);
	transform-origin: right bottom 0;
	opacity: 0;
	transition: opacity 0.25s ease;
}
#to-top a {
	color: #fff;
	padding: 15px;
	background-color: #333;
}
#to-top a:hover {
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	#to-top {
	display: none;
}
}
/******** Footer *******/
footer {
	color: #666;
	font-size: 0.8em;
	line-height: 1.1em;
                        /*min-height:200px;*/
	border-top: 2px solid #D52B1E;
	margin: 20px 0;
	padding: 20px 0;
}
footer .list-inline>li {
    border-right: 1px solid #666;
	padding: 0 10px;
}
                                                                                              
footer .list-inline>li:last-child{
  border-right: none;
}
footer .list-inline>li a:hover{
        color: #D52B1E;
		text-decoration:none;
}
footer .list-inline>li a{
        color: #666;
}
footer .list-inline>li:first-child{
		padding-left: 5px;
}
footer .lilly-logo {
		max-width: 84px;
		padding-top: 20px;
	}
	
@media screen and (max-width: 767px) {
	footer {
		font-size: 1em;
		line-height: 1.2em;
		padding: 0;
	}
	footer .list-inline {
		margin-left: 0px;
	}
	footer .list-inline>li {
		display:block;
		border-right: none;
		border-bottom:1px solid #666;
		padding: 15px;
		text-align: center;
	}	
	footer .list-inline>li:first-child{
		padding-left: 15px;
	}
	footer #copyright{
		padding-top: 20px;
	}
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after,
.cmap-pagetitle:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
/*********************************************************
PAGINA DICAS
**********************************************************/
.cat_caixa_dicas{
	position:relative;
	float:left; 
	width:33%; 
	height:340px; 
	margin-bottom:10px;
}
.cat_caixa_dicas img{
	position:absolute;
	left:50%;
	margin-left:-150px;
}
.cat_caixa_dicas .cont_caixa_dicas{
	width:250px;
	position:absolute;
	top:240px;
	left:50%;
	margin-left:-125px;
}
/****************************************
Popup
****************************************/
.but, a.but{
  height: 22px;
  border: 0px solid #ff0000;
  float:  left;
  display: block;
  width: auto;
  overflow:  hidden;  
  margin-top: 15px; 
  text-decoration: none;
  cursor: pointer;
}
.but .left{
  float:  left;
  width: 10px;
  height: 22px;
  border: 0px solid #000;
  background: url("/_Assets/images/button-l.jpg") 0px 0px no-repeat;
}
#hideme
{
    float: right;
    margin-left: 20px;
    margin-top: 15px;
}
.leftGray{
  float:  left;
  width: 10px;
  height: 22px;
  border: 0px solid #000;
  background-color: #ccc;
}
.but .middle{
  float:  left;
  width: auto;
  height: 22px;
  line-height: 18px;
  font-size: 12px;
  border: 0px solid #000;
  background: url("/_Assets/images/button-l.jpg") -100px 0px no-repeat;
}
.middleGray{
    background-color: #CCCCCC;
    border: 0 solid #000000;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    width: auto;
}
a.but, a.but span, .content .content-block a.but{
  text-decoration: none;
}
a.but .middle{
  font-size: 11px;
  line-height: 22px;
  color: #fff;
}
a.but .middle span{
  color: #fff;
}
a.but.grey .middle span{
  color: #262626;
}
.but .middle a{
  font-family: Arial;
  font-size: 11px;
  color: #fff;
  font-style:  normal;
  text-decoration:  none;
}
.but .right{
  float:  left;
  width: 10px;
  height: 22px;
  border: 0px solid #000;
  background: url("/_Assets/images/button-l.jpg")  -310px 0px no-repeat;
}
.rightGray{
  float:  left;
  width: 10px;
  height: 22px;
  border: 0px solid #000;
  background-color:#ccc;
}
.but:hover .left{
  background: url("/_Assets/images/button-l.jpg")  0px -22px no-repeat;
}
.but:hover .right{
  background: url("/_Assets/images/button-l.jpg")  -310px -22px no-repeat;
}
.but:hover .middle{
  background: url("/_Assets/images/button-l.jpg")  -100px -22px no-repeat;
}
.but.grey .left{
  background: url("/_Assets/images/button-l.jpg") 0px -66px no-repeat;
}
.but.grey .middle{
  background: url("/_Assets/images/button-l.jpg") -100px -66px no-repeat;
}
.but.grey .middle a{
  color: #000;
}
.but.grey .right{
  background: url("/_Assets/images/button-l.jpg")  -310px -66px no-repeat;
}
.but.grey:hover .left{
  background: url("/_Assets/images/button-l.jpg")  0px -88px no-repeat;
}
.but.grey:hover .right{
  background: url("/_Assets/images/button-l.jpg")  -310px -88px no-repeat;
}
.but.grey:hover .middle{
  background: url("/_Assets/images/button-l.jpg")  -100px -88px no-repeat;
}
.exposeMask{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 1000;
}
.exposeMask.dark{
  opacity: 0.75;
}
#popup1, #popup2{display: none;}
#popup1
{
      padding-bottom:20px;
}
.popup
{
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: -240px;
  margin: -123px 0 0 50%;
  width: 480px;
  /*height: 246px;*/
  background-color: #fff;
  color: #000;
}
#popup1 .popup-header{
  height: 36px;
  position: relative;
  background: url("/_Assets/images/leaving-site-header.jpg");
}
#popup1 .popup-header-close{
  display: none;
  position: absolute;
  width: 16px;
  height: 17px;
  top: 10px;
  right: 10px;
  background: url('');
}
#popup1 .popup-content, #popup2 .popup-content{
  padding: 10px 20px;
  color: #000;
  font-size: 12px;
  overflow: hidden;
}
#popup1 .popup-content h1{
  margin: 1em 0;
  font-size: 16px;
  color: #c00;
}
#popup1 .popup-content p{
  margin: 1em 0;
  color: #000;
  /*font-weight: bold;*/
}
#popup1 .popup-content p strong{
  color: #000;
}
#popup1 .btn-block{
  padding: 0 12px;
}
#popup1 .btn-block .but{
  float: right;
  margin-left: 20px;
}
#popup1 .btn-block .but a{
  font-size: 13px;
  font-weight: bold;
}
#popup2.popup{
  position: fixed;
  top: 50%;
  left: -300px;
  margin: -140px 0 0 50%;
  width: 600px;
  height: 280px;
  background-color: transparent;
  color: #000;
}
#popup2.popup .close-btn{
  position: absolute;
  top: 20px;
  right: 20px;
  padding-right: 15px;
  background: url("/_Assets/images/icon-x-small.gif") 100% 1px no-repeat;
  font-size: 11px;
  color: #262626;
  text-decoration: none;
}
#popup2.popup .close-btn:hover{
  color: #cc0000;
  text-decoration: underline;
}
.popup .top{
  position: relative;
  margin: 0 14px 0 14px;
  height: 20px;
  background: url("/_Assets/images/bg-modal-top.gif");
}
.popup .bottom{
  position: relative;
  margin: 0 14px 0 14px;
  height: 20px;
  background: url("/_Assets/images/bg-modal-btm.gif");
}
.popup .top .lft{position: absolute; top: 0; left: -14px; width: 14px; height: 20px; background: url('') left top no-repeat;}
.popup .top .rgt{position: absolute; top: 0; right: -13px; width: 14px; height: 20px; background: url('') right top no-repeat;}
.popup .bottom .lft{position: absolute; bottom: 0; left: -14px; width: 14px; height: 20px; background: url('') left bottom no-repeat;}
.popup .bottom .rgt{position: absolute; bottom: 0; right: -13px; width: 14px; height: 20px; background: url('') right bottom no-repeat;}
.popup .mid-lft{
  display: block;
  padding-left: 9px;
  overflow: hidden;
  background: url("/_Assets/images/bg-modal-mid.gif") left top repeat-y;
}
.popup .mid-rgt{
  margin-right: 1px;
  padding-right: 9px;
  background: url("/_Assets/images/bg-modal-mid.gif") right top repeat-y;
}
#popup2.popup .popup-content{
  display: block;
  padding: 10px 10px 19px 70px;
  background-color: #F9F2DD;
  overflow: hidden;
}
#popup2.popup .popup-content .icon-i{
  position: absolute;
  top: 20px;
  left: 20px;
}
#popup2.popup .popup-content h2{
  font-size: 18px;
  color: #262626;
}
#popup2.popup .popup-content p{
  margin-top: 6px;
  font-size: 12px;
  color: #262626;
}
#popup2.popup .popup-content .btn-block .but .middle{
  min-width: 60px;
  text-align: center;
}
#popup2.popup .popup-content .btn-block{
  padding-left: 100px;
}
#popup2.popup .popup-content .btn-block .but{
  margin-left: 20px;
}
                                                                                                      
#popDiv .popup-content{
  padding: 0 20px 10px 40px;
  color: #000;
  font-size: 20px;
  overflow: hidden;
}                                                                                                                                                                                                           
#popDiv .modal-content{
 background-color: #F9F2DD;
}
#popDiv .modal-header{
 border-bottom:none;
}
#popDiv .modal-footer{
 padding:15px;
 border-top:none;
 text-align:center;
}
#popDiv .modal-footer a{
 color:gray;
 padding:0 10px;
 cursor: pointer;                                                                                                       
}  
                                                                                                      
#checkboxgroup
{
    color:#000;
    font-weight:bold;
}
#checkboxgroup input
{
    margin-right:15px;
}
.fancy-content{
  display: none;
}
/*Customizing fancy*/
#fancybox-close{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 66px;
  height: 22px;
  /*background: url('');*/
}
     
/***** Homepage Specific *****/
#home_page .main-image {
	background: #f9f9f9;
}
#home_page .main-image img{
	border-bottom: 4px solid #D52B1E;
    width:100%;
}
#home_page .homepage_text{
  padding: 20px 50px;
  background-color: #263F6A;
  color: #fff;
  border: 6px solid #fff;
  margin-bottom: 40px;
  margin-top: -20px;
  text-align: center;
  color: #000;
  background-image:url(/_Assets/images/homepage-text1.png);
  background-position:bottom right;
  background-repeat:no-repeat;
}
#home_page > div > section > .row {
    background: #f9f9f9;
}
#home_page > div > section > .row > img {
    border-bottom: 2px solid #D52B1E;
}
@media screen and (max-width: 991px) {
	#home_page  .homepage_text{
		border-left: none;
		border-right: none;
	}
}
@media screen and (min-width: 767px) {
	#home_page .main-image {
		padding: 0;
	}
}
/* slider */
.slider-part{
	position: relative;
}
.slider-part .slide{
	padding: 10px 0 25px 10px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #1582b1;
	border-radius: 6px;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
/*Added - #11006 - AMT - 2015/09/24 START*/
.article-part{
	position: relative;
}
.article-part .article{
	padding: 10px 0 25px 10px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #D52B1E;
	border-radius: 6px;
	position: absolute;
	bottom: 30px;
	left: 20px;
  width: 96.5%;
}
/*.article-part .article-section{
  width: 31.5%;
  margin-left: 1%;
  display: inline-block;
  padding-right: 10px;
}*/
 .article-image{
    width: 260px;
    height: auto;
    margin-bottom: 12px;
    margin-left: 0px;
   
 }
#homepage_banner_bottom .article-section.col-md-4 span:first-child{
background-color: #D52B1E;
color: white;
display:none;
}
@media screen and (min-width: 992px){
  #homepage_banner_bottom .article-section.col-md-4{
    margin-top: -30px;
  }
}
.article-part .pull-right{
  margin-bottom: -15px;
  background-color: #D52B1E;
  color: white;
  margin-right: 25px;
  width: 100px;
  text-align:center;
  text-decoration: none;
}
.destaque.not .video-content{
  margin-top: 20px;
}
.destaque.not .int{
  margin-Bottom: 20px;
}
@media screen and (max-width: 991px) {
.destaque.not .video-section{
   width: 100%;
 }
}
.pagination a.active{
    background-color: #d52e1e!important;
    color: white!important;
}
/*Added - #11006 - AMT - 2015/09/24 END*/
#home_page .main-image .item img{
	border: none;
}
.item a.col-xs-6{
	padding: 0;
}
.item a.col-xs-6:first-child{
	z-index: 100;
	margin: 10px -20px 0 5px;
}
.carousel-indicators{
	bottom: -10px;
}
.carousel-indicators .active{
	background-color: #7d7d7d;
}
.carousel-indicators li{
	border-color: #7d7d7d;
}
/******START ADD BY HONGLI 9/12/2014***************/
/*.carousel-inner .item:first-child a                                                                                                                                            
{*/
.carousel-inner .item:first-child a, .carousel-inner .item:nth-child(2) a{/*Tammy_2015/03/31_#7259*/
/*padding-right: 20px;
padding-left: 10px;
/*max-height: 241px;
width: 100%;
margin-top: 10px;*/  
padding:0; 
cursor: pointer;                                                                                                                                                
 }                                                                                                                                                     
@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: -10px;
	}
}
@media screen and (max-width: 767px){
	.slider-part .slide{
		position: relative;
		bottom: initial;
		left: initial;
		margin: 10px 0 20px;
	}
  /*Added - #11006 - AMT - 2015/09/24 START*/
 .article-part .article{
		position: relative;
		bottom: initial;
		left: initial;
		margin: 10px 0 20px;
    width:100%;
  }
  .article-page .col-xs-12 > div:last-child > p:first-child{
   clear:both;
  }
  .article-image{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  
  /* .article-part .article-section{
  width: 100%;
  display: inline-block;
  padding-right: 10px;
  }*/
 
}
  /* Added - #11006 - AMT - 2015/09/24 END*/
  
/********START ADD BY HONGLLI 15/12/2014***************/
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
  background:url(../images/facebook_counter.png)no-repeat!important;
  background-size:100%!important;                                                                                                                                                              
}                                                                                                                                                            
/********END ADD BY HONGLLI 15/12/2014***************/                                                                                                                                                              
/****************************************
Search
****************************************/
b { 
  font-weight: bold;
}
b.caret{
background:none !important;
}
.excerpt b{
  background-color:yellow;
}
#search .search-item p.excerpt span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
em { font-style: italic; }
div.filters { display: inline-block; }
.filter { background-color: #e0ecf1; inline-block; padding: 2px 4px; border-radius: 10px; margin-right: 4px; }
.filter:hover { background: #C6E2EE; }
.filter a { visibility: hidden; background-color: white; border-radius: 10px; display: inline-block; padding: 0 4px; cursor: pointer; }
.filter:hover a { visibility: visible }
.facets-wrapper br { font-size: 1px; height: 1px; }
.facets { display: inline-block; }
ul.facets { margin: 0; padding-left: 0; }
p.facets { margin: 0; }
.facets li { display: inline; }
.facets li { border-left: 1px solid #888; padding-left: 4px; }
.facets li:first-child { border-left-width: 0; padding-left: 0; }
.facets a { cursor: pointer; }
ul.pagination {
	list-style: none;
	float: right;
	clear: both;
}
ul.pagination li {
	display: inline-block;
	float: left;
	padding: 0 0.25ex;
}
.stars-bg { background-color: #DDD; width: 80px; height: 16px; float: left; clear: left; margin-right: 8px; }
.stars-bar { background-color: red; height: 16px; }
.stars { background-image: url('/_Assets/images/stars.png'); width: 80px; height: 16px; }
                                                                                                                      
/****** Side Bar and Mobile Nav ******/
  .row-offcanvas {
    position: relative;
	height: 100%;
	right:0;
  }
  @media screen and (max-width: 991px) {
	  
	.row-offcanvas-right.active {
    right: 320px;  
	}  
  .row-offcanvas-right.active .navbar-default{
    right: 320px;
  }
	.row-offcanvas-right.active .sidebar-offcanvas{
		display: block;
	}
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		right: 0px;
		background-color: #2b2b2b; 
		width: 320px;  
		height: 100%;
		display: none;
	}
  nav.navbar{
    margin-top: 0;
  }
	.navbar-collapse {
	  border-top: none;
	  box-shadow:none;
	}
	.side-nav.navbar-inverse {
		margin-bottom: 0;
	}
	.side-nav.navbar-inverse .navbar-form {
		background: #000;
		border-top: none;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		border-bottom: none;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.side-nav.navbar-inverse .input-group {
		background-color: #000;
		border-radius: 0px;
		width: 100%;
		margin-bottom: 0px;
	}
	.side-nav.navbar-inverse .navbar-form .input-group>.form-control {
		font-size: 1.2em;
	}
	.side-nav.navbar-inverse .navbar-form .input-group>.form-control,
	.side-nav.navbar-inverse .navbar-form .input-group .input-group-btn .btn {
		height: 62px;
		max-height:62px;
		padding-left: 15px;
	}
	.sidebar-nav .navbar-nav {
		margin: 7.5px -15px 7.5px 0;
	}
	.sidebar-nav .navbar-nav>li {
		border-bottom: #3b3b3b 1px solid;
	}
	.sidebar-nav .navbar-nav>li>a {
		color: #fff;
		padding: 20px 0 20px 0;
		font-size: 1.2em;
		transition: color 0.25s ease;
		word-break: break-all;
		padding-right: 15px;
		display: block;
	}
	.sidebar-nav .navbar-nav>li>a:hover,
	.sidebar-nav .navbar-nav>li>a.active,
	.sidebar-nav .navbar-nav .dropdown a:hover{
		color: #fff;
		border-color: #fff;
	}
	.sidebar-nav .navbar-nav>li>a.dropdown-toggle {
		padding-right: 50px;
	}
	.sidebar-nav .navbar-nav>li>a .side-arrow,
	.sidebar-nav .navbar-nav .dropdown a .side-arrow {
		display: none;
	}
	.sidebar-nav .navbar-nav>li>a.active .side-arrow,
	.sidebar-nav .navbar-nav .dropdown a.active .side-arrow {
		display: inline-block;
	}
	.sidebar-nav .navbar-nav>li>a.active .side-arrow:before,
	.sidebar-nav .navbar-nav .dropdown a.active .side-arrow:before {
		content: "\f104";
	}
	.sidebar-nav .navbar-nav>li>a .side-plus {
		height: 100%;
		width: 70px;
		background: transparent;
		display: block;
		position: absolute;
		font-size: 1em;
		top: 0;
		right: 0;
	}
	.sidebar-nav .navbar-nav>li>a .side-plus:before {
		content: "\f067";
		position: absolute;
		display: block;
		top: 50%;
		bottom: 0;
		left: 50%;
		right: 0;
		margin-left: -0.5em;
		height: 1em;
		margin-top: -0.4em;
		width: 1em;
	}
	.sidebar-nav .navbar-nav>li>a,
	.sidebar-nav .navbar-nav>li>a:hover,
	.sidebar-nav .navbar-nav>li>a:focus,
	.sidebar-nav ul li>a,
	.sidebar-nav ul li>a:hover,
	.sidebar-nav ul li>a:focus{
		background: transparent;
		text-decoration:none;
	}
	.sidebar-nav .navbar-nav ul {
		padding:0px;
	}
	.sidebar-nav .navbar-nav ul li>a {
		/*color: #666;*/
    color: #fff;
		font-size: 1.2em;
		padding: 20px 0 20px 0;
		transition: color 0.25s ease;
		word-break: break-all;
		padding-right: 15px;
		display:block;
	}
	.sidebar-nav .navbar-nav ul li {
		border-bottom: #3b3b3b 1px solid;
		margin-left: 15px;
		list-style:none;
	}
	.sidebar-nav .navbar-nav ul li:first-child {
    border-top: 1px solid #3B3B3C;
	}
	.sidebar-nav .navbar-nav ul li:last-child {
		border-bottom: none;
	}
  .sidebar-nav .navbar-nav .dropdown-menu>li>a{
    padding: 20px 0;
  }
  #sidebar_searchButton{
    padding-top: 21px;
  }
  .sidebar-nav .navbar-nav>li a.active{
    color: #fff;
  }
  .sidebar-nav .navbar-nav>li>a.active:before{
    content: "\f104";
    padding-right: 10px;
    display: inline-block;
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1.28571429em;
    text-align: center;
  }  
  .sidebar-nav .navbar-nav ul.dropdown-menu a.active {
    color: #666;
  }
  .sidebar-nav .navbar-nav.scroll-navbar-nav{
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
	  .row-offcanvas {
		right:0;
	  }
  .row-offcanvas-right.active {
    right: 280px;  
  }  
  .row-offcanvas-right.active .navbar-default{
    right: 280px;
  }
    .sidebar-offcanvas {
    width: 280px; 
  }
  .sidebar-nav .navbar-nav>li>a .side-plus{
    width: 50px;
  }
}
                                                                                                                                                      
/*---start------add by Tammy---09/09/2014------------*/  
                                                                                                                                                                                      
#listen .mt20{margin-top:20px !important;}
                                                                                                                                                      
@media screen and (max-width: 330px) {
	  #listen .mt100 {
		margin-top:120px !important;
	}    
    #listen .mt40 {
		margin-top:40px !important;
	}                                                                                                                                                                
} 
@media screen and (min-width: 330px) and (max-width:420px) {
	  #listen .mt100 {
		margin-top:80px !important;
	}                              
}
@media screen and (min-width:421px) and (max-width: 620px) {
	  #listen .mt100 {
		margin-top:50px !important;
	}                              
}                                                                                                                                                
/*@media screen and (max-width: 320px) {
	  #listen .mt100 {
		margin-top:100px !important;
	}                              
}      
@media screen and (max-width: 525px) {
	  #listen .mt100 {
		margin-top:100px !important;
	}                              
} */                                                                                                                                                              
/*---end------add by Tammy---09/09/2014------------*/                                                                                                                                                    
@font-face {
    font-family: 'kaiu';
    src: url("font/kaiu.ttf");
    font-weight: normal;
    font-style: normal;
}
.map-item-num{
      cursor: pointer!important;
}
  
#ext-gp-modal .button-list{
  
 margin-left:180px; 
  color: #428bca;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/*.button-list {
  display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
  
}*/
#ext-gp-modal .button-list .ok-button{
  display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
  margin-left:10px !important;
  
}
#ext-gp-modal .g-plus{
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
position:relative !important;
  
}
span.pull-right.approval{
  font-size:0.8em;
}
/*Existing Page: (teacher sick friends).style
*/
#tbody tr:nth-child(odd){
float: left;
}
#tbody tr:nth-child(even){
float: left;
}
#tbody tr{
position: relative;
max-width:425px;
}
.trText2 a{
color: #D42129;
}
.trText2{
text-align:left;
}
.default-td{
width: 146px;
height: 96px;
}
.trImg1{
  display: block;
  width:146px;
  height:96px;
  margin-right:40px;
  border: 3px solid #ECECED;
  border-radius: 4%;
  margin-top:20px;
}
@media screen and (min-width: 768px) and (max-width: 992px){
  #tbody tr{
  height:150px;
  }
}
@media screen and (max-width: 768px){
  .trText2{
    text-align:left;  
  }
 #tbody tr {
    clear: both!important; 
  }
  #tbody tr:nth-child(odd){
    float: none;
  }
  #tbody tr:nth-child(even){
    float: none;
  }
}
@media screen and (max-width: 400px){
.default-td{
    width: 95px;
    height: 70px;
    padding-top:20px;
}
.trImg1{
  display: block;
  width:95px;
  height:70px;
  border: 3px solid #ECECED;
  border-radius: 4%;
  margin-top:0px;
  margin-right:0px;
}
  #tbody tr .trText2{
    padding-top:20px !important;
  }
}
/*yulin_modify_style
*/
.hide{
  display: none;
}
.mapView img{
  cursor: pointer;
}
.img-circle{
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .full-map-num{
    padding:1px 7px;
    font-size:11px;
    width:20px;
    height:20px;
  }
  .full-map{
   padding:0px !important;
   margin-bottom:20px;
  }
}
.horse1{
  float:right;
}
@media screen and (max-width: 767px){
  .horse1{
    float:left;
  }
}
.ui-tooltip, .arrow:after {
  background: white;
  border: 2px solid red !important;
}
.ui-tooltip {
  padding: 10px 20px;
  color: black;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px white;
}
.arrow {
  width: 18px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  margin-left: -27px;
  bottom: 44%;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 9px;
}
.arrow.right{
  right:-18px;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
.arrow.right:after {
  left: -12px;
}
#wdg{
  padding:0 15px;
  width:1170px;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
  #wdg {
      width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px){
  #wdg{
      width: 750px;
  }
  .popupone{
    width:60% !important;
    left:20% !important;
  }
}
@media screen and (max-width: 767px){
  #wdg{
      width: 100%;
  }
  .popupone{
    width:70% !important;
    top:30% !important;
    left:10% !important;
    font-size: 8px !important;
    margin:0px!important;
  }
}
.radiofalse .fa-times{
  padding:6px 8px 5px !important;
}
button.close{
  font-size:30px !important;
  list-style-type:none;
  background:none;
  border-style:none;
  font-weight:bolder;
  float:right;
  outline:none;
}
.block{
  display:none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.img-circle{
  z-index:998;
}