/* --------------------------------------- Fonts --------------------------------------- */
/* ---------- Webfont: Roboto ---------- */
@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

/* ---------- Webfont: Font Awesome ---------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fontawesome-webfont_v-4.7.0.eot');
    src: url('../fonts/font-awesome/fontawesome-webfont.eot') format('embedded-opentype'),
         url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff2'),
         url('../fonts/font-awesome/fontawesome-webfont_v-4.7.0.woff') format('woff'),
         url('../fonts/font-awesome/fontawesome-webfont_v-4.7.0.ttf') format('truetype'),
         url('../fonts/font-awesome/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------- End Fonts --------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
	position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 100%;
    font-weight: 300;
    background-color: #fff;
	color: #333;
    margin-bottom: 480px;
    overflow-x: hidden;
}

img { border: none; max-width: 100%; height: auto; }

a { outline: none; color: #333; text-decoration: underline; }
a:hover { color: #AB1316; text-decoration: none; }

ul {
    list-style: none;
}

fieldset { border: none; }

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear { min-height: 1px; }
* html .clear { height: 1px; }

/* ----- For IE ----- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------- FontAwesome ---------- */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-xs {
    font-size: 1.35em;
    line-height: 1.15em;
}

.fa-lg-ct {
    color: #d2dbe2;
    font-size: 1.150em;
    vertical-align: 8%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-search:before {
    content: "\f002";
}

.fa-times:before {
    content: "\f00d";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-vk:before {
    content: "\f189";
}
/* ---------- End FontAwesome ---------- */

/* --------------------------------------- Header --------------------------------------- */
.top-head {
    height: 41px;
    border-bottom: 1px solid #eaeaea;
}

.icons-head {
    float: left;
}
.icons-head > li {
    color: #878787;
    display: inline-block;
    padding-right: 18px;
}
.icons-head > li > a {
    display: block;
    font-weight: 400;
    line-height: 40px;
    color: #878787;
    text-decoration: none;
}
.icons-head > li:nth-child(1) > a {
    background: url(../images/phone.png) 0 9px no-repeat;
    padding-left: 30px;
}
.icons-head > li:nth-child(1) > a:hover {
    background-position: 0 -32px;
}
.icons-head > li:nth-child(2) > a {
    background: url(../images/quotes.png) 0 11px no-repeat;
    padding-left: 29px;
}
.icons-head > li:nth-child(2) > a:hover {
    background-position: 0 -26px;
}
.icons-head > li:nth-child(3) > a {
    background: url(../images/video.png) 0 12px no-repeat;
    padding-left: 32px;
}
.icons-head > li:nth-child(3) > a:hover {
    background-position: 0 -24px;
}
.icons-head > li:nth-child(4) > a {
    background: url(../images/programm.png) 0 9px no-repeat;
    padding-left: 26px;
}
.icons-head > li:nth-child(4) > a:hover {
    background-position: 0 -32px;
}
.icons-head > li > a:hover {
    color: #AB1316;
}

.registration {
    float: right;
}

.registration a {
    display: block;
    max-width: 225px;
    padding: 0 22px;
    height: 41px;
    line-height: 40px;
/*    background-color: #acb6c4;*/
    background-color: #AB1316;
/*    opacity: .5;*/

    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}
.registration a:hover {
     background-color: #bb1a1e;
}

.profile {
    float: right;
    width: 15px;
    margin: 11px 17px 0 19px;
    color: #d2dbe2;
    text-align: center;
    cursor: pointer;
}

/* ---------- Serch Toggle ---------- */
.search-icon {
    float: right;
    width: 30px;
    margin: 10px 9px 0 9px;
    color: #d2dbe2;
    text-align: center;
    cursor: pointer;
}
.search-icon:hover {
    color: #333;
}

.search-form {
    position: relative;
    display: none;
    width: 100%;
    overflow: hidden;
    padding: 25px 15px;
    background-color: #E8E8E8;
    text-align: center;
    box-sizing: border-box;
    z-index: 999;
}

.search-form fieldset {
    width: 62%;
    margin: 0 auto;
}

.search-form input[type="text"] {
    display: inline-block;
    margin-right: -4px;
    width: 80%;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    background-color: #fff;
    border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.search-page-result {
    width: 62%;
    margin: 0 auto;
}

.search-page-result fieldset {
    position: relative;
    padding: 10px;
}

.search-page-result input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 0 75px 0 10px;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 1em;
    font-weight: 300;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
}

.search-page-result input[type="text"]:focus,
.search-page-result input[type="text"]:hover {
    border: 1px solid #BD191C;
}

.search-btn-res {
    height: 40px;
    background-color: #AB1316;
    padding: 0 15px;
    border: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 9px;
    cursor: pointer;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
}
.search-btn-res:before {
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    top: 0px;
    left: 0px;
    width: 0px;
    background: #fff;
    border-left: 1px solid #999;
}

.search-btn {
    display: inline-block;
    margin-right: -4px;
    min-width: 50px;
    color: #fff;
    background-color: #AB1316;
    border: 0;
    height: 27px;
    line-height: 23px;
    padding: 0 15px 0;
    cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.search-btn:hover,
.search-btn-res:hover {
    background-color: #bd191c;
}





.close {
    position: absolute;
    top: 3px;
    right: 10px;
}

.close-c {
    color: #bfbfbf;
    cursor: pointer;
}
.close-c:hover {
    color: #333;
}
/* ---------- End Serch Toggle ---------- */

/* ----- Switch Languages ----- */
.switch-lang {
    position: relative;
    float: right;
    margin-top: 11px;
    text-align: center;
	cursor: pointer;
}

.switch-lang:hover i,
.switch-lang.lang i {
    color: #AB1316;
}

.switch-lang > figure {
    display: inline-block;
    line-height: 0;
    padding-right: 6px;
}

.switch-lang > figure > span {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 12px;
    color: #a4abb4;
    text-transform: uppercase;
}

.switch-lang > figure > img {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}

.switch-lang > figure > a {
    color: #333;
}

.lang-select {
	display: none;
    position: absolute;
    top: 29px;
    left: 11px;
    width: 45px;
    text-align: center;
	background: #fff;
    z-index: 999;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.lang-select > figure > a {
	display: block;
    padding: 5px 7px;
	color: #333;
}

.lang-select > figure > a:hover {
    color: #fff;
    background-color: #e2e2e2;
    text-decoration: none;
}
/* ----- End Switch Languages ----- */

.logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 102px;
	margin-top: 10px;
    margin-left: 15px;
    z-index: 99;
}

.logo > a {
    display: block;
    line-height: 0;
}

/* ---------- Navigation ---------- */
.nav-box {
    position: relative;
}

/*nav {
    display: block;
    width: 100%;
    height: 102px;
    line-height: 106px;
    box-sizing: border-box;
}*/

.navigation {
	display: flex;
    /*width: 100%;*/
    /*justify-content: space-between;*/
    list-style: none;
    position: relative;
}

.navigation > li > a {
    position: relative;
    display: block;
    height: 102px;
    line-height: 107px;
    font-size: 1.125em;
    font-weight: 400;
    text-decoration: none;
}

.navigation > li:first-of-type > a {
    margin-right: 8px;
}

.navigation > li > a::after {
    content: '';
	position: absolute;
    left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #AB1316;
    -webkit-transition: width 0.05s ease-in-out 0s;
	transition: width 0.05s ease-in-out 0s;
}

.navigation > li > a:hover {
    color: #232323;
}

.navigation > li > a:hover:not(.nav-active)::after {
    width: 100%;
}

.navigation > li:first-of-type > a:hover:not(.nav-active)::after,
.navigation > li > a.nav-active::after {
    width: 114%;
}

.navigation > li:first-of-type > a::before {
    content: '';
	position: absolute;
    top: 50%;
    right: -12px;
	width: 0;
	height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #333;
}
.navigation > li:first-of-type > a:hover::before {
    border-top: 5px solid #AB1316;
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: 103px;
    right: 0;
    width: 104.5%;
    padding: 16px 15px 18px;
    line-height: normal;
    z-index: 9999;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 1px 3px rgba(121, 121, 121, 0.5);
	box-shadow: 0px 1px 3px rgba(121, 121, 121, 0.5);
}

.nav-dropdown > li {
    float: left;
    width: 25%;
    padding: 8px 5px 8px 20px;
}

.nav-dropdown > li > a {
    font-size: 1em;
    font-weight: 400;
    color: #232323;
    text-decoration: none;
}
.nav-dropdown > li > a:hover {
    color: #AB1316;
    text-decoration: none;
}

.navigation > li:first-of-type > a.nav-active::before {
    content: '';
	position: absolute;
    top: 50%;
    right: -12px;
	width: 0;
	height: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #AB1316;
}

.menu-trigger-box {
    text-align: right;
    margin-right: 17px;
    line-height: 102px;
}

.menu-trigger {
    display: none;
	color: #232323;
	text-transform: uppercase;
	cursor: pointer;
    text-align: right;
}

.menu-trigger span {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #232323;
	vertical-align: middle;
	margin-left: 10px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.menu-trigger span::before, .menu-trigger span::after {
 	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.menu-trigger span::before { top: -8px; }
.menu-trigger span::after { bottom: -8px; }
.menu-trigger:hover span::before { top: -10px; }
.menu-trigger:hover span::after { bottom: -10px; }
/* ---------- End Navigation ---------- */

/* --------------------------------------- Main Content --------------------------------------- */
.main-box {
    padding-bottom: 10px;
    background-color: #fff;
    position: relative;
}

/*.main-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
    border-top: 1px solid #eaeaea;
}*/

.intro-box {
    position: relative;
    max-width: 1366px;
    height: 283px;
    margin: 0 auto;
    background: url(http://en.gaidarforum.ru/local/templates/main/images/bg_main.jpg) center -5px no-repeat;
}

.intro {
    padding-top: 45px;
    vertical-align: middle;
    text-transform: uppercase;
}
.intro > h1 {
    max-width: 550px;
    line-height: 51.8px;
    color: #AC1316;
    font-size: 3.125em;
    font-weight: 300;
}
.intro > h1 > strong {
    display: block;
    font-size: 1.280em;
    font-weight: bold;
}
.intro > span {
    display: block;
    padding-bottom: 25px;
    font-size: 2.375em;
    font-weight: 400;
}
.intro > span > em {
    display: inline-block;
    font-size: 0.625em;
    font-style: normal;
}

.organizers-section {
    padding: 18px 0;
/*    border-bottom: 1px solid #eee;*/
}

.important-organizers li {
    text-align: center;
}
.important-organizers li:first-of-type {
    color: #acb6c4;
    font-size: 1.750em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 34px;
    text-align: left;
}
.important-organizers li:last-of-type,
.important-organizers li:nth-child(3) {
    text-align: right;
}

.button-programm {
    margin: 20px 0 0;
    text-align: center;
    color: #fff;
    background-color: #AC1316;
}
.button-programm:hover {
    background-color: #be1518;
}
.button-programm a {
    display: block;
    font-size: 1.500em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 25px 0;
}
.button-programm a span {
    display: inline-block;
    line-height: 32px;
    padding-left: 40px;
    background: url(../images/bg_programm.png) 0 0 no-repeat;
}
.button-programm a span strong {
    font-weight: 400;
}

.index-title {
    padding: 50px 0 30px;
    font-size: 2.250em;
    font-weight: 300;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

/* ---------- News Index ---------- */
.news-section {
    padding-bottom: 37px;
    border-bottom: 1px solid #eee;
}

.news-index-box {
    margin: 11px 0 20px;
}

.news-index header h3 {
    font-size: 1.750em;
    font-weight: 400;
    margin: 23px 0 10px;
    line-height: 33px;
}
.news-index header h3 a {
    text-decoration: none;
}
.news-index p {
    font-size: 1.125em;
    line-height: 30px;
}

.news-index-list {
    padding-left: 10px;
}

.news-index-list li {
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.news-index-list li:first-of-type {
    margin-top: -7px;
}
.news-index-list li:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
}
.news-index-list li a {
    font-size: 1.375em;
    font-weight: 400;
    text-decoration: none;
}
.news-index-list li time,
.news-index time {
    display: block;
    font-size: 1em;
    color: #b0b0b0;
}
.news-index-list li time {
    margin-top: 14px;
}
.news-index time {
    margin-bottom: 25px;
}
/* ---------- End News Index ---------- */

.btn-transparent {
    max-width: 240px;
    margin: 10px auto;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #921a1d;
}
.btn-transparent a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 1.125em;
    font-weight: 500;
    text-decoration: none;
}
.btn-transparent a:hover {
    color: #fff;
    background-color: #921a1d;
}

.btn-transparent a i {
    color: #921a1d;
    padding-left: 7px;
    line-height: 8px;
}

.btn-transparent a:hover i {
    color: #fff;
}

.btn-indent {
    margin: -10px auto 15px;
}

/* ---------- Speakers ---------- */

.speakers-box .wrapper {
    padding-bottom: 90px;
}

.display-mob {
    display: none !important;
}

.slick-disabled {
    opacity: 0;
    pointer-events:none;
}

.slick-slide div {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.speakers div {
    vertical-align: top;
}

.speakers div figure {
    height: auto;
    max-width: 250px;
    margin: 0 auto 35px;
}

.speakers div figure a {
    text-decoration: none;
}

.speakers figure span {
    font-size: 0.875em;
    padding: 0 20px 15px 0;
}
.speakers p {
    font-size: 1.125em;
    font-weight: 500;
    padding: 14px 0 6px;
}
.speakers figcaption strong {
    display: block;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 12px;
    padding-bottom: 21px;
}
.speakers figcaption em {
    display: block;
    font-size: 0.750em;
    font-style: normal;
    line-height: 18px;
}

.slick-track {
    margin: 0 auto;
}

.prev i,
.next-r i {
    font-size: 4em;
    color: #d8d8d8;
}
.prev {
    position: absolute;
    top: 50%;
    margin-top: -4.5em;
    left: -30px;
    z-index: 99;
    cursor: pointer;
}

.next-r {
    position: absolute;
    top: 50%;
    margin-top: -4.5em;
    right: -30px;
    cursor: pointer;
}
.prev:hover i,
.next-r:hover i {
    color: #AC1316;
}
/* ---------- End Speakers ---------- */

.media-section {
    padding-bottom: 50px;
    background-color: #efefef;
}

.m-index {
    text-align: center;
    padding-top: 25px;
}

.media-box {
    padding: 7px 0 44px;
}

.item-i,
.item-m {
    cursor: pointer;
}

.gallery {
    margin-bottom: 50px;
}
.gallery li {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-right: -4px;
    line-height: 0;
    cursor: pointer;
}

.gallery li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.gallery li:hover::after {
    background: rgba(0,0,0,.20);
}

/*
.gallery li span::before,
.gallery li span::after {
	position: absolute;
	content: '';
    z-index: 10;
}

.gallery li span::before {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.gallery li span::after {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.gallery li img,
.gallery li span::before,
.gallery li span::after {
	-webkit-transition: -webkit-transform 0.20s;
	transition: transform 0.20s;
}

.gallery li:hover img {
    opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.gallery li:hover span::before,
.gallery li:hover span::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery li:hover span::after,
.gallery li:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
*/





/* ---------- Partners ---------- */
.partners > .col-sm-4.col-md-4,
.partners > .col-xs-6.col-sm-4.col-md-2 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}
.partners > .col-sm-4.col-md-4,
.partners > .col-xs-6.col-sm-4.col-md-2 {
    text-align: center;
}
.row.partners > .col-xs-12 {
    text-align: left;
}

/*
.partners-table {
    border: 1px solid #e2e2e2;
}
*/
/* ---------- End Partners ---------- */

.slick-prev:before,
.slick-next:before {
        color: black;
}

.item {
    max-width: 263px;
}

.breadcrumb {
    letter-spacing: -.36em;
    padding: 22px 0 5px;
}
.breadcrumb li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.750em;
    color: #b1b1b1;
}
.breadcrumb li:not(:last-of-type) {
    background: url(../images/border_right.jpg) right center no-repeat
}
.breadcrumb li:not(:first-of-type) {
    margin-left: 6px;
}
.breadcrumb > li > a {
    font-size: 1.000em;
    color: #b1b1b1;
    margin-right: 8px;
    text-decoration: none;
}
.breadcrumb > li > a:hover {
    text-decoration: underline;
}

.main-title {
    font-size: 2.250em;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    padding: 50px 0 30px;
}
.cont-left {
    text-align: left;
}

.cont-title {
    font-size: 1.750em;
    font-weight: 300;
    color: #333;
    padding: 50px 0 30px;
}

.underline,
.underline-center {
    position: relative;
    font-size: 1.625em;
    font-weight: 400;
    margin: 20px 0 25px;
}

.underline-center,
.txt-center {
    text-align: center;
}

.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 76px;
    height: 2px;
    background-color: #AC1316;
}

.underline span {
    display: block;
    font-size: 0.786em;
    font-weight: 400;
}

.m-ind {
    margin-top: -10px;
}

/* ---------- News ---------- */
.news-list-box,
.news-simple-box {
    letter-spacing: -.36em;
}

.news-list {
    display: inline-block;
    letter-spacing: normal;
    width: 23.1%;
    vertical-align: top;
    margin-bottom: 60px;
}
.news-list:not(:nth-child(4n)) {
    margin-right: 2.5%;
}
.news-list > a {
    display: block;
}
.news-list > a,
.news-simple > header > h2 > a {
    text-decoration: none;
}
.news-list > a > figure {
    text-align: center;
    margin-bottom: 9px;
}
.news-list > a > h2,
.news-simple > header > h2 {
    display: block;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 24px;
    color: #020202;
}
.news-simple > header > h2 {
    margin-top: -5px;
}
.news-list > a:hover > h2 {
    color: #AB1316;
}
.news-list > time,
.news-simple > header > time {
    display: block;
    font-size: 0.875em;
    font-weight: 300;
    color: #b0b0b0;
    margin: 11px 0;
}

.news-list p {
    font-size: 1.063em;
    line-height: 24px;
}

.news-simple {
    display: inline-block;
    letter-spacing: normal;
    width: 100%;
    vertical-align: top;
    margin-bottom: 19px;
    border-bottom: 1px solid #e2e2e2;
}

.news-simple > p {
    font-size: 1.125em;
    line-height: 30px;
    padding: 7px 0 21px 4px;
}

.subtitle {
    margin-top: -20px;
    margin-bottom: 35px;
    font-size: 1.375em;
}

.timeline-content > p.sub-title {
    color: #333;
    padding-bottom: 5px;
}

.date-art,
.place {
    display: block;
    margin-top: -20px;
    padding-bottom: 30px;
/*    color: #b0b0b0;*/
    font-weight: 100;
}

.place {
    color: #b0b0b0;
    font-weight: 300;
}

.place span {
    padding: 0 10px;
}
/* ---------- End News ---------- */

.cont-element p,
.cont {
    font-size: 1.125em;
    line-height: 30px;
    padding: 5px 0;
}

.cont-element figure {
    line-height: 0;
    padding: 25px 0;
}

.cont-element ul {
    list-style: disc;
}
.cont-element ul,
.cont-element ol {
    font-size: 1.125em;
    margin: 10px 0 10px 50px;
}
.cont-element ul li,
.cont-element ol li {
    padding: 8px 0;
}

.cont-element strong {
    font-weight: 400;
}

.semibold p:first-of-type {
    padding: 0 0 15px;
}
.semibold strong {
    font-weight: 400;
}

.back a,
.next a {
    font-size: 0.875em;
    color: #6c6d70;
    text-transform: uppercase;
    text-decoration: none;
}
.back a:hover i,
.next a:hover i {
    color: #AB1316;
}
.back a:hover span,
.next a:hover span {
    color: #333;
}

.back i,
.next i {
    margin-top: -5px;
    vertical-align: middle;
}
.back i {
    padding-right: 12px;
}
.next i {
    padding-left: 12px;
}

ul.last-news {
    list-style: none;
    margin: 0;
    padding-top: 7px;
}
ul.last-news li {
    margin-bottom: 13px;
    padding-bottom: 15px;
}
ul.last-news li:not(:last-of-type) {
    border-bottom: 1px solid #f2f2f2;
}
ul.last-news a {
    font-weight: 400;
    font-size: 1.250em;
    text-decoration: none;
}
ul.last-news time {
    display: block;
    font-size: 0.875em;
    color: #b0b0b0;
    padding: 10px 0;
}

.line {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}

.nav-arrows {
    margin-top: 70px;
    padding-bottom: 24px;
}

.br-bottom {
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

/*ul.style-list {
    margin: 0;
    padding: 3px 0 12px;
    list-style: none;
}
ul.style-list li {
    position: relative;
    line-height: 30px;
    padding: 8px 0;
}
ul.style-list li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #AB1316;
    border-radius: 50%;
}
ul.style-list li span {
    display: block;
    padding-left: 27px;
}*/


/* ---------- Quote ---------- */
.quote-box {
    margin: 5px 0;
}
.quote-box cite {
    display: block;
    color: #6c6d70;
    font-size: 0.889em;
    font-style: normal;
    font-weight: 300;
    padding-top: 10px;
    margin-right: 100px;
}

.quote {
    display: block;
    font-size: 1.333em;
    font-style: italic;
    line-height: 36px;
}
.quote::before {
    content: "";
    display: block;
    width: 61px;
    height: 42px;
    margin-bottom: 0;
    background: url(../images/quotes_top.png) 0 0 no-repeat;
}
.quote::after {
    content: "";
    display: block;
    float: right;
    width: 61px;
    height: 42px;
    margin-top: 45px;
    background: url(../images/quotes_bottom.png) 0 0 no-repeat;
}


/* -------------------- */
.quote-marker {
    margin-bottom: 23px;
    padding: 12px 20px;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}
.quote-marker > span {
    display: block;
    padding-right: 40px;
    background: url(../images/arrow_bottom.png) right center no-repeat;
}

span.activate-bg {
    background: url(../images/arrow_top.png) right center no-repeat;
}

.quote-hide {
    padding-top: 3px;
}

.quote-section {
    padding: 23px 30px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}

.quote-section q {
    display: block;
    font-size: 1.125em;
    font-style: italic;
    line-height: 30px;
    padding-bottom: 19px;
}

.quote-section strong,
.quote-section cite {
    display: block;
}

.quote-section strong {
    font-size: 1.125em;
    font-weight: 400;
    padding-bottom: 13px;
}

.quote-section cite {
    font-size: 0.875em;
    line-height: 24px;
    font-style: normal;
}
/* ---------- End Quote ---------- */

.s-word strong,
.search-result strong {
    font-weight: 400;
}

.search-result {
    margin: 48px 0 20px;
}
.search-result dt {
    margin-bottom: 10px;
}
.search-result dt a {
    font-size: 1.250em;
    font-weight: 400;
    text-decoration: none;
}
.search-result dd {
    font-size: 1.125em;
    line-height: 26px;
    margin-bottom: 30px;
}

.indent {
    padding-bottom: 10px;
}

.indent_box {
    padding-bottom: 40px;
}

.without_ind {
    margin-bottom: -10px;
}

.indent-more {
    padding-bottom: 50px;
}
.ind {
    padding-top: 50px;
}

.ind-bottom {
    padding-bottom: 20px;
}

.ind-bot {
    padding-bottom: 25px;
}

.text-center {
    text-align: center;
}

.social {
    margin-top: 14px;
    border-top: 2px solid #AB1316;
    text-align: center;
}
.social p {
    font-size: 1em;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    padding-top: 19px;
}
.social ul {
    margin: 0;
}
.social ul li {
    display: block;
    padding: 9px 0;
}
.social ul li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin: 0 auto;
    color: #fff;
    background-color: #999;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
}

.social ul li a::after {
	content: "";
	background-color: #AB1316;
	position: absolute;
	left: 0;
	right: 0;
	width: 35px;
	height: 0;
	-webkit-transition: height 0.2s ease-in-out 0s;
	transition: height 0.2s ease-in-out 0s;
	z-index: -1;
}
.social ul li a:hover::after { height: 35px; }

/* ---------- Experts ---------- */
.main-expert {
    text-align: center;
    margin-bottom: 20px;
}
.main-expert figure {
    margin-bottom: 15px;
}
.main-expert > a {
    text-decoration: none;
}
div.main-expert p {
    text-align: center;
    padding: 20px 15px;
}

.committee {
    margin-bottom: -1px;
}

.experts {
    padding: 0 0 30px;
    letter-spacing: -.36em;
}
.background-smooth {
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
}

.experts li {
    display: inline-block;
    width: 22.40%;
    margin-bottom: 35px;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
}

.experts li:not(:nth-child(4n)) {
    margin-right: 3.46%;
}

.experts > li > a,
.main-expert > a {
    position: relative;
    display: inline-block;
    line-height: 0;
}
.experts > li > a::after,
.main-expert > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.experts > li > a:hover::after,
.main-expert > a:hover::after {
    background: rgba(0, 0, 0, 0.2);
}

.experts li h2,
.main-expert strong {
    margin: 14px 0 6px;
    font-size: 1.125em;
    font-weight: 400;
    text-align: left;
}
.experts li h2 a {
    text-decoration: none;
}
.experts li p,
.main-expert p {
    font-size: 0.875em;
    line-height: 18px;
    text-align: left;
}

ul.experts-list {
    margin: 0;
    padding: 5px 0 13px;
    list-style: none;
}
ul.experts-list li figure,
ul.experts-list li div {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
ul.experts-list li figure {
    padding: 0 25px 10px 0;
}
ul.experts-list li div {
    width: 80%;
    padding-top: 7px;
}
ul.experts-list li figure a {
    display: inline-block;
    position: relative;
}
ul.experts-list li figure a img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

ul.experts-list li figure a:after {
    content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.hi-effect .hi-photo:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #eee;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.hi-effect .hi-photo:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

ul.experts-list li div span a {
    font-size: 1.125em;
    text-decoration: none;
    font-weight: 400;
}
ul.experts-list li div p {
    padding: 5px 0;
    font-size: 0.889em;
    line-height: 24px;
}
/* -------------------- */
.alphabet-box {
    border-top: 1px solid #e2e2e2;
}
.alphabet {
    padding-top: 10px;
    margin-bottom: 30px;
}
.alphabet li {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: bottom !important;
    font-size: 1.125em;
    font-weight: 100;
    text-align: center;
}
/*
.alphabet li:first-child {
    margin-right: 30px;
}
*/
.alphabet li a {
    text-decoration: none;
}
.alphabet li a:hover,
.alphabet li a.active {
    font-size: 1.500em;
    font-weight: 600;
    line-height: 20px;
}

.expert {
    margin: 41px 0 46px;
}
.expert figure {
    display: inline-block;
    width: 36%;
    margin-right: 20px;
    vertical-align: top;
    padding: 0;
}
.expert div {
    display: inline-block;
    margin-right: -4px;
    width: 60%;
    vertical-align: top;
}
.expert h1 {
    font-size: 1.500em;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin: -6px 0 9px;
}

.date-info {
    padding-bottom: 25px;
}
.date-info > dt {
    color: #6c6d70;
    font-size: 1.125em;
    background: url(../images/calendar.png) 0 0 no-repeat;
    padding-left: 40px;
    margin: 35px 0 10px;
}
.date-info > dt > span {
    color: #AC1316;
    font-weight: 500;
}
.date-info > dd {
    padding-left: 40px;
}
.date-info > dd > a {
    font-weight: 400;
    font-size: 1.250em;
    text-decoration: none;
}
.date-info > dd > span {
    display: block;
    font-size: 0.938em;
    padding-top: 8px;
}
/* ---------- End Experts ---------- */

.mail {
    font-weight: 400;
    margin-left: 8px;
}

.year {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 40px auto 20px;
    font-size: 1.875em;
    font-weight: bold;
    text-align: center;
    background-color: #AC1316;
    color: #fff;
    border-radius: 50%;
}

.mass-media {
    padding-bottom: 25px;
}
.mass-media dt {
    font-size: 1.250em;
    font-weight: 400;
    line-height: 24px;
    padding: 30px 0 20px;
}
.mass-media dt:first-of-type {
    padding: 0 0 20px;
}
.mass-media dd {
    font-size: 1.125em;
    padding-bottom: 25px;
}

.place-img {
    margin: 40px 0;
    text-align: center;
}

.reg-button {
    padding: 20px 0 30px;
    text-align: center;
}
.reg-button a {
    padding: 12px 30px;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #AC1316;
    text-decoration: none;
}
.reg-button a:hover {
    background-color: #BE1518;
}


.programm-anchors {
    background-color: #fff;
}


.tabs-container {
    position: relative;
    max-width: 1140px;
    margin-bottom: 40px;
}

.affix {
    position: fixed;
    top: 0;
    max-width: inherit;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 15px 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out 0s;
}

/*
strong.time {
    padding-top: 100px;
    margin-top: -110px;
}
*/

.programm-tabs {
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
	background-color: #fff;
}

.programm-tabs,
.programm-tabs-pres {
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
	background-color: #fff;
}

.programm-tabs-pres {
    border-bottom: none;
}

.tabs-link.programm {
    margin: 0 3% 0 0;
    float: left;
    width: 467px;
    border: none;
}
.tabs-link.programm > li {
    display: inline-block;
    margin-right: -4px;
    width: auto;
    height: 45px;
    line-height: 42px;
    padding: 0 7px;
}
.tabs-link.programm > li:nth-child(-n+3) {
    border-top: 2px solid #921a1d;
    border-bottom: 2px solid #921a1d;
}
.tabs-link.programm > li:first-of-type {
    border-left: 2px solid #921a1d;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tabs-link.programm > li:nth-child(3) {
    border-right: 2px solid #921a1d;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tabs-link.programm > li:last-of-type {
    margin-left: 10px;
    border: 2px solid #921a1d;
    border-radius: 3px;
}

.tabs-link.programm > li > a,
.tabs-link.programm > li > a > strong,
.tabs-link.programm > .link-active,
.tabs-link.programm > .link-active > strong {
    font-size: 1em;
    font-weight: 400;
}

.time-anchors.programm > li > a {
    font-size: 1em;
    line-height: 45px;
}

.tabs-link {
    width: 450px;
    margin: 0 auto 25px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #921a1d;
}
.top-ind {
    margin: 0 auto 25px;
}
.tabs-link li {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    width: 50.06%;
    margin-right: -4px;
    text-align: center;
}
.tabs-link li a {
    font-size: 1.125em;
    font-weight: 500;
    text-decoration: none;
}
.tabs-link li a strong,
.link-active strong {
    font-size: 1.250em;
    font-weight: 500;
}

.tabs-link-archive li {
    width: 33.4%;
}
.link-active {
    font-size: 1.125em;
    font-weight: 500;
    background-color: #921a1d;
    color: #fff;
}

.date-links {
    max-width: 500px;
    margin: 0 auto 50px;
    text-align: center;
}
.date-links li {
    display: inline-block;
    width: 33.3%;
    font-size: 1.125em;
    margin-right: -4px;
    text-align: center;
}
.date-links li a {
    text-decoration: none;
}
.open {
    color: #AC1316;
}

.time-anchors {
    display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.time-anchors li a {
    font-size: 1.125em;
    text-decoration: none;
}

.download-pdf {
    text-align: right;
    margin: 20px 0;
}
.download-pdf a {
    display: inline-block;
    background: url(../images/pdf.png) 0 0 no-repeat;
    padding-left: 24px;
    line-height: 24px;
    font-size: 0.813em;
    color: #6c6d70;
    text-decoration: none;
}
.download-pdf a:hover {
    text-decoration: underline;
}

.download-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.download-programm {
    width: 210px;
}
.download-programm > div {
    margin: 0 0 6px 0;
    max-width: 210px;
}
.download-programm > span {
    color: #b0b0b0;
}

.more {
    text-align: right;
}
.more a {
    font-weight: 400;
    text-decoration: none;
}

/* ---------- TimeLine ---------- */
.timeline-container {
    width: 100%;
    margin-bottom: 30px;
}

.timeline-section,
.pres-section {
    position: relative;
    width: 84%;
    float: right;
}
.pres-section {
    width: 100%;
}
.timeline-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    width: 3px;
    height: 100%;
    background-color: #cbcbcb;
    border-radius: 25px;
}

.pres-section .circule {
    display: none;
}

/*
.timeline-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    width: 3px;
    height: 30%;
    background-color: #AC1316;
    border-radius: 25px;
    z-index: 10;
}
*/

.title-pres {
    padding: 20px 0 15px;
    color: #921A1D;
    font-weight: 300;
}
.title-pres:first-of-type {
    padding: 0 0 15px;
}

.timeline-box {
    position: relative;
}
.sector {
    cursor: pointer;
}
.sector em {
    text-transform: uppercase;
    font-size: 0.889em;
    font-style: normal;
    font-weight: 400;
}

.timeline-box:hover .circule,
.activate-p .circule {
    background-color: #AB1316;
}
.timeline-box:hover .circule em,
.activate-p .circule em {
    border: none;
}

.timeline-content {
    margin: 0 0 20px 10px;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.timeline-content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
/*
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #fff;
*/
    z-index: 99;
}

.pres-section .timeline-content {
    margin: 0 0 20px 0;
}

.pres-section .timeline-content::before {
    display: none;
}

.timeline-content h3 {
    position: relative;
    font-size: 1.125em;
    font-weight: 400;
    padding-right: 55px;
    margin-bottom: 5px;
}

.timeline-content:hover h3:not(class) {
    color: #AB1316;
}

.pres-section .timeline-content > p:first-of-type {
    color: #333;
    padding: 3px 0 6px;
}

.timeline-content > p {
    font-size: 1em;
    color: #b0b0b0;
}

.timeline-content > p > strong {
    padding-left: 15px;
    font-weight: 300;
}

.timeline-content h3 span {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 16px;
    height: 9px;
    background: url(../images/arrow_bottom.png) right top no-repeat;
}

.content-hide {
    padding: 11px 40px 22px 0;
}
.content-hide p {
    padding: 5px 0;
    line-height: 21px;
}

.content-hide ul {
    margin: 0 0 5px 17px;
    list-style: disc;
}
.content-hide ul li {
    padding: 3px 0;
}

.content-hide strong {
    font-weight: 400;
}

.activate-p .content-hide {
    display: block;
}
.activate-p .sector {
    color: #AB1316;
}
.activate-p .timeline-content h3 span {
    background: url(../images/arrow_top.png) right center no-repeat;
}

.circule {
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -10.5px;
    width: 21px;
    height: 21px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.circule em {
    display: block;
    font-style: normal;
    width: 13px;
    height: 13px;
    margin: 4px 0 0 4px;
    background-color: #cbcbcb;
    border-radius: 50%;
}

.time {
    position: absolute;
    top: 50%;
    left: -125px;
    margin-top: -11px;
    height: auto;
    font-size: 1em;
    font-weight: 400;
    color: #333;
}

.list-speakers > a {
    text-decoration: none;
}

.hide-s {
    display: none;
}
/* ---------- End TimeLine ---------- */

.history > .year {
    display: inline-block;
    margin: 60px 0 15px;
}

/*
.history > span {
    display: inline-block;
    font-size: 1.125em;
    font-weight: bold;
    padding-left: 20px;
}
*/

/* ---------- Rules ---------- */
.rulles {
    font-size: 1.125em;
    line-height: 28px;
}
.rulles strong {
    display: block;
    font-size: 1.111em;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
}

ol {
    font-size: 1em;
    counter-reset: item;
    margin: 0 0 20px 40px;
}

ol li ol li ol {
    margin: 20px 0 0 50px;
}
ol li {
    display: block;
    position: relative;
    padding-bottom: 10px;
}
ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
    font-weight: 400;
}
.rules-title {
    font-weight: 400;
}
/* ---------- End Rules ---------- */

.circule-img {
    text-align: center;
}
.circule-img img {
    border-radius: 50%;
    border: 1px solid #e2e2e2;
}

/* ---------- BxSlider ---------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/* THEME */
.bx-wrapper .bx-viewport {
/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
*/
/*	left: -5px;*/
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.slider-wrapp .bx-wrapper .bx-pager,
.slider-wrapp .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://en.gaidarforum.ru/local/templates/main/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #01ABAA;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
/*	background: #01ABAA;*/
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
    border: 1px solid #AB1316;
    -webkit-box-shadow: 1px 0 1px rgba(0,0,0,1);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #AB1316;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://en.gaidarforum.ru/local/templates/main/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://en.gaidarforum.ru/local/templates/main/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://en.gaidarforum.ru/local/templates/main/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://en.gaidarforum.ru/local/templates/main/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* ---------- End BxSlider ---------- */


/* ---------- Partners Index ---------- */
.partners-box {
    margin: 11px 0 40px;
    border: 1px solid #e2e2e2;
}

/* .section:first-of-type {
    border-right: 1px solid #e2e2e2;
} */

.section {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}
.section:last-of-type {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
}

.section ul {
    padding: 10px 15px;
    box-sizing: border-box;
}

.section ul:not(:last-of-type) {
    border-bottom: 1px solid #e2e2e2;
}

.section:last-of-type ul {
    border-top: 1px solid #e2e2e2;
}

.section ul li,
.section:last-of-type li {
    display: inline-block;
    width: 33.3%;
    margin-right: -4px;
    vertical-align: middle;
}
.section ul li:not(:first-of-type),
.section:last-of-type li:not(:first-of-type) {
    padding: 13px 0;
    text-align: center;
}

.section:last-of-type li {
    width: 16.6%;
}

.section ul li:first-of-type,
.section:last-of-type li:first-of-type {
    font-size: 1.125em;
}

.section:first-of-type > ul:nth-child(2) > li:nth-child(2) {
    width: 55%;
}


/* ----- Partners Inline ----- */
.partners-inline {
    margin-top: 30px;
}

.partners-inline > ul {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px 0;
}

/*.partners-inline > ul:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
}*/

.partners-inline > ul > li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    text-align: center;
}

.partners-inline > ul > li:first-of-type {
    display: block;
    padding-bottom: 10px;
    font-size: 1.500em;
    font-weight: 500;
    color: #676767;
    text-align: left;
}
.partners-inline > ul > li:not(:first-of-type) {
    width: 20%;
    padding: 25px 0;
}

/*.partners-inline > ul:nth-child(2) > li {
    width: 100%;
}*/
/* ----- End Partners Inline ----- */
/* ---------- End Partners Index ---------- */



.press-center {
    margin-top: 50px;
}

.press-center:last-of-type {
    margin-bottom: 50px;
}

.press-center > figure,
.press-center > div,
.press-center > ul {
    display: inline-block;
    width: 36.9%;
    margin-right: -4px;
    vertical-align: top;
}

.press-center > div,
.press-center > ul {
    padding-top: 15px;
}

.press-center > figure {
    width: 26%;
    text-align: left;
    padding: 0;
}

.press-center > div > h3 {
    font-size: 1.375em;
    font-weight: 400;
}

.press-center > div > p {
    padding: 5px 0;
}

.press-center > ul {
    margin: 0;
    list-style: none;
}
.press-center > ul > li {
    padding: 0 0 8px 0;
}


.hostel {
    font-size: 1.125em;
    line-height: 30px;
    margin: 30px 0;
}

.hostel dt {
    font-weight: 400;
}

.hostel dt:not(:first-child) {
    padding-top: 30px;
}

.see {
    font-size: 0.778em;
    color: #b1b1b1;
}


/* ---------- Video Gallery ---------- */
.video-gallery {
    margin: 0 -18px;
    letter-spacing: -.36em;
}
.video-gallery > li {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    margin: 0 0 36px 0;
    text-align: center;
    box-sizing: padding-box !important;
}
.video-gallery > li > div {
    position: relative;
    margin: 0 20px;
    cursor: pointer;
}
.video-gallery > li > div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/youtube-play.png) 0 0 no-repeat;
    width: 84px;
    height: 60px;
}
.video-gallery > li > div:hover::after {
    background: url(../images/youtube-play.png) 0 -60px no-repeat;
}
.video-gallery > li > div > figure > img {
    width: 100%;
}
.video-gallery > li > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14%;
    vertical-align: middle;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
}
.video-gallery > li > div > div::before {
    display: block;
    content: "";
    height: 25%;
    vertical-align: middle;
}

.video-gallery > li > div > div span {
    position: relative;
    display: block;
    width: 100%;
}
.video-gallery > li > div > div span > em {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.150em;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
}
.video-gallery > li > div > div span > strong::after {
    content: "...";
    display: block;
    position: absolute;
    top: 0px;
    right: -23px;
    color: #fff;
    width: 25px;
    height: 20px;
    font-size: 1.250em;
}
/* ---------- End Video Gallery ---------- */


ul.style-list,
ul.style-prog-list {
    margin: 0;
    padding: 3px 0 12px;
    list-style: none;
}
ul.style-list li,
ul.style-prog-list li {
    position: relative;
    line-height: 30px;
    padding: 5px 0;
}

ul.style-prog-list li {
    padding: 5px 0 5px 30px;
}

ul.style-list li::before,
ul.style-prog-list li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #AB1316;
    border-radius: 50%;
}
ul.style-list li span {
    display: block;
    padding-left: 27px;
}

.content-hide > ul.style-prog-list li::before {
    top: 11px;
    width: 8px;
    height: 8px;
}

.content-hide > ul.style-prog-list li {
	line-height: normal;
}

.search-page > a {
    font-size: 1.25em;
    font-weight: 400;
    text-decoration: none;
}

/* --------------------------------------- Footer --------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-nav {
    display: inline-block;
    margin-right: -4px;
    width: 19.25%;
    vertical-align: top;
}
.footer-nav li {
    padding: 2px 0;
    vertical-align: top;
}

.footer-contacts {
    padding-top: 10px;
}
.footer-contacts li {
    font-size: 0.750em;
    color: #474747;
}
.footer-contacts li:not(:nth-last-child(-n+5)) {
    padding-bottom: 20px;
}

.footer-nav li a,
.footer-contacts li a {
    font-size: 0.813em;
    color: #474747;
    text-decoration: none;
}

.footer-contacts li a {
    font-size: 1em;
}

.footer-nav li a:hover,
.footer-contacts li a:hover {
    text-decoration: underline;
}

.footer-contacts {
    display: inline-block;
    margin-right: -4px;
    width: 23%;
}

.footer-cont {
    font-size: 0.563em;
    color: #474747;
}
.footer-cont a {
    color: #474747;
}
.footer-cont p {
    padding-bottom: 10px;
}
.footer-cont p:first-of-type {
    font-size: 1.333em;
    padding-top: 15px;
}
.footer-cont p:nth-child(2) {
    width: 60%;
    padding-bottom: 18px;
}
.footer-cont p:last-of-type {
    margin-bottom: 5px;
}

.footer-contacts li:nth-last-child(-n+5) {
    display: inline-block;
    margin-right: 15px;
    font-size: 0.875em;
}
.footer-contacts li:nth-last-child(-n+5) a {
    color: #757881;
}
.footer-contacts li:nth-last-child(-n+5) a:hover {
    color: #333;
}

.icon-marker,
.icon-email,
.icon-phone {
    padding-left: 30px;
}
.icon-marker {
    background: url(../images/icon_marker.png) 0 0 no-repeat;
}

.icon-email {
    background: url(../images/icon_e-mail.png) 0 3px no-repeat;
}
.icon-phone {
    background: url(../images/icon_phone.png) 0 1px no-repeat;
}

ul.translation {
    margin: 35px 0;
    list-style: none;
}
ul.translation > li {
    padding: 0;
    font-size: 1.250em;
}
ul.translation > li > a,
ul.translation > li.active > a {
    display: block;
    padding: 15px 0 15px 20px;
    border-left: 2px solid #fafafa;
    text-decoration: none;
}
ul.translation > li.active > a {
    cursor: default;
}
ul.translation > li:not(:last-of-type) > a {
    border-bottom: 1px solid #f1f1f1;
}
ul.translation > li > a:hover,
ul.translation > li.active > a {
    background-color: #fff;
    border-left: 2px solid #AB1316;
}
ul.translation > li.active > a > strong {
    color: #AB1316;
}
ul.translation > li > strong,
ul.translation > li > a > strong {
    display: block;
    font-weight: 300;
}
ul.translation > li > a > span,
ul.translation > li > span {
    font-size: 0.727em;
    color: #6c6d70;
}
ul.translation > li.active > a > span,
ul.translation > li > a:hover > span {
    color: #bbb;
}

/* ---------- Back to Top ---------- */
.back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background-color: rgba(203, 203, 203, 0.8);
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
}

.back-to-top i {
    color: #fff;
    line-height: 35px;
}

.back-to-top.btt-is-visible, .back-to-top.btt-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.back-to-top.btt-is-visible {
    visibility: visible;
    opacity: 1;
}

.back-to-top.btt-is-visible2 {
    visibility: visible;
    opacity: .5;
}

.back-to-top.btt-fade-out {
    opacity: .5;
}
.back-to-top:hover {
  background-color: #cbcbcb;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
    .back-to-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1366px) {
    .back-to-top {
        height: 50px;
        width: 50px;
        right: 60px;
        bottom: 60px;
    }

    .back-to-top i {
        color: #fff;
        line-height: 45px;
    }
}
/* ---------- End Back to Top ---------- */

.fl-left {
    padding: 20px 0 10px;
    font-size: 1.125em;
}
.fl-left figure,
.fl-left span {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
.fl-left figure {
    margin-right: 30px;
    padding: 0;
}
.fl-left span strong {
    display: block;
    font-weight: 400;
    padding-bottom: 5px;
}
.fl-left span a,
figure.partner-logo figcaption a {
    text-decoration: none;
}
.fl-left span a:hover,
figure.partner-logo figcaption a:hover {
    text-decoration: underline;
}

figure.partner-logo {
    margin: -20px 0 30px;
    padding: 0;
}
figure.partner-logo figcaption {
    font-size: 0.875em;
    padding-top: 9px;
}
figure.partner-logo figcaption strong {
    font-weight: 400;
}

.organizer {
    padding-bottom: 20px;
}

/* ---------- Masonry ---------- */
#sec-photo {
    margin: 0 -15px;
}

.masonry-grid .items-p {
    float: left;
    line-height: 0;
    padding-bottom: 25px;
}

.masonry-grid > .items-p > span {
    position: relative;
    display: block;
    cursor: pointer;
}

.masonry-grid .items-p > span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.masonry-grid .items-p > span:hover::after {
    background: #333;
    opacity: .4;
}

@media only screen and (max-width: 1024px) {
    .masonry-grid .col-md-3 {
        width: 25%;
    }
}

@media only screen and (max-width: 850px) {
    .masonry-grid .items-p {
        width: 33.3%;
    }
}

@media only screen and (max-width: 600px) {
    .masonry-grid .items-p {
        width: 50%;
    }
}

@media only screen and (max-width: 400px) {
    .masonry-grid .items-p {
        width: 100%;
    }

    .masonry-grid > .items-p > span {
        max-width: 375px;
        margin: 0 auto;
    }
}


.masonry *,
.masonry-q * {
    box-sizing: border-box;
}

.item-p img {
    display: block;
    cursor: pointer;
    transition: 0.2s ease-in-out 0s;
}

.item-p,
.item-q {
    overflow: hidden;
    transition: 0.2s ease-in-out 0s;
}
.item-p:hover {
    background: #333;
}
.item-p img:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out 0s;
}

