/*
Theme Name: 2019 SECR Responsive Theme
Description: New CEE-SECR Theme built from the scratch
*/
/* Fonts */
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-Light'),
		url('fonts/HelveticaNeueCyr-Light.woff2') format('woff2'),
		url('fonts/HelveticaNeueCyr-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-LightItalic'),
		url('fonts/HelveticaNeueCyr-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-Roman'),
		url('fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
		url('fonts/HelveticaNeueCyr-Roman.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-Italic'),
		url('fonts/HelveticaNeueCyr-Italic.woff2') format('woff2'),
		url('fonts/HelveticaNeueCyr-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-Medium'),
		url('fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
		url('fonts/HelveticaNeueCyr-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-MediumItalic'),
		url('fonts/HelveticaNeueCyr-MediumItalic.woff2') format('woff2'),
		url('fonts/HelveticaNeueCyr-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-Bold'),
		url('fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'),
		url('fonts/HelveticaNeueCyr-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-BoldItalic'),
		url('fonts/HelveticaNeueCyr-BoldItalic.woff2') format('woff2'),
		url('fonts/HelveticaNeueCyr-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}
/* Colors */
.orange, .orange a {
	color: #e64a05;
	text-decoration-color: rgba(230,74,5, 0.40);
	}
.blue, .blue a {
	color: #2d3858;
	text-decoration-color: rgba(45,56,88, 0.40);
	}
.lightblue, .lightblue a {
	color: #8d9bb2;
	}
.cyan, .cyan a {
	color: #bad5f1;
	}
.white, .white a {
	color: #fff;
	}
.backblue {
	background-color: #2d3858;
	}
.backorange {
	background-color: #e64a05;
	}
.emph {

	background-color: #f1debc;
    padding: 1em;
}

/* commons */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.3em;
	}
body {
	font-family: "HelveticaNeueCyr", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #303030;
	}
body.home {
	overflow-x: hidden;
}
h1,h2,h3,h4, h2 a, h3 a		{
	font-weight: 300;
	color:#2d3858;
	}
h2, h3, h4 {
	padding: .5em 0;
}

.pane.first h2, .pane.third h3, .speaker h2, .speaker h3 {
	padding: 0;
}

a { font-weight: 400;
	text-decoration-color: rgba(112,124,142, 0.50);
	color: #e64a05;
	}	
.clear {
    clear: both;
    overflow: hidden;
    margin-bottom: -1px;
    height: 1px;
}

.button a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.desktop {
		display: none !important;
		}
	}
@media screen and (min-width: 768px) {
	.mobile {
		display: none !important;
		}
	}
.flex {
	display: flex;
	}
.edges {
	justify-content: space-between;
	}

.padded {
	padding: 0 0 1rem 2rem;
	}
article.padded {
	padding: 0 0 1rem 2rem;
	}
article h2, .page-id-984 article .speaker .topic h2 {
	font-size:1.8em;
}

ul.topic div {
	display: none;
    background-color: #fff;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 5px;
	}
table.bordered {
	border-collapse: collapse;
	margin-bottom: 2rem;
	width: 100%;
	}
table.bordered .hdrr {
	background-color:#E2DCDC;	
}

table.bordered td, table.bordered th {
	border: 1px #bfbebe solid;
	padding: 6px;
	font-weight:300;
	}
table.bordered td.cntr {
    text-align: center;
}

table.bordered th.lft {
	text-align:left;
}

#committees td {
    vertical-align: top;
	padding:.6em .3em 0 0;
	border-bottom: 1px dotted lightgray;
}

@media screen and (min-width: 768px) {
	article.padded {
		padding: 0 5rem 1rem 2rem;
		}
	}
.center {
	text-align: center;
	}
.button {
	text-align: center;
	margin: 1em auto;
	}
.button a {
	color: #fff;
	background-color: #18a79d;
	border-radius: 1.3em;
	padding: .7em .9em .9em;
	}
@media screen and (min-width: 768px) {
	.button a {
		padding: .7em 2em .9em;
		}
	}
.content p, .content ol, .content ul {
	margin-bottom: 1em;
	}
img {
	max-width: 100%;
	height: auto;
}
/* header */
header .flex {
	padding: 0.2rem 1rem;
	align-items: flex-end;
	background-color: #4d4d4d;
	}
.years {
	font-size: .9em;
	flex-basis: calc(100% - 66px);
	height: 22px;
	transition: flex-basis 1s, height 1s;
	color: #fff;
	}
