.banner {
    position: relative;
	border-bottom: 0px;
}
a.tag.arrow:hover {
    text-decoration: underline;
}
strong, b {
    font-weight: 500;
}
i {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
.banner-image {
    background: url('../images/banner_inside.jpg');
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 0 14px 64px;
}

section.banner h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: 3px;
}

section.banner.banner_inside h2 span {
    color: #fff;
}
section.inner_contents {
    padding-top: 20px;
    padding-bottom: 30px;
}
section.timeline_content_area .row, .short_heading, .row.inner_left {
    margin-bottom: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.inner_left a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 500;
}
a{color: #222;}
section.timeline_content_area .row, .short_heading, .row.inner_left {
    margin-bottom: 15px;
}
section.inner_contents .short_heading h3 {
    color: #222;
    font-size: 19px;
    font-weight: 500;
}
section.inner_contents .short_heading h3 {
    color: #222;
    font-size: 19px;
    font-weight: 400;
}
section {
	background: #fff;
}
.inner_contents select.pc_start_date {
    width: 49%;
    float: left;
}
/*============		PC Listing All		=============*/
.pc_all {
	width: 230px;height: 160px !important;
	text-align: center;border:1px solid rgba(153, 0, 0, 0.17);
	float: left;margin: 0 10px;
	margin-bottom: 20px;display: table;
	position: relative;
}
.pc_all .image_section{
	display: table;
	position: relative;
}
.pc_all .image_section a{
	display: table-cell;
	vertical-align: middle;
	width: 229px;
	height: 160px !important;
	text-align: center;
}
.pc_all .image_section img{
	max-height: 160px;
	max-width: 229px !important;
	margin: 0px auto;
}
.pc_all .hover_content{
	position: absolute;
	top: 0;
	left: 0%;
	width: 229px !important;
	background-color: #FFFCED;
	border: 1px solid rgba(153, 0, 0, 0.17);
	box-shadow: 3px 3px 6px #BDBDBD;
	padding: 0;
	z-index: 999999999;
	display:none;
}
.pc_all:nth-last-child(-n+4) .hover_content{
  bottom: 0;
  top: initial;
}
.pc_all:hover .hover_content{
	display: block;
}
.pc_all .hover_content .hover_content_img {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.pc_all .hover_content .hover_content_img img{
	max-height: 160px;
	max-width: 229px !important;
	margin: 0px auto;
}
.pc_all .hover_content p{
	margin-bottom: 0;
	text-align: left;
	font-size: 14px;
	padding: 0 10px;
    line-height: 18px;
}
.pc_all .hover_content p strong {
	font-weight: 500;
}
.pc_all .hover_content a{
	text-align: left;
	color: #222;
	padding: 5px 0;
}
.pc_all .hover_content p.museum_name {
	margin-top: 25px;
}
.pc_all .hover_content a:hover{
	text-decoration: underline;
}
.pc_all .hover_content a.see_database {
    padding-top: 10px;
    display: block;
}
.pc_left {
	top: -4px;
	position: relative;
}
.pc_left_contents .as div {
	margin: 15px 0;
}
.as div p {
	margin: 0;
}
.as div p:last-child {
	display: inline-block;
	width: 100%;
}
.as div a {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 2px 0;
	display: block;
	margin-bottom: 2px;
}
.as div select {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #222;
}
.as div input::-webkit-input-placeholder {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #222;
}
.as div label {
	float: left;
	margin-right: 5px;
	transform: translateY(9px);
		-webkit-transform: translateY(9px);
			-moz-transform: translateY(9px);
				-o-transform: translateY(9px);
}
.as div select.dates {
	width: 38%;
	float: left;
	margin-left: 2px;
	padding: 5px 3px;
}
.pc_left_contents .as div input.db_search_submit {
	float: right;
	top: 15px;
	position: relative;
}
.page_listing {
	display: block;
	padding-top: 30px;
	font-size: 14px;
	color: #2e2e2e;
	text-align: center;
}
.page_listing a, span.next_list, span.prev_list {
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-size: 16px;
	font-weight: 400;
}
span.prev_list {
	position: relative;
	padding-right: 10px;
}
span.prev_list:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #2e2e2e;
	padding-left: 2px;
	right: 0;
	top: 1px;
}
span.numbers a {
	padding: 0 5px;
}
span.numbers a.active {
	border-bottom: 1px solid #2E2E2E;
}
span.next_list {
	position: relative;
	padding-left: 10px;
}
span.next_list:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #2e2e2e;
	padding-left: 2px;
	left: 0;
	top: 1px;
}
/*+++++++++++++++++++++++++*/
.pc_left_contents p strong{
	font-weight: 500;
}
.pc_left_contents a{
    background: url('../images/next_arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 4px !important;
    padding-left: 14px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
section.cooperation .container {
    width: 90.3%;
}
section.cooperation a{
	color: #fff;
}
/*============ Database Search Form ==============*/
section.db_start_page .left_options {
	position: relative;
	text-align: right;
	top: 119px;
}
section.db_start_page select {
	width: 92%;
	float: left;
}
section.db_start_page .left_options select {
	float: right;
	margin-bottom: 14px;
}
section.db_start_page p {
	display: inline-block;
	width: 100%;
}
section.db_start_page label {
	width: 4%;
	display: inline-block;
	float: left;
	margin-right: 10px;
	transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
}
section.db_start_page .left_options label {
	width: 100%;
	text-align: right;
}
section.db_start_page label.langu {
	transform: translateY(20px);
	-moz-transform: translateY(9px);
	-webkit-transform: translateY(20px);
}
input[type="text"] {
	border: 1px solid #111000;
	padding: 0 10px;
	color: #222;
	border-radius: 0px;
	outline: none;
	margin: 0;
	margin-bottom: 20px;
	display: inline-block;
	transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
			-moz-transition: all 0.3s ease-out;
				-o-transition: all 0.3s ease-out;
					-ms-transition: all 0.3s ease-out;
	background-color: #fff;
	border-color: #790D0D;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	width: 100%;
	height: 30px;
}
input#keyword1, input#keyword2, input#keyword3 {
	height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #504819;
	margin-top: 5px;
	background-color: transparent;
	border: 1px solid #A9A9A9;
	margin-bottom: 4px;
}

/*==============*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, input#keyword1, input#keyword2, input#keyword3 {
		border: 1px solid #222;
    }
}
/*==============*/
section.db_start_page select.dates {
	width: 22.85%;
	margin-right: 10px;
}
section.db_start_page p.centre input.db_search_submit {
    left: 20%;
    position: relative;
}
input.db_search_submit {
	display: inline-block;
	padding: 6px 20px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	border-radius: 20px;
    cursor: pointer;
	background-color: #990000;
    border: 1px solid #750101;
	transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
			-moz-transition: all 0.3s ease-out;
				-o-transition: all 0.3s ease-out;
					-ms-transition: all 0.3s ease-out;
}
input.db_search_submit:hover {
	color: #FFFFFF;
	background-color: #750101;
    border: 1px solid #750101;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
}
section.db_start_page p a {
	color: #222;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
p.left-alig .tooltip-inner{
	text-align: left;
}
.print_header {
	position: absolute;
	visibility: hidden;
	margin-left: auto; 
	margin-right: auto; 
}
/*============								=============*/
/*============			Database Listing Page					=============*/

/*============				Time Line Page				=============*/
p.start_dt {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 0px;
}

p.left-alig input.db_search_submit{
	position: relative;
    margin-top: 20px;
}
p.left-alig{
	text-align: center;
}
section.timeline_color .database_search label {
	min-width: 0px !important;
	margin-right: 15px;
    color: #fff;
}
.database_search input[type="text"] {
	width: 211px;
	margin: 0;
	margin-right: 20px;
}
.database_search input[type="text"], .database_search label, .database_search select {
	float: left;
}
section.timeline_color .database_search select {
	width: 211px;
}
.database_search {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 6px 0 0 0;
}
a.btn {
	display: inline-block;
    padding: 6px 0px;
    width: 120px;
    text-align: center;
    padding-bottom: 7px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #222;
	background-color: #fff;
    margin-left: 20px;
    border-bottom: 2px solid #500101;
    border-right: 2px solid #500101;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
			-o-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
}
a.btn:hover {
	background-color: #750101;
    border-color: #520303;
    color: #FFFFFF;
	text-decoration: underline;
	  transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
			-moz-transition: all 0.3s ease-out;
				-o-transition: all 0.3s ease-out;
					-ms-transition: all 0.3s ease-out;
}
a.btn:last-child {
	background-color: #750101;
    border-color: #520303;
    color: #FFFFFF;
}
a.btn:last-child:hover {
	color: #222;
	text-decoration: underline;
	background-color: #fff;
}

/*============			Database Listing					=============*/

.database_listing .image_section {
	width: 154px;
	height: 122px !important;
	text-align: center;
	border: 1px solid rgba(153, 0, 0, 0.17);
	float: left;
	margin: 0 10px;
	margin-bottom: 20px;
	display: table;
}
.database_listing .image_section a{
	display: flex;
	vertical-align: middle;
	width: 154px;
	height: 122px !important;
	float: left;
	text-align: center;
}
.database_listing .image_section a img{
	max-height: 122px;
	max-width: 100%;
	margin: 0px auto;
}
.database_listing_listing_content p span {
	font-weight: 500;
	color: #000;
}
.database_listing_listing_content p{
	font-size: 14px !important;
	font-weight: 400;
	line-height: 18px;
}
.database_listing_listing_content a {
	color: #333;
}.database_listing_listing_content a:hover {
	text-decoration: underline;
}
.database_listing_listing_content div{
	color: #333 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 18px;
	margin-top: 10px;
}
.database_listing .hover_content {
	width: 23.333333%;
	padding: 3px 5px;
	position: fixed;
	padding-top:0;/*
	top: 450px;*/
	left: 4%;
	display: none;
	background-color: #FFFFFF;
	z-index: 999999999;
}
.database_listing:hover .hover_content {
  display: block;
}
.database_listing .hover_content.fixed-hoverContent {
	top: 20%;
}
.database_listing .hover_content .hover_content_img {
	display: table;
}
.database_listing  div#hoverContent a img {
	max-height: 182px;
	max-width: 100%;
	margin: 0px auto;
}
.database_listing  div#hoverContent a {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 182px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
.database_listing .hover_content p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;line-height: 18px;
}
.database_listing .hover_content p strong {
	font-weight: 500;
}