@media only screen and (min-width: 320px) {
    .masonry {
        margin: 7% 0;
    }
    .masonry .grid-sizer {
        width: 100%;
    }
    .masonry .gutter-sizer {
        width: 0;
    }
    .masonry .item-p {
        width: 100%;
        margin-bottom: 4%;
    }
    .masonry .item-p img {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) {
    .masonry {
        margin: 4% 0;
    }
    .masonry .grid-sizer {
        width: 48%;
    }
    .masonry .gutter-sizer {
        width: 2.25%;
    }
    .masonry .item-p {
        width: 48%;
        margin-bottom: 2.25%;
    }
    .masonry .item-p img {
        width: 100%;
    }
}

@media (min-width: 600px) {
    .masonry {
        margin: 2.5% 0;
    }
    .masonry .grid-sizer {
        width: 31%;
    }
    .masonry .gutter-sizer {
        width: 2.25%;
    }
    .masonry .item-p {
        width: 31%;
        margin-bottom: 2.25%;
    }
    .masonry .item-p img {
        width: 100%;
    }
}

@media (min-width: 860px) {
    .masonry {
        margin: 2.5% 0;
    }
    .masonry .grid-sizer {
        width: 23%;
    }
    .masonry .gutter-sizer {
        width: 2%;
    }
    .masonry .item-p {
        width: 23%;
        margin-bottom: 2%;
    }
    .masonry .item-p img {
        width: 100%;
    }
}

@media only screen and (min-width: 310px) {
    .masonry-q {
        margin: 0 0 4%;
    }
    .masonry-q .grid-sizer-q {
        width: 100%;
    }
    .masonry-q .gutter-sizer-q {
        width: 0;
    }
    .masonry-q .item-q {
        width: 100%;
        margin-bottom: 4%;
    }
}

@media (min-width: 800px) {
    .masonry-q {
        margin: 0 0 1.5%;
    }
    .masonry-q .grid-sizer-q {
        width: 48.9%;
    }
    .masonry-q .gutter-sizer-q {
        width: 2.25%;
    }
    .masonry-q .item-q {
        width: 48.9%;
        margin-bottom: 2.25%;
    }
}

/* ---------- End Masonry ---------- */



/* ---------- Responsive Tabs ---------- */
/* Default Tabs, !!!!! - NOT EDIT - !!!!! */
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* END Default Tabs, !!!!! - NOT EDIT - !!!!! */

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
}

