/* 

#2294ff - кнопки и ссылки
#1c2f64 - заголовки
#0e162d - фон в главном анонсе и в футере
#e9eef5 - фон "серой секции"
#363945 - текст (абзацы)


background: #0e162dAA; 
color-secondary: #c7cfe1;
*/

header, footer, section	{
	display:block;
	clear:both;
}
header, footer, body	{font-family:'Source Sans Pro', Arial, sans-serif;height:100%;line-height: 1.6em;}
header, footer	{background: #0e162d;}
body {
	background: #0e162d;
}


.fix_width	{margin:0 auto;max-width: 1312px;position:relative;}

a:not([href]) {
	cursor: not-allowed ! important;
	opacity: 0.5;
}
a:not([href]):hover {
	background: #2294ff ! important;
}

a.dropdown-toggle {
	cursor: pointer !important;
	opacity: inherit;
}
a:focus {
	text-decoration: none;
}

header.header {
	padding-top: 1em;
	
}
header.header a:hover{
	text-decoration: none;
}

header.header .header-cabinet-container {
	height: 4em;
}

header.header .header-cabinet {
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);  
}
header.header .header-cabinet.cabinet {
	padding-right: 1em; 
}
header.header .header-cabinet.lang .current {
	font-weight: 700;
}

img.logo	{
	padding-right: 1em;
}
img.profile_icon	{
	padding-right: 1em;
}


h1,.h1 {
	font-size: 3.4em; 
	font-weight: 700;
	color: #1c2f64;
	margin-top: 0;
	line-height: 0.8em;
}
h1.main {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.1em;
}
h1 small,.h1 small {
	font-size: 0.5em; 
	font-weight: 700;
	color: white;
}
.section-light h1 small {
	color: #1c2f64; 
}
.section-light h1 {
	margin-bottom:20px;
	margin-top:-20px;
}
@media (max-width: 768px) { 
	h1 {
		font-size: 2.2em; 
	}
}	

h2,.h2 {
	margin: 0.8em auto 1.4em auto;
	font-size: 2.3em; 
	font-weight: 700;
	color: #1c2f64;
}
.section-talk h2, .section-talk .h2{
	margin-top: -0.6em;
}

h2 small,.h2 small {
	color: white;
}
.section-light h2 small, .section-light .h2 small {
	color: gray;
}
h3,.h3 {
	font-weight: 700;
	color: #1c2f64;
	font-size: 1.4em;
	line-height: 1.2em;
}
h1 a:hover, .h1 a:hover, 
h2 a:hover, .h2 a:hover, 
h3 a:hover, .h3 a:hover, 
h4 a:hover, .h4 a:hover {
	text-decoration: none;
} 

h1 a {color: inherit;}
h1 a:hover {color: inherit;}


p {
	color: #363945;
	text-align: left;
}
p.lead, .lead p {
	margin-top: 0.6em;
}

hr {
	border-top-color: #878fb8;
	max-width: 1200px;
}

header.header {
	position: initial;
	box-shadow: none;
	color: white;
}
header.header nav {
	padding-left: 56px;
	padding-right: 56px;
	margin-bottom: 0;
	max-width: 1312px;
}

header.header a {
	color: white;
}
.navbar-default {
    background-color: inherit;
    border-color: rgba(0,0,0,0);
}
.navbar-toggle {
	margin-top: 0;
}

footer.footer {
	padding: 4em 0 2em ; 
	color: white;
	line-height: 1.2em;
}
footer.footer h4 {
	font-size: 1.3em;
	padding: 0;
	font-weight: 700;
	margin-top: -0.4em;
	margin-bottom: 1em;
}
footer.footer img.logo {
	float: left;
}
footer.footer div.social-icon {
	display: inline-block;
	margin: 0 4px;
	width: 48px;
	height: 48px;
	border: 2px solid white;	
}
footer.footer div.social-icon > img {
	margin: 0 auto;
	display: block;
	padding: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);  
}


body {
	font-size: 16px;
}

a {
	color: #2294ff;
}

