#agenda_new .datetime .col-md-2,
#agenda_new .datetime .col-md-3,
#agenda_new .datetime .col-md-7 {float: none !important; display: table-cell;}
#agenda_new .datetime .col-md-2 {width: 20%;}
#agenda_new .datetime .col-md-3 {width: 28%;}
#agenda_new .datetime .col-md-7 {width: 56%;}
.datetime .video a,
.datetime .audio a {color: navy;}
.datetime .video {background: url(icon_video.png) no-repeat; padding-left: 30px;}
.datetime .audio {background: url(icon_audio.png) no-repeat; padding-left: 25px;}
#agenda_new a.white {color: #fff;}
#agenda_new .moderator,
#agenda_new .panelists {display: block; width: 100%;}
#agenda_new .fullbg {text-align: center;}

body {font-family: 'Montserrat', sans-serif;}

/*


#agenda_new .moderator,
#agenda_new .panelists {float: none !important; display: initial;}
*/
/*
.container.menu .col-md-12,
#page-title .col-md-12,
#newedge-top-bar .col-md-9 {display: inherit !important;}
*/

/*	Agenda */
#agenda_new .odd .moderator,
#agenda_new .odd .panelists,
#agenda_new .even .moderator,
#agenda_new .even .panelists {padding: 10px 0px;}
#agenda_new h3 {font-family: 'Work Sans', sans-serif; font-weight: 700; padding: 10px 15px 0px 15px;
 font-size: 15px;}
#agenda_new {font-family: 'Work Sans', sans-serif; margin: 20px 0px;}
#agenda_new .odd {border-left: 2px solid #449397; }
#agenda_new .even {border-left: 2px solid #202ee2; }
#agenda_new .odd .datetime {
	background: #ecf4f4;
    font-size: 18px;
    border-left: 2px solid #ecf4f4 !important;
    padding: 5px 0px;
    margin-left: -4px;
    font-weight: 600;
}
#agenda_new .even .datetime {
	background: #f2f3fc;
    font-size: 18px;
    border-left: 2px solid #f2f3fc !important;
    padding: 5px 0px;
    margin-left: -4px;
    font-weight: 600;
}
#agenda_new .fullbg {padding: 10px 0px 5px 0px;/*float: left; width: 100%;*/ display: flow-root;}
#agenda_new .fullbg.blue {background: #002060; color: #ffffff;}
#agenda_new .fullbg.gold {background: #bf8f00; color: #ffffff;  padding:  5px 0px; margin: 10px 0px;}
#agenda_new .fullbg .datetime {font-weight: 700; font-size: 18px;}
#agenda_new .fullbg h3 {font-size: 18px;}
#agenda_new .contact {padding: 5px 10px;}
#agenda_new .moderator .contact {width: 100%; display: inline-block;}
#agenda_new .panelists .contact {width: 49%; display: inline-flex;}
#agenda_new .type {font-weight: 700; margin: 0px 0px 10px 0px}
#agenda_new .contact .topic {font-weight: 500; margin-bottom: 10px; color: #2c5a70}
#agenda_new .contact .name,
#agenda_new .contacts .company,
#agenda_new .contacts .name,
#agenda_new .contact .company {font-weight: 600;}
#agenda_new .contact img {width: 85px; height: 85px;}
#agenda_new .moderator .col-md-2 {padding: 0px 10px; width: 10%;}
#agenda_new .moderator .col-md-9 {padding: 0px 10px; width: 80%;}
#agenda_new .panelists .col-md-2 {padding: 0px 10px; width: 20%;}
#agenda_new .panelists .col-md-9 {padding: 0px 10px; width: 79%;}
#agenda_new h1 {margin: 20px 0px 10px 0px;}
/* Agenda */


