﻿/* 

ISPPCC 2019 Style

*/

/*=======================================
    GENERAL STYLES
==================================================*/

body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}


/*=======================================
    TYPOGRAPGY
==================================================*/

h2,h3,h4,h5,h6 {
  font-weight: 400;
}

h2 {
  font-size: 25px;
  color: #eb788b;
  margin-bottom: 30px;
}

h4 {
  font-size: 20px;
  line-height:1.5;
}

h7 {
  font-family: 'Waiting for the Sunrise';
  font-size: 30px;
  font-weight: bolder;
}

h8 {
  font-family: 'Waiting for the Sunrise';
  font-size: 24px;
  font-weight: bolder;
}

p {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  padding-top: 60px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align:center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 600;
  color: #e44c65;
  display: inline-block;
  margin-right: 50px;
  line-height: normal;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #e44c65;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.section-content {
  text-align:left;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #b94e5e;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #b94e5e;
  color: #fff;
}

.accent-button a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  border-radius: 30px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}



.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: yellow;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: ywllow;    }
}


/*=======================================
    RESPONSIVE NAVIGATION
==================================================*/

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  padding: 10px 10px;
  margin-top: 40px;
  border-bottom-left-radius:5%;
  border-bottom-right-radius:5%;
  width: 100%;
}

#main-nav ul li {
  margin: 15px 0px;
}

#main-nav ul li:hover {
  background-color: transparent;
}

#main-nav ul li a {
  font-size: 16px;
  height:0.3em;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}


/*=======================================
    SIDEBAR STYLES
==================================================*/

.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(48,67,82,0.7);
  z-index: 10;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height:140px;
  line-height: 100px;
  padding-top:15%;
  padding-left:10%;
  padding-right:10%;
  text-align: center;
}
  
.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 100px;
  width: 100%;
  line-height:2;
  display: inline-block;
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul{
  margin-left: 45px;
  list-style: none;
  padding: 0;
}

.sidebar-navigation li{
  padding: 4px 0;
}

.sidebar-navigation span{
  display: inline-block;
  position:relative;
}

.sidebar-navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}

.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}

.sidebar-navigation nav a:focus {
  color: #fff;
}

.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff; 
}

.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}

.sidebar-navigation nav .active-section .rect{
  width: 30px;
}

.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  color:#fff;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}


/*=======================================
    SLIDER STYLES
==================================================*/

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.slider p a {
  color: #FFF;
}

.slider p a:hover {
  color: #FF0;
  text-decoration: none;
}

.tm-black-translucent-bg { 
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 3%;
  padding-left: 3%;
  background-color: rgba(0,0,0,0.5);
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top:50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}

.Modern-Slider .info p {
  font-size: 18px;
  color: #fff;
  text-align: justify;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  position:absolute;
  top:60px;
  right:80px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,0);
  border:0 none;
  border-radius: 50px;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:rgba(255,255,255,0.5);
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f138';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 130px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,0);
  border:0 none;
  border-radius: 50px;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:rgba(255,255,255,0.5);
  z-index:5;
}

.Modern-Slider .PrevArrow:before{
  content:'\f137';
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/slide_1a.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/haborpiernight.jpg);
}


@keyframes zoomin {
  0% {-webkit-transform: scale(1);}
  100% {-webkit-transform: scale(1.3);}
}

.Modern-Slider {
  background:transparent;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}



/*=======================================
    NEWS SECTION
==================================================*/

#news {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

#news .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#news .item .image {
  position: relative;
}

#news .item .image img {
  width: 100%;
  overflow: hidden;
}

#news .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#news .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

#news .item .text-content span {
  display: inline-block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 7.5px;
}


/*=======================================
    COMMITTEES SECTION
==================================================*/

#committees {
  background: #f9f9f9;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

#committees .item .text-content {
  position: relative;
  z-index: 10;
}

#committees .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #7a7a7a;
}

#committees .item .text-content span {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #7a7a7a;
}

#committees .item .text-content .committee-list h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

#committees .item .text-content .committee-list span {
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
  color: #7a7a7a;
}