/*============				Time Line Page				=============*/
section.timeline_color {
	background-color: #900;
	padding: 6px 0;
}
section.timeline_color p {
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
    font-weight: 300;
}
section.timeline_color p b {
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 2px;
	display: inline-block;
}
.timeline_selection_area {
	position: relative;
}
.timeline_selection_area .col-md-12, .timeline_selection_area .col-md-7 {
	padding: 0;
}
section.timeline_color label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 22px;
	float: left;
	margin-right: 10px;
	text-align: left;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
			-o-transform: translateY(4px);
}
#hcr_timeline article select, section.timeline_color select {
	border: 1px solid #111000;
	padding: 0 10px;
	color: #222;
	border-radius: 0px;
	outline: none;
	margin: 0;
	display: inline-block;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
			-o-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
	background-color: #fff;
	border-color: #790D0D;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	width: 211px;
	height: 30px;
	margin-right: 20px;
}
.timeline_selection_area p {width: 24%;}
section.timeline_color select {width: 65%;margin: 0;}
.inner_left a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 500;
}
section.timeline_content_area .row, .short_heading, .row.inner_left {
	margin-bottom: 15px;
}
.short_heading .col-md-5, .short_heading .col-md-7 {
	padding: 0;
}
section.inner_contents .short_heading h3 {
	color: #222;
	font-size: 19px;
	font-weight: 400;
}
h3.time_line_con_title {
	margin-left: 11px;
}
.time_line_date {
	border-top: 2px solid #990000;
}

