a {
    text-decoration: none;
}
a.tag.arrow:hover {
    text-decoration: underline;
}
.banner-image {
    background: url('../images/banner_inside.jpg');
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.banner.banner_inside .banner-text {
    padding: 8px 0 14px 64px;
}
section.banner.banner_inside h2 {
    font-size: 30px;
    color: #ffcc00;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: 3px;
}
section.inner_contents.yellow .center_contents a {
    color: #222;
}
section.banner.banner_inside h2 a {
    color: #ffcc00;
}
section.banner.banner_inside h2 span {
    color: #FFEEAB;
}
section.inner_contents {
    padding-top: 20px;
    padding-bottom: 30px;
}
section.timeline_content_area .row, .short_heading, .row.inner_left {
    margin-bottom: 15px;
}
section.inner_contents .short_heading h3 {
    color: #211A00;
    font-size: 19px;
    font-weight: 500;
}
/*============ 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: #F5F1BC;
    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: #E0B700;
    border: 1px solid #A98E30;
    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: #A98E30;
    border: 1px solid #675517;
    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;
}

div#item_preview.fixed-hoverContent .hover_content_img {
    margin-bottom: 10px;
}
/*============                              =============*/
.print_header {
    position: absolute;
    visibility: hidden;
    margin-left: auto;
    margin-right: auto;
}
.tooltip {
  position: absolute !important;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.top {
  padding-top: 5px;
  margin-top: -3px !important;
  padding-bottom: 5px !important;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.bottom {
  padding-top:  5 !important;
  margin-top: 3px !important;
  padding-bottom: 5px !important;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  margin-top: 0 !important;
  padding-bottom: 3px !important;
}
.tooltip-arrow {
  position: absolute !important;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px !important;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  padding-bottom: 0 !important;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: -5px !important;
  padding-bottom: 0 !important;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: -5px !important;
  padding-bottom: 0 !important;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    margin-top: -5px !important;
    padding-bottom: 0 !important;
}

/*============              Time Line Page              =============*/
p.start_dt {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 5px;
}
select.timeline_country_select {
    border-radius: 20px;
}
p.left-alig input.db_search_submit{
    position: relative;
    top: 20px;
}
p.left-alig{
    text-align: center;
}
section.timeline_color {
    background-color: #E0B700;
    padding: 6px 0;
}
section.timeline_color p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
section.timeline_color p b {
    font-weight: 500;
    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: 500;
    color: #222;
    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: #F5F1BC;
    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;
}
a.arrow_bakward.addtomycollection{
    background: url('../images/next_arrow.png') left;
    background-repeat: no-repeat;
    padding-left: 15px;

}
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: #211A00;
    font-size: 19px;
    font-weight: 400;
}
h3.time_line_con_title {
    margin-left: 11px;
}
.time_line_date {
    border-top: 2px solid #E0B700;
}

.time_line_date p span {
    background-color: #E0B700;
    padding: 2px 10px;
    display: inline-block;
    margin-top: -2px;
}
.time_line_image img {
    max-width: 40%;
}
.time_line_content p span {
    background-color: #E0B700;
    color: #222;
    padding: 2px 10px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}
.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: #E0B700;
    padding-bottom: 30px;
    width: 100%;
}
.color_bg {
    background-color: #E0B700;
    padding: 20px 20px 0 20px;
}
.color_bg p {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.color_bg p strong {
  font-weight: 500;
}
.right_area.colored a {
    background: url('../images/next_arrow.png') !important;
    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: 500;
    margin-bottom: 0;
    padding-left: 17px;
    background: url('../images/download.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: #E0B700;
    top: 0;
}
/*============          Partner Page                    =============*/
.short_heading.pt h3 {
    margin: 0;
}
.pt.center_contents {
  margin-top: 0;
}
.center_contents h3 {
    color: #000 !important;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
}
.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.eiac_text{
    padding-left:0;
    font-size:14px;
    margin-left:0;
}
.center_contents p.notice_text{
    padding-left:0;
    font-size:14px;
    margin-left:0;
}
.center_contents.arabic h3 {
    direction: rtl;
    font-weight: 600;
}
.center_contents.arabic p {
    direction: rtl;
}
.center_contents p.notice_text{
    padding-left:0;
    margin-left:0;
}
.pt.center_contents p {
    line-height: 29px;
    margin-bottom: 3px;
    padding: 0px 8px;
    position: relative;
    padding-left: 0;
}
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;
}
section.inner_contents .center_contents.arabic a.arrow {
    padding-right: 20px;
    margin-bottom: 0;
    background: url('../images/back_arrow.png') right;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 2px;
    direction: rtl;
    text-align: right;
    display: block;
    width: 100%;
}
section.inner_contents .center_contents div.su_tooltip.arrow {
    padding-left: 14px;
    margin-bottom: 0;
    background: url('../images/next_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 2px;
    display:inline-block;
}

section.inner_contents .center_contents.arabic .su_tooltip_1-content {
    left: 0;
    direction: rtl;
}
section.inner_contents .center_contents.arabic div.su_tooltip.arrow {
    padding-right: 15px;
    margin-bottom: 0;
    background: url('../images/back_arrow.png') right;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 2px;
    display:inline-block;
    direction: rtl;
    text-align: right;
    width: 100%;
}
.projects p.dia {
    background-color:#ffcc00;color: #000;
}
.projects p.sh {
    background-color: #900000;
    color: #fff;
    font-weight: 400;
}
.projects p.dba {
    background-color:#031e53;
    color: #fff;
    font-weight: 400;
}
.projects p.dca {
    background-color:#504819;
    color: #fff;
    font-weight: 400;
}
.projects p.th {
    background-color:#263238;
    color: #fff;
    font-weight: 400;
}
.projects p {
    text-align: center;font-weight: 500;
}
.short_heading.pt h4 {
    font-size: 16px;
    color: #211A00;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
ul.tabs-menu {
    display: inline-block;
    background-color: #E0B700;
    padding: 5px 0px;
    border-radius: 20px;
    margin-bottom: 20px;
}
ul.tabs-menu li {
    float: left;
}
ul.tabs-menu li.current a {
    color: #222;
}
ul.tabs-menu li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 6px 0 7px;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.75);
}
.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: 400;
}
p.See_Participation {
    background-color: #E0B700;
    padding: 10px;
    font-weight: 300;
}
p.See_Participation b {
    font-weight: 500;
}
/*============              Database Item               =============*/
section.language_option {
    background-color: #E0B700;
}
.language_options {
  display: table;
  width: 100%;
  padding-right: 15px;
}
.language_options li {
  float: right;
  border-right: 1px solid #FFD600;
}
.language_options li:first-child {
  border-right: 0px;
}
section.language_option li a {
  color: #000;
  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: #FFD600;
}
.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;
}
.su_tooltip {
    position: relative;
    cursor: pointer;
}
.su_tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 450px;
  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;
}
.center_contents.arabic .su_tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 450px;
  left: 42%;
  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 #E0B700;
    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: #FFD600;
  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: 70%;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    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: #E0B700;
    border-width: 10px;
    margin-left: -10px;
}
.su_tooltip:hover::after {
  pointer-events: auto;
}