.sidebar-nav {display: flex;}
.btn-danger {background: #bf8f00; border-color: transparent; text-transform: uppercase;}
.btn-primary {background: #2474e5; border-color: transparent; text-transform: uppercase;}
.container.menu .insider {width: 1200px; margin: 0px auto;}

.col-md-12.cont-page {background: #ffffff;}

.menu.share {width: 25%;}
.container-fluid {padding: 0px 0px;}
.container.menu .active {border-bottom: 1px solid #3b8192; margin: 0px 20px;}
.container.menu {background: #e7e9f5; width:  100%; margin-bottom: 20px; margin-top: 3px;}
.sidebar-nav {padding: 5px 0px;}
.sidebar-nav .menu {padding: 17px 0px 0px 0px;}
.sidebar-nav .image {margin:  10px 0px;}
.sidebar-nav .image img {width: 25px; height: 25px; margin-top: 20px;}
.list-inline.pull-right.share {margin-top: -10px;}
#group .logospace,
#booths .logo {transition: 0.3s;}
#group .logospace:hover,
#booths .logo:hover {border: 1px solid #3b8192;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);}

h3.line {text-align: center;border-bottom: 1px solid; padding-bottom: 5px; margin-bottom: 10px;}

.breadcrumb {padding: 0px 0px;}
.breadcrumb li>a {color:  #000}

#booth .image {margin:  20px 0px 40px 0px; text-align: center;}
#booth h1 {text-align: center;}
#booth h2 {margin:  20px 0px; text-align: center;}
#booth p {margin:  20px 0px;}
#booth .links {display: inline;margin: 20px 0px;}
#booth .links .site,
#booth .links .pdf {display: inline-table; width: 45%; padding: 20px 0px;}
#booth .links img {margin-right: 20px}
.video {text-align: center;}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #F2D022 !important;
	border-color: transparent;
color: #4C3708 !important}


.btn-primary:hover, .btn-danger:focus, .btn-danger:active {
	background: #4b969f !important;
	border-color: transparent;
color: #4C3708 !important}



.sidebar-nav .menu.share:hover::after {
	width: 0px;
}
.sidebar-nav .menu::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1e4db8;
    transition: width .3s;
}

.sidebar-nav .menu:hover::after {
    width: 80%;
    margin: 0px auto;
}

#agenda_new .fullbg .contact {text-align: center; margin: 0px 33.5%;}
#agenda_new .fullbg .contact .col-md-2 {width: 15%;}
#agenda_new .fullbg .contact .col-md-9 {width: 20%; margin-top: 20px;}
#agenda_new .fullbg .contacts .col-md-2 {width: 20%;}
#agenda_new .fullbg .contacts .col-md-9 {width: 60%;}
#agenda_new .fullbg .contacts {float: left; width: 50%; padding-top: 10px;}
#agenda_new a {
  border-bottom: 1px solid rgba(192, 192, 192, 0);
  /* ^- the important bit. RGB 192,192,192 is the same as #C0C0C0*/
  
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease; 
}

#agenda_new a:hover {
  border-bottom: 1px solid rgba(192, 192, 192, 1);
}

.sidebar-nav li {
	
	margin-bottom: 2px;
	text-indent: 0;
/*border-bottom: solid 1px #e0e0e0;
	width: 100%;
	min-width: 250px;
	line-height: 35px;
*/
	padding:0px 15px;
	display: inline;
	text-align: center;
}
/*
.cont-page {font-family: 'Cormorant Garamond', serif; font-weight: 800; font-size: 20px}

#agenda img {}
*/
/*
.cont-page h1,
.cont-page h2 {font-family: 'Lora', serif; color: #2e74b5; font-weight: bold;}
.cont-page h1 {font-size: 50px;}
.cont-page h2 {font-size: 30px;}
*/
.sidebar-nav a {color:  #09123e; /*font-family: 'Nanum Myeongjo', serif;*/}
.sidebar-nav button {/*font-family: 'Nanum Myeongjo', serif;*/ font-weight: 900;}
.sidebar-nav .menu {text-align: center;}
.menu-0 {width: 3%; margin-right: 5px;}
/*
.menu-0 img {width: 100%;}
*/
.menu-1 {width: 18%;}
.menu-2 {width: 16%;}
.menu-3 {width: 22%;}
.image.menu-0.cal {margin-left:2%}

.col-md-10.logo h1 {  font-family: "Times New Roman", Times, serif;}
.col-md-10.logo .left {float: left; width: 20%;}
.col-md-10.logo .left img {max-width: 90%;}
.col-md-10.logo .right {float: right; width: 80%;}
.col-md-10.logo .number {color: orange; font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 1.5em}
.col-md-10.logo .number .sup {font-size:  0.3em; position: absolute;}

#page-title .col-md-10.logo .forum-title {font-size: 1.4em;}
#page-title .info .date {float: left; width: 70%;font-size: 21px; color: #000;}

.sidebar-nav li:first-child {text-align: left;}
/*
.sidebar-nav li img {width:  50%;}
*/
.sidebar-nav li.image {margin-top: -5px}
#page-title .page-buttons {float: left; width: 30%; text-align: left;}

.btn.btn-lg {padding: 15px 20px 11px 20px; line-height: 12px; font-weight: bold;}

/*		Drop Down Menu		*/
.dropbtn {
  background-color: #e7e9f5;
  color: #09123e;
  padding: 0px 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ffffff; color:  #000000;}

/*		Drop Down Menu 		*/

/*
p {padding-top: 10px; padding-bottom: 10px;} 
*/

/*
.addthisline {padding-top: 15px; padding-right: 25px;}
.addthis_inline_share_toolbox {margin-top: -53px; margin-right: -20px;}
*/
.at-icon-wrapper {width: 30px !important; height: 30px !important;}

.at-icon-wrapper svg {width: 25px !important; height: 25px !important; margin-left: -10px; margin-top: -2px;}

.logos {float: left; width: 100%;margin: 10px 0px 40px 0px;}
.leftsponsor {margin:20px auto; display: inline-flex;}
.sidebar-nav li a {
	display: block;
	font-weight: 900;
	text-decoration: none;
}

.color-gray-1 {color: #d2cfcf;}

#page-title .page-title-shipping{
	background: linear-gradient(
     rgba(17, 77, 152, 0.64), rgba(4, 13, 56, 0.9)
    ), url(http://forums.capitallink.com/greece/2017/img/forum-cover-1.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
	/*text-shadow: -1px -1px 9px rgba(0, 0, 0, 0.98);*/
}

.post-meta-share {
    margin-top: 0px;
    padding: 10px 0;
}

.post-meta-share ul.meta {
    font-size: 15px;
    line-height: 2.2em;
}

.post-meta-share ul {
    margin: 0;
    padding: 0;
}

 .list-inline, .list-unstyled {padding-right: 0;}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.t-black-1 {color: #000;}

A.social-links-white:link			{color: #cee7fd; text-decoration: none;  font-size: 28px;}
A.social-links-white:visited 		{color: #cee7fd; text-decoration: none; font-size: 28px;}
A.social-links-white:active 		{color: #cee7fd; text-decoration: none; font-size: 28px;}
A.social-links-white:hover 	{color: #f0f5ae; text-decoration: none; cursor:hand;  font-size: 28px;}
A.forum-sub-title-links:link			{color: #ffffff; text-decoration: none;  font-size: 21px;}
A.forum-sub-title-links:visited 		{color: #ffffff; text-decoration: none; font-size: 21px;}
A.forum-sub-title-links:active 		{color: #ffffff; text-decoration: none; font-size: 21px;}
A.forum-sub-title-links:hover 	{color: #ffffff; text-decoration: none; cursor:hand;  font-size: 21px;}

.tooltip-inner {
    background-color: #003665;
    color: #fff;
	padding: 9px;
	font-size: 12px;
}

.tooltip.top .tooltip-arrow {border-top-color: #003665;}

.tooltip.right .tooltip-arrow {border-right-color: #003665;}

.tooltip.bottom .tooltip-arrow {border-bottom-color: #003665;}

.tooltip.left .tooltip-arrow {border-left-color: #003665;}

.b-bottom {border-bottom: solid 1px #e0e0e0;}

.bio_speaker_pics {
	margin-right: 12px;
	margin-bottom: 8px;
	border: 1px solid #adadad;
	padding: 1px;
	float: left;
}

.speaker_bio_table {
	min-width: 600px;
	width: 85%;
	border-collapse:collapse;
	padding-top: 12px;
}

.speaker_name {font-size: 20px;}

.speaker_title {font-size: 17px;}

.speaker_bio {
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-word;
}

hr
{
   border-color: #000000;
   background-color:  #000000;
   color: #000000;
}	

div.xcontainer {
	border: 1px solid #000000;
	overflow: hidden;
	width: 100%;
}

div.xleft {
	width: 20%;
	float: left;
}

div.xright {
	width: 75%;
	float: right;
}

.card {
	-webkit-box-shadow:0 0 20px #cccccc; 
    -moz-box-shadow: 0 0 20px #cccccc; 
    box-shadow:0 0 20px #cccccc;
	*border:1px solid #cccccc;
	height: 100%;
}

.card-title {
	font: bold 18px/22px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	color:#555;
}

.card-title-indside {
	font: bold 14px/24px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#555;
}

.card-left {
	width:72%;
	float:left;
	padding:0px;
}

.card-div {
	width:10%;
	border-left:1px dotted #dddddd;
}

.card-right {
	width:22%;
	float:right;
	padding:0px; 
	margin-left: 7px;
}

.form_box_title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.main_titles {
	font-size: 18px;
	color: #034abd;
}

.o-submit-btn {padding-left: 25px;}

.s-form-control {
 font-size: 16px;
 margin-bottom: 15px;
 height: 30px;
}

/*	Start Logos */
#group {margin: 20px 0px 20px 0px; text-align: center; display: flow-root;}
#group h2 {border-bottom:  1px solid grey; margin-bottom: 30px;}
#group .logos {float: left; width: 100%;}
#group .logospace {
    border: 1px solid grey;
    position: relative;
    width: 158px;
    height: 158px;
    display: inline-block;
    margin: 4px 4px !important;
    padding:  20px 20px; 
}
#group .logospace img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto -78px;
    max-width: 100%;
    padding: 0px 20px;
}

/*	End Logos */

@media screen and (max-width: 768px) {
.logospace, .leftsponsor {
    float: none !important;
        display: inline-block !important;
    /* margin: 20px auto !important; */
}
}