.time_line_date p span  {
	background-color: #990000;
	padding: 2px 10px;
	display: inline-block;
	margin-top: -2px;
	color: #fff;
	font-weight: 300;
}
.time_line_date p span a {
	color: #fff;
}
.time_line_date p span a:hover {
	text-decoration:underline;
}
.time_line_image img {
	max-width: 40%;
}
.time_line_content p span {
	background-color: #990000;
    color: #FFF;
	padding: 2px 10px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-weight: 300;
}
.time_line_content div {
	max-width: 521px;
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.page_listing {
	display: block;
	padding-top: 30px;
	font-size: 14px;
	color: #2e2e2e;
	text-align: center;
}
.page_listing a, span.next_list, span.prev_list {
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-size: 16px;
	font-weight: 400;
}
span.prev_list {
	position: relative;
	padding-right: 10px;
}
span.prev_list:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #2e2e2e;
	padding-left: 2px;
	right: 0;
	top: 1px;
}
span.numbers a {
	padding: 0 5px;
}
span.numbers a.active {
	border-bottom: 1px solid #2E2E2E;
}
span.next_list {
	position: relative;
	padding-left: 10px;
}
span.next_list:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #2e2e2e;
	padding-left: 2px;
	left: 0;
	top: 1px;
}
.right_area {
	display: block;
	position: relative;
	top: 0px;
	z-index: 0;  padding: 0;
}
.right_area.colored {
	display: inline-block;
	position: relative;
	background-color: #990000;
	padding-bottom: 30px;
	width: 100%;
}
.color_bg {
	background-color: #990000;
	padding: 20px 20px 0 20px;
}
.color_bg p {
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    color: #fff;
}
.color_bg p strong {
	font-weight: 400;
}
.right_area.colored a {
	background: url('../images/white_next_arrow.png') !important;
	color: #fff;
	font-weight: 300;
	background-repeat: no-repeat !important;
	background-position: 0 5px !important;
	padding-left: 14px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
			-webkit-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
}
.right_area p.download {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 17px;
	background: url('../images/download_white.png');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-top: 0;
	font-size: 16px;
}
.right_area.colored:after {
	content: "";
	position: absolute;
	width: 169%;
	height: 100%;
	right: -167%;
	background-color: #990000;
	top: 0;
}
select.timeline_country_select {
    border-radius: 20px;
}
section.inner_contents .page .srup-large a img {
cursor: url('../images/cursor.png'), auto;
}
section.inner_contents .page .srup-large a img {
    max-width: 50%;
    max-height: 135px;
}
/*============== Pm Partner============*/
section.inner_contents.pm_partner{
	background: #900;    margin-bottom: 0;
}
section.inner_contents.pm_partner .inner_left a {
    color: #fff;
    font-weight: 400;
}
.center_contents h3 {
    color: #000 !important;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
}
section.inner_contents.pm_partner .accordion-section-content{
	display: none;
}
section.inner_contents.pm_partner .center_contents h3{
    color: #FFF !important;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 22px;
	border-bottom: 2px solid #AF2626;
}
section.inner_contents.pm_partner .row.country_head.pt.center_contents h3 a {
    color: #fff !important;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 22px;
    background: url('../images/down_arrow.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    position: relative;
    margin-left: 10px;
    background-size: 10px 5px;
    padding-left: 20px;
    display: block;
    background-color: rgb(175, 38, 38);
}
section.inner_contents.pm_partner .accordion-section-content p{
	line-height: 29px;
    margin-bottom: 3px;
    padding: 0px 32px;
    position: relative;
	font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
section.inner_contents.pm_partner .center_contents a{
	padding-left: 14px;
    margin-bottom: 0;
    background: url('../images/white_next_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-left: -4px;
}
section.inner_contents.pm_partner .row.country_head.pt.center_contents h3 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: -50%;
    background: #AF2626;
}
section.inner_contents.pm_partner .row.short_heading.pt h3{
	color: #fff;
    font-weight: 300;
}
/*============				Database Item				=============*/
section.language_option {
	background-color: #750101;
}
.language_options {
  display: table;
  width: 100%;
  padding-right: 15px;
}
.language_options li {
  float: right;
  border-right: 1px solid #990000;
}
.language_options li:first-child {
  border-right: 0px;
}
section.language_option li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
section.language_option li.active {
  background-color: #990000;
}
.zoom_area.hidden_small {
  margin-top: 10px;
}
.zoom_images {
  width: 280px;
  height: 211px;
  text-align: center;
}
.zoom_images img {
  max-height: 100%;
}
.thum_images {
  display: inline-block;
  margin-left: -8px;
  width: 102%;
}
.thum_images .db_image {
  width: 80px;
  height: 60px;
  text-align: center;
  float: left;
  display: table;
  padding: 0;
  background-color: #000;
  position: relative;
  margin: 5px 3px 5px 8px;
}
.thum_images .db_image a {
  display: table-cell;
  vertical-align: middle;
}
.thum_images .db_image img {
  max-height: 60px;
  max-width: 80px !important;
}
.center_contents {
  margin-top: 28px;
}

.imageHoverText{
	width: 100%;
    /*height: 20px;
    position: absolute;
    bottom: -22px;*/
    left: 0;
    color: #333;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    z-index: 99999999;
	display:none;
}
.imageHoverText-active{
	display:block;
}
/*============	Database search fixed left img  =============*/
div#item_preview.fixed-hoverContent {
	position: fixed;
	top: 100px;
	top: -webkit-calc(25% - 100px);
	top: -moz-calc(25% - 100px);
	background-color: #fff;
	width: 278px;
}

.hover_content_img img {
    max-height: 200px;
	
}

/*============	Database search fixed left img  =============*/

div#item_preview_description p strong, div#item_preview_description_first p strong {
    font-weight: 500;
}
div#item_preview_description p , div#item_preview_description_first p  {
    font-size: 14px;
	line-height: 18px;
}