section.inner_contents .center_contents div.su_tooltip.arrow a{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
}
.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%;}
}

.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: #211A00 !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: #FFD600;
    position: relative;
    top: 28px;
    padding: 0 20px;
    padding-bottom: 30px;
}
.item_colr_bg  p.main_heading{
    margin-bottom: 14px;
}
.item_colr_bg  p.main_heading strong{
    font-weight: 600;
}
.item_colr_bg a, .item_colr_bg div, .item_colr_bg p {
    position: relative;
}
.item_colr_bg:before {
    content: "";
    position: absolute;
    height: 65px;
    background-color: #FFD600;
    width: 267%;
    top: -48px;
    left: 0;
}
.item_colr_bg:after {
    content: "";
    position: absolute;
    width: 169%;
    height: 100%;
    right: -167%;
    background-color: #FFD600;
    top: 0;
}
.item_colr_bg p strong {
    font-weight: 500;
}
.item_colr_bg p {
    margin-bottom: 0px;
}
.item_colr_bg div{
    margin-top: 16px;
    /*padding-bottom: 16px;*/
}
.item_colr_bg a{
    color: #222 !important;
    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;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    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:hover{
    text-decoration: underline;
}
.item_colr_bg ul li a, .item_colr_bg ul li{
    color: #222;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-left: 15px;
    background: url('../images/next_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 6px;
    font-weight: 400;
    line-height: 22px;
}
.item_colr_bg p.download {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 17px;
    color: #222;
    background: url('../images/download.png');
    background-position: 0px 4px;
    background-repeat: no-repeat;
    margin-top: 15px;
    font-size: 16px;
}
/*============                              =============*/
.color_bg a {
  margin-left: 0px !important;
}
#hcr_timeline {
    /*display: none;*/
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color: #FFD600;
    z-index: 99999999999999999;
}
.modal-content {
    position: relative;
    /*width: calc(126vh - 90px);*/
    width: calc(126vh - 30px);
    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: 544px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
#hcr_timeline article {
    background-color: #E0B700;
    display: inline-block;
    max-height: calc(100vh - 170px);
    max-height: -webkit-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: #E0B700;
    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: 600;
}
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: 500;
}
#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: #000;
    font-weight: 400;
    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.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;
}
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;
  /*opacity: 0;*/
  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;
}
.zoom_images {
    width: 280px;
    height: 211px;
    text-align: center;
}
.swiper-slide li {
    width: 40px;
    height: 38px;
    text-align: center;
    float: left;
    display: table;
    padding: 0;
    background-color: #000;
    position: relative;
}
.swiper-slide li a {
    display: table-cell;
    vertical-align: middle;
}
.swiper-slide li img {
    max-height: 38px;
    margin: 0px auto;
}
/*============          Database Listing Page                   =============*/
section.timeline_color .database_search label {
    min-width: 0px !important;
    margin-right: 15px;
}
.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: #000;
    background-color: #fff;
    margin-left: 20px;
    border-bottom: 2px solid #795E00;
    border-right: 2px solid #795E00;
    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: #A7881E;
    border-color: #795E00;
    color: #fff;
    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: #A7881E;
    border-color: #795E00;
    color: #fff;
}
a.btn:last-child:hover {
    color: #000;
    text-decoration: underline;
    background-color: #fff;
    border-color: #795E00;
}