.years div {
	width: calc(100% - 20px);
	overflow: hidden;
	height: 22px;
	display: inline-block;
	transition: height 1s;
	}
.search .years {
	flex-basis: calc(100% - 234px);
	}
.years a {
	color: #fff;
	padding-left: 0.3rem;
	text-decoration: none;
	}
.yswitch {
	display: inline-block;
	overflow: hidden;
	height: 22px;
	margin-left:-10px;
	}
.secondary {
	color: #fff;
	font-size: 0.9em;
	align-items: center;
	display: flex;
	flex-basis: 66px;
	transition: flex-basis 1s;
	height: 22px;
	}
.search .secondary {
	flex-basis: 234px;
	}
.secondary img {
	margin-right: 0.5rem;
	width: 16px;
	height: 16px;
	cursor: pointer;
	}
.secondary a {
	color: #fff;
	margin-left: 0.5rem;

	}
.secondary input {
	border-style: none;
	width: 0;
	transition: width 1s;
	}
.search .secondary input {
	font-size: 1.2rem;
    border-color: #999;
    border-style: solid;
    width: 10rem;
    margin-right: 0.5rem;
	}
/* header desktop */
@media screen and (min-width: 768px) {
	.logo {
		flex-basis: 170px;
		}
	.years {
		flex-basis: calc(100% - 270px);
		color: #2d3858;
		height: 1.75rem;
		}
	header .flex {
		background-color: #fff;
		padding: 0.8rem 1rem;
		align-items: baseline;
		}
	.years a {
		color: #7c83a5;
		text-decoration: underline;
		}
	.years strong {
		font-size: 2em;
		}
	.years div {
		height: 28px;
		}
	.yswitch {
		height: 28px;
		width: 15px;
		margin-left:-13px;
		}
	.secondary {
		font-size: 1.3em;
		height: 1.75rem;
		flex-basis: 100px;
		color: #e64a05;
		}
	.secondary a {
		color: #e64a05;
		text-decoration: underline;
		text-decoration-color: rgba(230,74,5, 0.40);
		}
	.secondary img {
		width: 25px;
		height: 25px;
		}
	.search .secondary input {
		border-color: #e64a05;
		}
	.search .years {
		flex-basis: calc(100% - 438px);
		}
	}
@media screen and (min-width: 930px) {
	.yswitch {
		display: none;
		}
	.search .yswitch {
		display: inline-block;
		}
	}
@media screen and (min-width: 1100px) {
	.search .yswitch {
		display: none;
		}
	}
@media screen and (max-width: 767px) and (min-width: 678px) {
	.yswitch {
		display: none;
		}
	.search .yswitch {
		display: inline-block;
		}
	}
.yopens .years, .yopens .years div {
	height: auto;
	}
div.page {
	max-width: 1200px;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	clear: both;
	}
/* navigation */
nav {
	position: absolute;
	width: 320px;
	z-index: 100;
	font-size: 1em;
	color: #fff;
	left: -270px;
	transition: left 1s;
	}
nav.mobopen {
	left: 0;
}
nav ul {
	list-style-type: none;
	background-color: #2d3858;
	width: 270px;
	float:left;
	}
nav ul ul {
	width: 100%;
	}
nav li {
	padding: 0.5em 0.8em;
	border-radius: 10px;
	}
nav a {
	line-height: 2em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:300;
	color: #fff;
	}
nav a:hover {
	color: #f08f00;
	}
nav li li a {
	line-height: 100%;
	}
.mswitch {
	float: right;
    width: 50px;
    cursor: pointer;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2019/06/menu-new.png);
    background-position: right center;
	background-color: #fff;
}
.mobopen .mswitch {
	background-image: url(/wp-content/themes/secr19/img/mobclose.png);
	background-position: center center;
	background-color: #2d3858;
	}
.mobline {
	display: flex;
	margin-left:60px;
	min-height: 60px;
	align-items: center;
}
.mline {
	text-align: center;
	padding: 0.1rem 0.5rem;
}
/* navigation desktop */
@media screen and (min-width: 768px) {
	nav {
		left: 0;
		height: 3em;
		margin-bottom:2em;
		width: 100%;
		position: static;
		z-index: auto;
		background-color: #2d3858;
		}
	nav ul {
		width: 100%;
		float: none;
		}
	nav li {
		float: left;
		width: auto;
		margin-left: 0.3rem;
		padding: 0.5em 0.3em;
		}
	nav ul ul {
		position: absolute;
		visibility: hidden;
		background-color:#263457;
		z-index: 100;
		padding-top: 5px;
		width: auto;
		}
	nav ul li:hover ul {
		visibility: visible;
		}
	nav li li {
		float:none;
		}
	}