section.inner_contents .center_contents.arabic .su_tooltip_1-content {
    left: 0;
    direction: rtl;
}
.su_tooltip {
	position: relative;
	cursor: pointer;
}
.su_tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 335px;
  left: 50%;
  top: 100%;
  color: #fffaf0;
  background: transparent;
  opacity: 0;
  padding-top: 20px;
  margin: 0 0 0px -167px;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.su_tooltip-text {
	border-top: 10px solid #750101;
	overflow: hidden;
		-webkit-transform: scale3d(0,1,1);
			transform: scale3d(0,1,1);
				-webkit-transition: -webkit-transform 0.3s 0.3s;
					transition: transform 0.3s 0.3s;
}
.su_tooltip-content span {
  display: block;
}
.su_tooltip:hover .su_tooltip-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.su_tooltip-inner {
  background: #990000;
  padding: 30px;
  min-height: 80px;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.su_tooltip-content .su_tooltip-inner {
  display: table;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.su_tooltip-inner .icon {
  vertical-align: middle;
  display: table-cell;
  font-size: 40px;
  height: 80px;
  text-align: center;
  width: 30%;
  margin-right: 10%;
  line-height: 80px;
}
.su_tooltip-inner .su_tooltip-body {
	width: 65%;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}
.su_tooltip:hover .su_tooltip-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.su_tooltip:hover .su_tooltip-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.su_tooltip-content::after {
	content: '';
	top: 0;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #750101;
	border-width: 10px;
	margin-left: -10px;
}
.su_tooltip:hover::after {
  pointer-events: auto;
}
.su_tooltip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width:620px){
	.su_tooltip-content { left: 65%;}
}


/*su_tooltip_1 */
.su_tooltip_1 {
	position: relative;
	cursor: pointer;
}
.su_tooltip_1-content {
  position: absolute;
  z-index: 9999;
  width: 555px;
  bottom: 100%;
  color: #fffaf0;
  background: transparent;
  opacity: 0;
  margin: 0px 0px 0px 0px;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.su_tooltip_1-text {
	overflow: hidden;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.su_tooltip_1-content span {
  display: block;
}
.su_tooltip_1:hover .su_tooltip_1-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.su_tooltip_1-inner {
  background: #990000;
  padding: 30px;
  min-height: 80px;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.su_tooltip_1-content .su_tooltip_1-inner {
  display: table;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.su_tooltip_1-inner .icon {
  vertical-align: middle;
  display: table-cell;
  font-size: 40px;
  height: 80px;
  text-align: center;
  width: 30%;
  margin-right: 10%;
  line-height: 80px;
}
.su_tooltip_1-inner .su_tooltip_1-body {
	width: 70%;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	padding:0px 10px; 
}
.su_tooltip_1:hover .su_tooltip_1-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.su_tooltip_1:hover .su_tooltip_1-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media only screen and (max-width:620px){
	.su_tooltip_1-content { left: 65%;}
}
/*su_tooltip_1 Ends*/



.source h3{
	margin:0px;
	color:#fff !important;
	font-family: 'Roboto', sans-serif;
}
.source p{
	margin:0px;
	color:#fff !important;
	padding: 0;
	font-weight: 300;
}
.source{
  display: block;
  padding: 5px 12px;
}
.DIA {
  background-color: #031e53;
}
.source.ISA {
	background-color: #ffcc00;
}
.source.ISA h3 {
	color: #222 !important;  font-weight: 500 !important;
	font-family: 'Roboto', sans-serif !important;;
}
.source.ISA p {
	color: #222 !important;
	font-weight: 400 !important;
}
.item_colr_bg {
	background-color: #990000;
	position: relative;
	top: 28px;
	padding: 0 20px; 
	padding-bottom: 30px;
}
.item_colr_bg a, .item_colr_bg div, .item_colr_bg p {
	position: relative;
}
.item_colr_bg:before {
    content: "";
    position: absolute;
    height: 70px;
    background-color: #990000;
    width: 267%;
    top: -48px;
    left: 0;
}
.item_colr_bg:after {
	content: "";
	position: absolute;
	width: 169%;
	height: 100%;
	right: -167%;
	background-color: #990000;
	top: 0;
}
.item_colr_bg p strong {
	font-weight: 400;
}
.item_colr_bg p {
	margin-bottom: 0px;
	color: #fff;
}
.item_colr_bg  p.main_heading{
	margin-bottom: 14px;
}
.item_colr_bg  p.main_heading strong{
	font-weight: 500;
}
.item_colr_bg div{
	margin-top: 16px;
	/*padding-bottom: 16px;*/
}
.item_colr_bg a{
	color: #fff !important;
	background: url('../images/white_next_arrow.png') !important;
	background-repeat: no-repeat !important;
	background-position: 0 4px !important;
	padding-left: 14px;
	display: block;
	cursor: pointer;
	font-size: 16px;
    line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
				-webkit-transition: all 0.4s ease-in-out;
}
.item_colr_bg a.no_arrow {
    background: none !important;
    padding-left: 0;
    margin-left: 15px;
}
.item_colr_bg a.no_arrow.save_pdf {
    display: inline-block;
    margin-top: 5px;
}
.item_colr_bg a:hover{
	text-decoration: underline;
}
.item_colr_bg a .imgLink{
	background: none;
}
.item_colr_bg ul li a, .item_colr_bg ul li{
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	padding-left: 15px;
	background: url('../images/white_next_arrow.png');
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-weight: 300;
	line-height: 22px;
}
.item_colr_bg p.download {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 17px;
	color: #fff;
	background: url('../images/download_white.png');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin-top: 15px;
	font-size: 16px;
}
li{list-style: none;}
/*============								=============*/
.specials>div {
    position: relative;
	display: inline-block;
	width: 100%;
}
.specials>div .srup-wrap .srup-large {
	margin-top: 15px;
}
.specials>div .srup-wrap {
    position: absolute;
    left: -105%;
    top: 0;
    width: 100%;
}
.specials>div .srup-wrap .srup-large a.g_images {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
	background: url('');
	background-repeat: no-repeat;
}
.specials>div .srup-wrap .srup-large a.g_images img {
    max-height: 74px;
    max-width: 110px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #F1F1F1;
    padding: 3px;
}
.item_colr_bg div.related_objects {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
	padding-bottom: 0px;
}
.item_colr_bg p {
    font-weight: 300;
}
.item_colr_bg .related_objects a {
    background: none !important;
    max-width: 70px;
    max-height: 70px;
    overflow: hidden;
    margin: 0px 5px 5px 0;
    display: inline-block;
    padding-left: 0;
}
.item_colr_bg .related_objects a img {
    max-height: 70px;
}
strong{font-weight: 500;}
.accordion-section-content .add_dia_partns p {
    margin-bottom: 0;
    line-height: 19px;
}
.partners_link a {
    padding-left: 14px;
    margin-bottom: 0;
    background: url('../images/next_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 3px;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 2px;
}
.partners_link p {
    margin-bottom: 1px;
	color: #fff;
}

.partners {
	display: table;
    width: 100%;
    height: 130px;
    text-align: right;
    background: url('../images/partner_bg.jpg');
    margin-bottom: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 12px;
}
.partners h3 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    border: 5px solid #fff;
}
div#quick-view {
    position: absolute;
    background: #990000;
    padding: 10px 20px;
    top: 50%;
    left: -60px;
	opacity: 0;
	visibility: hidden;
    z-index: 99999999999999999999;
}
div#quick-view.display_quick_view {	
	opacity: 1;
	visibility: visible;
}
div#quick-view.display_quick_view p{
	font-weight: 300;
}
.quick_search_close.quick_search_view {	
	opacity: 1;
	visibility: visible;
}
.quick_search_close {
	opacity: 0;
	visibility: hidden;
	position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
	cursor: pointer;
}
div#quick-view i {
    position: absolute;
	cursor: pointer;
    right: -12px;
    top: -18px;
    color: #FFF;
    font-size: 24px;
    text-shadow: -2px 1px 7px #2D2500;
}
div#quick-view p{
	color:#FFFFFF;
}
ul.tabs-menu-sh {
    display: inline-block;
    background-color: #750101;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
}
ul.tabs-menu-sh li {
    float: left;
}
ul.tabs-menu-sh li a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 0 6px 0 7px;
    font-size: 14px;
	font-weight: 400;
}