.button	{
	display:inline-block;
	line-height:24px;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.85em;
	font-weight: 700;
	padding: 1em 3.5em;
	margin: 2em 0.8em 0 0.8em;
	min-width: 228px;
	background: #FFF;
	border: 2px white solid;
}
.button:hover {
	text-decoration: none;
    cursor: pointer;
}
.button.button-primary {
	background: #2294ff;
	color: #fff;
	border: 2px #2294ff solid; 
}
.button.button-secondary {
	background-color: rgba(14,22,45,0);
	color: #2294ff;
	border: 2px #2294ff solid;
}
.button.button-primary:hover, .button.button-secondary:hover {
	background: rgba(0, 123, 204, 255);
    border-color: #007bcc;
	color: white;
}
button.button {
	padding: 1em 3.5em;
	margin: 0 0.8em 0 0.8em;
	border-radius: 0;
	color: #1c2f64;
}
button.button:hover {
	background: #dbe1fe;
    border-color: #dbe1fe;
}
button.button.button-subscribe {
    margin-top: 1em;
}
button.button.button-subscribe:hover {
    background: #e9eef5;
    border-color: #e9eef5;
}

.btn {
	border-radius: 0;
}

input {
	background: #0e162dAA;
	padding: 0.82em 1em;
	color: white;
	border: 2px white solid; 
	border-radius: 0;
	background-color: transparent;
}
.section#section-subscription input {
	background-color: transparent;
}

.date-location {
}
.date-location .date {
	padding-left: 0.5em;
	padding-right: 1em;
}
.date-location .location {
	padding-left: 1em;
}

.section {
	max-size: 100%;
	margin: 0 auto;
	padding: 32px 56px 56px;
	overflow: auto;
}

@media (max-width: 575.98px) { 
	.section {
		padding-left: 15px;
		padding-right: 15px;
	}
}	

.section.section-narrow {
	padding: 32px 56px 32px 56px;
}

article > div > .section:nth-child(1) {
	padding-bottom: 32px;
}

.section .content {
	max-width: 1312px;
	margin: 0 auto;
}
.section#section-main {
	background: #0e162d center -82px no-repeat url(/img/v2/main-image.png) !important;
}

iframe { max-width:100%; }

.section#section-main iframe#player {
	border: 1px solid; 
	animation: fade-in 3s cubic-bezier(.65,.05,.36,1);
	box-shadow: 0 0 0.8em 0.6em black;
	transition: box-shadow 0.5s ease-in-out;
}
.section#section-main iframe#player:hover {
	transition: box-shadow 0.5s ease-in-out;
	box-shadow: 0 0 0.6em 0.5em #bc4200;
}

.section#section-subscription {
	background: #0d1f4e top no-repeat url(/img/v2/subscribe.png) !important;
}

.section#section-statistic {
	background: top no-repeat url(/img/v2/event-numbers-background.png) !important;
	text-transform: uppercase;
}
.section#section-statistic span.stat {
	font-size: 4em;
	font-weight: 700;
}
.section#section-statistic .stat-img {
	height: 120px;
	width: 120px;
	border: 3px white solid;
	margin-right: 1em;
	float: right;
}
.section#section-statistic img {
	margin: auto;
	padding: 1em;
	display: block;	
}

.section.section-dark {
	background: #0e162d;
	color: white;
}
.section.section-dark h1, .section.section-dark .h1,
.section.section-dark h2, .section.section-dark .h2 {
	color: white;
}
.section.section-blue {
	background: #0d1f4e;
	color: white;
}
.section.section-blue h1, .section.section-blue .h1,
.section.section-blue h2, .section.section-blue .h2,
.section.section-blue h3, .section.section-blue .h3,
.section.section-blue h4, .section.section-blue .h4,
.section.section-blue h5, .section.section-blue .h5,
.section.section-blue h6, .section.section-blue .h6,
.section.section-blue p {
	color: white;
}

.section.section-light {
	background: #FFF;
	color: black;
}
.section.section-gray {
	background: #e9eef5;
	color: #0e162d;
}

.section.section-photo {
}
.section.section-photo img {
	margin: 1px;
}
.section.section-photo .photo-section {
	border: 2px #1c2f64 solid;
	padding: 0 1em 2em 1em;
	margin-bottom: 1em;
	color: white;
	--text-align: left;
}