@media screen and (min-width: 930px) {
	nav li {
		margin-left: 0.6rem;
		padding: 0.5em 0.8em;
		}
	}
/* content */
.pagetitle {
	font-size: 1.9em;
	font-weight: 400;
	}
@media screen and (min-width: 768px) {
	.pagetitle {
		padding-bottom:1em;
		}
	}
.content {
	padding: 1rem;
	}
.alignright, .alignleft, .aligncenter {
	display: block;
	margin-bottom: 0.5rem;
	}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	}
article ul, article ol{
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
	}
article li {
    margin-bottom: 0.5rem;
	}
article .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0.5rem 0.5rem 0;
	}
article .itemf {
	margin-bottom: 1.5rem;
	}

@media screen and (min-width: 768px) {
	article .itemf {
		flex: 1;
		max-width: 30%;
		}
	.alignright {
		float: right;
		margin-left: 0.5rem;
		}
	.alignleft {
		float: left;
		margin-right: 0.5rem;
		}
	}
/* homepage */
.pane {
	padding: 1rem;
	margin: 0;
	}
.pane.first {
	background-color: lightgray;
	background-image:  url("https://2019.secrus.org/wp-content/uploads/2019/06/spb-bg2.jpg");
	background-position: top center;
	color: #2d3858;
	}
.pane.first h1 {
	line-height: 100%;
	}
.pane.first h1, .pane.first h2 {
	text-align:center;
	font-weight:300;
	}
.hometitle h1 {
	font-size:3.3em;
	padding-bottom:0.5em;
	}	
.first .logo {
	display:none;
	}
.homeicm {
	text-align: center;
	}
.homeicm img {
	padding:.5em;
	background-color:white;
	max-height: 80px;
}

.homedate {
	display:none;
	}
.homeacc {
	padding: .2em 0;
	}
.homedate h3 {
	text-align: right;
	font-weight:400;
	}
.homedate h3 a {
	font-weight:400;
	background: rgba(255, 255, 255, 0.5);
	}

.homesoc {
	text-align: center;
	}	
.arrowmiddle {
    margin: 1em auto 0;
	display: block;
	}

.leftim {
	text-align:center;
	}
.lefttext {
	text-align: center;
	font-size: 16pt;
	font-weight: 500;
	padding: 0.5rem;
	background: rgba(255, 255, 255, 0.3);
	}
.pane.second h2, .pane.third h2, .pane.fourth h2, .pane.fifth h2, .pane.sixth h2 {
   	font-size: 1.9em;
		padding-top:0;
	}
.pane.second h3 a, .pane.third h3 a, .pane.fifth h3 {
   	font-size: 1.4rem;
	font-weight:400;
	}
.pane.fifth h3 {
	color: rgba(45, 56, 88, 0.9);
	}
.pane.fourth h2 {
	padding-top:0;
	
}

.pane.second {
	background-color: #2d3858;
	color: #bad5f1;
	}
.pane .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .1rem .5rem .5rem .5rem; 
	}
.pane.second .container {
	justify-content: space-around;
	}
.homekey {
	margin-bottom: 1em;
	}
.homekey img, #subs img, .pane.fifth img, .round150 {
	border-radius: 2em;
}

.pane.second a {
	color: #bad5f1;
	}
.pane.second h4 {
	color: #fff;
	font-size: 12pt;
	font-weight: 300;
	}
.pane.second h3:before {
   	content: '[';
   	position: absolute;
   	font-size: 2.5em;
   	margin-left: -1.5rem;
   	margin-top: 0.4rem;
   	font-weight: 700;
   	color: rgba(186, 213, 241, 0.31);
	}
.pane.third .cloud {
	display: none;
	}
.pane.third .tp img {
	display: block;
	float: left;
	margin-left: -160px;
	height: auto;
	max-width: 150px;
	}
.pane.third .tp {
	padding: 1rem 0 1rem 160px;
	}
.pane.third h3 a {
	color: #e54905;
	}
.pane.third h4 {
	color: #282828;
	font-weight: 300;
	}