/*============		PM_PartneR_LisT	=============*/
p.color_bg_discover {
    display: inline-block;
    background: #750101;
    padding: 4px 10px;
}
#hcr_timeline {
	/*display: none;*/
	position: fixed;
	z-index: 1;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.6);*/
	background-color: #900;
	z-index: 99999999999999999; 
}
.modal-content {
	position: relative;
	/*width: calc(126vh - 90px);*/
	width: calc(126vh - 20px);
	margin:0px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	height: 556px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s  
}
#hcr_timeline article {
	background-color: #750101;
	display: inline-block;
	/*max-height: calc(100vh - 212px);*/
	max-height: calc(100vh - 170px);
	overflow: hidden;
	overflow-y: scroll;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
}
#hcr_timeline header {
	background: url('../images/hcr_header.jpg') top right;
	background-repeat: no-repeat;
	background-color: #750101;
	border-radius: 10px 10px 0 0;
}
#hcr_timeline header h3 {
	position: relative;
	padding: 25px 0 0 15px;
	color: #fff;
	display: inline-block;
	font-size: 32px;
    font-weight: 500;
}
p.hcr_select_title {
	color: #F5F1DE;
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	margin: 0;
}
#hcr_timeline article .left p strong{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
#hcr_timeline article:last-child p.hcr_select_title{
	margin-top: 10px;    margin-bottom: 5px;
}
#hcr_timeline article .left_img_area img {
	/*width: 75%;*/
}
#hcr_timeline article .left_img_area {
	margin: 30px 0 10px 0;
}
#hcr_timeline article .left p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}
.hcr_main_content h3 {
	padding: 20px 20px;
	background-color: #f0ede4;
}
.hcr_main_content h3.exIntro {
    background: transparent;
    padding: 0;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.hcr_main_content.col-md-8{ padding: 0px;}
.hcr_main_content p b{
	color: #254062;
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-weight: 500;
}
.hcr_main_content p {
  margin: 0;
  color: #222;
  font-size: 16px;
}
.hcr_main_content div {
	padding: 10px 20px;
}
.hcr_main_content div:nth-child(odd) {
	background-color: #f0ede4;
}
.hcr_main_content div:nth-child(even) {
	background-color: #fff;
}
section.hcr_lines {
	background-color: #febe40;
	padding: 10px 15px;
	padding-bottom: 16px;
	/*background:#febe40 url('../images/tc.jpg');
	background-repeat: no-repeat;	*/
}
section.hcr_lines .numbers{
	width: 75%;
	margin: 0px auto;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
    font-size: 13px;
}
section.hcr_lines .numbers span {
	display: inline-block;
	padding: 0 5px;
}
section.hcr_lines .lines {
  display: block;
  height: 8px;
  background: url('../images/hcr_timeline_dash.gif');
  background-size: 36px 6px;
  background-repeat-y: no-repeat;
  width: 71.5%;
  margin: 0px auto;
}
section.hcr_lines .numbers span {
  display: inline-block;
  padding: 0 2px;
  position:relative;
}
section.hcr_lines .numbers span.years_tml.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -16px;
    left: 5px;
}
section.hcr_lines .numbers span:first-child {
	padding-left: 0px;
}
/*---------------------------------------*/
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: -10px;
	top: -15px;
	background-color: #FEBE40;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
	padding: 0 6px;
	border-radius: 50%;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