/*============          Database Listing                    =============*/

.database_listing .image_section {
    width: 154px;
    height: 122px !important;
    text-align: center;
    border: 1px solid rgba(255, 214, 0, 0.28);
    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;
}
/*============      PC Listing All      =============*/
.pc_all {
    width: 230px;height: 160px !important;
    text-align: center;border:1px solid rgba(255, 214, 0, 0.28);
    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(255, 214, 0, 0.28);
    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;
    background: url('../images/next_arrow.png') left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position-y: 14px;
}
.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:hover {
    text-decoration: underline;
}
.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;
}
.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;
}
/*============          Accordian Area                  =============*/
.accordion-section-content {
    padding:15px;
    display:none;
}
div#accordion-1 {
  display: block;
}
.country_head.pt.center_contents h3 a {
    color: #000 !important;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 22px;
    background: url('../images/down_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
    position: relative;
    margin-left: 10px;
    background-size: 10px 5px;
        padding-left: 20px;
}
.pt.center_contents 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: 13px;
}
.country_head.pt.center_contents h3 a.accordion-section-title.active{
    background: url('../images/up_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 10px 5px;

}
p.tag_close, .tag_close {
    display: none;
}
p.tag_close.open{
    display: block;
}
a{cursor: pointer;}
.center_contents h4 {
    color: #8A7000 !important;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}
.specials h4 {
    color: #4C420E !important;
    display: inline-block;
    background: #FFD600;
    padding: 4px;
}
.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: -98%;
    top: 0;
    width: 90%;
}
.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 .related_objects a {
    background: none !important;
    max-width: 70px;
    max-height: 70px;
    overflow: hidden;
    margin: 0px 10px 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;
}

.partners {
    display: table;
    width: 100%;
    height: 130px;
    text-align: right;
    background: url('../images/partner_bg.jpg');
    margin-bottom: 8px;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top: 12px;
}
.partners h3 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: 5px solid #fff;
    /*background: rgba(0, 0, 0, 0.17);*/
    font-style: italic;
}

.row.add_dia_partns img {
    margin-top: 4px;
}
div#quick-view {
    position: absolute;
    background: #EEC201;
    padding: 10px 20px;
    top: 50%;
    left: -60px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999999999999999;
}
div#quick-view.display_quick_view {
    opacity: 1;
    visibility: visible;
}
.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.fa {
    position: absolute;
    cursor: pointer;
    right: -12px;
    top: -18px;
    color: #FFF;
    font-size: 24px;
    text-shadow: -2px 1px 7px #2D2500;
}
ul.tabs-menu-sh {
    display: inline-block;
    background-color: #E0B700;
    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: #222;
    padding: 0 6px 0 7px;
    font-size: 14px;
    font-weight: 500;
}

.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: url('../images/select.png') right;
    background-repeat: no-repeat;
    border-radius: 1px;
}
span.select_png select {
    width: 120px;
    border: 0px;
    margin: 0;
    background: transparent;
}