.pane.third h4.accepted span {
    padding: 0.2rem 1rem 0.3rem;
    color: #fff;
    border-radius: 1.3rem;
    background-color: #18a79d;
}
.pane.fourth {
	background-image: url(https://2019.secrus.org/wp-content/uploads/2019/06/home-bg-3.png);
	background-position:9%;
	}
.pane.fourth .container ol {
	list-style-position:inside;
	padding-right: 2em;
	}
.pane.fourth .container li {
	font-size:1.6em;	
	line-height: 1.3rem;
	}	
.pane.fourth .container li span {
	font-size:1rem;
	}	
.pane .container .part25 {
	align-items: center;
	margin: 0 auto;
	}
.pane.fifth h2 {
	color: #8d9bb2;
	font-weight:400;
	}
.pane.fifth h3:before {
   	content: '[';
   	position: absolute;
   	font-size: 1.6em;
   	margin-left: -1.2rem;
   	margin-top: -0.2rem;
   	font-weight: 700;
   	color: rgba(141, 155, 178, 0.41);
	}
.pane.sixth {
	background-color: #2d3858;
	}
@media screen and (min-width: 768px) {
	.pane.sixth .container div {
		width: 60%;
		padding-right: 3rem;
		}
	#subplace {
		width: 40%;
	}
	
	.pane.sixth .container form div {
		width: 100%;
		}
	.pane.sixth form input[type=checkbox] {
		vertical-align:middle;
		}
	}
.pane.sixth p {
	color: #8d9bb2;
	margin-bottom: 1rem;
}
.pane.sixth a, .pane.sixth h2, .pane.sixth label {
	color: #fff;
	font-weight:300;
	}
.pane.sixth .button {
	float: left;
	margin-left: 0;
	}
.pane.sixth .button a {
	color: #2d3858;
	background-color: #fff;
	}
.pane.third .button a {
	background-color:#5b75aa;
	}
.pane.sixth input[type=email] {
    padding: .3em;
    border-radius: 10px;
    font-size: 1.1rem;
	font-weight:300;
    margin-bottom: .5em;
    min-width: 15em;
    background-color: #2d3858;
    color: white;
    border: 1px solid #8d9bb2;
}

.pane.sixth input[type=submit] {
 	margin-top:.5em;
	color: black;
	font-size:1.1rem;
    background-color: #fff;
    border-radius: 1.3em;
    padding: .3em 2em .4em;
	cursor: pointer;
}

input[type=checkbox]	{
	width: 1.1rem;
    font-size: 1.5rem;
    height: 1.1rem;
    margin-right: .5rem;
    margin-bottom: 0;
	
}

.page-id-8 article img, .page-id-27 article img, .page-id-23 article img {
	margin-bottom:1em;
	border-radius: 1em;
}
.logo img {
	margin-bottom:0;
	border-radius:0;
	
}

@media screen and (min-width: 510px) {
	.pane.first {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: repeat(8, auto);
		}
	.hometitle, .homeacc, .homesoc, .homeicm {
		grid-column-start: 1;
		grid-column-end: 3;
		}
	.leftim {
		grid-column-start: 1;
		grid-column-end: 2;
		justify-self: end;
		align-self: center;
		}
	.lefttext {
		grid-column-start: 2;
		grid-column-end: 3;
		align-self: center;
		text-align: left;
		}
	.leftim-1, .lefttext-1 {
		grid-row-start: 3;
		grid-row-end: 4;
		}
	.leftim-2, .lefttext-2 {
		grid-row-start: 4;
		grid-row-end: 5;
		}
	.leftim-3, .lefttext-3 {
		grid-row-start: 5;
		grid-row-end: 6;
		}
	.homeacc {
		grid-row-start: 6;
		grid-row-end: 7;
		align-self: auto;
		}
	.homesoc {
		grid-row-start: 7;
		grid-row-end: 8;
		align-self: end;
		}	
	.arrowmiddle {
		grid-row-start: 8;
		grid-row-end: 9;
		grid-column-start: 1;
		grid-column-end: 3;
		justify-self: center;
		}
	}