.section.location {
}
.section.location .address {
	--height: 420px;
	background: #1c2f64;
	color: white;
	padding-top: 1em;
	padding-bottom: 1em;
}
.section.location .address {
	--padding-right: 0;
}
.section.location img {
	width: 100%;
	object-fit: contain;
}

.section.location .map {
	padding-left: 0;
}

.section.section-presentations {
}
.section.section-presentations small,
.section.section-mentions small {
	color: gray;
}
.section.section-presentations .author{
	background: #1c2f64;	
}
.section.section-presentations .author,
.section.section-mentions .author{
	line-height: 1em;
}
.section.section-talk .author-short *,
.section.section-blue.section-mentions .author *,
.section.section-presentations .author *{
	color: white;	
}
.section.section-talk .author-short p.company,
.section.section-mentions .author p.company,
.section.section-presentations .author p.company{
	color: #2294ff;	
	font-size: 0.95em;
}
.section.section-presentations .presentation {
	border: 2px #1c2f64 solid;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: white;
	text-align: left;
	height: 22em;
}
.section.section-presentations .presentation > div{
	height: 100%;
}

.section.section-presentations .presentation a {
	color: #1c2f64;
}
.section.section-presentations .presentation div {
	padding-top: 1em;
	padding-bottom: 1em;
}
.section.section-presentations .presentation h3 {
	margin-top: 0;
	padding-top: 0;
}
.section.section-talk .author-short h4,
.section.section-mentions .presentation h4,
.section.section-presentations .presentation h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: left;
}
.section.section-gray.section-mentions .presentation h4,
.section.section-light.section-mentions .presentation h4 {
	color: #9699a4;
}

.section.section-presentations .presentation img,
.section.section-mentions .presentation img {
	display: block;
}
.section.section-presentations .presentation img {
	margin: 0 auto;
}
.section.section-presentations .presentation .annotation {
	color: #363945;
	background: white;
	overflow: hidden;
}
.section.section-presentations .presentation .annotation:before {
    content:"";
    display:block;
    position:absolute; 
    height: 4em; width: 100%;
    bottom: 0; left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.section.section-talk .authors {
	--max-width: 40%;
	margin: 20px 4em  1em 15px; 
	float: left;
}

.section.section-talk .authors-short {
	width: 192px;
	float: left;
	margin-left: 15px;
	margin-right: 6em;
	margin-bottom: 1em;
}

.section.section-talk .author {
	margin-top: 0.5em;
	--border: 2px #1c2f64 solid;
	background: #F3F3FF;
}
/*
.section.section-talk .author:hover {
	background: #DDF;
	transition: 0.6s;
}
*/

.section.section-talk .author-short {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-right: 15px;
	min-width: 270px;
	background: #1c2f64;
	line-height: 1em;
	opacity: 1;
}
/*
.section.section-talk .author-short:hover,
.section.section-talk .author:hover .author-short {
	opacity: 1;
	transition: 0.6s;
}
*/
.section.section-talk .author-short img {
	display: block;
	margin: 0 auto 1em;
}
@media (max-width: 1200px) {
	.section.section-talk .author .author-short {
		width: 100%;
		margin-right: 0;
	}
}
.section.section-talk .author-annotation {
	padding-right: 15px;
	padding-left: 15px;
}
.section.section-talk .author-annotation p {
	padding-top: 12px;
}
.section.section-talk .presentation h4 {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	clear: both;
}
.section.section-talk .talk {
	margin-top: 3em;
}
.section.section-talk .presentation {
	margin-top: 1.25em;
	--display: table;	
}

.section.section-talk .presentation .information {
	margin-bottom: 1em;
	font-size: 0.8em;
	text-align: right;
}

.section.section-talk p.slides {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.section.section-talk iframe {
	margin-top: 2em;
	margin-bottom: 2em;
}



.section.section-press-center {}
.section.section-press-center h4 {
	text-align: left;
}

.section table {
	background-color: transparent;
	margin: 1em auto;
	font-size: 1.15em;
}
.section.section-light table,
.section.section-gray table {
	border: 2px #363945 solid;
}
.section.section-blue table {
	border: 2px white solid;
}

.section table td, 
.section table th {
	padding: 0.3em 1.5em;
}
.section.section-blue table td, 
.section.section-blue table th {
	border: 1px white solid;
}
.section.section-light table td, 
.section.section-light table th,
.section.section-gray table td, 
.section.section-gray table th {
	border: 1px #363945 solid;
}

.section table th {
	font-weight: 700;
}
.section table.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(127,127,127,0.06);
}
.section table.table-hover > tbody > tr:hover {
    background-color: rgba(127,127,127,0.1);
}

.section table.statistic {
	border: none;
	margin: auto;
}
.section table.statistic th,
.section table.statistic td {
	border: none;
}

.section table.scheduler {
}

.section table.scheduler > thead  th {
	text-align: center;
}

 
.section.section-about .about {
}
.section.section-about .about h2 {
	text-transform: uppercase;
	margin: 0.8em 0 0;
	font-size: 1.9em;
}
.section.section-about .about h2 img {
	margin-right: 0.6em;
	margin-bottom: 0.7em;
}
.section.section-about .about div {
	margin-left: 3.2em;
}
.section.section-about .about iframe {
	margin: 2em 0 0 3.2em;
}
@media (max-width: 575.98px) { 
.section.section-about .about iframe {
	margin-left: 0;
}
}	

.content  ul {
	color: #363945;
	margin-bottom: 1em;
	text-align: left;
}
.content .about ul {
	padding-left:0;
}
.content  li {
    list-style-type: none;
    text-indent: -1.3em;
    margin-left: 1.3em;
   }
.content  li:before {
    content: "■";
    color:#2294ff;
    margin-right: 0.6em;
   }

.centerer {
	text-align: center;
}

.main-gap {
	width: 100%;
	height: 16em;
}

.news {
	text-align: left;
	margin-bottom: 2em;
}
.news img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 24px;
}
.news h3 {
	margin-bottom: 1.2em;
}
.news h3, .news h3 a, .news h3 a:hover {
	color: #1c2f64;
}
.news .date {
	color: gray;
}
.news .annotation {
	margin-top: 1.2em;
}