span.select_png:hover {
    border-color: #7f7f7f;
}

strong, b {
    font-weight: 500;
}
form.time_line .row {
    margin-right: 0;
}
/*============      PM_PartneR_LisT =============*/
.pm_partner_list .accordion-section-content{padding: 0 0 0 10px;}
.pm_partner_list div#accordion-1{display:none;}

section.inner_contents .pm_partner_list .center_contents h3 {
    color: #222 !important;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    line-height: 22px;
    border-bottom: 2px solid #E0B700;
}
.pm_partner_list .country_head.pt.center_contents h3 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: -50%;
    background: #E0B700;
}
.pm_partner_list .accordion-section-content p {
    margin-left: 11px;
}
.pm_partner_list .country_head.pt.center_contents h3 a {
    font-weight: 400 !important;
    color: #2B2920 !important;
    background-color: #E0B700;
    display: block;
    margin-left: 0;
    background-position: 5px 8px;
    padding-left: 20px;
}
.country_head.pt.center_contents h3 a.accordion-section-title.active {
    background: url('../images/up_arrow.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    background-size: 10px 5px;
    padding: 0px 20px;
    background-color: #E0B700;
}
p.color_bg_discover {
    text-align: center;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}
section.inner_contents .short_heading h3 span {
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 500;
}
.hcr_main_content h3.glossary {
    font-size: 16px;
}
/*==========     New Eiac Page              =========*/
.pst-block-head {
    background: #fff;
    padding: 14px 20px 13px;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
section.inner_contents .short_heading .pst-block-head h3 {
    color: #000;
    float:left;
    font-size: 18px;
}
.pst-block-head.accordion-section-content {
    display: none;
}
.pst-block-head .add_dia_partns .col-md-6 {
    padding: 0 !important;
    margin-bottom:10px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(360deg);
  }
}
a.accordion-section-title.active i {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
.pst-block-head.active {
    background: #E0B700;
}



/*-----------------------------------------------*/
.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;
}


/* Responsive */

@media only screen and (max-width: 760px) and (min-width: 320px) {
        .su_tooltip_1-content {
            /* left: -100%; */
            display: table-column-group;
            width: 325px;
            padding-left: 10px;
        }
}
/* Responsive */


.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: #FFD600;
    padding: 30px;
    min-height: 80px;
    transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform 0.3s;
    -o-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: #000;
  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);
}
.inner_contents select.pc_start_date {
    /*width: 49%;
    float: left;*/
}
/*============  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;
}







/*============          Responsive                  =============*/