@media screen and (min-width: 768px) {
	.home nav {
		margin-bottom: 0;
		}
	.pane.first {
		grid-template-columns: 20% 35% 45%;
		grid-template-rows: 30% 20% 20% 20% 10%;
	}
	.pane.first h1, .pane.first h2 {
		text-align:right;
		}
	.hometitle h1 {
		padding-bottom:0;
		}	
	.pane.first h2 {
		font-size:2em;
		}
	.first .logo {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		padding: .5em 0 8em;
		display:block;
		}
	.hometitle, .homedate, .homeacc, .homesoc, .homeicm {
		justify-self: end;
		grid-column-start: 3;
		grid-column-end: 4;
		}
	.hometitle {
		grid-row-start: 1;
		grid-row-end: 2;
		}
	.homeicm {
		grid-row-start: 2;
		grid-row-end: 3;
		}
	.homedate {
		display: block;
		grid-row-start: 3;
		grid-row-end: 4;
		}
	.homeacc {
		grid-row-start: 4;
		grid-row-end: 5;
		}
	.homedate h3 {
		text-align: right;
		}
	.homesoc {
		grid-row-start: 5;
		grid-row-end: 6;
		align-self: end;
		}
	.arrowmiddle {
		grid-row-start: 5;
    	grid-row-end: 6;
    	grid-column-start: 1;
    	grid-column-end: 4;
		}
	.homesoc img {
	border-radius: 5px;
	margin: 0.5em;
		}
	.leftim {
		grid-column-start: 1;
		grid-column-end: 2;
		justify-self: end;
		align-self: center;
		}
	.lefttext {
		grid-column-start: 2;
		grid-column-end: 3;
		align-self: center;
		}
	.leftim-1, .lefttext-1 {
		grid-row-start: 2;
		grid-row-end: 3;
		}
	.leftim-2, .lefttext-2 {
		grid-row-start: 3;
		grid-row-end: 4;
		}
	.leftim-3, .lefttext-3 {
		grid-row-start: 4;
		grid-row-end: 5;
		}
	.pane.third .cloud {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: center;
		}
	.pane.third .cloud li {
		cursor: pointer;
		}
	.pane.third .tp {
		padding: 0.5rem 0.5rem 0.5rem 160px;
		flex: 1;
		}
	.pane .container .part35 {
		flex: 3;
		}
	.pane .container .part25 {
		flex: 2;
		margin: 0;
		}
	.pane.fifth {
		background-color:#15350921;
	}
	.pane.fifth h2 {
		color: #8d9bb2;
		font-weight:400;
	}
	.pane.fifth h3:before {
    	content: '[';
    	position: absolute;
    	font-size: 1.6em;
    	margin-left: -1.2rem;
    	margin-top: -0.2rem;
    	font-weight: 700;
    	color: rgba(141, 155, 178, 0.41);
		}
	.pane.sixth {
		background-color: #2d3858;
		color: #fff;
		}
	.pane.sixth a {
		color: #fff;
		}
	.pane.sixth .button {
		float: left;
		margin-left: 0;
		}
	.pane.sixth .button a {
		color: #2d3858;
		background-color: #fff;
		}
	}
@media screen and (min-width: 1010px) {
	.pane.first h1 {
		line-height: 1.3em;
		}
	.pane {
	padding: 1rem 1001rem;
	margin: 0 -1000rem;
	}
	}
.speaker {
	clear: both;
	margin-bottom: 2rem;
	}
.engtalk.backorange {
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 0.3rem;
    border-radius: 10px;
    margin-right: 0.3rem;
    font-size: 0.8rem;
	}
.speaker .pic {
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	}
.speaker .pic img.portrait {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	}
.single-talk .speaker .pic img.portrait {
	width: 150px;
	height: 150px;
	border-radius: 10px;
	}
.speaker .topic {
	padding-top:.3em;
	}
.single-talk .speaker .topic {
	padding-left: 0;
	}

@media screen and (min-width: 768px) {
	.single-talk article .button, .single-mclass article .button, .button.paidbottom {
		text-align:left;
		margin: 2em 0 3em;	
	}
	.speaker .topic {
		padding-left: 105px;
		}
	.single-talk .speaker .topic {
		padding-left: 165px;
		}
	.speaker .pic {
		float: left;
		}
	}
.speaker .topic h2 {
	font-family: "HelveticaNeueCyr", sans-serif;
	font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: 500;
	}
.speaker .topic h3 {
	font-size: 1.1em;
	padding-bottom:.2em;
	font-weight: 500;
	}
.speaker.accepted .topic h3:after {
	content: 'Принят';
    font-size: 0.9rem;
    margin-left: 1rem;
    color: #fff;
    background-color: #18a79d;
    border-radius: 1.3rem;
    padding: .2rem 0.8rem .3rem;
	}
