html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
font-size: 100%;
color: #fff;
background-color: #00051a;
}

 

img {
max-width: 100%;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
width: 90%;
max-width: 1170px;
margin: 0 auto;
}
.cd-container::after {
/* clearfix */
content: '';
display: table;
clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
.liuc{position: relative;background-image: url(/release/img/liuc_ba.jpg);background-repeat: no-repeat;background-position: center;padding-bottom: 220px;}
.meeting_logo{position: relative;top: 62px;text-align: center;}
@media screen and (min-width: 780px) and (max-width: 1232px){
	.meeting_logo {
	    left: 46%;
	}
}
#cd-timeline {
position: relative;
padding: 2em 0 0;
margin-top: 2em;
margin-bottom: 2em;
}
#cd-timeline::before {
/* this is the vertical line */
content: '';
position: absolute;
top: 0;
left: 18px;
height: 98%;
width: 2px;
background: #50d4f0;
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
margin-top: 3em;
margin-bottom: 3em;
}
#cd-timeline::before {
left: 50%;
margin-left: -2px;
}
}

.cd-timeline-block {
position: relative;
/* margin: 2em 0; */
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
/* margin: 4em 0; */
}
.cd-timeline-block:first-child {
margin-top: 25px;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}

.cd-timeline-img {
position: absolute;
top: 0;
left: 0;
width: 105px;
height: 40px;
border-radius: 50%;

}
.cd-timeline-img img {
display: block;
width: 105px;
height: 19px;
position: relative;
left: 30%;
top: 120%;
margin-left: -12px;
margin-top: -12px;
}
.cd-timeline-img.cd-picture {

}
.cd-timeline-img.cd-movie img{
	transform: rotateY(180deg);
	left: -52%;
	top: 101%;
}
.cd-timeline-img.cd-location {

}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
width: 105px;
height: 60px;
left: 50%;
margin-left: -30px;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}

.cd-timeline-content {
position: relative;
margin-left: 60px;
/* background: white; */
border-radius: 0.25em;
padding: 1em;
}

.cd-timeline-content h2 {
color: #50d4f0;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 13px;
font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content p {
margin: 1em 0;
line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
float: right;
padding: .8em 1em;
background: #acb7c0;
color: white;
border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background-color: #bac4cb;
}
a.cd-read-more:hover{text-decoration:none; background-color: #424242; }
.cd-timeline-content .cd-date {
float: left;
padding: .8em 0;
opacity: .7;
}

@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
font-size: 18px;
font-size: 1.125rem;
}
.cd-timeline-content p {
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
margin-left: 0;
padding: 1.6em;
width: 42%;
float: right;
}

.cd-timeline-content .cd-read-more {
float: left;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 100%;
left: 122%;
top: 6px;
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
float: left;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 24px;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
left: auto;
right: 122%;
text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}

@media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
}

h2.top_title{border-bottom:none;background:none;text-align:center;line-height:32px; font-size:20px}
h2.top_title span{font-size:12px; color:#666;font-weight:500}

.meeting_grid1{background-image: url(/release/img/meeting_grid1.png);background-repeat: no-repeat;width: 21%;right: 244px;height: 118px;}
.meeting_grid2{background-image: url(/release/img/meeting_grid2.png);background-repeat: no-repeat;width: 29%;height: 185px;left: 152px;}
.meeting_grid3{background-image: url(/release/img/meeting_grid3.png);background-repeat: no-repeat;width: 29%;right: 151px;height: 145px;}
.meeting_grid4{background-image: url(/release/img/meeting_grid4.png);background-repeat: no-repeat;width: 25%;height: 144px;left: 200px;}
.meeting_grid5{background-image: url(/release/img/meeting_grid5.png);background-repeat: no-repeat;width: 25%;height: 121px;left: 197px;}
.meeting_grid6{background-image: url(/release/img/meeting_grid6.png);background-repeat: no-repeat;width: 44%;height: 159px;left: 25px;}
.meeting_grid7{background-image: url(/release/img/meeting_grid7.png);background-repeat: no-repeat;width: 38%;height: 145px;left: 46px;}
.meeting_grid8{background-image: url(/release/img/meeting_grid8.png);background-repeat: no-repeat;width: 43.5%;height: 167px;left: 19px;}
.meeting_grid9{background-image: url(/release/img/meeting_grid9.png);background-repeat: no-repeat;width: 48%;height: 295px;left: 71px;}
.meeting_grid1_fz{background-image: url(/release/img/meeting_grid1_fz.png);background-repeat: no-repeat;width: 21%;height: 121px;left: 248px;}
.meeting_grid4_fz{background-image: url(/release/img/meeting_grid4_fz.png);background-repeat: no-repeat;width: 25%;right: 200px;height: 146px;}<!--0.00031304359436035-->