@media only screen and (max-width: 520px){
    .pc_all .image_section, .pc_all .image_section a{/*width: 100%;*/}
}
@media only screen and (max-width: 620px){
    section.inner_contents .short_heading h3 span{display: block;}
    span.numbers a:nth-child(n+5) {display: none;}
    .timeline_selection_area p {width: 100%;}
    ul.tabs-menu{background: none;}
    ul.tabs-menu li a { padding: 5px 6px 5px 7px;background-color: #FFD000;display: inline-block;margin: 3px;box-shadow: 3px 3px 0px #e9e9e9;}
    ul.tabs-menu li.current a {background-color: #C5A203;}
    .database_search input[type="text"], .database_search label, .database_search select {
    width: 100% !important;margin-top: 10px !important;margin-bottom: 0 !important;}
    .database_listing_listing_content div{max-height: 73px; overflow: hidden;}
    section.timeline_color select {width: 100% !important;margin-top: 10px !important;margin-bottom: 0 !important;}
    section.timeline_color .database_search select {width: 100%px !important; margin-top: 0 !important;}
    .pc_all{width: 100%;margin: 0 auto;border: 0px;}
    .pc_all .image_section{border: 1px solid rgba(255, 214, 0, 0.28);}
    .pc_listing_content.hidden_large {float: left;padding: 10px 0;margin-bottom: 34px;border-bottom: 1px solid rgba(238, 194, 1, 0.33);width: 100%;}
    .pc_listing_content.hidden_large p {margin-bottom: 10px;font-size: 14px !important;text-align: left;}
    .pc_listing_content.hidden_large p strong {font-weight: 500;}
    .pc_listing_content.hidden_large a {color: #222;}
    .portal_links ul li:last-child{ display: none;}
}
@media only screen and (max-width: 750px){
    .add_dia_partns .col-md-4.col-xs-12 { padding:0 !important;}
    .row.add_dia_partns .col-md-6 {margin-bottom:  30px !important;}
    span.select_png{background-color: #fff;}
    .malayalam .as div a {color: #222;font-weight: 300;background-image: url('../images/next_arrow.png') !important;}
    .pm_partner_list .country_head.pt.center_contents h3 a:before{display: none;}
    .hidden_xs, div#item_preview.fixed-hoverContent {display: none;}
    .row.db_hover.test .col-xs-12 .col-xs-12{padding:0;}
    .database_listing:hover .hover_content{display: none;}
    .database_search {padding: 15px 15px 0 15px;display: inline-block;}
    .database_search a.btn { margin: 21px 0 0 0;}
    .database_search .col-xs-12 { padding: 0;}
    .inner_contents .col-xs-12 {margin-bottom: 15px;}
    .short_heading.pt .col-xs-12 {padding-left: 15px;margin-bottom: 5px;}
    section.inner_contents {padding-bottom: 24px;}
    .container {overflow: hidden;}
    .row {margin: 0 -10px;}
    section.timeline_content_area .row, .short_heading {margin-bottom: 5px;}
    /*======Database///////*/
    input#keyword1, input#keyword2, input#keyword3 {width: 75%;float: right;margin-bottom: 0px;}
    section.db_start_page label {width: 10%;float: left;margin-right: 5px;text-align: left;}
    section.db_start_page select {width: 75%;}
    section.db_start_page select.and_or {width: 22%;margin-right: 1%;padding: 0;font-size: 12px;}
    section.db_start_page select.dates.lang {width: 37.1%;}
    /*======= TIME LINE =============*/
    section.timeline_color {padding: 10px 0px;  }
    section.timeline_color p {display: block;}
    .timeline_selection_area {top: 10px;padding-bottom: 10px;}/*
    section.timeline_color .database_search select {width: 211px !important; margin-top: 0 !important;}*/
    .time_line_image img {max-width: 100%;}
    span.numbers a:nth-child(n+15) {display: none;}
    .time_line_content div {text-overflow: ellipsis;max-height: 110px;overflow: hidden;}
    .right_area {display: inline-block;width: 100%;margin-top: 30px;}
    /*========== Partner Page ===========*/
    .short_heading.pt h3.time_line_con_title {font-size: 16px;font-weight: 500;font-family: 'Roboto', sans-serif;}
    .pt.center_contents {padding: 0px 0;border: 0px solid #d7d7d7;margin: 0px 0;margin-top: 10px;}
    .country_head.pt.center_contents {border: none;padding: 0;}
    .country_head.pt.center_contents .col-xs-12 {padding-left: 5px;}
    .row.pt.center_contents .col-xs-12 {  margin-bottom: 0;}
    .pt.center_contents p {border-bottom: 0px;}
    /*======== Database Item Page==============*/
    .center_contents {margin-top: 0;}
    .su_tooltip-content {left: 130%;}
    .item_colr_bg:before{display: none;}
    .item_colr_bg {padding-top: 20px;}
    .source.DIA p {word-wrap: break-word;}
    #hcr_timeline { padding-top: 40px;}
    .modal-content {width: 91%;height: calc(70vh - 21px);}
    #hcr_timeline header {position: relative;}
    span.close {right: -9px;top: -37px;}
    section.hcr_lines {background: #febe40;padding: 10px 0px;}
    section.hcr_lines .numbers, section.hcr_lines .lines {opacity: 1;position: relative;}
    section.hcr_lines .numbers {width: 100%;text-align: center;}
    section.hcr_lines .lines {width: 95%;}
    a.btn.hidden_small{display:none;}
    .banner-image{padding: 40px 0;}
    .pc_left {position: absolute;z-index: 9999;width: 335px;left: 62%;top: -60px;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;}
    .hover_pc:before {font: normal normal normal 14px/1 FontAwesome;content: "\f040";position: absolute;width: 40px;height: 40px;background-color: #E0B700;top: -89px;right: 10px;border-radius: 50%;color: #fff;padding: 11px 13px;font-size: 18px;box-shadow: -3px 2px 3px #9E9E9E;}
    .hover_pc:hover::before {background-color: #E0B700;box-shadow: -3px 2px 3px #747373;transition: all 0.4s ease-in-out;}
    .pc_left_contents .as{background: #FFD600;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;}
    .pc_left_contents{border-top: 10px solid #E0B700;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;}
    .hover_pc:hover .pc_left {opacity: 1;pointer-events: auto;-webkit-transition-delay: 0s;transition-delay: 0s;}
    .pc_left_contents .as div {margin-bottom: 5px;margin-top: 0;}
    .hover_pc:hover .pc_left_contents{-webkit-transition-delay: 0s;transition-delay: 0s;-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);}
    .hover_pc:hover .pc_left_contents .as{-webkit-transition-delay: 0.3s;transition-delay: 0.3s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    .pcall_hover.test .hover_pc .pc_left div {margin: 0;}
    .hover_pc .pc_left_contents .as li {background: url('../images/white_next_arrow.png');background-repeat: no-repeat;background-position: 0 6px;background-size: 12px 10px;}
    .hover_pc .pc_left_contents .as p, .hover_pc .pc_left_contents .as li {color: #222;font-weight: 300;}
    .hover_pc .pc_left_contents .as p strong{font-weight: 400;}
    .pc_listing_content.hidden_large p {margin-bottom: 0px;line-height: 18px;font-size: 14px !important;text-align: left;}
    .pc_listing_content.hidden_large p strong {font-weight: 500;}
    .pc_listing_content.hidden_large a {color: #222;}
    .pc_all:hover .hover_content{display: none;}
    .pm_partner_list .country_head.pt.center_contents h3 a {margin-top: -20px;}
}
@media only screen and (max-width: 360px){
    .su_tooltip-content {left: 107%;}
    #hcr_timeline header h3 {font-size: 15px;}
    section.hcr_lines .numbers span {font-weight: 500;font-family: 'Roboto', sans-serif;font-size: 12px;}
    section.db_start_page select {padding-right: 0;padding-left: 0;}
}

@media only screen and (min-width:600px) and (max-width:750px){
    .pc_all{width: 100%;height: auto !important;border: 0px;margin-bottom: 20px;}
    .pc_all .image_section{float: left;width: 230px;height: 160px !important;text-align: center;border: 1px solid rgba(255, 214, 0, 0.28);display: table;  margin-right: 20px;}
    .pc_listing_content.hidden_large p{margin-bottom: 0px !important;}
    .hover_pc:before{top: -64px;}
    .pc_listing_content.hidden_large {width: 52%;float: left;padding: 10px 0;margin-bottom: 34px;border-bottom: 1px solid rgba(238, 194, 1, 0.33);}
}
@media only screen and (min-width:600px) and (max-width:790px){
    section.TimeLine.timeline_color .timeline_selection_area p {width: 48%;float: left;}
    section.TimeLine.timeline_color label {width: 28%;}
    section.TimeLine.timeline_color select {width: 60% !important;  margin-top: 0px !important;}
    .time_line_image img {max-width: 54%;}
    section.banner.banner_inside .banner-text {padding: 8px 0 6px 40px;}
    .projects p.dia, .projects p.sh, .projects p.dba, .projects p.dca, .projects p.th {width: 50%; margin: 0px auto;}
    section.timeline_color .database_search select {width: 100% !important; margin-top: 0 !important;}
	.database_search input[type="text"]{width: 100% !important;}
}

@media only screen and (min-width:750px) and (max-width:930px){
    section.timeline_color .database_search label{font-size: 14px !important;margin-right: 10px;}
    .database_search input[type="text"]{margin-right: 10px;}
    .database_search input[type="text"], section.timeline_color .database_search select {width: 150px !important;}
    .database_search a.btn {margin-left: 10px;width: 100px;}
    
}
@media only screen and (min-width:750px) and (max-width:990px){
    section.timeline_color label {width: 25%;}
    section.timeline_color select {width: 60%;}
    .timeline_selection_area p {width: 49%;}
    .zoom_images {width: 200px;height: 151px;}
    .item_colr_bg:before, .item_colr_bg:after {display: none;}
    .item_colr_bg{padding-top: 20px;margin-bottom: 30px;}
    .thum_images .db_image img {max-height: 30px;max-width: 40px !important;}
    .thum_images .db_image{width: 40px;height: 30px;}
    div#hcr_timeline {padding-top: 20px;}
    #hcr_timeline article select {width: 100%;}
    .hidden_large {display: none;}
    section.timeline_color .database_search label{width:auto;}
    .database_search input[type="text"], section.timeline_color .database_search select{width: 180px;}
    .hidden_large {display: none;}
    .database_listing:hover .hover_content {display: none;}
    .specials>div .srup-wrap {left: -54%;width: 50%;}
    div#item_preview.fixed-hoverContent {display: none;}
    div#item_preview {display: none;}
    section.db_start_page p.pull-right.glossary_link a {padding-left: 0px !important;}
}

.page {
    display: inline-block;
    width: 100%;
}
  
 