.speaker.accepted.eng .topic h3:after {
	content: 'Accepted';
	}
.speaker .topic h4 {
	font-size: 1em;
	font-weight: 500;
	}
.cloud {
	margin: 0.5rem 0;
	}
.cloud li {
	color: #2d3858;
	background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 0.2rem 0.6rem;
    margin: 0.3rem 0.2rem 0.3rem 0;
	font-size: 0.8rem;
	border: 1px dotted #2d3858;
	}
.cloud li.accepted {
	background-color: #18a79d;
	color: #fff;
}
@media screen and (min-width: 768px) {
	.cloud li {
		padding: 0.2rem 0.6rem;
		margin: 0.1rem 0.5rem 0.4rem 0;
		font-size: 1rem;
		}
	}
.cloud li.tsel {
	color: #fff;
	background-color: #2d3858;
	}
body.page .cloud li {
	cursor: pointer;
	}

.page-id-766 .key img {
	width:190px;
	margin-bottom:3em;
}

/* sponsors page */
h2.hosts {
	font-size: 27pt;
	font-weight: 500;
	margin-bottom: 2rem;
	}
.host {
	clear: both;
	margin-bottom: 2rem;
	}
.host h3 {
	font-size: 20pt;
	font-weight: 500;
	margin-bottom: 1rem;
	padding-top: 0;
	}
.host .hlogo {
	display: block;
	width: 150px;
	margin-bottom: 1rem;
	text-decoration: none;
	}
@media screen and (min-width: 768px) {
	.host {
		padding-left: 160px;
		}
	.host .hlogo {
		display: block;
		text-align: center;
		float: left;
		margin-left: -160px;
		width: 150px;
		margin-bottom: 0;
		}
	}
aside {
	margin-top: 1.5rem;
	padding: 0 2rem;
	}
aside h2 {
	font-size: 1.4em;
	font-weight: 400;
	padding-bottom: .5em;
	margin-left: -1.2rem;
	color: rgba(45, 56, 88, 0.9);
	}
@media screen and (min-width: 768px) {
	article {
		width: calc(100% - 250px);
		float: left;
		}
	.fullwidth article {
		width: 100%;
		float: none;
		}
	.fullwidth article.padded {
		padding:0 10rem 1rem 2rem;		
	} 
	aside {
		width: 250px;
		float: right;
		padding: 0;
		}
	aside h2 {
		margin-left: 0;
		}
	}

aside .button a {
	background-color:#5b75aa;
}

@media screen and (min-width: 1024px) {
	article {
		width: calc(100% - 300px);
		}
	aside {
		width: 300px;
		}
	}
aside h2:before {
    content: '[';
    position: absolute;
    font-size: 1.4em;
    margin-left: -0.8rem;
    margin-top: -0.2rem;
    font-weight: 700;
	color: #8d9bb2;
	}
aside ol {
    counter-reset: li;
	}
aside ol > li {
    position: relative;
    margin-left: 2em;
    padding: .5em .4em 0.3em;
    list-style: none;
	}
aside ol > li:before {
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    top: 1px;
    left: -2rem;
    width: 2rem;
    margin-right: 8px;
    padding: 4px;
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
	color: #8d9bb2;
	}
.orglogos {
    justify-content: space-around;
	margin-bottom: 2rem;
	flex-wrap: wrap;
	}