section.inner_contents .center_contents a{
	color:rgb(1, 141, 206);
}
section.inner_contents .center_contents a.arrow {
    padding-left: 14px;
    margin-bottom: 0;
    background: url('../images/next_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 3px;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 2px;
	cursor: pointer;
}
p.tag_close, .tag_close {
    display: none;
}
p.tag_close.open {
    display: block;
}
section.inner_contents.pm_partner .center_contents {
    margin-top: 0;
}
section.inner_contents.pm_partner p {
    margin-bottom: 0;    line-height: 29px;
}
.center_contents p {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 2px;
    padding-left: 12px;
}
.center_contents p.notice_text{
	padding-left:0;
	margin-left:0;
}
.center_contents h4 {
    color: #750101 !important;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}
.row.short_heading.pt h3 {
    margin: 0;
}
.row.short_heading.pt h4 {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
ul.tabs-menu {
	display: inline-block;
	background-color: #750101;
	padding: 5px 0px;
	border-radius: 20px;
	margin-bottom: 20px;
	color: #fff;
}
ul.tabs-menu li {
	float: left;
}
ul.tabs-menu li a {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0 6px 0 7px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
}
ul.tabs-menu li.current a {
    color: #fff;
}
.tab a {
	color: #222;
}
.tab a:hover {
	text-decoration: underline;
}
.tab-content {
	display: none;
}
#tab-1 {
	display: block;
}
p.See_Participation a:hover{
	text-decoration: underline;
}
p.See_Participation a{
	font-weight: 300;
    color: #fff;
	font-style: italic;
}
p.See_Participation {
	background-color: #750101;
	padding: 10px;
	font-weight: 300;
	margin-top: 20px;
	display: inline-block;
    width: 100%;
}
p.See_Participation b {
	font-weight: 400;
    color: #fff;
}
.page {
    display: inline-block;
    width: 100%;
}
.as div p {
    margin: 0;
}
span.select_png {
    height: 29px;
    width: 85px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid rgb(169, 169, 169);
    margin-top: 5px;
    background: #fff url('../images/select.png') right;
    background-repeat: no-repeat;
	border-radius: 1px;
}
/*====================		Stylr Only For Safari 	==========*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, span.select_png {
		width: 84px;
		border: 1px solid #222;
    }
}
/*====================		Stylr Only For Safari 	==========*/
span.select_png select {
    width: 120px;
    border: 0px;
    margin: 0;
	background: transparent;
}

span.select_png:hover {
	border-color: #7f7f7f;
}
section.inner_contents .short_heading h3 span {
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 500;
}

/*=======================================	Style For Historical Profiles	================*/
#hbCnList span {
    color: #900000;
}
#hbCnList {
    padding: 25px 4px;
	padding-left:0;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-align: justify;
    line-height: 24px;
}
.item_colr_bg.hb_result:before {
    height: 30px;
    top: -15px;
    width: 100%;
}
.center_contents.HBcontent {
    margin-top: 0;
}
.center_contents.HBcontent h3 {
    margin-top: 0;
}
.page.HBcontent .sp-wrap {
    margin-top: 5px;
}
.item_colr_bg.hb_result {
    top: 20px;
	padding-bottom: 15px;
}
.item_colr_bg.hb_result:after {
    display: none;
}
.time_line_date.hb_result_next_prev span {
    text-align: center;
    width: 34.5%;
}
/*=======================================	Style For Historical Profiles	================*/
/*=====================			Visitor FeedBack Listing ===============-**/
.center {
    text-align: center;
}
.row.feedback_one {
    margin-bottom: 20px;
}
.published_by p  span{
	font-weight: 500;
}
.published_by p {
    font-size: 14px;
    margin-bottom: 0;
	color: #b8babd;
}
.feedback_msg {
    padding: 20px;
    background: rgba(68, 92, 103, 0.18);
}
.feedback_msg p {
}
.feedback_left {
    display: table;
    background: rgba(68, 92, 103, 0.18);
    width: 100%;
    height: 116px;
}
.feedback_left p{
	margin:0;
}
.feedback_left div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: left;
    padding: 0 20px;
}
.feedback_left div:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgb(221, 225, 227);
    right: -10px;
    top: 39%;
    transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
				-o-transform: rotate(45deg);
}
	