/* Меню */
nav ul.dropdown-menu {
	padding: 1em 0;
	background: #0e162d;	
	color: gray;	
	min-width: 16em;
}

nav ul.dropdown-menu > li {
	padding: 3px 20px;
	text-transform: uppercase;
}
nav ul.dropdown-menu > li > a {
	padding: 0;
	color: lightgray;
	text-transform: none;
}
nav ul.dropdown-menu > li > a:hover {
	color: white;
	background: #0e162d;
	cursor: pointer;
}

nav.sub-menu {
	margin: -1em auto 0;
}
nav.sub-menu > ul {
	font-size: 0.9em;
	font-weight: 700;
}
nav.sub-menu #conference-title {
	font-weight: 700;
	float: left;
	padding-left: 6.8em;
	font-size: 1.25em;
	text-align: left;
}
nav.sub-menu #conference-title a {
	color: white;
}

nav .main-menu div > ul,
nav.sub-menu  ul{
	padding: 0;
    display: inline-block;
    list-style-type: none;
	opacity: 1;
}
nav  .main-menu div > ul {
	padding-top: 1.3em;
}

nav  .main-menu  ul > li,
nav.sub-menu  ul > li {
	display: inline-block;
	padding-right: 2em;
	text-transform: uppercase;
}

nav  .main-menu  ul > li {padding-right: 1em;text-transform:none;}

nav  .main-menu  ul > li > a,
nav.sub-menu   a{
	color: #c7cfe1;
}
nav  .main-menu  ul > li > a:hover,
nav.sub-menu   a:hover{
    cursor: pointer;
	text-decoration: none;
	color: white;
	background: inherit !important;
}
nav  .main-menu  ul > li > a.current,
nav.sub-menu   a.current{
	color: white;
	font-weight:700;
	font-size: 1.15em;
}

div.partners  {
	width: 60%;
	margin: 0 auto;
}

div.partners img {
	max-width: 160px;
	margin: 32px;
}
.partners h4 {
	color: #1c2f64;
	font-weight: 700;
}

.conference-panel {
	border: 2px black solid;
	padding: 2.8em 1em;
    color: white;
}
.pre-events div:nth-child(odd) .conference-panel {
    background: round url(/img/v2/program-background-1.png);
}
.pre-events div:nth-child(even) .conference-panel {
    background: round url(/img/v2/program-background-2.png);
}
.pre-events a:hover {
	text-decoration: none;
}