.orglogos div {
	width: 200px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
footer {
	clear: both;
	font-size:.9em;
	}
footer h2 {
	font-size: 1.7em;
	margin-bottom: 1.5rem;
	}
footer p {
	padding-left: 2rem;
	}
footer .about h2 a, footer .contact h2 a {
	font-weight: 300;
	}
footer .backblue .flex {
	display: block;
	}
footer .about, footer .contact {
	margin-bottom: 1.5rem;
	}
@media screen and (min-width: 768px) {
	.orglogos {
		padding-left: 2rem;
		justify-content: flex-start;
		}
	footer .backblue .flex {
		display: flex;
		}
	footer .about {
		flex-basis: calc(70% - 3rem);
		}
	footer .contact {
		flex-basis: calc(30%);
		}
	}
/* speaker form */
fieldset {
	border: none;
	}
article label {
	display: block;
	font-weight: bold;
	max-width: 90%;
	}
article label.inline {
	display: inline-block;
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 0.4em;
	}
article input[type="text"], article textarea, article select, article option {
	max-width: 100%;
	width: 100%;
	}
article .reqast, article .error {
	color: red;
	}
article input[type="submit"], article input[type="button"] {
	padding: .7em 2em .9em;
	text-align: center;
	background-color: #18a79d;
	color: #fff;
	border: 0px;
	border-radius: 1.3em;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	font-family: "HelveticaNeueCyr", sans-serif;
	}
article input[type="submit"].minor, article input[type="button"].minor {
	background-color: #5b75aa;
	}
@media screen and (min-width: 768px) {
article input[type="text"], article textarea, article select, article option {
	width: auto;
	}
.forml {
	width: 49%;
	float: left;
	}
.formr {
	width: 49%;
	float: right;
	}
}
.guests {
	display: flex;
	flex-wrap: wrap;
	justify-items: space-between;
	}
.guests div {
	width: 150px;
	text-align: center;
	padding: 0 10px 1rem;
	}
.guests div img {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto 0.5rem;
	}

.cc_container {
	right: auto !important;
	max-width: 100vw !important;
}

.title-404 {
	font-size:3rem;
	text-align:center;
}
.p-404 {
	padding: 2rem 0 0;
	font-size:1.2rem;
	text-align:center;
	
}

/* интервью */
.speech-bubble-right {
    position: relative;
    background: #f7cd5169;
    border-radius: .4em;
    padding: .5em 1em .5em;
	margin: 1rem 0 0;
}
.speech-bubble {
    position: relative;
    background: #15350914;
    border-radius: .4em;
    padding: .5em 1em .1em;
	margin: 1rem 0 0;
}
.interview p.sig {
	text-align: right;
}
.speech-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: #15350914;
    border-right: 0;
    border-bottom: 0;
    margin-top: -5px;
    margin-right: -15px;
}
.speech-bubble-right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #f7cd5169;
    border-left: 0;
    border-bottom: 0;
    margin-top: -5px;
    margin-left: -15px;
}

/* youtube fix */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
@media screen and (max-width: 767px) {
	.epts-buyTicketsWidget {
		margin-left: -2.8rem !important;
		margin-right: -0.8rem !important;
		}
	}
@media screen and (max-width: 767px) {
	.epts-buyTicketsWidget {
		overflow-x: scroll;
		}
	}

/* microphone */
.icons .iview {
	font-size: 150%;
}

.evaluation-form fieldset {
	border: 0;
	}
.evaluation-form h2 {
	margin: 24px 0 0;
	}
.evaluation-form h3 {
	margin: 18px 0;
	}
.evaluation-form h4 {
	font-size: 1.1em;
	}
.evaluation-form h4 .bleu {
	font-size: 1.2em;
	}
.evaluation-form img {
	float: right;
	margin-left: 1em;
	}
.evaluation-form .rates input {
	margin: 0 3px;
	}
.evaluation-form .rates input.noattend {
	margin-left: 0px;
	margin-top: 1em;
	}
.evaluation-form .rates {
	margin-bottom: 0.5em;
	}
.evaluation-form .eval_comm {
	margin-bottom: 1em;
	}
.evaluation-form .eval_comm label {
	display: block;
	}
.evaluation-form .updater {
    position: fixed;
    padding: 0.5em;
    top: 0;
    background-color: white;
    text-align: center;
	left: 0;
	right: 0;
	}
.evaluation-form .updater p {
	margin: 0 0 0 1em;
	display: inline-block;
	}
.evaluation-form .below {
	margin-top: 1em;
	}
.evaluation-form .updater p, .evaluation-form .below p {
	margin-bottom: 0;
	margin-top: 1.5em;
	}

.evaluation-form img.round150 {
	width: 150px;
	height: 150px;
}
.evaluation-form h4 {
	margin-top: 1.5em;
}
.evaluation-form h4 span.bleu {
	font-size: 1.3em;
	font-weight: bold;
}
label.noattend {
	display: inline-block;
}
@media screen and (min-width: 768px) {
.evaluation-form .updater {
    right: 150px;
    top: 150px;
	left: auto;
    background-color: white;
    border-radius: 6px;
	}
.evaluation-form .updater p {
	display: block;
	margin: 1.5em 0 0 0;
	}
	br.noattend {
		display: none;
		}
	.evaluation-form .rates input.noattend {
		margin-left: 2em;
		margin-top: 0;
		}
}