@media all and (max-width:768px){
#committees table{
  width:100%;
}
    
#committees td{
  display:block;
  vertical-align: bottom;
  width:100%;
}
    
#committees tr{
  display:block;
  vertical-align: bottom;
  margin-bottom:15px;
}
	
#committees .item .text-content .committee-list h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #7a7a7a;
  line-height:1;
}

#committees .item .text-content .committee-list span {
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
  color: #7a7a7a;        
  line-height:1;
}
	
}


/*=======================================
    PROGRAM SECTION
==================================================*/

#program {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

#program .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #7a7a7a;
}

#program .item .text-content h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #7a7a7a;
}

#program .item .text-content span {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #7a7a7a;
}

.topics-item {
  color: white;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
  vertical-align:middle;
  height:220px;
}

.topics-item a {
  color: #ffff66;
}

.topics-item a:hover {
  color: black;
}

.topics-item .topics-icon {
  font-size: 3em;
  padding-left: 20%;
  padding-right: 20%;
  vertical-align:middle;
  line-height:200px;
}

.topics-item .topics-content {
  position: absolute;
  top: 0;
  left:0;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align:middle;
  opacity: 0;
  visibility: hidden;
  line-height:200px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.topics-item .topics-content .inner-topics {
  display: inline-block;
  vertical-align: middle;
}  
  
.topics-item .topics-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight:700;
  color: white;
}

.topics-item:hover .topics-icon {
  opacity: 0;
  visibility: hidden;
}

.topics-item:hover .topics-content {
  opacity: 1;
  visibility: visible;
}

.topics-item {
  cursor: pointer;
}

#topics-1 {
  background-color: #f4654f;
}

#topics-2 {
  background-color: #f7955a;
}

#topics-3 {
  background-color: #f5c619;
}

#topics-4 {
  background-color: #2ecc71;
}

#topics-5 {
  background-color: #90ca0d;
}

#topics-6 {
  background-color: #15b7ec;
}

#topics-7 {
  background-color: #c282ea;
}

#topics-8 {
  background-color: #e75fa7;
}


/*=======================================
    PROGRAM TABLE STYLES
==================================================*/


table.gridtable {
  color:#333333;
  border-width: 1px;
  border-color: rgba(211,211,211,1);
  border-collapse: collapse;
}

table.gridtable th {
  border-width: 2px;
  padding: 8px;
  border-style: solid;
  border-color: rgba(211,211,211,1);
  background-color: #dedede;
}

table.gridtable td {
  border-width: 2px;
  padding: 8px;
  border-style: solid;
  border-color: rgba(211,211,211,1);
  background-color: #ffffff;
}

#program ul {
  list-style-type: none;
  /*use padding to move list item from left to right*/
  padding-left: 1em;
}

#program ul li:before {
  content: "–";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -1em;
}

/*=======================================
   SPEAKERS SECTION            
==================================================*/

#speakers {
  background: #f9f9f9;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#speakers .section-heading {
  margin-right: 20%;
}

#speakers .content-section {
  display: inline-block;
  position: relative;
}

#speakers .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#speakers .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

#speakers .item .text-content span {
  display: inline-block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 12.5px;
}

#speakers h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .speakers-wrapper {
  background: #ffffff;
  margin-right: 1%;
}

#speakers .speakers-thumb {
  padding-bottom: 22px;
  margin-bottom: 25px;
}

#speakers .item .text-content .keynote-list h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

#speakers .item .text-content .keynote-list span {
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
  color: #7a7a7a;
}


/*=======================================
   REGITRATION SECTION            
==================================================*/

#registration {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#registration .section-heading {
  margin-right: 20%;
}

#registration .content-section {
  display: inline-block;
  position: relative;
}

#registration .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#registration .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

.rotate {
  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -o-transform:rotate(-10deg)
}