.r-tabs-nav {
    margin: 47px 0 12px -30px !important;
    background-color: #fff;
}

.r-tabs > .r-tabs-nav > .r-tabs-tab {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    text-align: center;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: block;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 8px 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.313em;
	color: #6f6768;
	border: 1px solid transparent;
}

.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    color: #931f1a;
	text-decoration: none;
	border-radius: 10px;
	border: solid 1px #931f1a;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:hover {
    color: #931f1a;
	text-decoration: none;
	border-radius: 10px;
	border: solid 1px #931f1a;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #931f1a;
	text-decoration: none;
	border-radius: 10px;
	border: solid 1px #931f1a;
}

/* Accordion Tabs */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00aadd;
}

/* Panel Tabs */
.r-tabs .r-tabs-panel {
    padding: 0;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    overflow: hidden;
}

.r-tabs-panel.r-tabs-state-active p {
    margin: 0;
    /*line-height: 26px;*/
}

/* ---------- Custome Tabs ---------- */
.custom-tabs.r-tabs-nav {
    margin: 30px 0 20px 0 !important;
}

.r-tabs > .custom-tabs.r-tabs-nav > .r-tabs-tab {
    margin-right: 0;
}

.custom-tabs.r-tabs-nav > .prog_indent {
    margin-right: 20px;
}