/*============								=============*/
.short_heading h2 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #900000;
}
section.inner_contents .short_heading h3.big_text {
    font-size: 24px;
    color: #900;
    font-style: italic;
    font-weight: 500;
}
p.big_p {
    font-size: 16px;
    font-weight: 500;
    color: #990000;
    font-style: italic;
}
div#hb_content_img {
    width: 100%;
    margin: 0px auto;
}
div#hb_content_title {
    text-align: center;
    margin-top: 30px;
}
div#hb_content_title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 34px;
    position: relative;
}
div#hb_content_title h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 16px;
    margin: 0;
    max-width: 750px;
    margin: 0px auto;
}
span#hb_content_sub_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 18px;
    line-height: 24px;
}
section.inner_contents .aboutContent ul {
    padding-left: 20px;
    margin: 10px 0;
}
section.inner_contents a:hover{
	text-decoration: underline;
}
section.inner_contents .aboutContent ul li, .aboutContent{
	list-style: initial;font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.about_left_bg {
    background: #750101;
    padding: 10px;
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
	border-right: 22px solid #fff;
}
.about_left_bg a {
    float: left;
    margin: 0 10px 10px 0;
    width: 108px;
    height: 83px;
	position:relative;
}
/**=====================**/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .about_left_bg a  {
		width: 107px;
		height: 82px;
    }
}
/**=====================**/
.about_left_bg a.aboutImgNew{
    margin: 0 0px 10px 0;
}
.about_left_bg a:nth-last-child(-n+4){
    margin-bottom: 0;
}
section.language_option.hstr_bg {
    display: inline-block;
    width: 100%;
}
section.language_option.hstr_bg ul.language_options {
    width: initial;
}
.about_left_bg_pages{

	background: #750101;
    padding: 10px;
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    border-right: 22px solid #fff;
}
.about_left_bg_pages a{
    float: left;
    margin: 0 10px 10px 0;
    height: initial;
    width: 48%;
}
.about_left_bg_pages a.about_left_bg_a {
    margin: 0 0px 10px 0;
}
a.about_chronology_thumb {
    float: left;
    margin: 0 10px 10px 0;
}
a.about_chronology_thumb img {
    max-width: 107px;
    max-height: 80px;
}
.about_chronology_thumb_main {
    display: inline-block;
    width: 100%;
}
h3#team_txt_head {
    background: #750101;
    margin-bottom: 20px;
    color: #fff;
    padding: 5px 10px;display: inline-block;
    width: 100%;
	cursor:pointer;
}
.project_team_content {
    margin-bottom: 10px;
}
.accordion h3.team_txt_head1 {
    font-weight: 400;
    padding-bottom: 5px;
	position: relative;
	cursor:pointer;
}
.accordion h3.team_txt_head1:after {
    content: "+";
    position: absolute;
    right: 0;
    color: #750101;
	cursor:pointer;
}
.accordion h3.team_txt_head1.active:after {
    content: "-";
}
.center_contents.HBcontent p {
    padding-left: 0;
    margin-left: 0;
}

h3.chr_short_txt {
    font-family: 'Roboto', sans-serif;
    color: #750101;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.bout_chronology_txt a{
	text-decoration: underline;
}
.bout_chronology_txt a:hover{
	text-decoration: none !important;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.bounceIn {
	-webkit-animation-name: flash;
	animation-name: flash;
	animation-duration: 900ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-duration: 900ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-duration: 900ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-duration: 900ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
}

.animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
div#hcr_timeline.historical_background_readmore_pop header {
    background: #750101;
	height: auto;
}
div#hcr_timeline.historical_background_readmore_pop article {
    background-color: #900;
    padding-top: 10px; 
	overflow-y: visible;
}
div#hcr_timeline.historical_background_readmore_pop header h3 {
    padding: 15px 0 15px 15px;
}