.postit {
  line-height: 1;
  text-align:center;     
  width: 275px;    
  margin: 25px;    
  min-height:250px;
  max-height:250px;
  padding-top:25px;
  position:relative;   
  border:1px solid #E8E8E8;  
  border-top:35px solid #fdfd86;
  font-family:'Reenie Beanie';    
  font-size:28px;      
  border-bottom-right-radius: 60px 5px;
  display:inline-block;  
  background: #ffff88; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
  background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.postit:after {     
  content: "";
  position:absolute;
  z-index:-1;
  right:-0px; bottom:20px;
  width:200px;
  height:25px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
  -moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  transform: matrix(-1, -0.1, 0, 1, 0, 0);
}



/*=======================================
   CALL FOR ABSTRACTS SECTION            
==================================================*/


#abstracts {
  background: #f9f9f9;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#abstracts .section-heading {
  margin-right: 20%;
}

#abstracts .content-section {
  display: inline-block;
  position: relative;
}

#abstracts .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#abstracts .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  word-wrap:break-word;
}

#abstracts .item .text-content span {
  display: inline-block;
  font-size: 20px;
  color: #F0A;
  margin-bottom: 0px;
}

.strike {
  position: relative;
  display: inline-block;
}
.strike::before {
  content: '';
  border-bottom: 3px solid blue;
  width: 100%;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
}

/*=======================================
   ACCOMMODATION SECTION             
==================================================*/

#accommodation {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

#accommodation .section-heading {
  margin-right: 20%;
}

#accommodation .content-section {
  display: inline-block;
  position: relative;
}

#accommodation .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#accommodation .item .text-content ol{
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #7a7a7a;
}

#accommodation .item .text-content ol li {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #7a7a7a;
}

#accommodation .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

#accommodation .item .text-content span {
  display: inline-block;
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 5px;
}


/*=======================================
   USEFUL INFORMATION SECTION            
==================================================*/

#useful_info {
  background: #f9f9f9;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#useful_info .section-heading {
  margin-right: 20%;
}

#useful_info .content-section {
  display: inline-block;
  position: relative;
}

#useful_info .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#useful_info .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  word-wrap:break-word;
}

#useful_info .item .text-content ol{
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #7a7a7a;
}

#useful_info .item .text-content ol li {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #7a7a7a;
}

#useful_info .item .text-content span {
  display: inline-block;
  font-size: 20px;
  color: #7a7a7a;
  margin-bottom: 12.5px;
}


/*=======================================
   SPONSORS SECTION            
==================================================*/


#sponsors {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#sponsors .section-heading {
  margin-right: 20%;
}

#sponsors .content-section {
  display: inline-block;
  position: relative;
}

#sponsors .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#sponsors .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

#sponsors .sponsors-thumb {
  padding-bottom: 22px;
  margin-bottom: 25px;
}

#sponsors img {
  border: 1px solid #ddd;
}

.hover01 img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 :hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/*=======================================
   PRE-SYMPOSIUM SECTION            
==================================================*/


#presymposium {
  background: #f9f9f9;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#presymposium .section-heading {
  margin-right: 20%;
}

#presymposium .content-section {
  display: inline-block;
  position: relative;
}

#presymposium .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#presymposium .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

/*=======================================
   OTHER MEETINGS SECTION            
==================================================*/


#other {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#other.section-heading {
  margin-right: 20%;
}

#other.content-section {
  display: inline-block;
  position: relative;
}

#other .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#other .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  word-wrap:break-word;
}


/*=======================================
   CONTACT SECTION             
==================================================*/

#contact {
  background: #f9f9f9;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

#contact .section-heading {
  margin-right: 20%;
}

#contact .content-section {
  display: inline-block;
  position: relative;
}

#contact .item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

#contact .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}

#contact .item .text-content h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #7a7a7a;
  line-height:1.5;
}

/*=======================================
   FOOTER             
==================================================*/

.footer {
  background-image: url(../img/footer.jpg);
  background-color: rgba(12,12,12,0.9);
  background-size: cover;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/*---------------------------------------
   RESPONSIVE STYLE        
-----------------------------------------*/


@media (max-width: 992px) {

.responsive-nav {
  display: none;
}

.sidebar-navigation .logo a {
  font-size: 18px;
}

.sidebar-navigation nav a {
  font-size: 13px;
}

.sidebar-navigation nav ul {
  margin-left: 30px;
}

.sidebar-navigation .social-icons li a {
  font-size: 15px;
}

}


@media all and (max-width:768px){
	
.responsive-nav {
  display: block;
  height: 40px;
}

.page-content {
  width: 100%;
}

.Modern-Slider .info {
  text-align: right;
  right: 0px;
  padding: 30px 30px;
}
  
.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height:1.3;
}

.Modern-Slider .info h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}