.conference-panel a {
    color: white;
}
.conference-panel a:hover {
    color: white;
	text-decoration: none;
}
.conference-panel h3 {
	font-size: 2.2em;
	font-weight: 700;
    padding: 1em 1em 0 1em;
    color: white;
}
.conference-panel h3 small {
	color: white;
}

/* ============= */
.glyphicon.glyphicon-calendar:before {
	content: url(/img/v2/calendar.png);
}
.glyphicon.glyphicon-map-marker:before {
	content: url(/img/v2/map.png);
}

img#scrollToTop {
	padding: 12px 12px 10px;
	border: 3px solid #2294ff;	
	position:fixed;
	bottom:52px;
	right:52px;
	cursor: pointer;
	display:none;
}



/* ================== */
#social-wrapper {
	display: inline-block; 
	position: absolute; 
	margin-left: 8px; 
	padding-left: 4px; 
	border-left: 2px solid midnightblue;
}
#social-wrapper > img,
#social-wrapper > a > img,
#social-wrapper > div
 {
	display: block;
	margin-left: 0;
	padding-left: 0;
	cursor:pointer;
}

#social-wrapper div#vk-share-button table {
	margin: 2px 0;
}
#social-wrapper div#vk-share-button table td {
	border: 0;
	padding: 0;
}

.fotorama {
	text-align: center;
	text-align: -moz-center;
	display: inline-block;
	
}

.talk h4 { 
	font-weight: bold; font-size: 130%;
}
.talk small {
	color: gray;
    display: block;
	margin-top: -8px;
}

.toggler {
  color: #0091d0;
  border-bottom: 1px dashed #0091d0;
  cursor: pointer;
  display:table;
}

.toggler:hover {
    color: #0076a9;
    border-bottom: 1px dashed #0076a9;
}

.section-conference-list .annotation {
	overflow: hidden;
	padding-left: 12px; 
	margin-left: 48px; 
	padding-top: 0; 
	padding-bottom: 0;
	margin-top: 18px; 
	margin-bottom: 18px; 
	display: none;
	font-size: small;
}

.section-conference-list section.person-status {
	margin-top: 1em;
	border: 1px solid #1c2f64;
}

.section-conference-list section.person-status span.status-text:hover {
	color:  #1c2f64;
}

.section-conference-list .marker {
	font-size: 48px;  
	position: relative; 
	top: 4px;
}
.section-conference-list .marker.marker-green {
	color: green;
}
.section-conference-list .marker.marker-gold {
	color: gold;
}
.section-conference-list section[name="buttons"] {
	text-align: center;
}


.popup-wrapper {
    display: none;
}
.popup-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 21;
}
.popup-popup {
    z-index: 22;
}
.popup-detail {
    position: absolute;
    z-index: 24;
}
.popup-popup > .popup-close {
    position: absolute;
    right: 3em;
    top: 1em;
    width: 13px;
    height: 13px;
    background: url(../img/bg_close.png) 50% 50% no-repeat;
    z-index: 24;
    cursor: pointer;
}
.popup-content {
    position: relative;
    background: #ffffff;

    padding: 2em; 
    width: auto;
    height: 100%;
    border: 2px #000 solid;
	margin-left: 2em;
	margin-right: 2em;
	
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border-collapse: separate;
    z-index: 23;
}
.popup-inner {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.popup-inner > h2 {
    margin-bottom: 1em;
}

.popup-centered .popup-popup {
    padding: 0;
    margin: 0;
}
.popup-centered .popup-detail {
    display: none;
}

.popup-top_left .popup-popup,
.popup-top_right .popup-popup,
.popup-bottom_left .popup-popup,
.popup-bottom_right .popup-popup {
    margin: 0;
}

.popup-bottom_left .popup-popup,
.popup-top_left .popup-popup {
    margin-right: 2.5em;
}


/* subscribe */ 
div.subscribe {
	margin-top: 1.8em;
	font-size: 0.8em;
	color: #e9eef5;
}

div.subscribe label, div.subscribe .toggler {
	font-weight: normal;
	color: #e9eef5;
}
div.subscribe input[type="checkbox"] {
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.c { text-align: center; } 