.r-tabs .custom-tabs.r-tabs-nav .r-tabs-anchor {
    display: block;
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    font-family: 'Roboto', sans-serif;
	font-size: 0.875em;
	color: #333;
    border-radius: 4px;
	border: none;
    background-color: #fff;
}

.r-tabs .custom-tabs.r-tabs-nav .r-tabs-anchor:hover {
    color: #fff;
	text-decoration: none;
	border-radius: 4px;
	border: none;
    background-color: #931f1a;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #fff;
	text-decoration: none;
	border-radius: 4px;
	border: none;
    background-color: #931f1a;
}
/* ---------- End Custome Tabs ---------- */
/* ---------- End Responsive Tabs ---------- */

.slider-wrapp {
    position: relative;
    max-width: 1366px;
    height: 270px;
    margin: 0 auto;
}

.bx-wrapper, .bx-viewport {
    height: 270px !important;
    overflow: hidden;
}

.slide_1 {
    min-height: 270px;
    background: url(http://en.gaidarforum.ru/local/templates/main/images/slide_1.jpg) center 0 no-repeat;
}
.slide_2 {
    min-height: 270px;
    background: url(http://en.gaidarforum.ru/local/templates/main/images/slide_4.jpg) center 0 no-repeat;
}

.slide_1 img, .slide_2 img { display: none; }


.intro-gf {
    padding-top: 39px;
    vertical-align: middle;
    text-transform: uppercase;
}
.intro-gf h1 {
    max-width: 550px;
    padding-bottom: 31px;
    line-height: 60px;
    color: #AC1316;
    font-size: 3.500em;
    font-weight: normal;
}
h1.indent-gf {
    padding-bottom: 34px;
}

.intro-gf h1 strong {
    padding-bottom: 10px;
    font-weight: bold;
}
.intro-gf h1 em {
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
}

.mbc {
    font-size: 0.893em !important;
    display: block;
    margin-top: -6px;
}

.intro-gf span {
    display: block;
    padding-bottom: 25px;
    font-size: 1.500em;
    font-weight: 400;
    text-transform: none;
}



@media only screen and (max-width: 1385px) {
    .slick-box {
        position: relative;
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1350px) {
    div.animation-box {
        width: 520px;
    }

    ul.animated-themes li {
        font-size: 1.125em;
    }
}

@media only screen and (max-width: 1290px) {
    .animation-box-en {
        display: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    div.animation-box {
        width: 550px;
        right: 0;
    }
}

@media only screen and (max-width: 1125px) {
    /*nav {
        padding-left: 370px;
    }*/

    .navigation > li > a {
        height: 102px;
        line-height: 107px;
        font-size: 1em;
    }

    .nav-dropdown {
        width: 106%;
    }
    .nav-dropdown > li > a {
        font-size: 0.88em;
    }

	.partners-inline > ul > li:not(:first-of-type) {
        width: 25%;
    }

    .partners-inline > ul:nth-child(2) > li {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .tabs-link.programm {
        margin: 0 auto 30px;
        float: none;
    }
    .time-anchors.programm {
        padding-bottom: 15px;
    }
    .time-anchors.programm > li > a {
        font-size: 1em;
        line-height: normal;
    }
}

@media only screen and (max-width: 1085px) {
    div.animation-box {
        width: 500px;
    }
    ul.animated-themes li {
        font-size: 1em;
    }
    ul.animated-themes li:nth-child(4) {
        left: 160px;
    }
    ul.animated-themes li:nth-child(7) {
        left: 80px;
    }
    ul.animated-themes li:nth-child(11) {
        left: 100px;
    }

}

@media only screen and (max-width: 1035px) {
    .news-list {
        width: 31%;
        margin-bottom: 35px;
    }
    .news-list:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .news-list:not(:nth-child(3n)) {
        margin-right: 2.5%;
    }
    .btn-indent {
        margin: 10px auto 15px;
    }
}

@media only screen and (min-width: 1021px) {
    .navigation {
        display: flex !important;
    }
}

@media only screen and (max-width: 1020px) {
    div.animation-box {
        display: none !important;
    }

    /*nav {
        line-height: normal;
        z-index: 9;
    }*/

    .navigation {
        display: none;
        position: absolute;
        top: 103px;
        left: 0;
        width: 100%;
        background-color: #F7F7F7;
        text-align: center;
        -webkit-box-shadow: 0 1px 2px rgba(121, 121, 121, 0.4);
        box-shadow: 0 1px 2px rgba(121, 121, 121, 0.4);
        z-index: 9;
    }

    .navigation > li {
        position: relative;
        display: inline-block;
        text-align: center;
        padding: 0 20px;
    }
    .navigation > li > a {
        height: 90px;
        line-height: 90px;
        font-size: 1.125em;
    }

    .menu-trigger {
        display: inline-block;
    }

    .nav-dropdown {
        display: block;
        position: absolute;
        top: 91px;
        left: -15px;
        width: 788px;
        padding: 20px 10px 20px 35px;
        line-height: normal;
        z-index: 9999;
        background: #F7F7F7;
        -webkit-box-shadow: 0px 1px 3px rgba(121, 121, 121, 0.5);
        box-shadow: 0px 1px 3px rgba(121, 121, 121, 0.5);
    }

    .nav-dropdown > li {
        padding: 6px 5px 6px 0;
        text-align: left;
        white-space: nowrap;
    }
    .nav-dropdown > li > a {
        font-size: 1em;
    }

    .footer-nav:nth-child(-n+3) {
        width: 33.3%;
    }
    .footer-nav:nth-child(4) {
        width: 33.3%;
        padding-top: 20px;
    }
    .footer-contacts {
        width: 50%;
        padding-top: 30px;
    }
    .footer-nav,
    .footer-contacts {
        padding-left: 30px;
    }

    .section ul li:first-of-type,
    .section:last-of-type li:first-of-type {
        font-size: 0.938em;
    }

}

@media only screen and (max-width: 992px) {
    .news-simple-box {
        margin-top: 20px;
    }
    .news-simple {
        width: 48%;
    }
    .news-simple:nth-child(odd) {
        margin-right: 4%;
    }

    .important-organizers li:last-of-type,
    .important-organizers li:nth-child(3) {
        text-align: center;
    }

    .important-organizers li:nth-last-child(-n+3) {
        padding-top: 25px;
    }

}

@media only screen and (max-width: 991px) {
    .news-index-list li:nth-last-child(-n+1) {
        display: none;
    }
    .news-index-list li:not(:last-of-type) {
        border-bottom: none;
    }
    .news-index-list li:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid #eaeaea;
    }

    .expert figure {
        width: 30%;
    }
    .expert div {
        width: 66%;
    }

    .time-anchors.programm {
        padding-bottom: 15px;
    }
    .time-anchors.programm > li > a {
        font-size: 1em;
        line-height: normal;
    }

    .hide-s {
        display: block;
    }
    .show-s {
        display: none;
    }

    .social {
        margin-top: 0;
        border-top: 0;
        text-align: right;
    }
    .social p {
        display: none;
    }
    .social ul li {
        display: inline-block;
        padding: 0 9px;
    }
    .social ul li a {
        text-align: center;
    }
}

@media only screen and (max-width: 980px) {
    .main-box {
        padding-bottom: 40px;
    }

    .breadcrumb {
        display: none;
    }

}

@media only screen and (max-width: 910px) {
    .news-list {
        width: 48%;
    }
    .news-list:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .news-list:nth-child(odd) {
        margin-right: 4%;
    }

    .section {
        display: block;
        width: 100%;
        margin-right: 0;
        vertical-align: top;
    }

    .section:last-of-type li {
        width: 25%;
    }

    .timeline-section {
        position: relative;
        width: 95%;
        float: right;
    }

    .timeline-box:not(:last-of-type) > .timeline-content {
        margin: 18px 0 40px 10px
    }

    .time {
        position: absolute;
        top: -12px;
        left: 42px;
        font-size: 1em;
        color: #AB1316;
    }

	.partners-inline > ul > li:not(:first-of-type) {
        width: 33.333%;
    }

    .partners-inline > ul:nth-child(2) > li {
        width: 100%;
    }

}

@media only screen and (max-width: 820px) {
    .navigation {
        width: 100%;
        padding: 10px 0;
        background-color: #F7F7F7;
        text-align: left;
        z-index: 999;
    }

     .navigation > li {
        position: static;
        display: block;
        text-align: left;
        padding: 10px 0;
    }

    .navigation > li > a {
        display: inline;
        height: auto;
        line-height: normal;
        padding-left: 25px;
    }

    .nav-dropdown {
        display: block;
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 8px;
        padding: 0 10px 15px 50px;
        line-height: normal;
        background: #F7F7F7;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #eaeaea;
        z-index: 9999;
    }

    .nav-dropdown > li {
        float: none;
        width: 100%;
        padding: 10px 5px 10px 0;
    }

    .navigation > li > a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background: transparent;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }

    .navigation > li > a:hover {
        color: #AB1316;
    }

    .navigation > li > a:hover:not(.nav-active)::after {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .nav-active {
        color: #AB1316;
        border-bottom: none;
    }

    .experts li {
        width: 30.50%;
        margin-bottom: 50px;
    }

    .experts li:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .experts li:not(:nth-child(3n)) {
        margin-right: 3.5%;
    }

    .speakers div figure span {
        display: block;
        padding: 0 10px 15px 0;
    }
}

@media only screen and (max-width: 800px) {
    .news-index-list li:nth-last-child(-n+2) {
        display: none;
    }
    .news-index-list li:not(:last-of-type) {
        border-bottom: none;
    }
    .news-index-list li:not(:nth-last-child(-n+3)) {
        border-bottom: 1px solid #eaeaea;
    }
}

@media only screen and (max-width: 780px) {
    .slick-box {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    h1.main-title {
        font-size: 2em;
    }

    .quote-marker {
        font-size: 1.063em;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-section q {
        font-size: 0.938em;
        line-height: 25px;
    }

    .first-photo {
        padding-top: 25px;
    }

    .underline {
        font-size: 1.250em;
    }

    .ind-video:not(:last-child) {
        margin-bottom: 25px;
    }

	.affix {
		position: static;
		max-width: inherit;
		width: 100%;
		padding: 0;
		z-index: 9999;
		transition: none;
	}

    .search-page-result {
        width: 100%;
        margin: 0;
    }

}

@media only screen and (max-width: 767px) {
    .news-index-list {
        margin-top: 30px;
    }
    .news-index-list li:first-of-type {
        padding-top: 15px;
        border-top: 1px solid #eaeaea;
    }

    .news-index-list li:nth-last-child(-n+2) {
        display: block;
    }
    .news-index-list li:not(:last-of-type) {
        border-bottom: 1px solid #eaeaea;
    }
/*
    .news-index-list li:not(:nth-last-child(-n+3)) {
        border-bottom: 1px solid #eaeaea;
    }
*/

    .news-index header figure {
        text-align: center;
    }
}

@media only screen and (max-width: 730px) {
    .press-center > figure {
        text-align: center;
        width: 100%;
    }
    .press-center > div,
    .press-center > ul {
        width: 49%;
    }
    .press-center > div {
        text-align: right;
        padding-right: 20px;
    }
    .press-center > ul {
        padding-left: 20px;
    }

    .time-anchors {
        display: block;
        padding-bottom: 30px;
    }
    .time-anchors li {
        display: inline-block;
        width: 32.5%;
        margin-right: -4;
        text-align: center;
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 680px) {
    .search-form {
        padding: 40px 10px 30px;
    }
    .search-form fieldset {
        width: 100%;
    }
    .search-form input[type="text"] {
        width: 85%;
    }

    .news-list,
    .news-simple {
        width: 100%;
    }

    .news-list {
        padding-bottom: 20px;
        border-bottom: 1px solid #efefef;
    }

    .news-list:nth-child(odd) {
        margin-right: 0%;
    }

    .news-simple {
        margin-bottom: 40px;
    }

    .news-list p {
        padding-bottom: 10px;
    }

    .expert figure {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .expert div {
        width: 100%;
    }

    .slick-box {
        position: relative;
        width: 85%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 650px) {
    img.request-close {
        right: -17px;
        top: -17px;
    }

    .section:last-of-type li {
        width: 33%;
    }

    ul.experts-list li div {
        width: 75%;
    }

    .timeline-content h3 {
        font-size: 1.063em;
    }

    .timeline-content > strong {
        font-size: 1em;
    }

    .video-gallery > li {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .experts li {
        width: 47.25%;
        margin-bottom: 50px;
    }

    .experts li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .experts li:not(:nth-child(even)) {
        margin-right: 4.5%;
    }
}

@media only screen and (max-width: 610px) {
    .intro > h1,
    .intro-gf h1 {
        line-height: normal;
        font-size: 1.925em;
    }

    .intro-gf h1 {
        padding-bottom: 20px !important;
    }

    h1.indent-gf {
        padding-bottom: 23px !important;
    }

    .intro > h1 > strong {
        display: block;
    }
    .intro > span {
        padding: 35px 0 4px;
        font-size: 1.250em;
    }

    .intro-gf span {
        font-size: 1.250em;
    }

    .intro > span > em,
    .intro-gf span em {
        font-size: 1em;
    }

    .footer-nav:nth-child(-n+3) {
        width: 50%;
    }
    .footer-nav:nth-child(4) {
        width: 50%;
        padding-top: 0;
    }
    .footer-nav:nth-child(3),
    .footer-nav:nth-child(4) {
        padding-top: 25px;
    }
    .footer-contacts {
        width: 100%;
        padding-top: 35px;
    }
    .footer-nav,
    .footer-contacts {
        padding-left: 0;
    }
    .footer-cont p:nth-child(2) {
        width: 100%;
    }

	.partners-inline > ul > li:not(:first-of-type) {
        width: 50%;
    }

    .partners-inline > ul:nth-child(2) > li {
        width: 100%;
    }

}

@media only screen and (max-width: 550px) {
    .cont-title {
        font-size: 1.500em;
    }

    .press-center > figure,
    .press-center > div,
    .press-center > ul {
        text-align: center;
        width: 100%;
    }
    .press-center > div {
        padding-right: 0;
    }
    .press-center > ul {
        padding-left: 0;
    }

    .timeline-section {
        width: 100%;
    }

    .timeline-section:before {
        display: none;
    }

    .circule,
    .timeline-content::before {
        display: none;
    }

    .timeline-box:not(:last-of-type) > .timeline-content {
        margin: 18px 0 40px 0;
    }
    .timeline-content {
        padding: 15px 15px 15px 15px;
    }

    .time {
        left: 17px;
    }

    .gallery li {
        width: 50%;
    }

    .index-title {
        font-size: 1.9em;
    }

}

@media only screen and (max-width: 512px) {
    .button-programm strong {
        display: block;
    }

    .button-programm a span {
        padding-left: 0;
        background: none;
    }

    .social ul li a {
        width: 29px;
        height: 29px;
        line-height: 27px;
    }

    .social ul li a::after {
        width: 29px;
    }
    .social ul li a:hover::after { height: 29px; }

    .section ul li,
    .section:last-of-type li {
        width: 50%;
    }

	.section:first-of-type > ul:nth-child(2) > li:nth-child(2) {
		width: 100%;
	}


    .quote {
        font-size: 1em;
        line-height: 30px;
    }
    .quote::before {
        display: none;
    }
    .quote::after {
        display: none;
    }

    .tabs-link.programm {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .tabs-link.programm > li {
        width: 100%;
    }

    .tabs-link.programm > li:nth-child(-n+3) {
        border-top: none;
        border-bottom: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 2px solid #921a1d;
        border-right: 2px solid #921a1d;
    }
    .tabs-link.programm > li:first-of-type {
        border-top: 2px solid #921a1d;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .tabs-link.programm > li:nth-child(3) {
        border-bottom: 2px solid #921a1d;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 0;
    }
    .tabs-link.programm > li:last-of-type {
        margin-top: 15px;
        margin-left: 0;
        border: 2px solid #921a1d;
        border-radius: 3px;
    }
}

@media only screen and (max-width: 480px) {
    .display-wide {
        display: none;
    }

    .display-mob {
        display: block !important;
    }

    .search-result dd {
        padding-bottom: 30px;
        border-bottom: 1px solid #eaeaea;
    }

    .tabs-link {
        width: 100%;
        margin: 0 0 48px;
    }
    .tabs-link li {
        display: block;
        width: 100%;
    }

    .tabs-link li a {
        font-size: 1.250em;
        text-decoration: none;
    }
    .tabs-link li a strong,
    .link-active strong {
        font-size: 1em;
    }

    .date-links {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 460px) {
    .registration a {
        font-size: 0.688em;
    }

    .search-form input[type="text"] {
        width: 70%;
    }

    .logo {
        top: 8%;
        width: 65%;
        height: 65%;
    }

    /*nav {
        padding-left: 0;
        line-height: normal;
        height: 100%;
    }*/

    .important-organizers li:first-of-type {
        font-size: 1.250em;
    }

    .slick-box {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    .experts li {
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 25px;
        text-align: center;
    }

    .experts li:not(:last-of-type) {
        border-bottom: 1px solid #eaeaea;
    }

    .experts li:not(:nth-child(even)) {
        margin-right: 0;
    }

    .experts li h2,
    .experts li p {
        text-align: center;
    }

    .year {
        font-size: 1.175em;
        height: 70px;
        line-height: 70px;
        width: 70px;
    }

	.partners-inline > ul > li:not(:first-of-type) {
        width: 100%;
    }

}

@media only screen and (max-width: 420px) {
    .intro > h1,
    .intro-gf h1 {
        font-size: 1.625em;
    }

    .fl-left strong,
    .fl-left span {
        width: 100%;
    }
    .fl-left span {
        margin-top: 15px;
    }

    .time-anchors li {
        width: 49%;
        margin-bottom: 15px;
    }

    ol {
        margin: 0 0 20px 20px;
    }

    .r-tabs > .r-tabs-nav > .r-tabs-tab {
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .section ul li,
    .section:last-of-type li {
        width: 100%;
    }

	.section:first-of-type > ul:nth-child(2) > li:nth-child(2) {
		width: 100%;
	}

    /*.switch-lang > figure > span {
        display: none;
    }*/

	.registration a {
		padding: 0 10px;
	}

	.profile {
		margin: 11px 12px 0 14px;
	}

}

@media only screen and (max-width: 320px) {
    .experts li h2,
    .experts li p {
        width: 250px;
        margin-left: 12px;
        text-align: left;
    }
}



.cap-programm,
.cap-online {
    padding: 25px 0 35px;
}
.cap-programm figure,
.cap-programm p,
.cap-online figure,
.cap-online p {
    text-align: center;
}
.cap-programm p,
.cap-online p {
    position: relative;
    margin-bottom: 20px;
    padding: 25px 0 30px;
    font-size: 1.250em;
    font-weight: 400;
}
.cap-online p {
    max-width: 700px;
    margin: 0 auto 20px;
}
.cap-programm p::after,
.cap-online p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 1px;
    background-color: #e8e8e8;
}
.cap-programm strong,
.cap-online strong {
    font-weight: 400;
    color: #ab1316;
}
.cap-programm span,
.cap-online span {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    font-size: 0.750em;
    font-weight: 100;
    text-align: center;
}
.cap-programm a {
    text-decoration: none;
}
.cap-online span {
    max-width: 100%;
}


/* ---------- Animated Themes ---------- */
.animation-box,
.animation-box-en {
    display: none;
    position: absolute;
    top: 40px;
    right: 100px;
    width: 600px;
    height: 197px;
    backface-visibility: hidden;
}
.animation-box-en {
    max-width: 400px;
    height: 175px;
    right: 5%;
/*
    position: static;
    display: inline-block;
    margin-right: -4px;
*/
}

.animated-themes,
.animated-themes-en {
    position: relative;
}

.animated-themes li,
.animated-themes-en li {
    position: absolute;
    font-size: 1.425em;
    color: #ae352f;
    font-weight: 400;
    text-transform: uppercase;

    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
     -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s, 1s;
    animation-duration: 1s, 1s;
    -webkit-animation-name: fadeIn, fadeOut;
    animation-name: fadeIn, fadeOut;
}
.animated-themes-en li {
    font-size: 1.25em;
}

.animated-themes li:first-child,
.animated-themes-en li:first-child {
    top: 80px;
    left: 30px;
    -webkit-animation-delay: .5s, 3s;
    animation-delay: .5s, 3s;
}
.animated-themes li:nth-child(2),
.animated-themes-en li:nth-child(2) {
    top: 140px;
    right: 40px;
    -webkit-animation-delay: 2.5s, 5s;
    animation-delay: 2.5s, 5s;
}
.animated-themes li:nth-child(3),
.animated-themes-en li:nth-child(3) {
    top: 30px;
    left: 110px;
    -webkit-animation-delay: 4.5s, 7s;
    animation-delay: 4.5s, 7s;
}
.animated-themes li:nth-child(4),
.animated-themes-en li:nth-child(4) {
    top: 100px;
    left: 150px;
    -webkit-animation-delay: 6.5s, 9s;
    animation-delay: 6.5s, 9s;
}
.animated-themes-en li:nth-child(4) {
    left: 70px;
}
.animated-themes li:nth-child(5),
.animated-themes-en li:nth-child(5) {
    top: 30px;
    left: 30px;
    -webkit-animation-delay: 8.5s, 11s;
    animation-delay: 8.5s, 11s;
}
.animated-themes li:nth-child(6),
.animated-themes-en li:nth-child(6) {
    top: 90px;
    right: 40px;
    -webkit-animation-delay: 10.5s, 13s;
    animation-delay: 10.5s, 13s;
}
.animated-themes li:nth-child(7),
.animated-themes-en li:nth-child(7) {
    top: 150px;
    left: 50px;
    -webkit-animation-delay: 12.5s, 15s;
    animation-delay: 12.5s, 15s;
}
.animated-themes li:nth-child(8),
.animated-themes-en li:nth-child(8) {
    top: 50px;
    left: 230px;
    -webkit-animation-delay: 14.5s, 17s;
    animation-delay: 14.5s, 17s;
}
.animated-themes li:nth-child(9),
.animated-themes-en li:nth-child(9) {
    top: 130px;
    right: 50px;
    -webkit-animation-delay: 16.5s, 19s;
    animation-delay: 16.5s, 19s;
}
.animated-themes-en li:nth-child(9) {
    right: 100px;
}
.animated-themes li:nth-child(10),
.animated-themes-en li:nth-child(10) {
    top: 70px;
    left: 80px;
    -webkit-animation-delay: 18.5s, 21s;
    animation-delay: 18.5s, 21s;
}
.animated-themes li:nth-child(11),
.animated-themes-en li:nth-child(11) {
    top: 150px;
    left: 50px;
    -webkit-animation-delay: 20.5s, 23s;
    animation-delay: 20.5s, 23s;
}
.animated-themes-en li:nth-child(11) {
    top: 130px;
    left: 20px;
}
.animated-themes li:nth-child(12),
.animated-themes-en li:nth-child(12) {
    top: 50px;
    right: 120px;
    -webkit-animation-delay: 22.5s, 25s;
    animation-delay: 22.5s, 25s;
}
.animated-themes-en li:nth-child(12) {
    top: 50px;
    right: 70px;
}
.animated-themes li:nth-child(13),
.animated-themes-en li:nth-child(13) {
    top: 120px;
    left: 60px;
    -webkit-animation-delay: 24.5s, 27s;
    animation-delay: 24.5s, 27s;
}
.animated-themes li:nth-child(14),
.animated-themes-en li:nth-child(14) {
    top: 40px;
    right: 70px;
    -webkit-animation-delay: 26.5s, 29s;
    animation-delay: 26.5s, 29s;
}
.animated-themes li:nth-child(15),
.animated-themes-en li:nth-child(15) {
    top: 110px;
    left: 140px;
    -webkit-animation-delay: 28.5s, 31s;
    animation-delay: 28.5s, 31s;
}
/* ----- zoomIn ----- */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
  }

    10% { opacity: .1; }

    20% { opacity: .2; }

    30% { opacity: .3; }

    40% { opacity: .4; }

    50% { opacity: .5; }

    60% { opacity: .6; }

    70% { opacity: .7; }

    80% { opacity: 1; }

    to { opacity: 1; }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    10% { opacity: .1; }

    20% { opacity: .2; }

    30% { opacity: .3; }

    40% { opacity: .4; }

    50% { opacity: .5; }

    60% { opacity: .6; }

    70% { opacity: .7; }

    80% { opacity: 1; }

    to { opacity: 1; }

}
/* ----- End ZoomIn ----- */

/* ----- zoomOut ----- */
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -webkit-backface-visibility: hidden;
        -webkit-transform: scale(1);
        transform: scale3d(.3, .3, .3);
    }

    to { opacity: 0; }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to { opacity: 0; }
}
/* ----- End zoomOut ----- */

/* ----- FadeIn ----- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* ----- End FadeIn ----- */

/* ----- FadeOut ----- */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
/* ----- End FadeOut ----- */

.text-typing
{
    width: 40em;
    color: green;
    font-size: 22px;
    font-family: 'Marck Script', cursive;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: type 5s steps(50, end);
    animation: type 5s steps(50, end);
}

@keyframes type {
    from { width: 0; }
}

@-webkit-keyframes type {
    from { width: 0; }
}
/* ---------- End Animation ---------- */



/* ---------- Tabs History ---------- */
.tab-bg {
    margin: 50px 0 30px;
    position: relative;
}
.tab-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #e2e2e2;
}

ul.history-tab {
    margin: 0;
    background-color: #e2e2e2;
}
ul.history-tab li {
    padding: 0;
}
ul.history-tab li a {
    text-decoration: none;
}

.nav-tabs ul.history-tab > li > a:hover {
    border-radius: 0;
    background-color: none;
}

.history > .year {
    display: inline-block;
    margin: 50px 0 20px;
}

.history > span {
    display: inline-block;
    font-size: 1.125em;
    font-weight: 400;
    padding: 30px 0 5px;
}

.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 55px;
}

.scrtabs-tab-container .tab-content {
    clear: left;
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 55px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-tabs-movable-container {
    position: relative;
    height: 55px;
}

.scrtabs-tabs-movable-container .tab-content {
    display: none;
}

.scrtabs-tab-scroll-arrow {
    border-top: none;
    color: #9e9e9e;
    cursor: pointer;
    float: left;
    height: 55px;
    padding-left: 2px;
    padding-top: 5px;
    width: 20px;
}

.scrtabs-tab-scroll-arrow:hover {
    color: #333;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
    color: #ddd;
    cursor: default;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
    white-space: nowrap;
}

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content:"\f104";
    font-size:2.7em;
}
.glyphicon-chevron-right:before {
    content:"\f105";
    font-size:2.7em;
}
/* ---------- End Tabs History ---------- */






.request-layer {
	position: fixed;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 999;
	display: none;
    overflow-y: auto;
}
.request-layer .wrapper {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 450px;
    min-width: 250px;
    padding: 15px 20px;
	background: #fff;
	opacity: 1;
}

.request-title {
    margin: -15px -20px 0;
    text-align: center;
    padding: 10px 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #AB1316;
}

.not-available {
    padding: 40px 0;
    font-size: 1.063em;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.request-close {
	position: absolute;
	display: block;
	right: 8px;
	top: 8px;
}

.request-close:hover {
    cursor: pointer;
}




.error-404 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 425px;
    max-height: 370px;
    padding: 20px 20px 0 20px;
}
.error-404 p {
    margin-top: 30px;
    padding-bottom: 20px;
    font-size: 0.875em;
    font-weight: 400;
    color: #191919;
    text-align: center;
}

/* ---------- Archive media ---------- */

	.year-links {
		display: flex;
    	-webkit-justify-content: space-between;
    	justify-content: space-between;
		width:55%;
		margin:0 auto 25px;
		font-size: 1.125em;
	}
	.year-links li {
		color: #AC1316;
		padding: 0 10px;
	}
	.year-links li>a {
		text-decoration: none;

		color: #000;
	}
	.year-links li>a:hover {
		color: #AC1316;
	}

	@media only screen and (max-width: 600px) {
		.year-links {
			width:100%;

		}
	.year-links li {
		padding: 0;
	}
	}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