.Modern-Slider .info p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height:1.5;
  color: #fff;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right: 50%;
  transform: translateX(50%);
  margin-right: -30px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,0);
  border:0 none;
  text-align:center;
  font:32px/50px FontAwesome;
  color:rgba(255,255,255,0.5);
  z-index:5;
}

.Modern-Slider .NextArrow:before{
  content:'\f138';
}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -30px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,0);
  border:0 none;
  text-align:center;
  font:32px/50px FontAwesome;
  color:rgba(255,255,255,0.5);
  z-index:5;
}

#program .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
}

#speakers table {
  width:100%;
}
    
#speakers td {
  display:block;
  vertical-align: bottom;
  width:100%;
}
    
#speakers tr {
  display:block;
  vertical-align: bottom;
  margin-bottom:15px;
}

#speakers .item .text-content .keynote-list h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #7a7a7a;
  line-height:1;
}

#speakers .item .text-content .keynote-list span {
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
  color: #7a7a7a;        
  line-height:1;
}

#registration h4{
  text-align: left;
}
  
#abstracts h4{
  text-align: left;
}

#accommodation h4{
  text-align: left;
}
  
#presymposium h4{
  text-align: left;
}


#useful_info h4{
  text-align: left;
}

}

@media (max-width: 690px) {

.section-heading p {
  position: relative;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.Modern-Slider .info h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
}

.Modern-Slider .info p {
  font-size: 12px;
  color: #fff;
  text-align: justify;
}

#news {
  padding-left: 15px;
  padding-right: 15px;
}

#news .owl-nav {
  position: absolute;
  display: inline-block;
  top: -220px;
  right: 0;
}

#committees {
  padding-left: 15px;
  padding-right: 15px;
}

#program {
  padding-left: 15px;
  padding-right: 15px;
}
    
#program .item .text-content h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #7a7a7a;
}

#program .item .text-content span {
  font-size: 13px;
}
  
.topics-item .topics-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align:middle;
  opacity: 0;
  visibility: hidden;
  line-height:200px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.topics-item .topics-content h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight:700;
  text-align:center;
  color: white;
}

#speakers {
  padding-left: 15px;
  padding-right: 15px;
}
  
#speakers h3 {
  font-size: 15px;
  margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  font-size: 10px;
  margin-top: 10px;
}
    
#registration {
  padding-left: 15px;
  padding-right: 15px;
}

#registration h4{
  text-align: left;
}
  
#abstracts {
  padding-left: 15px;
  padding-right: 15px;
}

#abstracts h4{
  text-align: left;
}

#speakers .speakers-wrapper {
  background: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
  
#accommodation {
  padding-left: 15px;
  padding-right: 15px;
}
  
#accommodation h4{
  text-align: left;
}
  
#useful_info {
  padding-left: 15px;
  padding-right: 15px;
}
  
#useful_info h4{
  text-align: left;
}

#sponsors {
 padding-left:15px;
 padding-right: 15px;
}
  
#sponsors h4{
  text-align: left;
}

#presymposium {
 padding-left:15px;
 padding-right: 15px;
}
  
#upresymposium h4{
  text-align: left;
}

#other {
 padding-left:15px;
 padding-right: 15px;
}
  
#other h4{
  text-align: left;
}



#contact {
  padding-left: 15px;
  padding-right: 15px;
}

}


@media all and (max-width:300px){
	
#speakers {
  padding-left: 5px;
  padding-right: 5px;
}
  
#speakers h3 {
  font-size: 8px;
  margin-bottom: 0px;
}
	
#speakers h6 {
  color: #666;
  font-size: 6px;
  margin-top: 10px;
}

}


/* === GOOGLE MAPS === */
.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0px;
	overflow: hidden;
	}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 400px !important;
	}
